﻿/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/Divi/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/

/*******************/
/** COMMON STYLES **/
/*******************/
.container {
	width: 90%!important;
}

h1 {
	color: #253149;
}

h1 span {
	color: #EABC00;
}

.img-filter img {
	filter: invert(51%) sepia(55%) saturate(5000%) hue-rotate(28deg) brightness(130%) contrast(95%);
}

/* BUTTONS */
.btn {
	position: relative;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 1.2vw;
	font-weight: 700;
	border: none;
	cursor: pointer;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}

.btn:hover:after {
	width: 100%;
}

/* BUTTON - PRIMARY */
.btn.btn--primary {
	background: transparent;
	border: 1px solid #3AB795;
	color: #3AB795;
}

.btn.btn--primary:after {
	background: #3AB795;
}

.btn.btn--primary:hover {
	color: #FFFFFF;
}

/* BUTTON - SECONDARY */
.btn.btn--secondary {
	background: #3AB795;
	color: #FFFFFF;
	padding: 15px;
}

.btn.btn--secondary:after {
	background: #219D7B;
	color: #FFFFFF;
}

.btn.btn--secondary:hover {
	color: #3AB795;
}

.btn.btn--special {
	background: transparent;
	min-width: 170px;
	min-height: 30px;
}

.btn.btn--special::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btn.btn--special::after {
	z-index: 1;
}

.btn.btn--special span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}

.btn.btn--primary.btn--special span {
	color: #3AB795;
}

.btn.btn--primary.btn--special:hover span {
	color: #FFFFFF;
}

.btn.btn--secondary.btn--special span {
	color: #FFFFFF;
}

.btn.btn--primary.btn--special::before {
	background: #253149;
}

.btn.btn--secondary.btn--special::before {
	background: #3AB795;
}

.testimonials {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.testimonials--yellow {
	background-image: url("images/quote-watermark-yellow.svg");
}

.testimonials--grey {
	background-color: #F4F4F5;
	background-image: url("images/quote-watermark.svg");
	margin-top: 30px;
}

/*******************/
/****** SEARCH *****/
/*******************/
.wppf_quicksearch {
	flex: 0 0 100%;
}

.wppf_quicksearch form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.wppf_quicksearch form .wppf_buttons #wppf_search_area {
	display: none;
}

.wppf_quicksearch form .field-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin-bottom: 15px;
}

.wppf_quicksearch form .field-wrap select,
.wppf_quicksearch form .field-wrap input {
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	flex: 0 0 80%;
	margin-left: 20px;
}

.wppf_quicksearch form .wppf_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin: 0 0 40px;
}

.wppf_quicksearch form .wppf_buttons .btn-form {
	display: flex;
	border: 1px solid #EABC00;
	border-radius: 15px;
	height: 40px;
	width: 115px;
	color: #EABC00;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5vw;
	font-weight: 700;
	cursor: pointer;
	margin-right: 15px;
}

.wppf_quicksearch form .wppf_buttons .btn-form.selected {
	background: #EABC00;
	color: #253149;
}

.wppf_quicksearch form .wppf_bedrooms select {
	flex: 0 0 38%;
}

.wppf_quicksearch form .icon-wrap {
	display: none;
}

.wppf_quicksearch form .field-wrap .fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 80%;
	margin-left: 20px;
}

.wppf_quicksearch form .field-wrap .fields select {
	flex: 0 0 48%;
	margin: 0;
}

.wppf_quicksearch form .btn {
	padding: 15px 55px;
	margin-top: 30px;
}

.et_pb_text_10, .et_pb_text_7, .et_pb_text_9, .et_pb_text_8, .et_pb_text_11 {
	font-family: 'Montserrat', sans-serif!important;
}

.et_pb_toggle_4.et_pb_toggle h5, .et_pb_toggle_4.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_4.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_4.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_4.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_4.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_6.et_pb_toggle h5, .et_pb_toggle_6.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_6.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_6.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_6.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_6.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_5.et_pb_toggle h5, .et_pb_toggle_5.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_5.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_5.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_5.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_5.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_7.et_pb_toggle h5, .et_pb_toggle_7.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_7.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_7.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_7.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_7.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_11.et_pb_toggle h5, .et_pb_toggle_11.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_11.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_11.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_11.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_11.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h5, .et_pb_toggle_0.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_3.et_pb_toggle h5, .et_pb_toggle_3.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_3.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_3.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_3.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_3.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_8.et_pb_toggle h5, .et_pb_toggle_8.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_8.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_8.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_8.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_8.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_10.et_pb_toggle h5, .et_pb_toggle_10.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_10.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_10.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_10.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_10.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_1.et_pb_toggle h5, .et_pb_toggle_1.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_1.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_1.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_1.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_1.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_2.et_pb_toggle h5, .et_pb_toggle_2.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_2.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_2.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_2.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_2.et_pb_toggle h6.et_pb_toggle_title, .et_pb_toggle_9.et_pb_toggle h5, .et_pb_toggle_9.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_9.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_9.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_9.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_9.et_pb_toggle h6.et_pb_toggle_title {
	font-family: 'Montserrat', sans-serif!important;
}

.et_pb_fullwidth_section .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 100%!important;
}

.et_pb_fullwidth_section .et_pb_fullwidth_header.et_pb_header_with_image {
	padding: 0;
}

.et_pb_fullwidth_section .et_pb_fullwidth_header.et_pb_header_with_image .header-image {
	margin-left: 0;
	margin-right: 0;
}

/*******************/
/****** HEADER *****/
/*******************/
body.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0!important;
	margin-top: 0!important;
}

body.et_fixed_nav #main-header {
	position: relative;
	top: 0!important;
}

header .et_menu_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 172px;
}

#page-container header .logo_container {
	position: relative;
	height: auto;
	width: auto;
	flex: 0 0 21%;
}

header .logo_container #logo {
	height: 92px;
	width: auto;
	max-height: none!important;
}

header .et_menu_container #et-top-navigation {
	float: none;
	padding: 0!important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 79%;
	justify-content: flex-end;
}

header .et_menu_container #et-top-navigation #top-menu-nav {
	float: none!important;
}

header .et_menu_container #et-top-navigation nav>ul>li>a,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 0!important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1vw;
}

header .et_menu_container #et-top-navigation nav>ul>li.current-menu-item>a {
	color: #EABC00!important;
}

header .et_menu_container #et-top-navigation #et_top_search {
	float: none;
	margin: 0 0 0 20px;
	width: auto;
}

header .et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
	position: relative;
	top: 0;
}

header .et_menu_container #et-top-navigation #top-menu .menu-item-has-children>a:first-child:after {
	content: '';
	font-family: inherit;
	border-top: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 3px;
}

header .et_menu_container #et-top-navigation #top-menu-nav>ul>li>a:hover {
	opacity: 1;
}

header .et_menu_container #et-top-navigation #top-menu .menu-item-has-children:hover>a:first-child:after {
	border-top: 6px solid #EABC00;
}

header .et_menu_container #et-top-navigation #top-menu-nav .nav > li {
	padding-right: 20px;
}

header .et_menu_container #et-top-navigation #top-menu-nav .nav li ul {
	width: 100%;
	border: none;
	padding: 10px 0 0;
	left: -10px;
}

header .et_menu_container #et-top-navigation #top-menu-nav .nav li ul li {
	width: 100%;
	padding: 0;
}

header .et_menu_container #et-top-navigation #top-menu-nav .nav li ul li a {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
}

header .et_menu_container #et-top-navigation .nav-buttons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

header .et_menu_container #et-top-navigation .nav-buttons a {
	margin-right: 15px;
	padding: 3px 15px;
	font-size: 1vw;
}

header .et_menu_container #et-top-navigation #et_top_search {
	margin: 0;
}

header .et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
	content: '';
	background-image: url("images/search-alt.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 2.6vw;
	max-width: 30px;
	height: 2.6vw;
	max-height: 30px;
	display: block;
}

header .et_search_outer .et_search_form_container .et-search-field {
	background: #253149;
}

header .et_search_outer .et_search_form_container .et_close_search_field:after {
	content: '';
	background-image: url("images/Close.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: block;
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
	background-color: #253149!important;
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu>li>a,
.et_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
	color: #ffffff!important;
}

.et_pb_column, .et_pb_row, .et_pb_row_inner {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
	max-width: 1920px!important;
}

@media only screen  and (min-width: 981px) {
	.et_pb_row {
		padding: 2% 0;
	}
}

/*******************/
/****** FOOTER *****/
/*******************/
.main-footer .c-logos {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: -20px 0 -30px;
}

.main-footer .c-logos > img {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.main-footer .c-logos > a {
	margin-bottom: 10px;
	padding: 0 20px;
}

.main-footer .c-logos > a > img {
	height: 40px;
}

.main-footer div.et_pb_section.et_pb_section_6 {
	background-repeat: repeat;
	background-image: url('images/CTA-background.svg')!important;
	background-size: cover;
	padding: 0;
}

.main-footer .et_pb_section_8.et_pb_section {
	background-color: #eabc00!important;
	padding: 0;
}

#main-footer {
	display: none;
}

.footer-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 80%!important;
	padding: 30px 0!important;
}

