
html.admin-bar {
	margin-top: 0 !important;
}

body {
	background-color: #000 !important;
	position: relative;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: unset;
}

html.admin-bar #page {
	top: 32px;
}

.btn-event-map {
	margin: 0.25rem;
}

#event-map-container {
	position: relative;
	overflow: hidden;
	flex: 1 1 auto;
}

.event-map-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.event-map {
	position: absolute;
	z-index: 100;
	background: #fff url(https://www.midwestgamingclassic.com/wp-content/uploads/2019/03/event-map-background.png) no-repeat top center;
    background-size: cover;
}

.event-map.in {
	z-index: 200;
}

.event-map-control {
	position: absolute;
	cursor: pointer;
}

.control-zoom-plus {
	top: 10px;
	right: 10px;
}

.control-zoom-minus {
	top: 48px;
	right: 10px;
}

.map-loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #000;
	background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
	background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
	background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
	background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
	background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
	position: relative;
	-webkit-animation: map-loader 1s infinite linear;
	animation: map-loader 1s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.map-loader:before {
	width: 50%;
	height: 50%;
	background: #000;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.map-loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes map-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes map-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#event-guide-filters .entry {
	display: flex;
	margin-bottom: 10px;
	font-size: small;
	border: 1px solid #888;
	background-color: #fafafa;
	box-shadow: 2px 2px 5px #999;
}

#event-guide-filters .entry-label {
	flex: 0 0 46px;
	width: 46px;
	background-color: #000;
	border-right: 1px solid #999;
}

#event-guide-filters .entry-label a {
	display: flex;
	width: 46px;
	height: 46px;
	color: #eee;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

#event-guide-filters .entry-filter {
	display: flex;
	flex: 0 0 46px;
	width: 46px;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #999;
}

#event-guide-filters .entry-title {
	flex: 1 1 auto;
	display: flex;
}

#event-guide-filters .entry-title a {
	display: flex;
	align-items: center;
	padding-left: 1rem;
	color: #111;
	text-decoration: none;
}

#event-guide-filters .filter-indicator {
	display: none;
}

#event-guide-filters .filter-indicator.visible {
	display: initial;
}
