/* Event CSS */
.search-events-label { padding: 10px; font-weight: 400; }
.select2-container .select2-selection--single { border-radius: 0; padding: 10px; height: 41px; font-size: 12px; border: 1px solid #ccc !important; }
.event-location-select, .event-category-select {-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important; border: 1px solid #ccc !important; }
.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-search--dropdown { border-radius: 0; }
.select2-container--bootstrap .select2-results__option { font-size: 12px; }
#events-section .masonry.classic_enhanced .posts-container article .meta-category a { background-color: #000; border-color: #000; }
.single-event-wrap { padding: 15px; min-height: 100px; background-size: cover; }
.single-event-wrap:before { content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-image: linear-gradient(to bottom,#444,#000);opacity: .4; z-index: 1;}
.single-event-content img { max-height: 150px; width: auto; }
.single-event-content, .event-listing-ctas { z-index: 2; position: relative; text-align: center}
.event-listing-ctas { display: -webkit-flex;-webkit-justify-content: space-around;display: flex;justify-content: space-around;justify-content: space-evenly; margin-top: 25px; }
.single-event-wrap .post-header img { max-height: 100px; }
.single-event-wrap h3 { font-size: 20px !important; line-height: 22px !important; color: #fff; text-align: center }
.single-event-wrap p { padding-bottom: 0; font-size: 15px; }
#single-event .first-section:not(.event-menu-above-header) { margin-top: 0 !important; }
#events-section .vc_col-sm-4 { margin-bottom: 20px; }
select.wpb_vc_param_value.wpb-input.wpb-select.speaker_ids.dropdown_multi { height: 300px; }
div#event-header-wrapper > p:first-of-type { display: none; }
.event-slides .fa { font-size: 30px; }

/* Event Nav */
#event-nav, .nav-collapse a, #event-nav li.child a, #event-nav .dropdown ul { background-color: #1a1a1a;}
#event-nav li a { color: #fff; font-size: 16px; font-family: Roboto; font-weight: 400; }
#event-nav li a:hover { color: #199ad6; }
#event-nav li.child a:hover { background: #ccc; }
.event-menu-above-header { margin-top: 24px !important; }

@media (min-width: 1001px){
	.js .nav-collapse .dropdown:hover>ul { margin-top: -2px !important; max-width: 250px; }
	.nav-collapse .dropdown li { max-width: 250px;}
}

@media (min-width: 990px){
	#event-nav .dropdown ul { display: none; }
}

@media (max-width: 1000px) {
	.single-events #header-outer { display: inherit; }
	.event-menu-above-header { margin-top: 38px !important; }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.single-event-wrap {
		min-height: 365px;
	}
}

@media (min-width: 1024px) {
	#event-header-wrapper  .col.span_12.light.left  {
		margin-top: 4rem;
	}
}