/*
Theme Name:   MOHO 2.0 : APH
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  BlankSlate Child Theme
Author:       ts
Template:     blankslate

License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  NECtwopointzero
*/


/* Standard breaks
@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1200px) { ... }
@media (min-width: 1400px) { ... }
*/

/*colors*/
/*yellow: #FACD2D;*/
/*Pink: #E6B9AF;*/
/*Red: #E92F31;*/
/*light Blue: #67acaf;*/


:root {
    --hv-yellow: #FACD2D;
    --hv-pink: #E6B9AF;
    --hv-red: #E92F31;
    --hv-lgt-blue: #67acaf;
    --hv-col-blue: #408bab;
    --hv-drk-blue: #3255A1;
    --rch-beige: #F6E8D2;
    --white: #fff;
    --black: #0f0f0f;
    --rch-red: #590B17;
    --rch-green: #A9B7A1;

}

/*reset*/
html,
body {
    margin: 0;
    padding: 0;
    min-width: 330px;

}
main {

    background-color: var(--rch-beige);

}
ul {
    padding-left: 0;
}

/*fonts*/
@font-face {
    font-family: 'rch_modesto';
    src: url('fonts/ModestoW01-LiteCond.woff2');
    src: url('fonts/ModestoW01-LiteCond.woff2') format('embedded-opentype'),
        url('fonts/ModestoW01-LiteCond.woff2') format('woff2'),
        url('fonts/ModestoW01-LiteCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rch_apercu_reg';
    src: url('fonts/Apercu-Regular.woff2');
    src: url('fonts/Apercu-Regular.woff2') format('embedded-opentype'),
        url('fonts/Apercu-Regular.woff2') format('woff2'),
        url('fonts/Apercu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'rch_apercu_bold';
    src: url('fonts/Apercu-Bold.woff2');
    src: url('fonts/Apercu-Bold.woff2') format('embedded-opentype'),
        url('fonts/Apercu-Bold.woff2') format('woff2'),
        url('fonts/Apercu-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'rch_apercu_reg', serif;
    font-size: 17px;
    line-height: 1.5rem;
    color: #0f0f0f;
}

@media (min-width: 1100px) {
    body {
        font-size: 17px;
        line-height: 1.6rem;
    }
}

@media (min-width:768px) {

    * p:first-child,
    * h1:first-child,
    * h2:first-child,
    * h3:first-child,
    * h4:first-child,
    * h5:first-child {
        padding-top: 0;
        margin-top: 0;

    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'rch_modesto', sans-serif;
    text-transform: uppercase;

}
h3 {
       font-family: 'rch_apercu_bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 60px;
    font-size: 1.8rem;
}
h1 {
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: 1.2px !important;
    font-weight: normal;
    margin: 0;
}

@media (min-width: 768px) {
    h1 {
        /*
        font-size: 4.2rem;
        line-height: 4.7rem;
        */
        font-size: 54px;
        line-height: 62px;
    }
}

h3 {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: normal;
}

.captionn {
    font-size: 17px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .captionn {
        font-size: 14px;
    }
}

/*images*/
img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


/*HAPPY VALLEY*/
.hv * {
    font-family: 'happy_valley', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.hv .img-wrapp img {
    border-radius: 0 !important;
    display: block;
}

p a {
    color: var(--black);
}

/*buttons*/
.bod-butt {
    position: relative;
    padding: 9px 18px;


    text-decoration: none;
    background-color: transparent;
    border: 1.5px solid #0f0f0f;
    /* Inner border */
    border-radius: 5px;
    /* Rounded corners */
    cursor: pointer;
    outline: 0px solid #0f0f0f;
    /* Outer border */
    outline-offset: 2px;
    /* Creates the gap effect */
    transition: all 0.2s ease;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 10px;
}

.coll .bod-butt:nth-of-type(2) {

    outline: none;
    /* Outer border */
}

.bod-butt:hover {
    background-color: #0f0f0f;
    /* Darker shade on hover */
    outline: 0px solid #0f0f0f;
    /* Outer border */
    outline-offset: 6px;
    /* Expands outer border on hover */
}

.bod-butt a {
    font-family: 'rch_apercu_reg', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 1;
}

a.offsite-link::after {
    content: "\f8ce";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);


}
/*
a.download-link::after {
    content: "\f316";
    display: inline-block;
    font-size: 18px;
    font-family: 'Dashicons';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;

    transform: translateY(2px) translateX(5px);


}
*/
a.download-link::after {
    content: "\f090";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);


}
@media (max-width: 500px) {
    a.download-link::after,
    a.offsite-link::after {
font-size: 12px;
    }
}

.bod-butt a {
    font-family: 'rch_apercu_reg', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0f0f0f;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 100;
    line-height: 1;
}

.bod-butt:hover {
    background-color: #0f0f0f;
    /* Darker shade on hover */
}

.bod-butt:hover a {
    color: #fff;
}

@media (min-width: 768px) {
    .bod-butt a {

        font-size: 18px;

    }
}

@media (min-width: 992px) {
    .coll .bod-butt:first-of-type(2) {
        margin-bottom: 0;
    }
    .bod-butt {
     
        padding: 12px 22px;
    }
}

/*simple flex*/
section {
    padding: 40px 0 25px 0;
    border-bottom: 0px solid var(--black);
}

.page-id-315 section {
    border-bottom: 0px solid var(--black);
}

section.banner+section {
    border-radius: 8px 8px 0 0;
}

section:last-of-type {
    z-index: +1;
    position: relative;
    padding-bottom: 80px !important;
}

.roww {
    display: flex;
    flex-direction: column;
    max-width: 1465px;
}

@media (min-width: 768px) {
    section.banner+section {
        border-radius: 10px 10px 0 0;
    }

    section {
        padding-top: 80px;

    }

    .roww {
        flex-direction: row;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    section {
        padding-top: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .roww {
        padding-bottom: 70px;

    }
}

.coll {
    flex: 1;
    padding: 0 20px;

}

section {
    background: var(--rch-beige);
    min-height: 200px;

    margin: 0 auto;
}

section .roww {
    max-width: 1465px;
    margin: 0 auto;
}

/*
section:nth-of-type(2) {
    margin-top: 600px;
}
    */
section.banner+section {
    margin-top: 575px;
}

section:last-of-type {
    border-radius: 0 0 20px 20px;

}

/*
@media (min-width: 1100px) {
    section:nth-of-type(2) {
        margin-top: 800px;
    }
}
*/

@media (min-width: 1100px) {
    section.banner+section {
                margin-top: 750px;
    }
}



/*sections**************************/
/*sect: title center*/
section.title-center {
    min-height: 100px;
    border-bottom: none;
    padding-top: 0px;
}
section.title-center:first-of-type {

    padding-top: 150px;
}
section.title-center .roww {
padding-bottom: 20px;
}
section.title-center .title-wrap {
   display: flex;
   flex-direction: row;
 
  width: 100%;
}
section.title-center .title-wrap h1 {
   padding: 0 20px;
max-width: 300px;
}

section.title-center .title-wrap::before {
     display: block;
flex: 1;
    /* background-color: red; */
    height: 8px;
    content: '';
    border-top: #0f0f0f 3px solid;
    border-bottom: #0f0f0f 3px solid;
    top: 20px;
margin-top: 16px;
    z-index: -1;
}
section.title-center .title-wrap::after {
     display: block;
flex: 1;
    /* background-color: red; */
    height: 9px;
    content: '';
    border-top: #0f0f0f 3px solid;
    border-bottom: #0f0f0f 3px solid;
    top: 20px;
margin-top: 16px;
    z-index: -1;
}
section.title-center h1 {
    
    position: relative;
   

}




section.title-center .roww {
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    padding-top: 50px;
}

section.title-center .roww .coll {
    max-width: 500px;
}

section.title-center+section {
    margin-top: 0;
}
@media (min-width: 796px) {
section.title-center .title-wrap h1 {
    
    max-width: 800px;
   

}
section.title-center .title-wrap::before {
  height: 14px;
margin-top: 19px;

}
section.title-center .title-wrap::after {
  height: 14px;
margin-top: 19px;

}
}



/*sections**************************/
/*sect: all whats on*/
section.sect-all-events  {
    flex-wrap: wrap;
padding-top: 0;
    
}
section.sect-all-events .roww {
    flex-wrap: wrap;
gap: 20px;
padding-bottom: 10px;
    
}
section.sect-all-events .roww .coll{
    padding-bottom: 20px;
   padding-left: 0;
   padding-right: 0;


}
section.sect-all-events .roww a {
    text-decoration: none;
    color: var(--black) !important;
}
section.sect-all-events .roww a:hover {
    text-decoration: underline;

}
section.sect-all-events .roww a.block-link {

display: block;
padding: 15px;
height: 100%;
border-radius: 8px;

transition: all .3s ease;
}
section.sect-all-events .roww a.block-link * {
transition: all .3s ease;
}

section.sect-all-events .roww a.block-link:hover {
    background-color: #EADCC6;
}
section.sect-all-events .roww .Restaurant a.block-link img {
    
}
section.sect-all-events .roww a.block-link:hover img {
    transform: scale(.99);
}
section.sect-all-events .roww a.block-link:hover .fott {
    transform: translate(1%, 1%);
}






section.sect-all-events .roww h2 {
font-size: 35px;
    font-weight: 100;
    line-height: 40px;
    max-width: 500px;
    margin-bottom: 8px;
    
}

section.sect-all-events .roww p {

    max-width: 600px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}

section.sect-all-events .roww h2 a {
    text-decoration: none;
    color: #222;
    font-weight: 100;
}

section.sect-all-events .roww h2 a:hover {
    text-decoration: underline;

}
section.sect-all-events .roww .bod-butt {
margin-top: 30px;

}
  section.sect-all-events .roww .coll .details {
display: flex;
flex-direction: row;
padding-bottom: 15px;
text-transform: uppercase;
}
  section.sect-all-events .roww .coll .details p:nth-child(1) {

flex: 1;
}
  section.sect-all-events .roww .coll .details p:nth-child(2) {
justify-self: flex-end;

}


@media (min-width: 768px) {
    section.sect-all-events .roww .coll {
        width: calc(50% - 10px);
        flex: none;
        margin-bottom: 60px;
    }
      section.sect-all-events .fott h2{
        margin-top: 20px;
    }
}


section.sect-all-events .roww .Restaurant .details p {
    max-width: none;
}



/*sections**************************/
/*sect: banner*/
section.banner {
    background: rgb(0, 0, 0);
    width: 100%;
    min-height: 600px;
    position: fixed;
    top: 0;
    z-index: -1;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

section.banner .roww {
    max-width: none;
}

section.banner::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
section.banner.drk::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .5;
}
section.banner.med::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .3;
}
section.banner.lgt::after {
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: .1;
}

section.banner .cent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    color: white;
    text-align: center;
    position: relative;
}

section.banner .cent .contt {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

section.banner .cent img {
    max-width: 180px;
    padding-bottom: 50px;
}


section.banner .cent p {
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    font-size: 12px;

}
section.banner .side-by-side-butt {
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
}

@media (min-width: 1100px) {
    section.banner {

        min-height: 800px;

    }
 section.banner .cent  {
        height: 800px;
    }

    section.banner .cent p {
       
        bottom: 75px;
    
    }
    section.banner .cent img {
        max-width: 270px;
    }
    section.banner .side-by-side-butt {

    bottom: 80px;
}
}

@media (min-width: 1100px) {
    section.banner {

        padding-left: 0;
        padding-right: 0;

    }


}




/*sect: featured-swiper*/
  section.swipe-content {
padding-top: 20px;
overflow: hidden !important;
}
  section.swipe-content .details {
display: flex;
flex-direction: row;
padding-bottom: 15px;
text-transform: uppercase;
width: 100%;

}
  section.swipe-content .details p:nth-child(1) {
margin-top: 0;
flex: 1;
}
  section.swipe-content .details p:nth-child(2) {
flex: 1;
justify-self: flex-end;
margin-top: 0;
text-align: right;

}
section.swipe-content .swiper-slide h3 {
    text-decoration: none;
    color: var(--black);
    letter-spacing: 1.7px;
    margin-bottom: 10px;
          font-family: 'rch_modesto', sans-serif !important;
   
}
section.swipe-content .img-wrap {
    height: 280px;
width: 100%;
}
section.swipe-content .img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width: 996px) {
section.swipe-content .swiper-slide h3 {
 font-size: 28px;
}
section.swipe-content .details {
    font-size: 12px;
}
}
section.swipe-content .swiper-slide h3 a {
    text-decoration: none;
    color: var(--black);
    letter-spacing: .1px;
   
}

section.swipe-content .swiper-slide h3 a:hover {
    text-decoration: underline;
}


/*sect: Functions featured-swiper*/
.functions.swipe-content .img-wrap {
    height: 480px;
width: 100%;
}
.functions.swipe-content .img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    
}
.functions.swipe-content p {
    margin-top: 5px;
    
}
@media (min-width: 996px) {
    .functions.swipe-content .img-wrap {
        height: 340px;

    }
}




@media (min-width: 768px) {
    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(1) {
        flex: 2;
    }

    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(1) * {
        width: 60%;
    }

    section.basic-2col .roww:nth-of-type(1) .coll:nth-of-type(2) {
        flex: 1;
    }

    section.basic-2col .roww:nth-of-type(2) .coll:nth-of-type(1) {
        flex: 2;
    }

    section.basic-2col .roww:nth-of-type(2) .coll.equal:nth-of-type(1) {
        flex: 1;
    }

    section.basic-2col .roww.eq-height {
               
        overflow: hidden;
    }
    section.basic-2col .roww.eq-height .coll {
    
    overflow: hidden;
    
    }
    section.basic-2col .roww.eq-height .coll .img-wrapp {
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    }
    section.basic-2col .roww.eq-height .coll .img-wrapp img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    
    }



}



/*sect: basic-2col-text*/
section.basic-2col-text {

border-bottom: none;
}

/*sect: basic-1col-text*/




/*sect: basic-1col*/

section.basic-1col .coll .img-wrapp {
    max-height: 700px;
    overflow: hidden;
border-radius: 12px;
}
img.left-image {
    max-width: 200px;
    mix-blend-mode: multiply;

}
@media (min-width: 768px) {
    section.basic-1col img.left-image {
    max-width: 350px;
 
}
}
/*
@media (min-width: 768px) {
    section.basic-1col .roww:nth-of-type(1) .coll:nth-of-type(1) {
        flex: 2;
    }
    section.basic-1col .roww:nth-of-type(1) .coll:nth-of-type(1) * {
        width: 60%;
    }
    section.basic-1col .roww:nth-of-type(1) .coll:nth-of-type(2) {
        flex: 1;
    }

    }
*/


/*sect: hv-2col*/



section.hv-2col {
    background-color: var(--rch-beige);
}

@media (max-width: 720px) {
    section.hv-2col h1 {
        font-size: 32px;
        line-height: normal;
    }
    section.hv-2col .contt {
        padding: 0 10px;
    }
}




section.hv-2col .contt {
    max-width: 1450px;
    margin: 0 auto;
    overflow: hidden;

}

@media (min-width: 992px) {
    section.hv-2col .contt {
        max-width: 1450px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 30px;
    }
}

section.hv-2col .roww {
    border: 3px solid var(--hv-red);
    padding: 5px;
    margin: 0 5px 0 5px;
    flex-direction: column;

}



section.hv-2col .roww .coll {
    border: 3px solid var(--hv-red);
    padding: 30px 50px 50px 50px;
    margin: 10px;
    background-color: var(--hv-pink);
    color: var(--hv-red);
}


section.hv-2col .roww .coll .img-wrapp {
   margin-bottom: 50px;
}

section.hv-2col .roww .coll img {
    border: 3px solid var(--hv-yellow);
    outline: 1px solid var(--hv-col-blue);
    max-width: 900px;
    margin: 0 auto;
}

section.hv-2col .roww .coll h1 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 700;


}

