/**
* Transparent Header
*/
header {
    margin-bottom: -120px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* if header has transparent-class and it isn't sticky, always hide the logo-color */
header .transparent-header:not(.elementor-sticky--effects) .logo-color {
    display: none;
}

/* if header has transparent-class and it isn't sticky */
header .transparent-header.elementor-sticky--effects .logo-white {
    display: none;
}

/** if header has transparent-class, but not sticky **/
header .transparent-header:not(.elementor-sticky--effects) .main {
    background: transparent!important;
}

/** if header has transparent-class, but not stikcy, header items color white **/
header .transparent-header:not(.elementor-sticky--effects) .elementor-nav-menu--main .elementor-item {
        color: var(--e-global-color-5a89d0b) !important;
        fill: var(--e-global-color-5a89d0b);
}

/*header .main {*/
/*    background: transparent!important;*/
/*    width: 100%;*/
/*}*/


/*header .logo-color {*/
/*    display: none!important;*/
/*}*/

/*header .elementor-sticky--active:not(.elementor-sticky--effects) .logo-white {*/
/*    display: block!important;*/
/*}*/

/*header .logo-white {*/
/*    display: block!important;*/
/*}*/

/*header .elementor-nav-menu--main .elementor-item {*/
/*    color: var(--e-global-color-5a89d0b) !important;*/
/*    fill: var(--e-global-color-5a89d0b);*/
/*}*/

/*header .elementor-menu-toggle svg {*/
/*    color: var(--e-global-color-5a89d0b) !important;*/
/*    fill: var(--e-global-color-5a89d0b);*/
/*}*/

/*!** sticky header **!*/
/*.main.elementor-sticky--effects {*/

/*    background: #fff;*/

/*}*/


/*.main.elementor-sticky--effects .logo-color {*/
/*    display: block!important;*/
/*}*/

/*.main.elementor-sticky--effects .logo-white {*/
/*    display: none!important;*/
/*}*/

/*.main.elementor-sticky--effects {*/
/*    background: #FFF!important;*/
/*}*/

/*.main.elementor-sticky--effects .elementor-menu-toggle svg,*/
/*.main.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {*/
/*    color: var(--e-global-color-text) !important;*/
/*    fill: var(--e-global-color-text);*/
/*}*/
