/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 09:34:00 */
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-parent > a .qodef-menu-item-text {
	color: #ffffff !important;
	background-size: 0 !important;
}

.qodef-fullscreen-menu > ul > li > a,
.qodef-fullscreen-menu > ul > li > a:hover,
.qodef-fullscreen-menu > ul > li.current-menu-item > a,
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-parent > a {
	color: #ffffff !important;
}

/* Secondo livello */
.qodef-fullscreen-menu ul li ul li a,
.qodef-fullscreen-menu ul li ul li a:hover,
.qodef-fullscreen-menu ul li ul li.current-menu-item > a,
.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a,
.qodef-fullscreen-menu ul li ul li.current-menu-parent > a,
.qodef-fullscreen-menu ul li ul li a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-item > a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-parent > a .qodef-menu-item-text {
	color: #ffffff !important;
	font-size: 18px !important;
	background-size: 0 !important;
}

/* Divider tra voci menu fullscreen (mobile) */
@media (max-width: 768px) {

  .qodef-fullscreen-menu > ul {
    margin-top: 70px;
  }

  .qodef-fullscreen-menu > ul > li {
    border-bottom: 1px solid #ffffff;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .qodef-fullscreen-menu > ul > li:last-child {
    border-bottom: none;
  }

}

/* Link piccoli sotto-voce custom */
.menu-links-small {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.menu-links-small a,
.menu-links-small a:hover,
.menu-links-small a:active,
.menu-links-small a:focus {
  display: block;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  color: #ffffff !important;
}

.menu-links-small a.group,
.menu-links-small a.industrial,
.menu-links-small a.optical {
  color: #ffffff !important;
}

.qodef-fullscreen-menu ul li ul li a,
.qodef-fullscreen-menu ul li ul li a:hover,
.qodef-fullscreen-menu ul li ul li.current-menu-item > a,
.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a,
.qodef-fullscreen-menu ul li ul li.current-menu-parent > a,
.qodef-fullscreen-menu ul li ul li a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-item > a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a .qodef-menu-item-text,
.qodef-fullscreen-menu ul li ul li.current-menu-parent > a .qodef-menu-item-text {
	color: #ffffff !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	background-size: 0 !important;
}