/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 09:29:35 */
/* SERVIZI */
.qodef-fullscreen-menu li.menu-item-11761 {
  position: relative !important;
}

/* Link cliccabile */
.qodef-fullscreen-menu li.menu-item-11761 > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  pointer-events: auto !important;
  line-height: 1 !important;
}

/* Freccia visiva accanto */
.qodef-fullscreen-menu li.menu-item-11761 > a::after {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 12px !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: currentColor !important;
  transform: translateY(-1px) !important;
}

/* NON nascondiamo più il submenu */
.qodef-fullscreen-menu li.menu-item-11761 > .qodef-drop-down-second,
.qodef-fullscreen-menu li.menu-item-11761 > .qodef-drop-down-second .qodef-drop-down-second-inner {
  visibility: visible !important;
  opacity: 1 !important;
}


/* Rimuove sottolineatura hover/click/focus nel fullscreen menu */
.qodef-fullscreen-menu a,
.qodef-fullscreen-menu a:hover,
.qodef-fullscreen-menu a:focus,
.qodef-fullscreen-menu a:active,
.qodef-fullscreen-menu li:hover > a,
.qodef-fullscreen-menu li.current-menu-item > a,
.qodef-fullscreen-menu li.current-menu-ancestor > a,
.qodef-fullscreen-menu li.current-menu-parent > a {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Stesso reset sullo span interno */
.qodef-fullscreen-menu a span,
.qodef-fullscreen-menu a:hover span,
.qodef-fullscreen-menu a:focus span,
.qodef-fullscreen-menu a:active span,
.qodef-fullscreen-menu li:hover > a span,
.qodef-fullscreen-menu li.current-menu-item > a span,
.qodef-fullscreen-menu li.current-menu-ancestor > a span,
.qodef-fullscreen-menu li.current-menu-parent > a span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Rimuove eventuali linee decorative del tema, ma NON sulla voce Servizi */
.qodef-fullscreen-menu li:not(.menu-item-11761) > a::before,
.qodef-fullscreen-menu li:not(.menu-item-11761) > a::after,
.qodef-fullscreen-menu li:not(.menu-item-11761) > a span::before,
.qodef-fullscreen-menu li:not(.menu-item-11761) > a span::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Reset stato active/focus visivo del tema */
.qodef-fullscreen-menu li.qodef-menu-item--active > a,
.qodef-fullscreen-menu li.qodef-menu-item--active > a span,
.qodef-fullscreen-menu li.qodef--opened > a,
.qodef-fullscreen-menu li.qodef--opened > a span,
.qodef-fullscreen-menu li.open > a,
.qodef-fullscreen-menu li.open > a span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}