/*
Theme Name:  Jampaa
Theme URI: https://www.jampaa.it/
Description:  Tema Jampaa
Author:  Jampaa
Author URI: https://www.jampaa.it/
Template:  hello-elementor
Version:  1.0
*/

/* generali  */
.size-72, .size-72 h1  {
	font-size: clamp(2.875rem, 2.321vw + 2.469rem, 4.5rem); /* 72 - 46 */
}
.size-42, .size-42 h2, .size-42 h1, .size-42 h3 {
	font-size: clamp(1.875rem, 1.071vw + 1.688rem, 2.625rem); /* 42 - 30 */
}
.size-56, .size-56 h1, .size-56 h2 {
	font-size: clamp(2.25rem, 1.818vw + 1.932rem, 3.5rem)!important;  /* 56 - 36  */
}
.size-36, .size-36 h2  {
font-size: clamp(1.625rem, 0.909vw + 1.466rem, 2.25rem);  /* 36 - 26 */
}
.size-28, .size-28 h3, .size-28 h2 {
font-size: clamp(1.375rem, 0.545vw + 1.28rem, 1.75rem); /* 28 - 22 */
}
.size-26, .size-26 h2 {
	font-size: clamp(1.375rem, 0.364vw + 1.311rem, 1.625rem);  /* 26 - 22 */
}
.size-22 {
	font-size: clamp(1.188rem, 0.273vw + 1.14rem, 1.375rem);  /* 22 -19  */
}
#breadcrumbs a, #breadcrumbs {
	color:#000;
}
#breadcrumbs .breadcrumb_last  {
	font-weight:bold;
}
.no-margin p {
	margin-bottom:0;
}
.link-arancio, a.link-arancio:hover {
	color:#E26231;
	font-weight:bold;
	text-decoration:underline;
}
body.hide-header-element .nascondi-su-attivita {
    display: none !important;
}
/* header sticky on scroll up  */

.header-scroll{
  z-index:900!important;
  transition: transform 0.35s ease;
  max-width: 100%;
	box-sizing: border-box;
}
.header-scroll.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.header-scroll.hide{
  transform: translateY(-100%);
}
.e-con.elementor-sticky--active {
	width:100%;
}
.bread-camere a, .bread-camere, .bread-camere a:hover {
	color:#fff;
}
.scalapay {
	width:fit-content!important;
	height:36px!important;
}
.scalapay-testo p   {
	margin-bottom:0;
}
.gradiente-bk {
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 50%, rgba(250, 245, 236, 1) 50%, rgba(250, 245, 236, 1) 100%);
}
.gradiente-top {
background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 30%, rgba(250, 245, 236, 1) 30%, rgba(250, 245, 236, 1) 100%);
}
.box-ombra {
	box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
}
.box-top-bar {
	width:fit-content!important;
}

body.error404 .nascondi-su-attivita:before {
	 background-image: url('/wp-content/uploads/2026/06/bk-home.webp') !important;
	 opacity:1;
	 background-size:cover;
	 background-repeat:no-repeat;
}
/* WPML language switcher */
.wpml-ls,
.wpml-ls ul,
.wpml-ls li {
    width: 40px !important;
}

/* Testo lingua selezionata */
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle span {
    font-weight: 600 !important;
}

/* Contenitore link lingua */
.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown-click {
    width: 40px !important;
}

/* Lingua selezionata */
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown-click a {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 40px;
    min-width: 40px;
    padding: 0 10px 0 0;
    color: #000;
    font-weight: 600;
}

/* Dropdown interno */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background: transparent;
    border: none;
    width: 50px;
    min-width: 50px;
}

/* Voci del dropdown */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    background: #f6f6f6;
    border: none;
    width: 50px;
    min-width: 50px;
    padding: 6px;
    font-weight: 400;
}

/* Hover voci sottomenu */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
    background: #C4A882;
}

/* Freccia */
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    border-top-color: #000;
    right: 6px;
}

