/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.state_default .l-header.pos_fixed,
.state_laptops .l-header.pos_fixed {
    left: auto !important;
}

.state_default .w-menu.layout_hor .menu,
.state_laptops .w-menu.layout_hor .menu {
    display: block;
    border-radius: 6px 0 0 6px;
    background: #FAF8F6;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 18px 22px;
}

.state_default .l-subheader.at_middle,
.state_laptops .l-subheader.at_middle {
    height: auto !important;
    line-height: normal !important;
    padding-left: 0;
    padding-right: 0;
}

.l-header.sticky .state_default .l-subheader.at_middle,
.l-header.sticky .state_laptops .l-subheader.at_middle {
    height: auto !important;
    line-height: normal !important;
}

.header_hor .ush_additional_menu_1 .menu {
    margin: 0 0 !important;
}

.l-header .w-menu.layout_hor .menu a {
    transition-property: background, box-shadow, border, color, opacity, text-decoration-color, text-underline-offset, transform, text-decoration;
}

.l-header .w-menu.layout_hor .menu a:hover {
    text-decoration: underline;
}

u {
    text-decoration-thickness: 2px;
    text-underline-position: from-font;
}

.xs-font {
    font-size: 14px;
}

.custom-arrow-svg {
    height: 14px;
    margin-left: 10px;
}

@media (min-width: 900px) {
    
    .l-footer .g-cols.via_flex.type_default {
        align-items: flex-end;
    }
}