section.hv-2col .roww .coll p {
    max-width: 800px;
    margin: 0 auto;


}

section.hv-2col .roww .coll h1:nth-of-type(2) {
    margin-top: 50px;

}

section.hv-2col .bottom-butts {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

@media (min-width: 992px) {
    section.hv-2col .bottom-butts {
        flex-direction: row;
    }
}

section.hv-2col .bottom-butts .hv-butt {
    background: var(--hv-red);
    color: var(--hv-pink);
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 150px;
}


/*hv hv-takeaway*/
section.hv-takeawayy {
  padding-top: 30px;
min-height: 0;
}
@media (max-width: 600px) {
    section.hv-takeawayy {
        padding-top: 0px;

      }
}
section.hv-takeawayy .contt {
    max-width: 1450px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;

}

section.hv-takeawayy .roww {
    border: 3px solid var(--hv-red);
    padding: 5px;
    margin: 0 5px 0 5px;
    flex-direction: column;

}

section.hv-takeawayy .roww .coll {
border: 3px solid var(--hv-red);
padding: 30px 30px 30px 30px;
margin: 10px;
background-color: var(--hv-pink);
color: var(--hv-red);
display: flex;
justify-content: center;
align-items: center;
}

section.hv-takeawayy .bottom-butts .hv-butt {
    background: var(--hv-red);
    color: var(--hv-pink);
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 150px;
}



@media (min-width: 992px) {
    section.hv-takeawayy .roww {
     
        flex-direction: row;
    
    }
    section.hv-takeawayy .contt {
        max-width: 1450px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 30px;
    }
    section.hv-takeawayy .roww .coll img {
       min-width: 400px;
       max-width: 410px;
       padding: 20px 0;
           }
}






/*sect: swipe-content*/
section.swipe-content .swiper {

    padding-bottom: 60px;
}


section.swipe-content .swiper h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'rch';
}
section.swipe-content .swiper p {
  margin-bottom: 0;

}


