.events-page {
	background:#e7e5dd;
}

#map-wrap {
	margin-bottom:60px;
}

#location-map {
	height:auto;
}

#location-map:before {
	padding-top:65%;
}

.event-item {
/*	display:flex;
	align-items:center;*/
	display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-column-gap: 10px;
    margin: 10px 0;
	border-top:#8d7249 1px solid;
	padding:20px 10px;
	gap:40px;
}

/*.event-item .location {
	margin-left:auto;
}

.event-item .title {
	flex-shrink:0;
	flex-grow:1;
}

.event-item .date {
	margin-right:auto;
}*/

.event-item > *, .event-item .title-wrap p {
	margin-bottom:0;
	margin-top:0;
	text-transform:uppercase;
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
}

.event-item .title-wrap p {
	margin-bottom:10px;
	cursor:pointer;
}

.event-item .date {
	cursor:pointer;
}

.event-item:last-child {
	border-bottom:#8d7249 1px solid;
}

.info-bubble-text {
/*	padding:20px;*/
	color:#fff;
	font-size:12px;
}

.info-bubble-text a {
	color:#fff !important;
	text-decoration:underline !important;
}

.info-bubble-text .details {
	padding:0 20px;
	
}

.info-bubble-text a {
	color:#fff;
}

.info-bubble-text a.google-link {
	color:#fff;
	display:block;
	margin-bottom:-5px;
}

.info-bubble-text .details .title {
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
	font-size:14px;
	margin:20px 0 5px;
	display:block;
}

/*.info-bubble-text .details .text {
	margin-bottom:10px;
}*/

.event-filters {
	display:flex;
	justify-content:center;
	margin-bottom:60px;
}

.event-filters select {
	width:300px;
	-webkit-appearance: none;
	height: 49px !important;
	line-height:49px !important;
	padding:0 10px !important;
	color:#8d7249;
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	background:transparent;
	background-image:url(/resources/img/select-arrow-down.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:22px;
}

.button.small {
	font-size:16px;
	height: 34px;
	    line-height: 36px;
	    padding: 0 30px;
}

@media(min-width:1025px) {
/*	#map-wrap {
		display:flex;
		gap:40px;
	}*/
	
	#location-map {
		margin-bottom:60px;
	}
	
	.map-column {
		flex-basis:50%;
		flex-shrink:0;
	}
	
	#location-list {
		margin-left:auto;
		flex-shrink:1;
		flex-grow:1;
	}
	
	.event-item > *, .event-item .title-wrap p {
		font-size:20px;
	}
	
	
}

@media(min-width:768px) {
	.menu-marquee .title {
		margin-top:120px;
	}
}

@media(max-width:1024px) {
	#location-map {
		margin-bottom:60px;
	}
}

.event-detail {
	max-width:790px;
}

.event-detail .entry-header, .event-detail .entry-content {
	text-align:center;
}

.event-detail .entry-content ul {
	text-align:left;
	/* max-width: 400px; */
	/* margin: 0 auto; */
}

.event-detail .entry-content ul li {
	margin-bottom: 10px;
}

.event-detail .entry-meta {
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
	text-transform:uppercase;
	font-size:32px;
	line-height:1.25;
	margin:20px 0;
}

.event-detail .site-post-thumbnail {
	margin:60px 0;
}

.event-detail .site-post-thumbnail img {
	display:block;
	max-width:100%;
}

.event-detail a.address-link {
	color:#333333;
	font-weight:bold;
}

.event-detail a.address-link:hover {
	text-decoration:underline;
}