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

/*===== Media Queries ====== */



@media (max-width: 1365px) and (min-width: 1280px) {

	.w-nav .menu-item.home-menu-item {
		display: none;
	}
}


@media (min-width:  992px) {

	.art-attack-hwrapper .w-image {
		overflow: hidden;
	} 

	.art-attack-hwrapper .w-image img {
		object-fit: cover;
		height: 100%;
	}
}

@media (max-width: 991px) {

	.w-hwrapper.art-attack-hwrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.w-hwrapper.art-attack-hwrapper > .w-vwrapper:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}

	.w-hwrapper.art-attack-hwrapper .w-image.align_left {
		max-height: none !important;
		margin-right: 0 !important;
	}
}


@media (max-width: 991px) and (min-width: 768px) {

	.home-discover-row .vc_col-sm-4 .wpb_wrapper > .w-vwrapper.valign_top {
		margin-top: -90px !important;
		padding-left: 15px !important;
	}
}
