.wrap_img, .wrap-box {
	padding: 0;
}
.wrap-box {
	visibility: hidden;
}
.grid {
	position: relative;
	clear: both;
	max-width: 1000px;
	list-style: none;
	text-align: left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-bottom: 1em;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 1;
	width:100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 0;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


/* Individual effects */

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: auto;
	background-color: rgba(83,38,25,0.8);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	-webkit-transform: translate3d(0,102%,0);
	transform: translate3d(0,102%,0);
}

figure.effect-zoe h3 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.9em !important;
	letter-spacing: 0.03em;
	color: #fff !important;
	margin: 0;
	line-height: 18px;
}

figure.effect-zoe h3,
figure.effect-zoe ul.icon-links li {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	font-size: 1.4em;
}
figure.effect-zoe ul.icon-links li span{
	font-size: 0.8em;
	font-family: 'Montserrat', sans-serif !important;
}
figure.effect-zoe ul {
	margin-bottom: 0;
	margin-top: 12px;
}
figure.effect-zoe ul.icon-links li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
}

figure.effect-zoe p.icon-links a i::before {
	display: inline-block;
}

figure.effect-zoe h3 {
	display: inline-block;
}


figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h3,
figure.effect-zoe:hover ul.icon-links li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

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

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

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

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #97908C;
}
figure.effect-honey figcaption{
	padding: 0 !important;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #97908C;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	font-family: 'Montserrat', sans-serif !important;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 2.6em;
	padding: 20px 18px;
	width: 100%;
	text-align: right;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}


figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

