/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/*** Main menu */

.sub-menu.elementor-nav-menu--dropdown ul > li:not(:last-child) a {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*** Accessibility ***/

.sticky-menu-container {
    display: none;
}

body.has-scrolled-down .sticky-menu-container {
    display: flex;
    left: 0;
    right: 0;
    width: 100% !important;
}

body.has-scrolled-down .main-menu-container {
    display: none;
}
