/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#articles_display {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.55%;
}

.articles h3 {
	color: #344975;
}

.articles article {
	width: 32.3%;
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px rgb(0 0 0 / 13%);
	        box-shadow: 0px 0px 18px rgb(0 0 0 / 13%);
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.articles .site-width {
	margin: -8px auto 0;
}

.articles h4 {
	margin-top: -6px;
	margin-bottom: 3px;
}

.articles figure {
	display: block;
	margin: 0;
	height: 247px;
	width: 100%;
	border-radius: 0;
	position: relative;
}

.articles .badges-list {
	padding: 29px 8%;
	display: block;
	height: 100%;
	z-index: 2;
	position: relative;
}

.articles .badge {
	display: inline-block;
	margin: 0px 0px 8px 4px;
	padding: 1px 23px;
	font-size: 14px;
	line-height: 2;
	color: #343433;
	background-color: #fff;
	font-weight: normal;
}

.articles article .decoration-blue-box:after {
	right: 0;
	bottom: 0%;
	width: 148px;
	height: 31px;
}

.articles .article-body.flex {
	padding: 37px 8% 48px;
}

.articles .article-body h4 {
	line-height: 31px;
	margin-bottom: 5px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 46px;
}

.articles .post_meta {
	margin-bottom: 23px;
	line-height: 27px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 111px;
}

.articles .post_footer .reading-time {
	font-size: 12px;
	margin-bottom: 22px;
}

.articles figure .darken {
	display: block;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000042;
}

.articles .post_footer>span {
	height: 13px;
	padding-right: 21px;
	background: url(http://rubin-vimer.webstickprojects.co.il/wp-content/themes/rubin/images/wall-clock.svg) center right no-repeat;
	background-size: contain;
	margin-bottom: 24px;
}

@media (max-width: 550px) {

	.articles {
		padding: 45px 0 30px;
	}

	.articles article {
		display: none;
		margin-bottom: 17px;
		width: 100%;
	}

	.articles article:nth-of-type(1),
	.articles article:nth-of-type(2) {
		display: block;
	}

	.articles h3,
	.articles a.see-all {
		text-align: center;
		margin-bottom: 0;
		color: #344975;
	}

	.articles a.see-all {
		margin-bottom: 22px;
	}

	.articles .article-body.flex {
		padding: 31px 21px 28px;
	}

	.articles figure {
		height: 190px;
	}

	.articles article .decoration-blue-box:after {
		width: 115px;
		height: 23px;
	}

	.articles .badge {
		padding: 0px 20px;
		font-size: 11px;
	}

	.articles .badges-list {
		padding: 18px 22px;
	}

	.articles .article-body h4 {
		line-height: 20px;
		font-size: 16.5px;
		margin-bottom: 9px;
	}

	.articles .post_meta {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.57;
		min-height: 92px;
	}

	.articles a.transp-btn {
		padding: 0px 13px;
	}

	.articles .post_footer>span {
		margin-bottom: 17px;
	}
}

@media screen and (min-width:1024px) {
	#articles_display {
		row-gap: 15px;
	}
}