/*************************
*
*  Featured Module 1
*
*************************/
/*.site-content {
    padding-top: 0;
}*/
.post__title, .entry-title {
    text-transform: capitalize;
    color: var(--color-title);
}
.background-dots {
    background: -o-linear-gradient(left, var(--color-bg) 13px, transparent 1%) center, -o-linear-gradient(var(--color-bg) 13px, transparent 1%) center,#333;
    background: linear-gradient(90deg, var(--color-bg) 13px, transparent 1%) center, linear-gradient(var(--color-bg) 13px, transparent 1%) center,#333;
    background-size: 15px 15px;
}

.author_name--wrap span {
    margin-right: 2px;
}
.post__thumb-radius a,
.post__thumb-radius a>img{
    border-radius: 5px;
}


.post-author.post-author_style-5,
.post-author.post-author_style-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-author.post-author_style-5 .post-author__avatar {
    margin-right: 15px;
}

.post-author.post-author_style-5 .post-author__avatar,
.post-author.post-author_style-5 .post-author__avatar img {
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
}


.post-author_style-5 .post-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-author_style-5 .post-author__text .post-author__name,
.post-author_style-5 .post-author__text .author_name--wrap span,
.post-author_style-6 .post-author__text .post-author__name,
.post-author_style-6 .post-author__text .author_name--wrap span,
.post-author_style-7 .post-author__text .post-author__name,
.post-author_style-7 .post-author__text .author_name--wrap span {
    font-size: 1.0714rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}
.inverse-text .post-author_style-5 .post-author__text .author_name--wrap span,
.inverse-text .post-author_style-6 .post-author__text .author_name--wrap span,
.inverse-text .post-author_style-7 .post-author__text .author_name--wrap span {

    color: rgba(255,255,255,0.8);
}
.post-author_style-5 .post-author__text .author_name--wrap span,
.post-author_style-6 .post-author__text .author_name--wrap span,
.post-author_style-7 .post-author__text .author_name--wrap span {
    font-weight: 400;
    opacity: 1;
}
.post-author_style-5 .post-author__text time,
.post-author_style-7 .post-author__text time {
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.0714rem;
    font-weight: 400;
    opacity: 0.6;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1;
}


.post-author_style-7 .post-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-author_style-7 .post-author__text time {
    margin-left: 12px;
    margin-top: 0;
}

.time-style-1 time.time {
    font-size: 1.0714rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    font-style: normal;
    opacity: 0.8;
}
.inverse-text .time-style-1 time.time {
    opacity: 0.8;
}


.post__readmore-style-2 svg {
    fill: rgba(34, 34, 34, 0.8)
}
.post__readmore-style-2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post__readmore-style-2 a,
.post__readmore-style-2 a:hover,
.post__readmore-style-2 a:active,
.post__readmore-style-2 a:focus {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
}
.post--vertical-thumb-among .time-style-1 .time {
    font-size: 1.07142857143rem;
}

.inverse-text .post__readmore-style-2 .readmore__text {
    color: rgba(255, 255, 255, 0.8);
}
.inverse-text .post__readmore-style-2 svg {
    fill: rgba(255, 255, 255, 0.8)
}
.inverse-text .post__readmore-style-2 a,
.inverse-text .post__readmore-style-2 a:hover,
.inverse-text .post__readmore-style-2 a:active,
.inverse-text .post__readmore-style-2 a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

/*@media (max-width: 991px) {*/
/*    .post-author_style-7 .post-author__text {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        -webkit-box-align: start;*/
/*        -ms-flex-align: start;*/
/*        align-items: flex-start;*/
/*    }*/
/*    .post-author_style-7 .post-author__text time {*/
/*        margin-left: 0;*/
/*        margin-top: 5px;*/
/*    }*/
/*}*/

@media (max-width: 680px) {
    .post-author_style-6  .post-author__text time,
    .post-author_style-7 .post-author__text time {
        display: none;
    }
}
@media (max-width: 480px) {
    .post-author_style-5 .post-author__text time {
        display: none;
    }
}


/*Featured Module 1*/
.atbs-featured-module-1 .atbs-block__inner:after,
.atbs-featured-module-1 .atbs-block__inner:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.atbs-featured-module-1 .atbs-block__inner:after {
    top: 0;
    bottom: 80%;
    background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}
.atbs-featured-module-1 .atbs-block__inner:before {
    top: 80%;
    bottom: 0;
    background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}
.atbs-featured-module-1 .atbs-block__inner-group {
    max-width: 1795px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.atbs-featured-module-1 .section-main {
    padding: 138px 0 138px 80px;
    width: 73.3711048159%;
    position: relative;
}
.atbs-featured-module-1 .section-main:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% - 31.2741312741%);
    background-color: var(--color-primary);
    z-index: 3;
}
.atbs-featured-module-1 .section-main > * {
    position: relative;
    z-index: 4;
}
.atbs-featured-module-1 .section-sub__inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.atbs-featured-module-1 .section-sub {
    width: calc(100% - 73.3711048159%);
    padding-left: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}
