/* Community Details */

div#main-wrapper {
    overflow: hidden;
}

.ip-banner::before {
    background: rgba(0,0,0,.05);
}

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

div#inner-page-wrapper div#content-full {
    margin: 0;
}

.custom-breadcrumbs p#breadcrumbs {
    line-height: 1;
    padding-top: 5px;
}

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

.ip-banner::after {
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../../images/relocation/reloc-banner-fade.png) center top repeat-x;
	background-size: cover;
}
.custom-breadcrumbs{
	position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,46,51,.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.050em;
    padding: 10px 0;
}
.custom-breadcrumbs span{
	font-size: 11px;
	display: inline-block;
}
.custom-breadcrumbs .breadcrumb_last{
	font-weight: 600;
}
.custom-breadcrumbs .container{
	position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
}

.header-sm {
    display: none;
}

#content .custom-breadcrumbs {
    display: none;
}
.scomm-el{
	position: relative;
	z-index: 1;
}
.exclusive-section{
	margin: 0 0 60px;
	overflow: hidden;
}
.lcd-name{
	display: inline-block;
    line-height: 1;
    margin: 0;
    font-family: 'Termina';
    font-size: 30px;
    color: #014046;
    font-weight: 400;
    text-transform: uppercase;
}
#exclusive-panel{
	margin: 40px 0 0;
}
#exclusive-panel ul{
	font-size: 0;
	margin: 0 -1px;
}
#exclusive-panel li{
	padding: 0 1px;
}
#exclusive-panel .lcd-el-single{}
#exclusive-panel .lcd-el-single a{
	display: block;
	position: relative;
	overflow: hidden;
}
#exclusive-panel .lcd-el-single a .lcd-el-img{
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#exclusive-panel .lcd-el-single a canvas{
	display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#exclusive-panel .lcd-el-single a:hover canvas{
    transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    filter:grayscale(1);
    -webkit-filter:grayscale(1);
}
#exclusive-panel .lcd-el-single a .lcd-el-status{
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	opacity: 1;
	font-size: 13px;
	background: #014046;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#exclusive-panel .lcd-el-single a:hover .lcd-el-status{
	opacity: 0;
}
#exclusive-panel .lcd-el-single a .lcd-el-mid{
	position: absolute;
	z-index: 2;
	bottom: -85px;
	left: 0;
	width: 100%;
	min-height: 0%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#exclusive-panel .lcd-el-single a:hover .lcd-el-mid{
	bottom: 0;
	min-height: 100%;
}
#exclusive-panel .lcd-el-single a .lcd-el-det{
	width: 100%;
}
#exclusive-panel .lcd-el-single a .lcd-el-info{
	color:#fff;
	background:rgba(0,0,0,.8);
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 30px);
	font-size: 15px;
	padding: 20px 10px;
}
#exclusive-panel .lcd-el-single a .lcd-el-add{
	text-transform: uppercase;
	margin: 0 0 15px;
}
#exclusive-panel .lcd-el-single a .lcd-el-price{
	font-size: 25px;
	margin: 0 0 15px;
}
#exclusive-panel .lcd-el-single a .lcd-el-bb{
    opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#exclusive-panel .lcd-el-single a:hover .lcd-el-bb{
	opacity: 1;
}
#exclusive-panel .lcd-el-single a .lcd-el-bb span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
#exclusive-panel .lcd-el-single a .lcd-el-vd{
	margin: 0 auto;
    background: #014046;
    max-width: 250px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#exclusive-panel .lcd-el-single a:hover .lcd-el-vd{
	opacity: 1;
}
#exclusive-panel .lcd-el-single a .lcd-el-vd:after{
	content: '';
	display: block;
	height: 1px;
	width: calc(100% - 30px);
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
}
#exclusive-panel .lcd-el-single a .lcd-el-vd span{
	background: #014046;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}
