/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2025 | 11:58:41 */
/* Stato normale: menu link bianchi */
.wd-nav.wd-style-default .menu-item > a {
  color: #ffffff !important;
}

/* Stato sticky: menu link neri */
.whb-sticked .wd-nav.wd-style-default .menu-item > a {
  color: #284855 !important;
}

.wd-tools-element.wd-header-mobile-nav {
  color: #ffffff !important;
}

.wd-tools-element.wd-header-mobile-nav a {
  color: #ffffff !important;
}

/* Stato sticky mobile: testo nero */
.whb-sticked .wd-tools-element.wd-header-mobile-nav {
  color: #284855 !important;
}

.whb-sticked .wd-tools-element.wd-header-mobile-nav a {
  color: #284855 !important;
}

.custom-contact-button a {
  display: inline-block;
  background-color: #C11B24;
  color: #ffffff;
  padding: 12px 24px;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}

.custom-contact-button a:hover {
  background-color: #a4161f; /* leggero scurimento al passaggio */
}
