.footer-social a.vt_fixed {
  color: #fff;
  background: #a09167;;
  text-decoration: none;
  font-size: 13px;
  padding: 0px 10px;
  width: auto;
  height: auto;
  border-radius: unset;
  font-family: 'FuturaCondensed', sans-serif;
  position: relative;
  top: -3px;
}

.page-action.scopri {
  width: auto;
  padding: 0 10px;
}

.page-action.scopri span {
  font-size: 15px;
  font-family: 'FuturaCondensed', sans-serif;
  text-transform: uppercase;
}

.page-action.scopri i {
  font-size: 20px;
}

@media screen and (max-width: 391px) {
  .footer-social a.vt_fixed {
    top: 5px;
  }
}

.banner_covid {
  display: none;
  position: fixed;
  top: 100px;
  right: 0;
  background: #fff;
  border-bottom: 5px solid #9D7228;
  padding: 13px;
  font-size: 15px;
  z-index: 12;
}

.banner_covid a {
  color: #000;
}

.form-booking__col .submit {
  border: none;
}

.logo-travel {
  height: 120px;
  margin-top: 25px;
}

div#eighty_hotel_reviews_widget {
  z-index: 9;
}

.banner-book {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #a09167;;
  padding: 15px 20px;
  color: #a09167;;
  display: inline-flex;
  align-items: center;
}

.banner-book__link {
  font-size: 20px;
}

.banner-book__label {
  font-family: "FuturaCondensed",sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 10px;
  max-width: 130px;
  font-size: 15px;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .banner-book {
    left: 10px;
    width: calc(100% - 20px);
    justify-content: center;
  }

  .banner-book__label {
    max-width: none;
  }
}

.header-menu ul li[data-page='8544']:before {
  display: none;
}

.header-menu ul li[data-page='8544']:after{
  display: none;
}

.header-menu ul li:last-child{
  display: none;
} 

.logo-travel{
  display: none;
}


/* PRENOTA UN TAVOLO STILE */
.prenota-container{
   display: none;
}

.prenota-tavolo{
   position: fixed;
   width: 50px; 
   height: 50px;
   z-index: 10;
   left:0; 
   top: 600px;
   background: #a09167;;
   color: white;
   display: flex;
   align-items: center;
   justify-content: center;
}
.body-scroll .prenota-tavolo{
   width: 200px;
}
.body-scroll .prenota-container{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: row;

}
.prenota-tavolo i{
   font-size: 21px;
}
.body-scroll .prenota-tavolo i{

   margin-right: 5px;
}
@media screen and (max-width: 1024px){
  .prenota-tavolo {
  position: absolute;
  width: calc(100% - 20px);
  height: 50px;
  z-index: 10;
  left: 10px;
  top: 470px;
  background: #a09167;;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a09167;;
  }
  .prenota-tavolo i{
    margin-right: 5px;
  } 
  .prenota-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  }
  .body-scroll .prenota-tavolo{
      width:calc(100% - 20px);
  }

  .header-menu ul li:last-child{
    display: block;
  }

  .header-menu ul li:nth-last-child(2){
    display: none;
  }
    
}