/*
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:*/

.main__filters.layout_235 .usg_post_image_1 img{
	height:100%;
	object-fit: cover;
}
.main__filters.layout_235 .usg_post_image_1{
	height: 302px;
}
#main-footer{
	position: relative;
}
#main-footer:before{
	content: '';
	position: absolute;
	width:100%;
	height: 1px;
	background: #3F3E3E;
	left: 0;
	z-index: 9;
	right: 0;
	bottom: 120px;
}
body.page-id-19{
    border-top: 13px solid #E91D2D;
}
.banner-heading span.ult-dual-heading-text.ult-first-text, .banner-heading span.ult-dual-adv-heading-text{
	letter-spacing: -0.02em !important;
}
#page-header .l-subheader.at_middle{
	padding-right: 0 !important;
}
.header__phone{
	    margin-left: 0 !important;	
}
.header__phone img{
	    width: 29px !important;
}
.header__phone a{
	padding: 23px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#coming-soon-footer:before {
    content:'';
    width:100%;
    position: absolute;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF99 56%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    height: 300px;
    z-index: 1;
}
#coming-soon-footer h2 {
    font-size: 50px;
    font-weight: bold;
}
.image-boxes {
    margin-bottom: -150px;
    z-index: 2;
}
.image__box {
    border-top: 4px solid #FFC844;
}

@media only screen and (max-width:600px){
	#coming-soon-footer:before {
		height: 130px;
	}
	#coming-soon-footer h2 {
		font-size: 36px;
	}
	.image-boxes {
		margin-bottom: 0px;
	}
	.image__box img {
		width: 100% !important;
	}
}