#event-pg-heading {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

#event-pg-sidebar {
	position: relative;
	top: -70px;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25), 0 6px 20px 0 rgba(0,0,0,0.18);
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25), 0 6px 20px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25), 0 6px 20px 0 rgba(0,0,0,0.18);
	-o-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25), 0 6px 20px 0 rgba(0,0,0,0.18);
}

#event-pg-thumb {
	text-align: center;
}

#event-pg-thumb picture,
#event-pg-thumb img {
	margin: 0 auto;
}

#event-pg-sidebar-content .event-pg-sidebar-item {
	padding: 16px;
}

.event-pg-section {
	padding-left: 32px;
	position: relative;
	margin-bottom: 32px;
}

.event-pg-section-icon {
	color: #CCC;
	width: 32px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.event-pg-section-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #CCC;
	font-size: 16px;
	line-height: 32px;
}

#event-page-dates-times {
	margin: 0 -16px;
}

.event-pg-date-time-item {
	padding: 16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	*zoom: 1;
	*display: inline;
	margin-right: -4px;
	-moz-transition: all .24s ease-in-out;
	-webkit-transition: all .24s ease-in-out;
	-o-transition: all .24s ease-in-out;
	transition: all .24s ease-in-out;
}

.event-pg-date-time-item:hover {
	background-color: #ededed;
}

@media screen and (max-width: 986px) {
	#event-pg-sidebar {
		top: auto;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 768px) {
	.event-pg-date-time-item {
		display: block;
		margin: 0;
		width: 100%;
	}
}



