@charset "UTF-8";

/* GLOBAL
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Titillium Web", sans-serif;
  background-color: #FBFBF9;
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  overflow-x: clip !important;
  /* overflow-x: hidden !important; */
  font-weight: 300;
  width: 100%;
  position: relative;
}
body::after {
  content: '';
  isolation: isolate;
  position: fixed;
  width: 15px;
  height: 100vh;
  height: 100dvh;
  z-index: 999999;
  background-color: #0E4B6C;
  left: 0;
  top: 0;
}
body::before {
  content: '';
  isolation: isolate;
  position: fixed;
  width: 15px;
  height: 100vh;
  height: 100dvh;
  z-index: 999999;
  background-color: #0E4B6C;
  right: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  body::after,
  body::before {
    width: 10px;
  }
}

fieldset {
  border: 0;
}

*:focus {
  outline: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.wpml-ls-legacy-list-horizontal li,
.no_list li,
.top_menu li,
.menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.img_fluid {
  display: block;
  width: 100%;
  height: auto;
}

.site_footer img.img_fluid {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.img_rounded {
  border-radius: 50%;
}

.float_sx {
  float: left;
}

.float_dx {
  float: right;
}

.align_sx {
  text-align: left;
}

.align_dx {
  text-align: right;
}

.align_center {
  text-align: center;
}

/* Responsive */
.show_from_menu_css,
.show_from_ds,
.show_from_tl,
.show_from_tp,
.show_from_sl,
.show_from_sp,
.show_from_ss {
  display: none;
}

/* COLORS
----------------------------------------------------------------------------- */

.clr_yellow,
.clr_yellow > a {
  color: #ccb97f;
}

.clr_dark_gold,
.clr_dark_gold > a {
  color: #0E4B6C;
}

.bg_dark_gold {
  background-color: #0E4B6C;
}

.clr_gold,
.clr_gold > a {
  color: #0E4B6C;
}

.bg_gold {
  background-color: #0E4B6C;
}

.clr_light_gold,
.clr_light_gold > a {
  color: #FFD6AA!important;
}

.bg_light_gold {
  background-color: #FFD6AA;
}

.clr_dark,
.clr_dark > a {
  color: #1a1a1a;
  text-decoration: none;
}

.bg_dark {
  background-color: #1a1a1a;
}

.clr_white,
.clr_white a {
  color: #fff;
}

.bg_white {
  background-color: #ffffff;
}

.bg_light {
  background-color: rgba(250, 249, 244, 0.97);
}

/* BUTTONS
----------------------------------------------------------------------------- */

/* TYPOGRAPHY
----------------------------------------------------------------------------- */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  font-family: "Azo Sans", sans-serif;
  line-height: 1.2;
}

.font_1 {
  font-family: "Titillium Web", sans-serif;
}

.font_2 {
  font-family: "Azo Sans", sans-serif;
  letter-spacing: 4px;
}

.text_small.font_2 {
  letter-spacing: 3px;
}

strong {
  font-weight: 600;
}

hr {
  border: 0px;
  border-bottom: 1px solid #dddddd;
  padding: 0px;
  margin: 10px 0;
}

/* Text Helpers */
.uppercase,
.upp {
  text-transform: uppercase;
}

.heading_2,
.heading_3,
.heading_4,
.heading_5,
.heading_6 {
  font-family: "Azo Sans", sans-serif;
  line-height: 1.2;
}

[class^="heading"] > a {
  text-decoration: none;
  display: block;
}

.heading_1 {
  font-size: 45px;
  letter-spacing: 11.25px;
  line-height: 1.15;
}
.heading_2 {
  font-size: 45px;
  letter-spacing: 8px;
  line-height: 1.15;
}
.heading_3 {
  font-size: 30px;
  letter-spacing: 6px;
}
.heading_4 {
  font-size: 24px;
  letter-spacing: 4px;
}
.heading_5 {
  font-size: 18px;
  letter-spacing: 4px;
}
.heading_6 {
  font-size: 12px;
  letter-spacing: 4px;
}

.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}

.text_micro {
  font-size: 9px;
}
.text_mini {
  font-size: 10px;
}
.text_tiny {
  font-size: 12px;
}
.text_small {
  font-size: 14px;
}
.text_default {
  font-size: 16px;
}

/* Editor */

.editor_wysiwyg a {
  text-decoration: none;
  color: #0E4B6C;
}

.editor_wysiwyg a:not(.btn_link):hover {
  text-decoration: underline;
}

.editor_wysiwyg p,
.editor_wysiwyg ul,
.editor_wysiwyg ol {
  margin-bottom: 20px;
}

.editor_wysiwyg ul {
  margin-left: 20px;
}

.editor_wysiwyg strong {
  color: #000000;
  font-weight: 600;
}

.editor_wysiwyg > .reset_heading_padding + h2,
.editor_wysiwyg > .reset_heading_padding + h3,
.editor_wysiwyg > .reset_heading_padding + h4,
.editor_wysiwyg > .reset_heading_padding + h5,
.editor_wysiwyg > .reset_heading_padding + h6 {
  padding-top: 0 !important;
}

.editor_wysiwyg h2,
.editor_wysiwyg h3,
.editor_wysiwyg h4,
.editor_wysiwyg h5,
.editor_wysiwyg h6 {
  margin: 24px 0 16px 0;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 600;
}

.editor_wysiwyg h2 {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 4px;
  color: #0E4B6C;
}

.editor_wysiwyg h3 {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 4px;
  margin-top: 40px;
  color: #0E4B6C;
}

.editor_wysiwyg h4,
.editor_wysiwyg h5 {
  font-size: 15px;
}

.editor_wysiwyg h6 {
  font-size: 12px;
}

.editor_wysiwyg img {
  height: auto;
}

.editor_wysiwyg p:last-child {
  margin-bottom: 0;
}

.editor_wysiwyg table {
  border-collapse: collapse;
}

