@charset "UTF-8";

/*@font-face {*/
/*    font-family: 'icomoon';*/
/*    src: url('../fonts/icomoon.eot?3pcbnt');*/
/*    src: url('../fonts/icomoon.eot?3pcbnt#iefix') format('embedded-opentype'),*/
/*    url('../fonts/icomoon.ttf?3pcbnt') format('truetype'),*/
/*    url('../fonts/icomoon.woff?3pcbnt') format('woff'),*/
/*    url('../fonts/icomoon.svg?3pcbnt#icomoon') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: block;*/
/*}*/


.main-nav-mobile > a:hover {
    opacity: .5;
}
.main-nav {
    align-items: center;
    display: none;
}

.site-branding.mobile-branding {
    margin-bottom: 30px;
}
.main-nav > a, .main-nav-mobile > a {
    margin: 0 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #161616;
}
.main-nav-mobile > a {
    margin: 0 0 20px;
}
.home header#masthead:not(.active) {
    color: white;
}

.hamburger {
    padding: 5px 0 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    position: relative;
    /* right: -10px; */
    height: 36px;
    margin-left: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    margin-top: 3rem;
}
section.all-cat-posts h1 {
    margin-top: 3rem;
}



.schema-faq-section:after {
    position: absolute;
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    top: 7px;
    right: 0;
    transition: all .2s;
}
section.related-posts {
    background: #f8f8f8;
}
.related-posts .card {
    background: #f8f8f8;
}

.single-author-avatar img {
    border-radius: 50%;
}
.hamburger:hover {
    /* opacity: 0.7; */
}
.author-name {

}
.page-template-authors-template .author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    /* background-color: #A638FC; */
}

.hamburger-box {
    width: 31px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 3px;
    background-color: #161616;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    right: 0;
}
.home .hamburger-inner, .home .hamburger-inner::before, .home .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 9;
    /* transition: all .2s; */
    /* background: white; */
    top: 0;
    padding: 10px 0;
    transition: all .2s;
}

.hamburger-inner::after {
    bottom: -10px;
}

header#masthead.active {
    background: white;
}
.main-nav-mobile.is-active {
    opacity: 1;
    z-index: 1;
    display: flex;
    left: 0;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    /* width: 19px; */
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    /* width: 30px; */
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}

.hamburger:hover, .hamburger:focus {
    outline: 0;
}
.home #masthead:not(.active) .main-nav > a {
    color: white !important;
    text-transform: capitalize;
}
.main-nav.is-active {
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-tool {
    width: 150px;
    margin-right: 0;
    margin-left: auto;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section {
    padding: 50px 0;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: #00000045;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
}

.section-head {
    margin-bottom: 40px;
}

.section-head h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    /* text-transform: uppercase; */

    /* Dark */
    color: #161616;
}

.site-branding img {
    max-width: 120px;
}

.inner-post-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 5px 1.25rem 0; */
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* identical to box height, or 229% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 8px;
    color: #161616;
}

body.is-active, body.no-overflow, html.no-overflow {
    overflow-y: hidden;
}

body.is-active:after, body.no-overflow:after, html.no-overflow:after {
    opacity: 1;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}


.hero {
    background-color: #e9e9e9;
    /*     background-image: url('../img/mobile-hero.jpg');
        background-position: top center; */
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    background-position: top;
    background-image: url(../img/bg-mobile-3.jpg);
    background-size: cover;
    min-height: 554px;
    display: flex;
    align-items: center;
}

section.hero.front-hero h1 {
    position: relative;
    top: 100px;
}
.inner-post h2 {
    margin-bottom: 0;
}

.single-post-content a, .author-box-single a {
    font-weight: 600;
    color: inherit;
    text-decoration: underline;
}
.inner-post p {
    margin: 5px 0 0;
}

.inner-post {
    margin-bottom: 50px;
}

.close-nav svg {
    width: 46px;
    height: 46px;
    -webkit-text-fill-color: #c6c6c6;
    fill: #c6c6c6;
}

.site-branding {
    line-height: 1;
    width: 200px;
}
.card-body {
    color: #161616;
}
blockquote.wp-block-quote {border-left: 2px solid;padding-left: 20px;margin: 35px 0;opacity: 0.8;}

