


html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    overflow: hidden;
}



/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background-color: var(--onyx);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #655d57;
    transition: ease all 0.5s;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--salamander);
}


/* --- Container Settings --- */
.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1800px;
    max-width: 100%;
}

@media(max-width: 991.98px) {
    .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 767.98px) {
    .container-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 576px) {
    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*** Site Wide Border Radius Options ***/
:root {
    --global-border-radius: 20px;
    --form-field-border-radius: 3px;
}

@media(max-width: 767.98px){
    :root {
        --global-border-radius: 10px;
    }
}

.touch-menu-toggle:hover,
.touch-menu-toggle:focus {
    outline: none;
}

#sectionsScroll {
    mix-blend-mode: difference;
}


.relative,
.position-relative {
    position: relative;
}
img {
    max-width: 100%;
}

.one-hundred-height {
    height: 100%;
}
.white {
    color: #fff!important;
}
.opacity0 {
    opacity: 0;
}
.white_bg {
    background: #fff;
}
body,
p {

}

p {

}
p.breadcrumbs {

}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

img {
    margin: 0;
    padding: 0;
}


ul,
ol {
    padding-inline-start: 18px;
}

ul li,
ol li {

}

header ul,
header ol,
footer ul {
    padding: 0;
}
header ul li,
header ol li,
footer ul li {
    padding-left: 0;
}

footer a {
}

footer ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
footer ul li a {

}
@media(max-width: 767.98px) {
    footer ul li a {

    }
}

footer p {

}

@media(max-width: 767.98px) {

}
@media(min-width: 768px) and (max-width: 991.98px) {

}
@media(min-width: 992px) and (max-width: 1400px) {

}


@media(min-width: 576px) and (max-width: 767.98px) {

}

a.link-no-underline {
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

b,
strong,
.bold {

}


header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media(max-width: 991.98px) {

}

header.sticky {

}
.headerLogo {

}
header,
header > *,
.header-logo-and-menu,
.headerLogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar {
    padding: 0;
}


#sectionsScroll {
    position: fixed;
    top: 45%;
    left: 0;
    z-index: 9;
    height: 0px;
}
#sectionsScroll * {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.nav.sections-scroller li {
    width: 100%;
}
.nav.sections-scroller li a {
    position: relative;
    padding-left: 50px;
    font-family: 'warnock-pro', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: transparent;
}
.nav.sections-scroller li a:hover {
    color: var(--ivory);
}
.nav.sections-scroller li a:before {
    content: "";
    width: 20px;
    border-bottom: 2px solid var(--ivory);
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    opacity: 0.5;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.nav.sections-scroller li a:hover:before {
    width: 30px;
}
.nav.sections-scroller li a.active:before {
    width: 30px;
    opacity: 1;
}

.nav.sections-scroller li a:not(:hover):before {
}
.nav.sections-scroller li a:hover:before {

}
.nav.sections-scroller li a.active {
    color: #fff;
}


@media(max-width: 1399.98px) {
    #sectionsScroll {
        top: unset;
        bottom: 20px;
        left: -10px;
    }

    .nav.sections-scroller li a {
        padding-left: 40px;
    }
}

@media(max-width: 991.98px) {
    #sectionsScroll {
        display: none;
    }
}


/*** Awesome ACF Image Settings ***/

.image-2by3 {
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
}


.image-4by3 {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.image-16by9 {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.image-3by1 {
    padding-bottom: 33.333%;
    position: relative;
    overflow: hidden;
}

.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.image-square.object > img {

}

.image-2by3 > img,
.image-3by1 > img,
.image-4by3 > img,
.image-16by9 > img,
.image-square > img {
    position: absolute;
    object-position: center;
    object-fit: cover;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-3by1.size-contain > img,
.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img {
    object-fit: contain;
}

a.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgb(110, 112, 117);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.align-center {
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.align-start {
    justify-content: center;
    flex-direction: column;
    align-items: start;
}


/*** start: single post ***/
.single .full_width_image_video{
    background-color: var(--linen) !important;
}
.single-post-wrapper .border-bottom,
body.single-nw-articles .border-bottom {
    border-bottom:1px solid var(--gray) !important;
}


/*** end: single post ***/

/*** start: single nw-events ***/
.single-post-wrapper .event-details.sticky-top{
    top:120px;
}
.single-post-wrapper .event-details .sticky-block-inner > .row{
    padding: 45px 40px;
    border:1px solid var(--gray);
}
.single-post-wrapper .event-details p{
    margin-bottom: 20px;
}
.single-post-wrapper .event-details .sticky-block-inner > .row > .col-12:last-of-type p{
    margin-bottom: 0;
}
@media(max-width: 575px) {
    .single-post-wrapper .event-details .sticky-block-inner > .row{
        padding: 25px 20px;
    }
}
/*** end: single nw-events ***/

/*** Block Example Template ***/
.block_example_details .heading-splitter {
    background-color: var(--grey-lightest);
    padding: 10px 20px;
    margin-bottom: 40px;
}

.block_example_details a.button.fixed-block-download-button {
    position: fixed;
    right: 20px;
    bottom: 15px;
}

/*** Social Links ***/
.social-media a{
    color: var(--linen);
    width: 40px;
    height: 40px;
    padding: 4px;
    border: 1px solid var(--grey);
    border-radius: 12px;
}

/*** 404 Page ***/
.page404{
    min-height: 100vh;
}
.overlay-404{
    background-image: url(../images/banner_404.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page404 .text-404{
    font-family: warnock-pro-display, serif;
    font-size: 12vw;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    color:#fff;
    background: var(--salamander);
    background: linear-gradient(to bottom, var(--salamander) 20%, var(--onyx) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page404 .description-404{
    font-size:22px;
    line-height: 33px;
}
@media (max-width: 991.98px){
    .page404 .text-404{
        font-size: 30vw;
    }
}


footer,
footer .footer-wrapper{
    position: relative;
    z-index: 3;
}

/*watermark*/


/*.watermark:before,*/
/*.has-watermark .featherlight-content:before{*/
    /*content:url('../images/true_copy_watermark.svg');*/
    /*position:absolute;*/
    /*left:10px;*/
    /*top:10px;*/
    /*z-index: 1;*/
/*}*/
/*.watermark img{*/
    /*z-index: 2;*/
/*}*/

.grecaptcha-badge {
    display: none !important;
}

/*** Scroll modal ***/
#scrollingAlertModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0.3s;
    visibility: hidden;
    opacity: 0;
}
#scrollingAlertModal.visible {
    visibility: visible;
    opacity: 1;
}
#scrollingAlertModal .scrollingAlertModal-inner {
    padding: 15px;
    background-color: var(--linen);
    color: var(--obsidian);
    transition: ease all 0.3s;
    z-index: 9999;
}


/*** Stripe Checkout Styles ****/

body.woocommerce-checkout .wc-payment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
    margin: 0;
    padding: 0;
}

body.woocommerce-checkout .woocommerce-checkout #payment div.form-row label {
    width: 100%;
    display: block;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    width: 100%;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout #payment div.form-row.place-order {
    padding: 15px;
    padding-bottom: 30px;
}

@media(max-width: 575px) {
    body.woocommerce-checkout .woocommerce-checkout #payment div.form-row.place-order {
        padding-bottom: 15px;
    }
}

footer .footer-wrapper {
    z-index: 9999;
}