/* COLORI */

:root {
 --primo: #D8001C;
 --secondo: #F3A8A0;
 --terzo: #E6AF2E;
 --quarto: #A6B07E;
 --nero: #000000;
 --bianco: #ffffff;
 --grigio: #f2f2f2;
 --trasp: rgba(0, 0, 0, 0);
 --bianco-trasp: rgba(255, 255, 255, 70%);
 --nero-trasp: rgba(0, 0, 0, 70%);
 --nero-trasp2: rgba(0, 0, 0, 20%);
 --primo-trasp: rgba(216, 0, 28, 90%);
}

/* FINE COLORI */

/*
font-family: "Playfair Display", serif;
font-family: "Inter Tight", sans-serif;
font-family: "Funnel Display", sans-serif;
*/

body {
  color: var(--bianco);
  background-color: var(--nero);
  font-family: "Inter Tight", sans-serif;
}

body p{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: var(--bianco);
  font-weight: 200;
  padding: 0;
  margin: 0 0 40px 0;
}

body p strong{
  font-weight: 600;
}


.header {
  background-color: var(--trasp)!important;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--primo);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: var(--nero);
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header .topbar .contact-info i a:hover{
  text-decoration: none;
  color: var(--primo);
}

.header .topbar .contact-info i a::before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom:0;
  width: 0%;
  height: 1px;
  background-color: var(--primo);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header .topbar .contact-info i a:hover::before{
  width: 100%;
}

.header .topbar {
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--bianco-trasp);
  backdrop-filter: blur(5px);
}

.header .logo h2 {
  font-size: 40px;
  margin: 0;
  font-weight: 300;
  color: var(--bianco);
}

.header .branding {
  background-color: var(--nero-trasp);
  min-height: 60px;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 0px;
  backdrop-filter: blur(5px);
}

.scrolled .header .branding{
  background-color: var(--primo-trasp);
}

@media (min-width: 1200px) {
.navmenu a,
.navmenu a:focus {
  color: var(--bianco);
  padding: 18px 15px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }

 .navmenu a::before{
   content: "";
   position: absolute;
   display: block;
   bottom:18px;
   left: 15px;
   height: 1px;
   width: 0;
   background-color: var(--terzo);
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
 }

 .navmenu a:hover::before,
 .navmenu a.active::before{
   width: calc(100% - 30px);
 }

 .navmenu li:hover>a,
 .navmenu .active,
 .navmenu .active:focus {
   color: var(--terzo);
 }

 .navmenu li:last-child a {
   padding-right: 15px;
 }

 .navmenu li.current-menu-item a{
   color: var(--terzo)!important;
 }

 .navmenu li.current-menu-item a::before{
   width: calc(100% - 30px)!important;
 }
}


.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  background-color: var(--trasp);
}

.hero:before{
  display: none;
}

.section_video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -1;
}
.section_video .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: url(../video/mask_video.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.section_video video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}
.section_video::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../video/videomask.png) repeat center;
  z-index: 1;
}

.hero h1{
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  color: var(--terzo);
  font-size: 120px;
  margin-bottom: 20px;
}

.hero p{
  font-size: 30px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--bianco);
  font-weight: 200;
}

.cta-btn {
  position: relative;
  display: inline-block;
  color: var(--bianco);
  background-color: var(--trasp)!important;
  border: 1px solid var(--terzo);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  flex-shrink: 0;
  overflow: hidden;
}

.cta-btn:hover{
  color: var(--nero);
  background-color: var(--trasp)!important;
}

.cta-btn span{
  position: relative;
  z-index: 2;
}

.cta-btn:first-child {
  margin-right: 20px;
}

.cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.cta-btn::before{
  content: "";
  display: block;
  position: absolute;
  top:0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: var(--terzo);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta-btn:hover::before{
  left: 0;
}

section, .section {
  color: var(--bianco);
  background-color: var(--trasp);
  padding: 120px 0;
  scroll-margin-top: 106px;
  overflow: clip;
}

.pausa-pranzo{
  position: relative;
  background-image: url(../img/pranzo-veloce_background.jpg);
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.orario{
  position: relative;
  background-image: url(../img/orario_background.jpg);
  background-position: left center;
  background-size: auto 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.prenota{
  position: relative;
  background-image: url(../img/prenota_background.jpg);
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.prenota-interno{
  position: relative;
  background-image: url(../img/prenota_background.jpg);
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.prenota p a:link,
.prenota p a:visited{
  position: relative;
  color: var(--primo);
}

.pagina-interna_01 p a:link,
.pagina-interna_01 p a:visited{
  position: relative;
  color: var(--bianco);
}

.prenota p a:hover{
  color: var(--terzo);
}

.pagina-interna_01 p a:hover{
  color: var(--terzo);
}

.prenota p a::before{
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom:-5px;
  left: 0;
  background-color: var(--terzo);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pagina-interna_01 p a::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom:-5px;
  left: 0;
  background-color: var(--bianco);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pagina-interna_01 p a.cta-btn::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: var(--terzo);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pagina-interna_01 p a.cta-btn:hover{
  color: var(--bianco)!important;
}

.pagina-interna_01 p a.cta-btn:hover::before{
  width: 100%!important;
  height: 100%!important;
  left: 0!important;
}

.prenota p a:hover::before{
  width: 100%;
  background-color: var(--terzo);
}

.pagina-interna_01 p a:hover::before{
  width: 0%;
  background-color: var(--terzo);
}

.prenota-interno p a:link,
.prenota-interno p a:visited{
  position: relative;
  color: var(--bianco);
}

.prenota-interno p a:hover{
  color: var(--terzo);
}

.prenota-interno p a::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom:-5px;
  left: 0;
  background-color: var(--bianco);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.prenota-interno p a:hover::before{
  width: 0%;
  background-color: var(--terzo);
}

.pausa-pranzo:hover,
.orario:hover,
.prenota:hover,
.prenota-interno:hover{
  background-size: auto 105%;
}

.pausa-pranzo .container,
.orario .container,
.prenota .container,
.prenota-interno .container{
  position: relative;
  z-index: 2;
}

.pausa-pranzo::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--primo);
  z-index: 1;
}

.orario::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  right: 0;
  background-color: var(--secondo);
  z-index: 1;
}

.prenota::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--bianco);
  z-index: 1;
}

.prenota-interno::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--primo);
  z-index: 1;
}

.title-section{
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 80px;
}

.orario .title-section,
.orario p{
  color: var(--nero)
}

.content-box_sx{
  position: relative;
  padding-right: 68px;
}

.content-box_dx{
  position: relative;
  padding-left: 68px;
}

.content-box{
  position: relative;
  padding: 80px 28px;
  min-height: 460px;
  height:auto !important;
  height: 460px;
}

.offerta{
  position: relative;
  background-color: var(--bianco);
  padding: 0;
}

.offerta::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--terzo);
  z-index: 1;
}

.offerta::after{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  right: 0;
  background-color: var(--quarto);
  z-index: 1;
}

.offerta .container{
  position: relative;
  z-index: 2;
}

.subtitle-section{
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}

.offerta .container .row div:nth-child(1) .content-box{
  background-color: var(--terzo);
}

.offerta .container .row div:nth-child(2) .content-box{
  background-color: var(--quarto);
}

.offerta .container .row div:nth-child(3) .content-box{
  background-color: var(--terzo);
}

.offerta .container .row div:nth-child(4) .content-box{
  background-color: var(--quarto);
}

.offerta h4,
.offerta p{
  color: var(--nero);
}

