/* Remove header background - make it transparent */
.header.header-three,
.header.header-three .header-nav,
.header.header-three .navbar,
.header.header-three .container,
.main-header-two,
.main-header-two .header.header-three {
    background: white !important;
    background-color: white;
    background-image: none;
    background-color: #fff0 !important;
    background-image: none !important;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .header.header-three {
        background-color: transparent !important;
        margin-top: 10px;
    }
}

/* DEFAULT STATE - Remove color property to allow inline styles to work */
.header.header-three .main-menu-wrapper .main-nav>li>a {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.header.header-three .header-items .btn {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* STICKY STATE - Remove text-shadow only */
.header.header-three.sticky .main-menu-wrapper .main-nav>li>a {
    text-shadow: none !important;
}