/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/
::selection {
  background: #048b9a;; /* WebKit/Blink Browsers */
  color: white
}
::-moz-selection {
  background: #048b9a;; /* Gecko Browsers */
  color: white
}
.inactive,
a.inactive {
  opacity: .5;
  cursor: not-allowed;
}
.inactive a {
  pointer-events: none
}


@media (min-width: 768px) {
  .desktop-hidden {display: none;}
}

@media screen and (max-width: 991px) {
  .section-sidemargins .zn_section_size.full_width {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
}


@media (min-width: 1025px) {
  .text-columns {
    column-count: 2;
    column-gap: 50px;
  }
}

body {
  border: 0px solid #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body.is-scrolled {
  border: 2.5vw solid #FFF;
}

#header.site-header.style6 {
    box-shadow: none;
    border: 0;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#header.site-header.style6.header--is-sticked {
  padding: 10px 0;
}
#header.site-header.style6.header--is-sticked .site-logo-img {
  height: 100px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#header.site-header.style6::before {
  content: '';
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .3s all;
  transition: .3s all;
}
#header.site-header.style6.header--is-sticked:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header--is-sticked.site-header.sticky-resize .site-header-wrapper:not(.sticky-main-area) .site-header-main {
  height: 100px !important
}
@media (max-width:768px) {
  #header.site-header--absolute-xs {
  position: fixed !important;
  }
  .site-header-main-left,
  .site-header-main-center {
    display: none !important
  }
  .site-header-main-right .fxb-end-x {
        justify-content: center;
  }
  #header.site-header.style6.header--is-sticked .site-logo,
  #header.site-header.style6.header--is-sticked .site-logo-img {
    height: 0;
    padding: 0 !important;
    line-height: 0;
  }
}
.zn-menuBurger {
  opacity: 1
}
.sh--dark .zn-menuBurger span {
background: white
}

.zn-menuBurger[class*="--m"] span:nth-child(1),
.zn-menuBurger[class*="--m"] span:nth-child(3)  {
  width: 20px;
  left: auto;
  right: 0;
}
.zn-menuBurger[class*="--m"] span:nth-child(3) {
    top: 18px;

}

#header .main-nav.mainnav--active-uline>ul>.menu-item.active>a>span {
      border-bottom: 1px solid currentColor;
}

#header .site-header-main-right .sh-component {
  margin-left: 0;
  background: #048b9a;
}
#header .site-header-main-right .sh-component.ctabutton {
  height: 47px;
  line-height: 1;
  background: #048b9a;
  color: #FFF;
}

#header .site-header-main-right .sh-component .zn-res-menuwrapper {
  padding: 0 10px;
  position: relative;
}
#header .site-header-main-right .sh-component .zn-res-menuwrapper .zn-menuBurger {
  margin: 0 !important
}



.znNavOvr#zn-nav-overlay {
  top: 0px;
  border: 2.5vw solid #FFF;
}
.znNavOvr#zn-nav-overlay.is-active + #page_wrapper {
  overflow: hidden;
}
.znNavOvr--layoutS1 .znNavOvr-menuWrapper {
  -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: calc(100% - 80px) !important;
}
.znNavOvr--layoutS1 .znNavOvr-inner {
  padding: 50px 0
}

.zn-bgSource-image,
#page_wrapper img:not(.site-logo-img)  {
  filter: blur(10px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.loaded .zn-bgSource-image,
.loaded #page_wrapper img:not(.site-logo-img) {
  filter: blur(0);
}

.icon-scroll-wrapper {
  position: relative;

}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  cursor: pointer;
}
.icon-scroll{
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px)
  }
}


.marquee {}
.marquee .znColumnElement-innerContent {
  white-space: nowrap;
  -webkit-animation: b-marquee-animation 7s linear infinite;
  animation: b-marquee-animation 7s linear infinite;

}
.marquee .znColumnElement-innerContent h3 {
  width: auto;
  display: inline-block;
  margin: 0 30px;
}

