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

.wpcf7-form-control {
	width: 100%;
}
.wpcf7-form-control input[type="checkbox"], .wpcf7-form-control input[type="radio"] {
	margin-top: 7px;	
}
.wpcf7-form-control .wpcf7-list-item.last.has-free-text {
	display:inline-flex;
}
.wpcf7-form-control .wpcf7-list-item.last.has-free-text .wpcf7-list-item-label {
	display:none;
}

@media only screen and (max-width: 899px) {
	.txtinput30 .wpcf7-list-item, .wpcf7-form-control-wrap .txtinput50 {
		width: 100%;
	}

} 
@media only screen and (min-width: 900px) {
	.txtinput30 .wpcf7-list-item {
		width: 30%;
	}
	.wpcf7-form-control-wrap .txtinput50 {
		width: 50%;
	}
} 
