/* Mega Menu Styles
   -------------------------------------------------- */
   
   /* Sticky Scroll: default text color */
.kadence-sticky-header.item-is-fixed:not(.item-at-start)
.mega-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--global-palette3) !important;
}

/* Sticky Scroll: hover color */
.kadence-sticky-header.item-is-fixed:not(.item-at-start)
.mega-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--global-palette1) !important;
}



/* Font weight consistency */
.mega-menu-wrap-primary .mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
.mega-menu-wrap-primary .mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 100 !important;
}