/*
* Template Name: Property Details
*/


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

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

.ip-banner{
	display: none;
}
#propdet-ip{}
.propdet-top{
	position: relative;
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    z-index: 0;
}
.propdet-top:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/property-details/propdet-fade.png) center center no-repeat;
	background-size: cover;
}
.propdet-canvas{
	position: relative;
	z-index: 0;
}
.propdet-ss{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}
.propdet-ss:not(.slick-initialized) .propdet-ss-single:not(:first-child){
	display: none;
}
.propdet-ss-single{}
.propdet-canvas canvas,
.propdet-ss-single canvas{
	min-height: 450px;
}
.propdet-tagline{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.propdet-tagline-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	max-width: 1350px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.propdet-tagline-add {
    filter: drop-shadow(2px 2px 3px #000);
    -webkit-filter: drop-shadow(2px 2px 3px #000);
}
.propdet-tagline-add h1{
	color: #fff;
	text-align: center;
	font-size: min(3.906vw,30px);
	letter-spacing: 0.100em;
}
.propdet-tagline-add h1 span{
	display: block;
	letter-spacing: 0.020em;
	font-size: 1.833em;
	font-family: var(--font-family-title);
	text-transform: uppercase;
	margin: 0 0 min(2.344vw,18px);
}
.propdet-tagline-arrow{}
.propdet-tagline-arrow button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 0;
	background: none;
	color: #fff;
	padding: 0;
	opacity: 1;
	font-size: 50px;
}
.propdet-tagline-arrow button:hover{
	opacity: 0.4;
}
.propdet-bcctas{
	border-bottom: 1px solid #d7d7d7;
	padding: 11px 0;
}
.propdet-bcctas-container{
	width: 1350px;
}
#propdet-bc{
	font-size: 16px;
	color: #333;
	letter-spacing: 0.100em;
}
#propdet-bc strong{
	font-weight: 500;
}
.propdet-ctas{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.propdet-cta{
	border-left: 1px solid #ccc;
	padding: 6px 26px;
}
.propdet-cta:first-child{
	padding-left: 0;
	border-left: 0 solid #000;
}
.propdet-cta:last-child{
	padding-right: 0;
}
.propdet-cta a{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.100em;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	padding: 5px 0 5px 36px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;
}
.propdet-cta a:hover{
	color: #c9ae85;
}
.propdet-cta.info a{
	background-image: url(../../images/property-details/propdet-info.png);
}
.propdet-cta.sched a{
	background-image: url(../../images/property-details/propdet-sched.png);
}
.propdet-dets{
	width: 1350px;
	padding: 64px 0 0;
}
.propdet-add{
	color: #333;
    font-size: 22px;
    letter-spacing: 0.100em;
}
.propdet-add span{
	display: block;
    letter-spacing: 0.020em;
    font-size: 2.273em;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    margin: 0 0 6px;
}
.propdet-agents{}
.propdet-agent{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.propdet-agent:first-child{
	margin: 0 0 0 ;
}
.propdet-agent .propdet-agent-photo{
	width: 115px;
	border-radius: 115px;
	overflow: hidden;
}
.propdet-agent .propdet-agent-info{
	font-family: var(--font-family-title);
	padding: 0 0 0 15px;
}
.propdet-agent .propdet-agent-name{
	font-size: 35px;
	letter-spacing: 0.020em;
}
.propdet-agent .propdet-agent-det{
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.020em;
}
.propdet-agent .propdet-agent-det a{
	color: #c6ae8c;
}
.propdet-agent .propdet-agent-det a:hover{
	color: #333;
}
.propdet-feats{
	width: 1350px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #d4d4d4;
	padding: 47px 0 33px;
}
.propdet-feat {
    font-size: 14px;
    letter-spacing: 0.100em;
    color: #333;
    font-weight: 500;
    padding: 5px 16px;
}
.propdet-feat .propdet-feat-label{
	text-transform: uppercase;
}
.propdet-feat .propdet-feat-val{
	color: #c6ae8c;
	font-size: 1.786em;
	font-weight: 400;
	letter-spacing: 0.020em;
	margin: 27px 0 0;
}
.propdet-buttons{
	width: 1350px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	padding: 26px 0 0;
}
.propdet-button{}
.propdet-button a{
	display: inline-flex;
	vertical-align: middle;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.100em;
	text-transform: uppercase;
}
.propdet-button a .propdet-button-icon{
	margin-right: 12px;
}
.propdet-button a .propdet-button-icon:not(.useimage){
	color: #c6ae8c;
	font-size: 1.429em;
}
.propdet-button a .propdet-button-icon.vt{
	max-width: 28px;
}
.propdet-button a .propdet-button-icon.share{
	max-width: 19px;
}
.propdet-button a:hover{
	color: #c6ae8c;
}
.propdet-video{
	max-width: calc(100% - 30px);
	margin: 83px auto 82px;
	width: 977px;
}
.propdet-video-link{}
.propdet-video-link a{
	display: block;
	position: relative;
}
.propdet-video-link a:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/property-details/propdet-play.png) center center no-repeat;
	background-size: min(25.399vw,145px) auto;
}
.propdet-video-link a .propdet-video-img{
	background: #000;
}
.propdet-video-link a .propdet-video-img img{
	opacity: 0.88;
}
.propdet-video-link a:hover .propdet-video-img img{
	opacity: 0.6;
}
.propdet-desc{
	width: 1350px;
	line-height: 1.474;
	font-size: 19px;
	letter-spacing: 0.020em;
	color: #333;
	padding-bottom: 88px;
}
.propdet-desc p:not(:nth-of-type(1)){
	margin: 28px 0 0;
}

