/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.uael-nav-menu li.menu-item-has-children.sub-menu-closed .sub-menu {
    height: 0 !important;
    pointer-events: none;
    z-index: -1 !important;
}

body:not(.jupiterx-header-sticked) .second-uael-nav-menu  {
    z-index: -1 !important;
    opacity: 0 !important;
}