.gridList .item {
    margin-bottom: 30px;
}
.wpb_image_grid .wpb_image_grid_ul{
	margin-left:-14px;
	margin-right:-14px;
	}
li.isotope-item {
    /*width: 350px !important;
	margin: 10px !important;*/
	width:33.3333% !important;
	margin:0px 0px 30px 0px !important;
	padding:0px 14px !important;
}
li.isotope-item a {
	position:relative;
	display:block;
	overflow:hidden;
}
li.isotope-item img {
    width: 100% !important;
}
.page-template-sub_page-php .grid-tc {
    text-transform: uppercase;
}
.ov-box a:hover:before {
    background: rgba(0,0,0,0.2);
}
.wpb_image_grid .wpb_image_grid_ul a:hover:before {
    background: rgba(0,0,0,0.2);
}
.wpb_image_grid .wpb_image_grid_ul a:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media only screen and (min-width: 991px) {
	.page-title h2 { font-size: 42px !important;
	}
	li.isotope-item {
		padding:0px 20px !important;
		margin:0px 0px 40px 0px !important;
	}
}
@media (max-width: 767px) {
	li.isotope-item { width:100% !important;}
}