.propdet-gallery{
	width: 1350px;
	position: relative;
}

.propdet-gallery-slides{
	font-size: 0;
	position: relative;
	z-index: 0;
}
.propdet-gallery-single{}
.propdet-gallery-slides:not(.slick-initialized){
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.propdet-gallery-slides:not(.slick-initialized) .propdet-gallery-single{
	width: calc(100% / 3);
}
.propdet-gallery-slides:not(.slick-initialized) .propdet-gallery-single:nth-child(n + 4){
	display: none;
}
.propdet-gallery-single a{
	display: block;
	position: relative;
}
.propdet-gallery-single a .propdet-gallery-img{
	background: #000;
}
.propdet-gallery-single a .propdet-gallery-img img{
	opacity: 1;
}
.propdet-gallery-single a:hover .propdet-gallery-img img{
	opacity: 0.5;
}

.propdet-gallery-arrows{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}
.propdet-gallery-arrow{}
.propdet-gallery-arrow button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 0;
	background: none;
	padding: 0 0;
	color: #c9ae85;
	font-size: 56px;
	pointer-events: auto;
}
.propdet-gallery-arrow button:hover{
	color: #000;
}
.propdet-map {
    width: 1400px;
    position: relative;
    margin-top: 111px;
}
.propdet-map > iframe,
.propdet-map > div:not(.embed-responsive){
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.propdet-aaf{
	width: 1260px;
}
.propdet-aaf-title{
	padding: 103px 0 0;
	margin: 0 0 66px;
}
.propdet-aaf-row{
	margin: 0 -15px;
}
.propdet-aaf-col{
	width: 25%;
}
.propdet-aaf-col:first-child{
	margin-top: 0;
}
.propdet-aaf-col .propdet-aaf-hdr{
	font-family: var(--font-family-title);
	font-size: 25px;
	letter-spacing: 0.050em;
}
.propdet-aaf-col ul{
	margin: 44px 0 0;
}
.propdet-aaf-col li{
	color: #c6ae8c;
	font-size: 14px;
	text-transform: uppercase;
	margin: 47px 0 0;
}
.propdet-aaf-col li:first-child{
	margin: 0 0 0;
}
.propdet-aaf-col li span{
	display: block;
	font-family: var(--font-family-title);
	text-transform: none;
	font-size: 1.429em;
	letter-spacing: 0.050em;
	color: #333;
	margin: 19px 0 0;
}
.propdet-aaf-button{
	margin: 50px 0 0;
}
.propdet-lmcomm {
    position: relative;
    text-align: center;
    background: #000;
    padding: 73px 15px;
    width: 1350px;
    margin-top: 87px;
}
.propdet-lmcomm:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/property-details/propdet-bg_01.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0.3;
}
.propdet-lmcomm a{
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-family: var(--font-family-title);
	font-size: 35px;
	letter-spacing: 0.075em;
}
.propdet-lmcomm a:hover{
	color: #c9ae85;
}
#ftr-git{
	margin: 114px 0 0;
}
.git-container{
	width: 1350px;
	position: relative;
    z-index: 1;
}
.git-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.git-wrap{
	width: 51.778%;
}
.git-content {
	margin: 0 0 0;
    max-width: none;
    
}
.section-title.ld-git{}
.section-title.ld-git h2{}
.section-title.ld-git h2 span{
	font-size: 40px;
}
.section-title.ld-git h2 span:before{
	display: none;
}

