h2 span, h3 span, h4 span, h5 span, h6 span 
{ 
	color:#00adef; 
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a 
{
	width:200px;
	height:43px;
	background-size: 200px 43px;
	background-image:url(./img/logo.png);

}

header.sticky #logo_home h1 a
{
	background-image:url(./img/logo_sticky.png);
}

header#plain #logo_home h1 a
{
	background-image:url(./img/logo_sticky.png);
}

header.sticky#colored #logo_home h1 a
{
	background-image:url(./img/logo_sticky_colored.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) 
{
	#logo_home h1 a, header#colored #logo_home h1 a
	{
	    background-image: url(./img/logo_2x.png);
		background-size: 200px 43px;
	}
	header.sticky #logo_home h1 a, header#plain #logo_home h1 a
	{
	    background-image: url(./img/logo_sticky_2x.png);
		background-size: 200px 43px;
	}
	header.sticky#colored #logo_home h1 a{
	    background-image: url(./img/logo_sticky_colored_2x.png);
		background-size: 200px 43px;
	}
}

.main-menu > ul > li:hover > a { color: #00adef; }

.main-menu ul ul, .main-menu ul li .menu-wrapper { border-top: 2px solid #00adef; }
.main-menu > ul > li > a { padding: 0 20px 15px 20px; font-size:14px;font-weight: bold; }

.main-menu ul ul li:hover > a { color:#00adef; }


.main-menu ul ul:before{ border-bottom-color: #00adef; }

.current_events
{
	text-align:left;
	text-transform: uppercase;
	font-family: "Gochi Hand", cursive;
}

.current_events_banner_container
{
	width:100%;
	position:relative;
	padding:0;
}

.current_events_banner
{
	width:100%;
	position:relative;
}

#directions {
    background-color: #00adef;
}

.form_title h3 strong 
{
    background-color: #00adef;
}

.tooltip-content-schedule {
	width:430px;
	margin: 0 0 20px -215px;
}

a.btn_map 
{
	background: #00adef;
}

a.button_drop, .button_drop 
{
	color: #00adef !important;
}

ul#top_links a:hover
{
	color: #00adef;
}

ul#top_tools a:hover 
{
	color: #00adef;
}

.dropdown-cart .dropdown-menu 
{
	width:300px;
	margin-left: -225px;
	border-top: 2px solid #00adef;
}

.dropdown-cart .dropdown-menu:before 
{
	border-bottom-color: #00adef;
}

.bold
{
	color: #00adef;
	font-weight: bold;
}

.thumb_cart 
{
	margin-right:0px;
}

.item_cart 
{
	margin-top:0px;
}

.cards 
{
	margin-top: 4px;
}

.dialog-modal
{
	background: #fff;
	padding: 30px;
	padding-top: 0;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dialog-modal .mfp-close,
#small-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.dialog-modal .mfp-close:hover,
#small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

.dialog-modal .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

.dialog-modal .mfp-close:hover,
#small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

.dialog-modal .form-group {
  position: relative;
}
.dialog-modal .form-group input.form-control {
  padding-left: 40px;
}
.dialog-modal .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 35px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
.dialog-modal .form-group i.icon_lock_alt {
  top: 37px;
}

.mfp-bg, .mfp-wrap {
	z-index:899999;
}

.swal2-container 
{
	z-index:999999;
}

.mobile_menu_options
{
	display:none !important;
}

.hide_for_mobile
{
	display: block;
}

@media (max-width: 480px)
{
	.dropdown.dropdown-cart
	{
		display: block !important;
		margin-right:30px;
	}

	.mobile_menu_options
	{
		display: block !important;
	}

	.hide_for_mobile
	{
		display:none;
	}
}