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

.cols_3 > div[class*="list"] > * {
    width: calc(33.3333% - 13.33px) !important; /* adjust for margin */
    float: left;
    margin-right: 20px;
	margin-bottom: 40px; 
}

.cols_3 > div[class*="list"] > *:nth-child(3n) {
    margin-right: 0; /* no margin on every 3rd item */
}

.cols_3 > div[class*="list"] > *:nth-child(3n+1){
    clear: left;
}

.w-grid-preloader{
	display: none;
}