.footer-links .et_pb_column {
	flex: 0 0 50%;
	width: 50%!important;
	margin: 0!important;
}

.footer-links .footer-links-left {
	margin: 0!important;
}

.footer-links .footer-links-left .et_pb_text_inner {
	position: relative;
	padding-left: 45px
}

.footer-links .footer-links-left .et_pb_text_inner p:first-of-type {
	position: absolute;
	left: 0;
	top: 7px;
}

.footer-links .footer-links-left .et_pb_text_inner p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #253149!important;
	padding: 0;
}

.footer-links .footer-links-left .et_pb_text_inner p:last-of-type {
	margin: 20px 0 0;
}

.footer-links .footer-links-left .et_pb_text_inner p a {
	color: #253149!important;
	font-weight: 700;
}

.footer-links .footer-links-right {
	text-align: right;
}

.footer-links .footer-links-right p {
	font-size: 16px;
	color: #253149;
	padding: 0;
	margin-bottom: 5px;
}

.footer-links .footer-links-right p:last-of-type {
	margin-bottom: 0;
}

.footer-links .footer-links-right p a {
	font-family: 'Montserrat', sans-serif!important;
	color: #253149!important;
}

.footer-links .footer-copyright {
	margin-top: 40px;
	text-align: right;
}

.footer-links .footer-copyright p {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	color: #253149;
	padding: 0;
	line-height: 1.4;
}

.footer-links .footer-copyright p a {
	color: #253149!important;
}

.footer-cta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 60%!important;
	padding: 0!important;
}

.footer-cta .et_pb_column {
	width: 50%!important;
	margin: 0!important;
	padding: 100px 7px 100px 0!important;
	flex: 0 0 50%;
	float: none;
}

.footer-cta .et_pb_column:last-of-type {
	display: flex;
	justify-content: flex-end;
	padding: 100px 0 100px 7px!important;
}

.footer-cta .et_pb_column .et_pb_text_inner {
	padding-right: 20%;
}

.footer-cta .et_pb_column .et_pb_text_inner h4 {
	display: block;
	color: #FFFFFF!important;
	font-size: 3.2vw;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 25px;
}

.footer-cta .et_pb_column .et_pb_text_inner h4 span {
	display: block;
	color: #EABC00;
}

.footer-cta .et_pb_column .et_pb_text_inner p {
	display: block;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.1vw;
	line-height: 1.5;
}

.footer-cta .et_pb_column .et_pb_text_inner p:first-of-type {
	margin: 0 0 25px;
	color: #EABC00;
	font-size: 1.5vw;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer-cta .et_pb_column .et_pb_text_inner p:first-of-type a {
	color: #EABC00!important;
}

.footer-cta .et_pb_column .footer-cta-form form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	max-width: 400px;
	justify-content: flex-end;
}

.footer-cta .et_pb_column .footer-cta-form form .et_pb_contact_field {
	flex: 0 0 100%;
	padding: 0;
	margin: 0 0 15px;
	max-width: 100%;
}

.footer-cta .et_pb_column .footer-cta-form form .et_pb_contact_field label {
	display: none;
}

.footer-cta .et_pb_column .footer-cta-form form .et_pb_contact_field textarea,
.footer-cta .et_pb_column .footer-cta-form form .et_pb_contact_field input:not(.et_pb_button) {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	border-radius: 8px;
	border: none;
	font-size: 16px;
	color: #253149;
	padding: 12px 15px;
}

.footer-cta .et_pb_column .footer-cta-form form .et_pb_contact_field textarea {
	min-height: 110px;
	max-width: 100%;
}

body #page-container .footer-cta .et_pb_column .footer-cta-form form .et_contact_bottom_container .et_pb_button {
	position: relative;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 40px!important;
	font-size: 16px;
	font-weight: 700!important;
	cursor: pointer;
	background: transparent;
	border: 2px solid #3AB795;
	color: #3AB795!important;
}

body #page-container .footer-cta .et_pb_column .footer-cta-form form .et_contact_bottom_container .et_pb_button:hover {
	color: #FFFFFF!important;
	border: 2px solid #3AB795!important;
}

body #page-container .footer-cta .et_pb_column .footer-cta-form form .et_contact_bottom_container .et_pb_button:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #3AB795;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}

body #page-container .footer-cta .et_pb_column .footer-cta-form form .et_contact_bottom_container .et_pb_button:hover:after {
	width: 100%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container {
	flex: 0 0 45%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content {
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: 22%!important;
	padding: 0;
	margin-right: 0!important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
	font-size: 48px;
	padding: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 span {
	color: #FFFFFF;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-image-container {
	flex: 0 0 55%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-image-container img {
	display: flex;
}

.footer-cta .et_pb_column .footer-cta-form .nf-before-form-content {
	display: none;
}

.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form > div {
	width: 100%;
}

.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container {
	flex: 0 0 100%;
	padding: 0;
	margin: 0 0 15px;
	max-width: 100%;
}

.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container:last-of-type {
	margin: 0;
}

.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container input:not(.btn),
.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container textarea {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	border-radius: 8px;
	border: none;
	font-size: 16px;
	color: #253149;
	padding: 12px 15px;
}

.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container input.btn {
	display: block;
	padding: 10px 40px!important;
	float: right;
}

/*******************/
/**** HOMEPAGE *****/
/*******************/
.banner-search-wrapper {
	width: 50%!important;
}

#banner-search .et_pb_code_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 8%;
}

#banner-search h2 {
	flex: 0 0 100%;
	display: block;
	font-size: 2.4vw;
	color: #EABC00;
	text-transform: uppercase;
	margin: 0 0 40px;
}

#banner-search .wppf_quicksearch {
	flex: 0 0 100%;
}

#banner-search .wppf_quicksearch form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#banner-search .wppf_quicksearch form .wppf_buttons #wppf_search_area {
	display: none;
}

#banner-search .wppf_quicksearch form .field-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin-bottom: 15px;
}

#banner-search .wppf_quicksearch form .field-wrap select,
#banner-search .wppf_quicksearch form .field-wrap input {
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	flex: 0 0 80%;
	margin-left: 20px;
}

#banner-search .wppf_quicksearch form .wppf_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin: 0 0 40px;
}

#banner-search .wppf_quicksearch form .wppf_buttons .btn-form {
	display: flex;
	border: 1px solid #EABC00;
	border-radius: 15px;
	height: 40px;
	width: 115px;
	color: #EABC00;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5vw;
	font-weight: 700;
	cursor: pointer;
	margin-right: 15px;
}

#banner-search .wppf_quicksearch form .wppf_buttons .btn-form.selected {
	background: #EABC00;
	color: #253149;
}

#banner-search .wppf_quicksearch form .wppf_bedrooms select {
	flex: 0 0 38%;
}

#banner-search .wppf_quicksearch form .icon-wrap {
	justify-content: center;
	display: flex;
	flex: 0 0 10%;
}

#banner-search .wppf_quicksearch form .form-icon {
	display: flex;
	max-width: 48px;
	max-height: 44px;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner-search .wppf_quicksearch form .wppf_bedrooms .form-icon {
	background-image: url("images/bed.svg");
	width: 48px;
	height: 33px;
}

#banner-search .wppf_quicksearch form .wppf_rent .form-icon,
#banner-search .wppf_quicksearch form .wppf_sale .form-icon {
	background-image: url("images/PRICE.svg");
	width: 44px;
	height: 44px;
}

#banner-search .wppf_quicksearch form .wppf_location .form-icon {
	background-image: url("images/LOCATION.svg");
	width: 31px;
	height: 37px;
}

#banner-search .wppf_quicksearch form .field-wrap .fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 80%;
	margin-left: 20px;
}

#banner-search .wppf_quicksearch form .field-wrap .fields select {
	flex: 0 0 48%;
	margin: 0;
}

#banner-search .wppf_quicksearch form .btn {
	padding: 15px 55px;
	margin-top: 30px;
	width: 180px;
	height: 50px;
}

.testimonials .et_pb_slider_container_inner .et_pb_slide_description {
	padding: 80px 10% 70px!important;
}

.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	color: #253149!important;
	font-size: 2vw!important;
}

.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 1vw;
	font-weight: 500;
	color: #253149!important;
}

.testimonials .et_pb_slider .et-pb-slider-arrows a {
	opacity: 1;
}

