.nav-logo {
  width: 90px;
  background: #fff;
}

.nav-logo.home-logo {
  width: 200px;
  background: transparent;
}
@media (max-width: 767px) {
  .nav-logo.home-logo {
    width: 105px;
  }
}
.fixed-top .nav-logo {
  width: 200px;
  background: #fff;
}
.nav-logo.home-logo-light{
  display: none;
}
.fixed-top .nav-logo.home-logo-light{
  display: block;
}
.fixed-top .nav-logo{
  display: none;
}
.color-black {
  color: #000 !important;
}
.wdn-bg {
  background: #fef5f4 !important;
}
.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item.active .nav-link {
  font-size: 20px;
  font-weight: bold;
}

.ls-bg-wrap {
  position: relative;
}
.ls-bg-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.ls-layer,
.ls-layer p,
.ls-layer h2 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.simple-video-play a {
  margin-top: 20px;
}

.bg-gray {
  background: #f9f9f9 !important;
}

.property-grid-1 .listing-title a {
  font-size: 22px;
}

.tagline-3 {
  background: rgba(182, 22, 18, 0.8) !important;
}

.wdn-contact-page li,
.wdn-contact-page li a,
.wdn-contact-page h3 {
  color: inherit;
}

.footer-default-dark {
  margin-bottom: 15px;
  width: calc(100% - 30px);
  margin-inline: auto;
  border-radius: 12px;
}
.footer-logo a img {
  background: #fff;
}
.footer-widget.media-widget {
  margin-top: 10px;
}

#scroll {
  background-color: #fff;
}

 @media (max-width: 992px) {
    .nav-logo.home-logo {
        display: none;
    }

    .nav-logo.home-logo.home-logo-light {
        display: block;
    }
}

@media (max-width: 767px) {
    .nav-logo.home-logo {
        width: 150px;
    }
}
