/* =============================================================================
 * mod_newslist-v4
 * ========================================================================== */

.mod_newslist_v4 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}

.newslist-v4 {
	flex: 0 0 25%;
	margin-bottom: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v4:hover {
	opacity: 0.9;
}

.newslist-v4 .info .comments {
	border: 0;
}

.newslist-v4 .h6,
.newslist-v4 h6 {
	margin-bottom: 10px;
}

.newslist-v4 .ce_hyperlink a {
	padding: 10px;
	min-width: 0;
	margin-top: 20px;
}

.newslist-v4 .content {
	padding: 35px;
	border: 1px solid rgb(242,242,242);
	background: rgba(255,255,255,0.95);
	border-radius: 0 0 20px 20px;
}

.newslist-v4 .image_container {
	margin-bottom: 0;
	min-height: 112px;
	background: rgb(255,255,255);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.newslist-v4.last:after {
	display: none;
}

.newslist-v4 .date {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
	border-radius: 10px;
}

.newslist-v4 .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.newslist-v4 .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.newslist-v4 .date .year {
	display: block;
	font-size: 0.7333rem;
}

.newslist-v4 .author:before {
	font-family:FontAwesome;
	content:"\f007";
	margin-right: 5px;
}

.newslist-v4 .info {
	font-size: 0.8rem;
	padding-top: 8px;
	line-height: 20px;
	font-size: 0.8em;
	border-top: 1px solid rgba(0,0,0,0.08);
	color: rgba(0,0,0,0.5);
	margin-top: 20px;
}

.newslist-v4 .link {
	font-weight: bold;
	margin-bottom: 0;
}

.newslist-v4 .info-v2,
.newslist-v4 .info-v3,
.newslist-v4 .news-overlay {
	display: none;
}

.newslist-v4 .comments {
	margin-left: 10px;
}

.newslist-v4 .comments:before {
	font-family:FontAwesome;
	content:"\f0e6";
	margin-right: 5px;
}