.editor_wysiwyg table td {
  border: 1px solid #ddd;
  padding: 7px;
}

/* Buttons */
.btn_link {
  font-family: "Azo Sans", sans-serif;
  letter-spacing: 4px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn_link:after,
.overlay .wpml-ls-legacy-list-horizontal a::after {
  bottom: -6px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0px;
}

.btn_link.clr_white:after,
.overlay .wpml-ls-legacy-list-horizontal a:after {
  background: #0E4B6C;
}

.btn_link.clr_gold:after {
  background: #0E4B6C;
}

.btn_link.clr_yellow::after {
  background: #0E4B6C;
}

.btn_link.clr_dark::after {
  background: #1a1a1a;
  opacity: 0.4;
}

.btn_link:hover:after,
.overlay .wpml-ls-legacy-list-horizontal a:hover:after {
  width: 100%;
}

/* LAYOUT
----------------------------------------------------------------------------- */

/* Basic Structure */
.container {
  max-width: calc(900px + 12%);
  padding-left: 6%;
  padding-right: 6%;
  overflow: clip;
  /* overflow: hidden; */
  margin: auto;
  width: 100%;
}

.container_large,
.acf_slideshow,
.acf_image,
.site_footer > .container,
.map_wrapper {
  max-width: calc(1240px + 12%);
  margin: auto;
  position: relative;
}
/*
.acf_editor .heading_1,
.acf_download,
.editor_wysiwyg,
.js_accordion_menu {
  padding-right: 26%;
}
*/

.acf_gift_voucher .js_accordion_menu,
.acf_gift_voucher .editor_wysiwyg,
.page-template-blank .editor_wysiwyg {
  padding-right: 0;
}

.acf_editor + .acf_editor,
.acf_editor + .acf_menu,
.acf_menu + .acf_mosaic,
.acf_editor + .acf_slideshow > .set_pt_x12,
.acf_accordion + .acf_slideshow > .set_pt_x12,
.acf_editor + .acf_box_img_txt > .container:first-of-type,
.acf_editor + div > .acf_slideshow > .set_pt_x12 {
  padding-top: 0;
}

.acf_editor a {
  color: inherit;
}

/* Paddings */
.set_pt_x1 {
  padding-top: 8px;
}
.set_pb_x1 {
  padding-bottom: 8px;
}
.set_pt_x2 {
  padding-top: 16px;
}
.set_pb_x2 {
  padding-bottom: 16px;
}
.set_pt_x3 {
  padding-top: 24px;
}
.set_pb_x3 {
  padding-bottom: 24px;
}
.set_pt_x4 {
  padding-top: 32px;
}
.set_pb_x4 {
  padding-bottom: 32px;
}
.set_pt_x5 {
  padding-top: 40px;
}
.set_pb_x5 {
  padding-bottom: 40px;
}
.set_pt_x6 {
  padding-top: 48px;
}
.set_pb_x6 {
  padding-bottom: 48px;
}
.set_pt_x7 {
  padding-top: 56px;
}
.set_pb_x7 {
  padding-bottom: 56px;
}
.set_pt_x8 {
  padding-top: 64px;
}
.set_pb_x8 {
  padding-bottom: 64px;
}
.set_pt_x9 {
  padding-top: 72px;
}
.set_pb_x9 {
  padding-bottom: 72px;
}
.set_pt_x10 {
  padding-top: 80px;
}
.set_pb_x10 {
  padding-bottom: 80px;
}
.set_pt_x11 {
  padding-top: 88px;
}
.set_pb_x11 {
  padding-bottom: 88px;
}
.set_pt_x12 {
  padding-top: 96px;
}
.set_pb_x12 {
  padding-bottom: 96px;
}
.set_pt_x13 {
  padding-top: 104px;
}
.set_pb_x13 {
  padding-bottom: 104px;
}
.set_pt_x14 {
  padding-top: 112px;
}
.set_pb_x14 {
  padding-bottom: 112px;
}
.set_pt_x15 {
  padding-top: 120px;
}
.set_pb_x15 {
  padding-bottom: 120px;
}
.set_pt_x16 {
  padding-top: 140px;
}
.set_pb_x16 {
  padding-bottom: 140px;
}
.set_pt_x17 {
  padding-top: 160px;
}
.set_pb_x17 {
  padding-bottom: 160px;
}
.set_pt_x18 {
  padding-top: 160px;
}
.set_pb_x18 {
  padding-bottom: 160px;
}

.set_pl_x1 {
  padding-left: 2%;
}
.set_pr_x1 {
  padding-right: 2%;
}
.set_pl_x2 {
  padding-left: 4%;
}
.set_pr_x2 {
  padding-right: 4%;
}
.set_pl_x3 {
  padding-left: 6%;
}
.set_pr_x3 {
  padding-right: 6%;
}
.set_pl_x4 {
  padding-left: 8%;
}
.set_pr_x4 {
  padding-right: 8%;
}
.set_pl_x5 {
  padding-left: 10%;
}
.set_pr_x5 {
  padding-right: 10%;
}

/* Columns Grid */
.grid_2,
.grid_3,
.grid_4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.col {
  float: left;
  margin-right: 4%;
}

.grid_2 .col {
  width: 46%;
  margin-right: 8%;
}

.grid_3 .col {
  margin-right: 5%;
  width: 30%;
}

.grid_4 .col {
  width: 22%;
}

.grid_2 .col:nth-child(2n),
.grid_3 .col:nth-child(3n),
.grid_4 .col:nth-child(4n) {
  margin-right: 0;
}

/* GRAPHIC ELEMENTS
----------------------------------------------------------------------------- */
.overlay_pattern {
  width: 100%;
  height: 100%;
  background: url("../img/overlay-pattern.svg");
  position: fixed;
  top: 0px;
  z-index: 9999;
  pointer-events: none;
  margin: 0 auto;
  left: 11.5%;
  background-repeat: no-repeat;
}

.no_scroll .overlay_pattern {
  z-index: 999999999999;
}

/* Zoom Effect */
.zoom_effect {
  overflow: hidden;
  position: relative;
  display: block;
}

.zoom_effect img {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zoom_effect:hover img {
  transform: scale(1.07);
}

/* Embed Video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* MENU
----------------------------------------------------------------------------- */
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(250, 249, 244, 0.85);
  transform: rotate(0);
  padding-right: 6%;
  padding-left: 6%;
  box-sizing: border-box;
  transition: 0.5s all;
  z-index: 99999;
}

.site_header_right {
  align-items: center;
  display: flex;
}

.site_header .overlay .overlay_content {
  overflow: auto;
}


.site_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.site_logo > img {
  width: 180px;
  max-width: 55vw;
  height: auto;
}

.site_header > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 140px;
}