/* booking  */
#booking-form {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 28px 32px 24px;
    border-radius:20px;
}
#booking-form #sb-container_sb__form-field--checkavailability {
	font-weight:700;
	text-transform:uppercase;
	border-radius:20px;
}
/* Riga vantaggi */
#booking-form .booking-benefits {
    display: flex;
    align-items: center;
    gap: 46px;
    margin-bottom: 18px;
}
#booking-form input, #booking-form .sb__form-field-input {
	border-radius:20px;
}
/* Singolo vantaggio */
#booking-form .booking-benefit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
#booking-form #sb-container_sb__form-field--checkin {
	margin-right:8px;
}
#booking-form #sb-container .sb__dates {
	display:flex;
	width:50%;
}
#booking-form #sb-container .sb__footer-actions a {
	text-decoration:underline;
	font-size:14px;
	font-weight:500;
}
#booking-form #sb-container .sb__footer-actions a:hover {
	color:#E26231!important;
}
/* Icona */
#booking-form .booking-benefit__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}
/* Font Awesome */
#booking-form .booking-benefit__icon i {
    display: block;
    font-size: inherit;
    line-height: 1;
}
/* Testo */
#booking-form .booking-benefit__text {
    display: inline-block;
}
/* Container SimpleBooking */
#booking-form #sb-container {
    background: transparent;
}
/* Evita font incoerenti tra tema e widget */
#booking-form,
#booking-form input,
#booking-form select,
#booking-form button {
    font-family: inherit;
}
#booking-form #sb-container .focus .sb-custom-box-shadow-color-focus {
	border-color:#555!important;
}
#booking-form #sb-container .sb-custom-color-hover:hover {
    color: #E26231 !important;
    fill: #E26231 !important;
}
#booking-form #sb-container .sb-custom-widget-element-hover-bg-color:hover {
	background-color:#E26231!important;
	color:#fff!important;
}
#booking-form #sb-container .sb-custom-box-shadow-color:focus,#booking-form #sb-container .focus .sb-custom-box-shadow-color-focus {
	box-shadow:#E26231 0px 0px 0px 2px inset !important;
}
#booking-form .sb [type=text] {
	color:#000!important;
}
#booking-form .sb__guests-children-age span,#booking-form .sb__guests-children-age select {
	color:#000!important;
}

/* FOOTER  */
.contatti-footer i {
	color:#C4A882;
	margin-right:5px;
}
.contatti-footer i.fa-whatsapp {
	color:#25D366;
}
.contatti-footer a {
	color:#C4A882!important;
	font-weight:700;
}
.contatti-footer a:hover {
	text-decoration:underline;
}
.socket, .socket a {
	font-size:14px!important;
}
.socket a:link,.socket a:visited {
	text-decoration:underline!important;
	font-weight:400!important;
	color:#000!important;
}
.socket a:hover  {
	text-decoration:none!important;
}
.socket a.jampaa {
	font-weight:700!important;
	color:#C4A882!important;
}
.menu-footer ul li:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f054"; /* chevron-right */
  font-weight: 500; /* light */
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color:#C4A882;
}
.menu-footer ul li {
  position: relative;
  padding-left: 20px; /* spazio per l’icona */
}
.menu-footer ul li a:hover {
	text-decoration:underline;
}
/* Form MailUp newsletter */
.mailup-newsletter-form {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px 32px;
    align-items: center;
}

/* Campo email */
.mailup-newsletter-form input[type="email"] {
    width: 100%;
    height: 56px;
    border: 1px solid #222;
    background: #ffffff;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
}

.mailup-newsletter-form input[type="email"]::placeholder {
    color: #222;
    opacity: 1;
}

/* Campo email a tutta larghezza */
.mailup-newsletter-form > div:first-child {
    grid-column: 1 / -1;
}

/* Nasconde la label "Privacy*" */
.mailup-newsletter-form > div:nth-child(2) > label {
    display: none !important;
}

/* Blocco privacy */
.mailup-newsletter-form > div:nth-child(2) {
    grid-column: 1 / 2;
    font-size: 11px;
    line-height: 1.35;
    color: #111;
}

/* Contenitore privacy: checkbox + testo + link */
.mailup-newsletter-form > div:nth-child(2) > div {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

/* Label privacy */
.mailup-newsletter-form > div:nth-child(2) label {
    display: inline;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
    color: #111;
}

/* Checkbox */
.mailup-newsletter-form input[type="checkbox"] {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin: 2px 4px 0 0;
    accent-color: #111;
}

/* Link privacy alla fine del testo */
.mailup-newsletter-form a {
    display: inline;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    margin-left: 4px;
}

.mailup-newsletter-form a:hover {
    text-decoration: underline;
}

/* Bottone */
.mailup-newsletter-form > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.mailup-newsletter-form button {
    height: 52px;
    min-width: 126px;
    border: none;
    border-radius: 999px;
    background: #c9aa82;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.25s ease;
}

.mailup-newsletter-form button::after {
    content: "↗";
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.mailup-newsletter-form button:hover {
    background: #b9966d;
}
.cont-bottom-bar p {
	margin-bottom:0;
}
.cont-wa {
	width:fit-content!important;
}


/* ================================
   Gravity Form custom style
   Classe form: custom-form
================================ */


/* Spaziatura generale campi */


/* Label */
.custom-form .gfield_label,
.custom-form .gform-field-label {
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0 !important;
    font-size:15px!important;
}

/* Asterisco obbligatorio */
.custom-form .gfield_required,
.custom-form .gfield_required_text {
    color: #000 !important;
    font-style: normal !important;
}

/* Campi input, select, textarea */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form input[type="number"],
.custom-form input[type="url"],
.custom-form input[type="date"],
.custom-form select,
.custom-form textarea {
    width: 100% !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 4px 4px 6px !important;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
}
.custom-form textarea  {
	height: 120px !important;
}

/* Placeholder */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: transparent !important;
}

/* Select */
.custom-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Focus */
.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
    outline: none !important;
    border-bottom-color: #007c89 !important;
    box-shadow: none !important;
}


