/*
 * Template Name: Property Details
 */

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.ip-banner{
	display: none;
}

.pd-container{
	width: calc(100% - 30px);
	margin: 0 auto;
	max-width: 1353px;
}


#pd-ip{}
.pd-top{}
.pd-ss{}
.pd-ss .pd-ss-inner{}
.pd-ss .pd-ss-single{
	position: relative;
}
.pd-ss .pd-ss-single:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: url(../../images/property-details/pd-slide-fade.png) center center repeat-x;
	background-size: cover;
}
.pd-ss .pd-ss-single img{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pd-ss .pd-ss-single canvas{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.pd-title{}
.pd-title .pd-title-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.pd-title .pd-title-content{
	/*position: relative;*/
	max-width: calc(100% - 170px);
}
.pd-title .pd-title-content h1{
	line-height: 1;
}

.pd-title .pd-title-content h1:after{
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 54px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 52%, rgba(21, 57, 33, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 52%, rgba(21, 57, 33, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 52%, rgba(21, 57, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#153921', GradientType=1);
}
.pd-title .pd-title-content h1 strong{
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
}
.pd-title .pd-title-content h1 span{
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #163a22;
    text-transform: uppercase;
    margin: 15px 0 0;
    position: relative;
}
.pd-title .pd-listing-num{
	font-size: 13px;
	font-weight: 500;
	color: #153921;
	letter-spacing: 0.100em;
	text-transform: uppercase;
	margin: 26px 0 0;
}
.pd-title .pd-slide-navs{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 50px 0 0;
}
.pd-title .pd-slide-nav{
	color: #000;
	font-size: 31px;
	cursor: pointer;
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.pd-title .pd-slide-nav:hover{
	opacity: 0.5;
}
.pd-title .pd-slide-count{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color:#153921;
	letter-spacing: 0.050em;
	margin: 0 22px;
}
.pd-title .pd-slide-dots{}
.pd-title .pd-slide-dots li{
	display: none;
}
.pd-title .pd-slide-dots li.slick-active{
	display: block;
}
.pd-title .pd-slide-dots li button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:0;
	background: none;
	padding: 0;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.pd-feats{
	margin: 63px 0 90px;
}
.pd-feats .pd-feats-inner{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.pd-feats .pd-feats-single{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.pd-feats .pd-feats-single:first-child{
	margin: 0 0 0;
}

.pd-feats .pd-feats-icon{
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-end;
}
.pd-feats .pd-feats-icon img{
	display: block;
	max-width: 100%;
}
.pd-feats .pd-feats-single span{
	font-size: 17px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.pd-content{}
.pd-content .pd-content-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
.pd-content .pd-content-left{
	width: 42.794%;
}
.pd-content .pd-content-desc{}
.pd-content .pd-content-desc h3{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #163a22;
	margin: 0 0 30px;
}
.pd-content .pd-content-desc p{
	font-size: 17px;
    font-weight: 300;
    line-height: 1.556;
    letter-spacing: 0.020em;
    color: #333;
    max-width: 550px;
    margin: 30px 0 0;
    padding: 0 15px 0 0;
}
.pd-content .pd-content-desc p:nth-of-type(1){
	margin: 0 0 0;
}
.pd-content .pd-content-right{
	width: 57.206%;
}

.pd-cta{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 80px 0 0;
}
.pd-cta .pd-cta-single{
	margin: 0 0 0 50px;
}
.pd-cta .pd-cta-single:first-child{
	margin: 0 0 0 0;
}
.pd-cta .pd-cta-single a{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.pd-cta .pd-cta-single a:hover{
	opacity: 0.5;
}
.pd-cta .pd-cta-single a .pd-cta-icon{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.pd-cta .pd-cta-single a .pd-cta-icon img{
	display: block;
	max-width: 100%;
}
.pd-cta .pd-cta-single a span{
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	margin: 15px 0 0;
	letter-spacing: 0.200em;
}

.pd-vap{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 52px 0 0;
	max-width: 500px;
}

.pd-gallery{}
.pd-gallery .pd-gallery-lg{
	position: relative;
}
.pd-gallery .pd-gallery-slide{
	font-size: 0;
	position: relative;
	z-index: 0;
}
.pd-gallery .pd-gallery-single{
	position: relative;
}
.pd-gallery .pd-gallery-single:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	pointer-events: none;
}
.pd-gallery .pd-gallery-single canvas{
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto;
}
.pd-gallery .pd-gallery-single img{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pd-gallery-navs{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: 2%;
    left: 2%;
}
.pd-gallery-navs .pd-gallery-nav{
	color: #fff;
	font-size: 31px;
	cursor: pointer;
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.pd-gallery-navs .pd-gallery-nav:hover{
	opacity: 0.5;
}
.pd-gallery-navs .pd-gallery-count{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color:#fff;
	letter-spacing: 0.050em;
	margin: 0 22px;
}
.pd-gallery-navs .pd-gallery-dots{}
.pd-gallery-navs .pd-gallery-dots li{
	display: none;
}
.pd-gallery-navs .pd-gallery-dots li.slick-active{
	display: block;
}
.pd-gallery-navs .pd-gallery-dots li button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:0;
	background: none;
	padding: 0;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.pd-gallery-sm{
	overflow: hidden;
	margin: 20px 0 0;
	position: relative;
}

.pd-thumb-slide{
	margin: 0 -10px;
	position: relative;
	z-index: 0;
	font-size: 0;
}
.pd-thumb-slide .slick-slide{
	margin: 0 10px;
}
.pd-thumb-slide .pd-thumb-single{
	position: relative;
	cursor: pointer;
}
.pd-thumb-slide .pd-thumb-single:before{
	content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.pd-thumb-slide .pd-thumb-single img{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pd-thumb-slide .pd-thumb-single canvas{
	position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
}

.pd-thumb-navs{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 0 3.375vw 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	background: rgba(255,255,255,0);
    background: linear-gradient(90deg, rgba(75,121,117,0) 50%, rgba(255,255,255,1) 90%);
	pointer-events: none;
}

.pd-thumb-navs .pd-thumb-nav{
	font-size: 36px;
	color: #000;
	cursor: pointer;
	opacity: 1;
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	pointer-events: auto;
}
.pd-thumb-navs .pd-thumb-nav:hover{
	opacity: 0.5;
}

.pd-exl{
	margin: 150px 0 0;
}
.pd-exl .pd-exl-title{
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
}

.pd-exl .pd-exl-container{
	width: calc(100% - 30px);
	margin: 0 auto 0;
	max-width: 1540px;
}

.prop-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 52px 0 0;
}

.prop-items {
	margin: 0 -10px;
	font-size: 0;
}

.prop-items .slick-slide > div:last-child {
    margin-bottom: 0;
}

.prop-item {
    padding: 0 10px;
}

.prop-item a {
    display: block;
    position: relative;
}

.prop-item-inner {
    position: relative;
}

.prop-photo {}

.prop-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prop-item a:hover .prop-photo canvas {
    filter: grayscale(1);
}

.prop-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: calc(100% - 25px);
    background: rgba(255, 255, 255, .7);
    padding: 11px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: bottom left;
}

.prop-item a:hover .prop-info {
    opacity: 0;
    transform: scale(0);
}

.prop-info.hover {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.55) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8cffffff', GradientType=1);
    padding: 40px 25px;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom left;
}

.prop-item a:hover .prop-info.hover {
    opacity: 1;
    transform: scale(1);
}

.prop-price {
    margin-bottom: 10px;
}

.prop-price span {
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.prop-address {
    margin-bottom: 6px;
}

.prop-address span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: uppercase;
}

.prop-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prop-info.hover .prop-details {
    margin-bottom: 21px;
}

.prop-details div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
    height: 16px;
    margin-right: 20px;
}

.prop-details div.prop-beds {
    padding-left: 29px;
    background-image: url(../../images/fp-icon-beds.png);
}

.prop-details div.prop-baths {
    padding-left: 29px;
    background-image: url(../../images/fp-icon-baths.png);
}

.prop-details div.prop-sqft {
    padding-left: 26px;
    background-image: url(../../images/fp-icon-sqft.png);
}

.prop-details div.prop-acres {
    padding-left: 26px;
    background-image: url(../../images/fp-icon-acres.png);
}

.prop-details div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
}

.prop-desc {}

.prop-desc p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #000;
    margin-bottom: 21px;
    max-width: 512px;
}

.prop-desc p:last-child {
    margin-bottom: 0;
}

.prop-button {
    position: relative;
    padding-left: 50px;
    margin-top: 28px;
}

.prop-button:before {
    content: '';
    width: 75px;
    height: 1px;
    background: #153921;
    position: absolute;
    top: 50%;
    left: -40px;
}

.prop-button span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.25em;
    color: #153921;
    text-transform: lowercase;
}

.prop-disclaimer{
	margin: 0 auto;
	max-width: 1285px;
	width: calc(100% - 30px);
	font-size: 12px;
	letter-spacing: 0.050em;
	color: #808080;
	padding: 45px 0 72px;
}



@media only screen and (max-width: 1440px){
	.prop-details div{
		margin-right: 11px;
	}
	.prop-details div span{
		font-size: 11px;
		letter-spacing: 0.020em;
	}
	.prop-items {
	    margin: 0 -5px;
	}
	.prop-item {
	    padding: 0 5px;
	}
}
@media only screen and (max-width: 1199px){
	.pd-title .pd-title-content h1 strong{
		font-size: 70px;
	}
	.pd-title .pd-title-content h1 span {
	    font-size: 24px;
	    letter-spacing: 0.20em;
	}
	.pd-feats .pd-feats-single span{
		font-size: 16px;
		letter-spacing: 0.020em;
	}
	.pd-content .pd-content-desc p{
		font-size: 16px;
	}
	.pd-cta .pd-cta-single {
	    margin: 0 0 0 35px;
	}
	.pd-cta .pd-cta-single a .pd-cta-icon{
		max-width: 38px;
	}
	.pd-cta .pd-cta-single a span {
	    font-size: 10px;
	    letter-spacing: 0.100em;
	}
}
@media only screen and (max-width: 991px){
	.pd-title .pd-title-content h1:after{
		display: none;
	}
	.pd-title .pd-title-inner {
	    flex-flow: column-reverse wrap;
	    align-items: center;
	    justify-content: center;
	}
	.pd-title .pd-slide-navs {
	    padding: 0;
	    margin: 0 0 30px;
	}
	.pd-feats .pd-feats-single span{
		font-size: 14px;
	}
	.pd-title .pd-title-content {
	    max-width: 100%;
	    width: 100%;
	    text-align: center;
	}
	.pd-content .pd-content-inner {
	    flex-flow: column wrap;
	    align-items: center;
	    justify-content: center;
	}
	.pd-content .pd-content-left {
	    width: 100%;
	}
	.pd-content .pd-content-desc{
		text-align: center;
	}
	.pd-content .pd-content-desc p{
		max-width: none;
	}
	.pd-cta {
	    justify-content: center;
	    margin: 60px 0 0;
	}
	.pd-vap{
		max-width: none;
		padding: 0 0 30px;
	}
	.pd-content .pd-content-right{
		width: 100%;
		max-width: 850px;
	}
	.prop-items{
		margin: 0 auto;
		max-width: 500px;
	}
}
@media only screen and (max-width: 767px){
	.pd-title .pd-title-content h1 strong{
		font-size: 60px;
	}
	.pd-feats .pd-feats-inner{
		padding: 0 0;
	}
	.pd-feats .pd-feats-single{
		width: calc(100% / 3);
		padding: 15px 10px 0;
	}
	.pd-thumb-slide{
		margin: 0 -5px;
	}
	.pd-thumb-slide .slick-slide{
		margin: 0 5px;
	}
	.pd-exl .pd-exl-title{
		font-size: 52px;
	}
}
@media only screen and (max-width: 567px){
	.pd-title .pd-title-content h1 strong {
	    font-size: 48px;
	}
	.pd-title .pd-title-content h1 span {
	    font-size: 20px;
	    letter-spacing: 0.10em;
	}
	.pd-cta .pd-cta-single {
	    margin: 0 0 0 25px;
	}
}
@media only screen and (max-width: 480px){
	.pd-cta{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.pd-cta .pd-cta-single{
		margin: 15px 0 0;
	}
	.pd-exl .pd-exl-title {
	    font-size: 39px;
	}
	.prop-info{
		position: relative;
	    max-width: none;
	    width: 100%;
	    padding: 20px 15px;
	    text-align: center;
	}
	.prop-info.hover{
		display: none;
	}
	.prop-details{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
	.prop-details div{
		margin: 12px 0 0;
	}
	.prop-details div:first-child{
		margin: 0 0 0;
	}
	.pd-feats .pd-feats-single:first-child,
	.pd-feats .pd-feats-single{
		width: 50%;
		margin: 10px 0 0;
	}
}