.site_header + .page_hero,
.acf_video.page_hero{
  margin-top: 140px;
}

.site_header .btn_link {
  position: relative;
  z-index: 999;
  letter-spacing: 2px;
  font-size: 13px;
}

.site_header .btn_link::before {
  background: #0E4B6C;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}

.site_header {
	transform: translate(0%, 0%);
}
.site_header.scrollUp {
	transform: translate(0%, -100%);
}

/* Lang Switcher */
.wpml-ls-legacy-list-horizontal {
  text-transform: uppercase;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 300;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
  color: #0E4B6C;
  letter-spacing: 2px;
  position: relative;
  top: -2px;
  margin-right: 56px;
}

/* Menu Burger */
.js_menu_trigger {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999999999999;
}

.js_menu_trigger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #0E4B6C;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.js_menu_trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.js_menu_trigger span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.js_menu_trigger:not(.open):hover span:nth-child(1) {
  width: 20px;
}

.js_menu_trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 9px;
}

.js_menu_trigger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/* Menu Overlay  */
body.no_scroll {
  position: fixed !important;
}

.site_header.expanded {
  background-color: rgba(250, 249, 244, 1);
  background-image: none;
  clip-path: none;
  width: 100%;
  z-index: 999999;
  height: 100vh;
}

.site_header.expanded::after {
  content: '';
  isolation: isolate;
  position: fixed;
  width: 15px;
  height: 100svh;
  z-index: 999999;
  background-color: #0E4B6C;
  left: 0;
  top: 0;
}
.site_header.expanded::before {
  content: '';
  isolation: isolate;
  position: fixed;
  width: 15px;
  height: 100svh;
  z-index: 999999;
  background-color: #0E4B6C;
  right: 0;
  top: 0;
}

.overlay {
  font-family: "Azo Sans", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: visible;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  text-align: center;
  top: 0;
}

.overlay.show_links {
  display: block !important;
  transition: 0.3s ease-in all;
}

.overlay.show_links > .overlay_content {
  position: relative;
  isolation: isolate;
}
.overlay.show_links > .overlay_content::after {
  content: none;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: none;
}

.overlay_content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}

.overlay_content .menu li {
  display: block;
  margin: 30px 0;
}

.overlay_content .menu a {
  color: #777777;
  text-decoration: none;
  font-size: 45px;
  letter-spacing: 15px;
  transition: all ease-in-out 0.25s;
}

.overlay_content .menu li:hover a,
.overlay_content .menu li.current-menu-item a {
  color: #0E4B6C;
}

.menu_booking_link {
  display: none !important;
}

.menu_booking_link a {
  color: #0E4B6C !important;
  font-size: 16px !important;
  display: block;
  margin-top: 40px;
  font-weight: 300;
}

@media screen and (max-height: 900px) {
  .overlay_content > div:not(.ls) {
    top: 16px;
    position: relative;
  }

  .overlay_content .menu li {
    margin: 16px 0;
  }

  .overlay_content .menu li a {
    font-size: 20px;
  }
}

/* Lang Switcher */
/*.overlay .wpml-ls-legacy-list-horizontal {
  position: absolute;
  top: 65px;
  right: 65px;
  padding: 0 !important;
}*/

.overlay .wpml-ls-legacy-list-horizontal a {
  font-family: "Azo Sans", sans-serif;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #0E4B6C;
  padding: 0 !important;
}

/* FOOTER
----------------------------------------------------------------------------- */
.site_footer {
  border-top: 1px solid #ededed;
  letter-spacing: 0.4em;
  font-size: 10px;
  letter-spacing: 3px;
  font-family: "Azo Sans", sans-serif;
  background: #fff;
  position: relative;
  z-index: 10050;
}

.site_footer .site_logo {
  position: static;
  left: auto;
  top: auto;
  transform: none;
}

.footer_grid .col {
  margin: 0;
  width: 25%;
}

.site_footer .col_title{
  position: relative;
}

.site_footer .col_title:after{
  content: "";
  width: 48px;
  height: 1px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #0E4B6C;
}

.site_footer a {
  text-decoration: none;
}

/* Socials */
.social a {
  display: inline-block;
  margin: 0 5px;
}

