.comment {
    background: #E0E0E0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.comment-hidden {
    opacity: 0.5;
    transition: opacity .25s;
}
.comment-hidden:hover {
    opacity: 1;   
}
.comment-moderation {
    float: right;   
}
.comment-avatar, .article-avatar {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 5px solid #FFF;
    max-width: 80%;
}
.comment h3 {
    margin-top: 0px;   
}
.comment-information time {
    display: inline-block;
    float: right;
    font-style: italic;
    padding-right: 20px;
    font-weight: 400;
}
.comment-content i {
    color: #777;
    font-size: 18px;
    line-height: 18px;
    padding-right: 10px;
}
.comment-content i:last-of-type {
    padding-left: 10px;
    padding-right: 0px;
}
.article-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: -55px;
    position: relative;
    top: -55px;
}
.article-content {
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.article-content p {
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.article-content p:last-of-type {
    margin-bottom: 0px;
}
.article-information {
    margin-bottom: 20px;
}
.article-image {
    max-width: 100%;
    display: block;
    margin-top: 40px;
    margin-left: 0px;
}
.article-avatar-container {
    text-align: center;   
}
.category-article-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.category-article-title a {
    text-decoration: none;
}
.category-article {
    border: 1px solid #C1C1C1 !important;
    padding: 10px;
    margin-bottom: 30px !important;
    padding-bottom: 10px;
    background: #FFF;
}
.category-article-image {
    height: auto;
    background-position: center;
    background-size: cover;
}
.category-read-more {
    margin: 10px 0px;   
}
.category-articles {
    margin-top: 40px;   
}
.category-time {
    color: #333;
    margin-bottom: 10px;
    font-style: italic;
}
.article-comment-avatar-container, article-comment-info-container {
    padding: 20px;   
}
.category-container {
    margin-bottom: 40px;   
}
.category-article-image {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0px !important;
}
.article-content img {
    max-width: 100%;  
    height: auto;
}
.category-author-info img, .article-author-info img {
    border-radius: 100px !important;
    width: 100%;
}
.category-author-info time, .article-author-info time {
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}
.category-card p {
    padding-bottom: 10px;
}
.article-container img {
    border-radius: 0px;  
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-author-info {
    margin-top: 40px;
    margin-bottom: 20px;
}
.comment-container {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
}
.comment-author img {
    border-radius: 1000px;
    width: 60%;
}
.comment-author {
    text-align: center;
}
.comments-container h3 {
    margin-bottom: 20px;   
}
.search-page h1 {
    margin-bottom: 40px;   
}
.category-card .card-footer {
    text-align: right;   
}
.category-card .card-footer p:first-of-type {
    float: left;
}
.category-card .card-footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.category-article-author-info {
    font-style: italic;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}
.child-categories {
    margin-bottom: 40px;   
}
.child-category {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 10vw;
    width: 100%;
    background-position: center;
    background-size: cover;
    border: none;
    font-family: BellRG;
    color: #FFF;
    font-size: 2rem;
    line-height: 2rem;
    text-shadow: 2px 2px rgba(50, 50, 50, .75);
    position: relative;
    z-index: 1;
    padding: 0px;
    transition: all .25s;
    text-align: center;
}
.child-category:hover {
    transform: scale(1.05, 1.05);
}
.child-category span {
    position: relative;
    z-index: 3;
}
.child-category::before {
    display: block;
    position: absolute;
    z-index: 2;
    background: #F89A3E;
    opacity: 0;
    content: " ";
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transition: opacity .25s;
}
.child-category:hover::before {
    opacity: 0.4;
}
.article-container {
    padding-top: 540px;
}
.category-article-readmore a {
    font-weight: bold;
    margin-bottom: 0px;
}
.grid-sizing {
    width: calc(33.333333% - 20px);
    flex: 0 0 33.333333%;
}
.article-content > .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.article-image-gallery {
    width: 100%;
    height: 10vh;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.article-images {
    margin-top: 20px;
}
.article-content img[alt="GALLERY"] {
    display: none;
}
.article-content ul li {
    padding-bottom: 10px;
}