 
/****************************************************************************************************************************************/
/* masonry */
/****************************************************************************************************************************************/
.grid-masonry .img-wrapper {
	/* overflow:hidden; */
}
.grid-masonry .grid-item {
    overflow: hidden;
    margin-bottom: 10px;
}

.grid-masonry .grid-item figure.effect-notizia {
	/*border-bottom: 1px solid #ccc;*/
}
.grid-masonry .grid-item a:hover figure.effect-notizia,
.grid-masonry .grid-item a:focus figure.effect-notizia {
}

.grid-masonry .grid-item .effect-zoe2 {
	position:relative;
}

.grid-masonry .categorie {
	margin: 0;
    padding: 0;
    font-size: 20px;
    color: #cf2117;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    text-transform: uppercase;
    border: none;
    text-align: left;
}
.grid-masonry .effect-notizia h4,
.grid-masonry .effect-notizia h5 {
	text-align:center;
}
.grid-masonry .categorie {
    margin: 0;
    padding: 1rem;
    font-size: 20px;
    color: #cf2117;
    font-weight: normal;
    display: block;
    width: 100%;
    line-height: 23px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    bottom: 0;
    position: absolute;
    background: rgba(255,255,255,.65);
}

.grid-masonry h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #cf2117;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 23px;
  text-transform: uppercase;
  border: none;
  text-align: left;
}

.grid-masonry h5 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 18px;
}

.grid-masonry a {
	overflow: hidden;
	display: block;
}
.grid-masonry a img { 
	-webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
}

.grid-masonry a:hover figure.effect-zoe2 img,
.grid-masonry a:hover figure.effect-notizia img {    
  opacity: .5;
  transform: scale(1.1,1.1);
}

.grid-masonry a .categorie { 
	-webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
}
.grid-masonry a:focus figure.effect-zoe2 .categorie,
.grid-masonry a:focus figure.effect-notizia .categorie {    
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.grid-masonry .grid-item figure.effect-notizia figcaption {
  padding: 10px 0px;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure {
	margin: 0;
}
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: .5rem 1em;
    height: auto;
    background: rgba(255,255,255,.75);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    position: absolute;
    left: 0;
    width: 100%;
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    padding: 0;
    color: #fff;
    text-transform: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    bottom: 64px;
    left: 0;
    margin: 0;
    text-shadow: 0px 1px 3px rgba(0,0,0,.85);
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size:15px;
    text-transform: none;
    transition: transform 0.35s;
    transform: translate3d(0,200%,0);
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}