.social i {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.social .facebook_link i {
  background-image: url("../img/ico_facebook.svg");
}

.social .whatsapp_link i {
  background-image: url("../img/ico_whatsapp.svg");
}

.social .instagram_link i {
  background-image: url("../img/ico_instagram.svg");
  position: relative;
  top: 1px;
}

/* Banner Prenota */
.page-template-booking .banner_prenota,
.single-gift-cards .banner_prenota {
  display: none;
}

.banner_prenota {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  background: #faf9f4;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.banner_prenota > a {
  display: block;
  width: 100%;
  padding: 18px 30px;
  position: relative;
  text-decoration: none;
}

.banner_prenota > a > span {
  position: relative;
  font-size: 13px;
}

.banner_prenota > a > span:after {
  bottom: -6px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
  background: #0E4B6C;
}

/* Back to Top */
.js_back_to_top {
  position: fixed;
  cursor: pointer;
  z-index: 999993;
  opacity: 0;
  right: calc(8% - 24px);
  bottom: 60px;
  display: block;
  width: 48px;
  height: 24px;
  transition: all ease-in-out 0.2s;
}

.js_back_to_top.show {
  opacity: 1;
}

/* When we are over the (white) footer, switch the icon to the brand blue for contrast */
.js_back_to_top.white img{
  filter: brightness(0) saturate(100%) invert(16%) sepia(73%) saturate(1345%) hue-rotate(176deg) brightness(93%) contrast(92%);
}

/* Banner cookie */
#cookie-law-info-bar {
  z-index: 9999999;
  text-align: left;
  font-size: 8px;
  letter-spacing: 0;
  padding: 24px;
  background-color: #0E4B6C!important;
}

#cookie-law-info-bar a {
  position: relative;
  cursor: pointer;
}

#cookie-law-info-bar a::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0.5;
}

#cookie-law-info-bar .msg_ita,
#cookie-law-info-bar .msg_eng {
  display: none;
}

html[lang="it-IT"] #cookie-law-info-bar .msg_ita,
html[lang="en-US"] #cookie-law-info-bar .msg_eng {
  display: block;
}

#cookie-law-info-bar .cli-bar-btn_container a {
  display: inline-block;
  margin-left: 40px;
}

#cookie-law-info-again {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .cli-bar-container {
    display: block;
  }

  .cli-bar-btn_container {
    margin: 30px 0 0 0;
  }

  #cookie-law-info-bar .cli-bar-btn_container a {
    margin-left: 0;
    margin-right: 40px;
  }
}

/* Site Footer */
.valentino_footer {
  letter-spacing: 1.78px;
  font-family: "Azo Sans", sans-serif;
  position: relative;
  z-index: 99999;
  background: #fff;
  border-top: 1px solid #ededed;
  padding: 0 6%;
  text-align: left;
}

.valentino_footer .text_mini {
  letter-spacing: 4px;
}

.valentino_restaurants {
  font-size: 8px;
  display: flex;
  justify-content: space-between;
}

.valentino_restaurants > a {
  background: rgba(250, 249, 244, 0.97);
  display: flex;
  width: 33.2%;
  align-items: center;
  text-decoration: none;
  padding: 18px 28px 12px 28px;
  min-height: 102px;
}

.valentino_restaurants > a > span {
  display: block;
  padding-left: 8%;
  line-height: 16px;
}

.copyright > div {
  justify-content: space-between;
  font-size: 8px;
  display: flex;
  letter-spacing: 2.4px;
}

.copyright a {
  font-size: 8px;
  text-decoration: none;
  letter-spacing: 2.4px;
}

.footer_menu li {
  margin-right: 20px;
}

.copyright .wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  border: 0 !important;
}

.copyright .wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
  position: relative;
  top: -1px;
  margin-left: 30px;
  color: inherit;
}

.footer_logo_mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .footer_logo_desktop {
    display: none;
  }

  .footer_logo_mobile {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
  }

  .valentino_restaurants > a > div {
    min-width: 150px;
  }

  .valentino_restaurants > a > span {
    padding-left: 0;
  }

  .valentino_footer {
    text-align: center;
    padding-bottom: 4rem;
  }

  .valentino_footer .text_mini {
    margin: 24px 0;
  }

  .valentino_restaurants {
    display: block;
  }

  .valentino_restaurants > a {
    width: 100%;
    margin-bottom: 3px;
  }

  .copyright {
    padding: 32px 0;
  }

  .copyright > div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .copyright > div > ul {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 420px) {
  .valentino_restaurants > a {
    padding: 18px;
  }

  .valentino_restaurants > a.valentino_footer_aalto {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* LAYOUT ELEMENTS
----------------------------------------------------------------------------- */
.page_wrapper {
  /*background-image: url(../img/texture/iyo_texture_origami_04.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;*/
  /*mix-blend-mode: multiply;*/
}

.page_hero {
  position: relative;
  height: 100vh;
  height: 100svh;
}

.page_hero.page_hero--bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page_hero > img {
  width: 100%;
  /*max-width: 100%;
  height: calc(100vh - 140px);*/
  aspect-ratio: 80 / 39;
  object-fit: cover;
  height: 100%;
}

.page_hero > video{
    width: 100%;
    height: auto;
}

body.single-gift-cards .page_hero > img {
  height: calc(100vh - 440px);
}

.page_hero .container {
  position: absolute;
  z-index: 20;
  bottom: 80px;
}

/* Scroll Down */
.scroll_down {
  font-family: "Azo Sans";
  color: #fff;
  font-size: 9.5px;
  margin: 0 0 50px 0;
  font-weight: 400;
  display: block;
  letter-spacing: 0.526em;
  position: absolute;
  z-index: 21;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
}

.arrow-animation {
  height: 60px;
  margin-top: 23px;
  overflow: hidden;
  position: relative;
}

.arrow-animation .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-animation .arrow span {
  display: block;
  width: 30px;
  height: 30px;
  margin: -100px 0 0 18px;
  animation: animate 1.5s infinite;
  transition-timing-function: ease-in;
  transition: 0.7s;
}

@keyframes animate {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(-20px);
  }
  50% {
    opacity: 1;
    transition-timing-function: ease-out;
    transition: 0.25s;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg) translateY(200px);
  }
}

.box-gold {
  background-color: #0E4B6C;
  color: #fff;
}

/* ACF MODULES
----------------------------------------------------------------------------- */

/* Banner */
:last-of-type(.acf_banner) {
  opacity: 0.4;
}

.banner {
  position: relative;
}

.banner > div {
  position: absolute;
  z-index: 1;
  bottom: 30px;
}

.banner img {
  aspect-ratio: 169 / 85;
  object-fit: cover;
  filter: brightness(90%);
}