section.swipe-content .only-two .coll a {
    text-decoration: none;
    color: var(--black);
  }
@media (min-width: 768px) {
    section.swipe-content .only-two .coll {
        width: 50%;
        flex: 1 !important;
      }
      section.swipe-content .only-two .coll h3 {
        margin-bottom: 0;
        margin-top: 10px;
      }
      section.swipe-content .only-two .coll p {
        margin-top: 10px;
      }

      section.swipe-content .only-two .coll .img-wrap {
        width: 100% !important;
      
      }
      section.swipe-content .only-two .coll .img-wrap img {
        width: 100% !important;
      
      }

}


@media (min-width: 1200px) {

    section.swipe-content .swiper h3,
    section.swipe-content .swiper p {
        width: 80%;
    }
}

section.swipe-content .swiper #swipe-buttons {
 
}

section.swipe-content .swiper #swipe-buttons .swiper-button-next,
section.swipe-content .swiper #swipe-buttons .swiper-button-prev {
    color: black;
}

section.swipe-content .swiper #swipe-buttons .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 0px solid var(--rch-beige);
    background-color: var(--rch-beige);
    top: 24%;
    right: 10px;
}
section.swipe-content .swiper #swipe-buttons .swiper-button-next:after {
transform: scale(0.6) translateX(3px);
}
section.swipe-content .swiper #swipe-buttons .swiper-button-prev:after {
    transform: scale(0.6) translateX(-3px);
    }
    

    section.swipe-content .swiper #swipe-buttons .swiper-button-next::before {
 content: '';
    display: block;
    background-color: #fff1da;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    position: absolute;
box-shadow: 0px 3px 30px -1px rgb(211 196 172);
display: none;

}
section.swipe-content .swiper #swipe-buttons .swiper-button-prev::before {
content: '';
    display: block;
    background-color: #fff1da;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    position: absolute;
box-shadow: 0px 3px 30px -1px rgb(211 196 172);
display: none;
    }

