/* @group New
------------------------------------ */ 

/* @group Single Header
------------------------------------ */

.single-header {
    box-shadow: 0px 10px 74px rgba(0, 0, 0, 0.1);
    position: relative;
}
.single-header__back {
    display: inline-block;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.98rem;
}
.single-header__back i,
.single-header__back span {
    vertical-align: middle;
}
.single-header__back i::before {
        left: -.1rem;
        position: relative;
}
.single-header__back i {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.8rem;
    color: var(--font-black);
    margin-right: .7rem;
    text-align: center;
}
.single-header__back span {
    font-size: 1.4em;
    letter-spacing: .04em;
}
.single-header__title h1 {
    color: var(--main-tang);
    font-weight: 600;
}
.single-header__info {
    display: flex;
}
.single-header__info .single-header__txt-box:last-of-type {
    margin-right: 0;
}
.single-header__info .single-header__txt-box h3 {
    color: var(--main-grey);
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.single-header__info .single-header__txt-box .author__bullet {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #C9CACC;
    margin-right: .8rem;
}
.single-header__info .single-header__txt-box p {
    display: inline-block;
    color: var(--main-white);
    font-size: 1.6em;
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: 0;   
}
.single-header__info .single-main .author__bullet {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin-right: .8rem;
}
.single-header__info .single-header__txt-box p,
.single-header__info .single-header__txt-box .author__bullet {
    vertical-align: middle;
}


@media only screen
and (min-width : 961px) {
    .single-header {
        padding-bottom: 25.6rem;
        background: url('../../img/layout/single/background.svg'), rgba(0, 33, 77, 1);
        background-position: top left;
        background-repeat: no-repeat;
    }
    .single-header .row {
        padding-top: 7.9rem;
    }
    .single-header h1 {
        font-size: 5em;
        line-height: 1.16em;
        letter-spacing: -0.02em;
        margin-bottom: 7rem;
    }
    .single-header__info .single-header__txt-box {
        margin-right: 8rem;
    }
    .single-header__info .single-header__txt-box h3 {
        margin-bottom: .8rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-header {
        
        padding-bottom: 24.1rem;
        background: url('../../img/layout/contact/background-mobile.svg'), rgba(0, 33, 77, 1);
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    .single-header .row {
        padding-top: 4.4rem;
    }
    .single-header h1 {
        font-size: 3.6em;
        line-height: 1.16em;
        letter-spacing: normal;
        margin-bottom: 4rem;
    }
    .single-header__info {
        flex-wrap: wrap;
    }
    .single-header__info .single-header__txt-box {
        margin-right: 2rem;
    }
    .single-header__info .single-header__txt-box h3 {
        margin-bottom: .5rem;
    }
    .single-header__info .single-header__txt-box:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 2.2rem;
        width: 100%;
    }
}

/* @end */ 

/* @group Single Image
------------------------------------ */

.single-img .single-img__container p {
    color: #000;
    font-size: 1.2em;
    line-height: 1.33em;
    letter-spacing: -0.01em;
    font-weight: 300;
    max-width: 91.1rem;
}

.single-img__container figure {
    border-radius: .4rem;
}

@media only screen
and (min-width : 961px) {
    .single-img {
        margin-top: -15.4rem;
        margin-bottom: 7.3rem;
    }
    .single-img__container figure {
        margin-bottom: 1.5rem;
        height: 70rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-img {
        margin-top: -19.5rem;
        margin-bottom: 4.2rem;
    }
    .single-img__container figure {
        margin-bottom: 1.4rem;
        height: 22.5rem;
    }
}

/* @end */ 

/* @group Single Post
------------------------------------ */


.single-main h2 {
    color: #000;
    font-weight: 600;
}
.single-main p {
    color: #000;
}
@media only screen
and (min-width : 961px) {
    .single-main h2 {
        font-size: 3.6em;
        line-height: 1.16em;
    }
    .single-main p {
        font-size: 1.8em;
        line-height: 1.33em;
        font-weight: 400;
    }
    .single-main h2 + P {
        margin-top: 1.6rem;
    }
    .single-main p:not(:last-of-type) {
        margin-bottom: 5.4rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-main h2 {
        font-size: 3.6em;
        line-height: 1.16em;
    }
    .single-main p {
        font-size: 1.8em;
        line-height: 1.33em;
        font-weight: 400;
    }
    .single-main h2 + P {
        margin-top: 1.2rem;
    }
    .single-main p:not(:last-of-type) {
        margin-bottom: 3.8rem;
    }
}

/* @end */

/* @group Single Post Gallery
------------------------------------ */

.coblocks-gallery--item img {
    border-radius: .4rem;
    border: none!important;
}
.nav-button__next,
.nav-button__prev {
    background-color: var(--main-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen
and (min-width : 1025px) {
    .single-main .wp-block-coblocks-gallery-carousel {
        width: 100vw;
        max-width: 144rem;
        margin-top: 7.1rem!important;
        margin-bottom: 7.2rem!important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen
and (min-width : 961px) {
    .single-main .wp-block-coblocks-gallery-carousel {
        margin-top: 7.1rem!important;
        margin-bottom: 7.2rem!important;
    }
    .single-main .coblocks-gallery--figure {
        height: 70rem;
    }
    .single-main .nav-button__next,
    .single-main .nav-button__prev {
        width: 4.2rem;
        height: 4.2rem;
    }
    .single-main .nav-button__next .icon,
    .single-main .nav-button__prev .icon {
        width: 2rem;
        height: 2rem;
        flex: none;
    }
}
@media only screen
and (min-width : 1025px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-main .wp-block-coblocks-gallery-carousel {
        margin-top: 2.3rem!important;
        margin-bottom: 5.3rem!important;
    }
    .single-main .nav-button__next,
    .single-main .nav-button__prev {
        width: 3.2rem;
        height: 3.2rem;
    }
    .single-main .nav-button__next .icon,
    .single-main .nav-button__prev .icon {
        width: 1.6rem;
        height: 1.6rem;
        flex: none;
    }
}
.single-post__info {
    display: flex;
    border-top: 1px solid var(--main-grey);
}
.single-post__info .single-post__txt-box {
    margin-right: 8rem;
}
.single-post__info .single-post__txt-box:last-of-type {
    margin-right: 0;
}
.single-post__info .single-post__txt-box h3 {
    color: rgba(0, 0, 0, .5);
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}
.single-post__info .single-post__txt-box .author__bullet {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #C9CACC;
    margin-right: .8rem;
}
.single-post__info .single-post__txt-box p {
    display: inline-block;
    color: var(--main-black);
    font-size: 1.6em;
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: 0;   
}
.single-post__info .single-post__txt-box .author__bullet {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin-right: .8rem;
}
.single-post__info .single-post__txt-box p,
.single-post__info .single-post__txt-box .author__bullet {
    vertical-align: middle;
}
@media only screen
and (min-width : 961px) {
    .single-post__info {
        padding-top: 4.8rem;
        margin-top: 4.7rem;
        margin-bottom: 11.4rem;
    }
}
@media only screen 
and (min-width : 0)
and (max-width : 960px) {
    .single-post__info {
        flex-wrap: wrap;
        padding-top: 3.5rem;
        margin-top: 3.5rem;
        margin-bottom: 4.1rem;
    }
    .single-post__info .single-post__txt-box {
        margin-right: 2rem;
    }
    .single-post__info .single-post__txt-box h3 {
        margin-bottom: .5rem;
    }
    .single-post__info .single-post__txt-box{
        margin-right: 0;
        margin-bottom: 2.2rem;
        width: 100%;
    }
}

/* @end */

/* @group Single News
------------------------------------ */
.single-news__boxes {
    background-color: var(--light-grey);
}
.single-news__title h4 {
    color: var(--main-blue);
    font-weight: 600;
}
.single-news__card {
    border-bottom: .1rem solid var(--secundary-grey);
}
.single-news__card:nth-child(2) {
    border-top: .1rem solid var(--secundary-grey);
}
.single-news__card figure {
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
    border-radius: .4rem;
}
.single-news__card h3 {
    font-weight: 600;
    color: var(--font-black);
    opacity: .5;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}
.single-news__card h2 {
    color: var(--main-blue);
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.25em;
}
.single-news__card p {
    color: var(--font-black);
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.333em;
    letter-spacing: -0.01em;
}
@media only screen
and (min-width : 961px) {
    .single-news__boxes {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .single-news__title h4 {
        font-size: 5em;
        line-height: 1.16em;
        letter-spacing: -0.02em;
        margin-bottom: 4.4rem;
    }
    .single-news__title {
        padding: 0;
    }
    .single-news__card {
        display: flex;
        padding: 2rem 0;
    }   
    .single-news__card .description {
        flex: 1;   
        padding-top: 1.5rem;
        padding-right: 5.5rem;
        max-width: 58.9rem;
    }
    .single-news__card figure {
        flex: 0 1 28.5rem;   
        height: 17.5rem;
    }
    .single-news__card h3 {
        margin-bottom: .4rem;
    }
    .single-news__card h2 {
        margin-bottom: 1.5rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .single-news__boxes {
        padding-top: 5.6rem ;
        padding-bottom: 6rem;
    }
    .single-news__title h4 {
        font-size: 3.6em;
        line-height: 1.16em;
        margin-bottom: .62;
    }
    .single-news__card {
        margin: 0 2rem;
        padding: 1.6rem 0 3.5rem 0;
        -ms-flex: 0 0 calc(100% - 4rem);
        flex: 0 0 calc(100% - 4rem);
        max-width: calc(100% - 4rem);
    }   
    .single-news__card .description {
        display: block;
        width: 100%; 
        padding-top: 1.68rem;
    }
    .single-news__card figure {
        margin-top: 2.45rem;
        width: 100%;
        height: 20.2rem;
    }
    .single-news__card h3 {
        margin-bottom: .3rem;
    }
    .single-news__card h2 {
        margin-bottom: .73rem;
    }
}

/* @end */



/* Animations */
.single-header .single-header__back,
.single-header h1,
.single-header__info .single-header__txt-box,
.single-img {opacity: 0;}

.single-header.animateActive .single-header__back,
.single-header.animateActive h1,
.single-header.animateActive .single-header__txt-box,
.single-img.animateActive {animation: fadeDown 1.2s forwards;}

.single-header.animateActive .single-header__back {animation-delay:.3s;}
.single-header.animateActive h1 {animation-delay:.6s;}


.single-header.animateActive .single-header__txt-box:nth-child(1) {animation-delay:.9s;}
.single-header.animateActive .single-header__txt-box:nth-child(2) {animation-delay:1.2s;}
.single-header.animateActive .single-header__txt-box:nth-child(3) {animation-delay:1.5s;}

.single-img.animateActive {animation-delay:1.8s;}

.single-main h2,
.single-main h3,
.single-main i,
.single-main p {opacity: 0;} 

.single-main.animateActive h2,
.single-main.animateActive h3,
.single-main.animateActive i,
.single-main.animateActive p {animation: fadeDown .6s forwards;} 

.single-main.animateActive h2 {animation-delay:.3s;} 
.single-main.animateActive h3 {animation-delay:.3s;} 
.single-main.animateActive i {animation-delay:.6s;}
.single-main.animateActive p {animation-delay:.6s;}

.single-news__boxes .single-news__title,
.single-news__boxes .single-news__card {opacity: 0;}

.single-news__boxes.animateActive .single-news__title,
.single-news__boxes.animateActive .single-news__card {animation: fadeDown 1.2s forwards;}

.single-news__boxes.animateActive .single-news__title {animation-delay:.3s;}
.single-news__boxes.animateActive .single-news__card:nth-child(2) {animation-delay:.6s;}
.single-news__boxes.animateActive .single-news__card:nth-child(3) {animation-delay:.9s;}
.single-news__boxes.animateActive .single-news__card:nth-child(4) {animation-delay:1.2s;}
.single-news__boxes.animateActive .single-news__card:nth-child(5) {animation-delay:1.5s;}
.single-news__boxes.animateActive .single-news__card:nth-child(6) {animation-delay:1.8s;}
.single-news__boxes.animateActive .single-news__card:nth-child(7) {animation-delay:2.1s;}
