/*--Dana Correia custom.css--*/
:root {
    --custom-primary-btn-color: #232323 !important;
    --custom-secondary-color: #AF8C4B !important;
    --custom-tertiary-color: #796E65 !important;
}


.align-items-center{align-items:center}
.btn-outline{
	border: 1px solid #fff;
	color: #fff;
}
/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
	.row.eq-height .col-md-9{ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-lg-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-lg-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
	.row.eq-height .col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
}
@media (min-width: 1200px){
	.row.eq-height .col-xl-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}
@media (min-width: 1366px){
	.container-90{max-width:90%!important;width:90%!important}
}


/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}



/*--Header--*/
#home-bodycontent #header {
	background: none !important;
}
#home-bodycontent #header.scroll {
	background-color: #fff !important;
	box-shadow: none !important;
}
@media only screen and (min-width: 992px) {
    #home-bodycontent #header .nav-primary > li > a {
        color: #fff !important;
        text-shadow: 0 1px 1px #000;
    }
    #home-bodycontent #header.scroll .nav-primary > li > a {
        color: #000 !important;
        text-shadow: none;
	}
}

#home-bodycontent #header .logo.primary {
	background-color: transparent !important;
}

/*--Hero--*/
#home-bodycontent .cover-image[data-opacity="0.8"] {
    opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
	#home-bodycontent .cover-title .container {
		width:90%;
		max-width:90%;
	}
}
#home-bodycontent #custom-hero {
	text-align: left;
}
#home-bodycontent #custom-hero h1 {
	font-weight: bold !important;
}
#home-bodycontent #custom-hero h1,
#home-bodycontent #custom-hero .custom-hero-tagline {
	text-shadow: 0 1px 3px #000;
}
#home-bodycontent #custom-hero .hero-btn-wrapper a {
	text-decoration: none;
}
#home-bodycontent #custom-hero .hero-btn-wrapper a:nth-child(1) {
	background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
}
#home-bodycontent #custom-hero .hero-btn-wrapper a:nth-child(2) {
	background-color: #fff;
	color: #000;
}

/*--Horizontal Search--*/
#home-bodycontent .information-bar {
	position: relative;
	z-index: 9;
	background-color: #fff !important;
}
#home-bodycontent .information-bar #horizontal-search {
	margin-top: -35px !important;
	padding-bottom: 0 !important;
}
#home-bodycontent .information-bar #horizontal-search .form-control {
    min-height: 56px;
    background-color: var(--custom-primary-btn-color);
}
#home-bodycontent #horizontal-search #qs-submit {
    background-color: var(--custom-primary-btn-color);
}
#home-bodycontent #horizontal-search #qs-submit .fa {
    color: #fff !important;
}







