/*
Theme Name: Beckr Theme
Template: Impreza
Version: 1.0
Author:	Bent Becker
Theme URI: bentbecker.nl
Author URI: http://bentbecker.nl/
*/

/*Add your own styles here:*/

html{
	overflow-x: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* Styles for larger mobile devices */
	.grid_product article {
		max-width: 95% !important;
		margin: auto;
	}
	.faq-wrapper .faq-cat {
		max-width: 100% !important;
		width: 100%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  /* Styles for screens between 769px and 1024px wide */
	.faq-wrapper .faq-cat {
		max-width: 100% !important;
		width: 100%;
	}
	#section-03 .vc_col-sm-3{
		margin-bottom: 3rem;
		width: 50% !important;
	}
	.grid_product article {
    max-width: 80% !important;
    margin: auto;
	}
}


.items_section_usp .vc_col-sm-3 .wpb_wrapper{
	height: 100%;
}
.items_section_usp .vc_col-sm-3 .wpb_wrapper .w-iconbox{
	height: 100%;
}

.grid_product .post-708 .w-grid-item-h:after {
    bottom: 34px !important;
}