/* # Events Styles
---------------------------------------------------------------------------------------------------- */
.dcwdg-events-single { 
	width: 100%;
	height: auto;
	margin: 25px 0;
}

.dcwdg-events-single .events-thumb img { 
	border-radius: 5px;
}

.dcwdg-events-single .events-title {
	font-size: 20px;
	color: #2C3E50;
}

.dcwdg-events-single .events-date {
    font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	color: #2C3E50;
	/*color: #1abc9c;*/
}

.dcwdg-events-single .events-excerpt {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Open Sans';
	border-top: 1px dashed #1abc9c;
}

/* Events sidebar carousel */
#sidebar_events .owl-controls { width: 100%; height: 20px; color: #000; text-align: center; margin-top: 20px; }
#sidebar_events .owl-dots { width: 100%; height: 20px; color: #000; }
#sidebar_events .owl-dot { width: 20px; height: 20px; color: #000; display: inline-block; }
#sidebar_events .owl-dot span:before { display: inline-block; content: '\f0c8'; color: #e2e2e2; font-size: 14px; font-family: 'FontAwesome'; }
#sidebar_events .owl-dot.active span:before { color: #5d7357; }