/* Privacy / checkbox */
.custom-form .gfield--type-consent,
.custom-form .gfield--type-checkbox {
    margin-top: -4px;
}

.custom-form .gfield--type-consent .gfield_label,
.custom-form .gfield--type-checkbox .gfield_label {
    display: none;
}

.custom-form .gfield_consent_label,
.custom-form .gfield_checkbox label {
    font-weight: 400 !important;
    color: #000;
    line-height: 1.4;
}

.custom-form input[type="checkbox"] {
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    vertical-align: middle;
    accent-color: #007c89;
}

/* Link privacy */
.custom-form .gfield_consent_label a,
.custom-form .gfield_checkbox label a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

/* Footer form */
.custom-form .gform_footer,
.custom-form .gform_page_footer {
    margin-top: 24px !important;
    padding-top: 0 !important;
}

/* Pulsante invio Gravity Forms */
.custom-form .gform_button,
.custom-form input[type="submit"],
.custom-form button[type="submit"] {
    height: 52px !important;
    min-width: 126px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #c9aa82 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 24px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    transition: background-color 0.25s ease !important;
}

.custom-form .gform_button:hover,
.custom-form input[type="submit"]:hover,
.custom-form button[type="submit"]:hover {
    background: #b9966d !important;
}

/* Hover */
.custom-form .gform_button:hover,
.custom-form input[type="submit"]:hover,
.custom-form button[type="submit"]:hover {
    background: #b9966d !important;
}
/* Errori Gravity Forms */
.custom-form .gfield_error input,
.custom-form .gfield_error select,
.custom-form .gfield_error textarea {
    border-bottom-color: #c02b0a !important;
}

.custom-form .gfield_validation_message,
.custom-form .validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 4px 0 0 !important;
    font-size: 12px !important;
    color: #c02b0a !important;
}

/* Messaggio validazione generale */
.custom-form .gform_validation_errors {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #007c89 !important;
    margin-bottom: 30px !important;
}
/* Messaggio di successo Gravity Forms */
.custom-form .gform_confirmation_message {
    padding: 30px;
    text-align: center;
    border: 5px solid #007c89;
    font-size: 18px;
    line-height: 1.6;
    color:#000;
}



@media (max-width: 880px) {
.custom-form .gform_fields {
        row-gap: 22px !important;
        column-gap: 0 !important;
    }
.custom-form .gfield {
        grid-column: 1 / -1 !important;
    }
 .custom-form .gform_button,
.custom-form input[type="submit"],
.custom-form button[type="submit"] {
        width: auto !important;
    }
}



/* Mobile */
@media (max-width: 767px) {
    .mailup-newsletter-form {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mailup-newsletter-form > div:first-child,
    .mailup-newsletter-form > div:nth-child(2),
    .mailup-newsletter-form > div:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .mailup-newsletter-form input[type="email"] {
        height: 54px;
        padding: 0 18px;
    }

    .mailup-newsletter-form > div:nth-child(2) > div {
        align-items: flex-start;
    }

    .mailup-newsletter-form button {
        width: 100%;
        min-width: 100%;
        height: 52px;
    }
}
/* Bottone */
.mailup-newsletter-form > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.mailup-newsletter-form button {
    height: 52px;
    min-width: 105px;
    border: none;
    border-radius: 999px;
    background: #c9aa82;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.25s ease, transform 0.25s ease;
}

/* Freccia */
.mailup-newsletter-form button::after {
    content: "↗";
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-1px);
}

.mailup-newsletter-form button:hover {
    background: #b9966d;
}

/* colazione  */
.box-colazione  {
	box-shadow: 0 4px 10px 0 rgba(149, 149, 149, 0.25);
}

/* camere  */
.cont-spec-camere i  {
	font-size:24px;
	margin-right:5px;
}


/* *
* Gallery single tax o post shortcode
* */


.single-rooms-gallery-wrapper:not(.showcase-layout) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image {
    overflow: hidden;
    border-radius: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    max-height: 430px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
    max-height: 200px;
}

