.nav-logo {
	width: 90px;
	background: #fff;
}

.nav-logo.home-logo {
	width: 190px;
	background: transparent;
}

.fixed-top .nav-logo {
	width: 80px;
	background: #fff;
}

.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, .8)!important;
}

.wdn-contact-page li,
.wdn-contact-page li a,
.wdn-contact-page h3 {
	color: inherit;
}

.footer-default-dark {
	padding-bottom: 0px!important;
}
.footer-logo a img {
	background: #fff;
}
.footer-widget.media-widget {
	margin-top: 10px;
}

#scroll {
	background-color: #b61612;
}