/* Slideshow & Image */
/*.acf_slideshow,
.acf_image {
  padding-left: 24%;
}*/

.swiper-pagination {
  position: absolute;
  bottom: auto !important;
  width: auto !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  right: 0;
  top: 50%;
}

.swiper-pagination-bullet {
  color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 10px 0 !important;
  width: 50px !important;
  background: none;
  display: flex;
  align-items: center;
  transform: translateX(20px);
  transition: all linear 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: translateX(0);
}

.swiper-pagination-bullet span {
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
}

.swiper-pagination .swiper-pagination-bullet i {
  font-size: 8px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 3px;
  margin-right: 8px;
  font-weight: 400;
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 64px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  transform: translateY(-50%);
}

.swiper-button-next {
  background-image: url("../img/ico_arrow_dx.svg");
  right: 28px;
}

.swiper-button-prev {
  background-image: url("../img/ico_arrow_sx.svg");
  left: 28px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* Accordion */
.acf_image + .acf_accordion {
  padding-top: 0 !important;
}

.js_accordion > h6 {
  cursor: pointer;
}

.js_accordion_menu > h3 {
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  position: relative;
}

.js_accordion_menu > h3.ui-accordion-header-active:after {
  font-family: "Titillium Web", sans-serif;
  /* content: "euro"; */
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 1.17px;
  font-size: 14px;
}

.js_accordion_menu > h3.ui-accordion-header-active.menu_degustazione:after {
  position: absolute;
  right: 0;
  top: -12px;
}

.menu_degustazione_price {
  position: relative;
  display: none;
  top: -3px;
}

.js_accordion_menu > h3.ui-accordion-header-active .menu_degustazione_price {
  display: block;
}

.menu_degustazione_price,
.menu_portata_price {
  text-transform: lowercase;
  letter-spacing: 1.17px;
  text-align: right;
}

.asterisco{
    width: 13px;
    height: 13px;
    position: relative;
    top: -3px;
}

.ui-accordion-header-icon {
  display: none;
}

li.aalto_menu_item {
  justify-content: space-between;
  display: flex;
}

.circle {
  position: absolute;
  left: -32px;
  height: 18px;
  width: 18px;
  display: block;
}

.ui-state-default .circle .horizontal {
  position: absolute;
  background-color: #0E4B6C;
  width: 18px;
  height: 1px;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -0.5px;
}

.ui-state-default .circle .vertical {
  position: absolute;
  background-color: #0E4B6C;
  width: 1px;
  height: 18px;
  left: 50%;
  margin-left: -0.5px;
  top: 50%;
  margin-top: -9px;
}

.ui-accordion-header-collapsed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

.ui-accordion-header-collapsed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.ui-accordion-header-active .circle .horizontal {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.ui-accordion-header-active .circle .vertical {
  transition: all 0.25s ease-in-out;
  transform: rotate(90deg);
}

.ui-accordion-header-collapsed .clr_gold {
  color: #1a1a1a;
}

.ui-accordion-header-collapsed .clr_gold:after {
  background: #1a1a1a;
}

.menu_portata_notes {
  font-size: 11px;
  max-width: 70%;
  margin-top: 40px;
  font-weight: 400;
}

/* Download */
.acf_download,
.acf_download span {
  font-size: 12px;
  text-decoration: none;
  display: block;
  font-weight: 400;
}
.acf_download .download_trigger {
  font-size: 10px;
}
.acf_download .heading_4 {
  font-size: 20px;
  font-weight: 300;
}

.download_trigger,
.booking_link {
  border-bottom: 1px solid;
  text-align: right;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

/* Gift Voucher */
.acf_gift_voucher {
  background-color: #0E4B6C;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.acf_gift_voucher::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.10;
  background: url("../img/texture/texture_gift-card_cut.svg") no-repeat center center;
  background-size: cover;
}

.acf_gift_voucher > .container.flex {
  align-items: center;
  display: flex;
}

/* Box Img + Txt */
.acf_box_img_txt > .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.acf_box_img_txt picture img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.acf_box_img_txt > .container > * {
  width: 47.5%;
}

.acf_box_img_txt > .container:nth-child(2n) {
  flex-direction: row-reverse;
}

.acf_box_img_txt .editor_wysiwyg {
  padding-right: 0;
}

/* CONTATTI
----------------------------------------------------------------------------- */
.map_wrapper {
  width: 100%;
  height: 480px;
}

.col_contact a {
  color: inherit;
  text-decoration: none;
}

.col_contact a:hover {
  border-bottom: 1px solid #444;
}

/* BLANK PAGE
----------------------------------------------------------------------------- */
.container_blank_page {
  min-height: 100vh;
}

/* Blank pages (privacy/cookie, etc.)
   Make header participate in layout so content never slides under it. */
body.page-template-blank .site_header {
  position: sticky;
}

/* Add breathing room under the header (desktop) */
body.page-template-blank .container_blank_page {
  padding-top: 64px !important;
}

/* GIFT CARDS FUNNEL
----------------------------------------------------------------------------- */

/* Form */
.dynamichidden-326 {
  display: none;
}

.input_wr {
  margin-bottom: 42px;
  width: 48%;
}

.input_wr.fullwidth {
  width: 100%;
}

body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body .gform_wrapper select,
body .gform_wrapper textarea,
.input_wr input,
.input_wr textarea,
.input_wr select,
#cf7pp_stripe_credit_card_number,
#cf7pp_stripe_credit_card_csv,
#cf7pp_stripe_credit_card_expiration,
#cf7pp_stripe_credit_card_zip {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  padding: 10px 0 !important;
  border-radius: 0;
  font-weight: 500;
  font-size: 10px;
  font-family: "Azo Sans";
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #333;
}

body .gform-body textarea {
  text-transform: none !important;
}

body .gform_wrapper select,
.input_wr select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/angle-arrow-down.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: right center;
  background-size: 12px auto;
}

select.wpcf7-select:active,
select.wpcf7-select.active {
  font-size: 13px !important;
}

.input_wr textarea {
  resize: none;
}

body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus,
.input_wr input:focus {
  border-bottom: 1px solid #000;
}

/* Placeholders */
::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 10px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 10px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

::placeholder {
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 10px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* Submit & Buttons */
.wpcf7 p a {
  color: inherit;
  text-decoration: underline;
}

.form_navigation {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin: 50px 0 20px 0;
  align-items: baseline;
}

.form_navigation > a {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all linear 0.3s;
  width: 48%;
  display: block;
  padding: 12px 0;
  opacity: 0.5;
  color: #8c8c8c;
}

.form_navigation > a:hover {
  opacity: 1;
}

.form_navigation .submit_wr {
  width: 48%;
  text-align: right;
}

.form_navigation .wpcf7-submit {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  appearance: none;
  border: 0;
  background: none;
  display: block;
  text-align: right;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid;
  cursor: pointer;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../img/ajax-loader.gif");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  display: block !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

/* Errors & Validation */
.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}

.select + .wpcf7-not-valid-tip {
  bottom: -58px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 40px 0;
  border: 0;
  background: #1a1a1a;
  font-family: "Azo Sans";
  color: #fff;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.payment_note {
  font-size: 11px;
  font-family: "Azo Sans", sans-serif;
}

/* Payment Page - CF7 Stripe */
.cf7pp_row {
  justify-content: space-between;
  display: flex;
}

.cf7pp_details_input {
  max-width: 48%;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 0;
}

.cf7pp_details_input label {
  text-transform: uppercase;
  font-family: "Azo Sans";
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  color: #aaaaaa;
}

.cf7pp_details_input .cf7pp_details_input {
  max-width: 100%;
}

input#stripe-submit {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  appearance: none;
  border: 0;
  background: none;
  display: block;
  text-align: right;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 48%;
  float: right;
}

/* Confirm Page */
.wpcf7 table {
  display: none;
}

@media screen and (max-width: 480px) {
  .input_wr,
  .cf7pp_details_input {
    width: 100% !important;
    float: none !important;
  }

  .input_wr {
    margin-bottom: 32px;
  }

  .form_navigation {
    display: flex;
    flex-direction: column-reverse;
  }

  .form_navigation > a,
  .form_navigation .submit_wr,
  .form_navigation .wpcf7-submit {
    text-align: left;
    width: 100%;
  }

  .form_navigation > a {
    top: -12px;
    position: relative;
  }

  .wpcf7 h3 {
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 1.6;
  }

  .wpcf7 p {
    font-size: 11px;
    font-family: "Azo Sans", sans-serif;
  }
}

/* Gravity Form Restyle (attenzione vanno riportati anche gli stili degli input)*/
.gform_heading,
.gfield.hidden,
.gfield_label {
  display: none !important;
}

.gform_wrapper h3 {
  font-weight: 600 !important;
}

.gfield:not(.gfield_html) {
  margin-bottom: 42px;
}

.gfield p a,
.gfield_consent_label a {
  color: inherit;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  appearance: none;
  border: 0;
  background: none;
  display: block;
  text-align: right;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
}

body .validation_error {
  margin: 40px 0;
  border: 0 !important;
  background: #1a1a1a;
  font-family: "Azo Sans";
  color: #fff !important;
  padding: 14px 20px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  text-align: left !important;
  font-weight: 400 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 0 !important;
  border-bottom: 1px solid !important;
}

.gform_wrapper .validation_message {
  color: #dc3232 !important;
  font-weight: normal !important;
  padding-top: 4px !important;
  letter-spacing: 0.5px !important;
}

.gform_footer > input[type="submit"] {
  width: 50% !important;
  padding-right: 16px !important;
  float: right !important;
}

@media screen and (max-width: 640px) {
  .gfield,
  .gform_footer > input[type="submit"] {
    width: 100% !important;
    padding-right: 0 !important;
    float: none !important;
  }
}

/* SINGLE GIFT CARDS
----------------------------------------------------------------------------- */

/* Form */
.dynamichidden-326 {
  display: none;
}

.input_wr {
  margin-bottom: 50px;
  width: 48%;
}

.input_wr.fullwidth {
  width: 100%;
}

.input_wr input,
.input_wr textarea,
.input_wr select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  padding: 10px 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 9px;
  font-family: "Azo Sans";
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #333;
}