section.swipe-content .swiper #swipe-buttons .swiper-button-prev {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 5px solid var(--rch-beige);
    background-color: var(--rch-beige);
    top: 24%;
    left: -45px;
    
}
#swipe-buttons .swiper-button-disabled {
    opacity: 1;
}
#swipe-buttons .swiper-button-disabled:after {
    opacity: .1;
}
@media (max-width: 1300px) {
    section.swipe-content .swiper #swipe-buttons .swiper-button-next {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 5px solid var(--rch-beige);
        background-color: var(--rch-beige);
        top: 24%;
        right: -35px;
    }
    section.swipe-content .swiper #swipe-buttons .swiper-button-prev {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 5px solid var(--rch-beige);
        background-color: var(--rch-beige);
        top: 24%;
        left: -35px;
        
    }
    section.swipe-content .swiper #swipe-buttons .swiper-button-prev:after {
        transform: scale(0.4) translateX(20px);
    }
    section.swipe-content .swiper #swipe-buttons .swiper-button-next:after {
        transform: scale(0.4) translateX(-36px);
    }
}

@media (min-width: 768px) {
    section.swipe-content .coll:nth-of-type(1) {
        flex: 2;
    }

    section.swipe-content .coll:nth-of-type(1) * {
        width: 60%;
    }
   
}

@media (min-width: 1300px) {
    section.swipe-content .swiper #swipe-buttons .swiper-button-next::before {
        content: '';
           display: block;
           background-color: #fff1da;
           width: 65px;
           height: 65px;
           border-radius: 50px;
           position: absolute;
       box-shadow: 0px 3px 6px -1px rgb(211 196 172);
       display: block;
       
       }
       section.swipe-content .swiper #swipe-buttons .swiper-button-prev::before {
       content: '';
           display: block;
           background-color: #fff1da;
           width: 65px;
           height: 65px;
           border-radius: 50px;
           position: absolute;
       box-shadow: 0px 3px 6px -1px rgb(211 196 172);
       display: block;
           }
}

/********************/
/*Swiper setups*/
section.swipe-content .swipecontt {
    padding-left: 20px;
}

@media (min-width: 1300px) {
    section.swipe-content .swipecontt .swiper {
        overflow: visible;
    }
}


@media (min-width: 1460px) {
    section.swipe-content {
        overflow: hidden;

    }

    section.swipe-content .swipecontt {
        max-width: 1500px;
        margin: 0 auto;
        padding-left: 35px;
    }

   
}

/*********************/

section.swipe-content .swiper-pagination {
    padding: 20px 0 50px 0;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-left: -4px;
}

.swiper-pagination-bullet {
    transition: width .3s ease;
    border-radius: 20px;
    height: 11px;
    width: 11px;
}

.swiper-pagination-bullet-active {
    background-color: #111;
    width: 50px;
}

section.swipe-content .swiper-slide {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding: 20px;
    background-color: #EADCC6;
    flex-direction: column;
    border-radius: 6px;
    height: auto;
    box-sizing: border-box;
}

.img-wrap {
    overflow: hidden;

}

.img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*footer*/
footer {
    background: var(--rch-green);
    padding: 70px 0 70px 0;

    margin-top: -20px;

}
footer * {
text-transform: none !important;
color: var(--black) !important;

}
footer #logotype {
    max-width: 150px;
}

.footer-contacts h3 {
    margin-top: 10px;
    line-height: 21px;
}

.footer-contacts h3:first-of-type {
    margin-top: 0;
}

footer a {
    text-decoration: none;
    color: white;

}

footer a:hover {
    text-decoration: underline;

}

footer h4 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: 'rch_apercu_bold';
  font-size: 21px !important;
  text-transform: none !important;
}

footer+section {
    min-height: 0;
}

footer .roww:first-of-type {
    margin: 0 auto;
    padding-bottom: 40px;
}

footer .roww:first-of-type .coll {
    text-align: center;
}

footer .roww {
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
   

}

footer .roww:first-child {
    align-items: center;
    flex-direction: column;
   
}


footer .roww .coll {
    padding: 20px;
    line-height: 24px !important;
}


footer ul {
    list-style: none;
    margin-top: 5px;
}

footer ul li {
    line-height: 2rem;
    text-transform: uppercase;
}

footer img {
    max-width: 130px !important;
    filter: invert(0) !important;

    border-radius: 0;
}

footer .bod-butt {

    border: 1.5px solid #ffffff;

    outline: 1.5px solid #ffffff;

}


.moho-foot {
    background: rgb(8, 8, 8);
    color: var(--black) !important;
    padding-top: 0;
    padding-bottom: 10px;
    min-height: 0;
}

.moho-foot.policy {
    background: var(--rch-green);
    border-top: 1px solid #ffffff50;

}

.moho-foot * {
    font-size: 14px;

}

.moho-foot .roww {
    align-items: center;
    padding-bottom: 0;
    margin: 0 auto;
}

.moho-foot .roww .coll {
    padding-top: 12px;
    padding-bottom: 0px;
}

.moho-foot .roww .coll:last-of-type {
    text-align: right;
}

.moho-foot img {
    max-width: 180px !important;
}

.moho-foot.policy a {
    text-decoration: none !important;
    color: rgb(22, 22, 22) ;
}
.moho-foot:nth-of-type(2) * {
    text-decoration: none !important;
    color: var(--rch-beige);
}

@media (min-width: 768px) {
    footer {
        padding-bottom: 0;
        padding: 90px 0 70px 0;
    }

    footer .roww {
        flex-direction: column;

    }

    footer img {
        max-width: 200px !important;

    }
   
    footer .policy.roww {
        padding-top: 20px;
        padding-bottom: 5px;

    }
}

@media (min-width: 992px) {
    footer {

        padding: 90px 50px 70px 50px;
    }

    footer h4 {
        font-size: 27px;
        padding: 0;
    }

    footer .roww {
        flex-direction: column;

    }
    

    footer .roww:first-of-type .coll {
        text-align: center;
    }

    footer .roww:nth-of-type(2) .coll:nth-of-type(3) {

        flex: 2;
    
    }

}

@media (min-width: 1200px) {
    footer .roww {
        flex-direction: row;

    }


    footer .roww:first-of-type .coll {
        text-align: left;
        font-size: 17px;
    }

    footer .roww:first-of-type .coll:nth-of-type(2) {
        padding-left: 70px;
    }

    footer .roww:first-of-type .coll:nth-of-type(5) ul {
        text-align: right;
    }

    footer .roww:first-of-type .coll:nth-of-type(5) ul {
        transform: translateY(-10px);
    }

    #menu-footer {

        transform: translateY(-10px);
    }
}

@media (min-width: 1400px) {
    .moho-foot .coll {
        padding-left: 0;
       }
}

