/*
Theme Name: Facility Plus
Theme URI: https://evolvewebdesigns.ca
Author: Cory Marr
Author URI: https://evolvewebdesigns.ca
Description: Custom theme built out for Facility Plus
Version: 1.0

*/
@media only screen and (min-width: 1024px){
.fp-projects-items .large-3:nth-child(4n + 1){
	clear:both;
}
.fp-projects-items .large-4:nth-child(3n + 1){
	clear:both;
}	
	
}

@media only screen and (max-width: 1023px){
.fp-projects-items .column:nth-child(2n + 1){
	clear:both;
}
}
@media only screen and (max-device-width: 550px){
	.testimonial-carousel .testimonial-list .testimonial-wrapper img{
		 max-height:100px;
		max-width:150px;
	}
	
	.fp-service-repeater .fp-service-item .service-image{
		min-height:200px;
		
	}
	
}

#gform_wrapper_1{
	    max-width: 650px;
    margin: auto;
}

@media only screen and (max-width: 800px){
	.column-class{
		flex-direction: column;
	}
}

@media screen and (max-width: 63.9375em) {
	.fp-image-repeater .fp-image-items .fp-image-item {
		margin-right: auto;
		margin-left: auto;
		max-height: unset;
	}
	.row .row {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}
}