/**
 * WordPress-only overrides for the Services page.
 *
 * @package Azee_Theme
 */

body.azee-services-page {
  background-color: #041418;
}

body.azee-services-page .social-icon {
  color: #d4af37;
  text-decoration: none;
}

body.azee-services-page .social-icon:visited,
body.azee-services-page .social-icon:hover,
body.azee-services-page .social-icon:focus {
  color: #d4af37;
}

body.azee-services-page .nav-links a:visited {
  color: #d4af37;
}

body.azee-services-page .btn-contact:visited {
  color: #000;
}

body.azee-services-page.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.azee-services-page.admin-bar header {
    top: 46px;
  }
}

body.azee-services-page .hero-logo {
  max-width: 250px;
  width: 100%;
  height: auto;
}

body.azee-services-page .btn-gold-solid:visited {
  color: #000;
}
