/* =============================================================================
 * news_newsteaser
 * ========================================================================== */

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

.newsteaser:hover {
	opacity: 0.9;
}

.newsteaser .info .comments {
	border: 0;
}

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

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

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

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

.newsteaser.last:after {
	display: none;
}

.newsteaser .date {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
	border-radius: 10px;
	background: var(--accentColor);
}

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

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

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

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

.newsteaser .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;
}

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

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

.newsteaser .comments {
	margin-left: 10px;
}

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