body.single-post .row-items>div,
body .iscu_home_posts .row-items>div,
body.ignition-blog-posts-layout-3col .row-items>div {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

body.single-post .row-items .entry-item,
body.ignition-blog-posts-layout-3col .row-items .entry-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    padding: unset;
    box-shadow: unset;
    margin-bottom: 24px;
}

body .iscu_home_posts .row-items .entry-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: unset;
    box-shadow: unset;
    margin-bottom: 24px;
}

body.single-post .row-items .entry-item-content,
body.single-post .row-items .entry-item-content-wrap,
body .iscu_home_posts .row-items .entry-item-content,
body .iscu_home_posts .row-items .entry-item-content-wrap,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body.single-post .row-items .entry-item-content .btn-entry-more,
body.single-post .row-items .entry-item-content-wrap .entry-more-btn,
body .iscu_home_posts .row-items .entry-item-content .btn-entry-more,
body .iscu_home_posts .row-items .entry-item-content-wrap .entry-more-btn,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content .btn-entry-more,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content-wrap .entry-more-btn {
    margin-top: auto;
    align-self: flex-start;
    padding: unset;
    background: unset;
    color: #09090a;
    border: unset;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
}

body.single-post .row-items .entry-item-content .btn-entry-more:focus,
body.single-post .row-items .entry-item-content-wrap .entry-more-btn:focus,
body .iscu_home_posts .row-items .entry-item-content .btn-entry-more:focus,
body .iscu_home_posts .row-items .entry-item-content-wrap .entry-more-btn:focus,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content .btn-entry-more:focus,
body.ignition-blog-posts-layout-3col .row-items .entry-item-content-wrap .entry-more-btn:focus {
    outline: unset;
}

body .iscu_home_posts .entry-item-content,
body.ignition-blog-posts-layout-3col .entry-item-content-wrap {
    padding: 32px;
}

body.single-post .entry-item-content {
    padding: 18px;
}

body.single-post .entry-item-thumb,
body .iscu_home_posts .entry-item-thumb,
body.ignition-blog-posts-layout-3col .entry-thumb {
    height: 250px;
    margin: unset;
}

body.single-post .entry-item-thumb a,
body .iscu_home_posts .entry-item-thumb a,
body.ignition-blog-posts-layout-3col .entry-thumb a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

body.single-post .entry-item-thumb img,
body .iscu_home_posts .entry-item-thumb img,
body.ignition-blog-posts-layout-3col .entry-thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

body.single-post .entry-item:not(.has-post-thumbnail)::before,
body .iscu_home_posts .entry-item:not(.has-post-thumbnail)::before,
body.ignition-blog-posts-layout-3col .entry-item:not(.has-post-thumbnail)::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

body.single-post .entry-more-btn::after,
body.single-post .btn-entry-more::after,
body .iscu_home_posts .entry-more-btn::after,
body .iscu_home_posts .btn-entry-more::after,
body.ignition-blog-posts-layout-3col .entry-more-btn::after,
body.ignition-blog-posts-layout-3col .btn-entry-more::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 6px;
    position: relative;
    top: 2px;
    background-image: var(--iscu-arrow-right-light);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}

@supports (-webkit-mask-image: url('')) or (mask-image: url('')) {

    body.single-post .entry-more-btn::after,
    body.single-post .btn-entry-more::after,
    body .iscu_home_posts .entry-more-btn::after,
    body .iscu_home_posts .btn-entry-more::after,
    body.ignition-blog-posts-layout-3col .entry-more-btn::after,
    body.ignition-blog-posts-layout-3col .btn-entry-more::after {
        background-image: none;
        background-color: currentColor;
        -webkit-mask-image: var(--iscu-arrow-right-light);
        mask-image: var(--iscu-arrow-right-light);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }
}

body.single-post .entry-item:hover .entry-more-btn::after,
body.single-post .entry-item:hover .btn-entry-more::after,
body .iscu_home_posts .entry-item:hover .entry-more-btn::after,
body .iscu_home_posts .entry-item:hover .btn-entry-more::after,
body.ignition-blog-posts-layout-3col .entry-item:hover .entry-more-btn::after,
body.ignition-blog-posts-layout-3col .entry-item:hover .btn-entry-more::after {
    transform: translateX(4px);
}

body.single-post .entry-item-title,
body .iscu_home_posts .entry-item-title,
body.ignition-blog-posts-layout-3col .entry-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #09090a;
    margin-bottom: unset;
}

body.single-post .entry-item-title+.entry-meta,
body .iscu_home_posts .entry-item-title+.entry-meta {
    margin: 5px 0 20px 0;
}

body.single-post .entry-item-excerpt,
body .iscu_home_posts .entry-item-excerpt,
body.ignition-blog-posts-layout-3col .entry-item-excerpt {
    font-size: 14px;
    margin: 0 0 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #09090a !important;
}

body.wp-singular #site-content>article .entry-thumb {
    height: unset;
    margin: 0 0 32px 0;
}

body.wp-singular #site-content>article .entry-title {
    font-size: 44px;
    color: #09090a;
    margin-bottom: unset;
}

body.wp-singular #site-content>article .entry-header {
    margin-bottom: 32px;
}

body.wp-singular #site-content>article .entry-content {
    color: #09090a;
}

body.wp-singular #site-content>article .entry-tags {
    margin-top: 16px;
}

body.wp-singular.single-post #site-content>article .entry-content>* {
    margin-bottom: 16px;
}

body.wp-singular #site-content>article .entry-content>figure {
    text-align: center;
}

body.wp-singular #site-content>.entry-section-social-share {
    padding-top: 32px;
    margin-bottom: unset;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    padding-bottom: 0px;
}

body.wp-singular #site-content>.entry-section-social-share .social-share-label {
    font-weight: 500;
    font-size: 16px;
    color: #09090a;
}

body.wp-singular #site-content>.entry-section-social-share .list-social-share-icons {
    gap: 16px;
}

body.wp-singular #site-content>.entry-section-social-share .list-social-share-icons li {
    margin: unset;
    height: 56px;
    display: flex;
    transition: all 0.2s ease-in-out;
}

body.wp-singular #site-content>.entry-section-social-share .list-social-share-icons li:hover {
    transform: translateY(-3px);
}

body.wp-singular #site-content>.entry-section-social-share .list-social-share-icons a {
    font-size: 28px;
    padding: unset;
    color: #09090a;
}

body.wp-singular #site-content>.entry-section {
    padding-top: 32px;
    margin-top: 32px;
    border-color: #c0c0c0;
}

body.wp-singular.single-post .site-content-wrap {
    margin-top: 48px;
}


@media (min-width: 992px) {

    body.single-post .entry-item-excerpt .col-xl-4,
    body .iscu_home_posts .entry-item-excerpt .col-xl-4,
    body.ignition-blog-posts-layout-3col .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    body.single-post .entry-item-excerpt .col-lg-6,
    body .iscu_home_posts .entry-item-excerpt .col-lg-6,
    body.ignition-blog-posts-layout-3col .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1200px) {

    body.wp-singular #site-content>article .entry-title {
        font-size: calc(1.4rem + 1.8vw);
    }
}

@media (max-width: 767px) {

    body.single-post .row-items .entry-item,
    body .iscu_home_posts .row-items .entry-item,
    body.ignition-blog-posts-layout-3col .row-items .entry-item {
        margin-bottom: 16px;
    }

    body.single-post .row-items>div,
    body .iscu_home_posts .row-items>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

}