/* knnel news list widget styles */

.news-list-widget-wrap .news-list-item {
	overflow: hidden;
}

.news-list-item-featured-image {
	line-height: 0;
	margin-bottom: 10px;
}

.news-list-item-title {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.news-list-item-posted-on {
	display: block;
	font-size: 0.875em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.news-list-item-excerpt p {
	margin-bottom: 0;
}

.news-list-widget-wrap .news-list-item:not(:last-child) {
	margin-bottom: 2em;
}

.news-list-left .news-list-item-featured-image {
	max-width: 33.3%;
	margin-bottom: 0;
	float: left;
}

.news-list-left .news-list-item-elements {
	max-width: 66.5%;
	float: left;
	padding-left: 1em;
}

.news-list-left .news-list-item-elements.elements-full-width {
	padding-left: 0;
}

.news-list-left .news-list-item-featured-image.photo-full-width {
	max-width: 100%;
}

.news-list-left .news-list-item-elements.elements-full-width {
	max-width: 100%;
}

@media (max-width: 960px) and (min-width: 767px) {
	
	.news-list-left .news-list-item-featured-image {
		max-width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	
	.news-list-left .news-list-item-elements {
		max-width: 100%;
		float: none;
		padding-left: 0;
	}
	
}