/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family:"Montserrat",sans-serif;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    /*scroll-behavior: smooth;*/
    scrollbar-gutter: stable;
    overflow-x: hidden;
}
html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
body{
    text-rendering: optimizeLegibility;
    background: #eeece8;
}
html.no-overflow{
    overflow: hidden!important;
}

::-webkit-input-placeholder{
    font-family:"Montserrat",sans-serif;
}
::-moz-placeholder{
    font-family:"Montserrat",sans-serif;
}
:-ms-input-placeholder{
    font-family:"Montserrat",sans-serif;
}
:-moz-placeholder{
    font-family:"Montserrat",sans-serif;
}
:placeholder{
    font-family:"Montserrat",sans-serif;
}
p{
    margin-bottom: 20px;
}
p strong,
strong{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: bold;
}
p em,
em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}
a{
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul{
    margin-left: 20px;
    margin-bottom: 20px;
}
ul li{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ul li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ol{
    list-style: none;
    counter-reset: li;
}
ol li{
    content: counter(li);
    counter-increment: li;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
ol li::before {
    content: counter(li);
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    margin: auto;
    font-size: 14px;
    border: 1px solid #0D0D0D;
    min-width: 24px;
    height: 24px;
}
ol li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
blockquote.wp-block-quote{
    margin-bottom: 20px;
    font-style: italic;
    padding-left: 20px;
    position: relative;
    border-left: 16px solid var(--wp--preset--color--primary);
    margin: 0;
}
blockquote.wp-block-quote.has-background{
    background-color: transparent !important;
}
blockquote.wp-block-quote.has-background-background-color{
    border-color: var(--wp--preset--color--background);
}
blockquote.wp-block-quote.has-foreground-background-color{
    border-color: var(--wp--preset--color--foreground);
}
blockquote.wp-block-quote.has-primary-background-color{
    border-color: var(--wp--preset--color--primary);
}
blockquote.wp-block-quote.has-secondary-background-color{
    border-color: var(--wp--preset--color--secondary);
}
blockquote.wp-block-quote.has-third-background-color{
    border-color: var(--wp--preset--color--third);
}
blockquote.wp-block-quote.has-forth-background-color{
    border-color: var(--wp--preset--color--forth);
}
blockquote.wp-block-quote.has-fith-background-color{
    border-color: var(--wp--preset--color--fith);
}
blockquote cite{
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wp-block-table{
    margin-bottom: 20px;
}
.wp-block-table table{
    margin-bottom: 20px;

}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #FFF;
}
.wp-block-table.is-style-stripes table tbody tr{
    border-left:none;
}
.wp-block-table table tbody tr{
    border-left: 2px solid #000;
}

.wp-block-table table td,
.wp-block-table table th{
    padding: 16px;
    border: none;
}
.wp-block-table table td{
    border:1px solid  #0D0D0D;
}
.wp-block-table table thead{
    background: #0D0D0D;
    color: #fff;
    border-bottom:none;
}
.global-button {
    padding:4px 24px;
    transition:all .5s ease;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    display:inline-flex;
    position:relative;
    overflow:hidden;
    border: 1px solid #0c0c0c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

}
.global-button span {
    text-align:center;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #0c0c0c;
    position:relative;
    z-index:1;
    font-weight:600;
    width:100%;
    transition:all .5s ease;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s
}
.global-button:after {
    content:'';
    width:0%;
    height:100%;
    background: #0c0c0c;
    position:absolute;
    top:0;
    left:0;
    transition:all .5s ease;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    z-index:0;
    margin-top:0
}
.global-button:before {
    content:"";
    transition:all .5s ease;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s
}
.global-button:hover:after {
    width:100%
}
.global-button:hover span{
    color: #f1f1f1;
}
.search-page,
.entry-content{
    padding-top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-bottom: 0px;
    width: var(--wp--style--global--content-size);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.wp-block-image{
    margin-bottom: 20px;
}
section{
    padding: 50px 0;
}
.wrapper{
    width: 1320px;
    margin: 0 auto;
}
.pull-wrapper{
    padding-left: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    padding-right: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    overflow: hidden;
}
.container-pull{
    width: var(--wp--style--global--content-size);
}
.header-spaceing{
    padding-top: 150px;
}
.single-menu{
    width: 800px;
    margin: 50px auto;
    color: #bf9778
}
.single-menu h1{
    font-size: 30px;
}
.single-menu h2{
    font-size: 25px;
}
.single-menu h3{
    font-size: 20px;
}

.single-menu .menu-page-block p{
    margin-bottom: 0;
}
.single-menu  .menu-item{
    margin-bottom: 20px;
}
.single-menus:after,
.single-menus:before{
    content: "";
    width: 100px;
    height: 400px;
    background: url("../images/menu-lines.svg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    bottom: 0;
    left: 5vw;
    z-index: -1;
}
.single-menus:after{
    top: 0;
    background-position: bottom;
    right: 5vw;
    left: auto;
    bottom: auto;
}
.single-menus ol{
    margin-bottom: 20px;
}
.single-menus ol li{
    margin-bottom: 5px;
    padding-left: 25px;
}
.single-menus ol li::before {
    background: transparent;
    font-size: 12px;
    border: 1px solid #bf9778;
    min-width: 18px;
    height: 18px;
}
.single.header-spaceing {
    padding-top: 80px;
}
.single .featured-single-image{
    height: 70vh;
    overflow: hidden;
}
.single .featured-single-image img{
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
}
.single .single-post{
    padding-top: 50px;
    padding-bottom: 50px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-block-image img{
    height: auto;
}
img.noimg{
    width: 100%!important;
    height: 100%!important;
    object-fit: cove!important;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile{
    display: none!important;
}

.custom-select-box{
    position: relative;
}
.custom-select-box select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    color: #94989B;
    font-size: 16px;
    padding: 16px 32px 16px 16px;
    background-color: #fff;
    border: 1px solid #94989B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-box::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: -7px;
}
.headroom--not-top + .search-page,
.headroom--not-top  + .entry-content{
    padding-top: 100px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}
.overlay.hide{

    visibility: hidden;
    opacity: 0;
}


.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    min-width: 450px;
}

.popup h2 {
    margin-top: 0;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2vw;
}
.popup .close {
    position: absolute;
    top: 12px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.hidden{
    display: none!important;
}
@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}
.footer-bottom .wrapper ul{
    margin-bottom: 0;
    margin-left: 0;
}
.error-page{
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*### RESPONSIVE ###*/
@media only screen and (min-width: 3001px) {

    .wp-block-heading{
        margin-bottom: 20px;
    }
    p{
        font-size: 32px;
        margin-bottom: 20px;
    }
    ul,
    ol{
        font-size: 32px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    ol li{
        padding-left: 80px;
        margin-bottom: 40px;
    }
    ol li::before {

        bottom: 0;
        margin: auto;
        font-size: 28px;
        border: 2px solid #0D0D0D;
        min-width: 48px;
        height: 48px;
    }
    blockquote{
        margin-bottom: 40px;
        padding-left: 40px;
    }
    blockquote:before{
        width: 32px;
    }
    .wp-block-table{
        margin-bottom: 40px;
    }
    .wp-block-table table{
        margin-bottom: 40px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        overflow: hidden;
    }
    .wp-block-table > table{
        font-size: 32px;
    }
    .wp-block-table table td,
    .wp-block-table table th{
        padding: 32px;
    }
    .wp-block-quote{
        font-size: 32px;
    }


    .search-page,
    .entry-content{
        padding:0px 0 0px;
        width: calc(var(--wp--style--global--content-size)*2);
    }
    .wp-block-image{
        margin-bottom: 40px;
    }
    section{
        padding: 100px 0;
    }
    .container-pull{
        width: calc(var(--wp--style--global--content-size) * 2);
    }

    .custom-select-box select {
        font-size: 32px;
        padding: 32px 64px 32px 32px;
        border: 2px solid #94989B;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .custom-select-box::before {
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 8px;
        right: 32px;
        margin-top: -14px;
    }

}
@media only screen and (max-width: 3000px) {

    .pull-wrapper{
        padding-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
        padding-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
    }
    .container-pull{
        width: var(--wp--style--global--content-size);
    }
}
@media only screen and (max-width: 1500px) {

    .pull-wrapper{
        padding: 0 5vw;
    }
    .container-pull{
        width: 100%;
    }
    .block-membership .membership-packages .package {
        flex: 0 0 48.3333%;
    }
    .wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1200px) {
    h1{
        font-size: 32px;
    }
    h2{
        font-size:24px;
    }
    h3{
        font-size: 20px ;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    h6{
        font-size: 16px;
    }
    .wp-block-heading{
        margin-bottom: 20px;
    }
    .single-menu h1,
    .single-menu h2{
        margin-bottom: 0;
    }
    p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    ul,
    ol{
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    blockquote{
        margin-bottom: 20px;
        padding-left: 20px;
    }
    blockquote:before{
        width: 16px;
    }
    .wp-block-table{
        margin-bottom: 20px;
    }
    .wp-block-table table{
        margin-bottom: 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .wp-block-table > table{
        font-size: 16px;
    }
    .wp-block-table table td,
    .wp-block-table table th{
        padding: 16px;
    }
    .wp-block-quote{
        font-size: 16px;
    }
    .mobile{
        display: flex!important;
    }

    .pull-wrapper{
        padding-left: 5vw;
    }
    .single-menu{
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
        box-sizing: border-box;
    }
    .single-menus:after,
    .single-menus:before{
        display: none;
    }
    .single .single-post {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single .featured-single-image{
        height: 40vh;
    }
    .single .featured-single-image img{
        max-height: 40vh;
    }
}

@media only screen and (max-width: 800px) {
    .search-page, .entry-content {
        padding-top: 0px;
    }
    .headroom--not-top + .search-page, .headroom--not-top + .entry-content {
        padding-top: 50px;
    }
    .popup{
        min-width: 300px;
    }
    .popup h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer-bottom .wrapper ul,
    .block-membership .membership-packages ul{
        margin-left: 0;
    }
    .block-footer .address-footer{
        align-items: flex-start;
    }
    .block-membership .membership-packages .package{
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .block-footer .footer-top{
        padding-bottom: 20px
    }

    .block-card ul li::before{
        margin-top: 4px;
    }
    .footer-bottom{
        padding: 30px 0;
    }
    .footer-bottom ul{
        margin-bottom: 0;
    }
}
/*### END RESPONSIVE ###*/


