/*
 * Template Name: Properties
 */

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

 .ip-banner{
 	display: none;
 }
#proplist-ip{}
.proplist-top{
	padding: 433px 0 106px;
	position: relative;
}
.proplist-bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	overflow: hidden;
    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;
}
.proplist-bg:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(0,0,0,0.6) 80%);
}
.proplist-bg .proplist-bg-img{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/properties/props-banner.jpg) center top no-repeat;
	background-size: cover;
}
.proplist-top-inner{
	position: relative;
	z-index: 1;
}
.proplist-top-col{
	position: relative;
	z-index: 0;
}
#proplist-bc {
    font-size: 16px;
    letter-spacing: 0.100em;
    color: #333;
    position: relative;
    padding: 0 0 25px;
    font-weight: 700;
}
#proplist-bc a {
    font-weight: normal;
}
#proplist-bc:before{
	content:'';
	display: block;
	position: absolute;
	left: -100vw;
	right: -200vw;
	bottom: 0;
	height: 1px;
	background: #d7d7d7;
}
.proplist-title{
	margin: 38px 0 0;
}
.proplist-title h1{
	color: #c9ae85;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.200em;
}
.proplist-title h1 span {
    display: block;
    font-family: var(--font-family-title);
    color: #333;
    letter-spacing: 0.075em;
    position: relative;
    font-size: 1.714em;
    margin: 17px 0 0;
}
.proplist-qs{
	background: #fff;
	box-shadow: 4px 4px 13px rgba(0,0,0,0.15);
	padding: 41px 44px 53px;
}
.proplist-qs-form{}
.proplist-qs-row{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin: 15px 0 0;
}
.proplist-qs-row.top{
	align-items: center;
	margin: 0 0 0;
}
.proplist-qs-col{
	width: calc(100% / 3 - 5px);
	max-width: 218px;
}
.proplist-qs-col.title{
	width: calc(((100% / 3) * 2) - 5px);
	max-width: none;
	font-size: 25px !important;
	color: #c9ae85 !important;
	text-transform: uppercase;
	letter-spacing: 0.100em;
	font-weight: 400 !important;
	font-family: var(--font-family-default) !important;
}

.proplist-qs-label{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 7px 0 0;
}
.proplist-qs-label > div{
	font-size: 15px;
	font-weight: 500;
}
.proplist-qs-label > div em{
	font-style: normal;
}
.proplist-qs-price .ui-widget.ui-widget-content {
    border: 0px solid #d3d3d3;
    height: 2px;
    background: #b1b1b1;
}
.proplist-qs-price .ui-state-default, .ui-widget-content .ui-state-default,
.proplist-qs-price .ui-widget-header .ui-state-default,
.proplist-qs-price .ui-button,
html .proplist-qs-price .ui-button.ui-state-disabled:hover,
html .proplist-qs-price .ui-button.ui-state-disabled:active {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    border: 0;
    font-size: 0;
    background: #c9ae85;
    top: -6px;
    outline: 0;
}
.proplist-qs-col.dual{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.proplist-qs-field{
	width: calc(50% - 5px);
	max-width: 100px;
}
.proplist-qs-col.input select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #b1b1b1;
    background: url(../../images/properties/props-dd.png) right center no-repeat;
    background-size: 8px auto;
    padding: 0 13px 0 0;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    height: 30px;
    line-height: 1.6;
}
.proplist-qs-col.button button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	height: 54px;
	font-size: 16px;
	letter-spacing: 0.200em;
	text-transform: uppercase;
}
.proplist-qs-col.button button:hover{
	background: #fff;
	color: #000;
}
.proplist-qs-col.button a{
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #c9ae85;
	color: #c9ae85;
	height: 54px;
	font-size: 16px;
	letter-spacing: 0.200em;
	text-transform: uppercase;
	background: rgba(0,0,0,0);
}
.proplist-qs-col.button a:hover{
	background: #c9ae85;
	color: #fff;
}
 @media only screen and (min-width: 992px) {
 	.proplist-top-inner{
 		display: flex;
/* 		flex-flow: row wrap;*/
 		align-items: center;
 		justify-content: space-between;
 		flex-wrap: nowrap !important;
 	}
 	.proplist-top-col:not(:first-child){
 		width: 70.351%;
 		z-index: 1;
 	}
 }
 @media only screen and (max-width: 1199px) {
 	#proplist-bc {
	    font-size: 14px;
	}
 	.proplist-title h1 {
	    font-size: 28px;
	}
 	.proplist-qs {
	    padding: 41px 25px 53px;
	}
 }
 @media only screen and (max-width: 991px) {
 	.proplist-top {
	    padding: 40px 0 80px;
	    position: relative;
	}
	.proplist-bg:before {
	    background: #fff;
	    opacity: 0.9;
	}
 	.proplist-title h1 {
	    font-size: 35px;
	    text-align: center;
	    padding: 0 0 40px;
	}
	.proplist-qs {
	    padding: 41px 20px 53px;
	    max-width: 600px;
	    margin: 0 auto;
	}
	.proplist-qs-col{
		width: 100%;
		max-width: none;
		margin: 15px 0 0;
	}
	.proplist-qs-col:first-child{
		margin: 0 0 0;
	}
	.proplist-qs-col.title {
	    width: 100%;
	    text-align: center;
	    padding: 0 0 30px;
	}
	.proplist-qs-col.input.price {
	    width: 100%;
	    max-width: none;
	}
	.proplist-qs-field {
	    width: calc(50% - 10px);
	    max-width: none;
	}
 }
 @media only screen and (max-width: 767px) {
 	.proplist-title h1 {
	    font-size: 30px;
	}
 }
 @media only screen and (max-width: 567px) {}
 @media only screen and (max-width: 480px) {}