@media only screen and (max-width: 575px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(1) {
        grid-area: 1 / 1 / 3 / 5;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(2) {
        grid-area: 3 / 1 / 3 / 3;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(3) {
        grid-area: 3 / 3 / 3 / 5;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(4) {
        grid-area: 4 / 1 / 4 / 3;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(5) {
        grid-area: 4 / 3 / 4 / 5;
    }
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image.hide-image {
    display: none !important;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image figure.full-width {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.pswp__button {
    width: 50px !important;
}
.pswp__button {
	background-color:transparent!important;
	border-width:0!important;
}
.pswp__item {
    z-index: 1000000000000000000!important;
}

/* Showcase gallery layout */
.single-rooms-gallery-wrapper.showcase-layout {
            display: block;
            grid-template-columns: none;
            grid-template-rows: none;
            gap: 0;
            overflow: visible;
            position: relative;
            --showcase-main-height: 560px;
            --showcase-side-height: calc((var(--showcase-main-height) - 40px) / 3);
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image {
            grid-area: auto;
            max-height: none;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
            gap: 20px;
            align-items: stretch;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            min-width: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
            height: 100%;
            min-height: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            display: grid;
            grid-template-rows: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            height: 100%;
            min-height: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary {
            height: var(--showcase-main-height);
            max-height: var(--showcase-main-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            height: var(--showcase-main-height);
            max-height: var(--showcase-main-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            height: var(--showcase-side-height);
            max-height: var(--showcase-side-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image {
            position: relative;
            overflow: hidden;
            border-radius: 22px;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image a.image {
            position: relative;
            display: block;
            width: 100%;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure {
            margin: 0;
            width: 100%;
            height: 100%;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure figcaption {
            display: none;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta {
            position: absolute;
            inset: 0;
            display: flex;
            flex-flow: column;
            z-index: 3;
            cursor: pointer;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta .fa-play-circle {
            font-size: 40px;
            line-height: 1;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta.overlay-cta-play {
            color: #fff;
            font-size: 7rem;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.28);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            border: 0;
            padding: 0;
            overflow: hidden;
            border-radius: 22px;
            cursor: pointer;
            background: #d7cec2;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: blur(6px);
            transform: scale(1.08);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger span {
            position: relative;
            z-index: 2;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-height: 56px;
            padding: 12px 28px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.7);
            background: rgba(255, 255, 255, 0.42);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            color: #1c1c1c;
            font-size: 16px;
            line-height: 1.2;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-hidden {
            display: none;
        }

        @media only screen and (max-width: 1024px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 480px;
                --showcase-side-height: 210px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
                grid-template-columns: 1fr;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                grid-template-rows: 1fr;
                height: var(--showcase-side-height);
                max-height: var(--showcase-side-height);
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: var(--showcase-side-height);
                max-height: var(--showcase-side-height);
                min-height: 0;
            }
        }

        @media only screen and (max-width: 767px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 400px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: 1fr;
                height: auto;
                max-height: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: auto;
                max-height: none;
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                padding: 16px 24px;
                background: rgba(231, 228, 222, 0.95);
                border-radius: 999px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger::before,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger img {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger span {
                min-height: 0;
                padding: 0;
                border: 0;
                background: transparent;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }
        }

        @media only screen and (max-width: 575px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 300px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
                gap: 14px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: 1fr;
                gap: 14px;
                height: auto;
                max-height: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: auto;
                max-height: none;
                min-height: 0;
            }
        }
/* End Gallery single tax o post shortcode */
/* servizi e dotazioni */
.services-list {
    column-count: 2;
    /* Numero di colonne */
    column-gap: 2rem;
    /* Spazio tra colonne */
    list-style: none;
    /* opzionale: rimuove i puntini */
    padding: 0;
    margin: 0;
}

.service-item {
    break-inside: avoid;
    /* evita che un li venga spezzato tra colonne */
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    transition: color 0.2s;
}

.service-item.on-evidence {
    color: #E26231;
    font-weight: bold;
}

.service-icon {
    margin-right: 5px;
    font-size: 1.5em;
    display: flex;
    align-items: flex-start;
    min-width: 25px;
}

span.service-icon i {
    font-size: 15px;
    line-height: 1;
}

.service-icon img {
    max-width: 32px;
    max-height: 32px;
    display: block;
}

span.service-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
}
@media screen and (max-width: 1024px) {
    .services-list {
        column-count: 2;
    }
}

@media screen and (max-width: 575px) {
    .services-list {
        column-count: 1;
    }
}
/* Fine servizi e dotazioni */
/* servizi in evidenza */
.box-promo-camera {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
ul.room-occupancy-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

ul.room-occupancy-list li {
    padding-left: 0px;
    display: inline-flex;
    align-items: center;
}
ul.room-occupancy-list li:not(:first-child) {
    border-left: 1px solid #DCDFE5;
}
.info-top {
	display:flex;
	margin-top:20px;
}
.info-top .room-size {
	padding-left:15px;
}
.info-top .room-size i{
    padding-right: 8px;
}
.info-top .room-occupancy-list i {
    min-width: 20px;
}
.ev-services .service-icon {
    min-width: 20px;
}
.ev-services span.service-label {
    max-width: 85%;
}

/* sezione altre camere */
#altre-camere .swiper-container {
    padding-bottom: 40px;
    overflow-x: hidden;
}

#altre-camere .swiper-wrapper {
    display: flex;
}


#altre-camere .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

#altre-camere .card {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    /* max-width: 340px; */
    display: flex;
    flex-direction: column;
}

#altre-camere .card-image img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

#altre-camere .card-content {
    padding: 20px;
    color: #222;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#altre-camere .card-content h3 {
    font-size: 1.6em!important;
    line-height:1.2!important;
    margin: 0 0 10px 0;
    color: #C4A882;
}

#altre-camere .card-content p {
    font-size: 1em;
    margin-bottom: 16px;
    color: #444;
}

#altre-camere .card-content .btn-camere {
    background: #C4A882;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: bold;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border: 1px solid #C4A882;
}

#altre-camere .card-content .btn-camere:hover {
    color: #C4A882;
    background-color: #fff;
}

/* ====== Arrows ====== */
#altre-camere .slider-footer .nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

#altre-camere .slider-footer .swiper-button-prev,
#altre-camere .slider-footer .swiper-button-next {
    position: static;
    inset: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 0px;
    border: 1px solid #C4A882;
    background: #C4A882;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}

#altre-camere .slider-footer .swiper-button-prev:after,
#altre-camere .slider-footer .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
}

#altre-camere .slider-footer .swiper-button-prev:hover,
#altre-camere .slider-footer .swiper-button-next:hover {
    background: #fff;
    transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}

#altre-camere .slider-footer .swiper-button-prev:hover:after,
#altre-camere .slider-footer .swiper-button-next:hover:after {
    color: #C4A882;
}

#altre-camere .slider-footer .swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

/* Fine sezione altre camere */




#altre-camere .card-image {
    position: relative;
}

#altre-camere span.card-image-label {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 10px 10px;
    background-color: #C4A882;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#altre-camere span.price {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    padding: 10px 10px;
    background-color: #C4A882;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#altre-camere .card-content hr {
    margin: 15px 0 !important;
    display: block;
}

#altre-camere .ev-services ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#altre-camere .ev-services ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



/* tutte camere */


#tutte-camere {
    --gap: 50px;
}

#tutte-camere .wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap);
}

#tutte-camere .wrapper .card {
    max-width: none;
    height: 100%;
}

@media (max-width: 992px) {
    #tutte-camere .wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    #tutte-camere .wrapper {
        grid-template-columns: 1fr;
    }
}

#tutte-camere .footer-pagination {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#tutte-camere .wp-pagenavi {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#tutte-camere .wp-pagenavi a,
#tutte-camere .wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #C4A882;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s, color .2s, border-color .2s;
}

#tutte-camere .wp-pagenavi span.current {
    background: #C4A882;
    color: #fff;
    border-color: #C4A882;
}

