/*========================================================*/
/* HEADER */
/*========================================================*/
.header-wrapper.flex-row {
    padding: 25px 50px;
    justify-content: space-between;
}
.it-logo svg,
.it-logo {
    display: block;
    width: 113px;
    height: 113px;
}
.custom-nav ul.menu > li {
    display: inline-block;
    margin: 0 20px;
}
.custom-nav ul.menu > li:last-child {
    margin-right: 0;
}
.custom-nav ul.menu > li > a {
    text-transform: lowercase;
    font-size: 1.8rem;
    letter-spacing: .1em;
    font-weight: 500;
    display: block;
}
.custom-nav ul.menu > li.lang-item > a {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 8px 7px 5px;
    border-radius: 50%;
    text-align: center;
}
.header-wrapper.dark-menu .custom-nav ul.menu > li.menu-item.current-menu-item > a,
.header-wrapper.light-menu .custom-nav ul.menu > li.menu-item.current-menu-item > a,
.custom-nav ul.menu > li.menu-item.current-menu-item > a {
    color: #231f20;
}
/*** dark-menu ***/
.header-wrapper.flex-row.light-menu {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.header-wrapper.dark-menu .it-logo svg .st0{fill:#0f3301;}
.header-wrapper.dark-menu .custom-nav ul.menu > li.lang-item > a {
    color: #fff;
    background-color: #0f3301;
    border: 1px solid #0f3301;
}
.header-wrapper.dark-menu .custom-nav ul.menu > li > a {
    color: #0f3301;
}
.header-wrapper.dark-menu .custom-nav ul.menu > li > a:hover {
    color: #231f20;
}
.header-wrapper.light-menu .it-logo svg .st0{fill:#fff;}
.header-wrapper.light-menu .custom-nav ul.menu > li.lang-item > a {
    color: #231f20;
    background-color: #fff;
    border: 1px solid #fff;
}
.header-wrapper.light-menu .custom-nav ul.menu > li > a {
    color: #000;
}
.header-wrapper.light-menu .custom-nav ul.menu > li > a:hover {
    color: #231f20;
}
/*** light sticky menu ***/
.header-wrapper {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-wrapper.hidden {
    top: -163px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-wrapper.sticky-menu.flex-row {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
    width: 100%;
    padding: 10px 50px;
}
.header-wrapper.sticky-menu.flex-row .it-logo svg .st0 {
    fill: #0f3301;
}
.header-wrapper.sticky-menu.flex-row .custom-nav ul.menu > li > a {
    color: #0f3301;
}
.header-wrapper.sticky-menu.flex-row .custom-nav ul.menu > li > a:hover {
    color: #231f20;
}
.header-wrapper.sticky-menu.flex-row .custom-nav ul.menu > li.lang-item > a {
    color: #231f20;
    background-color: #fff;
    border: 1px solid #0f3301;
}
.header-wrapper.sticky-menu.flex-row .it-logo svg,
.header-wrapper.sticky-menu.flex-row .it-logo {
    display: block;
    width: 75px;
    height: 75px;
}
/*========================================================*/
/* HOME */
/*========================================================*/
.hero {
    position: relative;
}
.hero-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
.hero-buttons {
    width: 100%;
    max-width: 540px;
    position: absolute;
    bottom: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translateX(-50%);
}
.hero-buttons-icons svg .hero-btn:hover g.background .st0 {
    fill: #fff;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.hero-buttons-icons svg .hero-btn:hover g.text .st0 {
    fill: transparent;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.hero-buttons-icons svg g.stroke .st0{fill:#fff; stroke: #fff;}
.hero-buttons-icons svg g.background .st0{
    fill:transparent;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.hero-buttons-icons svg g.text .st0{
    fill:#fff;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
}
.hero-buttons-icons svg .st1{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
.hero-buttons-icons svg,
.hero-buttons-icons  {
    display: block;
    width: 540px;
    height: 78px;
}
h3.hero-title {
    font-size: 10rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    padding: 0 100px;
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}
@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.about.full-container {
    position: relative;
    padding-top: 7.813vw;
    padding-bottom: 7.813vw;
}
.about .wrapper {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 30px;
    justify-content: space-between;
}
.about-slider {
    max-width: 410px;
}
.about-slider-item .flex-row {
    justify-content: space-between;
    align-items: center;
}
.about-content {
    width: 100%;
    max-width: 650px;
    margin-right: 15px;
}
.about-img {
    margin-left: 15px;
}

.about-info.flex-column {
    justify-content: center;
}
.about-link {
    padding-left: 7.552vw;
    align-items: center;
    margin-bottom: 50px;
}
.about-info h2 {
    font-size: 10.3rem;
    line-height: 1.1;
    font-weight: 300;
    color: #0f3301;
    letter-spacing: 0.4rem;
    margin: 0 0 50px;
}
h3.about-title {
    font-size: 7.1rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.4rem;
    margin: 0;
    color: #1d1d1b;
}
a:hover h3.about-title {
    color: #0f3301;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about-link.active h3.about-title {
    color: #0f3301;
}
h3.about-title span {
    padding-left: 40px;
}
.about-title-icon,
.about-title-icon svg {
    display:flex;
    align-items: center;
    width: 150px;
    height: 67px;
}
.about-title-icon svg {
    fill: #1d1d1b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover .about-title-icon svg {
    fill: #0f3301;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about-link.active .about-title-icon svg {
    fill: #0f3301;
}
.close-modal {
    position: absolute;
    top: 40px;
    right: 30px;
}
.close-icon,
.close-icon  svg {
    display: inline-block;
    width: 70px;
    height: 70px;
}
.close-icon  svg {
    fill: #0f3301;
}

.about-text {
    max-width: 780px;
    max-height: calc(70vh - 280px);
    overflow-y: auto;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 130px;
}
/*.about-text::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.about-text::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
}
.about-text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.about-text {
    -ms-overflow-style: none;
}
.about-text p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    font-weight: 300;
    margin-bottom: 40px;
}
.about-text p:last-child {
    margin-bottom: 0;
}
a.cta-company {
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 50%;
    transform-origin: top right 0;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #0f3301;
    border: 2px solid #0f3301;
    padding: 9px 15px 12px;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
a.cta-company:hover {
    background-color: #fff;
    color: #0f3301;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.delivery-graphic {
    position: absolute;
    bottom: 60px;
    right: 50px;
}
.about-slider ul.slick-dots > li {
    display: inline-block;
}
.about-slider ul.slick-dots > li > button {
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #0f3301;
    border-radius: 50%;
    background-color: #0f3301;
    margin: 5px;
    cursor: pointer;
}
.about-slider ul.slick-dots > li.slick-active > button {
    background-color: transparent;
}
.about-slider ul.slick-dots {
    padding-left: 15.625vw;
    padding-top: 50px;
}

body.modal-is-open {
    overflow: hidden;
}
body.modal-is-open #page {
    padding-right: 15px;
}
.about-content-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 51, 1, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 30px;
    justify-content: center;
}
.about-content-modal.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about-content-modal-container {
    max-width: 1050px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    padding: 70px;
    background-color: #fff;
    position: relative;
}
.about-content-modal-container:after {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    height: 60px;
    background-image: url('../css/icons/patterngreen.svg');
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center bottom;
}
.about-content-modal-header {
    justify-content: space-between;
}
.about-content-modal-container h3.about-title {
    color: #0f3301;
    max-width: 475px;
    width: 100%;
    margin-bottom: 100px;
}

.home-carousel-container {
    position: relative;
}
.home-carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-arrows.flex-row {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    width: 100%;
    padding: 0 55px;
    justify-content: space-between;
}
.carousel-arrows .arrow-prev {
    content: '';
    display: inline-block;
    background-image: url("../css/icons/v.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 86px;
    height: 86px;
    cursor: pointer;
    transform: scaleX(-1);
}
.carousel-arrows .arrow-next {
    content: '';
    display: inline-block;
    background-image: url("../css/icons/v.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 86px;
    height: 86px;
    cursor: pointer;
}
.triangle-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.triangle-graphic:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #ffffff transparent transparent transparent;
}
.home-carousel-container:before {
    background-image: url(../css/icons/isosceles-triangle.svg);
    content: '';
    width: 100%;
    height: 20px;
    display: block;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.espa-container{
    position: fixed;
    bottom: 5px;
    left: 5px;
}
.espa-image{
    width: 354px;
    height: auto;
    z-index: 999;
}
.copyright {
    display: flex;
}
@media screen and (max-width: 767px) {
    .espa-image{
        display: none;
    }
}
/*========================================================*/
/* COMMUNITY */
/*========================================================*/
.blog-grid.flex-row.m-grid,
.blog-grid.flex-row.sm-grid {
    display: none;
}
.community.full-container{
    padding-top: 50px;
    padding-bottom: 10.417vw;
}
.blog-wrapper {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
.blog-grid.flex-row {
    margin: 0 -20px;

}
.inner-column {
    flex-basis: calc(25% - 40px);
    margin: 0 20px;
    min-width: 0;
}
.blog-post {
    margin-bottom: 75px;
}
h3.community_post_date {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.blog-1 .content {
    max-width: 335px;
    width: 100%;
    font-size: 3rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 3.6rem;
    padding-top: 30px;
}
.blog-3 .content {
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 2.7rem;
}
.blog-2 .blog-post-text {
    padding-top: 5px;
}
/*========================================================*/
/* NEWSLETTER */
/*========================================================*/
.newsletter-wrapper {
    position: relative;
    border: 1px solid #fff!important;
}
.newsletter-wrapper input[type="email"] {
    position: relative;
    background-color: transparent;
    padding: 20px 25px;
    border: 1px solid #fff;
}
.newsletter-wrapper input[type="email"],
.newsletter-wrapper input[type="email"]::placeholder {
    font-family: Futura, sans-serif;
    font-size: 2.1rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-weight: 400;
    border: none!important;
}
.newsletter-wrapper input[type="email"]:focus::placeholder {
    color: transparent;
}
.newsletter-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.newsletter-wrapper input[type="submit"] {
    padding: 20px 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.newsletter-wrapper .newsletter-submit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    background-image: url(../css/icons/newsletter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 31px;
    background-color: #0f3301;
}
/*========================================================*/
/* COOKIE NOTICE */
/*========================================================*/
#cookie-notice .cookie-notice-container {
    display: block;
    padding: 20px 35px;
    background: #1d1d1b;
    font-size: 1.6rem;
    letter-spacing: .02em;
    font-family: Futura, sans-serif;
}
#cookie-notice .cn-button {
    font-family: Futura, sans-serif;
    margin: 0 0 0 10px;
    background-color: #0f3301;
    border-radius: 0;
    font-size: 1.4rem;
}
/*========================================================*/
/* RESERVATION */
/*========================================================*/
.reservation-form-container {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
.reservation-wrapper {
    padding: 200px 35px;
}
.reservation-info {
    background-color: #fff;
    padding: 60px 35px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.reservation-info-wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.reservation-info h3 {
    font-size: 7.3rem;
    line-height: 1.1;
    font-weight: 300;
    color: #0f3301;
    letter-spacing: 0.4rem;
    margin: 0 0 10px;
}
.reservation-info p {
    color: #000;
    font-size: 2.2rem;
    font-weight: 300;
    max-width: 900px;
}
.page-template-delivery-why-template .reservation-info p {
    max-width: unset;
}
.reservation-info h5 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    margin: 25px 0 5px;
}
.reservation-btn {
    text-transform: uppercase;
    background-color: #0f3301;
    border: 2px solid #0f3301;
    padding: 15px 30px;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 50px auto 20px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.reservation-btn:hover {
    background-color: #fff;
    color: #0f3301;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.reservation-content-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 51, 1, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 30px;
    justify-content: center;
}
.reservation-content-modal.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.reservation-content-modal-container {
    max-width: 1050px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    padding: 120px 35px 100px;
    background-color: #f3f3f3;
    position: relative;
}
.reservation-content-modal-container:after {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    height: 60px;
    background-image: url('../css/icons/pattern.svg');
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center bottom;
}
.reservation-content-modal-header {
    justify-content: space-between;
}
.close-reservation-modal {
    position: absolute;
    top: 40px;
    right: 30px;
}
.food-menu-note {
    text-align: center;
    margin: 30px 0 0;
    font-size: 1.9rem;
}
.espa-hidden-text {
    display: none;
    color: #000;
}
.home  ul.menu > li > a {
    color:white !important;
}
.home .custom-nav ul.menu > li.lang-item > a {
    color: #231f20;
    background-color:#0f3301 !important;
    border: 1px solid #fff;
}
.home .sticky-menu  ul.menu > li > a{
    color:#0f3301 !important;
}
.home .sticky-menu .custom-nav ul.menu > li.lang-item > a {
    color: #231f20;
    background-color:white !important;
    border: 1px solid #fff;
}
#primary-menu{padding-top: 2%;}
.sticky-menu #primary-menu{padding-top:2%;}

.info-col {
    text-align: center;
}
.footer_logo{
    max-width: 35%;
    padding-bottom: 5%;
}
.footer-info.flex-row {
    white-space: nowrap;
}