/*footer
footer {
    background: var(--rch-red);
    padding: 70px 0 70px 0;
    color: white;
    margin-top: -20px;
   
}

footer a {
    text-decoration: none;
    color: white;
}
  
footer h4 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 100;
}
  
footer+section {
    min-height: 0;
}

footer .roww:first-of-type {
    margin: 0 auto;
    padding-bottom: 40px;
}

footer .roww:first-of-type .coll {
    text-align: center;
}

footer .roww {
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}


footer .roww .coll {
    padding: 20px;
}


footer ul {
    list-style: none;
    margin-top: 5px;
}

footer ul li {
    line-height: 2rem;
}
footer img {
    max-width: 130px !important;
    filter: invert(0) !important;
    
border-radius: 0;
}
footer .bod-butt {
  
    border: 1.5px solid #ffffff; 

    outline: 1.5px solid #ffffff; 
   
}


.moho-foot {
    background: rgb(8, 8, 8);
    color: white;
    padding-top: 0;
    padding-bottom:10px ;
    min-height: 0;
}
.moho-foot.policy{
    background:var(--rch-red);
    border-top: 1px solid #ffffff50;
    
}
.moho-foot * {
   font-size: 14px;
    
}
.moho-foot .roww {
    align-items: center;
    padding-bottom: 0;
    margin: 0 auto;
}

.moho-foot .roww .coll {
    padding-top: 12px;
    padding-bottom: 0px;
}

.moho-foot .roww .coll:last-of-type {
    text-align: right;
}

.moho-foot img {
    max-width: 180px !important;
}
.moho-foot.policy a {
text-decoration: none !important;
color: white !important;
}
@media (min-width: 768px) {
    footer {
        padding-bottom: 0;
        padding: 90px 0 70px 0;
    }
    footer .roww {
     
        text-align: left;
    }
    footer img {
        max-width: 200px !important;
   
    }
    footer .roww:nth-of-type(2) .coll:first-of-type {
     
        flex: 2;
    }
    footer .policy.roww {
        padding-top: 20px;
        padding-bottom: 5px;

    }
}
@media (min-width: 992px) {
    footer {

        padding: 90px 50px 70px 50px;
    }
    footer h4 {
font-size: 27px;
        padding: 0;
    }
 
}
*/



/*Single: Event*/
section.event-single .roww {
    max-width: 800px;
    padding-top: 100px;
}
@media (max-width: 500px) {
    section.event-single .roww {
    padding-top: 30px;
    }
}

section.event-single .roww h1 {
    margin-bottom: 20px;
}

section.event-single .roww h2 {
    margin-bottom: 20px;
    font-weight: 100;
}

section.event-single .single-event-foot {
    padding-top: 40px;
    border-top: 1px #444 solid;
    text-align: center;
    margin-top: 30px;
}
section.event-single .buttons .bod-butt:nth-of-type(1) {
    background-color: var(--black);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1) a {
    color: var(--rch-beige);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1):hover {
    background-color: var(--rch-beige);
 
}
section.event-single .buttons .bod-butt:nth-of-type(1):hover a {
    color: var(--black);
 
}



















/*Block: functions 2col*/
.functions-2col .roww {
    flex-direction: column;
    }
    .functions-2col .roww a {
    color: black;
    }
    .functions-2col h3 {
    text-align: center;
    margin-bottom: 20px;
    }
    .functions-2col [style*="text-align"]::marker {
    display: none !important;
    }
    .functions-2col .floorplan {
    max-width: 70%;
    margin: 30px auto;
    
    }
    .functions-2col .swiper-gall {
    position: relative;
    overflow: hidden;
    }
    
    .functions-2col .swiper-gall .img-wrapp {
    height: 500px;
      
    }
    .functions-2col .swiper-gall .img-wrapp img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    }
    .functions-2col .swiper-gall .swiper-wrapper {
    
    }
    .functions-2col .details {
        margin-top: 30px;
    
    }
    .functions-2col .details * {
    font-size: 17px !important;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    }
     .functions-2col .details ul {
margin-left: 20px;
    }


    @media (min-width: 1200px) {
        .functions-2col .roww {
    flex-direction: row;
    }
    .functions-2col .coll {
     width: 40%;
     flex: none;

    }
    .functions-2col .coll:first-of-type {
        padding-right: 100px;
box-sizing: border-box;
    }
    .functions-2col .coll-b {
        width: calc(60% - 80px);
    flex: none;
    padding-left: 40px;
   
    }
    .functions-2col .swiper-gall .img-wrapp {
    margin-top: 0px;
      
    }
    }
    section.functions-2col .vidbits {
        text-align: center;
        margin-bottom: 50px;
    }
    
    section.functions-2col .vidbits button {
        padding: 9px 18px;
        text-decoration: none;
        background-color: transparent;
        border: 1.5px solid #0f0f0f;
        border-radius: 5px;
        cursor: pointer;
        outline: 0px solid #0f0f0f;
        outline-offset: 2px;
        transition: all 0.2s ease;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-right: 10px;
        font-family: 'rch_apercu_reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }
    
    section.functions-2col .vidbits button:hover {
        padding: 9px 18px;
        text-decoration: none;
        background-color: transparent;
        border: 1.5px solid #0f0f0f;
        border-radius: 5px;
        cursor: pointer;
        outline: 0px solid #0f0f0f;
        outline-offset: 2px;
        transition: all 0.2s ease;
        margin-top: 10px;
        margin-bottom: 40px;
        margin-right: 10px;
        font-family: 'rch_apercu_reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        opacity: .6;
    }
    
    
    section.functions-2col .swiper-gall #swipe-buttons {
    
    }
    section.functions-2col .swiper-gall #swipe-buttons {
        position: absolute;
        top: 42%;
        display: block;
        width: 100%;
        height: 50px;
    
        z-index: +9;
        left: 0;
    }
    section.functions-2col .swiper-gall #swipe-buttons .swiper-button-next {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        border: 5px solid var(--rch-beige);
        background-color: var(--rch-beige);
       
        right: -40px;
    }
    
    section.functions-2col .swiper-gall #swipe-buttons .swiper-button-prev {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        border: 5px solid var(--rch-beige);
        background-color: var(--rch-beige);
    
        left: -40px;
    }
    section.functions-2col .swiper-gall #swipe-buttons .swiper-button-prev:after {
    
        color: black !important;
        transform: scale(.5) translateX(22px);
    }
    section.functions-2col .swiper-gall #swipe-buttons .swiper-button-next:after {
      
        color: black !important;
        transform: scale(.5) translateX(-22px);
    }
    
    
    section.functions-2col .open-video-modal {
        text-transform: uppercase;
        font-family: 'albert_park_hotelregular';
        font-size: 18px;
    }
    
    






    .video-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.8);
    }
    
    .video-modal-content {
        position: relative;
        max-width: 90%;
        margin: 5% auto;
        background:rgba(0,0,0,0.2);
        padding: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
     
    }
    
    .video-modal video {
        width: auto;
        max-width: 100%;
        max-height: 80vh; /* keeps video within viewport height */
        height: auto;
        position: relative;
        z-index: 1;
           transition: all .2s ease;
    }
    
    .video-close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        z-index: 3; /* above video */
        background: rgba(0, 0, 0, 0);
        padding: 4px 10px;
        border-radius: 4px;
    }
    














/*utilities*/
.no-padd {
    padding: 0 !important;
}

