/*
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:*/
.title {
    background-color: #F6F8E9;
    padding-top: var(--header-height);
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 20px;
}

.title-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-content-width, 1200px);
    padding: 0;
}
.title h1 {
    font-family: var(--h2-font-family, inherit) !important;
    font-weight: var(--h2-font-weight, inherit) !important;
    font-size: var(--h2-font-size, inherit) !important;
    font-style: var(--h2-font-style, inherit) !important;
    line-height: var(--h2-line-height, 1.4) !important;
    letter-spacing: var(--h2-letter-spacing, inherit) !important;
    text-transform: var(--h2-text-transform, inherit) !important;
    margin-bottom: var(--h2-margin-bottom, 1.5rem) !important;
    margin: 0 !important;
    color: var(--color-content-heading) !important;
}

.state_mobiles .l-subheader.at_bottom {
    display: none;
    
}

@media (max-width: 600px) {
    :root {
        --header-height: 60px !important;
        --header-sticky-height: 100px;
    }
}