body {
background: #fff url("https://media.avvosites.com/upload/731/2014/06/bg.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
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: #D6623B;
text-decoration: none;
border-bottom: none;
}

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

#masthead > .container {
background: #ffffff;
}


.site-title, .site-description {
text-align: left;

}

.site-title, .site-title:hover {
color: #594A42;
font-family: 'Oswald';
font-style: normal;
font-weight: normal;
}

.site-description, .site-description:hover {
color: #594A42;
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: normal;
}

#nav-container .container {
background: #ffffff;
}

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

}

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

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

}


#primary {

}

.embedded-map iframe {
color: #404040;

}


#colophon .container {
background: #ffffff;
}

#colophon {
color: #434343;
}

#colophon a {
color: #231F20;
}

#colophon a:hover {
color: #231F20;
}

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

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

/* 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: #005687;
background: #F1F1F1;
}

/* dropdown and mobile menu hover state */
#nav-container .dropdown-menu > li > a:hover,
#nav-container .nav-menu > li > a:hover {
color: #ffffff;
background: #aa0004;
background: -moz-linear-gradient(top,  #aa0004 0%, #f61100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa0004), color-stop(100%,#f61100));
background: -webkit-linear-gradient(top,  #aa0004 0%,#f61100 100%);
background: -o-linear-gradient(top,  #aa0004 0%,#f61100 100%);
background: -ms-linear-gradient(top,  #aa0004 0%,#f61100 100%);
background: linear-gradient(to bottom,  #aa0004 0%,#f61100 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0004', endColorstr='#f61100',GradientType=0 );

}

/* 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: #ffffff;
background: #BA1D10;
background: -moz-linear-gradient(top,  #BA1D10 0%, #FF2D11 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BA1D10), color-stop(100%,#FF2D11));
background: -webkit-linear-gradient(top,  #BA1D10 0%,#FF2D11 100%);
background: -o-linear-gradient(top,  #BA1D10 0%,#FF2D11 100%);
background: -ms-linear-gradient(top,  #BA1D10 0%,#FF2D11 100%);
background: linear-gradient(to bottom,  #BA1D10 0%,#FF2D11 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA1D10', endColorstr='#FF2D11',GradientType=0 );

}

#secondary .widget {
background: #231F20;
}

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

}

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

}

#footer-sidebar .SocialMediaLinksWidget {
background-color: #F1F1F1;
border: 1px solid #E2E2E2;
color: inherit;

}

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



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