.no-margg {
    margin: 0 !important;
}

.no-bordd {
    border: none !important;
}

.flxdir-col {
    flex-direction: column;
}

.flxdir-row {
    flex-direction: row;
}



/*marquee*/
.marquee-container {

    overflow: hidden;
    background-color: #FFD600;
    padding: 10px 0;
    position: relative;
    display: flex;
    white-space: nowrap;
}

.marquee {
    display: flex;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    color: yellow;
    text-transform: uppercase;
    animation: marqueeScroll 10s linear infinite;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee-content {
    display: flex;
}


/***************************************/
/***************************************/

.home .basic-1col,
.page-id-74 .basic-1col {
    background-color: var(--rch-beige);
}

/***/
.page-id-187 .bod-butt {
    color: var(--rch-red) !important;
    border-color: var(--rch-red);
    outline-color: var(--rch-red);
}

.page-id-187 .bod-butt * {
    color: var(--rch-red) !important;
}

/***/
.page-id-78 section {
    border-bottom: none;
}

.page-id-78 section:last-of-type {
    padding-bottom: 130px;
}

.page-id-78 .coll.mennnutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-78 .coll.mennnutton .hv-butt {
    background-color: var(--hv-yellow);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    outline: 2px solid;
    outline-offset: 4px;
}

.page-id-78 .coll.mennnutton .hv-butt * {

    color: var(--hv-col-blue) !important;
}


/***/


.page-id-188 section {
    border-bottom: none;
}

.page-id-188 .hv-swipe-content {
    background-color: var(--rch-beige);
}

.page-id-188 .hv-swipe-content * {
    border-color: var(--hv-col-blue) !important;
    color: var(--hv-col-blue) !important;
}

.page-id-188 .coll.mennnutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-188 .marquee-container {
    background-color: var(--hv-col-blue);
}

.page-id-188 .hv-swipe-content .marquee-container * {
    color: var(--hv-drk-blue) !important;
}

.page-id-188 .coll.mennnutton .hv-butt {
    background-color: var(--hv-col-blue);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    outline: 2px solid;
    outline-offset: 4px;
}

.page-id-188 .coll.mennnutton .hv-butt * {

    color: var(--hv-drk-blue) !important;
}

.page-id-188 #swipe-buttons .swiper-button-next,
.page-id-188 #swipe-buttons .swiper-button-prev {
    background-color: var(--hv-col-blue) !important;
}

.page-id-188 #swipe-buttons .swiper-button-next::after,
.page-id-188 #swipe-buttons .swiper-button-prev::after {
    color: var(--hv-drk-blue);
}

.page-id-188 .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--hv-col-blue) !important;
}

.page-id-188 .hv-head .coll {
    background-color: var(--hv-col-blue);

}

.page-id-188 .hv-head .coll * {

    color: var(--hv-drk-blue) !important;
}


/*VIDEO*/

.banner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio */
    min-height: 100%;
    min-width: 130%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #222;
}

@media (max-width: 1400px) {

    .banner iframe {
        height: 100vh;
        width: 177.78vh;
        /* Maintain 16:9 aspect ratio */
    }
}

.control-button {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;

    position: absolute;
    right: 40px;
    bottom: 100px;
    transform: scale(.7);

}
@media (max-width: 996px) {
.control-button {
  
    bottom: 30px;
  

}
}
.control-button img {
    width: 20px;
    height: 20px;
}

.control-button:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1400px) {
    .control-button {
        right: 20px;
    }
}

.side-by-side-butt .bod-butt,
footer .bod-butt {
    border-color: white;
    outline-color: transparent;
    background-color: #0f0f0f2a;
}

.side-by-side-butt .bod-butt *,
footer .bod-butt * {
    color: white;

}






/*******************************************************************************************************/
/*******************************************************************************************************/
/*Navigation*/
/*******************************************************************************************************/

header .book-now {
      background: none;
    border: 1px solid white;
    padding: 6px 10px;
    position: absolute;
    top: 10px;
    right: 60px;
    border-radius: 4px;
}

header .book-now a {
    color: white;
        font-family: 'rch_apercu_reg', serif;

    text-decoration: none;

}

.gsap-scrolled-down .book-now {
    border: 1px solid rgb(0, 0, 0);
  
}

.gsap-scrolled-down .book-now a {
    color: #0f0f0f;
}

.gsap-scrolled-down .menu-toggle {
    top: 11px;
}

header .container {
    width: 100%;
    max-width: 1465px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.components {
    display: flex;

}

header .book-now-style a {
border: 1px solid white;
    padding: 2px 10px;
    border-radius: 4px;
    transition: all .3s ease-in;
    outline: 3px solid #f1f1f100;
}
header .book-now-style a:hover {

    padding: 2px 10px;
    border-radius: 4px;
    outline: 3px solid #e6e6e64b;

}

.gsap-scrolled-down .book-now-style a {
border: 1px solid rgb(20, 20, 20);

}
header .book-now-style.current-menu-item a::after {
display: none !important;
    
    }


.components #logotype .logo-wrap {
    padding: 9px 20px 6px;
    width: 150px;
    position: relative;
}
.components #logotype .logo-wrap img {
transform: translateY(-2px);
}
.gsap-scrolled-down .components #logotype .logo-wrap img {
    transform: translateY(2px);
    }

@media (min-width: 996px) {
/*
.components #logotype .logo-wrap {
 padding: 12px 20px;
    width: 100px;
    position: relative;
}
header .book-now {
top: 15px;
}
header .menu-toggle {
top: 17px;
}
.gsap-scrolled-down .menu-toggle {
top: 17px;
}
header .book-now-style a {

    border: 1px solid rgb(255, 255, 255);
    }
.gsap-scrolled-down header .book-now-style a {

border: 1px solid rgb(17, 17, 17);
}
*/

}

@media (min-width: 1200px) {
  
    .components #logotype .logo-wrap {
        padding: 4px 0px;
        width: 250px;
        position: relative;
    
}
}



.components #logotype img {
   border-radius: 0;


}


header {

    animation: menuin .3s ease-out forwards;

    position: sticky;
    top: 0;
    z-index: 1000;

}

@keyframes menuin {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    position: relative;
}

.logo {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

/*scrolled styles*/
.gsap-scrolled-down header {
    background-color: #fff1dc;
        box-shadow: 0px 3px 30px -1px rgb(139 132 113 / 10%);
    transform: translateY(0);
}

.gsap-scrolled-down .components #logotype::after {
    background-color: var(--white);

}

.gsap-scrolled-down .components #logotype img {
    filter: invert(1);
}

.gsap-scrolled-down .hamburger,
.gsap-scrolled-down .hamburger::before {
    background-color: var(--black);
}

.gsap-scrolled-down.men-open .hamburger,
.gsap-scrolled-down.men-open .hamburger::before {
    background-color: var(--black);
}


