/* # Events Styles
---------------------------------------------------------------------------------------------------- */
.dcwdg-events-single { 
	width: 100%;
	height: auto;
	padding: 25px 0;
	border-top: 1px solid #c0b096;
	cursor: pointer;
	transition: all 0.75s ease;
}

.dcwdg-events-single:hover {
	background-color: #fff;
	transition: all 0.75s ease;
}

.dcwdg-events-single, .dcwdg-events-single .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.dcwdg-events-single:last-child {
	border-bottom: 1px solid #c0b096;
}

.dcwdg-events-single .events-date-col {

}

.dcwdg-events-single .events-meta-col {
	border-left: 1px solid #c0b096;
	padding-left: 40px;
}

.dcwdg-events-single .events-title {
	font-size: 22px;
	color: #4b402e;
	font-family: 'Open Sans';
}

.dcwdg-events-single .events-day {
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: 700;
	color: #9d9280;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.dcwdg-events-single .events-monthyear {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 10px;
}

.dcwdg-events-single .events-excerpt {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Open Sans';
	border-top: 1px dashed #1abc9c;
}

.dcwdg-events-single .events-sep {
	display: inline-block;
	width: 75px;
	text-align: center;
}