#module-ph_simpleblog-single #main .page-header {
    margin-bottom: 0.25rem;
}

#module-ph_simpleblog-single #content.card,
#module-ph_simpleblog-list #content.card {
    padding: 0;
    background: none;
    -webkit-box-shadow: 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__listing {
    margin-top: 30px;
    padding-bottom: 0;
}
.simpleblog__listing__post.first-in-line {
    clear: left;
}
.simpleblog__listing__post__wrapper {
    margin-bottom: 20px;
}
.simpleblog__listing__post__wrapper__content {
    padding: 1.25rem 0;
}
.simpleblog__listing__post__wrapper__content__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.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;
}
.simpleblog__listing__post__wrapper__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.simpleblog__listing__post__wrapper__footer > *:not(meta) {
    margin-right: 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.simpleblog__listing__post__wrapper__footer > * a,
.simpleblog__listing__post__wrapper__footer > * span {
    white-space: nowrap;
}
.simpleblog__listing__post__wrapper__footer > * svg {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}
.simpleblog__listing__post__wrapper__footer__block.date {
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 2;
    display: inline-block;
    font-size: 0.85rem;
    margin-top: 0;
    padding: 0.25rem 0.75rem;
    min-height: 1.875rem;
    border-radius: var(--b-r-product);
    box-shadow: 6px 9px 24px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.36, 0.76, 0, 0.88);
}

@media (min-width: 992px) {
    #phblogrecentposts .simpleblog__listing__post__wrapper__footer__block.date {
        left: 45px;
        margin-top: 0;
    }
}

.simpleblog__listing__post__wrapper:hover .simpleblog__listing__post__wrapper__footer__block.date {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-0.75rem);
}

.simpleblog__listing__post__wrapper__content__footer .readmore i {
    display: flex;
    align-items: center;
    opacity: 0.25;
    -webkit-transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}
.simpleblog__listing__post__wrapper__content__footer .readmore span:not(.tip) {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    margin-right: 4px;
    -webkit-transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
}

.simpleblog__listing__post__wrapper__content__footer .readmore:hover i {
    opacity: 1;
}
.simpleblog__listing__post__wrapper__content__footer .readmore:hover span:not(.tip):nth-child(2) {
    transform: translateX(3px);
}
.simpleblog__listing__post__wrapper__content__footer .readmore:hover span:not(.tip):nth-child(3) {
    transform: translateX(6px);
}

.simpleblog__listing__post__wrapper__footer__block span,
.simpleblog__listing__post__wrapper__footer__block time {
    position: relative;
}
.simpleblog__listing__pagination {
    margin-top: 1.5rem;
}
.simpleblog__listing__pagination > div:first-of-type {
    padding-left: 0;
}

.simpleblog__postInfo ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 20px 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.simpleblog__postInfo ul li {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    font-size: 14px;
}
.simpleblog__postInfo ul li a {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.simpleblog__postInfo ul li a span {
    margin-right: 4px;
}
.simpleblog__postInfo ul li svg {
    margin-right: 4px;
    width: 20px;
}

.simpleblog__postInfo ul li a {
    color: inherit;
}
.simpleblog__postInfo ul li a:hover {
    text-decoration: none;
}

.simpleblog__postInfo ul li i {
    font-size: 20px;
    margin-right: 5px;
}
.simpleblog__postInfo ul li span {
    font-size: 13px;
}

.simpleblog__post {
    margin-bottom: 60px;
}
.simpleblog__post-featured img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: var(--b-r-product);
}
.simpleblog__post__content {
    padding: 1.563rem 1.25rem;
}

.simpleblog__share {
    margin-bottom: 60px;
}
.simpleblog__share ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 25px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.simpleblog__share ul li .btn {
    padding: 0.25rem 0.5rem;
    display: flex;
}
@media (max-width: 991px) {
    .simpleblog__share ul {
        display: block;
    }
}
.simpleblog__share ul li {
    margin-right: 6px;
}
@media (max-width: 991px) {
    .simpleblog__share ul li {
        margin: 0 0 10px;
    }
}
@media (max-width: 991px) {
    .simpleblog__share ul li .btn {
        width: 100%;
    }
}

