/*
Theme Name: Attika Child
Theme URI: https://attika.qodeinteractive.com
Description: Tema Child del template Attika
Author: Luca Forzan
Author URI: https://www.lf-design.it/ 
Version: 1.0.1
Text Domain: attika
Template: attika
*/

/*------------------------------- CLASSI ATTIKA -------------------------------*/
.mkdf-btn {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
}
.mkdf-header-vertical .mkdf-vertical-menu>ul>li>a {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
/*------- rimuovo l'hover sullo slider in home e tolgo il link -------*/
.mkdf-pli-link{
  pointer-events: none !important;
  cursor: pointer!important;
}
.mkdf-portfolio-list-holder.mkdf-pl-slider-overlay article:hover .mkdf-pli-text-holder{
  opacity: 0 !important;
}
/*------- font size dei bottoni -------*/
.mkdf-btn {
  font-size: 14px;
}
body {
  font-size: 18px;
}
/*------- carousel -------*/
.mkdf-owl-slider .owl-nav .owl-next>span, .mkdf-owl-slider .owl-nav .owl-prev>span {
  color: #ffffff;
}
.mkdf-navigation-numbers .mkdf-owl-slider .owl-nav .owl-next:before, .mkdf-navigation-numbers .mkdf-owl-slider .owl-nav .owl-prev:before {
  color: #ffffff;
}
.mkdf-navigation-numbers .mkdf-owl-slider .owl-nav .owl-prev:before {
  left: 40px;
}
  .mkdf-navigation-numbers .mkdf-owl-slider .owl-nav .owl-next:before {
  right: 40px;
}

/*------------------------------- BOTTONE DI RESERVE TABLE -------------------------------*/
.reserve-table-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: #9bae88;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
    transition: transform .25s ease, box-shadow .25s ease;
}
.reserve-table-btn img{
    width:34px;
    height:auto;
    display:block;
}
.reserve-table-btn:hover{
    transform:translateY(-3px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.22);
}

/*------------------------------- HEADER -------------------------------*/
.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
    display: block;
    height: 60px;
    width: auto;
}

/*------------------------------- FOOTER -------------------------------*/
.footer-image {
	height: 80px;
	width: auto;
	padding-top: 30px;
}
.mkdf-page-footer .mkdf-footer-bottom-holder:after {
	display: none!important;
}
.mkdf-page-footer .mkdf-footer-bottom-holder {
    border-bottom: none!important;
}

/*------------------------------- PADDING -------------------------------*/
.padding-tot{
	padding: 80px;
}
.padding-updown{
	padding: 80px 0px;
}

/*------------------------------- TESTI -------------------------------*/
.title-border .mkdf-st-title{
    text-transform: lowercase;
}

/*------------------------------- HOME - SLIDER -------------------------------*/
/*------- Slider WP Bakery classi sostitutive -------*/
.vc_images_carousel .vc_carousel-control,
.wpb_images_carousel .vc_carousel-control{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  opacity: 1 !important;
  width: 60px;
  height: 60px;
}
.vc_images_carousel .vc_carousel-control:hover,
.wpb_images_carousel .vc_carousel-control:hover{
  background: transparent !important;
  box-shadow: none !important;
}
.vc_images_carousel .vc_carousel-control span,
.wpb_images_carousel .vc_carousel-control span{
  display: none !important;
}
.vc_images_carousel .vc_carousel-control:before,
.wpb_images_carousel .vc_carousel-control:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:16px;
  height:16px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transition: all .25s ease;
}
.vc_images_carousel .vc_left:before,
.wpb_images_carousel .vc_left:before{
  transform:translate(-40%,-50%) rotate(135deg);
}
.vc_images_carousel .vc_right:before,
.wpb_images_carousel .vc_right:before{
  transform:translate(-60%,-50%) rotate(-45deg);
}
.vc_images_carousel .vc_carousel-control:hover:before,
.wpb_images_carousel .vc_carousel-control:hover:before{
  transform: scale(1.15) translate(-50%,-50%) rotate(-45deg);
}
.vc_images_carousel .vc_left:hover:before,
.wpb_images_carousel .vc_left:hover:before{
  transform: scale(1.15) translate(-50%,-50%) rotate(135deg);
}
.vc_images_carousel .vc_left{
  left:15px;
}
.vc_images_carousel .vc_right{
  right:15px;
}

/*------- HOME APERTURA -------*/
.hero-open{
  padding: 40px 80px;
}

/*------------------------------- PROPOSTA -------------------------------*/
.menu-list{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.menu-row{
  display: grid;
  grid-template-columns: 1fr 70px;
  column-gap: 60px;
  align-items: start;
}
.menu-row .dish{
  margin: 0;
}
.menu-row .price{
  text-align: left;
  white-space: nowrap;
}
/*------- EFFETTO COLONNA FISSA -------*/
.scroll-lock-section{
  position: relative;
}
.scroll-lock-section,
.scroll-lock-section .vc_row,
.scroll-lock-section .vc_row-fluid{
  overflow: visible !important;
}
.scroll-lock-section .scroll-lock-left{
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-lock-section .scroll-lock-left > .vc_column-inner{
  height: 100%;
}
.scroll-lock-section .scroll-lock-left{
  scrollbar-width: none;
  -ms-overflow-style: none;  
}
.scroll-lock-section .scroll-lock-left::-webkit-scrollbar{
  display: none;
}
.mkdf-parallax-row-holder{
  min-height: 100vh !important;
  height: auto !important;
  background-size: cover;
  background-position: center top !important;
}

/*------------------------------- DESK -------------------------------*/
@media (min-width: 768px){
  .no-desk{
    display: none!important;
  }
}

/*------------------------------- MOBILE -------------------------------*/
/* Mobile only */
@media (max-width: 767px){
  .mobile-height{
    min-height: 20vh !important;
  }
  .hero-open{
    padding: 0px 0px;
  }
  .padding-tot{
    padding: 40px 0px;
  }
  .menu-row {
      display: grid;
      grid-template-columns: 1fr 30px;
      column-gap: 20px;
      align-items: start;
  }
  .vc_images_carousel .vc_carousel-control,
  .wpb_images_carousel .vc_carousel-control{
    width: 30px;
    height: 30px;
  }
  .vc_images_carousel .vc_carousel-control:before,
  .wpb_images_carousel .vc_carousel-control:before{
    width: 10px;
    height: 10px;
  }
  .mkdf-owl-slider .owl-nav {
      display: block;
  }
  .reserve-table-btn{
      width:60px;
      height:60px;
      bottom:20px;
      right:20px;
  }
  .reserve-table-btn img{
      width:30px;
  }
  .scroll-lock-section .scroll-lock-left{
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }
  .scroll-lock-section .scroll-lock-left > .vc_column-inner{
    height: auto;
  }
  .no-mobile{
    display: none!important;
  }
}