@-webkit-keyframes b-marquee-animation {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes b-marquee-animation {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.kl-iconbox__icon-wrapper {
  float: right;
}
.kl-iconbox {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(49,49,49,.1);
    padding-top: 15px;
}



.mfp-fade.mfp-bg.mfp-ready {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: rgba(23,30,43,.97);
  width: auto;
  border: 2.5vw solid #FFF;
  height: auto;
  opacity: 1;
}
.mfp-wrap {}
.mfp-container {
  padding: 0;
}
.mfp-content .zn_section--inlinemodal.eluid4dae14d7 {
  width: 100%
}
.mfp-close-btn-in .zn_section--inlinemodal .mfp-close,
.mfp-image-holder .mfp-close {
    right: calc(2.5vw + 20px);
    top: calc(2.5vw + 20px);
    border: 1px solid #FFF;
    opacity: 1;
    font-weight: 200;
    width: 44px;
    text-align: center;
    padding: 0 !important;
    position: fixed;
}




img.mfp-img {
  max-width: 80vw
}

#totop {
  display: none;
  right: 0 !important;
  top: auto;
  bottom: 0;
  opacity: 1 !important;
  background: transparent;
  line-height: 2.5vw;
  padding: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-family: 'Avenir Next', sans-serif;
  height: 2.5vw;
  width: 2.5vw;
  color: #1D1E2B;
  cursor: pointer;
}

.on--totop#totop {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.on--totop#totop::before {
  content: "\e133";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-left: 0;
  font-size: 14px;
}

.bottom-right-bar {
  display: none;
}

.bottom-right-bar a.facebook {
  background-color: #3B5998;
}
.bottom-right-bar a.instagram {
  background-color: #c32aa3
}
.bottom-right-bar a svg {
  height: 30px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.bottom-right-bar a svg path {
  fill:white;
}

@media (min-width:768px) {
#totop {display: block;}

.bottom-right-bar {
  display: block;
  position: fixed;
  bottom: calc(20px + 2.5vw);
  right: calc(20px + 2.5vw);
  z-index: 1001;
  -webkit-transform: scale(1);
  transform: scale(1);
  transform-origin: bottom right;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body.is-scrolled .bottom-right-bar {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.bottom-right-bar a {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 60px;
  margin-bottom: 10px;
}
.bottom-right-bar a:last-child {
  margin-bottom: 0;
}
.bottom-right-bar a.bib-badge {
  background-image: url(/wp-content/uploads/2023/03/Michelin-2023.png);
  background-size:contain;
}
.bottom-right-bar a.gault-badge {
  background-image: url('');
  background-size:contain;
}
}
.tabs_style5 > ul.nav > li > a {
  font-family: 'Avenir Next';
  letter-spacing: 1px;
  FONT-WEIGHT: 700;
}

body > img {display: none}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  box-shadow: none !important;
  background: white !important;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav-icon {
  fill: #1D1E2B !important;
}
#cff .cff-item.cff-box, #cff .cff-item {
  border-radius: 0;
}

#cff .cff-item .cff-location,
#cff .cff-item .cff-desc,
#cff .cff-item .cff-event-meta,
#cff .cff-item .cff-more-dates {
  display: none;
}


@media (min-width: 768px) {
  #cff.cff-half-layout .cff-event .cff-details {
  width: 62%;
  }
  #cff.cff-half-layout .cff-photo {
    width: 35%;
  }
}

#cff .cff-date {
  color: #048B9A;
  font-family: 'Avenir Next', sans-serif;
  margin-bottom: 0;
  text-transform: capitalize;
}

#cff .cff-event-title {
  font-family: 'Sabon', serif;
  font-weight: 400 !important;
  color: #1D1E2B !important
}

.cff-end-date,
.cff-meta-wrap {display: none}

@media (min-width: 1281px) {
    .chef-png .znColumnElement-innerWrapper {
      margin-top: -8vw;
    }
}

.zn-Slider .zn-Slider-link {
  pointer-events: none !important
}
.zn-Slider .zn-Slider-itemInner {
  padding: 0;
}


@media screen and (max-width: 991px) and (min-width: 768px) {
  .kl-iconbox--fleft .kl-iconbox__icon-wrapper,
  .kl-iconbox--fright .kl-iconbox__icon-wrapper {
    float: right;
  }
}