.lcd-el-navs{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
}
.lcd-el-navs .lcd-el-navs-wrap{
	background: #014046;
	color: #fff;
	padding: 20px;
}
.lcd-el-navs .lcd-el-dots{
	display: inline-block;
	vertical-align: middle;
}
.lcd-el-navs .lcd-el-dots ul{
	margin: 0 0 0 !important;
}
.lcd-el-navs .lcd-el-dots li{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #fff;
	padding: 10px;
}
.lcd-el-navs .lcd-el-dots li:first-child{
	border-left: 0px solid #fff;
	padding-left:0;
}
.lcd-el-navs .lcd-el-dots li:last-child{
	padding-right:0;
}
.lcd-el-navs .lcd-el-dots li button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	background: none;
	padding: 0;
}
.lcd-el-navs .lcd-el-dots li button:hover{
	color:#f5bcb4;
}
.lcd-el-navs .lcd-el-dots li.slick-active button{
	color:#f5bcb4;
	pointer-events: none;
}
.lcd-el-navs .lcd-el-next{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	cursor: pointer;
}
.lcd-el-navs .lcd-el-next:hover{
	color:#f5bcb4;
}
.lcd-el-navs .lcd-el-next strong{
	display: inline-block;
	vertical-align: middle;
}
.lcd-el-navs .lcd-el-next i{
	display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}


/* Cta Button */
.scomm-cta {
    display: block;
    margin-bottom: 30px;
}

.scomm-cta .scomm-cta-block {
    display: block;
}

.scomm-cta .scomm-cta-block:not(:last-child){
	margin-bottom: 8px;
}

.scomm-cta a.scomm-cta-btn {
    display: inline-block;
    margin: 0 0;
    text-align: left;
    width: initial;
    border: 2px solid rgba(245,188,180,0);
    color: #014046;
    font-family: 'Termina';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
	padding: 10px 15px 10px 5px;
	
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s
}

.scomm-cta a.scomm-cta-btn:hover{
	border: 2px solid rgba(245,188,180,1);
}

.scomm-cta a.scomm-cta-btn span{
	display: inline-block;
    vertical-align: middle;
    background: url(../../images/palm-2-hp.png) left 5px center no-repeat;
	background-size: 30px auto;
    padding: 7px 0 7px 40px;
}

/* Page Title Style */
.scomm-page-title {
    display: inline-block;
    margin-bottom: 65px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f7c1b9;
}

#content .scomm-page-title h1.entry-title {
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-family: 'Termina';
    font-size: 50px;
    color: #014046;
	font-weight: 400;
	
	padding: 0 0 0 95px;
    background: url(../../images/palms-2.png) left center no-repeat;
    background-size: 81px auto;
}


/* Template Style */

.scomm-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1510px;
    padding: 0 30px;
}

.single-community{
	display: block;
	padding-bottom: 110px;
}


.scomm-section1 {
	display: block;
	position: relative;
	padding: 85px 0 130px;
	z-index: 1;
}
	.scomm-section1 .scomm-section1-bg {
		position: absolute;
		bottom: -17%;
		left: 0;
		width: 100%;
		z-index: -5;
		background-color: #fff;
	}

	.scomm-section1 .scomm-section1-bg canvas{
		width: 100%;
		display: block;
		background-image: url(../../images/comm-details/single-comm-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		filter: grayscale(1);
		opacity: .15;
	}

	.scomm-section1 .scomm-section1-bg:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
		z-index: 1;

		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	}

.scomm-section1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15.5%;
    height: 76%;
    background: url(../../images/listing-details/listd-det-accent.jpg) right top repeat-y;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.scomm-section1 .scomm-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.scomm-section1 .scomm-dtails-left {
    width: 55%;
    padding: 0 60px;
}

/*new*/
.exclusive-section h2.sc-no-listing, 
.exclusive-section p.sc-no-listing, 
.lcd-panels h2.sc-no-listing,
.lcd-panels p.sc-no-listing {
    display: inline-block;
    line-height: 1;
    margin: 5px;
    font-family: 'Termina';
    font-size: 27px !important;
    color: #014046;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.scomm-section1 .scomm-dtails-right {
	width: 45%;
	padding-left: 30px;
}

