/******************************************************************
Theme Name: XTREME XPERIENCE
Theme URI: http://www.launchdigitalmarketing.com
Description: Custom site for XX
Author: Launch Digital Marketing
Author URI: http://www.launchdigitalmarketing.com
Version: 1.0
Tags: flexible-width,widgets
******************************************************************/


.reserve-header-button{
	color: blue;
}
.modal{
	z-index:99999
}

#location-map {
	background-image:url('/wp-content/themes/xtremexperience/library/images/map-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#locationmap-results:before {
	display: none;
}

#location-map svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

#location-map .svg-marker {
	display: none;
}

@media (max-width: 500px) {
	div#location-map {
    	height: 225px !important;
    }
}

.single-tracks #TrackMapRow iframe {
	height: 100%;
}

.page-template-page-nola #TrackMapRow iframe {
	width: 100%;
	height: 100%;
}
