

/***** lmn_event Lemon Events *******/

.lmn-event-container {
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

a.event {
	text-decoration: none;
	display: inline-flex;
	max-width: 470px;
	margin-bottom: 5px;
	min-height: 75px;
}

a.event h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	padding: 0px 0 0 0;
	margin-top: -2px;
}

a.event p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
}

.event-datetime {
	position: relative;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.event-datetime i {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 60px;
	line-height: 62px;
	width: 54px;
	text-align: center;
	height: 62px;
}


a.event:hover {
	text-decoration: none;
}


.event-datetime .month,
.event-datetime .day {
	position: absolute;
	width: 54px;
	text-align: center;
	color: #fff;
}

.event-datetime .month {
	top: 6px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.event-datetime .day {
	top: 23px;
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
}

.event-details {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}