body {
background: #ffffff;
color: #404040;
font-size: 15px;
font-size: 1.5rem;
font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #404040;
font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

a {
color: #001aaa;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #001aaa;
text-decoration: underline;
border-bottom: none;
}

#masthead  {
background: #FFFFFF;
}



.site-title, .site-title:hover {
color: #890101;
font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

.site-description, .site-description:hover {
color: #a0a0a0;
font-family: 'Homemade Apple';
font-style: normal;
font-weight: normal;
}

#nav-container  {
background: #444444;
}

#nav-container .menu > li > a, .menu-toggle, #nav-container .nav-menu > li > a {
color: #FFFFFF;

}

#nav-container .dropdown-menu {
background: #890101;
}

#nav-container .dropdown-menu > li > a {
color: #FFFFFF;

}


#primary {

}

.embedded-map iframe {
color: #404040;

}

.text-rating {
display: none;

}

#colophon  {
background: #582121;
}

#colophon {
color: #FFFFFF;
}

#colophon a {
color: #e39d9c;
}

#colophon a:hover {
color: #e39d9c;
}

footer .menu > li {
border-color: #e39d9c;
}

/***** Theme-Specific Styles *****/
/* main nav menu hover state */
#nav-container .menu > li > a:hover {
color: #ffffff;
background: #890101;
}

/* main nav menu active state */
#nav-container .menu > .current-menu-item > a,
#nav-container .menu > .current-menu-parent > a,
#nav-container .menu > .current-menu-ancestor > a,
.single-post #nav-container .menu > .current_page_parent > a {
color: #ffffff;
background: #98180E;
}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #890101;
background: #ffffff;
}

/* dropdown and mobile menu active state */
#nav-container .dropdown-menu > .current-menu-item > a,
#nav-container .dropdown-menu > .current-menu-parent > a,
#nav-container .dropdown-menu > .current-menu-ancestor > a,
#nav-container .nav-menu > .current-menu-item > a,
#nav-container .nav-menu > .current-menu-parent > a,
#nav-container .nav-menu > .current-menu-ancestor > a,
.single-post #nav-container .nav-menu > .current_page_parent > a {
color: #890101;
background: #F1F1F1;
}

#header-sidebar .widget {
	font-family: 'ABeeZee';
font-style: normal;
font-weight: normal;
}

#header-sidebar .widget:not(.widget_text), #header-sidebar .widget_text a {
background: #ffffff;border: 3px solid #890101;
color: #890101}

.MobileCallWidget, .MobileDirectionsWidget {
background: #890101;}

/* slide caption color */

@media (max-width: 999px) {
	.soliloquy-container .soliloquy-viewport .soliloquy-caption .soliloquy-caption-inside {
    	background-color: #520000;
	}

	.soliloquy-container .soliloquy-viewport .soliloquy-caption .soliloquy-caption-inside h2 {
		 
			color: #FFF;
			}
}

#secondary .widget-title {
	background-color: #890101;
}

input[type=submit] {
		background-color: #890101;
}

input[type=submit]:active {
		background-color: #520000;
}

#secondary .widget-title, 
.MobileCallWidget a, 
.MobileCallWidget a:hover, 
.MobileDirectionsWidget a, 
.MobileDirectionsWidget a:hover, 
input[type=submit], 
.PhoneNumberWidget, 
.PhoneNumberWidget a {
	 
		color: #FFF;
	}

#footer-sidebar .SocialMediaLinksWidget {
background-color: #652C2B;
border: 1px solid #723836;
color: #fff;

}

#colophon .site-info {
border-top: 1px solid #723836;
}



/***** Media Queries *****/

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
}

@media only screen and (min-width: 480px) and (max-width: 799px) {
}

@media only screen and (max-width: 479px) {
}