.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bff4f05:#002435;--e-global-color-0fd96bb:#FECA91;--e-global-color-f808683:#1E1E1E;--e-global-color-6a20f7c:#F9F7F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Outfit", Sans-serif;font-size:6px;font-weight:500;text-transform:uppercase;font-style:normal;letter-spacing:0.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* =========================================
   MARK – highlight con sottolineato giallo
   ========================================= */
mark {
  background: linear-gradient(transparent 66%, #FECA91 66%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 4px;
  color: inherit;
}

/* =========================================
   STICKY SIDE LOGO
   ========================================= */
.sticky-side-logo {
  position: fixed !important;
  top: 50% !important;
  left: 1rem !important;
  transform: translateY(-50%) !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
  width: auto !important;
}

/* Container interno tight */
.sticky-side-logo .e-con-inner {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

/* Widget Image dentro lo sticky — comportamento naturale, attaccato a sinistra */
.sticky-side-logo .elementor-widget-image {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.sticky-side-logo .elementor-widget-image .elementor-widget-container {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* L'<img> stessa */
.sticky-side-logo .elementor-widget-image img {
  display: block !important;
  margin: 0 !important;
}

/* =========================================
   STICKY SIDE LOGO — Visibilità chiara/scura
   ========================================= */
/* Default: entrambi i loghi nascosti, JS decide quale mostrare */
.sticky-side-logo .elementor-widget-image.logo-light,
.sticky-side-logo .elementor-widget-image.logo-dark {
  display: none !important;
}
/* Il container non intercetta i click */
.sticky-side-logo {
  pointer-events: none;
}

/* Sezione chiara: mostra logo scuro + container visibile */
body.show-dark-logo .sticky-side-logo {
  opacity: 1;
}
body.show-dark-logo .sticky-side-logo .elementor-widget-image.logo-dark {
  display: block !important;
}

/* Sezione scura: mostra logo chiaro + container visibile */
body.show-light-logo .sticky-side-logo {
  opacity: 1;
}
body.show-light-logo .sticky-side-logo .elementor-widget-image.logo-light {
  display: block !important;
}

/* Mobile: nascondi (occuperebbe troppo spazio) */
@media (max-width: 768px) {
  .sticky-side-logo {
    display: none !important;
  }
}

/* =========================================
   EDP – Textarea → Lista con icona SVG
   ========================================= */

.edp-textarea-list .edp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edp-textarea-list .edp-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid #000;
}

.edp-textarea-list .edp-list li:last-child {
  border-bottom: 1px solid #000;
}

.edp-textarea-list .edp-list li::before {
  content: '';
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url('https://eredideipapiexperience.com/wp-content/uploads/2026/05/Rectangle-92.svg') no-repeat center / contain;
}

/* == EDP BOOKING CTA --- pulsanti del plugin prenotazioni allineati alla CTA del sito ==
   .edp-book-btn = "Prenota ora" (esperienze + eventi), .edp-submit = invio nel modale */
.edp-widget .edp-book-btn,
.edp-modal .edp-submit {
  font-family: "Outfit", sans-serif;
  font-size: 15px !important; /* il plugin forza 1.0625rem !important */
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #002435;
  background: #fff;
  border: 1px solid #002435;
  border-radius: 50px;
  padding: 13px 32px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.edp-widget .edp-book-btn:hover,
.edp-widget .edp-book-btn:focus-visible,
.edp-modal .edp-submit:hover,
.edp-modal .edp-submit:focus-visible {
  background: #feca91;
  border-color: #feca91;
  color: #002435;
}

.edp-widget .edp-book-btn {
  width: 100%;
  max-width: 320px;
  margin-top: 4px;
}

.edp-modal .edp-submit {
  width: 100%;
}

@media (max-width: 767px) {
  .edp-widget .edp-book-btn { max-width: none; }
}

/* == EDP BOOKING TIER TABLE --- il plugin impila le fasce di prezzo solo sotto i 560px
   di VIEWPORT: in una colonna stretta su desktop restava a 3 colonne e sbordava.
   Qui si impila in base alla larghezza del CONTENITORE. == */
.edp-widget { container-type: inline-size; }

@container (max-width: 460px) {
  .edp-widget .edp-tier-table,
  .edp-widget .edp-tier-table tbody,
  .edp-widget .edp-tier-table tr,
  .edp-widget .edp-tier-table th,
  .edp-widget .edp-tier-table td {
    display: block;
    width: 100%;
  }

  .edp-widget .edp-tier-table tr th,
  .edp-widget .edp-tier-table tr td {
    padding: 1px 0;
  }

  .edp-widget .edp-tier-table tr { padding: 5px 0; }
  .edp-widget .edp-tier-table tr + tr { border-top: 1px solid #e6e1d8; }
  .edp-widget .edp-tier-table .edp-tier-total { text-align: left; }
}

/* == EDP BOOKING TIER BORDERS --- il tema disegna un bordo nero su ogni th/td:
   qui si azzera e si tiene solo la riga di separazione tra le fasce. == */
.edp-widget .edp-tier-table th,
.edp-widget .edp-tier-table td {
  border: 0 !important;
  background: transparent;
}

.edp-widget .edp-tier-table tr + tr {
  border-top: 1px solid #e6e1d8;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://eredideipapiexperience.com/wp-content/uploads/fonts/outfit-variable.woff2') format('woff2');
}
/* End Custom Fonts CSS */