﻿#developmentsheader {
	display: none;
}

/**Top search bar**/

body {
	background: rgba(107, 133, 158, 0.1);
}

#contentbox {
	padding: 0 30px;
	max-width: 1261px;
	margin: 0 auto;
	position: relative;
}

#plistsearchbigbox {
	margin-top: 130px;
}

.openmenu {
	border: none;
}

#plistsearchbigbox #headersearchhead {
	background: none;
	padding: 0 30px;
	max-width: 1261px;
	margin: 0 auto;
	position: relative;
}

#plistsearchbigbox #headersearchhead h1 {
	width: auto !important;
	font-size: 28px;
	padding-bottom: 10px;
}

#plistsearchbigbox #searchtypebox {
	width: 30%;
	margin: 40px 0 0 0;
	display: table;
	float: right;
}

#plistsearchbigbox #headersearchhead > a {
	display: none;
}

#plistsearchbigbox #headersearch {
	background-color: #fff;
	padding: 40px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	outline: 0;
	display: table;
	width: 100%;
}

.form-cont {
	max-width: 1261px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

#formloc, #formmin, #formmax, #formbeds, #fortype, #forage, #checkboxline, #forextra, #foroutside, #radiosline, #showhideadv, #quicksearchbtn, #clearfil {
	display: table;
	float: left;
	padding: 0 10px;
	position: relative;
}

#formloc, #fortype, #forextra {
	width: 35%;
}

#formmin, #forage, #foroutside {
	width: 15%;
}

#formmax {
	width: 20%
}

#formbeds {
	width: 30%;
}

#checkboxline, #radiosline {
	width: 50%;
}

#formloc::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f3c5";
	color: #4B5D54;
	font-size: 21px;
	line-height: 1;
	font-weight: 900;
	position: absolute;
	top: 18px;
	left: 25px;
}

#formmin::after, #formmax::after, #formbeds::after, #fortype:after, #forage:after, #forextra:after, #foroutside:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f0dd";
	color: #4B5D54;
	font-size: 25px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	top: 6px;
	right: 29px;
}

#forextra a {
	padding: 0 15px 0 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	padding: 5px 37px 5px 16px;
	font-size: 16px;
	line-height: normal;
	color: #4B5D54;
	font-weight: 400;
	font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
	margin-bottom: 20px;
	outline: none;
	position: relative;
	display: table;
	line-height: 43px;
}

#plistsearchcontentbox #quicksearchbtn {
	width: 28.25%;
	display: table;
	float: right;
	margin: 0 10px;
}

#advanceline1, #advanceline2 {
	display: none;
}

#clearfil {
	float: right;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked, [type=radio]:not(:checked), [type=radio]:checked {
	position: absolute;
	left: -9999px;
	box-sizing: border-box;
	padding: 0;
	overflow: visible;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

[type=checkbox]:not(:checked) + span, [type=checkbox]:checked + span, [type=radio]:not(:checked) + span, [type=radio]:checked + span {
	position: relative;
	padding-left: 2.2em;
	cursor: pointer;
	font-size: 16px;
	color: #4B5D54;
}

[type=checkbox]:not(:checked) + span:before, [type=checkbox]:checked + span:before, [type=radio]:not(:checked) + span:before, [type=radio]:checked + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	background-color: #fff;
}

[type=checkbox]:not(:checked) + span:after, [type=radio]:not(:checked) + span:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-color: #024e4e;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	background-color: #024e4e;
	content: "";
}

[type=checkbox]:checked + span:after, [type=radio]:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

[type=checkbox]:checked + span:after, [type=radio]:checked + span:after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 17px;
	height: 17px;
	background-color: #024e4e;
	content: "";
}

[type=checkbox]:checked + span:before, [type=radio]:checked + span:before, [type=checkbox]:not(:checked) + span:hover:before, [type=radio]:not(:checked) + span:hover:before {
	border-color: #024e4e;
}

.form-cont span {
	padding-top: 4px;
	padding-right: 10px;
}

#checkboxline, #radiosline {
	padding: 16px 10px;
	margin-bottom: 20px;
}

#searchcombttbox {
	display: block;
}

#extrabox {
	width: 100%;
	padding: 5px 37px 5px 16px;
	position: absolute;
	top: calc(100% - 20px);
	left: 10px;
	z-index: 10;
	width: calc(100% - 20px);
	padding: 20px 15px;
	border: 1px solid #cbcbcb;
	display: none;
	background-color: #f9f9f9;
}

#extrabox li {
	margin-bottom: 15px;
}

#quicksearchbtn {
	-webkit-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	height: 45px;
	border-radius: 2px;
	border: 0;
	background: #986542;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	outline: none;
	pointer-events: auto;
	width: 25.5%;
}

#quicksearchbtn:hover {
	background: #024e4e;
}

#clearfil, #showhideadv {
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #4B5D54;
	outline: 0;
	margin: 16px 0 0 0;
}

#clearfil:hover, #showhideadv:hover {
	opacity: .6;
}

/**Search result row**/

