/*
 * Template Name: Community Details
 */


 #inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.ip-banner{
	display: none;
}
.commdet-banner{
	clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.commdet-banner > div{
	content: '';
	display: block;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.55;
	pointer-events: none;
}
.commdet-banner canvas{
	display: block;
	width: 100%;
	height: auto;
	min-height: 210px;
	background: #000;
	position: relative;
	z-index: 0;
}
.commdet-inner{
	position: relative;
}
.commdet-fixed_bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	height: calc(100% - 40px);
	max-height: 310px;
	background: #fff;
	clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    pointer-events: none;
    overflow: hidden;
}
.commdet-fixed_bg > div{
	content:'';
	display: block;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../../images/community-details/commdet-bg_01.jpg) center center no-repeat;
	background-size: cover;
}
.commdet-fixed_bg:before{
	/*content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;*/
}
.commdet-fixed_bg:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 100%);
}
.commdet-section{
	position: relative;
	z-index: 1;
}
.commdet-intro{
	padding: 80px 0 0;
}
.intro-inner{}
.intro-title{}
.intro-desc {
    font-size: 17px;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
    margin: 41px 0 0;
}
.intro-desc p:not(:nth-of-type(1)){
	margin: 20px 0 0;
}
#commdet-ip .section-title{

}
#commdet-ip .section-title h2{
	/*font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.100em;*/
}
#commdet-ip ul li::marker {
    color: #cfab7f;
}
.commdet-commfp{
	padding: 40px 0 0;
}
.commfp-top{
	position: relative;
}
.commfp-top-container{
	width: 1400px;
	position: relative;
}
.commfp-title{
	position: relative;
	z-index: 0;
}
.commfp-sold{}
.commfp-arrows{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.commfp-arrow{
	margin-left: 2px;
}
.commfp-arrow:first-child{
	margin-left: 0;
}
.commfp-arrow button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 55px;
	height: 55px;
	background: #c9ae85;
	color: #fff;
	font-size: 26px;
	border: 0;
	padding: 0 0;
}
.commfp-arrow button:hover{
	background: #415a7d;
}
.commfp-feed{
	margin: 46px 0 0;
}
.props-feed.commfp-slide{
	font-size: 0;
}

#hp-omo{
	position: relative;
}
.commdet-numbers{
    padding: 40px 0;
	clip-path: inset(0 0 0 0);
	-moz-clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
	position: relative;
	overflow: hidden;
}
.commdet-numbers:before{
	content: '';
    display: block;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: url(../../../images/accent-bg.jpg) center center no-repeat;
    background-size: cover;
    pointer-events: none;
}
.commdet-numbers:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.commdet-numbers_container{
	max-width: 1600px;
	margin: 0 auto;
}
.numbers-title{
	font-family: var(--font-family-title);
    color: #333;
    letter-spacing: 0.100em;
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    margin: 0 0 48px;
}
.numbers-list{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    align-items: end;
}
.numbers-single{
    text-align: center;
    color: #c9ae85;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.050em;
    font-weight: 500;
    width: calc(100% / 3);
    padding: 0 15px;
}
.numbers-single:first-child{
    margin: 0 0 0;
}
.numbers-single .numbers-lg{
    font-family: var(--font-family-title);
    font-size: 2.4em;
    color: #333;
    font-weight: 400;
    margin: 0 0 11px;
}
.numbers-single .numbers-lg:after{
    content:'';
    display: block;
    position: relative;
    width: 50px;
    height: 2px;
    background: #415a7d;
    margin: 0 auto 0;
}
.numbers-single .numbers-sm{
    text-transform: uppercase;
}

.commdet-neigh{
	padding: 40px 0 0;
}
.neigh-desc{
	font-size: 17px;
    line-height: 1.2;
    color: #333;
    font-weight: 500;
    margin: 46px 0 44px;
}

.neigh-hdr {
    display: block;
    font-size: 25px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
}
.neigh-list{
	margin: 0 0 0;
}

.neigh-single{
	line-height: 1.444;
	font-size: 14px;
	color: #333;
}
.neigh-single span{
	display: block;
	font-size: 1.857em;
	color: #ceac7f;
	margin: 0 0 13px;
}
.neigh-single ul{
	margin: 1.12em 0;
}
.neigh-single ul li:not(:first-child){
	margin: 0.5em 0 0;
}
.commdet-wwl{
	margin: 40px 0 0;
}
.wwl-top{
	font-family: var(--font-family-title);
    color: #333;
    letter-spacing: 0.100em;
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    margin: 0 0 48px;
    padding: 0 15px;
}
.wwl-content{}
.wwl-content .wwl-col{}
.wwl-content .wwl-col:first-child{}
.wwl-block{}
.wwl-block:not(:first-child){
	margin: 7px 0 0;
}
.wwl-block a{
	display: block;
	position: relative;
}
.wwl-block a .wwl-block-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
}
.wwl-block a:hover .wwl-block-img{
	background: #ceac7f;
}
.wwl-block a .wwl-block-img canvas{}
.wwl-block a .wwl-block-img img{
	opacity: 0.55;
}
.wwl-block a:hover .wwl-block-img img{
	opacity: 0.1;
}
.wwl-block a .wwl-block-det{
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 15px;
}
.wwl-block a .wwl-block-hdr{
	max-width: 100%;
	font-size: 30px;
	font-family: var(--font-family-title);
	letter-spacing: 0.100em;
	text-transform: uppercase;
	padding: 0 15px;
}
.wwl-block a .wwl-block-desc{
	width: 100%;
	font-size: 14px;
    line-height: 1.375;
    margin: 21px 0 0;
    display: none;
    max-width: 510px;
}
.wwl-block a:hover .wwl-block-desc{
	display: block;
}

