/*
 * General styles
 *********************************/
.jeherve-post-embeds {

}
.jeherve-post-embeds .swiper-slide {
	padding:20px;
	height:auto;
}
.jeherve-post-embeds.swiper-container {
	overflow:visible;
}
.swiper-pagination-bullet:only-child {
	display: none;
}

.jeherve-post-embeds .post-embed-article {
	background: white;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(227,227,227,0.69);
	-moz-box-shadow: 0px 0px 25px 0px rgba(227,227,227,0.69);
	box-shadow: 0px 0px 25px 0px rgba(227,227,227,0.69);
	height: 100%;
}
.jeherve-post-embeds .post-embed-article .post-embed-content-wraper {
	padding:25px;
	position:relative;
	height: calc(100% - 190px);
	background: white;
}
.jeherve-post-embeds .post-embed-article:last-child {
	margin-right:0;
}

.jeherve-post-embeds .post-embed-article h4.post-embed-post-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	min-height: 50px;
}
.jeherve-post-embeds .post-embed-article .post-embed-post-thumbnail {
	max-height: 190px;
	overflow: hidden;
}
.jeherve-post-embeds .post-embed-article .post-embed-post-excerpt{
	margin-bottom: 50px;
	position: relative;
	background: white;
	max-height: 150px;
	overflow: hidden;
}

.jeherve-post-embeds .post-embed-article .post-embed-post-excerpt:after{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
	width: 100%;
	height: 8em;
}

.jeherve-post-embeds .post-embed-article .read_more_article{
	font-weight:700;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	z-index: 999;
}
.jeherve-post-embeds .post-embed-article .read_more_article span.elementor-button-text {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.jeherve-post-embeds .jeherve-post-embeds-credits {
	color: #C3C3C3;
	float: right;
	font-size: 0.8em;
	margin: 0.5em 0;
}
.swiper-container {
	width: 100%;
}
/*
 * Grid
 * Use the "embed-grid" wrapper_class shortcode parameter.
 *
 * Meant to be used to display images only.
 * include_excerpt="false" include_content="false" include_images="true" include_title="false"
 **********************************/

 .embed-grid {
 	border: none;
 	clear: both;
 }

 .embed-grid .post-embed-article {
 	float: left;
 	box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	border-bottom: none;
 	opacity: 0.6;
 }

 .embed-grid .post-embed-article:hover {
 	opacity: 1;
 }

 .embed-grid :last-child {
 	clear: both;
 }


 /* RESP */
@media (max-width: 1024px){
	.jeherve-post-embeds.swiper-wrapper{
		margin-bottom: 20px;
	}

}

@media (max-width: 767px) {
	.jeherve-post-embeds .post-embed-article .read_more_article{
		bottom: 0px;
	}
}