#tutte-camere .wp-pagenavi a {
    color: #C4A882;
    background: #fff;
}
#tutte-camere .wp-pagenavi a:hover {
    background: #C4A882;
    color: #fff;
}

#tutte-camere .wp-pagenavi span.pages {
    border: none;
    min-width: auto;
    padding: 0 4px;
    color: #666;
    font-weight: 400;
}


#tutte-camere .pagination {
    display: inline-flex;
    gap: 8px;
}

#tutte-camere .pagination .nav-previous a,
#tutte-camere .pagination .nav-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #C4A882;
    color: #fff;
    background: #C4A882;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s, color .2s, border-color .2s;
}

#tutte-camere .pagination .nav-previous a:hover,
#tutte-camere .pagination .nav-next a:hover {
    background: #fff;
    color: #C4A882;
}


#tutte-camere .swiper-container,
#tutte-camere .swiper-wrapper,
#tutte-camere .swiper-slide,
#tutte-camere .slider-footer .swiper-button-prev,
#tutte-camere .slider-footer .swiper-button-next {
    all: unset;
}

#tutte-camere .swiper-container {
    display: block;
    width: 100%;
}


#tutte-camere .card {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#tutte-camere .card-image img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

#tutte-camere .card-content {
    padding: 20px;
    color: #222;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#tutte-camere .card-content p {
    font-size: 1em;
    margin-bottom: 16px;
    color: #444;
}


#tutte-camere .card-content .btn-camere {
    background: #C4A882;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: bold;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border: 1px solid #C4A882;
}

#tutte-camere .card-content .btn-camere:hover {
    color: #C4A882;
    background-color: #fff;
}

#tutte-camere .card-image { position: relative; }

#tutte-camere span.card-image-label {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 10px 10px;
    background-color: #C4A882;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#tutte-camere span.price {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    padding: 10px 10px;
    background-color: #C4A882;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#tutte-camere .card-content hr {
    margin: 15px 0 !important;
    display: block;
}

