header .elementor-sticky__spacer {
    display: none;
}

@media ( min-width: 1301px ) {
    body:not(.no-header-transitions) header .elementor-sticky:not(.elementor-sticky--effects):not(:hover) .main-header {
        background-color: transparent !important;
        box-shadow: initial;
    }body:not(.no-header-transitions) header .elementor-sticky:not(.elementor-sticky--effects):not(:hover) .main-header .main-header__logo svg path {
        fill: #fff;
        transition: .3s;
    }
}
@media ( max-width: 1300px ) {
    body:not(.no-header-transitions, .burger-menu-open) header .elementor-sticky:not(.elementor-sticky--effects) .main-header {
        background-color: transparent !important;
        box-shadow: initial;
    }body:not(.no-header-transitions, .burger-menu-open) header .elementor-sticky:not(.elementor-sticky--effects) .main-header .main-header__logo svg path {
        fill: #fff;
        transition: .3s;
    }
}