.js-isotope .card-row.js-isotope-item {
	width: 100%;
}
.js-isotope .card-row.js-isotope-item .card-block .card-text {
	min-height: 170px;
}

.footer .p_nero, .footer .p_nero * {
	color: #000;
}

.hover-border div::before {
	-webkit-transition: .2s 0s;
	-o-transition: .2s 0s;
	transition: .2s 0s;
}
.hover-border div::after {
	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}
.hover-border::after {
	-webkit-transition: .2s .2s;
	-o-transition: .2s .2s;
	transition: .2s .2s;
}
.hover-border::before {
	-webkit-transition: .2s .6s;
	-o-transition: .2s .6s;
	transition: .2s .6s;
}

.div_acf_lavoro {
	padding-bottom: 45px;
}
.div_acf_lavoro p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.div_gallery_foo {
	padding-bottom: 45px;
}
.div_gallery_foo .foobox {
	width: 360px !important;
	height: 240px;
	float: left !important;
	background-size: cover;
	background-position: center center;
	margin: 0 45px 45px 0;
}
.div_gallery_foo .foobox:nth-child(3n) {
	margin-right: 0;
}

.fbx-modal .fbx-inner .fbx-count {
	display: none !important;
}

.single.single-post .bauhaus-feature-img .title-info {
	display: none !important;
}

.foogallery.fg-default .fg-item.fg-type-image {
    max-width: 33.33%;
}







@media screen and (max-width:479px){
	.div_gallery_foo .foobox {
	width: 100% !important;
	float: none !important;
	}
	.foogallery.fg-default .fg-item.fg-type-image {
    max-width: 100%;
	}
}