#tutte-camere .ev-services ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#tutte-camere .ev-services ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#tutte-camere span.card-image-label,
#altre-camere span.card-image-label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #E26231;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    padding: 8px 20px;
    border-radius: 30px;
    left:unset;
}
#tutte-camere .card-image img,
#altre-camere .card-image img {
    border-radius: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
    #tutte-camere .card-image img,
    #altre-camere .card-image img {
        height: 25vh;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    #tutte-camere span.card-image-label, #altre-camere span.card-image-label{
        bottom: 20px;
        right: 0;
        left: 20px;
        top: unset;
    }
}
@media only screen and (max-width: 768px)  {

    #tutte-camere span.card-image-label, #altre-camere span.card-image-label{
        bottom: 20px;
        right: 0;
        left: 20px;
        top: unset;
    }
}
#tutte-camere span.price,
#altre-camere span.price {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #E26231;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    padding: 8px 20px;
    border-radius: 30px;
    bottom: unset;
    right: unset;
}
#tutte-camere .card,
#altre-camere .card {
    border-radius: 30px;;
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
    margin: 20px;
}
#tutte-camere .card{
    margin: 0px;
}
@media screen and (max-width: 768px) {
    #tutte-camere .card,
    #altre-camere .card {
        margin: 0px;
    }
}
#tutte-camere .card-content,
#altre-camere .card-content {
    padding: 15px;
}
#tutte-camere .card-content h3,
#altre-camere .card-content h3 {
    line-height: 1.2!important;
    margin: 20px 0 10px 0;
    color: #000;
    font-weight:400;
}
#tutte-camere .card-content .btn-camere,
#altre-camere .card-content .btn-camere {
    background: #C4A882;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 400;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border-color: #C4A882;
}
#tutte-camere .card-content .btn-camere:hover,
#altre-camere .card-content .btn-camere:hover {
    color: #fff;
    background-color: #574834;
    border-color:#574834;
}
#tutte-camere .slider-footer .swiper-button-prev,
 #tutte-camere .slider-footer .swiper-button-next,
#altre-camere .slider-footer .swiper-button-prev,
 #altre-camere .slider-footer .swiper-button-next {
    border-radius: 50px;
    border: 1px solid #C4A882;
    color: #C4A882;
    background-color: #fff;
}
#tutte-camere .slider-footer .swiper-button-prev:hover,
 #tutte-camere .slider-footer .swiper-button-next:hover,
#altre-camere .slider-footer .swiper-button-prev:hover,
 #altre-camere .slider-footer .swiper-button-next:hover {
    background-color: #C4A882;
    color: #fff;
}
#tutte-camere .slider-footer .swiper-button-prev:after, 
#tutte-camere .slider-footer .swiper-button-next:after ,
#altre-camere .slider-footer .swiper-button-prev:after, 
#altre-camere .slider-footer .swiper-button-next:after {
    color: #C4A882;
}
#tutte-camere .slider-footer .swiper-button-prev:hover:after, 
#tutte-camere .slider-footer .swiper-button-next:hover:after,
#altre-camere .slider-footer .swiper-button-prev:hover:after, 
#altre-camere .slider-footer .swiper-button-next:hover:after {
    color: #fff;
}

.faq-camere .faq-category-title-or{
    display: none;
}

.faq-camere .faq-category-or-spa{
    width: 100%;
}
.accordion-or {
    border: 1px solid transparent!important;
    border-radius: 34px!important;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
}
.accordion-header-or{
    background-color: transparent!important;
    padding: 10px 20px!important;
    
}
.accordion-header-or .accordion-question-or{
    font-weight: 700!important;
}
.accordion-content-or{
border-top: 1px solid transparent!important;
padding: 10px 20px!important;
}
.accordion-icon-or svg path:not(:first-child){
    fill: #C4A882;
}



/* ==========================================================
   GALLERY
   ========================================================== */

.standard-gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 20px 0;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category {
    position: relative;
    overflow: hidden;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category:not(:last-of-type) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(138, 147, 167, 0.3);
}

.standard-gallery-wrapper-category h2 {
    color: #000;
}

.standard-gallery-wrapper hr {
    width: 100%;
    background: #8A93A7;
    opacity: 0.3;
}


/* ==========================================================
   FILTRI
   ========================================================== */

.standard-gallery-wrapper .gallery-filters {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 10px;
}