.single-aios-communities .intro-desc ul{
	list-style: disc;
    list-style-position: inside;
}

.commdet-attr {
/*    padding-top: 100px;*/
    padding-top: 70px;
}
.attr-lists {
	margin: 46px 0 0;
}
.attr-list {
    padding-bottom: 30px;
}
.attr-list span {
    display: block;
    font-size: 1.556em;
    color: #ceac7f;
    margin: 0 0 13px;
/*    letter-spacing: 0.1em;*/
}

.attr-list ul li{
    font-size: 14px;
    line-height: 1.5;
}
.attr-list ul li::marker {
    color: #cfab7f;
}
.attr-list p {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 1.5;
}
.attr-def-content p {
    font-size: 14px;
}
.highlight-text {
    padding: 70px 0 !important;
    margin-top: 70px;
    background: #5a5a5a;
}
.highlight-text .neigh-hdr {
    font-size: 42px;
    font-family: var(--font-family-title);
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 100;
    padding: 0 10px;
}

.commdet-section.commdet-neigh  .neigh-desc p{
    margin-bottom: 20px;
}

.neigh-list ul{
    list-style: disc !important;
    list-style-position: inside !important;
}

#commdet-ip .commdet-inner .attr-def-content a,
#commdet-ip .commdet-inner .intro-desc a{
    color: #23527c;
}
#commdet-ip .commdet-inner .attr-def-content a:hover,
#commdet-ip .commdet-inner .intro-desc a:hover{
    color: #c9ae85;
}

body.postid-137228 .commdet-section.commdet-numbers{
	display: none;
}

@media only screen and (min-width: 768px) {
	.attr-list {
		padding-left: 20px;
	}
	.neigh-single ul.two_col,
	.attr-list ul{
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-gap: 30px;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
}
@media only screen and (min-width: 992px) {
	body.postid-136924 .neigh-single:first-child{
		width: 100%;
        max-width: none;
	}
	body.postid-136924 .neigh-single:nth-child(n + 2){
		margin: 33px 0 0;
	}
	.commdet-props{
		padding: 100px 0 0;
	}
	.commfp-sold {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	}
	.commfp-arrows{
		position: absolute;
	    left: 0;
	    bottom: 0;
	}
	.commfp-arrow button{
		width: min(3.438vw,55px);
		height: min(3.438vw,55px);
		font-size: min(1.625vw,26px);
	}
	.props-feed.commfp-slide:not(.slick-initialized) .props-single:nth-child(n + 4){
		display: none;
	}
	.commdet-numbers{
		padding: 100px 0;
	}
	.commdet-neigh{
		padding: 90px 0 0;
	}

	.numbers-single{
		font-size: min(1.32vw, 18px);
	}

	.neigh-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.neigh-single{
		width: calc(50% - 20px);
		max-width: 523px;
	}
	.neigh-single:nth-child(n + 3){
		margin: 33px 0 0;
	}
	.commdet-wwl{
		margin: 124px 0 0;
	}
	.wwl-content{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-around;
		margin: 0 auto;
	}
	.wwl-content .wwl-col{
		width: 27.750vw;
	}
	.wwl-content .wwl-col:nth-child(2){
		width: 42.75vw;
	}
	.wwl-block:not(:first-child){
		margin: 0.438vw 0 0;
	}
	.wwl-block a .wwl-block-img{
		position: relative;
	}
	.wwl-block a .wwl-block-det{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.wwl-block a .wwl-block-hdr{
		font-size: min(1.875vw,30px);
	}
	.wwl-block a .wwl-block-desc{
		font-size: min(0.875vw,14px);
		margin: min(1.3125vw,21px) 0 0;
	}

	
}
@media only screen and (max-width: 1199px) {
	.numbers-single {
/*	    font-size: 18px;*/
	}
}
@media only screen and (max-width: 991px) {
	.numbers-single {
		width: 100%;
		margin: 40px 0 0;
	}
	.numbers-single:first-child{
		margin-top: 0;
	}
	.intro-desc,
	.neigh-desc,
	.neigh-single{
		text-align: center;
	}
	.props-feed.commfp-slide:not(.slick-initialized) .props-single{
		width: 100%;
	}
	.props-feed.commfp-slide:not(.slick-initialized) .props-single:nth-child(n + 2){
		display: none;
	}
	.commfp-sold {
	    text-align: center;
	    margin: 30px 0 20px;
	}
	.props-feed.commfp-slide {
	    margin: 0 auto;
	    max-width: 530px;
	}
	.neigh-single:nth-child(n + 2){
		margin: 33px 0 0;
	}
	.wwl-content .wwl-col{
		margin: 7px auto;
		max-width: 444px;
	}
	.wwl-content .wwl-col:first-child{
		margin: 0 auto;
	}
	.wwl-block a .wwl-block-img img {
	    opacity: 0.30;
	}
	.wwl-block a .wwl-block-det {
	    padding: 40px 15px;
	}
	.wwl-block a .wwl-block-desc{
		display: block;
		margin: 10px 0 0;
	}

}
@media only screen and (max-width: 767px) {
	.section-title h2 span {
	    font-size: 1.4em;
	    letter-spacing: 0.02em;
	}
	.numbers-title,
	.wwl-top{
		letter-spacing: 0.050em;
		font-size: 35px;
	}
	.numbers-list{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.numbers-single:not(:first-child){
		margin: 30px 0 0;
	}
}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}