.scomm-info-panel {
    background: #014046;
    padding: 85px 65px 75px;
	display: block;
	box-shadow: -2px 2px 20px rgb(0 0 0 / 0.30);
}

.scomm-dtails-text {
    display: block;
    position: relative;
    font-size: 15px;
    color: #000000;
    letter-spacing: .025em;
    line-height: 25px;
	font-weight: 400;
	/*margin-bottom: 55px;*/
}

#content .scomm-dtails-text p {
    margin: 0;
    line-height: inherit;
    font-size: inherit;
}

#content .scomm-dtails-text p:not(:last-child) {
    margin-bottom: 30px;
}

#content .scomm-dtails-text p strong,
#content .scomm-dtails-text h3,
#content .scomm-dtails-text h3 strong{
    font-size: 1.1em;
    color: #014046;
    font-weight: 700;
}


.scomm-smi {
	display: flex;
	-webkit-display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 460px;
}

#content .scomm-smi h4,
#content .scomm-smi .scomm-share {
    color: #014046;
    font-size: 18px;
    letter-spacing: .020em;
    line-height: 1;
    font-weight: 700;
}

#content .scomm-smi ul.smi-links {
    margin: 0;
    font-size: 0;
}

.scomm-smi ul.smi-links li:not(:last-child) {
    margin-right: 30px;
}

.scomm-smi li {
    display: inline-block;
    vertical-align: middle;
}

.scomm-smi a {
    font-size: 23px;
    display: block;
	color: #014046;
	
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

.scomm-smi a:hover{
	color: #f7c1b9;
}

#content .scomm-smi h4 {
    color: #014046;
    font-size: 18px;
    letter-spacing: .020em;
    line-height: 1;
    font-weight: 700;
}


#content .scomm-info-panel h3 {
    margin: 0;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 54px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
	font-family: 'Termina';
	letter-spacing: .020em;
}

.scomm-info-panel .infopanel-top {
    padding-bottom: 45px;
    border-bottom: 1px solid #1b5359;
}

.infopanel-table{
	text-align: left
}

.scomm-info-panel .infopanel-table-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;

	margin-bottom: 28px;
}

.scomm-info-panel .infopanel-table-heading span.title-text {
    font-weight: 600;
    font-size: 18px;
    color: #f7c1b9;
    text-transform: capitalize;
    line-height: 1;
	letter-spacing: .025px;
	display: block;
}
.infopanel-table .infopanel-col-md {
    width: 34%;
}

.infopanel-table .infopanel-col-lg {
    width: 41%;
}

.infopanel-table .infopanel-col-sm {
    width: 25%;
}

.infopanel-table .infopanel-row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.infopanel-table span.content-text {
    display: block;
    font-size: 18px;
    color: #e3e3e3;
    letter-spacing: .025em;
    line-height: 1;
    font-weight: 300;
}


.infopanel-middle {
	padding: 45px 0;
	text-align: left;
}

.infopanel-listing-count {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

    align-items: center;
}

.infopanel-listing-count:not(:last-child){
	margin-bottom: 30px;
}

.infopanel-listing-count .infopanel-count-text {
    font-size: 60px;
    font-weight: 300;
    color: #f7c1b9;
    line-height: 1;
    letter-spacing: .025em;
	padding-right: 25px;
	font-family: 'Termina';
}

.infopanel-listing-count .infopanel-count-dtls {
    color: #e3e3e3;
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
	font-weight: 300;
	text-align: left
}

.infopanel-listing-count .infopanel-count-dtls span {
    display: block;
}

.infopanel-listing-count .infopanel-count-dtls span:not(:last-child){
	margin-bottom: 12px;
}

.scomm-info-panel .scomm-cta {
    margin-bottom: 0;
}

.scomm-info-panel .scomm-cta a.scomm-cta-btn {
    color: #fff;
}