/* Navigation List */
.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

header .menu-item {
    position: relative;
    
   

}

header .menu-item a {
    text-decoration: none;
    color: var(--white);
    opacity: .5;
    transition: opacity .3s ease-out;
    color: var(--black);

}

header .menu-item.current-menu-item a {
    text-decoration: none;
    color: var(--white);
    opacity: 1;
    transition: opacity .3s ease-out;
}

body.home header .menu-item a {
    transition: opacity .3s ease-out;
    opacity: 1;

}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0 10px;
    display: block;
    height: 44px;
    line-height: 44px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fff;
}

/* sub-menu Toggle Button */
.sub-menu-toggle {
    background: none;
    border: none;
    color: rgba(7, 7, 7, 0.8);
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0 5px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* sub-menu */
.sub-menu {
    position: absolute;
    top: 44px;
    left: 0;
background: transparent;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    padding: 10px 0;
    border: 0px solid rgba(255, 255, 255, 0.253);
}



.sub-menu li {
    list-style: none;
        color: #fff;
}

.sub-menu a {
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    border: none !important;
    
}
.sub-menu li a::after {
    display: none !important;
    
}

.sub-menu a:hover {
  opacity: .1 !important;
}

/* Mobile Menu Toggle - Modified for 2 lines */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: fixed;
top: 10px;
    right: 10px;
}

.hamburger {
    display: block;
    position: relative;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
    margin: 6px 0;
}

.hamburger::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    top: -6px;
    left: 0;
    transition: all 0.3s ease;
}

/* Menu Toggle Active State - Modified for 2 to 1 line collapse */
.menu-toggle[aria-expanded="true"] .hamburger {
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .hamburger::before {
    transform: rotate(-90deg);
    top: 0;
}

#menu-footer .sub-menu-toggle,
#menu-footer .sub-menu-toggle *,
#menu-footer .sub-menu  {
    display: none !important;
}

/* Desktop Styles (>1200px) */
@media (min-width: 1201px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    header .book-now {
        display: none;
    }

    header .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    .components {
        height: auto;
        padding-top: 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .gsap-scrolled-down header {
        background-color: #fff1dc;
    }

    .gsap-scrolled-down header .components {
    height: auto;
    align-items: center;
    padding-top: 0;

    }

    .gsap-scrolled-down .components #logotype::after {
        width: 110px;
        height: 110px;

    }

 

    .gsap-scrolled-down header #logotype a {

        transform: translateY(-10px);
    }

    .gsap-scrolled-down header #logotype a img {

        transform: translateY(-10px);
    }

  

    .main-nav {
        width: 100%;
    }

    .primary-menu {
        justify-content: end;
        gap: 30px;
    }

    header .menu-item {
        display: flex;
        align-items: center;
        font-size: .9rem;
    }

    header .menu-item a {
     
        color: var(--white);
    
    }

    .gsap-scrolled-down header .menu-item {
        font-size: .9rem;
    }

    .gsap-scrolled-down header .menu-item a {
        color: var(--black);
    }

    .gsap-scrolled-down header .menu-item.current-menu-item a::after {
        display: block;
        content: '';
        position: absolute;
        top: 41px;
        height: 5px;
        background-color: var(--black);
        width: 100%;
        animation: currentin .6s ease-in forwards;
        transform-origin: bottom;
        
    }
.gsap-scrolled-down header .sub-menu .menu-item.current-menu-item a::after {
      display: none;
        
    }
    @keyframes currentin {
        from {
            transform: scaleY(0);
        }

        to {
            transform: scaleY(1);
        }
    }

    .sub-menu-toggle {
        display: inline-flex;
        color: var(--white);
    }

    .gsap-scrolled-down header .sub-menu-toggle {
        color: var(--black);
    }

    .sub-menu {
       
        border: 1px solid rgba(255, 255, 255, 0.253);
    }

   .gsap-scrolled-down header .sub-menu {
      background-color: var(--rch-beige);

border-top-left-radius: 0;
border-top-right-radius: 0;
    }

    .menu-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);


    }


    .menu-item:hover .sub-menu-toggle {
        transform: rotate(180deg);
    }
}

/* Desktop Styles (>1400px) */
@media (min-width: 1400px) {
    header .container {
        padding-left: 50px;
        padding-right: 50px;
    }

}

/* Desktop Styles (>1500px) */
@media (min-width: 1500px) {
    header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

}

/* Tablet and Mobile Styles */
@media (max-width: 1200px) {
    .menu-toggle {
        display: block;
    }

    .primary-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--rch-green);
        flex-direction: column;
        justify-content: flex-start;
        padding: 60px 40px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
      
    }

    .primary-menu.active {
        transform: translateX(0);
    }

    header .menu-item {
        width: 100%;

        margin-bottom: 15px;
    }
    
    header .sub-menu .menu-item {


        margin-bottom: 1px;
    }

    header .sub-menu .menu-item a:hover {
background-color: transparent;
    }


    header .menu-item a {

        font-size: 1rem;
    }
     header .menu-item.book-now-style  {
       margin-top: 15px;
       
    }
   header .menu-item.book-now-style a {
        padding: 5px 10px;
    }
    .nav-link {
        padding: 12px 0;
        height: auto;
        line-height: normal;
        font-size: 1rem;
    }

    .sub-menu-toggle {
      display: inline-block;
        /* position: absolute; */
        right: 0;
        top: 12px;
        /* padding: 0px 12px; */
      
        height: 25px;
        width: 25px;
        border-radius: 50px;
        margin-left: 12px;
    
    }

    .sub-menu {
        position: static;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    .sub-menu.active {
        max-height: 500px;
    }

    .sub-menu a {
        color: rgba(26, 26, 26, 0.7) !important;
        padding: 10px 20px;
    }

    .sub-menu a:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .sub-menu-toggle.active {
        transform: rotate(180deg);
    }
}


/*double buttons*/

button.first-of-several {
    background-color: var(--black);
    margin-bottom: 0;
}

button.first-of-several:hover {
    background-color: var(--rch-beige);

}

button.first-of-several a {
    color: var(--rch-beige);
}

button.first-of-several:hover a {
    color: var(--black);
}

button.first-of-several+button:hover {
    background-color: transparent;
    opacity: .5;

}

button.first-of-several+button:hover a {
    color: var(--black);
    opacity: .5;

}

section.banner button.first-of-several {
    background-color: rgba(255, 255, 255, 0.14);
}
section.banner button.first-of-several:hover  {
   opacity: .7;
 }
section.banner button.first-of-several:hover a {
   color: var(--white);
}
section.banner button.first-of-several+button:hover a {
    color: var(--white);
    opacity: 1;

}

