/* COMMON CARD STYLE */
.cardblog {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
}

.cardblog .card-block {
    padding: 1.563rem 1.25rem;
}

.blog-mb {
    margin-bottom: 60px;
}

#module-ph_simpleblog-single #content-wrapper .page-header h1 {
    font-size: 28px;
}

#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 16px;
    line-height: 24px;
}

body[id*="module-ph_simpleblog"] #content.card {
    padding: 0;
    background: none;
    box-shadow: none;
    border: 0;
}

.simpleblog__mostViewed__menu {
    margin-top: 0.625rem;
}

.simpleblog__mostViewed__menu li:last-child a {
    border-bottom: none;
}

.simpleblog__mostViewed__menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    display: inline-block;
    margin: 0.3125rem 0 0;
    padding-bottom: 0.1875rem;
    font-size: 14px;
}

.simpleblog__mostViewed__footer {
    text-align: center;
}

.simpleblog__mostViewed__footer .btn-primary {
    color: white;
}

.simpleblog__listing {
    margin-top: 30px;
    padding-bottom: 15px;
}

.simpleblog__listing__post__wrapper {
    margin-bottom: 1.563rem;
    border: 0;
}

.simpleblog__listing__post__wrapper__content__footer {
    display: flex;
    align-items: center;
}

.simpleblog__listing__post__wrapper__content__footer__category {
    margin-left: 15px;
}

.simpleblog__listing__post__wrapper__content__footer__category i {
    color: #727272;
}

.simpleblog__listing__post__wrapper__content__footer__category a,
.simpleblog__listing__post__wrapper__content__footer__category span,
.simpleblog__listing__post__wrapper__content__footer__category time {
    position: relative;
    top: 2px;
    margin-left: 2px;
    color: #727272;
}

.simpleblog__listing__post__wrapper__footer__block {
    padding-top: 0.763rem;
    padding-bottom: 0.763rem;
}

.simpleblog__listing__post__wrapper__footer__block i {
    color: #727272;
    font-size: 20px;
}

.simpleblog__listing__post__wrapper__footer__block span,
.simpleblog__listing__post__wrapper__footer__block time {
    position: relative;
    top: 1px;
    margin-left: 2px;
    color: #727272;
    font-size: 14px;
}

.simpleblog__postInfo ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
}

@media (max-width: 991px) {
    .simpleblog__postInfo ul {
        display: block;
        overflow: auto;
    }
}

.simpleblog__postInfo ul li {
    color: #727272;
}

@media (max-width: 991px) {
    .simpleblog__postInfo ul li {
        float: left;
        width: 50%;
        margin: 0 0 3px;
    }
}

.simpleblog__postInfo ul li a {
    color: inherit;
}

.simpleblog__postInfo ul li a:hover {
    text-decoration: underline;
}

.simpleblog__postInfo ul li:last-child:after {
    display: none;
}

.simpleblog__postInfo ul li:after {
    content: '';
    height: 10px;
    background: #cecece;
    width: 2px;
    margin: 0 13px;
    display: inline-block;
}

@media (max-width: 991px) {
    .simpleblog__postInfo ul li:after {
        display: none;
    }
}

.simpleblog__postInfo ul li i {
    color: #727272;
    font-size: 20px;
    margin-right: 5px;
}

.simpleblog__postInfo ul li span {
    color: #727272;
    font-size: 13px;
}

.simpleblog__post__content img {
    max-width: 100%;
    height: auto;
}

.simpleblog__seo {
    display: none;
}

.simpleblog__categoryInfo {
    border-bottom: 2px solid #d6d6d6;
    margin: 30px 0;
}

.simpleblog__categoryInfo img {
    width: 100%;
    height: auto;
}

.simpleblog__categoryInfo p {
    font-size: 14px;
    color: #727272;
    margin: 30px 0;
}

.blog-masonry-list,
.post-gallery__gallery-js {
    opacity: 0;
    visibility: hidden;
    transition: .4s opacity;
    max-height: 400px;
    overflow: hidden;
}

.initialized.blog-masonry-list,
.initialized.post-gallery__gallery-js {
    opacity: 1;
    visibility: visible;
    max-height: initial;
}

/* LISTING MASONRY */
.blog-masonry-list {
    margin: 0 -15px;
}

#phblogrecentposts .h1 {
    text-align: center;
    position: relative;
    margin-bottom: 1.5rem;
}

#phblogrecentposts .h1 a {
    float: right;
    text-transform: none;
    font-size: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#phblogrecentposts .h1 {
    width: 100%;
}

/* GALLERY */
.post-gallery img {
    transition: opacity .4s;
}

.post-gallery img:hover {
    opacity: .8;
}

.post-gallery__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.3125rem;
}

.post-gallery__elem {
    padding: 0 .3125rem;
    margin: 0 0 .625rem;
}

.post-gallery__gallery-js {
    margin: 0 -5px;
}

.post-gallery .gallery-js__elem {
    width: 25%;
    padding: 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .post-gallery .gallery-js__elem {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .post-gallery .gallery-js__elem {
        width: 50%;
    }
}

.blog-text-no-transform {
    text-transform: none;
}

.blogsocial {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.blogsocial__elem svg {
    height: 18px;
    width: auto;
}

/* AUTOHOR */
.authorMiniature {
    margin-bottom: 1.875rem;
}

.authorMiniature__thumb {
    max-width: 160px;
    margin: 0 auto;
    display: block;
}

.authorMiniature__links {
    margin-top: .3125rem;
    margin-bottom: -.3125rem;
}

.authorMiniature__btn {
    white-space: normal;
}

.blog-author-thumb {
    border-radius: 50%;
    background: #fff;
}

.author-card__row {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}

@media (max-width: 479px) {
    .author-card__row {
        flex-wrap: wrap;
    }
}

.author-card__block {
    padding: 0 15px;
}

.author-card__block--thumb {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 480px) {
    .author-card__block--thumb {
        flex: 0 0 150px;
        max-width: 150px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .author-card__block--thumb {
        flex: 0 0 130px;
        max-width: 130px;
    }
}

@media (max-width: 479px) {
    .author-card__block--thumb {
        margin-bottom: 1.5rem;
    }

    .author-card__block--thumb img {
        max-width: 100px;
    }
}

.author-card__block--desc {
    flex: 1 1 auto;
}

.blogSubcat__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.blogSubcat__item {
    padding: 0 5px;
    margin: 0 0 10px;
}

.blogSubcat__link {
    font-weight: 600;
    text-transform: uppercase;
}

.blogSubcat__link:active,
.blogSubcat__link:hover,
.blogSubcat__link:focus {
    background: #f5f5f5;
}