.git-agents{}
.git-agent{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	padding: 35px 0;
}
.git-agent:first-child{
	padding-top: 0;
}
.git-agent:last-child{
	padding-bottom: 0;
}
.git-agent .git-agent-photo{
	width: 158px;
	border-radius: 100%;
	overflow: hidden;
}
.git-agent .git-agent-info{
	padding: 0 0 0 38px;
	position: relative;
}
.git-agent .git-agent-name{
	font-family: var(--font-family-title);
	font-size: 50px;
	letter-spacing: 0.050em;
}
.git-agent .git-agent-position{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.100em;
	text-transform: uppercase;
	margin: 16px 0 0;
}
.git-agent .git-agent-det{
	font-family: var(--font-family-title);
	font-size: 24px;
	margin: 32px 0 0;
}
.git-agent .git-agent-det a{
	display: inline-block;
	margin: 16px 0 0;
}
.git-agent .git-agent-det a:nth-of-type(1){
	margin: 0 0 0;
}
.git-agent .git-agent-det a:hover{
	color: #c9ae85;
}

@media only screen and (min-width: 992px) {
	.propdet-ss{
		position: fixed;
	}
	.propdet-canvas canvas,
	.propdet-ss-single canvas{
		min-height: 100vh;
	}
	.propdet-tagline-container{
		justify-content: space-between;
	}
	.propdet-tagline-add{
		max-width: calc(100% - 60px);
	}
	.propdet-tagline-add h1{
		font-size: min(3vw,30px);
	}
	.propdet-tagline-add h1 span{
		margin: 0 0 min(1.8vw,18px);
	}
	.propdet-bcctas-container{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	#propdet-bc{
		max-width: calc(100% - 480px);
		font-size: min(1.3vw,16px);
	}
	.propdet-dets{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-end;
	}
	.propdet-add{
		margin-right: auto;
		font-size: min(1.594vw,22px);
		max-width: (100% - min(57.246vw,790px));
	}
	.propdet-add:after{
		content:'';
		display: block;
		width: min(6.377vw,88px);
		height: 2px;
		background: #415a7d;
		margin: min(1.812vw,25px) 0 0;
	}
	.propdet-add span{
		margin: 0 0 min(0.435vw,6px);
	}
	.propdet-agents{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.propdet-agent{
		margin-left: 39px;
	}
	.propdet-agent .propdet-agent-photo{
		width: min(8.333vw,115px);
		border-radius: min(8.333vw,115px);
	}
	.propdet-agent .propdet-agent-info{
		padding: 0 0 0 min(1.087vw,15px);
	}
	.propdet-agent .propdet-agent-name{
		font-size: min(2.536vw,35px);
	}
	.propdet-agent .propdet-agent-det{
		font-size: min(1.232vw,17px);
	}
	.propdet-feat{
		border-left: 1px solid #d4d4d4;
		padding: 5px min(1.884vw,26px);
		font-size: min(1.07vw,14px);
	}
	.propdet-feat:first-child{
		border-left: 0px solid #d4d4d4;
		padding-left: 0;
	}
	.propdet-feat:last-child{
		padding-right: 0;
	}
	.propdet-feat .propdet-feat-val{
		margin: min(1.957vw,27px) 0 0;
	}
	.propdet-button{
		border-left: 1px solid #ccc;
		padding: 5px 20px;
	}
	.propdet-button:first-child{
		padding-left: 0;
		border-left: 0px solid #000;
	}
	.propdet-button:last-child{
		padding-right: 0;
	}
	.propdet-gallery{
		max-width: calc(100% - 145px);
	}
	.propdet-gallery-slides.slick-initialized{
		margin: 0 -6px;
	}
	.propdet-gallery-slides.slick-initialized .propdet-gallery-single{
		padding: 0 6px;
	}
	.propdet-gallery-arrows{
		position: absolute;
		z-index: 1;
		top: 0;
		left: -56px;
		right: -56px;
		bottom: 0;
	}
	.propdet-aaf-row{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		/* justify-content: space-between; */
	}
	.propdet-aaf-col{
		padding: 0 15px;
		margin-bottom: 90px;
	}
	.propdet-aaf-button {
		margin: 0;
	}
	/* .propdet-aaf-col:first-child{
		padding-left: 0;
	}
	.propdet-aaf-col:last-child{
		padding-right: 0;
	} */
	.propdet-aaf-col .propdet-aaf-hdr{
		font-size: min(1.938vw,25px);
	}
	.propdet-aaf-col ul{
		margin: min(3.411vw,44px) 0 0;
	}
	.propdet-aaf-col li{
		font-size: min(1.085vw,14px);
		margin: min(3.643vw,47px) 0 0;
	}
	.propdet-aaf-col li span{
		margin: min(1.473vw,19px) 0 0;
	}
	.section-title.ld-git h2 span{
		text-align: left;
	}
	.git-row.button {
	    align-items: flex-start;
	}
	.git-agent{
		padding: min(2.536vw,35px) 0;
	}
	.git-agent .git-agent-photo{
		width: min(11.449vw,158px);
	}
	.git-agent .git-agent-info{
		padding: 0 0 0 min(2.754vw,38px);
	}
	.git-agent .git-agent-name{
		font-size: min(3.623vw,50px);
	}
	.git-agent .git-agent-position{
		font-size: min(1.304vw,18px);
		margin: min(1.159vw,16px) 0 0;
	}
	.git-agent .git-agent-det{
		font-size: min(1.739vw,24px);
		margin: min(2.319vw,32px) 0 0;
	}
	.git-agent .git-agent-det a{
		margin: min(1.159vw,16px) 0 0;
	}
	.git-agent:not(:first-child) .git-agent-info:before {
	    content: '';
	    display: block;
	    position: absolute;
	    left: min(2.754vw,38px);
	    top: max(-2.536vw,-35px);
	    width: min(7.246vw,100px);
	    height: 2px;
	    background: #fff;
	}
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.propdet-ctas {
	    margin: 20px 0 0;
	}
	.propdet-add {
	    text-align: center;
	    padding: 0 0 40px;
	}
	.propdet-agent {
	    margin: 20px 0 0;
	}
	.propdet-feat{
		width: 50%;
	}
	.propdet-feat:nth-child(n + 3){
		margin-top: 30px;
	}
	.propdet-buttons {
	    justify-content: center;
	}
	.propdet-button {
	    width: calc(100% / 3);
	    text-align: center;
	}
	.propdet-button:nth-child(n + 4){
		margin-top: 20px;
	}
	.propdet-desc {
	    line-height: 1.7;
	    font-size: 16px;
	    letter-spacing: 0.050em;
	}
	.propdet-gallery-arrows {
	    max-width: 220px;
	    margin: 30px auto 0;
	}
	.propdet-aaf-col {
	    text-align: center;
		width: 100%;
	    margin-top: 40px;
		margin-bottom: 0;
	}
	.propdet-aaf-col .propdet-aaf-hdr {
	    font-weight: 900;
	}
	.propdet-aaf-col ul {
	    margin: 20px 0 0;
	}
	.propdet-aaf-col li {
	    margin: 25px 0 0;
	}
	.propdet-aaf-col li span {
	    margin: 7px 0 0;
	}
	.git-inner {
	    display: block;
	}
	.git-wrap {
	    width: auto;
	    padding: 50px 0 0;
	}

	#propdet-bc {
    font-size: 14px;
}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {

	.propdet-ctas {
	    display: block;
	    text-align: center;
	}
	.propdet-cta {
	    border-left: 0px solid #ccc;
	    padding: 6px 0;
	    margin: 10px 0 0;
	}
	.propdet-add {
	    font-size: 18px;
	    letter-spacing: 0.080em;
	}
	.propdet-add span {
	    font-size: 2em;
	}
	.git-agent{
		display: block;
	}
	.git-agent .git-agent-photo {
	    margin: 0 auto 30px;
	}
	.git-agent .git-agent-info {
	    padding: 0 0 0;
	    text-align: center;
	}
	.git-agent .git-agent-position {
	    margin: 7px 0 0;
	}
	.git-agent .git-agent-det {
	    font-size: 22px;
	    margin: 20px 0 0;
	}
	.git-agent .git-agent-det a {
	    margin: 10px 0 0;
	}
	.propdet-agent .propdet-agent-info{
		max-width: calc(100% - 115px)
	}
	.propdet-button {
	    width: 100%;
	}
	.propdet-button:nth-child(n + 2) {
	    margin-top: 20px;
	}
	.propdet-gallery-slides {
	    margin: 0 -15px;
	}
}
@media only screen and (max-width: 480px) {
	.propdet-tagline-add h1 {
	    font-size: min(4.7vw,30px);
	    letter-spacing: 0.070em;
	}
	.propdet-agent{
		display: block;
	}
	.propdet-agent .propdet-agent-photo{
		margin: 0 auto 30px;
	}
	.propdet-agent .propdet-agent-info{
		max-width: none;
		padding: 0 0 0;
		text-align: center;
	}
	.propdet-feat {
	    width: 100%;
	}
	.propdet-feat:nth-child(n + 2) {
	    margin-top: 30px;
	}
	.git-agent .git-agent-name {
	    font-size: 45px;
	}
	.git-agent .git-agent-det {
	    font-size: 20px;
	    margin: 10px 0 0;
	}
}