.testimonials .et_pb_slider .et-pb-slider-arrows a:before {
	background-repeat: no-repeat;
	background-size: cover;
	width: 56px;
	height: 56px;
	display: block;
}

.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev {
	left: 22px;
}

.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
	content: '';
	background-image: url("images/arrow-left.svg");
}

.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
	right: 22px;
}

.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
	content: '';
	background-image: url("images/arrow-right.svg");
}

.testimonials .et_pb_slider .et-pb-controllers a {
	border-radius: 0;
	width: 55px;
	height: 5px;
	opacity: 0.2;
}

.testimonials .et_pb_slider .et-pb-controllers a.et-pb-active-control {
	opacity: 1;
}

.sales-lettings-block-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.sales-lettings-block-wrapper .et_pb_column_1_2 {
	width: 50%;
	margin: 0;
	padding-right: 7px;
	flex: 0 0 50%;
	overflow: hidden;
}
.sales-lettings-block-wrapper .et_pb_column_1_2:last-of-type {
	padding-left: 7px;
	padding-right: 0;
}

.sales-lettings-block-wrapper .et_pb_column_1_2 .et_pb_module {
	width: 100%;
	max-height: 321px;
}

.sales-lettings-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

.sales-lettings-block .text {
	flex: 0 0 70%;
	padding: 5% 5% 5% 6.5%;
}

.sales-lettings-block .text p {
	display: block;
	font-size: 1.2vw;
	line-height: 1.5;
	color: #FFFFFF;
	padding: 0;
}

.sales-lettings-block .text p:first-of-type {
	font-family: "aw-conqueror-inline", Arial, sans-serif;
	font-size: 4vw;
	line-height: 54px;
	color: #EABC00;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.sales-lettings-block .text .btn {
	display: inline-block;
	height: 35px;
	margin: 30px 0 0;
	font-size: 1.2vw;
}

.sales-lettings-block .img {
	flex: 0 0 30%;
	width: 30%;
	height: 100%;
}

.sales-lettings-block .img img {
	height: 100%;
	width: auto;
	max-width: none;
}

.about-block.et_pb_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.about-block.et_pb_row .et_pb_column_1_2 {
	width: 50%;
	margin: 0;
	padding-right: 8%;
	flex: 0 0 50%;
}
.about-block.et_pb_row .et_pb_column_1_2:last-of-type {
	padding-left: 7px;
	padding-right: 0;
}

.about-block.et_pb_row .et_pb_column_1_2 .et_pb_module {
	width: 100%;
}

.about-block.et_pb_row h1 {
	display: block;
	font-size: 2.6vw;
	line-height: 1;
	margin: 0 0 25px;
	padding: 0;
	text-transform: uppercase;
	color: #EABC00;
}

.about-block.et_pb_row h1 span {
	color: #253149;
}

.about-block.et_pb_row p {
	display: block;
	line-height: 1.4;
	font-size: 1vw;
	margin: 0 0 20px;
	padding: 0;
}

.about-block.et_pb_row a.btn {
	display: inline-block;
	margin: 25px 0 0;
}

.area-guide-title p {
	font-family: "aw-conqueror-inline", Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	color: #EABC00;
	text-transform: uppercase;
}

.area-guide-title p span {
	color: #253149;
}

.area-guide-section .et_pb_column .et_pb_module {
	padding: 0!important;
	height: 100%;
}

.area-guide-section .et_pb_column .et_pb_button_wrapper {
	width: 100%;
	height: 100%;
}

body #main-content .area-guide-section .et_pb_row .et_pb_column .et_pb_module .et_pb_button_wrapper .et_pb_button {
	display: flex;
	height: 95%;
	width: 95%;
	transform: translate3d(2.5%, 2.5%, 0);
	justify-content: center;
	align-items: center;
	font-size: 32px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 700!important;
	color: #FFFFFF!important;
	text-transform: uppercase;
	background-color: rgba(37,49,73,0.5)!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body #main-content .area-guide-section .et_pb_row .et_pb_column .et_pb_module .et_pb_button_wrapper:hover .et_pb_button {
	width: 100%;
	height: 100%;
	transform: none;
}

.area-guide-section .et_pb_column .et_pb_row_inner {
	height: 50%;
}

.area-guide-section .et_pb_column .et_pb_row_inner .et_pb_column {
	height: 100%;
}

/*******************/
/*** PROPERTIES ****/
/*******************/
.hero-banner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}

.hero-banner .hero-banner__text {
	flex: 0 0 40%;
	width: 40%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 10%;
	padding-right: 15px;
	background: #EABC00;
}

.hero-banner .hero-banner__text h1 {
	display: block;
	font-size: 48px;
	line-height: 1.2;
	color: #253149;
	padding: 0;
}

.hero-banner .hero-banner__img-wrap {
	flex: 0 0 60%;
	width: 60%;
}

.hero-banner .hero-banner__img-wrap img {
	max-width: none;
	height: 100%;
}

.wppf_results .wppf_view_type a {
	font-size: 28px;
	border-color: #253149;
	background: #253149;
	color: #EABC00;
	cursor: pointer;
}

.wppf_results .wppf_view_type a.active {
	background: #EABC00;
	border-color: #EABC00;
	color: #253149!important;
}

