body {
background: #ffffff;
color: #404040;
font-size: 14px;
font-size: 1.4rem;
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
}

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

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

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

#masthead  {
background: #F5F5DC;
}



.site-title, .site-title:hover {
color: #ffffff;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

.site-description, .site-description:hover {
color: #ffffff;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
}

#nav-container  {
background: #2E2E2E;
}

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

}

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

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

}


#primary {

}

.embedded-map iframe {
color: #404040;

}


#colophon  {
background: #404040;
}

#colophon {
color: #ffffff;
}

#colophon a {
color: #CC692F;
}

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

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

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

/* 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: #CC692F;
background: #393939;
}

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

/* 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: #CC692F;
background: #393939;
}

#secondary .widget {
background: #f4f4f4;
}

.PhoneNumberWidget, .MobileCallWidget, .MobileDirectionsWidget {
background: #CC692F;
background: -moz-linear-gradient(top,  #CC692F 0%, #f5a267 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CC692F), color-stop(100%,#f5a267));
background: -webkit-linear-gradient(top,  #CC692F 0%,#f5a267 100%);
background: -o-linear-gradient(top,  #CC692F 0%,#f5a267 100%);
background: -ms-linear-gradient(top,  #CC692F 0%,#f5a267 100%);
background: linear-gradient(to bottom,  #CC692F 0%,#f5a267 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC692F', endColorstr='#f5a267',GradientType=0 );

}

#header-sidebar .SocialMediaLinksWidget {
background-color: #E7E7CE;
border: 1px solid #D9D9C0;
color: inherit;

}

#footer-sidebar .SocialMediaLinksWidget {
background-color: #4B4B4B;
border: 1px solid #575757;
color: #fff;

}

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



/***** 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) {
}