/*************************
*
*  Featured Module 6
*
*************************/
.atbs-featured-module-6 .section-main {
    width: 65.811965812%;
}
.atbs-featured-module-6 .section-sub {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}
.post--overlay-background-blur-primary .post__meta {
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.post--overlay-background-blur-primary .post__thumb:after {
    background-color: var(--color-primary);
    opacity: 0.7;
}
@media (min-width: 1200px) {
    .atbs-featured-module-6 .post--overlay-cylinder-small .post__text-inner {
        max-width: 680px;
    }
    .atbs-featured-module-6 .post--overlay-cylinder-small .post__excerpt {
        max-width: 500px;
    }
}
@media (min-width: 992px) {
    .post--overlay-background-blur-primary .post__text-inner {
        padding: 30px 30px 20px 30px;
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-6 .section-main {
        width: 58.811966%;
    }
}
@media (max-width: 991px) {
    .atbs-featured-module-6 .section-main {
        width: 100%;
    }
    .atbs-featured-module-6 .section-sub {
        margin-top: 40px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 0;
    }


    .post--overlay-cylinder-small.post--overlay .post__text {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .post--overlay-cylinder-small.post--overlay .post__text {
        min-height: 400px;
    }
    .post--overlay-cylinder-small .post__excerpt {
        display: none !important;
    }


    .post--overlay-background-blur-primary.post--overlay .post__text {
        min-height: 330px;
    }
}
@media (max-width: 480px) {
    .post--overlay-background-blur-primary.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-background-blur-primary .post__title {
        margin-bottom: 0;
    }
    .post--overlay-background-blur-primary .post__excerpt {
        display: none !important;
    }
}