/*--Featured Listings Carousel--*/
#combinedAreasCarousel .owl-stage,
#combinedAgentBrokerCarousel .owl-stage,
#customSoldCarousel .owl-stage {
	padding-left: 0 !important;
}
#combinedAreasCarousel .listing-box-wrapper,
#combinedAgentBrokerCarousel .listing-box-wrapper,
#customSoldCarousel .listing-box-wrapper {
	border: none;
}
#combinedAreasCarousel header,
#combinedAgentBrokerCarousel header,
#customSoldCarousel header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem !important;
	padding: 0 !important;
}
#combinedAreasCarousel header .btn,
#combinedAgentBrokerCarousel header .btn,
#customSoldCarousel header .btn, {
	padding: 9px 20px !important;
	line-height: 36px;
}
#combinedAreasCarousel .listing-box-image,
#combinedAgentBrokerCarousel .listing-box-image,
#customSoldCarousel .listing-box-image {
    min-height: calc((100vw - 120px)* 0.34) !important;
    border-radius: 0;
}
#combinedAreasCarousel .listing-box-background,
#combinedAgentBrokerCarousel .listing-box-background,
#customSoldCarousel .listing-box-background {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
#combinedAreasCarousel .listing-box,
#combinedAgentBrokerCarousel .listing-box,
#customSoldCarousel .listing-box {
	margin-bottom: 0;
	padding-bottom: 51px;
	border-radius: 0;
	box-shadow: none;
}
#combinedAreasCarousel .listing-box-image-links,
#combinedAgentBrokerCarousel .listing-box-image-links,
#customSoldCarousel .listing-box-image-links {
	display: none !important;
}
#combinedAreasCarousel .listing-box-title,
#combinedAgentBrokerCarousel .listing-box-title,
#customSoldCarousel .listing-box-title {
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 20px;
	transition: .3s width linear;
}
#combinedAreasCarousel .listing-box:hover .listing-box-title,
#combinedAgentBrokerCarousel .listing-box:hover .listing-box-title,
#customSoldCarousel .listing-box:hover .listing-box-title {
	width: calc(100% - 40px);
}
#combinedAreasCarousel .listing-box-content,
#combinedAgentBrokerCarousel .listing-box-content,
#customSoldCarousel .listing-box-content {
	height: auto;
	min-height: auto;
	padding: 0;
}
#combinedAreasCarousel .listing-box-content dl,
#combinedAgentBrokerCarousel .listing-box-content dl,
#customSoldCarousel .listing-box-content dl {
	display: flex;
	margin-bottom: 0;
}
#combinedAreasCarousel .listing-box-content dt,
#combinedAgentBrokerCarousel .listing-box-content dt,
#customSoldCarousel .listing-box-content dt {
	display: none;
}
#combinedAreasCarousel .listing-box-content dd,
#combinedAgentBrokerCarousel .listing-box-content dd,
#customSoldCarousel .listing-box-content dd {
	color: #fff;
}
#combinedAreasCarousel .listing-box-content dd:not(:last-child)::after,
#combinedAgentBrokerCarousel .listing-box-content dd:not(:last-child)::after,
#customSoldCarousel .listing-box-content dd:not(:last-child)::after {
	content: ' | ';
	display: inline;
	padding: 0 3px;
}
#combinedAreasCarousel .owl-nav,
#combinedAgentBrokerCarousel .owl-nav,
#customSoldCarousel .owl-nav {
	width: 100%;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#combinedAreasCarousel .owl-nav button,
#combinedAgentBrokerCarousel .owl-nav button,
#customSoldCarousel .owl-nav button {
	position: relative;
	border: 1px solid #f2f2f3;
	width: 60px;
	height: 60px;
	margin: 10px;
	left: unset;
	right: unset;
	top: unset;
	transform: none;
	background-color: transparent;
	line-height: normal;
}
#combinedAreasCarousel .owl-nav .fa,
#combinedAgentBrokerCarousel .owl-nav .fa,
#customSoldCarousel  .owl-nav .fa {
  color: var(--section-text-color);
  font-size: 2rem;
}
#combinedAreasCarousel .owl-dots,
#combinedAgentBrokerCarousel .owl-dots,
#customSoldCarousel  .owl-dots {
	display: none;
}





/*--Featured Areas--*/
#featured-areas {
	border-bottom: none !important;
}
#featured-areas .flex {
	display: block;
	overflow: hidden;
}
#featured-areas .owl-stage {
	display: flex;
}
#featured-areas a.area-2 {
	display: block;
	width: 100% !important;
	margin-bottom: 0;
}
#featured-areas a.area-2 img {
	height: 350px !important;
	max-height: unset !important;
}
#featured-areas a.area-2 .area-title-wrapper,
#froala-editor:not(.fr-box) #featured-areas a.area-2:hover .area-title-wrapper {
	background-color: hsla(var(--colorPrimary-h,0),var(--colorPrimary-s,0%),calc(var(--colorPrimary-l, 25%) + 0%),1);
	background-image: none;
	bottom: -27px;
	left: 20px;
	width: 70%;
	margin: 0;
	padding: 12px 12px;
	text-align: left;
	letter-spacing: normal;
}
#froala-editor:not(.fr-box) #featured-areas a.area-2:hover .area-title-wrapper {
    width: calc(100% - 40px);
}
#featured-areas a.area-2 .area-title-wrapper .area-tag,
#froala-editor:not(.fr-box) #featured-areas .area-2:hover .area-tag {
	margin-bottom: 0;
	font-size: 12px !important;
	font-weight: 100 !important;
	letter-spacing: normal;
	line-height: 14px;
}
#froala-editor:not(.fr-box) #featured-areas .area-2:hover .area-tag {
    
}
#featured-areas a.area-2 .area-title-wrapper .area-name,
#froala-editor:not(.fr-box) #featured-areas a.area-2:hover .area-name {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500 !important;
}
#froala-editor:not(.fr-box) #featured-areas a.area-2:hover .area-name {
    
}

