@font-face {
    font-family: 'FontAwesome5Brands-Regular';
    src: url('../fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
    url('../fonts/FontAwesome5Brands-Regular.woff') format('woff'),
    url('../fonts/FontAwesome5Brands-Regular.ttf') format('truetype'),
    url('../fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Solid';
    src: url('../fonts/FontAwesome5Pro-Solid.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Solid.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Solid.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Regular';
    src: url('../fonts/FontAwesome5Pro-Regular.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Regular.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Regular.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Regular.svg#FontAwesome5Pro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Light';
    src: url('../fonts/FontAwesome5Pro-Light.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Light.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Light.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Light.svg#FontAwesome5Pro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sophistica Slant 2';
    src: url('../fonts/SophisticaSlant2.woff2') format('woff2'),
    url('../fonts/SophisticaSlant2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**/

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff'),
    url('../fonts/Gotham-MediumItalic.ttf') format('truetype'),
    url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-LightItalic.woff') format('woff'),
    url('../fonts/Gotham-LightItalic.ttf') format('truetype'),
    url('../fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff'),
    url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
    url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BoldItalic.woff') format('woff'),
    url('../fonts/Gotham-BoldItalic.ttf') format('truetype'),
    url('../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

* {
    outline: none !important;
}

a, p, span, input, textarea {
    font-family: 'Gotham';
    -webkit-font-smoothing: antialiased;
    display: initial;
    outline: none;
}
p a {
	color: #BF9E4E;
	text-decoration: none;
}
/* Grid defaults */
.shush-row {
    display:flex;
}
.shush-col-1 {
    width:8.333%;
}
.shush-col-2 {
    width:16.666%;
}
.shush-col-3 {
    width:25%;
}
.shush-col-4 {
    width:33.333%;
}
.shush-col-5 {
    width:41.666%;
}
.shush-col-6 {
    width:50%;
}
.shush-col-7 {
    width:58.333%;
}
.shush-col-8 {
    width:66.666%;
}
.shush-col-9 {
    width:75%;
}
.shush-col-10 {
    width:83.333%;
}
.shush-col-11 {
    width:91.666%;
}
.shush-col-12 {
    width:100%;
}
.shush-row-center {
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham', sans-serif;
}
input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}
input {
    -webkit-appearance: none;
}
.header .shush-row-center {
    height: 100vh;
}
.site-header.scrollUp {
    transform: translateY(-214.133px);
}
.site-header {
    transition: all 0.5s;
}
#regular-pages .section {
    padding: 100px 0;
}
section p {
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 20px;
    display: block;
    line-height: 20px;
}
section h2 {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
}
section .section-subline {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}
.sep-line-short {
    max-width: 125px;
    margin: 0 auto 20px;
    display: inline-block;
    width: 100%;
}
.section-title-center {
    text-align: center;
    z-index: 10;
}
.section-title-center h2 {
    font-family: 'Gotham', sans-serif;
    color: #BF9E4E;
}
.section-title-center .sep-line-short {
    border-bottom: 1px solid #BF9E4E;
}
/* buttons */
#vouchers .btn-light {
    border: 1px solid #fff;
    color: #fff;
}
.btn-dark {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: #2B2E34;
    color: #fff;
    padding: 16px 28px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3.6px;
    font-weight: bold;
    font-size: 12px !important;
}
.btn-dark:hover {
    color: #2B2E34;
    background-color:transparent;
    box-shadow: 0 0 0 1px #2B2E34;
}
.btn-light {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: transparent;
    color: #2B2E34;
    padding: 16px 28px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3.6px;
    font-weight: bold;
    box-shadow: 0 0 0 1px #2B2E34;
    font-size: 12px !important;
}
.btn-light-white {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: transparent !important;
    color: #fff !important;
    padding: 16px 28px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 3.6px;
    font-weight: bold !important;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.btn-golden {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: #BF9E4E !important;
    color: #fff !important;
    padding: 16px 68px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 3.6px;
    font-weight: bold !important;
    box-shadow: 0 0 0 1px #1f2224;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.cta-buttons.cta-event {
    justify-content: center !important;
}
#menu-main-footer li:last-child a {
    border: none;
}
#mc4wp-form-1 .btn-golden {
    padding: 16.5px 50px !important;
}
/* form */
.wpcf7-form {
    text-align: left;
    margin-top: 60px;
}
.wpcf7-form p {
    line-height: 0;
}
label {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
input, textarea {
    font-family: 'Gotham';
    background-color: transparent;
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 3px 0px -2px #fff;
}
.wpcf7-form-control.wpcf7-textarea {
    max-height: 150px;
}
input:focus, textarea:focus {
    border: none;
    outline: none;
}
.wpcf7-submit {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.mc4wp-form-fields {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.mc4wp-form-fields input[type="email"] {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #fff;
    box-shadow: none;
    color: #2B2E34 !important;
    max-width: 350px;
    width: 350px;
    background-color: #fff;
    letter-spacing: 3.6px;
}

.mc4wp-form-fields input[type="email"]::placeholder {
    font-family: 'Gotham', sans-serif;
    color: #2B2E34;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 3.6px;
}

/* Loading screen */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #410816;
    z-index: 9999; /* Ensure it's above all other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 200px;
    height: 200px;
}
@keyframes pulsate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.loader img {
    animation: pulsate 1500ms infinite;
}
.section.background-hero {
    background-color: #000 !important;
}
/* Sticky vertical buttons */
.triple-vertical-buttons {
    display: flex;
    flex: 1;
    padding: 0;
    text-align: center;
    margin: 0;
    width: auto;
    max-height: 75.75px;
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(90deg) translateX(50%);
    transform-origin: bottom right;
    position: fixed;
    right: 75px;
    top: calc(50% - 75.75px);
}
.triple-vertical-buttons li {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: 900;
    background: #BF9E4E;
    padding: 27px 0;
    min-width: 33.333vh;
}
.triple-vertical-buttons li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.triple-vertical-buttons li:first-child a {
    border-right: 1px solid #fff;
}
.triple-vertical-buttons li:last-child a {
    border-left: 1px solid #fff;
}
/* Modal Book a table */
.is-hidden--off-flow {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -10;   /* *1* */
    visibility: hidden;   /* *1* */
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-hidden--off-flow-note {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -10;   /* *1* */
    visibility: hidden;   /* *1* */
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-shown--off-flow {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-shown--off-flow-note {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-modal__shadow-note.js-modal-hide-note {
    font-family: 'Gotham';
    position: absolute;
    right: -6px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -6px;
    border: 1px solid #bf9e4e;
    font-weight: 300;
    display: flex;
    justify-content: center;
    line-height: 26px;
    cursor: pointer;
}
.l-modal__shadow.js-modal-hide {
    font-family: 'Gotham';
    position: absolute;
    right: -6px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -6px;
    border: 1px solid #bf9e4e;
    font-weight: 300;
    display: flex;
    justify-content: center;
    line-height: 26px;
    cursor: pointer;
}
.c-popup.l-modal__body {
    width: auto;
    position: relative;
}
/* header logo */
.logo.light {
    position: absolute;
    top: 0;
    padding: 2%;
    outline:none;
    z-index: 10;
}
.logo img {
    display:block;
    width:auto;
    height: 3rem;
    -webkit-transition: height .3s;
    transition: height .3s;
}
/* Notification popup */
#box-notification .l-modal__body {
    background-color: #410816;
    font-family: 'Gotham', sans-serif;
    padding: 3%;
    text-align: center;
}
#box-notification h1 {
    color: #BF9E4E;
    font-size: 49px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#box-notification .notification > div {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    line-height: 40px;
    font-size: 20px;
    text-transform: uppercase;
}
/* menu */

.vertical-menu-wrapper nav[aria-label="Main"] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: rgba(65, 8, 22,0.75);
    color: #ffffff;
    font-family: 'Times New Roman',serif;
    font-size: 2rem;
    font-weight: 400;
    height: 100%;
    left: 0;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    padding: 2rem;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .4s ease-out,visibility 0s .4s;
    transition: opacity .4s ease-out,visibility 0s .4s;
    visibility: hidden;
    width: 100%;
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-menu-wrapper #menu-btn:checked ~ nav[aria-label="Main"] {
    opacity: 1;
    -webkit-transition: opacity .4s ease-out,visibility 0s;
    transition: opacity .4s ease-out,visibility 0s;
    visibility: visible;
}
.vertical-menu-wrapper nav[aria-label="Main"] ul {
    -webkit-box-align: start;
    align-items: flex-start;
}
.vertical-menu-wrapper nav[aria-label="Main"] ul {
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    list-style: none;
    width: 50vw;
    text-align: center;
    display: block;
}
#menu-main a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
#menu-main li {
    line-height: 60px;
}
/* burger animation */
.vertical-menu-wrapper [for="menu-btn"] {
    height: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 5rem;
}
.vertical-menu-wrapper [for="menu-btn"] {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 4rem;
    line-height: 3;
    margin-top: 0;
    max-width: none;
    -webkit-box-ordinal-group: 3;
    order: 2;
    pointer-events: auto;
    z-index: 1001;
    position: fixed;
    width: 75.75px;
}
.vertical-menu-wrapper [for="menu-btn"] span:last-child {
    display: inline-block;
}
.vertical-menu-wrapper [for="menu-btn"] span:first-child {
    background-color: #FFFFFF;
    height: 1px;
    left: calc(50% - .75em);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 1.5em;
    position: relative;
    top: 0;
}
.vertical-menu-wrapper #menu-btn:checked ~ [for="menu-btn"] span {
    background-color: transparent;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    top: 0;
}
.vertical-menu-wrapper #menu-btn:checked ~ [for="menu-btn"] span::before {
    -webkit-animation: menu-btn-top .4s forwards;
    animation: menu-btn-top .4s forwards;
}
.vertical-menu-wrapper #menu-btn:checked ~ [for="menu-btn"] span::after {
    -webkit-animation: menu-btn-bot .4s forwards;
    animation: menu-btn-bot .4s forwards;
}
.vertical-menu-wrapper [for="menu-btn"] span:first-child::before {
    -webkit-animation: menu-btn-top-rev .4s;
    animation: menu-btn-top-rev .4s;
    -webkit-transform: translateY(-800%);
    transform: translateY(-800%);
}
.vertical-menu-wrapper [for="menu-btn"] span:first-child::after {
    -webkit-animation: menu-btn-bot-rev .4s;
    animation: menu-btn-bot-rev .4s;
    -webkit-transform: translateY(800%);
    transform: translateY(800%);
}
.vertical-menu-wrapper [for="menu-btn"] span:first-child::after, .vertical-menu-wrapper [for="menu-btn"] span:first-child::before {
    background-color: #FFFFFF;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 100%;
}
@-webkit-keyframes menu-btn-top {
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
}
@keyframes menu-btn-top {
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
}
@-webkit-keyframes menu-btn-bot {
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
@keyframes menu-btn-bot {
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
@-webkit-keyframes menu-btn-top-rev {
    0% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes menu-btn-top-rev {
    0% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@-webkit-keyframes menu-btn-bot-rev {
    0% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes menu-btn-bot-rev {
    0% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}


/* Hero header */
.background-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease-in-out; /* Adjust the duration as needed */
}
.hero-slider {
    position: absolute;
}
#image1 {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#image2 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.hero-center {
    max-width: 300px;
    z-index: 10;
}
.scroll-down {

    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;

}
.scroll-down a {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor:pointer;
    outline:none;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #bf9e4e !important;
    color: #fff !important;
}
.wpcf7-not-valid-tip {
    color: #410816 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 15px;
}
.answer p {
    margin-bottom: 10px;
}
.answer p:first-child {
    display:none;
}
.answer p:last-child {
    display:none;
}
.answer.active p:last-child {
    display: block;
}
/* I am loving front page */
.im-loving-title {
    font-family: 'Sophistica Slant 2', sans-serif;
    font-size:100px;
    font-weight: 400;
    line-height: 130px;
    color:#BF9E4E;
}

/* Section 2 front page */

.section-2-front img {
    max-width: 91px;
    margin-bottom: 95px;
}
.section-2-front p {
	color: #fff;
	display: block;
    margin: 10px auto 25px;
}
.section-2-front h2 {
    color:#BF9E4E;
}
.section-2-front .section-subline {
    color:#ffffff;
}
.section-2-front .sep-line-short {
    border-bottom: 1px solid #9A9B9F;
}
.section-2-front {
    transform: translateX(-150%);
    opacity: 0.2;
    text-align: left;
}
.section-2-front.slideInLeft  {
    transform: translateX(0);
    opacity: 1;
    transition:all 1s 0.6s ease-in-out;
}
/* Section 3 front page */
.section-3-front {
    text-align: left;
}
.section-3-front p {
    color: #2B2E34;
}
.section-3-front h2 {
    color:#BF9E4E;
}
.section-3-front .section-subline {
    color:#2B2E34;
}
.section-3-front .sep-line-short {
    border-bottom: 1px solid #9A9B9F;
}
section.section-3 .shush-col-6:first-child {
    z-index: 10;
}
section.section-3 .shush-col-6:last-child .section-3-front  {
    transform: translateX(-150%);
}
section.section-3 .shush-col-6:last-child .section-3-front.slideInLeft  {
    transform: translateX(0);
    transition:all 1s 0.6s ease-in-out;
}
#regular-pages section.section-3 .shush-col-6:last-child .section-3-front  {
    transform: translateX(0);
}

/* section 4 front page */
.section-4-front h2 {
    color:#ffffff;
}
.section-4-front .section-subline {
    color:#ffffff;
}

/* section 5 front page */

.section-5-front {
    text-align: left;
}
.section-5-front p {
    color: #2B2E34;
}
.section-5-front h2 {
    color:#BF9E4E;
}
.section-5-front .section-subline {
    color:#2B2E34;
}
.section-5-front .sep-line-short {
    border-bottom: 1px solid #9A9B9F;
}

.section-5-front .button-wrapper {
    margin-bottom: 25px;
    max-width: 100%;
    width: 330px;
}
section.section-5 .shush-col-6:first-child .section-5-front  {
    transform: translateX(-150%);
}
section.section-5 .shush-col-6:first-child .section-5-front.slideInLeft  {
    transform: translateX(0);
    transition:all 0.6s ease-in-out;
}
.button-wrapper a {
    display: block;
    text-align: center;
}
/* section 8 instagram */
.instagram {
    padding: 100px 0;
}
h2.insta-title, .instagram i {
    color: #2B2E34;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}
.insta-title > span {
    margin-right: 6px;
}
.instagram-wrapper {
    padding: 20px 0 50px;
}
/* footer */
.footer-inner {
    padding: 3.5% 5% 10px;
    background-color: #1f2224;
}
.footer-inner h2 {
    font-family: 'Gotham', sans-serif;
    margin-bottom: 5px;
    color: #BF9E4E;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}
.mailchimp-subline {
    color: #fff;
    font-size: 16px;
}
.social-links-footer a {
    color: #bf9e4e;
    font-size: 22px;
    display: inline-block;
}
.social-links-footer > span {
    padding: 0 5px;
}
.bottom-footer {
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    margin-top: 70px;
    padding: 0 4%;
}

.bottom-footer > div > div:first-child {
    text-align: left;
}
.bottom-footer > div > div:nth-child(2) {
    text-align: center;
}
#menu-main-legal a {
    color: #6F7175;
    border-right: 1px solid;
    padding: 0 10px;
    font-size: 14px;
}
#menu-main-legal li:last-child a {
    border-right:none;
}
.bottom-footer > div > div:last-child {
    text-align: right;
}
.dev-agency-info {
    display: block;
    line-height:20px;
}
.dev-agency-info img {
    margin-right: 6px;
}
.contact-details {
    font-family: 'Gotham', sans-serif;
    color: #fff;
}
.contact-details span {
    font-size: 14px;
}
.contact-details a {
    font-size: 14px;
    color:#fff;
    text-decoration: none;
}
.contact-details span > span {
    color: #bf9e4e;
}
.contact-details > span {
    border-right: 1px solid #bf9e4e;
    padding: 0 20px;
    display: inline-block;
}

.contact-details > span:last-child {
    border:0;
}
#genesis-nav-shush-footer {
    padding: 25px 0;
}
#menu-main-footer li:last-child a {
    border: none;
}
#genesis-nav-shush-footer a {
    color: #BF9E4E;
    font-size: 14px;
    border-right: 1px solid;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

/*menus page*/

.tint-overlay {
    height: 100vh;
    z-index: 0;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.menu-carte {
    height: auto;
    background-color: #fff;
    max-width: 50vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px 0;
}
.vegetarian {
    color:darkolivegreen;
}
.menu-content {
    padding: 4%;
    width: 94%;
}
.menu-logo {
    max-width: 100px;
    margin: 0 auto 50px;
}
.menus-section {
    padding: 100px 0;
}
.menus-section .section-subline, .menus-section p {
    color:#fff;
}
.menu-content .sep-line-short {
    max-width: 50px;
    border-bottom: 1px solid #706f6f;
}
.tabbed-btn {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
  position: absolute;
  width: 100vw;
  left: -25vw;
	top: -75px;
}
.menu-content h3 {
    font-family: 'Gotham', sans-serif;
    color: #BF9E4E;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 10px;
}
.menu-content li {
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.tabbed-btn .btn-golden {
    box-shadow: 0 0 0 1px #706f6f;
}
.menu-list {
    position: relative;
	margin-top: 100px;
}

.carte-item {
    visibility:hidden;
    height: 0;
    opacity:0;
    transition: opacity 1s ease-in-out;
}
.carte-item.active {
    visibility: visible;
    height: auto;
    opacity:1;
    transition: opacity 1s ease-in-out;
}
/* people/careers */

.header .section-subline {
    color:#ffffff;
}
.family-shot {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 17% 0;
}

/*reservations */
.resDiary-wrapper {
    margin-bottom: 100px;
}
.vouchers-section .section-subline, .vouchers-section p {
    color:#fff;

}
.question {
    position:relative;
    outline: none;
}
.faqs-list {
    text-align: left;
}
.faqs-list a {
    color: #000000;
}
.faqs-list .answer a:hover {
    text-decoration: underline;
}
.faqs-list > div {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #2B2E34;
}
.faqs-list h3 {
    margin-top: 20px;
}
.faqs-list .answer {
    font-size: .875rem;
    max-height: 0; /* initially hide the answer */
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height 1s, padding .5s;
    transition: max-height 1s, padding .5s;
}
.faqs-list .answer.active {
    font-size: .875rem;
    max-height: 500px;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-transition: max-height .5s, padding .5s;
    transition: max-height .5s, padding .5s;
}
.faqs-list .question.active .answer {
    margin-top: 0;
    max-height: 500px; /* adjust this value based on your content's maximum height */
    overflow: hidden;
    padding: 0 0 1rem 0;
}
.faqs-list h3 a {
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    position: relative;
    width: 100%;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    outline:none;
    color: #1f2224;
}
.answer p {
    padding-top: 0;
}
.faq-section {
    padding: 100px 0;
}
.section.faq-section .section-subline {
    color: #fff;
}
.section.faq-section h2 {
    color: #2B2E34;
}
.section.faq-section .sep-line-short {
    border-bottom: 1px solid #ffffff;
}
.section.faq-section .section-title-center p {
    padding: 0 10%;
    display: block;
}
.faqs-list h3 a::before, .faqs-list h3 a::after {
    background-color: currentColor;
    content: '';
    height: 2px;
    position: absolute;
    right: .5rem;
    top: calc(50% - 1px);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 11px;
}
.faqs-list h3 a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: background-color .5s,-webkit-transform .5s;
    transition: background-color .5s,-webkit-transform .5s;
    transition: background-color .5s,transform .5s;
    transition: background-color .5s,transform .5s,-webkit-transform .5s;
    transition: all 0.4s ease-in-out;
}
.faqs-list h3 a::before, .faqs-list h3 a::after {
    background-color: currentColor;
    content: '';
    height: 2px;
    position: absolute;
    right: .5rem;
    top: calc(50% - 1px);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 12px;
    transition: all 0.4s ease-in-out;
}
.faqs-list .question.active h3 a::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}

/* in the news */
.repeater-content {
    text-align: left;
}
.repeater-pagination {
    text-align: center;
    margin-top: 50px;
}
.repeater-pagination a {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: navajowhite;
    padding: 0 5px;
    color: #ccc;
}
.news-sep {
    border-bottom: 1px solid #bf9e4e;
    margin: 20px 0;
    width: 120px;
}
.repeater-content h3 {
    margin-bottom: 10px;
}
.repeater-pagination a.current {
    color: #bf9e4e;
}
.repeater-item {
    padding: 50px 0;
    border-bottom: 1px solid #bf9e4e;
}
.repeater-button.btn-light {
    padding: 10px 55px;
}

@media all and (max-width:1440px) {
    .shush-col-8.mobile-stretch {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }
    #faq .shush-col-7 {
        width: 90% !important;
    }
}
@media all and (max-width:1370px) {
.menu-list {
	position: relative;
	margin-top: 276px;
}
	.inner-tabbed {
  max-width: 318px;
}
	.inner-tabbed a {
	width: 100%;
}
.tabbed-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  position: absolute;
  width: 100vw;
  top: -260px;
}
}
@media all and (max-width:1350px) {
    #about .shush-col-6:last-child {
        display: none;
    }
    #about .shush-col-6 {
        width: 100%;
    }
}

