/*************

HEADER

*************/

@media only screen and (max-width:1010px){
    header{
        z-index: 100;
    }
}

@media only screen and (max-width: 380px) {
    header .logo img {
        width: 80%;
    }
}

header.fl-theme-builder-header-shrink img {
    max-height: 55px;
}