.standard-gallery-wrapper .gallery-filters button,
.standard-gallery-wrapper .gallery-filters button:active,
.standard-gallery-wrapper .gallery-filters button:focus,
.standard-gallery-wrapper .gallery-filters button:visited,
.standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background) {
    margin: 0;
    padding: 8px 30px !important;
    border: 1px solid #C4A882 !important;
    border-radius: 20px;
    background: transparent;
    color: #C4A882;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.standard-gallery-wrapper .gallery-filters button.active,
.standard-gallery-wrapper .gallery-filters button.active:not(:hover):not(:active):not(.has-background) {
    border-color: #C4A882 !important;
    background: #C4A882;
    color: #fff;
}

.standard-gallery-wrapper .gallery-filters button:hover,
.standard-gallery-wrapper .gallery-filters button.active:hover {
    border-color: #C4A882 !important;
    background: #C4A882;
    color: #fff;
}


/* ==========================================================
   GRIGLIA IMMAGINI
   ========================================================== */

.standard-gallery-wrapper-category.image {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
}

.standard-gallery-wrapper-category.image h2 {
    grid-column: 1 / -1;
}

.standard-gallery-wrapper-category.image .single-image {
    position: relative;
    width: 100%;
    max-height: none !important;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0;
}

/*
 * Utilizza questa classe nel PHP per nascondere
 * dalla settima immagine in poi, mantenendole nel DOM
 * e quindi disponibili nella lightbox.
 */
.standard-gallery-wrapper-category.image .single-image.is-hidden-after-six,
.standard-gallery-wrapper-category.image .single-image.hidden-in-grid {
    display: none !important;
}

.standard-gallery-wrapper-category.image .single-image > a.image,
.standard-gallery-wrapper-category.image .single-image figure {
    display: block;
    width: 100%;
    height: 100%;
}

.standard-gallery-wrapper-category.image .single-image figure {
    margin: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius:20px;
}

.standard-gallery-wrapper-category.image .single-image figure img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.standard-gallery-wrapper-category.image figure figcaption {
    display: none;
}


/* ==========================================================
   CTA SESTA IMMAGINE
   ========================================================== */

.standard-gallery-wrapper-category.image .overlay-cta {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.standard-gallery-wrapper-category.image .overlay-cta span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    margin: auto;
    padding: 10px 20px;
    background-color: #C4A882;
    color: #fff !important;
    font-weight: 300 !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size:14px;
    border-radius:20px;
}

.standard-gallery-wrapper-category.image .overlay-cta:hover span {
    background-color: #AD916D;
}

.standard-gallery-wrapper-category.image figure.cta img {
    filter: blur(9px);
    transition: filter 0.3s ease;
}

.standard-gallery-wrapper-category.image .overlay-cta:hover ~ figure.cta img {
    filter: blur(3px);
}

.lucchetto-gallery,
.cta-gallery {
    color: #fff;
    font-size: 18px;
}


/* ==========================================================
   VIDEO OVERLAY
   ========================================================== */

.standard-gallery-wrapper-category.image .overlay-cta.overlay-cta-play {
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.standard-gallery-wrapper-category.image .overlay-cta .fa-play-circle {
    font-size: 40px;
    line-height: 1;
}


/* ==========================================================
   IMMAGINI PANORAMICHE / 360
   ========================================================== */

.standard-gallery-wrapper-category.image .single-image span.panorama-widget {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
    border-radius: 50%;
    background-color: #C4A882;
    transition: background-color 0.3s ease;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget:hover {
    background-color: #AD916D;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget svg {
    fill: #fff;
}


/* ==========================================================
   DESCRIZIONI
   Attualmente nascoste
   ========================================================== */

.standard-gallery-wrapper-category.image span.description,
.pswp__custom-caption {
    display: none !important;
}


/* ==========================================================
   SWIPER / GALLERY VIDEO
   ========================================================== */

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
    max-width: 480px;
    margin: 0 30px 0 0;
}

.standard-gallery-wrapper.gallery-container-image
.standard-gallery-wrapper-category.swiper-horizontal
.swiper-slide {
    max-height: 380px;
}

.standard-gallery-wrapper
.standard-gallery-wrapper-category
.swiper-slide h3 {
    margin: 10px 0;
}

.standard-gallery-wrapper
.standard-gallery-wrapper-category.swiper-horizontal
.swiper-slide iframe {
    height: 300px !important;
    margin-bottom: 10px;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev,
.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin: 0 !important;
    background: #fff;
    transform: translateY(-50%);
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev {
    left: 0;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
    right: 0;
}

.rll-youtube-player .play {
    width: 100% !important;
}

.swiper-slide .video-rate i {
    font-size: 20px !important;
}

.swiper-slide > .video-title {
    color: #484B5C !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 31px !important;
}


/* ==========================================================
   LEAD GENERATION SLIDE
   ========================================================== */

.lead-generation-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lead-generation-content-description {
    padding: 100px 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.lead-generation-content-description .lead-generation-icon {
    margin-bottom: 40px;
    font-size: 80px;
    text-align: center;
}

.standard-gallery-wrapper-category.image figure.cta .overlay-cta a.btn::after,
.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn::after {
    display: none !important;
    visibility: hidden !important;
}


/* ==========================================================
   PHOTOSWIPE
   ========================================================== */

body button.pswp__button {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

body button.pswp__button.pswp__button--close,
body button.pswp__button.pswp__button--zoom,
body button.pswp__button.pswp__button--close:hover,
body button.pswp__button.pswp__button--zoom:hover {
    width: 40px !important;
    margin: 0 20px 0 0 !important;
}

.pswp--has_mouse .pswp__button--arrow {
    z-index: 100 !important;
    width: 100px;
    visibility: visible;
}


/* ==========================================================
   PHOTOSWIPE 360
   ========================================================== */

.pswp__360-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pswp__360-image-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 20rem);
    max-height: 100vh;
    border: none !important;
    background: #444;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}


/* ==========================================================
   PHOTOSWIPE VIDEO
   ========================================================== */

.pswp__video-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 72px 88px 48px;
    pointer-events: none;
}

.pswp__video-container video {
    position: static;
    width: auto;
    height: auto;
    max-width: min(100%, 1200px);
    max-height: 100%;
    object-fit: contain;
    pointer-events: auto;
    transform: none;
}


/* ==========================================================
   ROTAZIONE DISPOSITIVO
   ========================================================== */

.rotate-device {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
}

.rotate-device.show {
    display: flex;
}

.rotate-device .phone {
    width: 10rem;
    height: 5rem;
    border: 0.3rem solid #fff;
    border-radius: 1rem;
    animation: rotate-device 4s ease-in-out infinite;
}

.rotate-device a,
.rotate-device a:active,
.rotate-device a:focus,
.rotate-device a:visited,
.rotate-device a:hover {
    padding: 10px 30px;
    color: #fff;
    letter-spacing: normal;
}

.rotate-device.show a {
    border-style: solid;
    color: #fff;
    font-weight: 800;
}

@keyframes rotate-device {
    0%,
    100% {
        transform: rotate(-90deg);
    }

    70% {
        transform: rotate(0deg);
    }
}

/* offerte */
.cont-offerte {
	box-shadow:0 4px 20px 0 rgba(129, 129, 129, 0.25);
}
.etichetta-offerta  {
	background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
}
.contenuto-singola-offerta h2 {
	font-size: clamp(1.375rem, 0.545vw + 1.28rem, 1.75rem); /* 28 - 22 */
	font-weight:700;
}
.contenuto-singola-offerta h3 {
	font-size: clamp(1.188rem, 0.273vw + 1.14rem, 1.375rem);
	font-weight:600;
	color:#c4a882;
}
.contenuto-singola-offerta ul  {
	padding-left:25px;
}

/* ==========================================================
   ARCHIVIO OFFERTE - CARD STESSA ALTEZZA + PULSANTE IN BASSO
   ========================================================== */

.post-type-archive-offerta .elementor-loop-container {
	align-items: stretch;
}

.post-type-archive-offerta .e-loop-item {
	display: flex;
}

.post-type-archive-offerta .e-loop-item > * {
	flex: 1;
	width: 100%;
}

.post-type-archive-offerta .e-loop-item > * > .e-con {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.post-type-archive-offerta .e-loop-item .elementor-widget-button {
	margin-top: auto;
}
.post-type-archive-offerta .e-loop-item .elementor-button-wrapper {
	margin-top: auto;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1024px) {
    .standard-gallery-wrapper .gallery-filters button,
    .standard-gallery-wrapper .gallery-filters button:active,
    .standard-gallery-wrapper .gallery-filters button:focus,
    .standard-gallery-wrapper .gallery-filters button:visited,
    .standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background) {
        padding: 10px 15px !important;
    }

    .pswp__video-container {
        padding: 72px 24px 40px;
    }
}

@media (max-width: 900px) {
    .standard-gallery-wrapper-category.image {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .pswp__video-container {
        padding: 76px 14px max(24px, env(safe-area-inset-bottom));
    }

    .pswp__video-container video {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 600px) {
    .standard-gallery-wrapper {
        gap: 24px;
        margin: 10px 0;
    }

    .standard-gallery-wrapper .gallery-filters {
        gap: 6px;
    }

    .standard-gallery-wrapper .gallery-filters button,
    .standard-gallery-wrapper .gallery-filters button:active,
    .standard-gallery-wrapper .gallery-filters button:focus,
    .standard-gallery-wrapper .gallery-filters button:visited,
    .standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background) {
        padding: 7px 12px !important;
        font-size: 12px;
    }

    .standard-gallery-wrapper-category.image {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px !important;
    }

    .standard-gallery-wrapper-category.image .overlay-cta span {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    .lucchetto-gallery,
    .cta-gallery {
        font-size: 14px;
    }

    .standard-gallery-wrapper
    .standard-gallery-wrapper-category.swiper-container-horizontal
    .swiper-slide {
        max-width: 290px;
        max-height: none;
    }

    .lead-generation-slide {
        padding: 0 20px;
    }

    .lead-generation-content-description {
        padding: 50px 25px;
    }

    .lead-generation-content-description .lead-generation-icon {
        margin-bottom: 20px;
        font-size: 50px;
    }
}


 
/* Mobile */
@media (max-width: 600px) {
    .mailup-newsletter-form {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mailup-newsletter-form > div:first-child,
    .mailup-newsletter-form > div:nth-child(2),
    .mailup-newsletter-form > div:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .mailup-newsletter-form button {
        width: fit-content;
        min-width: 105px;
    }
}


@media (max-width: 1250px) {
  .menu-header-custom .elementor-nav-menu--main {
    display: none;
  }

  .menu-header-custom .elementor-menu-toggle {
    display: flex;
  }


}

@media (min-width: 1250px) {
  .menu-header-custom .elementor-nav-menu--main {
    display: block;
  }

  .menu-header-custom .elementor-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
.cont-wa {
	display:none!important;
}
}
@media only screen and (max-width: 1024px) {
.header-scroll.sticky .elementor-sticky--active {
	top:0!important;
	width:100%;
}
.elementor-nav-menu--dropdown .sub-menu {
	background-color:#ebebea!important;
}
.elementor-nav-menu--dropdown a.highlighted svg {
    fill:#F5F4F2;
}

}
@media only screen and (max-width: 480px)  {
.elementor-nav-menu--dropdown  {
	top:37px!important;
}

}
