#venue-slideshow {
	position: relative;
	width: 100%;
	padding: 12px;
	border: 1px solid #444;
	box-sizing: border-box;
}
.cycle-slideshow {
	width: 100%;
	height: auto;
}
.cycle-slideshow img {
	width: 100%;
	height: auto;
}
.event-name {
	padding: 0 0 18px 0;
	color: #848;
	background: #fff;
	font-size: 36px;
	line-height: 42px;
	font-family: belleview, times;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}
.event-name-left {
	float: left;
}
.event-name-right {
	float: right;
}
.venue-name {
	padding: 6px 0 6px 0;
	color: #000;
	background: #fff;
	font-size: 18px;
	margin: 14px 0 18px 0;
}
#venue-description {
}
.event-wrapper {
	background: #fff;
	padding: 48px;
	color: #000;
}
.event-wrapper td {
	vertical-align: top;
	min-width: 140px;
}

.event-wrapper .event-info {
	float: left;
	max-width: 48%;
}
.event-wrapper .event-image {
	max-width: 48%;
	width: 48%;
	float: left;
	margin-right: 18px;
	margin-bottom: 12px;
}
.event-image img {
	width: 100%;
	height: auto;
}
.event-buttons {
	margin: 14px 0 18px 0;
	padding: 18px;
}
.event-buttons a {
	font-size: 18px;
	border: 1px solid #848;
	background: #848;
	color: #fff;
	padding: 8px;
}
.event-buttons a:hover {
	background: #fff;
	color: #000;
}
@media screen and ( max-width: 780px ){
	.event-wrapper .event-image {
		max-width: 100%;
		width: 100%;
	}
	.event-wrapper .event-info {
		max-width: 100%;
		width: 100%
	}
	.et_pb_row {
		// override Divi width
		width: 96% !important;
	}
}
