

.dark-banner {
	display: none;
}
#about .lenders {
	filter: invert(1);
	margin-bottom: 30px;
	max-width: 80%;
}
#about > div.half-banner.text-holder > div > a.btn {
	background-color: #040505;
	border: 1px solid #040505;
}
body .cherieYoung .neptune .buyer-seller .buyer-seller-content .buyer-seller-item a {
	background-color: #040505;
	border: 1px solid #040505;
}

body .cherieYoung .neptune .buyer-seller {
	background-image: url('images/homeworth.jpg');
}

/* HOMEPAGE SECTIONS HIDE */

body.home .communities.link-effect.dark {
	display: none;
}
body.home .chart.padding {
	display: none;
}
/* body.home section.padding{
	display: none;
} */
body.home .about {
	display: none;
}
body.home .blog.padding  {
	display: none;
}

/* HOME HEADER STYLES */

body.home .fixed.dark.dynamic:not(.reduced) {
	background-color: transparent;
	box-shadow: none;
}
body.home .fixed.dark.dynamic:not(.reduced) nav ul li a{
	color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) nav ul li:hover a{
	color: #000;
}
body.home .fixed.dark.dynamic:not(.reduced) .dynamic-menu-item .dropdown_menu a{
	color: #000;
}
body.home .fixed.dark.dynamic:not(.reduced) nav .li-overlay > a .bar {
	background-color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) nav .li-overlay > a .bar::after, 
body.home .fixed.dark.dynamic:not(.reduced) nav .li-overlay > a .bar::before {
	background-color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) nav .li-overlay > a:hover .bar::after, 
body.home .fixed.dark.dynamic:not(.reduced) nav .li-overlay > a:hover .bar::before {
	background-color: #000;
}
body.home header nav > li > a,
body.home header .sub-nav > li > a  {
	text-transform: uppercase;
}
body.home .fixed.dark.dynamic:not(.reduced) .sub-nav > li > a {
	color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) .sub-nav > li > a:hover {
	color: #000;
}
body.home .fixed.dark.dynamic:not(.reduced) .logo img {
	filter: invert();
}
body.home .fixed.dark.dynamic:not(.reduced) .sub-nav > li.lang i.fa-angle-down {
	color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
body.home .fixed.dark.dynamic.reduced {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
header nav > ul > li > a {
	text-transform: uppercase;
}
#about .half-banner .video-responsive {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



/* FEATURED LISITNGS STYLE FIX */

body .cherieYoung #featured-holder section.featured h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
}


body.home .fixed.dark.dynamic:not(.reduced) {
	background: linear-gradient(180deg, rgba(25, 25, 25, 0.7) 1.31%, rgba(25, 25, 25, 0.0001) 100%);
}

body .cherieYoung .neptune .featured-areas .featured-content .featured-tiles .tile,
body .cherieYoung .neptune .featured-areas .featured-content .featured-tiles .tile *{
     transition: all 0.3s ease 0s;
}


/* DESKTOP SPECIFIC STYLES */

@media(min-width: 800px){
    body .cherieYoung .neptune h2 {
	font-size: 3.3rem;
}
body .cherieYoung .neptune h1 {
	font-size: 4.6rem;
}
body.home .home-quick-search {
	height: 610px;
	height: 90vh;
	padding-top: 180px;
}
body.home .home-quick-search {
	height: 610px;
	height: 90vh;
	padding-top: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

body .cherieYoung #featured-holder section.featured h2 {
    font-size: 4.6rem;
  }
}/* END DESKTOP */

@media(max-width:790px){

#hero_cta_bar .container .cta a {
	border-bottom: 2px solid #fff;
}
#hero_cta_bar .container .cta a::after {
	color: #fff;
}
body.home #about {
	margin-bottom: 0px;
}
body .cherieYoung .neptune h2 {
	font-size: 3rem;
}
body .cherieYoung .neptune h1 {
	font-size: 3.5rem;
}
body.home .home-quick-search {
	height: auto;
	padding-top: 200px !important;
	padding-bottom: 40px;
}
body.home .home-quick-search h1 {
	font-size: 33px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
body.home .listings-count {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
body.home .fixed.dark.dynamic:not(.reduced) nav .menu-button .bar {
	background-color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) nav .menu-button {
	color: #fff;
}
body.home .fixed.dark.dynamic:not(.reduced) .sub-nav > li.phone-link .si-phone-link::before {
	color: #fff;
}
body .cherieYoung #featured-holder section.featured h2 {
	font-size: 3.5rem;
}
body .cherieYoung .neptune .buyer-seller .buyer-seller-content {
	padding-bottom: 20px;
}

body.home .home-quick-search {
	background-image: url('images/homeworth.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.home .home-quick-search.si-bgp--center .hero-image {
	display: none !important;
}
#hero_cta_bar {
	display: none;
}
}/* END MOBILE */