#property-filter {
	margin: 25px 0 -75px;
}

#property-filter > div:not(.additional-filters) {
	background-color: #002854;
	padding: 29px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#property-filter .hidden-inputs {
	display: none;
}

#property-filter .property-select {
	position: relative;
	width: 100%;
}

#property-filter
	.property-select[data-type="sales"]
	~ .property-select
	#maxprice 
	> span
	> option.letting,
#property-filter
	.property-select[data-type="commercial_sales"]
	~ .property-select
	#maxprice 
	> span
	> option.letting,
#property-filter
	.property-select[data-type="lettings"]
	~ .property-select
	#maxprice
	> span
	> option:not(.letting),
#property-filter
	.property-select[data-type="commercial_lettings"]
	~ .property-select
	#maxprice
	> span
	> option:not(.letting) {
	display: none;
}

#property-filter .property-select select,
#property-filter .property-select input {
	font-size: 16px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-family: "sofia-pro";
	color: #002854;
	padding: 0 0 0 50px;
}

#property-filter .property-select select {
	background-repeat: no-repeat;
	background-position: center right 20px;
}

@supports (-webkit-touch-callout: none) {
	#property-filter .property-select select {
		background-color: white !important;
	}

	#property-filter .property-select select + label {
		display: none !important;
	}
}

@supports not (-webkit-touch-callout: none) {
	#property-filter .property-select select {
		-webkit-appearance: none;
		background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.477' height='7.816' viewBox='0 0 13.477 7.816'%3E%3Cpath id='arrow-2' d='M7.491,7.366,1.383,13.473c-.99.048-1.448-.41-1.376-1.352L5.39,6.738.007,1.355C-.065.414.394-.045,1.383,0L7.491,6.135C7.925,6.569,7.925,6.907,7.491,7.366Z' transform='translate(13.477) rotate(90)' fill='%23002854' fill-rule='evenodd'/%3E%3C/svg%3E");
	}
}

#property-filter .property-select label {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	pointer-events: none;
}

#property-filter button[type="submit"] {
	background-color: #fcc800;
	width: 100%;
	font-size: 16px;
	font-family: "sofia-pro";
	font-weight: 700;
	color: #002854;
	text-transform: uppercase;
	border: 0;
	padding: 21px 43px;
	cursor: pointer;
}

#property-filter .additional-filters {
	text-align: center;
}

#property-filter .additional-filters > div {
	display: block;
	vertical-align: top;
}

#property-filter .additional-filters > div label,
.key-features span {
	font-family: "sofia-pro";
	font-size: 16px;
	font-weight: bold;
	color: #002854;
	text-transform: uppercase;
}

#property-filter .additional-filters > div select {
	font-family: "sofia-pro";
	font-size: 16px;
	color: #002854;
	border: 0px;
}

#property-filter .additional-filters > div .control {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-bottom: 0px;
	cursor: pointer;
}

#property-filter .additional-filters > div .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#property-filter .additional-filters > div .control .control__indicator {
	position: absolute;
	top: 2px;
	right: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}

#property-filter .additional-filters > div .control .control--radio .control__indicator {
	border-radius: 50%;
}

#property-filter .additional-filters > div .control:hover input ~ .control__indicator,
#property-filter .additional-filters > div .control input:focus ~ .control__indicator {
	background: #ccc;
}

#property-filter .additional-filters > div .control input:checked ~ .control__indicator {
	background: #002854;
}

#property-filter .additional-filters > div .control:hover input:not([disabled]):checked ~ .control__indicator,
#property-filter .additional-filters > div .control input:checked:focus ~ .control__indicator {
	background: #001d3b;
}

#property-filter .additional-filters > div .control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator:after {
	content: "";
	position: absolute;
	display: none;
}

#property-filter .additional-filters > div .control input:checked ~ .control__indicator:after {
	display: block;
}

#property-filter .additional-filters > div .control.control--checkbox .control__indicator:after {
	left: 8.5px;
	top: 5px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#property-filter .additional-filters > div .control.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

@media screen and (min-width: 680px) {

	#property-filter .additional-filters {
		text-align: right;
	}

	#property-filter .additional-filters div {
		display: inline-block;
	}

	#property-filter .additional-filters div + div {
		margin-left: 15px;
	}
}


