section.event{
	margin: 1em 0;
	background-color: #efefef;
}
a.event-list {
	display: flex;
	flex-direction: row;
	margin-bottom: 0.8em;
	text-decoration: none;
	background:#efefef;
}
.event-list-left {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center center;
}
.event-list-title {
	margin: .5em 0;
	font-weight: bold;
}
.event-list-content {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 1em;
	overflow: hidden;
	width: 100%
}
a.event-list .date,
.event-list .location,
.event-list .time,
.event-list .tickets {
	margin: .15em 0;
}
a.event-list:hover .date,
a.event-list:hover .time,
a.event-list:hover .location{
	color: rgb(0, 73, 135);
}
.svg-inline--fa{
	display: inline;
}
.detail-with-icon div{
	display: inline;
}
.event-list-row{
	width: 100%;
	display: flex;
}
.event-list-col{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 50%;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 1em 0;
}
.pagination li{flex:auto;}