@media all and (max-width:1200px) {
    .shush-col-8.mobile-stretch {
        width: 100%;
        margin: 0 auto;
        padding: 0 15%;
    }
    .repeater-item {
        padding: 50px 0;
        border-bottom: 1px solid #bf9e4e;
        flex-direction: column;
    }
    .repeater-image img {
        width: 100%;
        object-fit: cover;
        max-height: 200px;
        height: auto;
        object-position: center;
    }
    .repeater-content {
        padding: 20px 0 0 0 !important;
    }
}
@media all and (min-width:1025px) {
    .mobile-change {
        width: 33.333%;
    }
}
@media all and (max-width:1024px) {
    .mobile-hide {
        display:none;
    }
    .mobile-change {
        width: 100% !important;
    }
}
@media all and (max-width:810px) {
    #vouchers .shush-row-center {
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        text-align: center;
        padding-left: 10%;
    }
    .mc4wp-form-fields input, .mc4wp-form-fields span {
        width: 100%;
        display: block;
    }
	.menu-list {
  position: relative;
  margin-top: 0;
}
.tabbed-btn {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	top: -21px;
	left: 0;
}

    .section-2-front.slideInBottom {
        position: relative;
        width: 100%;
    }

    .triple-vertical-buttons {
        right: 0;
        transition: right 0.7s ease-in-out;
    }
    .triple-vertical-buttons.show-tripple {
        right: 75px;
        transition: right 0.7s ease-in-out;
    }
    #about .shush-col-4 {
        width: 66.666%;
    }
    #our-chef .shush-row {
        display:block;
    }
    #our-chef .shush-row.mobile-flex {
        flex-direction: column-reverse;
        display: flex;
    }
    #our-chef .shush-row.mobile-flex > div > div {
        margin: 0 !important;
    }
    #our-chef .shush-col-6 {
        width: 100%;
    }
    /*#our-chef .shush-col-6 > div {*/
    /*    height: 50vh !important;*/
    /*    background-position: center -8vh !important;*/
    /*}*/
    #menus_section .shush-row {
        display:block;
    }
    #menus_section .shush-col-6 {
        width: 100%;
        padding: 60px 0 0;
    }
    /*#menus_section .shush-col-6 > div {*/
    /*    height: 50vh !important;*/
    /*    background-position: center -8vh !important;*/
    /*}*/
    .c-popup.l-modal__body {
        width:auto;
        position: relative;
    }
    #genesis-nav-shush-footer a {
        color: #BF9E4E;
        font-size: 14px;
        border-right: none !important;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase;
        line-height: 25px !important;
    }
    .contact-details > span {
        border-right: none !important;
        padding: 0 20px;
        display: inline-block;
    }
    .bottom-footer .shush-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bottom-footer .shush-col-4 {
        width: 100%;
        text-align: center !important;
        line-height: 39px;
    }
    .bottom-footer .shush-col-4:first-child {
        order:3;
    }
    .bottom-footer .shush-col-4:nth-child(2) {
        order:1;
    }
    .bottom-footer .shush-col-4:last-child {
        order:2;
    }
    #menu-main-legal a {
        color: #6F7175;
        border-right: none !important;
        padding: 0 10px;
        font-size: 14px;
    }
    .genesis-nav-menu {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
        line-height: 22px !important;
    }
    .bottom-footer {
        margin-top: 30px;
    }
    #contact .shush-col-7 {
        width: 66.66%;
    }
    .faqs-list h3 a {
        padding-right: 30px;
        line-height: 29px;
        font-size: 14px;
    }
    .faqs-list h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section.faq-section .shush-col-7 {
        width: 90%;
    }
    .section.faq-section .section-title-center p {
        padding: 0;
        display: block;
    }
    #menus .shush-col-6 {
        width: 89.666%;
    }
    .menu-carte {
        height: auto;
        background-color: #fff;
        max-width: 90vw;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 30px 0;
    }
    #contact {
        padding-top: 10vh;
    }
    #our-chef .section-3-front {
        margin: 5vh auto;
    }

}

