.whats-on-event {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #2c3e50;
    height: 73px;
    position: relative;
}

.modalcontent .whats-on-event{
	position:fixed;
	width:100%;
}
.modalcontent .eventbody{
	padding-top:73px;
}
.whats-on-event #cal_date {
	width: 70px;
	background-color: #fff;
	float:left;
	display:table;
}

.whats-on-event #cal_date #day {
	background-color: #be1323;
	color: #fff;
	font-size: 18px;
	height: 25px;
	font-weight: bold;
}

.whats-on-event #cal_date #date {
	color: #2e2d2d;
	font-size: 20px;
	font-weight: bold;
}

.whats-on-event #cal_date #month {
	color: #2e2d2d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.whats-on-event #title {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	display:table;
    padding-left: 10px;
    padding-right: 10px;
}

.eventitem.post {
    background: #f8f8f8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-bottom: 20px;
	margin-top: 20px;
}
.eventitem.post:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.eventitem.post .whatson_content{
	padding: 20px;
	font-size:16px;
}

.event-footer{
	background: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.event-time{
	font-size:14px;
	margin-bottom:20px;
}

.eventdetails{
	margin-bottom:40px;
}