.input_wr textarea {
  resize: none;
}

.input_wr select {
  cursor: pointer;
}

.input_wr input:focus {
  border-bottom: 1px solid #000;
}

/* Placeholders */
::-webkit-input-placeholder {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 9px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 9px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

::placeholder {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 9px;
  font-family: "Azo Sans";
  letter-spacing: 0.562em;
  opacity: 0.7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* Submit & Buttons */
.form_navigation {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin: 50px 0;
}

.form_navigation > a {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all linear 0.3s;
  width: 48%;
  display: block;
  padding: 12px 0;
  opacity: 0.5;
  color: #8c8c8c;
}

.form_navigation > a:hover {
  opacity: 1;
}

.form_navigation .submit_wr {
  width: 48%;
  text-align: right;
}

.form_navigation .wpcf7-submit {
  font-size: 9.5px;
  letter-spacing: 3px;
  font-family: "Azo Sans";
  text-decoration: none;
  appearance: none;
  border: 0;
  background: none;
  display: block;
  text-align: right;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid;
  cursor: pointer;
}

.ajax-loader {
  display: none !important;
}

/* Errors & Validation */
.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}

/* SHOP ONLINE
----------------------------------------------------------------------------- */
.item-flex {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.item-flex > div {
  width: 100%;
}

.single-shop-online .gform_footer {
  width: 100%;
  display: block !important;
  clear: both;
  margin-top: 2rem !important;
}

.menu_title.btn_link {
    font-size: 15px;
}
.menu_title.btn_link.clr_gold:after {
	content: none;
}

.shop_archive_voucher .js_accordion .btn_link {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  position: relative;	
}

/* 404
----------------------------------------------------------------------------- */
.container_404 {
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container_404 .heading_1 {
  font-size: 100px;
  margin-bottom: 40px;
}


/* Carousel Certificazioni */
.swiper-carousel{
    position: relative;
    overflow: hidden;

}


.swiper-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /*aspect-ratio: 4 / 3;*/
}

.swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 28 / 15;
    object-fit: cover;
}

.swiper-carousel-wrapper .swiper-button-prev,
.swiper-carousel-wrapper .swiper-button-next{
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.swiper-carousel-wrapper .swiper-button-prev:after,
.swiper-carousel-wrapper .swiper-button-next:after{
    display: none;
}

.swiper-carousel-wrapper .swiper-button-prev{
    background-image: url("../img/ico_arrow_sx.svg");
    left: -3rem;

}

.swiper-carousel-wrapper .swiper-button-next{
    background-image: url("../img/ico_arrow_dx.svg");
    right: -3rem;
}

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

    .swiper-carousel-wrapper .swiper-button-prev,
    .swiper-carousel-wrapper .swiper-button-next{
        display: none;
    }

    .swiper-carousel-wrapper .swiper-pagination{
        display: flex;
        position: static;   
        margin-top: 3rem;
    }

    .swiper-carousel-wrapper .swiper-pagination-bullet{
        background: #0E4B6C;
        height: 1px;
        width: 2rem !important;
        transform: none !important;
        margin-right: 0.5rem !important;
        opacity: 0.3;
    }
    .swiper-carousel-wrapper .swiper-pagination-bullet-active{
        opacity: 1;
    }

}

/* 404
----------------------------------------------------------------------------- */
.container_404 {
  min-height: calc(100vh - 140px);
  margin-top: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container_404 .heading_1 {
  font-size: 100px;
  margin-bottom: 40px;
}

/* TEXTURES
----------------------------------------------------------------------------- */
.texture {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  margin: 0 auto;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*
	.texture.texture_home{
		background-image: url('../img/texture/texture_home.svg');
		}

	.texture.texture_menu{
		background-image: url('../img/texture/texture_menu.svg');
		}

	.texture.texture_team{
		background-image: url('../img/texture/texture_team.svg');
		height: 280vh;
		}

	.texture.texture_contacts{
		background-image: url('../img/texture/texture_contacts.svg');
		}
	*/

.hp_texture_2 {
  width: 100%;
  height: 200vh;
  position: absolute;
  bottom: -60%;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
}

.acf_editor,
.acf_banner,
.acf_mosaic,
.acf_slideshow,
.map_wrapper,
.acf_box_img_txt {
  position: relative;
  z-index: 2;
}

/* Logo Carousel - Awards */
.item {
  height: auto;
  padding: 1rem;
}
.owl-carousel{
  max-width: calc(100% - 8rem);
  margin: auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
  position: absolute !important;
  height: 100% !important;
  top: 0 !important;
  width: 4rem !important;
  display: block !important;
  background-position:  center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-size: 28px auto !important;
}
.owl-nav .owl-prev{
  background-image: url('../img/ico_arrow_sx_grey.svg') !important;
  left: -4rem !important;
}
.owl-nav .owl-next{
  background-image: url('../img/ico_arrow_dx_grey.svg') !important;
  right: -4rem !important;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
  display: none !important;
}
.owl-nav .owl-prev:after{
  content: '';
  position: absolute;
  width: 40px;
  right: -2.5rem;
  background: linear-gradient(90deg, #FFFFFF, transparent);
  top: 0;
  height: 100%;
}
.owl-nav .owl-next:after{
  content: '';
  position: absolute;
  width: 40px;
  left: -2.5rem;
  background: linear-gradient(270deg, #FFFFFF, transparent);
  top: 0;
  height: 100%;
}
.owl-dot{
  display: none;
  height: 1px;
  width: 1.5rem;
  background: #0E4B6C !important;
  margin-right: 0.5rem ;
  opacity: 0.3;
  margin-top: 2rem;
}

.owl-dot.active{
  opacity: 1;
}


@media screen and (max-width: 720px) {
  .owl-dot{
      display: inline-block !important;
  }
  .owl-nav{
      display: none !important;
  }

}
@media screen and (max-width: 1024px) {
  .item {
      padding: 1.5rem;
  }
}

/* BOOKING
----------------------------------------------------------------------------- */
.container_booking {
  max-width: calc(1240px + 12%);
  min-height: calc(100vh - 140px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 240px;
}

.container_booking .editor_wysiwyg {
	max-width: 720px;
	margin: auto;
	padding-right: 0 !important;
}

.container_booking .circle {
    transform: scale(0.9);
    transform-origin: left;
    top: 36%;
    left: -32px;
}

/*
#rd-mini-widget-root a,
#rd-widget-root a,
#widget-modal-root a {
  color: #0E4B6C !important;
}

.btn-previous,
.btn-next {
  margin-top: 2rem !important;
}
*/
  
.container_policies {
	width: 100%;
    position: relative;
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    margin: auto;
	z-index: 2;
}

.container_policies_widget{
    width: 100%;
    align-self: flex-start; /* <-- this is the fix */
    position: sticky;
    top: 10rem;
}

.container_policies iframe{
    height: 700px !important;
    border: 0 !important;
    width: 100% !important;
    overflow-y: auto !important;
}

.container_policies_text{
    width: 100%;
	text-align: left;
    max-width: 400px;
}

.container_policies_text .circle {
  left: -32px;
}
.container_policies .js_accordion_menu {
  padding-left: 32px;
}

.policy_info{
    padding-left: 32px;
}

.container_policies .js_accordion_menu{
    padding-right: 0;
}

.container_policies ul{
    margin-left: 12px;
    list-style-type: "- ";
}
.container_policies .editor_wysiwyg p:last-child{
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .container_policies{
        flex-direction: column;
    }
    .container_policies_widget{
        position: static;
    }
    .container_policies_text .set_pl_x2,
    .policy_info{
        padding-left: 8%;
    }
	/*.container_policies_text .set_pl_x2, */
	.policy_info {
        padding-left: 0 !important;
    }
    
}

/* Banner Cookiebot */
#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 1.2!important;
	color: #1A1A1A!important;
}
#CybotCookiebotDialog {
	border-radius: 0!important;
}
#CybotCookiebotDialogNav {
	padding-top: 16px!important;
}
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyBottomWrapper,
#CybotCookiebotDialogBodyEdgeMoreDetails,
#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
	display: none!important;
}
#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog h2 {
	font-size: 8px!important;
	font-weight: 400!important;
	line-height: 1.6!important;
	color: #0E4B6C!important;
	text-transform: uppercase!important;
	letter-spacing: 4px!important;
	margin: 0!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	font-weight: 400!important;
	color: #0E4B6C!important;
	text-transform: uppercase!important;
	background-color: transparent!important;
	border: 0 none!important;
	padding: 0!important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow {
	border-color: #0E4B6C!important;
	border-width: .1em .10em 0 0!important;
	transform: rotate(-50deg) translateX(-3px) !important;
	margin-left: 7px!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	line-height: 16px!important;
	font-weight: 400!important;
	color: #0E4B6C!important;
	text-transform: uppercase!important;
}
#CybotCookiebotDialogNav {
	border-bottom: 1px solid #e0ccb6!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom: 1px solid #0E4B6C!important;
}
#CybotCookiebotDialog label {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	font-weight: 400!important;
	color: #1A1A1A!important;
	text-transform: uppercase!important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 12px!important;
	letter-spacing: 0px!important;
	font-weight: 400!important;
	color: #1A1A1A!important;	
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
	width: 8px!important;
	height: 8px!important;
	bottom: 2px!important;
	left: 6px!important
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #0E4B6C!important;
}
#CybotCookiebotDialog form input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #D6D6D6!important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
	width: 24px!important;
	height: 12px!important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before, 