.atbs-featured-module-1 .section-sub .posts-list > *:not(:last-child) {
    margin-bottom: 30px;
}
.post--horizontal-circle .post__thumb {
    border-radius: 50%;
    width: 53.4979423868%;
    height: 0;
    padding-bottom: 53.4979423868%;
    overflow: hidden;
    margin-right: 40px;
}
.post--horizontal-circle .post__thumb a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.post--overlay-outside {
    position: relative;
    margin-right: 35px;
    padding-right: 35px;
    overflow: visible;
}
.post--overlay-outside .post__text,
.post--overlay-outside .post__text-inner {
    position: static;
}
.post--overlay-outside .post__readmore a {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #222222;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post--overlay-outside:hover .post__readmore a {
    background-color: var(--color-primary);
    color: #fff;
}
.post--overlay-outside:hover .post__readmore a path {
    fill: #fff;
    stroke: #fff;
}
.atbs-featured-module-1 .owl-dots {
    display: none;
}
.atbs-featured-module-1 .owl-nav {
    position: absolute;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.atbs-featured-module-1 .owl-next,
.atbs-featured-module-1 .owl-prev {
    border-color: #fff;
    color: #fff;
    opacity: 0.6;
}

.atbs-featured-module-1 .owl-next:hover,
.atbs-featured-module-1 .owl-prev:hover {
    background-color: #fff;
    color: var(--color-primary);
    opacity: 1;
}

@media (max-width: 1860px) {
    .atbs-featured-module-1 .atbs-block__inner-group {
        max-width: 1680px;
    }
}

@media (max-width: 1680px) {
    .atbs-featured-module-1 .atbs-block__inner-group {
        max-width: 1540px;
    }

    .atbs-featured-module-1 .section-main {
        width: 70.3711048159%;
    }
    .atbs-featured-module-1 .section-main:before {
        right: calc(100% - 33.2741312741%);
    }
    .atbs-featured-module-1 .section-sub {
        width: calc(100% - 70.3711048159%);
        padding-left: 50px;
    }


    .post--horizontal-circle .post__thumb {
        width: 50%;
        padding-bottom: 50%;
    }
}


@media (max-width: 1680px) and (min-width: 1367px) {
    .post--horizontal-circle .post__title {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 1366px) {
    .atbs-featured-module-1 .section-main:before {
        right: calc(100% - 31.274131%);
    }
}
@media (max-width: 1366px) and (min-width: 1200px), (max-width: 1199px) and (min-width: 992px) {
    .post--horizontal-circle .post__title {
        font-size: 2.3rem;
        line-height: 1.3;
    }
    .post--horizontal-circle .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-circle .post__meta {
        display: none;
    }
    .post--horizontal-circle .post__thumb {
        width: 47.4979423868%;
        padding-bottom: 47.4979423868%;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-1 .atbs-block__inner:after,
    .atbs-featured-module-1 .atbs-block__inner:before {
        display: none;
    }
    .atbs-featured-module-1 .section-main {
        padding: 100px 0 100px 80px;
        width: 100%;
    }
    .atbs-featured-module-1 .section-sub {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        position: static;
        width: 100%;
        overflow: visible;
        padding-left: 35px;
    }
    .atbs-featured-module-1 .section-sub .posts-list {
        margin: -15px;
    }
    .atbs-featured-module-1 .section-sub .posts-list > * {
        padding: 15px;
        width: 50%;
    }
    .atbs-featured-module-1 .section-sub .posts-list > *:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post--overlay-outside.post--overlay .post__text {
        min-height: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post--horizontal-circle .post__title {
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .post--horizontal-circle .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-circle .post__meta {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .post--horizontal-circle .post__title {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}

@media (max-width: 860px) {
    .atbs-featured-module-1 .section-main {
        padding: 70px 0 70px 0;
        width: 100%;
    }
    .atbs-featured-module-1 .section-sub {
        padding-left: 0;
    }
    .post--overlay-outside {
        padding-right: 0;
        margin-right: 0;
    }
    .post--overlay-outside.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-outside .post__readmore {
        display: none;
    }



    .atbs-featured-module-1 .owl-dots {
        display: block;
    }
    .atbs-featured-module-1 .owl-nav {
        display: none;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-1 .section-main {
        padding-bottom: 0;
    }
    .atbs-featured-module-1 .section-main:before {
        width: 100vw;
        height: 38vw;
        right: -15px;
    }
    .post--horizontal-circle .post__thumb {
        margin-bottom: 20px;
    }
    .post--horizontal-circle .post__text,
    .post--horizontal-circle .post__excerpt,
    .post--horizontal-circle .post__thumb {
        margin-right: auto;
        margin-left: auto;
    }
    .post--horizontal-circle .post__text {
        text-align: center;
        max-width: 580px;
    }
}

@media (max-width: 680px) {
    .post--horizontal-circle .post__thumb {
        width: 63.4979423868%;
        padding-bottom: 63.4979423868%;
    }
    .atbs-featured-module-1 .section-main:before {
        height: 42vw;
    }
    .post--overlay-outside.post--overlay .post__text {
        min-height: 270px;
    }
    .post--overlay-outside.post--overlay .post__excerpt {
        margin-bottom: 0;
    }
    .post--overlay-outside.post--overlay .post__title {
        margin-bottom: 0;
    }
    .post--overlay-outside.post--overlay .post__meta time {
        display: none;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-1 .section-sub .posts-list > * {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .post--horizontal-circle .post__thumb {
        width: 73.4979423868%;
        padding-bottom: 73.4979423868%;
    }
    .atbs-featured-module-1 .section-main:before {
        height: 52vw;
    }
}
@media (max-width: 380px) {
    .post--horizontal-circle .post__thumb {
        width: 80.4979423868%;
        padding-bottom: 80.4979423868%;
    }
}