.gallery-list.gallery-style-4 .post-title {
	color: #313131;
}

.gallery-list.gallery-style-4 .gallery-image {
	position: relative;
}

.gallery-list.gallery-style-4 .post-content-center {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gallery-list.gallery-style-4 .post-content-center .post-hover-content {
	padding: 15px;
	margin-top: 0;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gallery-list.gallery-style-4 .entry-content {
	color: #666;
}

.gallery-list .gallery-btn-link {
	margin-top: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: blink;
	border-bottom: 1px solid #d82d34;
	color: #d82d34;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 27px;
}

.gallery-list.gallery-style-4 .gallery-list-content {
	overflow: visible;
}

.gallery-style-4:not(.list-carousel-slick) .bottom-effects {
	display: none;
}

.bottom-effects:after {
	content: "";
	background: #111b39;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	width: 270px;
	height: 270px;
	bottom: -25px;
	left: -75px;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all .7s ease-in-out .05s;
	-moz-transition: all .7s ease-in-out .05s;
	-o-transition: all .7s ease-in-out .05s;
	-ms-transition: all .7s ease-in-out .05s;
	transition: all .7s ease-in-out .05s;
	transform: scale(.5) skewX(-18deg) skewY(-43deg) rotateX(77deg) rotateY(34deg);
}

.bottom-effects:before {
	content: "";
	background: rgba(17, 27, 57, .5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	width: 350px;
	height: 350px;
	bottom: -66px;
	left: -116px;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: bottom-effect-float-away;
	animation-name: bottom-effect-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform: skewX(5deg) skewY(-43deg) rotateX(79deg) rotateY(34deg);
}

@-webkit-keyframes bottom-effect-float-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(1.3) skewX(5deg) skewY(-43deg) rotateX(79deg) rotateY(34deg);
		transform: scale(1.3) skewX(5deg) skewY(-43deg) rotateX(79deg) rotateY(34deg);
	}
}

@keyframes bottom-effect-float-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(1.3) skewX(5deg) skewY(-43deg) rotateX(79deg) rotateY(34deg);
		transform: scale(1.3) skewX(5deg) skewY(-43deg) rotateX(79deg) rotateY(34deg);
	}
}