/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
    margin: 0 auto;
    left: 0;
    right: 0;
	padding:0 20px
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	padding:0 20px 20px 20px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sadie p.second {
    margin: 0 auto !important;
    display: inline;
	position:relative;
	z-index:10
}

figure.effect-sadie .abs {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 0 15px;
}

/* VC Fixes fol cols 
.vc_col-lg-12 .grid figure.effect-sadie{max-height:1920px}
.vc_col-lg-6 .grid figure.effect-sadie{max-height: 1002px;}
.vc_col-lg-4 .grid figure.effect-sadie{max-height: 684px;}
.vc_col-lg-3 .grid figure.effect-sadie{max-height: 526px;}
*/

/* VC Text Fixes fol cols */