.scomm-info-panel .scomm-cta a.scomm-cta-btn span {
    background: url(../../images/palm-1-hp.png) left 5px center no-repeat;
    background-size: 22px auto;
}



.scomm-section2{
	display: block;
	z-index: 2;
	position: relative;
}

#content ul.scom-property-tabnav {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0 20px;
}

ul.scom-property-tabnav li:not(:last-child) {
    border-right: 1px solid rgb(69 98 101 / .30);
}

ul.scom-property-tabnav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
}

ul.scom-property-tabnav button.tabnav-btn {
    border: 2px solid rgb(247 191 183 / 0);
    height: 60px;
    color: #91abae;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
	padding: 0 15px;
	outline: none;
	
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
}

ul.scom-property-tabnav button.tabnav-btn span {
    padding-top: 5px;
    display: block;
}

ul.scom-property-tabnav button.tabnav-btn.active,
ul.scom-property-tabnav button.tabnav-btn:hover{
	border: 2px solid rgb(247 191 183 / 1);
	color: #014046;
}

ul.scom-property-tabnav button.tabnav-btn {
    margin-top: -15px;
    margin-bottom: -15px;
}

.scomm-property-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin-bottom: 50px;
}

#content .scomm-section2 h2 {
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-family: 'Termina';
    font-size: 30px;
    color: #014046;
    font-weight: 400;
    text-transform: uppercase;
}



.scomm-property-list{
    width: 100%;
    margin: 0 -2px;
    position: relative;
	z-index: 1;
	font-size: 0;
}
.scomm-property-list .scomm-prop-item{
	width: calc(100% / 4);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}
.scomm-property-list .scomm-prop-item a{
	display: block;
	position: relative;
	overflow: hidden;
}
.scomm-property-list .scomm-prop-item a .scomm-img{
	position: relative;
	z-index: 0;
}
.scomm-property-list .scomm-prop-item a .scomm-img:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../../images/fl-fade.png) center bottom repeat-x;
	background-size: cover;
	pointer-events: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.scomm-property-list .scomm-prop-item a:hover .scomm-img:before{
	opacity: 0;
}
.scomm-property-list .scomm-prop-item a .scomm-img:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../../images/fl-hover.png) center bottom repeat-x;
	background-size: cover;
	pointer-events: none;
	opacity: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.scomm-property-list .scomm-prop-item a:hover .scomm-img:after{
	opacity: 1;
}

