/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2025 | 14:34:27 */
@media (max-width: 1024px) {
  /* Sfondo del menu mobile */
  .mobile-nav.wd-opened {
    background-color: #284855 !important;
  }

  /* Voci del menu mobile */
  .mobile-nav.wd-opened .menu-item > a {
    color: #ffffff !important;
    font-size: 18px !important;
  }

  /* Testo "Chiudi" nel menu mobile */
  .mobile-nav.wd-opened .close-side-widget a {
    color: #e6e6e6 !important;
  }

  .mobile-nav.wd-opened .close-side-widget a::before {
    color: #e6e6e6 !important;
  }
}