.simpleblog__featuredProducts {
    margin-bottom: 60px;
}
.simpleblog__featuredProducts > h2 {
    margin-bottom: 25px;
}

.simpleblog__comments {
    margin-bottom: 60px;
}
.simpleblog__comments > h2 {
    margin-bottom: 25px;
}
.simpleblog__comments-empty {
    margin-bottom: 0;
}
.simpleblog__comments .alert a {
    color: inherit;
}
.simpleblog__comments > ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.simpleblog__comments > ul > li {
    padding: 1.563rem 1.25rem;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
        display: block;
    }
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li {
    font-size: 14px;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:not(.simpleblog__comments__authorInfo__author) {
    opacity: 0.6;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
    display: none;
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
    content: "";
    height: 10px;
    background: #cecece;
    width: 2px;
    margin: 0 18px;
    display: inline-block;
}
@media (max-width: 991px) {
    .simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
        display: none;
    }
}
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo__author {
    font-weight: 600;
}
.simpleblog__comments > ul > li .simpleblog__comments__text p {
    margin: 0;
    padding: 0;
}

.simpleblog__post .pagination .next {
    float: right;
}
.simpleblog__addComment .newcom {
    margin-top: 60px;
}
.simpleblog__addComment .continue {
    margin-top: 30px;
}
.simpleblog__addComment .alert a {
    color: inherit;
}
.simpleblog__addComment > h3 {
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    #phblogrecentposts {
        margin-top: 30px;
    }
    #phblogrecentposts > .container {
        padding: 0 !important;
    }
    .simpleblog__addComment__form .form-footer .btn-primary {
        width: 100%;
        float: none !important;
    }
}

.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;
}

.btn-facebook {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background: #415994;
    color: white;
}
.btn-facebook:hover {
    color: white;
    background: #203363;
}
.btn-facebook i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.btn-twitter {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background: #4ba0ec;
    color: white;
}
.btn-twitter:hover {
    color: white;
    background: #2f7bbf;
}
.btn-twitter i {
    margin-right: 8px;
    font-size: 19px;
    position: relative;
    top: 1px;
}

.btn-google {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background: #bd403b;
    color: white;
}
.btn-google:hover {
    color: white;
    background: #a12520;
}
.btn-google i {
    margin-right: 8px;
    font-size: 19px;
}

.btn-pinterest {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    background: #ae2626;
    color: white;
}
.btn-pinterest:hover {
    color: white;
    background: #8e1010;
}
.btn-pinterest i {
    margin-right: 8px;
    font-size: 19px;
}

.simpleblog__listing__post__wrapper__content {
    overflow: hidden;
    position: relative;
}

#phblogrecentposts .products-section-title {
    text-align: left !important;
}

#phblogrecentposts .simpleblog__listing__post {
    padding: 0 10px !important;
    display: flex; /*added for same height*/
}

#phblogrecentposts .slideme > .row {
    margin-left: -10px;
    margin-right: -10px;
}

#phblogrecentposts {
    margin-top: 40px;
    margin-bottom: 20px;
}

.simpleblog__listing__post__wrapper {
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
    background: rgba(238, 236, 251, 0.5);
    /*added for same height*/
    display: flex;
    flex-direction: column;
    width: 100%;
}

.simpleblog__listing__post__wrapper__content {
    border: none !important;
}

.simpleblog__listing__post__wrapper__content h3 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px !important;
    color: var(--light_purple, #6B5ACB) !important;
    height: 45px;
    font-weight: 700 !important;
}

.simpleblog__listing__post__wrapper__content h3 {
    margin-bottom: 0 !important;
}

