/*@charset "UTF-8";*/

/*
div.page-wrap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
} */

/*.main {*/
/*    padding-block-start: 2em;*/
/*}*/

/*
.page-title {
    text-align: center;
    width: 100%;
} */

/*
h1 {
	width: max-content;
    margin-inline-start: -2vw;
    margin-block-start: .4em;
    font-size: calc(112px + 98 * (100vw - 1024px) / (1920 - 1024));
} */


/* CONTENT BLOCKS  */
div.main-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: flex-start;
}

body.single-format-video div.main-container {
    margin: 4em auto;
}

.main-container aside {
    flex-basis: 20%;
}

body:not(.single-format-video) article.social-share div.social {
    margin-block-start: 20em;
}

article.social-share div.social ul {
    display: flex;
    flex-direction: column;
    gap: .5em;

}

body.single-format-quote section.content {
    position: relative;
    width: 100%;
    /* height: 574px; */
    display: flex;
    justify-content: space-between;
    margin-block-start: 4rem;
    flex-direction: column;
}

body.single-format-quote section.content>div {
    display: flex;
    /* justify-content: space-between; */
    /* border: 1px dotted red; */
    flex-direction: column;
}

body.single-format-quote section.content>:nth-child(2) {
    /*flex-basis: 45%;*/
    align-items: flex-start;
    /*justify-content: center;*/
}

article.social-share .social ul li a svg {
    width: calc(50px + 50 * (100vw - 1024px)/ (1920 - 1024));
    aspect-ratio: 1/1;
    height: auto;
}

section.content {
    position: relative;
    width: 100%;
    justify-content: space-between;
    margin-block-start: 4rem;
}

section.content h2 {
    font-family: 'Coldiac Free Regular', serif;
    font-weight: 400;
    font-size: calc(60px + 30 * (100vw - 1024px)/ (1920 - 1024));
    line-height: 1.1;
    text-transform: capitalize;
}

 section.content h3 {
    font-family: 'Coldiac Free Regular', serif;
    font-weight: 400;
    font-size: calc(36px + 6 * (100vw - 1024px)/ (1920 - 1024));
    line-height: 1.1;
    text-transform: capitalize;
    border-bottom: 2px solid #309fb9c4;
    background: linear-gradient(89.84deg, #0076AA 1.54%, #009099 61.44%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.format-quote.category-knowledge-base.post_format-post-format-quote h3 {
    margin-block-start: 1em;
    margin-block-end: .5em;
    padding-block-end: .5em;
}

.format-quote.category-knowledge-base.post_format-post-format-quote p {
    margin-block-start: 0;
	margin-block-end: 0.5em;
}

/*
section.content ol {
    padding-inline-start: 1.3em;
}
*/

section.content ol {
    padding-inline-start: 2em;
    margin-block-start: 0;
}

/*ASIDE*/
div.page-wrap aside.clients-testimonials h2 {
    font-size: calc(90px + 45 * (100vw - 1024px) / (1920 - 1024));
}
/* --- */

article.social-share li.share {
    display: none;
}

.related-articles div span {
    display: block;
    width: 100%;
    text-align: right;
}

.related-articles div span a svg path {
    fill: #0076AA;
}

.related-articles div span a:hover svg path {
    fill: #E560CC;
    transition-duration: .5s;
}

@media (max-width:1023px) {
    div.main-container {
        flex-direction: column;
    }

    article.social-share div.social ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    article.post article.social-share div.social {
        margin-block-start: 2em;
    }

    article.social-share li.share {
        display: block;
    }

    article.social-share li.share svg {
        width: auto;
        aspect-ratio: 1/1;
        height: 50%;
        display: block;
    }

    aside h2 {
        display: none;
    }
}

@media (max-width:512px) {
    .search-wrapper input {
        font-size: 16px;
        padding: 1em;
    }

    section.content h2 {
        font-size: calc(30px + 8 * (100vw - 360px)/ (512 - 360));
    }

    .knowledge-base-inside section.content h3 {
        font-size: calc(22px + 8 * (100vw - 360px)/ (512 - 360));
    }

    article.social-share div.social ul {
        justify-content: center;
    }

    article.social-share .social ul li a svg {
        width: calc(40px + 10 * (100vw - 360px)/ (512 - 360));
    }

}
