/* # News Styles
---------------------------------------------------------------------------------------------------- */
.dcwdg-news-single { 
	width: 100%;
	height: auto;
	margin: 25px 0;
}

.dcwdg-news-single .news-thumb img { 
	border-radius: 5px;
}

.dcwdg-news-single .news-title {
	font-size: 20px;
	color: #2C3E50;
}

.dcwdg-news-single .news-date {
    font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	color: #2C3E50;
	/*color: #1abc9c;*/
}

.dcwdg-news-single .news-excerpt {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Open Sans';
	border-top: 1px dashed #1abc9c;
}