blockquote.wp-block-quote p {
    font-size: 18px;
    font-style: italic;
}
a {
    text-decoration: none;
    transition: .2s;
    /*color: #f4a200;*/
}
a.card:hover h2 {
    /*color: #f4a200;*/
}

a.card h3 {
    transition: color .2s;
}
.side-nav {
    position: fixed;
    position: fixed;
    top: auto;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    left: auto;
    bottom: 0;
}

a.btn, input[type="submit"] {
    background: linear-gradient(90deg, #a636fc 0%, hsl(281deg 97% 61%) 53%);
    color: white;
    width: 100%;
    height: 52px;
    line-height: 52px;
    display: block;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    order: 2;
    max-width: 380px;
    font-size: 15px;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.post_toc {
    padding: 15px 30px 15px 10px;
    background: white;
}
div#toc.active {
    opacity: 1;
    z-index: 0;
}
.inner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.s-container {
    max-width: 630px;
}
.overlay:before {
    background: #284E7B;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}


.home h2, .related-posts h2 {
    margin-top: 0;
    /* text-align: center; */
    margin-bottom: 0.5rem;
}


::-webkit-input-placeholder { /* Edge */
    font-size: 13px;
    color: #1E2E53;
    font-weight: 400;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 13px;
    color: #1E2E53;
    font-weight: 400;

}

::placeholder {
    font-size: 13px;
    color: #1E2E53;
    font-weight: 400;

}
.single-author-avatar {
    text-align: center;
    max-width: 260px;
    margin: 20px auto 0;
}
.post_toc ul li a strong {
    font-weight: 400;
}

.post_toc ul li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 19px;
}
.v-text {
    writing-mode: vertical-rl;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    /* or 233% */
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

a.v-text.toc-trigger {
    color: #161616;
    margin-bottom: 15px;
    text-decoration: none;
    background: white;
    padding: 15px 0;
    z-index: 999;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
    bottom: 30px;
}

span.icon-chevron {
    margin-top: 6px;
}

a.social-icon {
    background: #D1D1D1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.post_toc ul {
    list-style-type: none;
    margin: 0;
}

.post_toc ul li a {
    font-weight: 400;

    /* or 200% */
    letter-spacing: 0.035em;
    text-transform: capitalize;
    color: inherit;
    display: block;
}
a.social-icon span {
    color: #161616;
}

.single-post-thumb {
    margin-bottom: 30px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], textarea {
    /* border: 1px solid #284e7b4d; */
    /* border-radius: 8px; */
    /* min-height: 46px; */
    /* margin-top: 8px; */
    max-width: 100%;
    resize: none;
    padding-left: 10px;
    padding-right: 10px;
    /* color: #284E7B !important; */
    font-family: 'Source Sans Pro';
    font-weight: 400;
    /* color: #161616 !important; */
}

h3.card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

.inner-post img {
    width: 100%;
}

.submit-btn {
    position: relative;
}

.card-text {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 160% */
    letter-spacing: 0.36px;
}
.bricklayer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bricklayer-column-sizer {
    width: 100%;
    display: none
}



.bricklayer-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px
}

.slick-delay {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}

.slick-delay.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slick-delay > div {
    display: none;
}

.slick-delay > div:first-child {
    display: block;
    visibility: hidden;
}

.slick-delay.slick-initialized > div {
    display: block;
    visibility: visible !important;
}

ul, ol {
    margin: 30px 0 30px;
    padding-inline-start: 15px;
}

.author-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 8px;
}

h1 {
    font-weight: 700;
}

h1 > span {
    font-weight: 400;
    font-style: italic;
}

.author-box img {
    margin: 0 auto 10px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.card {
    margin-bottom: 40px;
}

figure {
    text-align: center;
}

.single-post-author {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    /* identical to box height, or 267% */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

#breadcrumbs {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 233% */
    /* display: flex; */
    /* align-items: center; */
    letter-spacing: 0.06em;
    text-transform: uppercase;
    height: 40px;
    margin-bottom: 12px;
}

p#breadcrumbs a {
    color: inherit;
}

div#toc {
    position: fixed;
    right: 43px;
    left: auto;
    bottom: 45px;
    max-width: 282px;
    /* background: white; */
    opacity: 0;
    z-index: -1;
    transition: all .2s;
    width: 100%;
}

