/* Cozyhome header match for Real Estate Consultant template */
.home .site-header,
.home .ast-primary-header-bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: transparent !important;
  border-bottom: 0 !important;
}
.home .ast-primary-header-bar .site-primary-header-wrap { min-height: 70px; }
.home .main-header-menu > .menu-item > .menu-link,
.home .site-title a { color: #fff !important; }
.home .main-header-menu > .menu-item > .menu-link:hover,
.home .main-header-menu > .current-menu-item > .menu-link { color: #d9a441 !important; }
.site-title a { font-family: Montserrat, Arial, sans-serif; font-weight: 800; letter-spacing: -0.03em; text-transform: none; }
.ast-builder-button-wrap .ast-custom-button {
  border: 1px solid #d9a441;
  background: transparent;
  color: #fff;
  padding: 13px 24px;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ast-builder-button-wrap .ast-custom-button:hover { background: #fff; border-color: #fff; color: #1d1d1d; }
body:not(.home) .ast-builder-button-wrap .ast-custom-button { color:#1d1d1d; border-color:#d9a441; }
body:not(.home) .ast-builder-button-wrap .ast-custom-button:hover { background:#1d1d1d; color:#fff; border-color:#1d1d1d; }
@media (max-width: 921px) {
  .home .ast-mobile-header-wrap .ast-primary-header-bar { background: transparent !important; }
  .home .ast-mobile-svg { fill: #fff; }
}