/*block: insta*/
section.instagram .coll {
    max-width: none !important;
}
.roww.insta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.roww.insta div {
    flex: 1 1 calc(50% - 10px); /* 2 columns on mobile */
    border-radius: 5px;

    overflow: hidden;
}
.roww.insta div img {
    border-radius: 5px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .roww.insta div {
        flex: 1 1 calc(16.66% - 10px); /* 6 columns on desktop */
        max-width: none;
    }
}

/*block: Divider*/
.divider {
    padding-top: 0 !important;
    min-height: 20px;
}
.divider * {
    padding-top: 0;
     padding-bottom: 0;
}






/***/
.event-date {
    text-transform: uppercase;
}


/****/
.home .banner .cent img {
    /*animation: fadeoutheader 3s 3s forwards;*/
}
@keyframes fadeoutheader {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


@media (min-width: 1px) {
section {
    z-index: +10 !important;
    position: relative;
}
section:last-of-type { 
    z-index: +28 !important;
    position: relative;
}
footer {
    z-index: +19 !important;
    position: relative;
}
.moho-foot {
    z-index: +19 !important;
    position: relative;
}
}

button.book-now {
cursor: pointer;

}

@media (min-width: 1px) {
#meandu {
    padding-top: 20px !important;
}
#meandu .contacta-webform-table {
    width: 80% !important;
    margin: 0 auto;
}
#meandu button {
  border: 1.5px solid var(--black) !important;
  border-radius: 50px !important;
  max-width: 200px !important;
  background-color: transparent !important;
  cursor: pointer;


  outline: 0px solid #0f0f0f;
  outline-offset: 2px;
  transition: all 0.2s ease;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 10px;
  line-height: normal !important;

    font-family: 'albert_park_hotelregular', sans-serif !important;
    text-transform: uppercase !important;
    color: var(--black) !important;
    font-size: 18px !important;
    padding: 12px 22px !important;
    width: auto !important;
}
#meandu input[type='text'] {
  
        padding: 12px !important;
        border-radius: 5px !important;
        font-size: 17px !important;
 
        border-style: solid !important;
        border-width: thin !important;
        max-width: 400px;

}
#meandu form {
  max-width: 400px !important;
  margin: 0 auto !important;

}


#meandu  .contacta-webform-table .contacta-col {
   padding-left: 0 !important;

}
#meandu .richText {
    font-size: 14px !important;
    line-height: normal !important;
    opacity: .7 !important;
}
#meandu .submission-message-info {
    font-size: 20px !important;
}
}








.page-id-103 section:nth-child(2){
    border-top: 0 !important;
}
.aph-form {

padding-top: 0;


}

.aph-form .gform_wrapper {
max-width: 600px;
margin: 0 auto;
padding: 30px;
}
.aph-form .gform_wrapper input[type="text"],
.aph-form .gform_wrapper textarea,
.aph-form .gform_wrapper input[type="email"] {
   border-radius: 5px;
    }

.aph-form .gform_wrapper label,
.aph-form .gform_wrapper legend {
font-size: 20px;
    }
.aph-form .ginput_container_consent label,
.aph-form .gform-field-label--type-sub {
    font-size: 14px !important;
}
.aph-form .gform_wrapper .gform_title {
display: none;
}
.aph-form .gform_wrapper .gform_title {
    display: none;
    }
.aph-form input[type="submit"] {
    border: 1.5px solid #222 !important;
    background-color: #222 !important;
    color: var(--rch-beige) !important;
    border-radius: 50px !important;
    font-family: 'albert_park_hotelregular', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 12px 22px !important;
}

.aph-form input:focus,
.aph-form textarea:focus {
   outline: 3px solid #a12b2a9c !important;
   
   border: 1px solid var(--rch-red) !important;
}
.aph-form .gform_confirmation_wrapper {
    text-align: center !important;
}

.aph-form .gform_fields {
    row-gap: 20px !important;
}























/**/
.basic-1col-text a {
   
    color: var(--black) !important;
    text-decoration: none !important;
}
.basic-1col-text a:hover {
    color: var(--black) !important;
    opacity: .6;
    text-decoration: underline !important;
}





.basic-1col-text .roww {
max-width: 750px;
}


/**/
.swiper-wrapper a {
    color: var(--black) !important;
    text-decoration: none !important;

}
.swiper-wrapper a:hover {
    color: var(--black) !important;

    text-decoration: underline !important;
}

footer .menu-item a[target="_blank"]:after {
    content: "\f8ce";
    display: inline-block;
    font-size: 18px;
    font-family: 'Material Symbols Outlined';
    font-weight: 100 !important;
    padding-left: 3px;
    line-height: 0;
    /* margin-top: 5px; */
    transform: translateY(2px) translateX(5px);
}
@media (max-width: 500px) {
    .banner .bod-butt.first-of-several {
        margin-bottom: 0px;
    }  
}

@media (max-width: 996px) {
body section.title-center:first-of-type {
 padding-top: 50px;
}
}

.page-id-78 .banner .cent img {
    padding-bottom: 30px;
}

section.basic-1col-text {
    min-height: 200px;
}



/***/
section.rch-form {
        background: #111111 ;
    
}
section.rch-form .texxtt * {
        color: var(--rch-beige);
    
}
@media (min-width: 1200px) {
   section.rch-form .texxtt {
    padding-left: 100px;
    
} 
}

section.rch-form .gform_wrapper {
        background: #fff1dc ;
    padding: 40px;
    border-radius: 10px;
        box-shadow: 0px 3px 30px -1px rgb(139 132 113 / 10%);
}
section.rch-form .gform_title {
     display: none;
}
section.rch-form .gform-body input,
 section.rch-form .gform-body select,
 section.rch-form .gform-body textarea {
        border: 1px solid #b9b9b98a;
    padding: 25px;
    box-shadow: none;
    background-color: #ffffff29;
}
section.rch-form .gform-body input[type="checkbox"] {
    padding: 15px;
}
section.rch-form .gform_fields {
row-gap: 10px;
}
section.rch-form .gform_button {

    background: black !important;
    padding: 20px 30px !important;
}
section.rch-form  .gfield_label {
    font-family: 'rch_apercu_bold';
    text-transform: uppercase;
}


/***********************/
.home section.title-center .roww {
    padding-top: 100px;
}
.home section.swipe-content .roww {
    padding-top: 10px;
}


.gallery .swiper-slide {
    background-color: transparent !important;
    padding: 0 !important;
}
.gallery .swiper-slide .img-wrapp {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
}
.gallery .swiper-slide .img-wrapp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .gallery .swiper-slide .img-wrapp {
    
        max-height: 350px;
      
    }
    .gallery.twoorless .swiper-slide  {
    
      margin-right: 0;
      
    }
    .gallery.twoorless .swiper-slide:first-of-type  {
    
        margin-right: 50px !important;
        
      }
}


.page-id-103 h3  {
    margin-top: 0 !important;
}


body .basic-2col-text:first-of-type {
    padding-top: 150px;
}