/*************************
*
*  Single 1
*
*************************/
/*.site-content {
    padding-top: 0 !important;
}*/
.single-1 .entry-thumb {
    height: 0;
    width: 45.5555555556%;
    padding-bottom: 45.5555555556%;
    margin: 0 60px 0 0;
    position: relative;
    z-index: 2;
}

.single-1 .entry-thumb:before {
    content: '';
    width: 100vw;
    height: 9999px;
    background-color: var(--color-primary);
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1;
}
.single-1 .entry-thumb .box-background-image,
.single-1 .entry-thumb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.single-1 .atbs-single-header {
    position: relative;
    padding: 100px 0;
    overflow: hidden;

}

.single-1 .single-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-1 .single-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2;
    position: relative;
}
.single-1 .single-header .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.0714rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}
.single-1 .single-header .entry-meta time {
    font-style: normal;
}

.single-2 .single-header .entry-title,
.single-1 .single-header .entry-title {
    margin-top: 12px;
    margin-bottom: 25px;
}


.single-1.atbs-block[class *='single-'] .atbs-single-header:not(:last-child) {
    margin-bottom: 50px;
}

.single-1 .single-header__inner {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1680px) {
    .single-1 .single-header__inner {
        max-width: 1200px;
    }
    .single-1 .entry-thumb {
        margin: 0 50px 0 0;
    }
}

@media (max-width: 1366px) {
    .single-1 .atbs-single-header {
        padding: 75px 0;
    }
    .single-1 .single-header__inner {
        max-width: 1170px;
    }
}
@media (max-width: 1199px) {
    .single-1 .single-header__inner {
        max-width: 970px;
    }
    .single-1 .entry-thumb {
        width: 50%;
        padding-bottom: 50%;
        margin: 0 40px 0 0;
    }
}
@media (max-width: 991px) {
    .single-1 .single-header__inner {
        max-width: 750px;
    }
    .single-1 .entry-thumb {
        margin: 0 30px 0 0;
    }
    .single-1 .single-header .entry-meta {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .single-1 .single-header .entry-title {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .single-1 .atbs-single-header {
        padding: 50px 0;
    }
    .single-1 .entry-thumb {
        width: 70%;
        padding-bottom: 70%;
        margin: 0 auto 30px auto;
    }
    .single-1 .entry-thumb:before {
        width: 100vw;
        height: 999px;
        top: auto;
        bottom: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);

    }
    .single-1 .single-header {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        text-align: center;
    }
    .single-1 .single-header .entry-title {
        margin-bottom: 0;
    }
    .single-1 .single-header .entry-teaser {
        margin-right: auto;
        margin-left: auto;
        display: none;
    }
    .single-1.atbs-block[class *='single-'] .atbs-single-header:not(:last-child) {
        margin-bottom: 40px;
    }


    .related-posts .posts-list > * {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .single-1 .entry-thumb {
        width: 75%;
        padding-bottom: 75%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 480px) {
    .single-1 .entry-thumb {
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto 25px auto;
    }
    .single-1 .single-header .entry-title {
        margin-bottom: 0;
    }
    .single-1 .single-header .entry-meta {
        display: none;
    }
}