.wppf_results .wppf_results_layout .wppf_result_container {
	border: none;
	margin: 0 0 20px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_sort {
	padding: 0;
	text-align: left;
	margin: 0 0 0 10px;
	position: relative;
	bottom: 40px;
	height: 40px;
	display: inline-block;
	align-items: center;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_sort strong {
	text-transform: uppercase;
	font-weight: 400;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_sort select {
	height: 100%;
	padding: 0 15px;
	margin-left: 10px;
	font-weight: 600;
	border-radius: 8px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_grid {
	margin: 0;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_grid_wrapper {
	margin: 0 0 0 10px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_grid_wrapper .wppf_property {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article {
	border: none;
	background: #F4F4F5;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article .wppf_property_meta {
	border: none;
	background: #253149;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article .wppf_property_meta span {
	padding: 10px 20px 10px 10px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article .wppf_property_meta span i {
	color: #EABC00;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_grid_wrapper .wppf_property .wppf_property_item {
	float: none;
	padding: 0;
	flex: 0 0 49%;
	width: 49%;
	height: auto!important;
	margin: 0 0 20px 0;
	border: none;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item figure {
	max-height: 340px;
	overflow: hidden;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item figcaption {
	background-color: #EABC00;
	color: #253149;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	padding: 16px 28px;
	line-height: 1;
	right: initial;
	left: 0;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .wppf_detail {
	padding: 20px 20px 0 20px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .wppf_detail p.description {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .wppf_detail:last-of-type {
	padding: 20px 20px 40px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item p.title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0;
	color: #253149;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item p.title a {
	color: #253149!important;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item p.price {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #EABC00;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .wppf_excerpt p {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 15px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item ul {
	list-style-type: disc;
	padding-left: 18px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item ul li::marker {
	color: #EABC00;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .btn {
	margin-top: 35px;
}

.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .btn::before {
	background: #EEEEEE;
}

.wppf_results .wppf_results_layout .navigation.pagination {
	text-align: right;
	margin-right: 10px;
}

.wppf_results .wppf_results_layout .navigation.pagination .nav-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wppf_results .wppf_results_layout .navigation.pagination .page-numbers {
	color: #3AB795!important;
	font-weight: 500;
	font-size: 16px;
	margin-right: 8px;
}

.wppf_results .wppf_results_layout .navigation.pagination .page-numbers.current {
	color: #253149!important;
}

.wppf_results .wppf_results_layout .navigation.pagination .page-numbers.next {
	background-image: url("images/right.svg");
	width: 14px;
	height: 13px;
	font-size: 0;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
}

.wppf_results .wppf_results_layout .navigation.pagination .page-numbers.prev {
	background-image: url("images/left.svg");
	width: 14px;
	height: 13px;
	font-size: 0;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
}

.et_pb_row .wppf_sidebar {
	padding: 0;
	width: 35%;
}

.et_pb_row .wppf_results {
	width: 65%;
}

.et_pb_row .wppf_sidebar .wppf_results_layout {
	margin: 0;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container {
	background: #253149;
	border: none;
	margin: 0;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 30px 40px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_buttons #wppf_search_area {
	display: none;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin-bottom: 20px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap label {
	flex: 0 0 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap select {
	font-weight: 700;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap input {
	text-transform: uppercase;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap select,
.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .field-wrap input {
	border: none;
	border-radius: 8px;
	font-size: 16px;
	flex: 0 0 100%;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 100%;
	margin: 40px 0 20px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_buttons .btn-form {
	display: flex;
	border: 1px solid #EABC00;
	border-radius: 15px;
	height: 40px;
	width: 35%;
	color: #EABC00;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	margin-right: 15px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_buttons .btn-form.selected {
	background: #EABC00;
	color: #253149;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_beds select {
	flex: 0 0 48%;
	width: 48%;
	margin-right: 5px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_beds select:last-of-type {
	margin-right: 0;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_rent select,
.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_commercial select,
.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_sale select {
	flex: 0 0 70%;
	width: 70%;
	margin-bottom: 5px;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_rent select:last-of-type,
.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_commercial select:last-of-type,
.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_sale select:last-of-type {
	margin-bottom: 0;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_search select {
	flex: 0 0 60%;
	width: 60%;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_submit {
	margin: 0;
}

.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_submit button {
	flex: 0 0 60%;
	width: 60%;
	height: 50px;
}

/************/
/* PROPERTY */
/************/
.back-listings {
	display: flex;
	margin: 0 0 30px;
}

.back-listings a {
	display: flex;
	align-items: center;
	color: #3AB795;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.back-listings span {
	display: inline-block;
	background-image: url("images/left-green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	margin-right: 8px;
}

.wppf_property_main_panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.wppf_property_main_panel .wppf_property_info_panel {
	padding-left: 0;
	width: 30%;
	flex: 0 0 30%;
	float: none;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures_title {
	background: #EABC00;
	color: #253149;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 20px;
	text-transform: uppercase;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad {
	padding: 20px;
	background: #253149;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .description {
	font-size: 16px;
	color: #EABC00;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .price {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 20px;
	text-transform: initial;
	color: #FFFFFF;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .title span {
	font-size: 16px;
	color: #EABC00;
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details {
	padding: 0;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details span {
	display: inline-block;
	width: 30px;
	margin-right: 8px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details span:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details.receptions span:before {
	background-image: url("images/Rooms.svg");
	width: 30px;
	height: 16px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details.bedrooms span:before {
	background-image: url("images/bed.svg");
	width: 24px;
	height: 16px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .prop-details.bathrooms span:before {
	background-image: url("images/BATH.svg");
	width: 25px;
	height: 22px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .download {
	display: flex;
	margin: 0 0 40px;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .download a {
	display: flex;
	align-items: center;
	color: #3AB795;
	font-size: 16px;
	font-weight: 500;
}

.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .download a:before {
	display: inline-block;
	content: '';
	background-image: url("images/Download.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 27px;
	margin-right: 10px;
}

.wppf_property_main_panel .wppf_property_description_panel {
	width: 70%;
	padding-left: 20px;
	float: none;
	flex: 0 0 70%;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-prev {
	background: #EABC00;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-prev i,
.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-next i {
	display: block;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-prev i:before {
	content: '';
	background-image: url("images/left.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 26px;
	display: block;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-next {
	background: #EABC00;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-next i:before {
	content: '';
	background-image: url("images/right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 26px;
	display: block;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-carousel {
	margin: 0 0 15px;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-carousel .item img {
	height: auto!important;
	width: 100%!important;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf-carousel#wppf_slideshow_nav .item {
	border: none;
	border-radius: 0;
}

.wppf_property_main_panel .wppf_property_description_panel > .wppf_pad {
	margin: 0 0 20px;
}

.wppf_property_main_panel .wppf_property_description_panel h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	border: none;
}

.wppf_property_main_panel .wppf_property_description_panel h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	border: none;
}

.wppf_property_main_panel .wppf_property_description_panel h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_propety_full_description > div {
	margin: 0 0 15px;
}

.wppf_property_main_panel .wppf_property_description_panel p {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 15px;
}

.wppf_property_main_panel .wppf_property_description_panel ul {
	list-style: disc;
	padding-left: 18px;
}

.wppf_property_main_panel .wppf_property_description_panel ul li {
	margin: 0 0 8px;
}

.wppf_property_main_panel .wppf_property_description_panel .btn:hover:after {
	z-index: 0;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire {
	background: #F4F4F5;
	padding: 40px;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel {
	width: 50%;
	flex: 0 0 50%;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel input,
.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel textarea {
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #253149;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel textarea {
	height: 115px;
	max-height: 115px;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel .btn{
	padding: 15px 45px;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_info_panel .info {
	margin: 0 0 30px;
	word-break: break-word;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_info_panel .wppf_l_group {
	margin: 0;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_info_panel .wppf_l_group label {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_info_panel .wppf_l_group ul {
	list-style: none;
	padding: 0;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_info_panel .wppf_l_group ul li {
	font-size: 16px;
	font-weight: 400;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-collection a {
	color: #3AB795;
	text-decoration: underline;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-consent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-consent input {
	width: auto;
	margin: 0 5px 0 0;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-consent label {
	flex: 0 0 95%;
}

.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-consent label em {
	color: red;
}

/*********/
/* SALES */
/*********/
.et_pb_row_0.et_pb_row.sales_search {
	margin-top: 40px!important;
}

.sales_search .wppf_quicksearch .wppf_buttons {
	max-width: 260px;
	flex: auto;
	margin: 0;
}

.sales_search .wppf_quicksearch .field-wrap {
	flex: auto;
	margin: 0;
}

.sales_search .wppf_quicksearch .btn {
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 15px 25px;
}

.sales_search .wppf_quicksearch form {
	padding: 35px;
}

.sales_search .wppf_quicksearch .wppf_buttons .btn-form {
	font-size: 16px;
}

.wppf_quicksearch form .field-wrap select,
.wppf_quicksearch form .field-wrap input {
	flex: auto;
}

.wppf_quicksearch form .field-wrap .fields {
	flex: auto;
}

.sales-trio h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6vw;
	font-weight: 700;
	text-transform: initial;
	padding: 0;
	margin: 0 0 20px;
}

.sales-trio p {
	font-size: 1vw;
	line-height: 1.2;
}

.sales-content h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.sales-content h2 span {
	color: #EABC00;
}

.sales-content p {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 40px;
	text-align: center;
}

.sales-content ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.sales-content ul li {
	flex: 0 0 23%;
	width: 23%;
	font-size: 16px;
	line-height: 1.2;
	border: 1px solid #DCDDE0;
	border-radius: 8px;
	text-align: center;
	height: 90px;
	margin: 7px;
	padding: 0 15px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.sales-epc-plans {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sales-epc-plans .et_pb_column {
	flex: 0 0 50%;
	width: 50%;
	margin: 0!important;
	border-left: none;
	border-top: none;
	border-right: 2px dotted #EABC00;
	border-bottom: 2px dotted #EABC00;
	padding-right: 30px;
}

.sales-epc-plans .et_pb_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 60px;
}

.sales-epc-plans .et_pb_column .et_pb_text {
	margin: 0!important;
	flex: 0 0 50%;
	width: 50%;
	padding-right: 30px!important;
}

.sales-epc-plans .et_pb_column .et_pb_image {
	flex: 0 0 50%;
	width: 50%;
}

.sales-epc-plans .et_pb_column:last-of-type {
	border-right: none;
	padding-right: 0;
	padding-left: 30px;
}

.sales-epc-plans .et_pb_column .et_pb_text h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px;
	text-transform: initial;
}

.sales-epc-plans .et_pb_column .et_pb_text p {
	font-size: 16px;
}

.sales-split-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sales-split-content .et_pb_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 0 0 50%;
	width: 50%;
	margin: 0!important;
}

.sales-split-content .et_pb_column .et_pb_module {
	margin: 0!important;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: none;
	height: 100%;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
	order: 2;
	flex: 0 0 39%;
	margin: 0;
	background: #f4f4f5;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
	order: 1;
	flex: 0 0 60%;
	background: #253149;
	padding: 30px;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
	font-size: 2.3vw;
	color: #EABC00;
	padding: 0;
	margin: 0 0 15px;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
	font-size: 16px;
	color: #FFFFFF;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .btn {
	display: inline-block;
	margin-top: 30px;
	overflow: hidden;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .btn:hover {
	color: #253149;
}

.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .btn:hover:after {
	z-index: 0;
	color: #FFFFFF;
}

.sales-network .et_pb_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sales-network .sales-network-content {
	float: none;
	width: 50%;
	flex: 0 0 50%;
	margin: 0!important;
	padding-right: 30px;
}

.sales-network .sales-network-content .et_pb_text:first-of-type {
	margin: 0 0 25px;
}

.sales-network .sales-network-content .et_pb_text:first-of-type .et_pb_text_inner {
	font-family: "aw-conqueror-inline", sans-serif;
	font-size: 2.3vw;
	line-height: 1.2;
}

.sales-network .sales-network-content .et_pb_text:first-of-type .et_pb_text_inner span {
	color: #EABC00;
}

.sales-network .sales-network-content .et_pb_text:last-of-type .et_pb_text_inner p {
	font-size: 18px;
}

.sales-network .sales-network-imgs {
	float: none;
	width: 50%;
	flex: 0 0 50%;
	margin: 0;
	padding-left: 20px;
}

.sales-network .sales-network-imgs .et_pb_text_inner p {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.sales-network .sales-network-imgs .et_pb_text_inner img {
	width: 33%;
	padding: 20px;
}

.sales-network .sales-network-imgs .et_pb_text_inner img:first-of-type,
.sales-network .sales-network-imgs .et_pb_text_inner img:nth-of-type(2) {
	width: 50%;
}

.sales-trio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sales-trio .et_pb_column {
	width: 32%;
	margin-right: 1%;
	background: #F4F4F5;
	padding: 50px;
}

.et_pb_slider {
	position: relative;
	overflow: hidden;
}

.et_pb_slide {
	padding: 0 6%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.et_pb_slider .et_pb_slide {
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	width: 100%;
	text-align: center;
	list-style: none!important;
	background-position: 50%;
	background-size: 100%;
	background-size: cover
}

.et_pb_slider .et_pb_slide:first-child {
	display: list-item
}

.et_pb_slides .et_pb_container {
	display: table;
	table-layout: fixed;
}

.et_pb_slider .et_pb_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.et_pb_slides .et_pb_slider_container_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.et_pb_slide_description {
	word-wrap: break-word;
}

.et-pb-active-slide .et_pb_slide_description {
	animation-duration: .7s;
	animation-delay: .9s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	animation-name: fadeBottom;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 16% 8%;
	width: auto;
	margin: auto;
}

.et_pb_slide_0 .et_pb_slide_description .et_pb_slide_title, .et_pb_slide_1 .et_pb_slide_description .et_pb_slide_title {
	margin-bottom: 32px;
	font-weight: 500;
}

.et_pb_slide_description .et_pb_slide_title {
	font-weight: 300;
	margin-top: 0;
	font-size: 46px;
}

.et_pb_slide_content {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
	display: block;
}

.et_pb_slide_content p:last-of-type {
	padding-bottom: 0;
}

.et-pb-arrow-next,.et-pb-arrow-prev {
	position: absolute;
	top: 50%;
	z-index: 100;
	font-size: 48px;
	color: #fff;
	margin-top: -24px;
	transition: all .2s ease-in-out;
	opacity: 0
}

.et-pb-arrow-next span, .et-pb-arrow-prev span {
	display: none;
}

.et-pb-controllers {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.et-pb-controllers a {
	display: inline-block;
	background-color: hsla(0,0%,100%,.5);
	text-indent: -9999px;
	border-radius: 7px;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	padding: 0;
	opacity: .5;
}

.tenant-fees h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.tenant-fees h2 span {
	color: #EABC00;
}

.tenant-fees-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tenant-fees-row .et_pb_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 60px;
	flex: 0 0 50%;
	width: 50%;
	margin: 0!important;
	border-left: none;
	border-top: none;
	border-right: 2px dotted #EABC00;
	border-bottom: 2px dotted #EABC00;
	padding-right: 30px;
}

.tenant-fees-row .et_pb_column .et_pb_text {
	margin: 0!important;
	flex: 0 0 100%;
	width: 100%;
	padding: 0!important;
}

.tenant-fees-row .et_pb_column:last-of-type {
	border-right: none;
	padding-right: 0;
	padding-left: 30px;
}

.tenant-fees-row .et_pb_column .et_pb_text h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px;
	text-transform: initial;
}

.tenant-fees-row .et_pb_column .et_pb_text p {
	font-size: 16px;
}

.tenant-fees-row .et_pb_column .et_pb_text_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.tenant-fees-row .et_pb_column .et_pb_text_inner div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 70%;
	width: 70%;
	padding-right: 30px;
}

.tenant-fees-row .et_pb_column .et_pb_text_inner div:last-of-type {
	justify-content: center;
	text-align: center;
	flex: 0 0 30%;
	width: 30%;
	padding-right: 0;
}

.tenant-fees-row .et_pb_column .et_pb_text_inner div:last-of-type p {
	background: #EABC00;
	border-radius: 100px;
	height: 150px;
	width: 150px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	padding: 0 10px;
}

.tenant-fees-row .et_pb_column .et_pb_text_inner div:last-of-type p span {
	font-family: "aw-conqueror-inline", sans-serif;
	font-size: 60px;
	margin: 0;
	line-height: 0.8;
}

.tenants-checklist h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.tenants-checklist h2 span {
	color: #EABC00;
}

.sales-trio.sales-quad .et_pb_column {
	width: 24%;
	padding: 30px;
}

div.et_pb_section.et_pb_section_6.media-hub {
	background-image: none!important;
}

.media-hub .sales-split-content .et_pb_column {
	margin: 0 0 10px!important;
}

.media-hub .sales-split-content .et_pb_column .et_pb_module {
	width: 100%;
}

.questions-heading h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.questions-heading h2 span {
	color: #EABC00;
}

.questions-heading p {
	font-size: 16px;
}

.questions-body .et_pb_text .et_pb_text_inner {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.questions-body .et_pb_divider {
	margin: 0 0 20px!important;
}

.questions-body .et_pb_toggle {
	margin: 0 0 20px!important;
}

.questions-body .et_pb_toggle .et_pb_toggle_title {
	font-size: 16px;
	font-weight: 500;
}

.questions-body .et_pb_toggle .et_pb_toggle_title:before {
	content: '+';
	font-family: 'Montserrat', sans-serif!important;
	color: #253149;
	background: #EABC00;
	height: 20px;
	width: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
}

.questions-body .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '-';
}

.our-services h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.our-services h2 span {
	color: #EABC00;
}

.sales-trio.sales-trio-services .et_pb_column {
	width: 32%!important;
	margin-right: 1%!important;
	padding: 30px;
	border: none;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_module {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	line-height: 1.2;
	min-height: 0;
	padding-right: 0!important;
	padding-left: 0!important;
	margin-bottom: 0!important;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner p {
	padding: 0;
	margin: 0 0 20px;
	color: #253149;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner p:first-of-type {
	font-size: 2vw;
	font-weight: 700;
}

.et_pb_text_1.et_pb_text, .et_pb_text_2.et_pb_text, .et_pb_text_3.et_pb_text {
	color: #253149!important;
}

.et_pb_text_1 ul li, .et_pb_text_2 ul li, .et_pb_text_3 ul li {
	font-family: 'Montserrat', sans-serif!important;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner > div {
	height: 150px;
	width: 150px;
	border-radius: 100px;
	background: #EABC00;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner > div span {
	font-family: "aw-conqueror-inline", sans-serif;
	font-size: 55px;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner ul li {
	margin: 0 0 5px;
	font-size: 14px;
}

.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner ul li::marker {
	color: #EABC00;
}

.area-guide-other h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.area-guide-other h2 span {
	color: #EABC00;
}

.area-guide-other .area-guide-other-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 10px;
}

.area-guide-other .area-guide-other-row .et_pb_column {
	width: 32.4%!important;
	margin-right: 0!important;
	background: #FFFFFF;
}

.area-guide-other .area-guide-other-row:last-of-type .et_pb_column {
	width: 49%!important;
}

.et_pb_text_2, .et_pb_text_3, .et_pb_text_4, .et_pb_text_5, .et_pb_text_6 {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 0!important;
	padding-right: 0!important;
	padding-left: 0!important;
	margin-bottom: 0!important;
}

.area-guide-other .area-guide-other-row .et_pb_column .et_pb_text {
	padding: 20px!important;
	height: 100%;
}

.area-guide-other .area-guide-other-row .et_pb_column .et_pb_text .et_pb_text_inner p {
	font-size: 14px;
	line-height: 1.2;
}

.area-guide-other .area-guide-other-row .et_pb_column .et_pb_text .et_pb_text_inner p:first-of-type {
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px;
}

.top-reasons h2 {
	font-size: 2.5vw;
	text-transform: uppercase;
}

.top-reasons h2 span {
	color: #EABC00;
}

.about-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
	padding-right: 10px;
	font-size: 3.2vw;
}

.about-split {
	padding: 40px 0 80px;
}

.about-split .et_pb_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.about-split .et_pb_row .et_pb_column {
	flex: 0 0 49%;
	width: 49%;
	margin-right: 0;
}

.about-split .et_pb_row .et_pb_column .et_pb_module {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	padding-right: 40px!important;
}

.about-split .et_pb_row .et_pb_column:last-of-type .et_pb_module {
	padding-right: 0!important;
}

.about-split .et_pb_row .et_pb_column .et_pb_module p {
	margin: 0 0 20px;
	padding: 0;
}

.about-split .et_pb_row .et_pb_column .et_pb_module h2 {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 28px;
	text-transform: initial;
	padding: 0;
	margin: 40px 0 20px;
	font-weight: 700;
}

.about-experts .et_pb_row_1 p {
	font-family: "aw-conqueror-inline", sans-serif;
	font-size: 2.5vw;
	text-transform: uppercase;
}

.about-experts .et_pb_row_1 p span {
	color: #EABC00;
}

.main-footer .et_pb_row_3,
.main-footer .et_pb_row_4,
.main-footer .et_pb_with_background .et_pb_row_5,
.main-footer .et_pb_row_2 {
	border: none;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.main-footer .et_pb_with_background .et_pb_row_6 {
	border: none;
	margin-bottom: 0!important;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}

.about-experts .about-experts-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #eabc00;
	padding-bottom: 40px!important;
	margin-bottom: 40px!important;
}

.about-experts .about-experts-row .et_pb_column {
	flex: 0 0 80%;
	width: 80%;
	margin-right: 0!important;
	padding-left: 30px;
}

.about-experts .about-experts-row .et_pb_column:first-of-type {
	flex: 0 0 20%;
	width: 20%;
	padding-left: 0;
}

.about-experts .about-experts-row .et_pb_column .et_pb_image {
	margin: 0;
	padding: 0;
	width: 180px;
}

.about-experts .about-experts-row .et_pb_column .et_pb_blurb {
	margin-bottom: 0;
}

.about-experts .about-experts-row .et_pb_column .et_pb_blurb:first-of-type {
	margin: 0 0 20px!important;
}

.about-experts .about-experts-row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
	max-width: 80%;
	margin: 0;
}

.about-experts .about-experts-row .et_pb_column .et_pb_blurb .et_pb_blurb_content h4 {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 28px;
	text-transform: initial;
	padding: 0;
	font-weight: 700;
}

.about-experts .about-experts-row .et_pb_column .et_pb_blurb:first-of-type .et_pb_blurb_content .et_pb_blurb_description p {
	font-size: 22px;
	color: #EABC00;
}

/***************/
/*** CONTACT ***/
/***************/
.contact-us .contact-left {
	font-size: 16px;
}

.contact-us .contact-left p {
	padding: 0;
	margin: 0 0 20px;
}

.contact-us .contact-left.contact-left-blue h4 {
	font-family: 'Montserrat', sans-serif!important;
	color: #EABC00!important;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
}

.contact-us .contact-left.contact-left-blue span {
	display: block;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: initial;
	margin: 5px 0 0;
	font-size: 20px;
	line-height: 1.2;
}

.contact-us .contact-left.contact-left-grey p a {
	color: #3AB795;
}

.contact-us h1 {
	font-size: 45px;
	padding: 0;
	margin: 0 0 20px;
}

.contact-us h1 span {
	color: #EABC00;
}

.contact-us .nf-before-form-content {
	margin: 0 0 20px;
}

.contact-us .nf-before-form-content .nf-field {
	position: relative;
}

.contact-us .nf-field input[type=text],
.contact-us .nf-field input[type=tel],
.contact-us .nf-field input[type=email] {
	border: 1px solid #C7C8CC;
	border-radius: 8px;
	padding: 12px 10px 12px 80px;
}

.contact-us .nf-field textarea {
	border: 1px solid #C7C8CC;
	border-radius: 8px;
	padding: 30px 10px 12px 10px;
}

.contact-us .label-above .nf-field .nf-field-label {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.contact-us .label-above .nf-field .nf-field-label label {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #253149;
}

.contact-us .nf-field p a {
	color: #3AB795;
	text-decoration: underline;
}

.contact-us .checkbox-container .nf-field .nf-field-label {
	padding-left: 5px;
}

.contact-us .checkbox-container .nf-field .nf-field-label label {
	font-size: 16px;
	font-weight: 400;
}

.contact-us .nf-field .btn:hover {
	background: #3AB795;
}

.contact-us.contact-us-maintenance .nf-field #nf-field-26-wrap input[type=text] {
	padding: 12px 10px 12px 280px;
}

.search-results #left-area {
	padding: 0!important;
	margin: 0 0 40px;
}

.search-results #left-area .search-results-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.search-results #left-area .search-results-item-left {
	flex: 0 0 30%;
	width: 30%;
}

.search-results #left-area .search-results-item-left .entry-featured-image-url {
	margin: 0;
}

.search-results #left-area .search-results-item-left .entry-featured-image-url img {
	width: 100%;
}

.search-results #left-area .search-results-item-right {
	flex: 0 0 70%;
	width: 70%;
	padding-left: 30px;
}

.search-results #left-area .search-results-item-right .post-meta {
	text-align: left;
	color: #253149!important;
	font-size: 16px;
	padding: 0;
	margin: 0 0 15px;
}

.search-results #left-area .search-results-item-right .entry-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.search-results #left-area .search-results-item-right .entry-title a {
	color: #253149;
}

.search-results #left-area .search-results-item-right .content {
	color: #253149;
	font-size: 16px;
	margin: 0 0 30px;
}

.search-results #left-area .search-results-item-right .btn {
	display: inline-block;
}

.search-results #left-area .search-results-item-right .btn:before {
	background: #FFFFFF;
}

/*******************/
/*** RESPONSIVE ****/
/*******************/
@media only screen  and (min-width: 1200px) {
	.btn {
		font-size: 16px;
	}

	#banner-search .wppf_quicksearch form .wppf_buttons .btn-form {
		font-size: 16px;
	}

	.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
		font-size: 36px!important;
	}

	.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
		font-size: 16px;
	}

	.sales-lettings-block .text p:first-of-type {
		font-size: 48px;
	}

	.sales-lettings-block .text p {
		font-size: 16px;
	}

	.sales-lettings-block .text .btn {
		font-size: 16px;
	}

	.media-hub .sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
		font-size: 34px;
	}

	/**************/
	/* PROPERTIES */
	/**************/
	.et_pb_row .wppf_sidebar {
		width: 25%;
	}
	.et_pb_row .wppf_results {
		width: 75%;
	}
}

@media only screen  and (min-width: 1500px) {
	header .et_menu_container #et-top-navigation nav>ul>li>a {
		font-size: 16px!important;
	}

	header .et_menu_container #et-top-navigation .nav-buttons a {
		font-size: 16px;
	}

	header .et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
		width: 30px;
		height: 30px;
	}

	.banner-search-wrapper {
		width: 40%!important;
	}

	.about-block.et_pb_row h1 {
		font-size: 48px;
	}

	.about-block.et_pb_row h1 span {
		color: #253149;
	}

	.about-block.et_pb_row p {
		font-size: 18px;
	}

	.footer-cta .et_pb_column .et_pb_text_inner h4 {
		font-size: 48px;
	}

	.footer-cta .et_pb_column .et_pb_text_inner p {
		font-size: 18px;
	}

	.footer-cta .et_pb_column .et_pb_text_inner p:first-of-type {
		font-size: 24px;
	}

	.sales-trio h4 {
		font-size: 30px;
	}

	.sales-trio p {
		font-size: 18px;
	}

	.sales-content h2 {
		font-size: 48px;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
		font-size: 45px;
	}

	.sales-network .sales-network-content .et_pb_text:first-of-type .et_pb_text_inner {
		font-size: 45px;
	}

	.tenant-fees h2 {
		font-size: 45px;
	}

	.tenants-checklist h2 {
		font-size: 45px;
	}

	.sales-trio.sales-quad .et_pb_column p {
		font-size: 16px;
	}

	.questions-heading h2 {
		font-size: 45px;
	}

	.our-services h2 {
		font-size: 45px;
	}

	.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner p:first-of-type {
		font-size: 30px;
	}

	.area-guide-other h2 {
		font-size: 45px;
	}

	.top-reasons h2 {
		font-size: 45px;
	}

	.about-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
		font-size: 45px;
	}

	.about-experts .et_pb_row_1 p {
		font-size: 45px;
	}
}

@media only screen  and (min-width: 1280px) {
	.container {
		width: 80%!important;
	}
}

@media only screen  and (min-width: 981px) {
	header .et_menu_container #et-top-navigation #top-menu-nav .nav > li:last-of-type,
	header .et_menu_container #et-top-navigation #top-menu-nav .nav > li:nth-last-child(2) {
		display: none;
	}
}

@media only screen  and (max-width: 1279px) {
	.sales_search .wppf_quicksearch .wppf_buttons {
		max-width: none;
		flex: 0 0 33%;
	}
	.sales_search .wppf_quicksearch .wppf_buttons .btn-form {
		width: 43%;
	}

	.sales_search .wppf_quicksearch .wppf_bedrooms,
	.sales_search .wppf_quicksearch .wppf_sale,
	.sales_search .wppf_quicksearch .wppf_rent {
		flex: 0 0 33%;
	}

	.sales_search .wppf_quicksearch .wppf_location {
		flex: 0 0 80%;
	}

	.sales_search .wppf_quicksearch .wppf_location input {
		max-width: none;
		margin: 10px 0 0;
		flex: 0 0 100%;
	}

	.sales_search .wppf_quicksearch .btn {
		flex: 0 0 15%;
		margin: 10px 0 0 20px;
	}
}

@media only screen  and (max-width: 980px) {
	header .et_menu_container {
		height: 75px;
	}

	#page-container header .logo_container {
		flex: 0 0 40%;
	}

	header .logo_container #logo {
		height: 50px;
		max-width: 100%;
	}

	header .et_menu_container #et-top-navigation {
		flex: 0 0 60%;
	}

	header .et_menu_container #et-top-navigation .nav-buttons {
		display: none;
	}

	header .et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
		width: 30px;
		height: 30px;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu {
		float: none;
		margin-left: 20px;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
		position: relative;
		padding: 0;
		width: 30px;
		height: 30px;
		transition-duration: 0.5s;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-left {
		transition-duration: 0.5s;
		position: absolute;
		height: 6px;
		width: 15px;
		top: 12px;
		background-color: #EABC00;
		left: 0;
	}
	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-left:before {
		transition-duration: 0.5s;
		position: absolute;
		width: 15px;
		height: 6px;
		background-color: #EABC00;
		content: "";
		top: -12px;
	}
	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-left:after {
		transition-duration: 0.5s;
		position: absolute;
		width: 15px;
		height: 6px;
		background-color: #EABC00;
		content: "";
		top: 12px;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-right {
		transition-duration: 0.5s;
		position: absolute;
		height: 6px;
		width: 15px;
		top: 12px;
		background-color: #EABC00;
		left: 14px;
	}
	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-right:before {
		transition-duration: 0.5s;
		position: absolute;
		width: 15px;
		height: 6px;
		background-color: #EABC00;
		content: "";
		top: -12px;
	}
	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .icon-right:after {
		transition-duration: 0.5s;
		position: absolute;
		width: 15px;
		height: 6px;
		background-color: #EABC00;
		content: "";
		top: 12px;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-left,
	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-right {
		transition-duration: 0.5s;
		background: transparent;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-left:before {
		transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-left:after {
		transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-right:before {
		transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar .icon-right:after {
		transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
		display: none;
	}

	header .et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
		top: 75px;
		left: -6%;
		width: 101vw;
		height: 100vh;
	}

	header .et_search_outer .et_search_form_container .et-search-field {
		font-size: 12px!important;
		width: 100%;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
		display: flex!important;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container {
		flex: 0 0 100%;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-image-container {
		flex: 0 0 100%;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content {
		margin: 0!important;
		justify-content: center;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
		padding: 15px 0;
	}

	.footer-cta {
		width: 80%;
	}

	.footer-cta .et_pb_column .footer-cta-form .nf-form-layout form .nf-field-container input.btn {
		font-size: 16px;
		width: 100%;
	}

	/************/
	/* HOMEPAGE */
	/************/
	.banner-search-wrapper {
		width: 100%!important;
	}

	#banner-search .et_pb_code_inner {
		padding: 5%;
	}

	#banner-search h2 {
		font-size: 7vw;
		margin: 0 0 20px;
		padding: 0;
	}

	#banner-search .wppf_quicksearch form .wppf_buttons {
		justify-content: space-between;
	}

	#banner-search .wppf_quicksearch form .wppf_buttons .btn-form {
		font-size: 4vw;
		width: 45%;
		margin: 0;
	}

	#banner-search .wppf_quicksearch form .field-wrap select,
	#banner-search .wppf_quicksearch form .field-wrap input {
		flex: 0 0 84%;
	}

	#banner-search .wppf_quicksearch form .wppf_bedrooms select {
		flex: 0 0 80%;
	}

	#banner-search .wppf_quicksearch form .field-wrap .fields {
		flex: 0 0 81%;
	}

	#banner-search .wppf_quicksearch form .btn {
		width: 100%;
		margin-top: 15px;
		font-size: 4vw;
	}

	.testimonials .et_pb_row.et_pb_row_1.et_pb_row_fullwidth {
		width: 95%;
		max-width: 95%;
	}

	.testimonials .et_pb_slider_container_inner .et_pb_slide_description {
		padding: 0 8% 60px!important;
	}

	.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
		font-size: 4vw!important;
		margin-bottom: 10px!important;
	}
	.testimonials .et_pb_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
		font-size: 2.5vw;
	}

	.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev {
		left: 0;
	}

	.testimonials .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
		right: 0;
	}

	.testimonials .et_pb_slider .et-pb-slider-arrows a:before {
		width: 40px;
		height: 40px;
	}

	.sales-lettings-block-wrapper .et_pb_column_1_2 {
		flex: 0 0 100%;
		padding: 0;
	}

	.sales-lettings-block-wrapper .et_pb_column_1_2:last-of-type {
		padding: 0;
		margin-top: 10px;
	}

	.sales-lettings-block .text p:first-of-type {
		font-size: 8vw;
		line-height: 1;
	}

	.sales-lettings-block .text p {
		font-size: 3vw;
	}

	.sales-lettings-block .text .btn {
		font-size: 3vw;
	}

	.about-block.et_pb_row .et_pb_column_1_2 {
		flex: 0 0 100%;
		padding: 0;
	}

	.about-block.et_pb_row .et_pb_column_1_2:last-of-type {
		padding: 0;
		margin-top: 10px;
	}

	.about-block.et_pb_row h1 {
		font-size: 7vw;
	}

	.about-block.et_pb_row p {
		font-size: 3.5vw;
	}

	.about-block.et_pb_row a.btn {
		font-size: 3vw;
	}

	.area-guide-title p {
		font-size: 11vw;
		line-height: 1;
	}

	.et_pb_section_5.et_pb_section {
		display: block!important;
	}

	.et_pb_cta_0.et_pb_promo {
		min-height: 0!important;
	}

	.area-guide-section .et_pb_column .et_pb_row_inner {
		height: auto;
	}

	.area-guide-section .et_pb_column .et_pb_module {
		height: 210px;
	}

	.footer-cta .et_pb_column {
		width: 100%!important;
		padding: 20px 0 20px 0!important;
		flex: 0 0 100%;
	}

	.footer-cta .et_pb_column .et_pb_text_inner {
		padding: 0;
	}

	.footer-cta .et_pb_column:last-of-type {
		padding: 0 0 20px!important;
	}

	.footer-cta .et_pb_column .et_pb_text_inner h4 {
		font-size: 10vw;
	}

	.footer-cta .et_pb_column .et_pb_text_inner p {
		font-size: 4vw;
	}

	.footer-cta .et_pb_column .et_pb_text_inner p:first-of-type {
		font-size: 5vw;
	}

	.footer-links .et_pb_column {
		flex: 0 0 100%;
		width: 100%!important;
	}

	.footer-links .footer-links-right {
		text-align: center;
		margin-top: 20px;
	}

	.footer-links .footer-copyright {
		margin-top: 15px;
		text-align: center;
	}

	/**************/
	/* PROPERTIES */
	/**************/
	.hero-banner .hero-banner__text {
		flex: 0 0 100%;
		width: 100%;
		padding: 10px;
	}

	.hero-banner .hero-banner__text h1 {
		font-size: 8vw;
	}

	.hero-banner .hero-banner__img-wrap {
		flex: 0 0 100%;
		width: 100%;
	}

	.hero-banner .hero-banner__img-wrap img {
		width: 100%;
		height: auto;
	}

	.et_pb_row .wppf_sidebar {
		width: 100%;
	}
	.et_pb_row .wppf_results {
		width: 100%;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_sort {
		margin: 20px 0;
		bottom: 0;
		justify-content: space-between;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_grid_wrapper {
		margin: 0;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_grid_wrapper .wppf_property .wppf_property_item {
		flex: 0 0 100%;
		width: 100%;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_property .wppf_property_item .btn {
		font-size: 16px;
		width: 100%;
	}

	.wppf_results .wppf_results_layout .navigation.pagination .nav-links {
		justify-content: center;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article {
		margin: 0 0 20px;
		padding: 0;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article .title {
		padding: 10px;
	}

	.wppf_results .wppf_results_layout .wppf_result_container .wppf_property.wppf_list article .wppf_property_meta {
		margin: 0;
	}

	/************/
	/* PROPERTY */
	/************/
	.back-listings {
		justify-content: center;
	}

	.wppf_property_main_panel .wppf_property_info_panel {
		width: 100%;
		flex: 0 0 100%;
	}

	.wppf_property_main_panel .wppf_property_description_panel {
		padding: 0;
		width: 100%;
		flex: 0 0 100%;
	}

	.wppf_property_main_panel .wppf_property_info_panel .wppf_property_keyfeatures.wppf_pad .btn {
		font-size: 16px;
		width: 100%;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-next,
	.wppf_property_main_panel .wppf_property_description_panel .wppf-nav .wppf-prev {
		padding: 8px;
	}

	.wppf_property_main_panel .wppf_property_description_panel h2,
	.wppf_property_main_panel .wppf_property_description_panel h3 {
		font-size: 26px;
	}

	.wppf_property_main_panel .wppf_property_description_panel h4 {
		font-size: 18px;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire {
		padding: 15px;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel {
		width: 100%;
		flex: 0 0 100%;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel input, .wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .wppf_property_description_panel textarea {
		min-width: 0;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .data-consent label {
		flex: 0 0 93%;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .g-recaptcha > div {
		width: 100%!important;
	}

	.wppf_property_main_panel .wppf_property_description_panel .wppf_property_enquire form .prop-form-wrapper .btn {
		font-size: 16px;
		width: 100%;
	}

	/*********/
	/* SALES */
	/*********/
	.et_pb_row_0.et_pb_row.sales_search {
		display: block!important;
	}

	.sales_search .wppf_quicksearch form {
		padding: 20px;
	}

	.sales_search .wppf_quicksearch .wppf_buttons {
		flex: 0 0 100%;
		margin: 0 0 20px;
	}

	.sales_search .wppf_quicksearch .wppf_buttons .btn-form {
		width: 45%;
	}

	.sales_search .wppf_quicksearch .wppf_bedrooms,
	.sales_search .wppf_quicksearch .wppf_sale,
	.sales_search .wppf_quicksearch .wppf_rent {
		flex: 0 0 100%;
		margin: 0 0 20px;
	}

	.wppf_quicksearch form .field-wrap select,
	.wppf_quicksearch form .field-wrap input {
		flex: 0 0 100%;
		margin-left: 0;
	}

	.wppf_quicksearch form .field-wrap .fields {
		flex: 0 0 100%;
		margin-left: 0;
	}

	.sales_search .wppf_quicksearch .wppf_location {
		flex: 0 0 100%;
	}

	.sales_search .wppf_quicksearch .btn {
		flex: 0 0 100%;
		margin: 20px 0 0;
		font-size: 16px;
	}

	.sales-trio .et_pb_column {
		margin-right: 0;
		padding: 30px;
		margin-bottom: 15px;
	}

	.sales-trio .et_pb_column .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}

	.sales-trio h4 {
		font-size: 20px;
		line-height: 1.2;
	}

	.sales-trio p {
		font-size: 16px;
		line-height: 1.2;
	}

	.sales-content h2 {
		font-size: 25px;
		line-height: 1.2;
	}

	.sales-content p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0 0 20px;
	}

	.sales-content ul li {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 15px;
	}

	.sales-epc-plans .et_pb_column {
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		border-right: none;
	}

	.sales-epc-plans .et_pb_column:last-of-type {
		padding-left: 0;
		padding-top: 30px;
	}

	.sales-epc-plans .et_pb_column .et_pb_text {
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0!important;
	}

	.sales-epc-plans .et_pb_column .et_pb_image {
		flex: 0 0 100%;
		width: 100%;
	}

	.sales-epc-plans .et_pb_column .et_pb_image .et_pb_image_wrap {
		width: 100%;
		text-align: center;
	}

	.sales-split-content.et_pb_row_4.et_pb_row {
		padding-bottom: 40px!important;
		padding-top: 0!important;
	}

	.sales-split-content .et_pb_column {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 15px!important;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
		flex: 0 0 40%;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
		opacity: 1;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
		padding: 20px;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
		font-size: 20px;
		line-height: 1.2;
	}

	.sales-split-content .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .btn {
		margin-top: 15px;
		font-size: 16px;
		width: 100%;
	}

	.sales-network .sales-network-content {
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0;
		margin: 0 0 20px;
	}

	.sales-network .sales-network-content .et_pb_text:first-of-type .et_pb_text_inner {
		font-size: 22px;
	}

	.sales-network .sales-network-content .et_pb_text:last-of-type .et_pb_text_inner p {
		font-size: 16px;
	}

	.sales-network .sales-network-imgs {
		flex: 0 0 100%;
		width: 100%;
		padding-left: 0;
	}

	.sales-network .sales-network-imgs .et_pb_text_inner img {
		padding: 10px;
	}

	.sales-trio .et_pb_column {
		width: 100%;
	}

	.tenant-fees h2 {
		font-size: 22px;
	}

	.tenant-fees-row .et_pb_column {
		width: 100%;
		flex: 0 0 100%;
		border-right: none;
		padding-right: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.tenant-fees-row .et_pb_column:last-of-type {
		padding-left: 0;
		padding-top: 20px;
	}

	.tenants-checklist h2 {
		font-size: 22px;
	}

	.sales-trio.sales-quad .et_pb_column {
		margin: 0 0 15px;
	}

	.questions-heading {
		width: 80%!important;
	}

	.questions-heading h2 {
		font-size: 22px;
	}

	.questions-heading .et_pb_column .et_pb_module:last-of-type {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.questions-body .et_pb_column:first-of-type .et_pb_divider {
		display: none;
	}

	.questions-body .et_pb_text .et_pb_text_inner {
		font-size: 18px;
	}

	.our-services h2 {
		font-size: 22px;
	}

	.sales-trio.sales-trio-services .et_pb_column {
		width: 100%!important;
		margin-right: 0!important;
	}

	.sales-trio.sales-trio-services .et_pb_column .et_pb_text_inner p:first-of-type {
		font-size: 24px;
	}

	.area-guide-other h2 {
		font-size: 22px;
	}

	.area-guide-other .area-guide-other-row {
		margin: 0 auto;
	}

	.area-guide-other .area-guide-other-row .et_pb_column,
	.area-guide-other .area-guide-other-row:last-of-type .et_pb_column {
		width: 100%!important;
		margin: 0 0 15px;
	}

	.et_pb_row_2.sales_search {
		display: block!important;
	}

	.top-reasons h2 {
		font-size: 22px;
	}

	.about-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
		font-size: 22px;
		text-align: center;
		padding: 15px 10px;
	}

	.about-split .et_pb_row .et_pb_column {
		flex: 0 0 100%;
		width: 100%;
	}

	.about-split .et_pb_row .et_pb_column .et_pb_module {
		padding-right: 0!important;
	}

	.about-experts {
		padding-top: 0!important;
	}

	.about-experts .et_pb_row_1 p {
		font-size: 25px;
		text-align: center;
	}

	.about-experts .about-experts-row {
		justify-content: center;
	}

	.about-experts .about-experts-row .et_pb_column:first-of-type,
	.about-experts .about-experts-row .et_pb_column {
		flex: 0 0 100%;
		width: 100%;
	}

	.about-experts .about-experts-row .et_pb_column {
		padding-left: 0;
	}

	.about-experts .about-experts-row .et_pb_column .et_pb_image {
		margin: 0 auto;
	}

	.about-experts .about-experts-row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
		max-width: 100%;
	}

	.contact-us .contact-left.contact-left-blue h4 {
		font-size: 16px;
	}

	.contact-us .contact-left.contact-left-blue span {
		font-size: 18px;
	}

	.contact-us h1 {
		font-size: 38px;
	}

	.contact-us .btn {
		width: 100%!important;
		font-size: 16px;
		padding: 10px 15px;
	}

	.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_rent select,
	.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_commercial select,
	.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_sale select {
		width: 100%;
		flex: 0 0 100%;
	}

	.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_search select {
		width: 100%;
		flex: 0 0 100%;
	}

	.et_pb_row .wppf_sidebar .wppf_results_layout .wppf_result_container form .wppf_submit button {
		font-size: 16px;
		width: 100%;
		flex: 0 0 100%;
	}

	.search-results #left-area .search-results-item {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 0 30px;
	}

	.search-results #left-area .search-results-item-left {
		flex: 0 0 100%;
		width: 100%;
		margin: 0 0 15px;
	}

	.search-results #left-area .search-results-item-right {
		flex: 0 0 100%;
		width: 100%;
		padding-left: 0;
	}

	.search-results #left-area .search-results-item-right .post-meta {
		font-size: 14px;
	}

	.search-results #left-area .search-results-item-right .entry-title {
		font-size: 24px;
		font-weight: 700;
	}

	.search-results #left-area .search-results-item-right .content {
		font-size: 14px;
		margin: 0 0 15px;
	}

	.search-results #left-area .search-results-item-right .btn {
		display: block;
		width: 100%;
		font-size: 16px;
	}
}