@media all and (max-width: 809px) {
    .mc4wp-form-fields > div {
        display: block !important;
    }
    #mc4wp-form-1 .btn-golden {
        padding: 16.5px 50px !important;
        width: 100%;
    }
}

@media all and (max-width: 660px) {
    .shush-col-8.mobile-stretch {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }
    .repeater-content h2 {
        font-size: 24px;
    }
    .vertical-menu-wrapper [for="menu-btn"] {
        width: 58.75px !important;
    }
    .triple-vertical-buttons.show-tripple {
        right: 59px !important;
        transition: right 0.7s ease-in-out;
    }
    .triple-vertical-buttons li {
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
        font-weight: 900;
        background: #BF9E4E;
        padding: 18px 0 !important;
        min-width: 33.333vh;
    }
    #menu-main li {
        line-height: 45px !important;
    }
    #menu-main a {
        color: #fff;
        text-decoration: none;
        padding: 0;
        display: inline-block;
        font-family: 'Gotham', sans-serif;
        text-transform: uppercase;
        font-size: 16px !important;
    }
    .vertical-menu-wrapper nav[aria-label="Main"] ul {
        /* display: -webkit-box; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        list-style: none;
        width: auto !important;
        text-align: center;
        display: block;
    }
	.mobile-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		text-align: center;
	}
	.mobile-block .cta-buttons {
		justify-content: center !important;
	}
	.mobile-block > div {
		width:100% !important;
		font-size: 16px;
	}
    .im-loving-title {
        font-family: 'Sophistica Slant 2', sans-serif;
        font-size: 75px;
        font-weight: 400;
        line-height: 60px;
        color: #BF9E4E;
        margin: 0 6vw;
    }

    #menus_section .shush-col-6:last-child > div {
        height: calc(78vh) !important;
        margin: 0;
    }
    #menus_section .shush-col-6 > div {
        height: calc(78vh - 8vh) !important;
        background-position: center !important;
        margin: 8vh 0;
    }

    #about {
        padding: 5vh 0;
    }
    .section-2-front img {
        max-width: 91px;
        margin-bottom: 30px;
    }
    .menu-content li {
        font-family: 'Gotham', sans-serif;
        font-weight: 300;
        font-size: 12px !important;
        line-height: 30px;
    }
	.tabbed-btn {
	  display: flex;
	}

    .im-loving-title {
        font-family: 'Sophistica Slant 2', sans-serif;
        font-size: 79px;
        font-weight: 400;
        color: #BF9E4E;
        line-height: 76px;
    }
    .shush-col-8 {
        width: 80%;
    }
    #menu-main a {
        color: #fff;
        text-decoration: none;
        padding: 0;
        display: inline-block;
        font-family: 'Gotham', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
    }
    #about, #contact {
        padding: 10vh 0;
    }
}

@media all and (max-width:528px) {
    .trip-advisory .shush-row-center > div {
        display: flex;
    }
    .trip-advisory .shush-row-center > div > div:first-child img {
        width: 60px !important;
        margin-right: 12px !important;
    }
    .trip-advisory .shush-row-center > div > div:nth-child(2) img {
        width: 75px !important;
    }

    .trip-advisory .shush-row-center > div > div:nth-child(3) img {
        max-width: 70px !important;
        margin: -5px 0px 0 5px !important;
    }
    .trip-advisory .shush-row-center > div > div:nth-child(4) img {
        max-width: 61px !important;
        margin: 0 0 0 10px !important;
    }
}