/* Common */
summary {
  cursor: pointer;
}

/* Menu */
.header .navigation .navigation-show.nav-icon {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1140px) {
  .header .navigation > ul > li > a {
    font-size: 1.3rem;
    margin: 0 1.2rem;
  }
}
@media only screen and (max-width: 380px) {
  .header .navigation .nav-icon {
    padding-left: 0!important;
  }
  .header .navigation .v-align-middle {
    padding-left: 0!important;
  }
}

/* Mobile menu */
.overlay-navigation-wrapper {
  background-color: #faf7f5;
}
.overlay-navigation > ul > li > a {
  font-size: 3rem;
  line-height: 1.2;
}

/* SVG icons */
.svg-icon {
  width: 1.8em;
  height: 1.8em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #000;
}
.svg-icon-menu {
  width: 2.6rem;
  height: 2.6rem;
}

/* Footer */
@media only screen and (min-width: 769px) {
  .footer .column.bordered {
    border-inline: 1px solid #fff;
  }
}
.footer .footer-bottom {
  line-height: 1.4rem;
}
.footer .besafe-section {
  text-align: center;
  padding-top: 20px;
}
.footer .besafe-section img {
  max-width: 150px;
  height: auto;
  display: inline-block;
}
.footer .besafe-section p {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

/* ESPA */
#espa-btn {
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  #espa-btn {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 999;
  }
}

/* WhatsApp */
#chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  z-index: 999;
}

/* Cookie Consent */
#cc-main {
  /* Main */
  --cc-bg: #faf7f5;
  --cc-primary-color: #000;
  --cc-secondary-color: #605F5E;
  --cc-modal-border-radius: .3rem;

  /* Font */
  --cc-font-family: 'Poppins', 'Helvetica Neue', sans-serif;

  /* Buttons */
  --cc-btn-primary-bg: #a39c77;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #4b4423;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);

  --cc-btn-secondary-bg: #faf7f5;
  --cc-btn-secondary-border-color: #faf7f5;
  --cc-btn-secondary-hover-bg: #fff;
  --cc-btn-secondary-hover-border-color: #fff;

  --cc-btn-border-radius: .3rem;
}

/* Terms */
.page-terms li {
  margin-block: 1rem;
}

/* Offers */
.page-offers li {
  margin-block: 1rem;
}

/* Lightbox */
.tm-lightbox {
  background: rgba(255,255,255,.9);
}
.tml-nav {
  color: #000;
  font-size: 2.6rem;
}
#tml-tool-bar {
  display: none;
  visibility: hidden;
}

/* Restaurant */
.page-resto #page-resto-about .row.flex {
  align-items: center;
}

.page-resto #page-resto-about .row.flex .column:first-child {
  align-self: end;
}

/* Accommodation */
.room-facilities .width-3 {
  min-height: 80px;
}
.room-type {
  padding-block: 1rem 12rem;
}
@media only screen and (max-width: 960px){
  .room-facilities .width-3 {
    width: 50%;
  }
  .room-type .width-7 {
    width: 100%;
  }
  .room-type .width-5 {
    width: 100%;
    margin-top: 4rem;
  }
}
.rooms-slider .tms-slide {
  background-size: cover!important;
}
.room-disclaimer {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}

/* Location */
.page-location .hero-5 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hero-5 .media-column {
    position: relative;
    height: 500px;
  }
}

/* Home - about */
@media only screen and (max-width: 960px) {
  .page-home .page-home-about .width-5,
  .page-home .page-home-about .width-6 {
    width: 100%;
  }
  .page-home .page-home-about .offset-1 {
    margin-left: 0;
  }
}

/* Home - restaurants */
@media only screen and (max-width: 960px) {
  .page-home .page-home-restaurants {
    padding-top: 1rem;
  }
  .page-home .page-home-restaurants .width-5,
  .page-home .page-home-restaurants .width-6 {
    width: 100%;
  }

  .page-home .page-home-restaurants .page-home-restaurants-images .width-6 {
    width: 50%;
    padding-bottom: 3rem;
  }
  .page-home .page-home-restaurants .offset-1 {
    margin-left: 0;
  }
}

/* Home - awards */
.page-home .page-home-awards img {
  filter: grayscale(100%);
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: .2s filter linear, .2s -webkit-filter linear;
}
.page-home .page-home-awards a:hover img {
  filter: grayscale(0%);
}
@media only screen and (max-width: 960px) {
  .page-home .page-home-awards .width-5,
  .page-home .page-home-awards .width-6 {
    width: 100%;
  }
  .page-home .page-home-awards .offset-2 {
    margin-left: 0;
  }
}
.page-home .page-home-awards [class*="content-grid-"] .grid-item {
  width: 33.33333%;
  padding-inline: .4rem;
}

/* Contact */
.contact-form-container .form-response {
  position: relative;
}

/* recaptcha */
.grecaptcha-badge {
  z-index: 1;
}

/* Footer license / adults-only notice */
.footer .copyright small {
  display: block;
  margin-top: 0.5rem;
}