body.scrolling .elementor-location-header {
    top: -250px !important;
    background-color: white;

    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    transition: top 300ms ease;
}

@media (max-width: 767px) {
    body.scrolling .elementor-location-header .elementor-nav-menu {
        background-color: white;
    }
}

body.scrolling-up .elementor-location-header {
    top: 0 !important;
}

body.admin-bar.scrolling-up .elementor-location-header {
    top: 32px !important;
}