/*
* Template Name: Sell A Home
*/

#main-wrapper{
	overflow: hidden;
}

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

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
p#breadcrumbs,
.ip-banner h1{
	display: none;
}
#sah-ip{}
.sah-section{}
.sah-section.intro{
	background: url(../../images/sell-a-home/sah-bg_01.jpg) center center no-repeat;
	background-size: cover;
}
.intro-wrap{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: 65px 0 0;
}
.intro-wrap:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 183px;
	top: 0;
	left: 8.333%;
	background: #fff;
}
.intro-wrap:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	width: 74.035%;
	height: 100%;
	top: 0;
	left: 8.333%;
	background: #fff;
}
.intro-wrap .intro-l{
	width: 18.333%;
	position: relative;
	z-index: 1;
}
.intro-wrap .intro-m{
	width: 48.948%;
	position: relative;
	z-index: 1;
    padding: 0 30px 30px 0;
}
.intro-wrap .intro-r{
	width: 32.719%;
	position: relative;
	z-index: 1;
	padding: 50px 0 0;
}
.intro-wrap .intro-agent{}
.intro-wrap .intro-agent img{}

.intro-content{}
.intro-title{
	font-family: var(--font-family-title);
	color: #000;
	text-transform: uppercase;
}
.intro-title .intro-lg{
	font-size: 150px;
	font-family: var(--ivar);
}
.intro-title .intro-md{
	font-size: 60px;
	line-height: 0.8;
}
.intro-title .intro-sm{
	font-size: 25px;
	letter-spacing: 0.025em;
	margin: 12px 0 0;
}
.intro-text {
    font-size: 16px;
    line-height: 1.6875;
    margin: 26px auto 0;
    padding: 0 15px;
    font-weight: 600;
    max-width: 500px;
}
.intro-form{
	background: #000;
	padding: 32px 30px 15px;
}
.intro-form h3{
	color: #fff;
	text-transform: uppercase;
	font-family: var(--font-family-title);
	font-size: 30px;
	letter-spacing: 0.025em;
	line-height: 1;
	margin: 0 0 30px;
}
.post-page-buy-a-home .intro-form > h3:first-child {
    display: none;
}
.post-page-sell-a-home .intro-form > h3:nth-child(2) {
    display: none;
}
.sah-form{}
.sah-form ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #ccc;
}
.sah-form :-ms-input-placeholder {
  text-transform: uppercase;
  color: #ccc;
}
.sah-form ::placeholder {
  text-transform: uppercase;
  color: #ccc;
}
.sah-form .sah-row{
	margin: 10px 0 0;
}
.sah-form .sah-row:first-child{
	margin: 0 0 0;
}
.sah-form .sah-row input:not([type="submit"]){
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	background: none;
	color:#fff;
	font-size: 13px;
	letter-spacing: 0.100em;
	padding: 0 2px;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 49px;
	outline: 0;
}
.sah-form .sah-row textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	background: none;
	color:#fff;
	font-size: 13px;
	letter-spacing: 0.100em;
	padding: 0 2px;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 74px;
	resize: none;
	outline: 0;
}
.sah-form .sah-row.msg{
	margin: 24px 0 0;
}
.sah-form .sah-row.button{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	margin: 24px 0 0;
}
.sah-stats{
	background: rgba(0,0,0,0.75);
	padding: 95px 0;		display: none;
}
.sah-stats-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.sah-stats .sah-stats-single{
	text-transform: uppercase;
	color: #fff;
	min-height: 109px;
	border-left: 1px solid #a3a3a3;
	width: calc(100% / 3);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sah-stats .sah-stats-lg{
	font-family: var(--ivar);
	font-size: 53px;
	letter-spacing: 0.025em;
}
.sah-stats .sah-stats-lg em{
	font-size: 0.7em;
    margin: 0 6px 0 0px;
}
.sah-stats .sah-stats-sm{
	font-weight: 700;
	letter-spacing: 0.050em;
	color: #ccc;
	text-transform: uppercase;
}
.sah-section.bottom{
	padding: 93px 0 0;
	background: url(../../images/sell-a-home/sah-bg_02.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.sah-section.bottom:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}
.sah-sl{
	position: relative;
	z-index: 2;
}
.sah-sl .sah-sl-title{
	padding: 0 15px;
	margin: 0 0 48px;
}
.sah-sl .sah-sl-title-lg{
	font-family: var(--font-family-title);
	color: #000;
	font-size: 110px;
	letter-spacing: 0.010em;
	line-height: 0.9;
	padding: 0 0 0 77px;
}
.sah-sl .sah-sl-title-lg span{
	display: block;
	padding: 0 0 0 33px;
}
.sah-sl .sah-sl-title-sm{
	font-size: 18px;
	letter-spacing: 0.200em;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	position: relative;
	margin: 0 0 20px;
}

.sah-sl-props{
	position: relative;
}
.sah-sl-props:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../../images/sell-a-home/sah-bg_01.jpg) center center no-repeat;
    background-size: cover;
    max-height: 75.802%;
}
.sah-sl-props:after{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	opacity: 0.78;
	max-height: 75.802%;
}
.sah-sl-props .sah-sl-row{
	margin: 0 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.sah-sl-props .sah-sl-row:last-child{
	margin: 80px 0 0;
}
.sah-sl .sah-sl-button{
	margin: 70px 0 0;
}
.prop-item {
    display: block;
    position: relative;
    width: calc((100% / 3) - 3px);
}
 .prop-item-base {
     position: relative;
     background-color: #000000;
}
 .prop-item-base canvas {
     display: block;
     width: 100%;
     background-color: transparent;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 .prop-item-base img,
 .prop-item-base canvas {
     opacity: .8;
     transition: var(--transition-image-filter);
}
 .prop-item:hover .prop-item-base img,
 .prop-item:hover .prop-item-base canvas {
     filter: grayscale(100%);
}
 .prop-item-base-text {
     display: flex;
     flex-direction: column;
     position: absolute;
     left: max(1.875vw, 15px);
     bottom: max(2.438vw, 15px);
     z-index: 1;
     color: var(--secondary-text-color);
     transition: var(--transition-opacity);
}
 .prop-item:hover .prop-item-base-text {
     opacity: 0;
}
 .prop-item-base-text strong {
     font-size: max(2.1875vw, 35px);
     font-family: var(--ivar);
     letter-spacing: 0.060em;
     font-weight: 400;
}
 .prop-item-base-text span {
     margin-top: max(0.75vw, 15px);
     font-weight: 700;
}
 .prop-item-details {
     display: flex;
     flex-direction: column;
     opacity: 0;
     z-index: 1;
     transition: var(--transition-opacity);
     text-transform: uppercase;
}
 .prop-item:hover .prop-item-details{
     opacity: 1;
}
 .prop-item-details::before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: var(--background-color);
     opacity: .8;
}
 .prop-item-details-content {
     position: relative;
     z-index: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 77.5%;
     text-align: center;
}
 .prop-feat-price {
     font-size: max(2.1875vw, 35px);
     font-family: var(--ivar);
     letter-spacing: 0.060em;
}
 .prop-feat-address {
     font-size: max(1.25vw, 17px);
     margin-top: 1.438vw;
}
 .prop-feat-beds {
     font-size: max(0.938vw, 15px);
     margin-top: 1.688vw;
}
 .prop-feat-baths {
     font-size: max(0.938vw, 15px);
     margin-top: 0.875vw;
}
 .prop-item-details-button {
     position: relative;
     z-index: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     border-top: solid 1px var(--background-color-darker);
     height: 22.5%;
}
 .prop-item-details-button a {
     font-size: max(0.875vw, 14px);
     letter-spacing: .4em;
     text-transform: uppercase;
     color: var(--primary-text-color) !important;
}
 .prop-actions {
     border-bottom: solid 1px var(--background-color-darker);
     padding: 1.563vw 0;
}
 .prop-actions .container {
     display: flex;
     justify-content: flex-start;
     align-items: center;
}
.sah-ready{
	position: relative;
	z-index: 2;
	padding: 0 0 125px;
	margin: 140px 0 0;
}
.sah-ready h3{
	font-family: var(--font-family-title);
    color: #000;
    font-size: min(7.9375vw,79px);
    margin: 0 0 32px;
}
.sah-ready .sah-ready-button{}
@media only screen and (min-width: 992px) {
	.sah-section.intro,
	.sah-sl-props:before,
	.sah-section.bottom{
		background-attachment: fixed;
	}
	.intro-wrap .intro-agent{
		/*padding-left: 15px;*/
	}
	.intro-wrap .intro-agent img{
		margin: 0 0 0 auto;
	}
	.sah-sl .sah-sl-title{
		padding-left: calc(min(6.25vw,100px) + 24px);
	}
	.sah-sl .sah-sl-title-sm{
		padding: 0 0 0 77px;
	}
	.sah-sl .sah-sl-title-sm:before{
		content:'';
		display: block;
		position: absolute;
		height: 1px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background: #1f1f1f;
		width: 62px;
	}
	.sah-sl-props .sah-sl-row{
		margin: 0 0 0 min(6.25vw,100px);
	}
	.sah-sl-props .sah-sl-row:last-child{
		margin: 80px min(6.25vw,100px) 0 0;
	}
	.sah-stats .sah-stats-single:first-child{
		padding-left: 0;
		border-left: 0;
		align-items: flex-start;
	}
	.sah-stats .sah-stats-single:last-child{
		padding-right: 0;
		align-items: flex-end;
	}
}
@media only screen and (max-width: 1440px) {
	.intro-title .intro-lg {
	    font-size: 180px;
	}
	.intro-title .intro-md {
	    font-size: 55px;
	}
	.intro-wrap .intro-r {
	    padding: 0 0 0;
	}
}
@media only screen and (max-width: 1366px) {
	.intro-wrap{
		align-items: flex-end;
	}
	.intro-wrap .intro-l {
	    width: 28.333%;
	}
	.intro-wrap .intro-m {
	    width: 38.948%;
	    align-self: baseline;
	}
	.intro-wrap .intro-r {
	    padding: 0 0 77px;
	}
	/*.intro-title .intro-lg {
	    font-size: 160px;
	}
	.intro-title .intro-md {
	    font-size: 45px;
	}
	.intro-title .intro-sm {
	    font-size: 23px;
	}*/
}
@media only screen and (max-width: 1199px) {
	.intro-form {
	    padding: 20px 15px 15px;
	}
	.intro-title .intro-md {
	    font-size: 50px;
	}
	.sah-stats .sah-stats-lg {
	    font-size: 50px;
	}
	.intro-wrap .intro-r {
	    padding: 0 0 20px;
	}
}
@media only screen and (max-width: 991px) {
	.intro-wrap{
		display: block;
	}
	.intro-wrap:after{
		width: 100%;
		left: 0;
	}
	.intro-wrap .intro-l {
	    width: calc(100% - 30px);
	    max-width: 400px;
	    margin: 0 auto;
	}
	.intro-wrap .intro-m {
	    width: 100%;
	    text-align: center;
        padding: 0;
	}
	.intro-wrap .intro-r {
	    padding: 0;
	    width: 350px;
	    max-width: calc(100% - 20px);
	    margin: 40px auto 0;
	}
	.sah-stats-inner{
		display: block;
	}
	.sah-stats .sah-stats-single {
	    width: 100%;
	    border-left: 0;
	    border-top: 1px solid #ccc;
	    margin: 0 auto;
	    max-width: 300px;
	    padding: 0 15px;
	}
	.sah-sl .sah-sl-title{
		text-align: center;
	}
	.sah-sl .sah-sl-title-lg {
	    padding: 0;
	}
	.sah-sl .sah-sl-title-lg span{
		padding: 0 0 0;
	}
	.sah-sl-props .sah-sl-row{
		display: block;
	}
	.prop-item{
		width: 100%;
	}
	.prop-item:not(:first-child){
		margin: 6px 0 0;
	}
	.sah-sl-props .sah-sl-row:last-child {
	    margin: 6px 0 0;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	.intro-title .intro-md {
	    font-size: 40px;
	}
	.intro-title .intro-sm {
	    font-size: 27px;
	}
	.sah-sl .sah-sl-title-lg {
	    font-size: 80px;
	}
	.sah-ready h3 {
	    font-size: 45px;
	}
}