.simpleblog__listing__post__wrapper__content h3 a:hover {
    color: var(--accent_purple) !important;
    /*text-decoration: underline;*/
}
.simpleblog__listing__post__tag__item:hover{
    color: #FFFFFF !important;
    background: var(--light_purple);
    border-color: var(--light_purple);
}
.simpleblog__listing__post__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.simpleblog__listing__post__info .simpleblog__listing__post__info__text, .simpleblog__listing__post__info svg {
    opacity: 0.6;
}

.simpleblog__listing__post__description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.simpleblog__listing__post__image {
    position: relative;
}

.simpleblog__listing__post__wrapper__content__footer__category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 18px 4px 18px;
    border-radius: 20px 0 20px 0;
    background: #312770B2;
    border: 4px solid #FF8680;
    z-index: 1;
    backdrop-filter: blur(4px);
}

.simpleblog__listing__post__tags {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none; /* For Firefox */
    cursor: grab;
    mask-image: linear-gradient(90deg, #FFFFFF 90%, rgba(255, 255, 255, 0) 100%);
}

.simpleblog__listing__post__tags.active {
    cursor: grabbing;
}

.simpleblog__listing__post__tags .simpleblog__listing__post__tag__item {
    user-select: none;
}

.simpleblog__listing__post__extra_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0D0034;
}

.simpleblog__listing__post__extra_info .comments_and_views {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    opacity: 0.6;
}
.simpleblog__listing__post__extra_info .comments_and_views div {
    display: flex  ;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.simpleblog__listing__post__extra_info .read_time {
    opacity: 0.6;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: var(--dark_blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

.simpleblog__listing__post__tag__item {
    padding: 4px 12px 4px 12px;
    border-radius: 8px;
    border: 1px solid #312770;
    margin-right: 8px;
}

.simpleblog__listing__post__wrapper__content {
    padding: 12px !important;
    flex-grow: 1; /*added for same height*/
    display: flex;
    flex-direction: column;
    border-radius: unset;
}

.simpleblog__listing__post__description {
    flex-grow: 1;
}

.simpleblog-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

#phblogrecentposts .blog-recent-post-inner > .row {
    display: flex;
    flex-wrap: wrap;
}

.simpleblog__listing__post__wrapper .ellipse-7 {
    width: 208px;
    height: 286px;
    flex-shrink: 0;
    opacity: 0.3;
    background: #8466FF;
    filter: blur(85px);
    border-radius: 286px;
    left: -238px;
    top: -20px;
}

.simpleblog__listing__post__wrapper .ellipse-9 {
    border-radius: 0;
    left: auto;
    right: 0;
    width: 238px;
    height: 238px;
    top: auto;
    bottom: -33px;
}

.simpleblog__listing__post__wrapper .ellipse-9 svg {
    width: 238px;
    height: 238px;
}

.simpleblog__listing__post__wrapper img {
    border-radius: 20px 20px 0 0 !important;
}

#module-ph_simpleblog-list h1 {
    color: var(--cta_purple, #5813A2) !important;
    margin-bottom: 30px;
    font-family: "Exo", sans-serif !important;
    text-transform: uppercase !important;
    display: block !important;
}

.blog-block-categories h2 {
    margin-bottom: 25px !important;
    font-family: "Exo", sans-serif !important;
}

/*.blog-block-categories .blog-category-item {*/
/*    width: 15.90%;*/
/*    padding-right: 20px;*/
/*}*/

.blog-category-item img {
    width: 100%;
    height: auto;
}

.blog-category-item .blog-category-item-nr-posts {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 9px 5px 9px;
    border-radius: 12px 0px;
    border: 1px solid var(--accent_purple, #9747FF);
    background: #FFF;
}

.nrOfPosts {
    color: var(--accent_purple, #9747FF);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: block;
}

.blog-category-item-effect {
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: linear-gradient(0deg, #6B5ACB 0%, rgba(107, 90, 203, 0.00) 100%), linear-gradient(0deg, #1B1B1B 0%, rgba(27, 27, 27, 0.00) 100%);
}

.categoryMode .swiper-slide:not(.currentCateg) .blog-category-item-effect {
    display: none !important;
}

.categoryMode .swiper-slide:not(.currentCateg) .blog-category-image img {
    filter: grayscale(100%);
}

.blogCategoryName {
    color: #fff;
}

.blog-category-effect {
    position: absolute;
    top: 0;
    height: 102%;
    width: 200px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 51%);
    z-index: 9;
}

.blog-category-effect.beginEffect {
    left: -98px;
    display: none;
}

.blog-category-effect.endEffect {
    right: -98px;
    transform: rotate(180deg);
}

.blog-block-categories .flickity-prev-next-button {
    top: 50%;
    z-index: 9;
}

.blog-block-categories .flickity-button:disabled {
    pointer-events: all !important;
}

.blog-block-categories {
    margin-bottom: 50px;
}

.blog-category-item-inner {
    border-radius: 12px;
    overflow: hidden;
}

.blog-category-item .blog-category-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.recentPostsEffect {
    z-index: 1;
    width: 100px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: none;
}

#phblogrecentposts .blog-recent-post-inner {
    overflow: hidden;
    position: relative;
}

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #phblogrecentposts .simpleblog__listing__post__wrapper__content h3 {
        min-height: auto;
    }

    #phblogrecentposts .btn.btn-more:not(.btn-touchspin):not(.btn-header) {
        padding: 10px 18px !important;
        font-size: 16px;
    }

    #phblogrecentposts .products-section-title {
        padding-right: 10px !important;
    }

    .simpleblog__listing__post__description p {
        -webkit-line-clamp: 4;
    }
}

