/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 10:24:16 */
/* ───────── HAMBURGER: solo 3 linee, NO background ───────── */
.wd-header-mobile .wd-tools-element .wd-style-icon,
.wd-header-mobile-nav .wd-style-icon {
  background: transparent !important;   /* toglie il quadrato */
  border: none !important;
  box-shadow: none !important;
}
.wd-header-mobile .wd-tools-element .wd-tools-icon,
.wd-header-mobile .wd-tools-element .wd-tools-icon svg,
.wd-header-mobile .wd-tools-element .wd-tools-icon::before,
.wd-header-mobile .wd-tools-element .wd-tools-icon::after {
  color:#579870 !important;             /* linee verdi */
  fill:#579870 !important;
  stroke:#579870 !important;
  background: transparent !important;
}
/* anche quando l’header è sticky */
.whb-sticked .wd-header-mobile-nav .wd-tools-icon,
.whb-sticked .wd-header-mobile-nav .wd-tools-icon svg,
.whb-sticked .wd-header-mobile-nav .wd-tools-icon::before,
.whb-sticked .wd-header-mobile-nav .wd-tools-icon::after {
  color:#579870 !important; fill:#579870 !important; stroke:#579870 !important; background:transparent !important;
}

/* ───────── FINESTRA MENU: tutta verde, niente variazioni ───────── */
.mobile-nav,
.mobile-nav .wd-nav-mobile,
.mobile-nav .wd-nav-mobile .sub-menu {
  background-color:#579870 !important; /* stessa tinta ovunque */
}

/* Testi SEMPRE bianchi (primo e secondo livello) */
.mobile-nav .wd-nav-mobile li > a,
.mobile-nav .wd-nav-mobile li > a * {
  color:#fff !important;
}

/* Niente cambi di colore in hover/active/open/current */
.mobile-nav .wd-nav-mobile a:hover,
.mobile-nav .wd-nav-mobile a:focus,
.mobile-nav .wd-nav-mobile li.open > a,
.mobile-nav .wd-nav-mobile li.menu-item-has-children > a,
.mobile-nav .wd-nav-mobile li.current-menu-item > a,
.mobile-nav .wd-nav-mobile li.current-menu-ancestor > a {
  background-color:#579870 !important;  /* resta verde */
  color:#fff !important;                /* testo bianco */
}

/* Freccina apri-sottomenu: bianca */
.mobile-nav .wd-dropdown-opener,
.mobile-nav .wd-dropdown-opener::after,
.mobile-nav .wd-dropdown-opener svg,
.mobile-nav .wd-dropdown-opener svg * {
  color:#fff !important; fill:#fff !important; stroke:#fff !important;
}

/* (opzionale) rimuovi eventuale gradiente/overlay del tema */
.mobile-nav .wd-nav-mobile,
.mobile-nav .wd-nav-mobile .sub-menu {
  background-image:none !important;
}

.whb-header_292285:not(.whb-sticked) .wd-tools-icon {
  color: #579870 !important;
  fill:  #579870 !important;
  stroke:#579870 !important;
  background: transparent !important;
}