#home-bodycontent #featured-areas .owl-nav {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-bodycontent #featured-areas .owl-nav button {
  border: 1px solid #f2f2f3;
  width: 60px;
  height: 60px;
  margin: 10px;
  background-color: transparent;
}
#home-bodycontent #featured-areas .owl-nav .fa {
  font-size: 2rem;
}


#home-bodycontent .custom-top #custom-testimonials,
#home-bodycontent #about-agent,
#home-bodycontent .custom-bottom #custom-listings,
#home-bodycontent .custom-bottom #about-entity,
#home-bodycontent #seo-areas {
	display: none !important;
}


#home-bodycontent #track-record h2,
#track-record h3.h2 {
	font-size: 48px;
	font-weight: 900 !important;
}
#track-record h3.h2 {
	margin-bottom: 3rem !important;
	color: var(--custom-secondary-color);
}
#home-bodycontent #results h2 {
	position: relative;
}
#home-bodycontent #results h3 {
	font-size: 22px;
	font-weight: 600 !important;
}
#home-bodycontent #results h2 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 4px 16px;
	color: #fff;
	background-color: var(--custom-secondary-color);
	border: 5px solid #fff;
}
#home-bodycontent #results h2::before {
	display: block;
	position:absolute;
	top: 50%;
	content: '';
	height: 2px;
	width: 100%;
	border-top: 2px solid var(--custom-secondary-color);
}
#track-record .counter-box,
#results .counter-box {
	font-size: 24px;
	font-weight: 900;
	color: var(--custom-secondary-color);
	line-height: 1;
}
#track-record .counter-box span,
#results .counter-box span {
	font-size: 48px;
}
#track-record .counter-label,
#results .counter-label {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (min-width: 992px) {
    #results .counter-wrapper:nth-of-type(n+2) {
        border-left: 1px solid #000;
    }
}

#as-seen-in {
	background-color: #f2f2f3;
}
#as-seen-in h2 {
	font-size: 19px;
	color: rgba(0,0,0,0.3);
}
#as-seen-in img {
	filter: brightness(0) opacity(.3);
	transition: filter .3s linear;
	max-height: 70px;
	margin: 0 auto;
}
#as-seen-in img:hover {
	filter: brightness(1) opacity(1);
}
#as-seen-in .owl-stage {
	display: flex;
	align-items: center;
}
#as-seen-in .owl-nav {
	display: none;
}
#as-seen-in a.btn-link,
#as-seen-in a.btn-link .fa {
	color: rgba(0,0,0,0.3);
}
#as-seen-in a.btn-link:hover,
#as-seen-in a.btn-link:hover .fa {
	color: rgba(0,0,0,1);
}
#home-bodycontent #custom-testimonials .owl-nav {
    padding: 0;
}


#additional-resources .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#additional-resources .flex.flex-4 a {
  position: relative;
  width: 25%;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  #additional-resources .flex.flex-4 a {
    width: 49.3%;
    margin-bottom: 1em;
  }
}

#additional-resources .flex.flex-4 a * {
    transition: all 0.25s ease;
}
#additional-resources a:not(.btn-primary) {
    position: relative;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
  #additional-resources a {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 2em;
  }
}
#additional-resources img {
	max-height: 250px !important;
} 
#additional-resources img {
    max-width: 100% !important;
    width: 100% !important;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
#additional-resources a.area-2 .area-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  padding-top: 2rem;
  margin: 5px;
  margin-bottom: 0;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.01));
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: all .3s linear;
}
#additional-resources a.area-2 .area-tag {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px !important;
  margin-bottom: 0.7em;
}
#additional-resources a.area-2 .area-name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  #additional-resources a.area-2 .area-title-wrapper {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  #froala-editor:not(.fr-box) #additional-resources .area-2:hover .area-title-wrapper {
    padding-bottom: 3rem;
  }
  #froala-editor:not(.fr-box) #additional-resources .area-2:hover .area-tag {
    letter-spacing: 10.5px;
  }
  #froala-editor:not(.fr-box) #additional-resources .area-2:hover .area-name {
    font-size: 18px;
  }
}