#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input+.CybotCookiebotDialogBodyLevelButtonSlider:before {
	transform: translateX(6px)!important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton.CybotCookiebotDialogCollapsed:before, .CybotCookiebotDialogDetailBodyContentIABv2Tab.CybotCookiebotDialogCollapsed:before {
	top: 5px!important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before, .CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
	margin-right: 10px!important;
}
#CybotCookiebotDialog a:hover:after, 
#CybotCookiebotDialog a:hover:before, 
#CybotCookiebotDialog button:hover:after, 
#CybotCookiebotDialog button:hover:before {
	border-color: #0E4B6C!important;
}
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyContentText{
	display: block!important;
}
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialog h2 {
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 1.2!important;
	color: #1A1A1A!important;
	text-transform: none!important;
	letter-spacing: 0!important;
	margin: 0 0 16px!important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	padding-bottom: 3px!important;
	border-bottom: 1px solid #0E4B6C!important;
	width: auto!important;
}
#CybotCookiebotDialogBodyButtonDecline {
	order: 2;
}
#CybotCookiebotDialogBodyLevelButtonCustomize {		
	order: 3;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
	flex-direction: row!important;	
	justify-content: space-between;
}
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
	font-size: 8px!important;
	letter-spacing: 4px!important;
	line-height: 16px!important;
	text-transform: uppercase!important;
}
@media screen and (max-width: 1279px) {
	#CybotCookiebotDialogBodyContent {
		padding: 1em .625em 0!important;
	}
	#CybotCookiebotDialog .CybotCookiebotScrollContainer {
		border-bottom: 0!important;
		min-height: 0!important;
	}
	#CybotCookiebotDialog {
		top: auto!important;
		bottom: 58px!important;
		left: 9%!important;
		transform: translate(0)!important;
		width: calc(100% - 18%)!important;
		max-height: calc(90svh - 60px)!important;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)!important;		
        border-radius: 0!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
		width: 100%!important;
		border-bottom: 1px solid #e4e4e4!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems {
		flex-direction: column!important;
		margin: 0 15px!important;		
	}
	#CybotCookiebotDialogNav {
		border-bottom: 0 !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 1279px) {
	#CybotCookiebotDialog {
        max-width: 500px!important;
		left: 50%!important;
		transform: translateX(-50%)!important;
    }
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        justify-content: space-between!important;
    }
}
@media screen and (min-width: 1280px) {
	#CybotCookiebotDialog[data-template=overlay], #CybotCookiebotDialog[data-template=popup] {
		top: auto!important;
		bottom: 100%!important;
		left: 50%!important;
		width: 100%!important;
        max-width: none!important;		
	}
	#CybotCookiebotDialog[data-template=popup].CybotCookiebotDialogActive {
		transform: translate(-50%,0)!important;	
		bottom: 0!important;
	}
	#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
		align-items: center!important;
	}
	#CybotCookiebotDialog[data-template=overlay] .CybotCookiebotDialogContentWrapper,
	#CybotCookiebotDialog[data-template=popup] .CybotCookiebotDialogContentWrapper {
		max-width: 700px;
    	margin: 0 auto;
	}
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons,
	#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
		max-width: none!important;
	}
	#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
		margin: 0 12px!important;
	}
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
		margin-bottom: 0!important;
		margin: 0 12px!important;
	}	
	#CybotCookiebotDialogDetailFooter {
        padding: 0 1.125em 1.125em!important;
    }
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
		position: relative!important;
		width: auto!important;
		padding-bottom: 3px!important;
	}	
	#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
		padding-left: 0!important;
	}
	#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
		padding-left: 0!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
		transform: translateY(2px);
	}
}
  
