/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 09:25:55 */
.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text
{
	background-size:0 !important;
	color:rgb(0, 99, 146);
}


/* 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 #7f7f7f;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .qodef-fullscreen-menu > ul > li:last-child {
    border-bottom: none;
  }

}

.menu-links-small {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

.menu-links-small a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}

.menu-links-small a.group {
  color: #0192d3 !important;
}

.menu-links-small a.industrial {
  color: #026eb7 !important;
}

.menu-links-small a.building {
  color: #2ab2c8 !important;
}