.elementor-kit-8{--e-global-color-primary:#00565B;--e-global-color-secondary:#E3DAD1;--e-global-color-text:#86B6A5;--e-global-color-accent:#FFFFFF;--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-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
   BASE
========================= */

html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  min-height: 100%;
}

body {
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   HEADER SOLO NON HOME TRASPARENTE
========================= */

body:not(.home):not(.front-page) .elementor-location-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
}

/* =========================
   DROPDOWN MENU (SOLO DESKTOP + TABLET)
========================= */

@media (min-width: 768px) {

  .elementor-nav-menu--dropdown {
    background: rgba(255, 255, 255, 0.98) !important;
  }

  /* centratura voci */
  .elementor-nav-menu--dropdown li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .elementor-nav-menu--dropdown a {
    width: 100% !important;
    text-align: center !important;
    padding: 12px 20px !important;
  }

  /* colore base */
  .elementor-nav-menu--dropdown .elementor-item,
  .elementor-nav-menu--dropdown .elementor-sub-item {
    color: #00565B !important;
    transition: all 0.25s ease;
  }

  /* hover */
  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-nav-menu--dropdown .elementor-sub-item:hover {
    color: #ffffff !important;
    background: rgba(0, 86, 91, 0.9) !important;
    border-radius: 6px;
  }

  /* pagina attiva */
  .elementor-nav-menu--dropdown .current-menu-item > a,
  .elementor-nav-menu--dropdown .current_page_item > a {
    color: #ffffff !important;
    background: rgba(0, 86, 91, 0.9) !important;
    border-radius: 6px;
  }
}

/* =========================
   STICKY FIX
========================= */

.elementor-sticky__spacer {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}/* End custom CSS */