@media screen and (min-width: 992px) {
	.property-detail-accordion-mobile {
		display: none;
	}
	#property-filter {
		margin: 25px 0 -80px;
	}
	.property-detail-desktop {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.property-detail-desktop {
		display: none;
	}
}

@media screen and (min-width: 1250px) {
	#property-filter {
		flex-wrap: nowrap;
	}

	#property-filter .property-select,
	#property-filter button[type="submit"] {
		width: calc(33.3% - 30px);
	}
}

.oxy-repeater-pages-wrap,
.oxy-repeater-pages-wrap .oxy-repeater-pages {
	display: block !important;
	width: 100%;
	box-sizing: border-box;
}

.oxy-repeater-pages-wrap {
	margin-top: 71px;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages {
	text-align: center;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages a,
.oxy-repeater-pages-wrap .oxy-repeater-pages span {
	position: relative;
	padding: 19px 26.85px;
	margin: 0 4px;
	font-size: 16px;
	font-family: "sofia-pro";
	font-weight: 700;
	color: #002854;
	background-color: #f6f6f6;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages a:before,
.oxy-repeater-pages-wrap .oxy-repeater-pages span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages a:hover:before,
.oxy-repeater-pages-wrap .oxy-repeater-pages span:hover:before {
	display: block;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages span.dots {
	pointer-events: none;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages a.prev,
.oxy-repeater-pages-wrap .oxy-repeater-pages a.next {
	background-color: #fcc800;
}

.oxy-repeater-pages-wrap .oxy-repeater-pages span.current {
	background-color: #002854;
	color: #fcc800;
}

#link-518-168 {
	width: 100%;
}

#div_block-8-168 {
	position: relative;
}

.sold-indicator {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	background-color: #ae0000;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
}

body.archive .price-qualifier {
	font-size: 18px;
	color: #002854;
	display: block;
    margin: 20px 0 5px;
	font-weight: 500;
}

.key-features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	width: 100%;
	background: #fcc800;
	padding: 30px;
}

.key-features span {
	display: block;
	width: 100%;
	text-align: left;
}

.key-features div {
	display: inline-block;
	text-align: left;
}

.key-features + .additional-filters {
    padding-top: 20px;
}

.ct-link-button.housecard-btn {
	background-color: #fcc800 !important;
    border: 1px solid #fcc800 !important;
	color: #002854 !important;
    padding: 16px 25.6px !important;
}

.ct-link-button.housecard-btn:hover,
.ct-link-button.housecard-btn:focus {
	background-color: #002854 !important;
    border: 1px solid #002854 !important;
    color: #fcc800 !important;
}

.developer-blurb {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;

    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0;
}

@media screen and (min-width: 800px) {
    .developer-blurb.developer-search {
        flex-direction: row;
    }

    .developer-blurb.developer-search > div:first-child {
        width: 75% !important;
        padding-right: 50px;
    }

    .developer-blurb.developer-search > div:last-child {
        width: 25% !important;
    }
}

@media screen and (min-width: 992px) {
    .developer-blurb {
        flex-direction: row;
        margin: 50px 0;
    }
}

@media screen and (min-width: 992px) {
    .developer-blurb > div:first-child {
        justify-content: center;
        width: 60%;
        padding-right: 50px;
    }
}

.developer-blurb > div:last-child {
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .developer-blurb > div:last-child {
        width: 40%;
        margin-bottom: 0px;
        align-items: flex-end;
        text-align: left;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .developer-blurb > div:first-child {
        padding-right: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .developer-blurb > div:first-child {
        padding-right: 200px;
    }
}

.developer-blurb.developer-search h2 strong {
    display: block;
    font-size: 80%;
    font-weight: 300;
    margin-bottom: 35px;
}

.developer-blurb.developer-search a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #002854;
    padding: 15px 24px;
    margin: 0 5px 5px 0;
    color: white;
    font-size: 16px;
    font-family: "sofia-pro";
}

@media screen and (max-width: 800px) {
    .developer-blurb.developer-search > div:last-child {
        display: none;
    }
}