/*************

HEADER

*************/
header{
    box-shadow: 0px 2px 20px 0px rgba(38, 38, 38, .1);
}
@media only screen and (max-width:1010px){
    header{
        z-index: 100;
    }
}

/*header .logo img{
    max-width: 300px;
    max-height: 100px;
    transition: max-height .3s;
}*/

@media only screen and (max-width: 380px) {
    header .logo img {
        width: 80%;
    }
}

header.fl-theme-builder-header-shrink img {
    max-height: 70px !important;
}

.fl-theme-builder-header-shrink-module-bottom.fl-module-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sz-header-buttons {
    position: absolute;
    right: 0;
}

.fl-builder-content .sz-header-buttons .fl-button i {
    font-size: 1em;
}

@media screen and (max-width: 675px){
    .fl-builder-content .sz-header-buttons {
        position: static;
    }
    .fl-builder-content .sz-header-buttons .fl-button-group-buttons{
        justify-content: center;
    }
}