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

.hero-video .w-video-h{
	background: rgba(0,0,0,.5);
}

.modal input[type="text"]{
	/* border: 1px solid #000;
  	border-radius: 10px !important;
	height: 30px;
	min-height: 40px; */
	font-size: 16px;
}
.modal .wpcf7-submit{
	width: 100%;
}

.photos_carousel .photos_carousel_item{
	height: 200px;
}
.photos_carousel .photos_carousel_item .w-post-elm.post_image{
	width: 100%;
	height: 100%;
}
.photos_carousel .photos_carousel_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}