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

.l-subheader-h {
    max-width: 1260px !important;
}

select.w-filter-item-value-select {
	border-color: transparent !important;
	border-bottom-color: #3b3d40 !important;
}

.category-color {
	border-top-right-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
}

/* FORMS */

form div.row {
	margin: 0 -6px;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}
form .col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 6px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
	text-align: right;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}
input[type="checkbox"] {
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: -4px 4px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 15px 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}


@media screen and (max-width: 1255px) {
	
	body .usg_post_title_1.title-grid {
		font-size: 2.4vw !important;
		line-height: 1.2;
	}
	body .usg_post_content_1.subtitle-grid {
		font-size: 1.9vw !important;
		line-height: 1.2;
	}
	
}

@media screen and (max-width: 600px) {
	
	body .usg_post_title_1.title-grid {
		font-size: 1rem !important;
	}
	body .usg_post_content_1.subtitle-grid {
		font-size: 0.9rem !important;
	}
	
}