#search-result .search-top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 60px;
	margin-top: 29px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#search-result .column-width-left {
	width: 50%;
	display: table;
	float: left;
}

#search-result .h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.25;
	color: #4B5D54;
	margin: 0 0 8px;
	padding: 0 0 0 37px;
	position: relative;
	letter-spacing: -.8px;
}

#search-result .h4 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	color: #4B5D54;
	letter-spacing: -.8px;
}

#search-result .h3:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f002";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 20px;
}

.column-width-right {
	width: 50%;
	display: table;
}

.column-width-right .sort-block {
	display: table;
	float: right;
	width: 55%;
}

.column-width-right .sort-block label {
	margin-right: 15px;
	font-size: 16px;
	color: #2c2c34;
	display: table;
	float: left;
	padding-top: 15px;
}

.column-width-right .sort-block div {
	display: table;
	float: right;
}

.sort-block .select-box {
	position: relative;
	width: 75%;
}

.sort-block .select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 55px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	padding: 5px 37px 5px 16px;
	font-size: 16px;
	line-height: normal;
	color: #4B5D54;
	font-weight: 400;
	font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.sort-block .select-box::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f0dd";
	color: #4B5D54;
	font-size: 25px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	top: 6px;
	right: 29px;
}

/**Property list**/

.property {
	width: calc(25% - 33px);
	margin: 0 22px 44px;
	display: table;
	float: left;
	transition: opacity .3s ease-in-out;
	position: relative;
}

.soldstatus {
	position: absolute;
	top: 10px;
	right: 0px;
	background: #eceef1;
	width: 60px;
	letter-spacing: 1.5px;
	color: #5e7d97;
	border-radius: 3px 0px 0px 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 30px;
}

.development .rooms {
	display: none;
}

.property:hover {
	opacity: .8;
	text-decoration: none;
	outline-width: 0;
}

#propertiesfind > span {
	display: none;
}

.property .image {
	display: block;
	height: 175px;
	margin-bottom: 8px;
	overflow: hidden;
}

.property .image img {
	width: 100%;
}

.property .details {
	padding: 12px 10px 8px;
	background: #D8C0AA;
	color: #4B5D54;
	text-align: center;
	line-height: 23px;
	-webkit-box-flex: 1;
}

.property .details > ul {
	border: 1px solid transparent;
}

.property .details:hover > ul {
	border: 1px solid #FFF;
}

.info .reapitViewingBtn {
	display: none !important;
}

.details .info a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	flex-grow: 1;
	margin: 8px 0;
	height: 20px;
	overflow: hidden;
	font-family: Playfair;
}

.details .info:after {
	content: '';
	width: 30px;
	display: block;
	margin: 10px auto;
	border-top: 2px solid #986542;
}

.details .rooms {
	font-size: 14px;
	font-weight: bold;
}

.details .price {
	font-size: 16px;
}

.property .primestyle {
	background: #2B2B2F;
}

.property .primestyle .soldstatus {
	background-color: #9D8E6C;
	color: #FFF;
}


.property .primestyle .info a {
	color: #9D8E6C;
}

/**Medias**/
@media screen and (min-width:1201px) {
	#showhideadv {
		margin-top: 20px;
	}
}

@media screen and (max-width:1200px) {
	#formloc, #formmin, #formmax, #formbeds, #fortype, #forage, #forextra, #foroutside {
		width: 50%;
	}

	#checkboxline, #radiosline {
		width: 100%;
	}
}

@media screen and (max-width:1090px) {
	.info a {
		height: 40px;
	}
}

@media screen and (max-width:1025px) {
	.property {
		width: calc(50% - 44px);
		margin: 0 22px 44px !important;
	}

	.info a {
		height: 20px;
	}
}

@media screen and (max-width:1015px) {
	.column-width-right .sort-block {
		width: 75%;
	}
}

@media screen and (max-width:767px) {
	#formloc, #formmin, #formmax, #formbeds, #fortype, #forage, #forextra, #foroutside {
		width: 100%;
	}

	#search-result .column-width-left, .column-width-right {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#search-result .column-width-left h3 {
		width: auto;
		display: table;
		margin: auto;
	}

	.column-width-right .sort-block div {
		float: left;
	}

	.column-width-right .sort-block {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	#showhideadv, #clearfil {
		display: none;
		width: 100%;
		text-align: center;
	}

	#plistsearchcontentbox #quicksearchbtn {
		float: none;
		margin: auto;
		width: 50%;
		margin-bottom: 20px;
	}

	#plistsearchbigbox #headersearchhead h1 {
		font-size: 22px;
	}

	#showhideadv {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:650px) {
	.property {
		width: calc(100% - 44px);
	}
}

@media screen and (max-width:475px) {
	#plistsearchbigbox #searchtypebox {
		width: 100%;
		margin-top: 50px;
	}

	.property {
		width: 100%;
		margin: 0 0 44px 0 !important;
	}

	.property .image {
		height: 224px;
	}

	.property .image img {
		max-height: 224px;
	}

	#searchcombttbox {
		clear: both;
	}
}


@media screen and (max-width:400px) {
	#clearfil {
		display: none;
	}
}