/* Phones Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Phones Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .simpleblog__listing__post__tags {
        mask-image: linear-gradient(90deg, #FFF 77%, rgba(255, 255, 255, 0.00) 92%);;
    }

    .simpleblog__listing__post__wrapper__content h3 a {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 767px) {
    #top_column .breadcrumb .bread_name,
    .breadcrumb ol {
        text-align: center;
    }
    .simpleblog__listing__post__wrapper__footer,
    .simpleblog__postInfo ul {
        flex-wrap: wrap;
    }
    .simpleblog__post .pagination .next {
        float: none;
    }
    .simpleblog__post .page-item a {
        width: 100%;
        margin-bottom: 12px;
        margin: 0 !important;
    }
    .simpleblog__listing__pagination__list {
        text-align: center;
    }
    .simpleblog__listing__pagination__list li {
        text-align: center;
    }
    .simpleblog__listing__pagination__list li:first-child,
    .simpleblog__listing__pagination__list li:last-child {
        display: block;
        overflow: auto;
        margin: 10px 0;
    }
    .simpleblog__listing__pagination__list li:first-child a,
    .simpleblog__listing__pagination__list li:last-child a {
        float: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .simpleblog__listing__post {
        width: 50% !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #phblogrecentposts .simpleblog__listing__post {
        width: 35%;
        flex: 0 0 35%;
    }

    #phblogrecentposts .blog-recent-post-inner > .row {
        flex-wrap: nowrap;
    }

    .recentPostsEffect {
        display: block;
    }
}

/* Small and Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .simpleblog__listing__post__tags {
        mask-image: linear-gradient(90deg, #FFF 77%, rgba(255, 255, 255, 0.00) 92%);;
    }
}

@media (min-width: 992px) {
    #module-ph_simpleblog-single #main .bread_wrapper,
    #module-ph_simpleblog-single #main .page-header,
    .simpleblog__postInfo {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    #module-ph_simpleblog-single .pagination a:not(.previous):not(.next) {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .simpleblog__listing__post {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
    #phblogrecentposts .blog-recent-post-inner > .row {
        flex-wrap: nowrap;
    }

    .simpleblog__listing__post {
        width: 28% !important;
        flex: 0 0 28%;
    }

    .recentPostsEffect {
        display: block;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1699px) {

}
