

#content .addtoany_content {

    display: none;

}



.single-aios-communities{}

.single-aios-communities .ip-banner canvas{
	/*height: 100vh;*/
	-webkit-filter: grayscale(100%);
filter: grayscale(100%);

}

.single-aios-communities .ip-banner:before {
	content: '';
position: absolute;
width: 100%;
height: calc(100% - 59px);
left: 0;
top: 0;
background-color: #000;
opacity: .3;
z-index: 1;
}


.community-featured-image{

	display: block;

	max-width: 100%;

	margin: 60px auto 0;

}

.local-items{

	display: flex;

	flex-direction: column;

	margin: 30px 0 0 !important;

	padding: 0 !important;

	list-style: none !important;

}

	.local-items:not(.no-margin) li{

		margin-top: 30px;

	}

		.local-items:not(.no-margin) li:first-child{

			margin-top: 0;

		}

		.local-items li h3{

			margin: 0 !important;

			font-weight: 400 !important;

			font-family: var(--font-noe);

			font-size: 22px !important;

			color: #000;

		}

		.local-items li p{

			margin: 0 !important;

		}

		.local-items li a{

			font-size: 12px;

		}



#fullscreen_community_mapidleaflet{

	float: right;

	margin-top: 10px;

	margin-bottom: 10px;

	font-weight: 500;

	text-transform: uppercase;

	color: #000;

}

#community_mapidleaflet{

	float: left;

	width: 100%;

	min-height: 500px;

	height: 100%;

}



.aios-communities center strong{

	font-family: var(--font-noe);

}



.single-aios-communities #hh-showcase{

	background-color: #000; 

	padding: 100px 0;

	/*margin-top: 50px;*/
	margin: 50px calc(calc(-100vw + 100%) / 2) 0;

}

.single-aios-communities #hh-exclusive-properties{

	margin-top: 50px;

}



.single-aios-communities .customLeafletPopup .leaflet-popup-content canvas {

	background-position: center center;

	background-size: cover;

}

.single-aios-communities .customLeafletPopupInfo h4 {

	font-size: 24px;

}

.single-aios-communities .customLeafletPopupInfo h4 span.pricing {

	font-size: 14px;

	font-weight: 300;

	text-transform: uppercase;

}

.single-aios-communities .customLeafletPopupInfo p {

	font-family: var(--font-montserrat);

	font-size: 14px;

	color: #989898;

	letter-spacing: 0.05em;

}



.single-aios-communities .customLeafletPopupInfo a {

	font-family: var(--font-montserrat);

	font-size: 14px;

	color: #ffffff;

	letter-spacing: 0.05em;

	text-transform: uppercase;

}

/* Section title */
.single-aios-communities h1.default-heading.heading-gap-top {
	display: none !important;
}

.single-aios-communities .ip-banner h1.default-heading.heading-gap-top {
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    color: #fff;
    width: 100%;
    max-width: 1170px;
    right: 0;
    margin: auto;
    padding: 0 15px;
}

/* CUstom */
.img-wrapper {
    position: relative;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
} 

.img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section Content */
.custom-comm-img .img-wrapper img  {
	margin: 0;
	width: 100% !important;
    height: 100% !important;
}

.custom-comm-section {
	padding: 80px 0 0;
}

.local-favorite h2 { 
	margin-bottom: 30px !important;
}

/* Breadcrumbs */
.single-aios-communities nav.rank-math-breadcrumb {
	opacity: 0;
}

/* Market Report */
#hh-report {
	display: none;
	background: #000000;
    min-height: 500px;
    margin-top: 20px;
    padding: 88px 0;
}

.hh-report-content h2 {
	    padding: 0 0 2px !important;
}

.hh-report-content-subheading {
    font-family: var(--font-noe);
    font-size: 25px;
    color: #fff;
}

.hh-report-content-txt {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    max-width: 488px;
    width: 100%;
    margin: 35px 0 45px;
}

.hh-report-btn a {
	border: 1px solid #fff;
}

.hh-report-btn a:hover {
	border-color: #999999;
}

.hh-report-stats-inner {
	max-width: 645px;
	width: 100%;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.hh-report-stats-img {
	width: 50%;
    padding: 0 6.5px 0 0;
}

.hh-report-stats-img canvas {
	min-height: 312px;
}

.hh-report-stats-lists {
    width: 50%;
    padding: 0 0 0 6.5px;
}

.hh-report-stats-lists-item {
	padding: 5.5px 0;
}

.hh-report-stats-lists-item-inner {
	min-height: 97px;
	background: #454545;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.hh-report-stats-lists-item:nth-child(even) .hh-report-stats-lists-item-inner  {
	background: #dedede;
}

.hh-report-stats-lists-item:nth-child(even) em,
.hh-report-stats-lists-item:nth-child(even) span {
	color: #454545;
}



.hh-report-stats-lists-item em {
	font-style: normal !important;
    font-size: 70px;
    color: #fff;
    font-family: var(--font-noe);
    display: block;
    min-width: 85px;
    text-align: right;
    line-height: 1;
    width: 50%;
	padding: 0 12px 0 0;
}

.hh-report-stats-lists-item span {
	display: block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    min-width: 95px;
    width: 50%;
	padding: 0 0 0 12px;
}

.credits {
	position: absolute;
  right: 5px;
  bottom: 40px;
  z-index: 9;
	font-size: 11px;
	letter-spacing: 1px;
	background: #fff;
	text-align: right;
}

@media only screen and (min-width: 992px) {

	.local-favorite .row{

		display: flex;

	}

}



@media only screen and (max-width: 991px) {

	.single-aios-communities .ip-banner {

	    margin-top: 70px;

	}

	

	.single-aios-communities .ip-banner canvas{

		height: initial;

	}

	.heading-alt.heading-border,
	#content #hh-showcase .heading-alt.heading-border {

		margin-bottom: 30px;

	}

	.showcase-detail-cta {

	    justify-content: center;

	    align-items: center;

	}

	.hh-report-content-txt {
		max-width: 100%;
	}

	.hh-report-stats-inner {
		max-width: 360px;
		margin: 50px auto 0;
	}

	.hh-report-stats-img {
		width: 100%;
		padding: 0 0 15px;
	}

	.hh-report-stats-lists {
		width: 100%;
		padding: 0;
	}

	.single-aios-communities .ip-banner h1.default-heading.heading-gap-top {
		top: 25%;
	}
	.credits {
	padding-right: 5px;
}

}

@media only screen and (max-width: 500px) {

	.single-aios-communities .ip-banner:before {
		max-height: 160px;
	}

	.showcase-detail-cta-col {

		width: 250px;

	}
	.credits {
		position: relative;
  bottom: 0;
		text-align: right;
  background: #fff;
	}

}