.scomm-property-list .scomm-prop-item a .scomm-img canvas{
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.scomm-property-list .scomm-prop-item a .scomm-heart{
	position: absolute;
	z-index: 3;
	pointer-events: none;
	top: 0;
	right: 0;
	padding: 20px 20px 0 0;
	opacity: 0;
}
.scomm-property-list .scomm-prop-item a .scomm-heart span{
	color:#fff;
	font-size: 20px;
}
.scomm-property-list .scomm-prop-item a .scomm-det{
	position: absolute;
    z-index: 2;
    bottom: -65px;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 0 15px 15px 20px;
	text-transform: uppercase;
	pointer-events: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.scomm-property-list .scomm-prop-item a:hover .scomm-det{
	bottom: 0;
}
.scomm-property-list .scomm-prop-item a .scomm-name{
    font-size: 11px;
    letter-spacing: 0.100em;
	margin: 0 0 10px;
	line-height: 1;
}
.scomm-property-list .scomm-prop-item a .scomm-add-price{
	font-size: 12px;
	margin: 0 0 10px;
}
.scomm-property-list .scomm-prop-item a .scomm-add-price em{
	font-style: normal;
    margin: 0 5px;
}
.scomm-property-list .scomm-prop-item a .scomm-bb-ex{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.scomm-property-list .scomm-prop-item a:hover .scomm-bb-ex{
	opacity: 1;
}
.scomm-property-list .scomm-prop-item a .scomm-bb{
	width: calc(100% - 135px);
    border-top: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 0 0;
    font-size: 10px;
    font-weight: 300;
}
.scomm-property-list .scomm-prop-item a .scomm-bb > div{}
.scomm-property-list .scomm-prop-item a .scomm-ex{
    width: 125px;
    text-align: center;
    background: #002e33;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.scomm-property-list .scomm-prop-item a .scomm-ex span{
    background: url(../../images/palm-1-hp.png) left center no-repeat;
    display: inline-block;
    padding: 15px 0 15px 22px;
    background-size: 17px;
}


.scomm-prop-pagination{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-family: 'Termina';
}
.pagination-wrapper{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
	padding: 55px 15px 0;
	position: relative;
}

.scomm-prop-pagination .scomm-nav{
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.scomm-prop-pagination .scomm-nav.scomm-prev:after{
	content:'';
	display:block;
	width: 29px;
	height: 1px;
	background:#014046;
	margin: 0 0 0 10px;
	pointer-events: none;
}
.scomm-prop-pagination .scomm-nav.scomm-next:before{
	content:'';
	display:block;
	width: 29px;
	height: 1px;
	background:#014046;
	margin: 0 10px 0 0;
	pointer-events: none;
}
.scomm-prop-pagination .scomm-nav em{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.240em;
	color:#889596;
	text-transform: uppercase;
	font-style: normal;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}

.scomm-prop-pagination .scomm-nav:hover em{
	color:#014046;
}
.scomm-prop-pagination .scomm-nav span{
	font-size: 17px;
	color:#889596;
	margin: 0 10px;
}

.scomm-page-num{
	margin: 0 15px;
	font-size: 0;
}
.scomm-page-num a{
    display: inline-block;
    vertical-align: middle;
    border: 2px solid rgba(136, 149, 150,0);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #889596;
    text-align: center;
    padding: 2px;
    min-width: 30px;
}
.scomm-page-num a.active,
.scomm-page-num a:hover{
	border: 2px solid rgba(136, 149, 150,1);
	color:#014046;
}


.scomm-property-middle{
	display: block;
}

.scomm-property-content{
    display: none;
}

.scomm-property-content.active{
	display: block
}

.infopanel-top > div {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.025em;
    margin: 33px 0 0;
    color: #fff;
}
.infopanel-top span {
    color: #f7c1b9;
    font-weight: 400;
    display: inline-block;
    padding: 0 15px 0 0;
}
.scomm-property-middle .comm-errmsg{
	display: inline-block;
    line-height: 1;
    margin: 0;
    font-family: 'Termina';
    font-size: 16px;
    color: #014046;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

/*ReadMore*/
.addReadMore {
    height: 815px;
    overflow: hidden;
}
/*.single-community .scomm-dtails-left .readmore-btn{
	display: none;
}*/
.single-community .scomm-dtails-left .readmore-btn div {
    display: block;
    margin: 22px 0 0;
    max-width: 190px;
    border: 2px solid rgba(245,188,180,0);
    color: #014046;
    font-family: 'Termina';
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 15px 5px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;

    cursor: pointer;
}
.single-community .scomm-dtails-left .readmore-btn div span {
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/palm-2-hp.png) left center no-repeat;
    background-size: 22px auto;
    padding: 7px 0 7px 27px;
}

/*PopUp Form*/
.IDX-form-group input, .IDX-controls textarea{
    width: 100%;
    height: 33px;
    margin: 0 0px 20px;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    background: transparent;
    font-size: 15px;
    letter-spacing: .15em;
    color: #b5b5b5;
    display: inline-block;
    vertical-align: top;
    font-family: 'News Cycle';
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
    font-family: inherit;
}
.IDX-controls textarea{
    height: 74px;
    padding-top: 20px;
    resize: none;
    width: 100%;
}
.communities-template-default .aiosp-wrap .aiosp-container .aios-popup-body{
    max-width: 600px !important;
	width: 100%;
    padding: 48px 45px 42px !important;
}
/* #IDX-submitBtn, #IDX-resetBtn {
    width: 88%;
    height: 71px;
    font-size: 12px;
    letter-spacing: .58em;
    text-transform: uppercase;
    font-family: 'Prata', serif;
    margin-left: 17px;
    padding-top: 5px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
    border-left: 1px solid #28c3d4;
    border-right: 1px solid #28c3d4;
    background: #fff;
    color: #2b2b2b;
} */
#IDX-submitBtn, #IDX-resetBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
	width: 100%;
	height: 62px;
	border: 2px solid #7a9a9d;
	color: #014046;
	font-family: 'Termina';
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	background: url(../../images/palm-2-hp.png) 20px center no-repeat;
	background-size: auto;
	background-size: 22px auto;
	padding: 7px 0 7px 22px;
	outline: 0;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#IDX-submitBtn:hover, #IDX-resetBtn:hover{
    /* border-top: 1px solid #014046 !important;
    border-bottom: 1px solid #014046 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #014046 !important; */
}
/* .single form.wpcf7-form h2 {
    font-family: 'Prata', serif;
    font-size: 30px;
    font-weight: 500;
    color: #014046;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
    padding-bottom: 29px;
} */
#request-info {
	text-align: center;
}

#request-info form div {
	text-align: left;
}

#notify-me-new-listing {
	text-align: center;
}

