/**** MOBILE MENU ****/
.x21-mobile-controls, .x21-mobile-controls > button, .mm-menu, .mobileHeader-container {
	background:#236f91;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color:#fff;
}

#partial-header-1 .phone__number{
    font-size: 1.1rem;
}
body .logo-a__title{
    font-weight: bold;
}
.featuredblocks-grid-d .featuredblock__image{
    filter: invert(1)!important;
}
.featuredblock__item:hover .featuredblock__image{
    filter: invert(0)!important;
}

/*@media(min-width: 800px){
    .col-lg-3{
        flex: 0 0 29%;
        max-width: 29%;
    }
    .col-lg-7{
        flex: 0 0 54.333333%;
        max-width: 54.333333%;
    }
}*/