/*
Theme Name: Layout 9 Child
description: Servicemaster Cleaning & Restoration - Layout 9
Template: layout-9-parent
Version: 1.0.0
Text Domain: layout-9-child
Author: BCW
*/

#contact-info, #contact-info a{color: #000;}
.navbar-default .navbar-nav>.active>a {color: var(--color-1);}
.header-inner {width:1550px;max-width: 100%;}

#header {background:#666; z-index: 16;}
.dropdown-menu {left:0; right:auto;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {background-color: unset ;}
.dropdown-menu > .active > a:hover, .dropdown-menu > li > a:hover {background-color: var(--color-2);color:#fff !important;}

#contact-page-form input, #contact-page-form textarea {
  color: #000;
}

footer a { color: #fff;}

.about-content img {width:475px;}

@media screen and (max-width: 991px){
  #header {
    margin-top: 22px;
  }
}
@media screen and (max-width: 352px) {
  #header {
    margin-top: 0px;
  }
}