.top-events-section {
	height: 600px;
}
.top-events-section .left-side {
	background-color: #ebebeb;
	height: 100%;
	width: 65%;
	float: left;
	display: inline-block;
	position: relative;
}
.top-events-section .right-side {
	background-color: #f6f6f6;
	height: 100%;
	width: 35%;
	float: right;
	display: inline-block;
	position: relative;
}
.post-link {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.post-link.side {
	height: 50%;
	display: block;
}
.column-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 60px;
	background-size: cover;
	background-position: center center;
}
.column-cat-holder {
	position: absolute;
	bottom: 85px;
	color: white;
	z-index: 3;
}
.column-title-holder {
	position: absolute;
	bottom: 25px;
	color: white;
	z-index: 4;
}
.column-title-holder h3 {
	color: white;
}
.post-link.side .column-cat-holder {
	bottom: 65px;
	color: white;
}
.post-link .post-date {
	color: white;
  margin-bottom: 5px;
}
.overlay {
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.right-side .column-wrapper {
	padding: 30px;
}
.full-width {
	width: 100%;
	padding-bottom: 50px;
}
.full-width > p, .full-width select.cat-list {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}
.cat-list {
  line-height: 20px;
  font-size: 15px;
  color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px 10px;
}
.cat-list option:not(first-of-type) {
	color: black;
}
.cat-list option:disabled {
	color: gray;
}
.cat-name-italic {
	font-style: italic;
}
.location-list-sidebar li {
	margin-bottom: 10px;
}
.side-bar-event {
	color: gray;
}
.side-bar-event:hover {
	color: black;
}
.location-list-sidebar li a {
	color: black;
}
.location-list-sidebar li a:hover {
	color: gray;
}
.event-info p:not(:last-of-type) {
	margin-bottom: 0;
}
.event-contactform {
	display: none;
	margin-top: 25px;
}
.hidden-event-title {
	display: none !important;
}
button[name="interested-btn"]{
	background-color: #5599d9;
	color: #fff;
	font-family: "PN-B";
	text-align: center;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
  min-width: 0;
  padding: 11px 21px;
	/* margin: 32px 0 32px 10px; */
}
div.event img {
	max-width: 100% !important;
}