#notify-me-new-listing form div {
	text-align: left;
}
#notify-me-new-listing form div.wpcf7-response-output{
	clear: both;
    text-align: center;
    padding: 10px 10px;
}
#request-market-report-updates {
	text-align: center;
}

#request-market-report-updates form div {
	text-align: left;
}
#request-market-report-updates form div.wpcf7-response-output{
	clear: both;
    text-align: center;
    padding: 10px 10px;
}

.single form.wpcf7-form p.form-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #014046;
	border-bottom: 3px solid #f7c1b9;
	padding: 5px 0 30px;
	font-weight: 400;
	width: auto !important;
	font-family: 'Spartan', sans-serif;
	display: inline-block;
	margin: 0 auto 60px !important;
	text-align: center;
	float: none;
}

.single form.wpcf7-form p.form-title span {
	font-weight: 600;
}

#request-info form div label {
	color: #000;
}

/*EasyPagination*/
.easyPaginateNav.ip-fp-pagination {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-family: 'Termina';
    width: 100% !important;
}
.ip-fp-pagi-inner {
    background: #014046;
    min-width: 488px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 47px 15px;
}
.ip-fp-pagi-inner > label{
	pointer-events: none;
}
.ip-fp-pagi-inner a.prev,
.ip-fp-pagi-inner a.next {
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.240em;
    color: #889596;
    text-transform: uppercase;
    font-style: normal;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.easyPaginateNav a.page {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid rgba(136, 149, 150,0);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #889596;
    text-align: center;
    padding: 6px 3px;
    min-width: 30px;
}
.easyPaginateNav a.page.current {
    border: 2px solid rgba(136, 149, 150,1);
    color: #fff;
}
.easyPaginateNav  a.prev:after,
.easyPaginateNav a.next:before {
    content: '';
    display: block;
    width: 29px;
    height: 1px;
    background: #fff;
    margin: 0 0 0 10px;
    pointer-events: none;
    margin: 0 10px;
}

.aiosp-close {
	width: 32px;
	height: 32px;
	font-size: 0;
/*	background: url(../../images/listing-details/virtual-tour-close.png) center center no-repeat !important;*/
	opacity: 0.25;	
}
.scom-property-topleft{
	width: 55%;
}
#request-info .wpcf7 form .wpcf7-response-output{
	clear: both;
	text-align: center;
	padding: .8em;
}

.aios-popup-body .aiosp-close{
	font-size: 30px;
}

/* Template Style */
@media only screen and (max-width: 1566px) {
	.scomm-section1:before {
		width: 13%;
	}
}