.img-box{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1/1;
    // Fallback
    @supports not (aspect-ratio: 1/1) {
    &::before {
      float: left;
      padding-top: 100%;
      content: "";
    }

    &::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}

.img-box img{
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.offerta .container .row div:hover .img-box img{
  transform: scale(1.05);
}

.menu{
  background-color: var(--bianco);
  color: var(--nero);
}

.menu .title-section{
  color: var(--primo);
  margin-bottom: 0;
}

.section-title p {
  color: var(--nero);
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  font-family: "Inter Tight", sans-serif;
}

.menu .menu-filters {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu .menu-filters li {
  position: relative;
  color: var(--nero);
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px 10px 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu .menu-filters li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0px;
  background-color: var(--primo);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu .menu-filters li:hover,
.menu .menu-filters li.filter-active {
  color: var(--primo);
}

.menu .menu-filters li:hover::before,
.menu .menu-filters li.filter-active::before {
  color: var(--primo);
  width: 100%;
}

.menu .menu-filters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
  position: relative;
  min-height: 160px;
  height:auto !important;
  height: 160px;
}

.menu-content{
  border-bottom: 1px dotted var(--secondo);
}

.menu-content h5{
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: var(--primo);
  font-weight: 500;
}

.menu .menu-content span {
  background: var(--trasp);
  color: var(--nero);
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.menu .menu-ingredients {
  margin-left: 95px;
  padding-top: 10px;
}

.menu .menu-ingredients p{
  font-style:normal;
  font-size: 14px;
  line-height: 21px;
  font-family: "Inter Tight", sans-serif;
  color: var(--nero);
  font-weight: 200;
}

.menu .menu-ingredients p em{
  font-style:italic;
  font-size: 10px;
  line-height: 15px;
}

.menu .menu-ingredients ul.lista-prodotti{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .menu-ingredients ul.lista-prodotti li{
  position: relative;
  width: 49%;
  margin-right: 1%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px dotted var(--quarto);
}

.menu .menu-ingredients ul.lista-prodotti li p{
  position: relative;
  font-style:normal;
  font-size: 14px;
  line-height: 21px;
  font-family: "Inter Tight", sans-serif;
  color: var(--nero);
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
}

.menu .menu-ingredients ul.lista-prodotti li span {
  background: var(--trasp);
  color: var(--nero);
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  display: flex;
  align-items: flex-end;
}

.menu .menu-ingredients ul.lista-prodotti li span i{
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.menu .menu-ingredients ul.lista-prodotti li span i.calice{
  background-image: url(../img/calice.svg);
}

.menu .menu-ingredients ul.lista-prodotti li span i.bottiglia{
  background-image: url(../img/bottiglia.svg);
}

small.menu_list_1, small.menu_list_2 {
  font-size: 1em!important;
  min-width: 56px;
  text-align: right;
}

small.menu_list_2 {
  margin-right: 10px;

}

p.cocktail-ingr{
  position: relative;
  width: 100%;
  font-weight: 200!important;
  min-height: 21px;
  height:auto !important;
  height: 21px;
}

.allergeni{
  position: relative;
  z-index: auto;
}

.allergeni h4{
  position: relative;
  color: var(--nero);
  font-size: 32px;
  line-height: 32px;
}

.allergeni h4 span{
  font-size: 20px;
  line-height: 20px;
}

.allergeni p{
  font-size: 16px;
  line-height: 24px;
  color: var(--nero);
}

.allergeni ul{
  position: relative;
  z-index: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.allergeni ul li{
  position: relative;
  z-index: auto;
  margin: 0;
  padding: 0 20px 20px 0;
  display: flex;
  width: 20%;
}

.allergeni ul li p{
  position: relative;
  z-index: auto;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.allergeni ul li em{
  position: relative;
  z-index: auto;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  width: 35px;
  text-align: left;
  font-weight: 400;
  font-style: italic;
}

.storia .card-item {
  background: var(--primo);
  padding: 50px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 100%;
  position: relative;
}

.storia .card-item h4 {
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  color: var(--bianco);
}

.storia .card-item p {
  font-size: 20px;
  line-height: 30px;
  color: var(--bianco);
  font-weight: 200;
  padding: 0;
}

.storia .card-item:hover {
  background: var(--secondo);
  padding: 30px 30px 70px 30px;
}

.storia .card-item:hover h4,
.storia .card-item:hover p {
  color: var(--nero);
}

.storia .section-title p{
  color: var(--bianco);
  padding-bottom: 20px;
}

.prenota h3{
  color: var(--primo);
}

.prenota p{
  color: var(--nero);
}

.prenota .cta-btn{
  color: var(--nero);
}

.prenota-interno h3{
  color: var(--bianco);
}

.prenota-interno p{
  color: var(--bianco);
}

.prenota-interno .cta-btn{
  color: var(--bianco);
}

.contact .info-item i {
  color: var(--bianco);
  background: var(--primo);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 20px;
  font-weight: 200;
  padding: 15px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--bianco);
  background-color: var(--nero);
  border: 0px;
  border-bottom: 1px solid var(--terzo);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--bianco);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: var(--bianco);
}

.footer {
  color: var(--nero);
  background-color: var(--bianco);
  font-size: 20px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 0px;
}

.footer .footer-about .logo span {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0px;
  color: var(--primo);
}

.footer .footer-about p {
  font-size: 20px;
  font-family: "Inter Tight", sans-serif;
  line-height: 30px;
  font-weight: 200;
  color: var(--nero);
}

.footer .footer-about p a:link,
.footer .footer-about p a:visited{
  color: var(--primo);
  position: relative;
}

.footer .footer-about p a:hover{
  color: var(--terzo);
}

.footer .footer-about p a::before{
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--terzo);
  position: absolute;
  bottom: -3px;
  left: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .footer-about p a:hover::before{
  width: 100%;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--primo);
  font-size: 16px;
  color: var(--primo);
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .social-links a:hover {
  color: var(--terzo);
  border-color: var(--terzo);
}

.footer h4 {
  font-family: "Funnel Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  line-height: 24px;
  color: var(--primo);
}

.footer .footer-links ul li {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul a {
  position: relative;
  color: var(--nero);
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.footer .footer-links ul a:hover {
  color: var(--terzo);
}

.footer .footer-links ul a::before{
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom:0;
  left: 0;
  background-color: var(--terzo);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .footer-links ul a:hover::before{
  width: 100%;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--primo);
}

.footer .copyright p {
  color: var(--nero);
}

.footer .credits {
  margin-top: 14px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
}

.footer .credits a{
  color: var(--primo);
  position: relative;
}

.footer .credits a:hover{
  color: var(--terzo);
}

.footer .credits a::before{
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--terzo);
  position: absolute;
  bottom: -5px;
  left: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .credits a:hover::before{
  width: 100%;
}

/* MAPPA */

.mappa{
  position:relative;
  margin: 0;
  padding: 0;
}

#map{
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
}

.leaflet-tile-pane {
  -webkit-filter: grayscale(100%)!important;
  filter: grayscale(100%)!important;
}

/* FINE MAPPA */

/* HEADER PAGINE INTERNE */

.page-title {
  color: var(--bianco);
  background-color: var(--nero);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 240px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title h1{
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 40px;
  color: var(--terzo);
}

.page-title .breadcrumbs ol {
  display: flex!important;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  text-transform: uppercase;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: var(--bianco);
}

.page-title .breadcrumbs ol li a:link,
.page-title .breadcrumbs ol li a:visited{
  position: relative;
  color: var(--terzo);
  text-decoration: none;
  padding: 10px 0;
}

.page-title .breadcrumbs ol li a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
  width: 0%;
  height: 1px;
  background-color: var(--terzo);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page-title .breadcrumbs ol li a:hover::before{
  width: 100%;
}

.pagina-interna_01{
  position: relative;
  background-size: auto 100%;
  background-color: var(--bianco);
}

.pagina-interna_02{
  position: relative;
  background-size: auto 100%;
  background-color: var(--nero);
}

.pagina-interna_03{
  position: relative;
  background-size: auto 100%;
  background-color: var(--bianco);
}

.pagina-interna_01 .container,
.pagina-interna_02 .container,
.pagina-interna_03 .container{
  position: relative;
  z-index: 2;
}

.pagina-interna_01::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--primo);
  z-index: 1;
}

.pagina-interna_02::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--secondo);
    z-index: 1;
}

.pagina-interna_03::before{
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top:0;
  left: 0;
  background-color: var(--terzo);
  z-index: 1;
}

.pagina-interna_02 .title-section,
.pagina-interna_02 p,
.pagina-interna_03 .title-section,
.pagina-interna_03 p{
  color: var(--nero)
}

.staff h3{
  margin-bottom: 0;
}

.staff .cta-btn{
  margin-top: 80px;
}

.slider-staff .item{
  position: relative;
  text-align: center;
}

.slider-staff .item img{
  position: relative;
  max-width: 200px;
  margin: 0 auto 40px auto;
}

.slider-staff .item h4{
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  color: var(--terzo);
}

.slider-staff .item p{
  position: relative;
  margin: 0 20px;
}

.owl-dots{
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dots .owl-dot{
  background-color: var(--bianco);
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.owl-dots .owl-dot:hover{
  background-color: var(--terzo);
}

.owl-dots .owl-dot.active{
  width: 42px;
  background-color: var(--terzo);
}

.contact-page{
  position: relative;
  background-color: var(--bianco);
}

.contact-page h3{
  color: var(--primo);
}

.contact-page .info-item i {
  color: var(--bianco);
  background: var(--primo);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 15px;
}

.contact-page .info-item h3 {
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
}

.contact-page .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--nero)
}

.contact-page .php-email-form input[type=text],
.contact-page .php-email-form input[type=email],
.contact-page .php-email-form input[type=tel],
.contact-page .php-email-form textarea {
  font-size: 20px;
  font-weight: 200;
  padding: 15px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--nero);
  background-color: var(--bianco);
  border: 0px;
  border-bottom: 1px solid var(--primo);
}

.contact-page .php-email-form input[type=text]:focus,
.contact-page .php-email-form input[type=email]:focus,
.contact-page .php-email-form input[type=tel]:focus,
.contact-page .php-email-form textarea:focus {
  border-color: var(--terzo);
}

.contact-page .php-email-form input[type=text]::placeholder,
.contact-page .php-email-form input[type=email]::placeholder,
.contact-page .php-email-form input[type=tel]::placeholder,
.contact-page .php-email-form textarea::placeholder {
  color: var(--nero);
}

.contact-page .info-item+.info-item {
    margin-top: 40px;
}

.contact-page button{
  color: var(--nero);
}

.contact-page p{
  color: var(--nero);
}

.allegato{
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-weight: 200;
  line-height: 20px;
  color: var(--nero);
  font-size: 20px;
}

.allegato::-webkit-file-upload-button {
  visibility: hidden;
}
.allegato::before {
  content: 'Allega CV';
  display: inline-block;
  padding: 5px 18px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid var(--terzo);
  border-radius: 50px;
  height: 48px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--nero);
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.allegato:hover::before {
  border-color: var(--primo);
}
.allegato:active::before {
  background: var(--terzo);
}

.nota{
  position: relative;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 0 20px;
}

.gallery{
  position: relative;
  background-color: var(--bianco);
}

.gallery h3{
  margin-bottom: 0;
  color: var(--primo)
}
/* FINE PAGINE INTERNE */

/* STILI PER MOBILE */
@media only screen and (min-width: 1920px) {
}

@media only screen and (max-width: 1400px) {
  body p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 16px;
    line-height: 24px;
  }
  .header .logo h2 {
    font-size: 32px;
  }
  .hero h1{
    font-size: 90px;
  }
  .hero p{
    font-size: 20px;
    line-height: 30px;
  }
  .navmenu a,
  .navmenu a:focus {
    font-size: 14px;
   }
  .title-section{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .subtitle-section{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .section-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .menu .menu-filters li {
    font-size: 12px;
    line-height: 12px;
  }
  .cta-btn {
    font-size: 16px;
    line-height: 24px;
  }
  .storia .card-item h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .storia .card-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact .info-item h3,
  .contact-page .info-item h3 {
    font-size: 20px;
  }
  .contact .info-item p,
  .contact-page .info-item p {
    font-size: 16px;
  }
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea,
  .contact-page .php-email-form input[type=text],
  .contact-page .php-email-form input[type=email],
  .contact-page .php-email-form textarea {
    font-size: 16px;
  }
  .footer .footer-about .logo span {
    font-size: 32px;
  }
  .footer .footer-about p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .footer-links ul a {
    line-height: 24px;
    font-size: 16px;
  }
  .footer .credits {
    font-size: 16px;
    line-height: 16px;
  }

  .allergeni h4{
    position: relative;
    color: var(--nero);
    font-size: 28px;
    line-height: 28px;
  }

  .allergeni h4 span{
    font-size: 16px;
    line-height: 16px;
  }

  .page-title h1{
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1239px) {
}

@media only screen and (max-width: 1199px) {
  .mobile-nav-active .navmenu {
    overflow:visible;
    background-color: var(--nero-trasp);
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 0px;
    padding: 10px 0;
    margin: 0;
    border-radius: 0px;
    background-color: var(--primo);
    border: 0px;
    overflow-y:visible;
    height: 100vh;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 9998;
  }
  .navmenu a,
  .navmenu a:focus {
    position: relative;
    color: var(--bianco);
    padding: 10px 20px;
    letter-spacing: 1px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li.current-menu-item a{
    color: var(--terzo);
  }
  .navmenu a::before{
    content: "";
    position: absolute;
    display: block;
    bottom:0px;
    left: 15px;
    height: 1px;
    width: 0;
    background-color: var(--terzo);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .navmenu a:hover::before,
  .navmenu a.active::before,
  .navmenu li.current-menu-item a::before{
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1043px) {
}

@media only screen and (max-width: 991px) {
  .section_video .mask {
  	background: var(--nero-trasp2);
  }

  .pausa-pranzo,
  .orario,
  .prenota,
  .prenota-interno{
    padding-bottom: 480px;
  }

  .pausa-pranzo::before{
    width: 100%;
    height: calc(100% - 360px);
    top:0;
    left: 0;
  }

  .orario::before{
    width: 100%;
    height: calc(100% - 360px);
    top:0;
    left: 0;
  }

  .prenota::before{
    width: 100%;
    height: calc(100% - 360px);
    top:0;
    left: 0;
  }

  .prenota-interno::before{
    width: 100%;
    height: calc(100% - 360px);
    top:0;
    left: 0;
  }

  .content-box{
    min-height: 320px;
    height:auto !important;
    height: 320px;
  }

  .img-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 2/1;
      // Fallback
      @supports not (aspect-ratio: 2/1) {
      &::before {
        float: left;
        padding-top: 50%;
        content: "";
      }

      &::after {
        display: block;
        content: "";
        clear: both;
      }
    }
  }
  .allergeni ul li{
    width: 25%;
  }

  .content-box_sx{
    padding-right: 0px;
  }

  .content-box_dx{
    padding-left: 0px;
  }

  .pagina-interna_01::before{
    width: 100%;
  }

  .pagina-interna_02::before {
      width: 100%;
  }

  .pagina-interna_03::before {
      width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .allergeni ul li{
    width: 33.3%;
  }

  .footer-links{
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .footer-links ul{
    margin-top: 0!important;
  }

  .social-links{
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 620px) {
}

@media only screen and (max-width: 575px) {
  .allergeni ul li{
    width: 50%;
  }

  .hero h1{
    font-size: 60px;
  }
  .hero p{
    font-size: 14px;
    line-height: 21px;
  }

  .navmenu a,
  .navmenu a:focus {
    font-size: 24px;
  }

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 14px;
    line-height: 21px;
  }

  .title-section{
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 44px;
  }

  body p{
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 20px 0;
  }

  .subtitle-section{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .menu .menu-item {
    margin-top: 25px;
    position: relative;
    min-height: 120px;
    height:auto !important;
    height: 120px;
  }

  .allergeni h4{
    font-size: 24px;
    line-height: 24px;
  }

  .allergeni h4 span{
    font-size: 14px;
    line-height: 14px;
  }

  .allergeni p{
    font-size: 14px;
    line-height: 21px;
  }

  .storia .card-item h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .storia .card-item p {
    font-size: 14px;
    line-height: 21px;
  }
  .contact .info-item h3,
  .contact-page .info-item h3 {
    font-size: 16px;
  }
  .contact .info-item p,
  .contact-page .info-item p {
    font-size: 14px;
  }

  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea,
  .contact-page .php-email-form input[type=text],
  .contact-page .php-email-form input[type=email],
  .contact-page .php-email-form textarea {
    font-size: 14px;
  }

  .footer .footer-about p {
    font-size: 14px;
    line-height: 18px;
  }
  .footer .footer-links ul a {
    line-height: 21px;
    font-size: 14px;
  }
  .footer .credits {
    font-size: 14px;
    line-height: 14px;
  }

  .page-title h1{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 559px) {
}

@media only screen and (max-width: 479px) {

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {

}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (orientation: landscape) {
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-btn {
  color: var(--nero);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-btn:hover {
  background-color: var(--terzo)!important;
}

.contact.section input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-btn {
  color: var(--terzo);
}

.contact.section input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-btn:hover {
  color: var(--nero);
}

.contact-page .wpcf7-list-item-label {
  color: var(--nero)!important;
}

.info-item a {
  color: var(--primo)!important;
}

.info-item a:hover {
  color: var(--terzo)!important;
}

.info-item a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--terzo);
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.info-item a:hover::before {
  width: 100%;
}

.contact.section .info-item a{
  color: var(--bianco)!important;
}

.contact.section .info-item a:hover{
  color: var(--terzo)!important;
}

.contact.section .info-item a::before {
  width: 100%!important;
  background-color: var(--bianco)!important;
}

.contact.section .info-item a:hover::before {
  width: 0%!important;
  background-color: var(--terzo)!important;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	 color: var(--nero)!important;
}

.contact-page span.wpcf7-form-control-wrap {
    color: var(--nero);
}


.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
	 color: var(--nero)!important;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
	 color: var(--nero)!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
	 color: var(--nero)!important;
}