footer#colophon {
    background: #f8f8f8;
    padding: 40px 20px;
}

.d-card {

}

.card.d-card {
    position: relative;
}

.card-data {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: white;
}

.card-area {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* or 133% */
    text-transform: capitalize;
    margin: 0;
}

.card-country {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    /* identical to box height, or 160% */
    letter-spacing: 0.36px;
}

section.single-post {
    background: #f8f8f8;
}

.single-post-excerpt p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-top: 10px;
    text-align: justify;
}

section.single-post h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: capitalize;
}
.post_toc ul li.current {
    opacity: .5;
}

.single-post header#masthead {
    background: white;
}

.author-box-single {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 32px; */
    /* or 229% */
    letter-spacing: 0.36px;
    margin-top: 60px;
}

.a-posted {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.widgetContainer {
    margin: 20px 0 !important;
}
p#breadcrumbs a:hover {
    text-decoration: underline;
}
.a-name {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.top-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer-social > a {
    background: transparent;
    margin: 0 6px;
}
.copyUrl > span {
    position: absolute;
    left: 37px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: none;
}

.copyUrl {
    position: relative;
    display: flex;
    align-items: center;
}

h2#h-faq {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 90px;
}
.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
}
.schema-faq-answer {
    /* display: none; */
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    letter-spacing: 0.36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 25px;
}
.schema-faq-section.active .schema-faq-answer {
    overflow: visible;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: inherit;
}

.wp-block-image figcaption {
    font-size: 14px;
}
strong.schema-faq-question {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 127% */
    text-align: justify;
    letter-spacing: 0.035em;
    cursor: pointer;
    width: 100%;
    display: block;
    transition: color .2s;
    padding-right: 40px;
}
a > h1 {
    color: #161616;
}
strong.schema-faq-question:hover {
    /*color: #f4a200;*/
}
.schema-faq-section:hover:after {
    opacity: .5;
}
.single-post-content  a:hover, .a-desc a:hover{
    text-decoration: underline;
    color: inherit;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #777;
}
.schema-faq-section.active:after {
    transform: rotate(180deg);
}
a.card img {
    -webkit-transition: -webkit-transform 10s cubic-bezier(.35,.9,.5,1);
    transition: -webkit-transform 10s cubic-bezier(.35,.9,.5,1);
    transition: transform 10s cubic-bezier(.35,.9,.5,1);
    transition: transform 10s cubic-bezier(.35,.9,.5,1),-webkit-transform 10s cubic-bezier(.35,.9,.5,1);
}
a.card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}
.post_toc ul li a:hover {
    opacity: .5;
}
.single-post-content > ul > li {
    margin-bottom: 5px;
}
.card-img {
    overflow: hidden;
}
.side-nav .social-icon {
    display: none;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
strong.schema-faq-question > strong {
    font-weight: 400;
}
.page-template-authors-template .single-author-avatar a {display: block;/* width: 396px; *//* height: 396px; */}

.schema-faq-section {
    min-height: 54px;
    margin-bottom: 5px;
    position: relative;
}
.main-nav-mobile {
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    height: 100vh;
    background: white;
    width: 320px;
    flex-direction: column;
    padding: 15px 20px;
    display: flex;
    left: -400px;
    transition: all .4s;
}
.footer-links > a {
    color: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* identical to box height, or 229% */
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

.footer-links > a:last-child {
    margin-right: 0;
}
.v-text.share-text {
    display: none;
}
.footer-links {
    flex-direction: column;
    display: flex;
    text-align: center;
    margin-bottom: 30px;
}
.alignfull.size-full {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: calc(-50vw + 50%);
}
a.view-more {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #161616;
}
.admin-bar .site-header {
    margin-top: 46px;
}

#up_btn {
    position: relative;
    /* display: none; */
    z-index: 20;
}
#up_btn a {
    display: flex;
    border-radius: 50%;
    /*     -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear; */
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -60px;
    right: -23px;
    color: #161616;
}

#up_btn a:hover {
    color: rgb(22 22 22 / 50%);
}
.wp-block-group.has-background {
    padding: 20px;
}
.wp-block-group.has-background ul {
    margin-bottom: 0;
}
@media screen and (min-width: 783px) {
    .admin-bar .site-header {
        margin-top: 32px;
    }
}