@media only screen and (max-width: 1466px) {

	.scomm-section1 .scomm-dtails-right {
		padding-left: 0;
	}

	.scomm-property-list .scomm-prop-item a .scomm-det {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1366px) {
	.scomm-dtails-text {
		font-size: 13px;
	}

	.scomm-cta a.scomm-cta-btn {
		letter-spacing: 0;
		font-size: 13px;
	}

	.scomm-cta a.scomm-cta-btn span {
		padding-left: 30px;
		background-position: left 0 center;
	}

	#content .scomm-page-title h1.entry-title {
		font-size: 45px;
	}

	.scomm-info-panel {
		padding: 65px 35px 55px;
	}

	.infopanel-table span.content-text {
		font-size: 16px;
		letter-spacing: 0;
	}

	.scomm-property-list .scomm-prop-item a .scomm-bb {
		font-size: 9px;
	}

	.scomm-property-list .scomm-prop-item a .scomm-ex {
		width: 90px;
		font-size: 9px;
	}

	.scomm-property-list .scomm-prop-item a .scomm-bb {
		width: calc(100% - 100px);
		padding-right: 5px;
	}

	.scomm-property-list .scomm-prop-item a .scomm-add-price {
		font-size: 11px;
	}
}
@media only screen and (max-width: 1199px) {
	.scom-property-topleft{
		width: 50%;
	}
}
@media only screen and (max-width: 1199px) {
	.scomm-dtails-text {
		line-height: 1.5;
	}

	.scomm-info-panel .infopanel-table-heading span.title-text {
		font-size: 15px;
	}

	.scomm-section1 .scomm-dtails-left {
		padding: 0 25px;
	}

	#content .scomm-page-title h1.entry-title {
		font-size: 40px;
		letter-spacing: 0;
	}

	.scomm-container{
		padding : 0 15px;
	}

	.infopanel-table span.content-text{
		font-size: 15px;
	}

	.infopanel-listing-count .infopanel-count-dtls {
		font-size: 14px;
	}

	.infopanel-listing-count .infopanel-count-text {
		font-size: 50px;
		padding-right: 15px;
	}

	.scomm-cta a.scomm-cta-btn span {
		padding-left: 25px;
		background-size: 25px;
	}

	.scomm-cta a.scomm-cta-btn{
		font-size: 12px;
	}

	.scomm-info-panel .scomm-cta a.scomm-cta-btn span {
		background-position: left center;
	}

	.scomm-section1:before {
		width: 9%;
	}
}
@media only screen and (max-width: 991px) {

	.scomm-info-panel .scomm-cta{
		margin: 20px 0 0;
	}

	.scomm-section1 .scomm-container {
		display: block;
	}

	.scomm-section1 .scomm-dtails-left,
	.scomm-section1 .scomm-dtails-right{
		width: 100%;
	}

	.scomm-section1:before{
		display: none
	}

	.scomm-section1 .scomm-dtails-left {
		padding: 0;
		text-align: center;
	}

	.scomm-page-title{
		margin-bottom:35px;
	}

	#content .scomm-dtails-text p strong {
		font-size: 1.3em;
	}

	.scomm-smi {
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.scomm-section1 .scomm-dtails-right {
		text-align: center;
	}
	
	.scomm-info-panel {
		padding: 30px 15px;
		max-width: 520px;
		margin: 0 auto;
	}

	.infopanel-middle {
		padding: 25px 0;
		text-align: center;
	}

	.infopanel-listing-count {
		justify-content: center;
	}

	.scomm-property-top {
		display: block;
	}

	.scomm-section1{
		padding: 60px 0;
	}

	.scomm-section2 {
		text-align: center;
	}

	#content ul.scom-property-tabnav {
		padding: 25px 0;
		align-items: center;
		justify-content: center;
	}

	ul.scom-property-tabnav button.tabnav-btn {
		height: 50px;
		font-size: 16px;
	}

	.scomm-property-top {
		margin-bottom: 15px;
	}

	.scomm-property-list .scomm-prop-item {
		width: calc(100% / 2);
		/* color: black; */
		text-align: center;
	}

	.scomm-property-list .scomm-prop-item a .scomm-det {
		text-align: left;
	}
	.scom-property-topleft{
		width: 100% !important;
	}

	.lcd-el-navs .lcd-el-dots li,
	.lcd-el-navs .lcd-el-dots li:first-child,
	.lcd-el-navs .lcd-el-dots li:last-child{}

	.single-community {
		padding-bottom: 0;
	}
	.scomm-mobile-content .scomm-cta .scomm-cta-block {
		text-align: center;
	}
	.scomm-mobile-content .scomm-cta a.scomm-cta-btn span {
		padding: 10px 0 10px 25px;
	}
}
@media only screen and (max-width: 767px) {

	.scomm-property-list .scomm-prop-item{
		width: 100%;
	}

	.scomm-property-list {
		max-width: 520px;
		margin: 0 auto;
		display: block;
	}

	.pagination-wrapper {
		display: block;
		padding: 30px 20px 50px;
	}

	.scomm-page-num {
		position: absolute;
		bottom: 0;
		margin: 0;
		left: 0;
		width: 100%;
	}

	#content .scomm-page-title h1.entry-title {
		padding-top: 50px;
		padding-left: 0;
		background-position: top center;
	}

	.custom-breadcrumbs p#breadcrumbs{
		line-height: 1.5;
	}

	#content .scomm-page-title h1.entry-title{
		font-size: 35px;
	}

	.ip-fp-pagi-inner > span:first-child,
	.ip-fp-pagi-inner > span:last-child{
		width: 50%;
		order: -1;
		margin-bottom: 30px;
	}
	.ip-fp-pagi-inner a.prev{
		justify-content: flex-end;
	}
	.ip-fp-pagi-inner a.next{
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 480px) {

	.scomm-cta a.scomm-cta-btn {
		font-size: 10px;
		padding: 0;
	}

	.scomm-info-panel .infopanel-table-heading span.title-text {
		font-size: 13px;
	}

	.infopanel-table span.content-text {
		font-size: 13px;
	}

	.scomm-info-panel {
		padding-left: 8px;
		padding-right: 8px;
	}

	ul.scom-property-tabnav button.tabnav-btn {
		padding: 0 5px;
		font-size: 13px;
		letter-spacing: 0;
	}

	ul.scom-property-tabnav li {
		padding: 0 5px;
	}

	#content .scomm-page-title h1.entry-title{
		font-size: 30px;
	}

	#content .scomm-dtails-text p strong {
		font-size: 1.1em;
		line-height: 1.3;
	}
	.ip-fp-pagi-inner{
		min-width: 100%;
	}
	.ip-fp-pagi-inner > span:first-child{
		/*order: 1;
		margin: 20px 60px 0 0;*/
	}
	.ip-fp-pagi-inner > span:last-child{
		/*order: 2;
		margin: 20px 0 0 60px;*/
	}
	.easyPaginateNav a.page {
	    border: 1px solid rgba(136, 149, 150,0);
	    font-size: 12px;
	    letter-spacing: 0.00em;
	    text-align: center;
	    padding: 4px 2px;
	    min-width: 30px;
	}
	.easyPaginateNav a.page.current {
	    border: 1px solid rgba(136, 149, 150,1);
	    color: #fff;
	}
}

@media only screen and (max-width: 430px) {
	/*.ip-fp-pagi-inner > span:first-child{
		margin: 20px 20px 0 0;
	}
	.ip-fp-pagi-inner > span:last-child{
		margin: 20px 0 0 20px;
	}*/
}

@media only screen and (max-width: 360px) {
	/*.ip-fp-pagi-inner > span:first-child{
		margin: 20px 5px 0 0;
	}
	.ip-fp-pagi-inner > span:last-child{
		margin: 20px 0 0 5px;
	}*/
    
    .communities-template-default .aiosp-wrap .aiosp-container .aios-popup-body {
        padding: 48px 25px 42px !important;
    }
}