.event_listing
{
    max-width: 800px;
    padding: 20px;
    margin: 0 auto 20px auto;
    overflow: auto;
    text-align: center;
    background: rgba(0, 52, 79, 0.1);
    display: flex;
    flex-direction: column;
}
.event_listing .event_listing_header
{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1em;
}
.event_listing .event_listing_header .calendar
{
	flex-grow: 0;
	flex-shrink: 0;
	
	display: flex;
	flex-direction: column;
	/* height: 265px; */
    width: 150px;
    margin-top: 20px;
    margin-right: 20px;
	/* background-image: url("/assets/img/calendar-image-png-7.png"); */
	/* background-size: cover; */
}
.event_listing .event_listing_header .keyinfo
{
	flex-grow: 1;
}
.event_listing .event_listing_header .keyinfo h1
{
	background-color: #ffffff;
	padding: 1em 0;
	font-weight: 400;
}
.event_listing .event_listing_header .keyinfo button
{
	width: 100%;
}
.event_listing img
{
	width: 100%;
	height: auto;
}
.event_listing .calendar span
{
	display: block;
	font-weight: bold;
}
.event_listing .calendar span.dow
{
    font-size: 2em;
}
.event_listing .calendar span.day
{
	margin-top: 20px;
    font-size: 4em;
}
.event_listing .calendar span.month
{
	margin-top: 20px;
    font-size: 2.5em;
}
.event_listing .calendar span.time
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10px;
	font-size: 1.25em;
}
.event_listing .calendar span.location
{
    font-size: 1.25em;
}
.event_listing a button,
.event_listing span.unbookable
{
    min-width: 150px;
    color: #fff;
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    background: #2d465f;
    padding: 10px;
    margin: 50px 0px 0px 0px;
}
.event_listing a button:hover
{
    background: #e30513;
    border: 1px solid #e30513;
}

.event_booking iframe
{
	width: 100%;
	height: 50vh;
}