.house-details .map {
	display: none;
}

/* Single listing — Contact Us popup */
.listing-contact-popup-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../../plugins/AIOS_Listings/lib/html/autoload/listing-templates/bordeaux-tabled/images/poptrans.png) repeat 0 0 transparent;
	z-index: 99999;
	display: none;
	font-size: 13px;
}

.listing-contact-popup-wrap.is-open {
	display: block;
}

.listing-contact-popup-outside {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.listing-contact-popup {
	width: 400px;
	height: 87%;
	background: #fff;
	margin: 3% auto;
	box-sizing: border-box;
	position: relative;
	max-height: 683px;
	z-index: 200;
}

.listing-contact-popup-close {
	background: url(../../../plugins/AIOS_Listings/lib/html/autoload/listing-templates/bordeaux-tabled/images/close-bttn.png) no-repeat 0 0 transparent;
	width: 46px;
	height: 46px;
	position: absolute;
	right: -17px;
	top: -16px;
	cursor: pointer;
	z-index: 99;
	opacity: 1;
}

.listing-contact-popup-scroll {
	width: 100%;
	height: 100%;
	padding: 0 18px 20px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.listing-contact-popup-scroll br {
	display: none;
}

.listing-contact-popup h2 {
	color: #222222;
	font-size: 29px !important;
	border-bottom: 1px solid #afafaf;
	font-weight: 700;
	padding-top: 18px;
}

.listing-contact-popup h3 {
	margin: 0 !important;
	font-size: 16px;
	padding-top: 20px;
}

.listing-contact-popup p {
	color: #797979;
	font-size: 13px;
	padding: 0;
	margin: 0 !important;
}

.listing-contact-popup .m-form {
	width: 100%;
	margin-top: 48px;
}

.listing-contact-popup .m-form span {
	font-size: 13px;
	color: #222222;
	display: block;
	margin-top: 8px;
}

.listing-contact-popup .m-form input,
.listing-contact-popup .wpcf7-form input[type="text"],
.listing-contact-popup .wpcf7-form input[type="email"],
.listing-contact-popup .wpcf7-form input[type="tel"] {
	display: block;
	width: 100%;
	background: #fff;
	height: 28px;
	box-sizing: border-box;
	color: #222222;
	font-size: 13px;
	padding: 4px 10px;
	margin-top: 8px;
	border: 1px solid #969696;
}

.listing-contact-popup .m-form textarea,
.listing-contact-popup .wpcf7-form textarea {
	width: 100%;
	background: #fff;
	height: 135px;
	box-sizing: border-box;
	color: #222222;
	font-size: 13px;
	margin-top: 8px;
	outline: none;
	padding: 6px 10px;
	resize: none;
	border: 1px solid #969696;
}

.listing-contact-popup .m-form input[type="submit"],
.listing-contact-popup .wpcf7-form input[type="submit"] {
	background: #444444;
	width: 176px;
	height: 38px;
	float: right;
	clear: both;
	color: #fff;
	border: none;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 20px;
}

.listing-contact-popup-scroll div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	font-size: 11px;
	margin: 30px 0 0;
	text-align: center;
	clear: both;
}

.listing-contact-popup-scroll span.wpcf7-not-valid-tip {
	margin-top: 0 !important;
}

.listing-contact-popup .wpcf7-response-output {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 100% !important;
	position: relative;
	clear: both;
	text-align: center;
}
/*End Single listing — Contact Us popup */


@media screen and (max-width: 767px) {
	.listing-contact-popup {
		height: 68%;
	}
}
