/*
Theme Name: Creatomatic WordPress Framework
Theme URI: https://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Client website theme
Author: Creatomatic Ltd
Author URI: https://www.creatomatic.co.uk
License URI: https://www.creatomatic.co.uk/terms-and-conditions/
Update URI: disabled
Version: 1.0.0

Colours being used:




*/



svg.clippy {
	position: absolute;
	top: -999px;
	left: -999px;
}

.egg-clip .wp-block-media-text__media{
	padding: 0 20px 0 0;
}

.egg-clip img {
	aspect-ratio: 7/8;
	object-fit: cover;
	clip-path: url(#egg-image-clip-path);
	z-index: 1;
	transform: rotate(0deg);
	max-width: calc(100% - 20px) !important;
}

.egg-clip figure {
	position: relative;
	z-index: 0;
}

.egg-clip figure:before {
	content: '';
	aspect-ratio: 7/8;
	object-fit: cover;
	clip-path: url(#egg-green-image-clip-path);
	z-index: 0;
	position: absolute;
	background: #4C6739;
	top: -5px;
	left: -20px;
	width: calc(100% - 0px);
	height: calc(100% + 15px);
}

#wpadminbar {
	z-index: 99999999999999999 !important;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #F3F2EF;
	color: #363636;
	font-size: 14px;
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

h1, h2, h3, h4 {
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	color: #2E4E3E;
}

img.responsive{
	border: 0;
	max-width: 100%;
	height: auto;
}

figure.is-resized img{
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #D17F42;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection, ::-moz-selection  {
	background: #2D4B2C;
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1300px;
}


a.button-link,
.button-link,
a.wp-block-button__link,
.is-style-outline a.wp-block-button__link,
.contact-row button,
.wp-block-button__link:visited,
form.post-password-form input[type="submit"]{
	display: inline-block;
	border: 2px solid #D17F42;
	background: #D17F42;
	color: #fff;
	padding: 4px 30px 5px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	min-width: 165px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 25px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-appearance:none;
}

@-moz-document url-prefix() {
  a.button-link,
  .button-link,
  a.wp-block-button__link,
  .is-style-outline a.wp-block-button__link,
  .contact-row button,
  .wp-block-button__link:visited,
  form.post-password-form input[type="submit"]{
	font-weight: 300;
  }
}

.is-style-outline a.wp-block-button__link{
	background: none;
	color: #111111;
}

@-moz-document url-prefix() {
  .is-style-outline a.wp-block-button__link{
	  font-weight: 300;
  }
}

a.button-link:hover,
.button-link:hover,
a.wp-block-button__link:hover,
.contact-row button:hover,
form.post-password-form input[type="submit"]:hover{
	background: #A9572F;
	border: 2px solid #A9572F;
	cursor: pointer;
}

.is-style-outline a.wp-block-button__link:hover{
	color: #fff;
	background: #A9572F;
}

.wp-block-buttons .wp-block-button:last-child{
	margin-left: 20px;
}

.wp-block-buttons .wp-block-button:first-child{
	margin-left: 0;
}

a.social-icon{
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 5px 5px 5px 0;
	border: none;
	color: #fff;
	border-radius: 0;
	margin: 5px 12px 5px 0px;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

a.social-icon svg{
	width: 25px;
	height: auto;
}

a.social-icon svg path, a.social-icon svg circle{
	fill: #000;
}

.short-content, .medium-content{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.medium-content{
	width: 1000px;
}

.has-text-align-left.short-content, .has-text-align-left.medium-content,
.has-text-align-left.property-content, .property-content.is-content-justification-left,
.short-content.is-content-justification-left{
	margin-left: 0 !important;
}

.full-width{
	width: 100vw;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wp-block-cover.full-width {
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.full-width .wp-block-cover__inner-container{
	width: 1260px;
	max-width: 100%;
}

.has-x-large-font-size {
	line-height: 1.05;
}

.has-large-font-size {
	line-height: 1.2;
}

.beige-bg{
	position: relative;
	z-index: 1;
}

.beige-bg a{
	color: #fff;
}

.beige-bg:before{
	background: #E2DED7;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.wp-block-media-text.xxx-bg{
	background: #ccc;
}

.wp-block-media-text.xxx-bg:before{
	content: none;
}

.wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.medium-content.wp-block-media-text h2.has-large-font-size{
	font-size: 44px !important;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 0 0 14%;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	padding: 0 14% 0 0;
}

.egg-clip.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 8%;
}

.has-medium-font-size {
	line-height: 1.3;
}


/* Heading */

.top-bar-top {
	background: #2D4B2C;
	color: #fff;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 2px 20px;
	box-sizing: border-box;
	-o-transition:1s;
	  -ms-transition:1s;
	  -moz-transition:1s;
	  -webkit-transition:1s;
	  transition:1s;
}

.top-bar-top.top-bar-scroll {
	top: 0;	
}

.top-bar-top .centred {
	max-width: 1260px;
}

.top-bar-top .top-bar-right {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: right;
}

.top-bar-top .top-bar-left {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: left;
}

.top-bar-top .top-bar-left i {
	margin-right: 5px;
}

.top-bar-top .top-bar-right span {
	margin: 0 5px;
}

.top-bar-top .top-bar-right a,
.top-bar-top .top-bar-left a {
	color: #fff;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar-top .top-bar-right a:hover,
.top-bar-top .top-bar-left a:hover {
	color: #A9572E;
}

.top-bar-top .top-bar-right i {
	display: none;
}

.top-bar{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999991;
	background: none;
	color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-bar .centred {
	display: grid;
	grid-template-columns: 160px calc(100% - 420px) 200px;
	gap: 30px;
	align-items: center;
	width: 100%;
	max-width: 1260px;
}

.top-bar .button-link {
	min-width: unset;
}

.top-bar-scroll-position {
	position: fixed;
	top: -200px;
	left: 0;
	background: #F3F2F0;
	box-shadow: 0 0 2px 1px #cccccc4f;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	padding: 4px 20px;
	-o-transition:1.5s;
	  -ms-transition:1.5s;
	  -moz-transition:1.5s;
	  -webkit-transition:1.5s;
	  transition:1.5s;
}

.top-bar-scroll {
	top: 30px;
	clip-path: polygon(0 0, 100% 0, 100% 600%, 0 600%);
}

.solid-nav {
	background: #F3F2F0;
	box-shadow: 0 0 2px 1px #cccccc4f;
	padding: 4px 20px;
	-o-transition:1.5s;
	  -ms-transition:1.5s;
	  -moz-transition:1.5s;
	  -webkit-transition:1.5s;
	  transition:1.5s;
}

a.header-logo {
	width: 160px;
	margin-top: 6px;
	max-width: 100%;
}

.mobile-nav-top a.mobile-logo {
	width: 160px;
	margin-top: 6px;
	max-width: 100%;
}

a.header-logo svg,
a.mobile-logo svg {
	width: 100%;
}

a.mobile-logo {
	opacity: 1;
}

.top-bar-scroll-position svg .cls-1,
.solid-nav svg .cls-1,
.mobile-logo svg .cls-1{
	fill: #386532;
}




/* Custom Classes */

.banner-slide-overlay {
	height: 100%;
	width: 100%;
	background: rgba(47, 47, 47, 0.5);
}

.banner .slide {
	height: 100dvh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.banner .slide .centred {
	height: 100%;
}

.banner .slider-info {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.banner .slider-info h1 {
	color: #fff;
	margin-left: 20px !important;
	max-width: calc(100% - 40px);
}

.indent,
.has-text-align-left.short-content.indent,
.has-text-align-left.medium-content.indent {
	margin-left: 70px !important;
}

.white-wave, .beige-wave,
.header-wave {
	position: relative;
	z-index: 1;
}

.header-wave:after {
	background: url(images/header-wave.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 0;
	z-index: 1;
	content: '';
	bottom: -15px;
	-o-transition:1s;
	  -ms-transition:1s;
	  -moz-transition:1s;
	  -webkit-transition:1s;
	  transition:1s;
}

.creato-animate-active.header-wave:after {
	height: 180px;
}

.neautronic-font {
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.contralto-font {
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
}

.extra-padding .wp-block-media-text__content {
	padding: 0 20% 0 8%;
}

.beige-wave:after {
	background: url(images/beige-wave.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 0;
	z-index: 1;
	content: '';
	bottom: -25px;
	-o-transition:1s;
	  -ms-transition:1s;
	  -moz-transition:1s;
	  -webkit-transition:1s;
	  transition:1s;
}

.creato-animate-active.beige-wave:after {
	height: 180px;	
}

.white-wave:after {
	background: url(images/white-wave.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 0;
	z-index: 1;
	content: '';
	bottom: -5px;
	-o-transition:1s;
	  -ms-transition:1s;
	  -moz-transition:1s;
	  -webkit-transition:1s;
	  transition:1s;
}

.creato-animate-active.white-wave:after {
	height: 165px;
}


/* Navigation */

.nav {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav .menu-main-container > ul {
	justify-content: center;
	display: flex;
	gap: clamp(40px, 5vw, 96px);
}

.nav ul li {
	display: inline;
	text-decoration: none;
	position: relative;
}

/*.nav ul li.menu-item-has-children a{
	background: url(images/nav-dropdown.jpg) right center no-repeat;
	padding-right: 20px;
}

.nav ul li.menu-item-has-children ul li a,
.nav ul li ul li.menu-item-has-children ul li a{
	background: none;
	padding-right: 10px;
}

.nav ul li ul li.menu-item-has-children a{
	background: url(images/nav-dropdown-right.jpg) right center no-repeat;
	padding-right: 20px;
	background-position: 98% center;
}*/

.nav a {
	position: relative;
	padding: 10px 0px 10px 0;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
/*
.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #545454;
}
*/
.nav a:hover {
	color: #D17F42;
}

@-moz-document url-prefix() {
  .nav a {
	  font-weight: 400;
  }
}

.nav ul li ul a:link, .nav ul li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 7px 10px;
} 

.nav ul li ul {
	position: absolute;
	display: none;
	background: #F3F2EF;
	text-align: left;
	z-index: 1000;
	margin: 0;
	padding: 10px 10px 14px;
	width: 240px;
	margin-left: 0;
	left: 0;
	box-shadow: 0 6px 11px -3px #cccccc4f
} 

.nav ul li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}

.nav ul li ul li ul{
	top: 0;
	left: 200px;
	margin-left: 0;
}

.nav ul li ul li a{
	color: #333333 !important;
	line-height: 1.5;
	font-size: 14px;
}

.top-bar-scroll-position .nav a,
.solid-nav .nav a {
	color: #2D4C2C;
}

.top-bar-scroll-position .nav a:hover,
.solid-nav .nav a:hover,
.nav ul li ul li a:hover {
	color: #A9572F !important;
}




/* Mobile Navigation */

.mobile-nav-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	box-shadow: 0 -2px 2px 2px #CEC9BF
}

.mobile-nav-header {
	text-align: center;
	float: right;
	display: none;
	z-index: 50001;
	position: relative;
}

.mobile-nav-header:hover{
	cursor: pointer;
	opacity: 0.5;
}

.mobile-nav-header i,
.mobile-nav-top i {
	float: left;
	font-size: 28px;
	line-height: normal;
	text-align: center;
	padding: 10px 0 10px 10px;
	font-weight: 400;
}

.mobile-nav-top i {
	color: #2D4B2C;
}

.mobile-nav {
	display: block;
	width: 100%;
	max-width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: -101vw;
	opacity: 0;
	height: 100%;
	z-index: 999999;
	overflow: scroll;
	background: #F3F2EF;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	transition: left 0.6s ease, opacity 0.4s ease;
}

.mobile-nav.open-mobile-nav {
	left: 0;
	opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
	display: none;
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav a {
	float: left;
	width: calc(95% - 48px);
	margin: 0;
	font-size: 24px;
	text-align: left;
	padding: 12px 5% 12px 0;
	color: #2D4B2C;
	font-weight: 500;
	line-height: 1.3;
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
}

@-moz-document url-prefix() {
  .mobile-nav a {
	  font-weight: 300;
  }
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	opacity: 0.5;
}

.mobile-nav li i{
	float: right;
	padding: 13px;
	font-size: 20px;
	width: 15px;
	color: #D89665;
	font-weight: 400;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 18px;
	padding: 13px 12px 13px 0px;
}

.mobile-nav ul li ul li.mobile-nav-back{
	display: inline-block;
	width: 100%;
}

.mobile-nav ul li ul li.mobile-nav-back a{
	padding-left: 0;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.mobile-nav ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #F3F2EF;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.mobile-nav ul li ul::-webkit-scrollbar {
	display: none;
}

.mobile-nav ul li ul li ul{
	z-index: 300;
}

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	margin: 30px 20px 0;
	max-height: calc(100vh - 370px);
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.mobile-nav .menu-main-container::-webkit-scrollbar {
	display: none;
}

.mobile-nav-bottom {
	display: inline-block;
	width: calc(100% - 40px);
	padding: 10px 20px 10px;
	color: rgba(45, 75, 44, 0.5);	
	font-size: 13px;
	text-align: center;
}

.mobile-nav-bottom-inner {
	border-top: 1px solid #CEC9BF;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	padding-top: 15px;
}

.mobile-nav-bottom span {
	display: inline-block;
	width: max-content;
	margin-right: 5px;
	float: left;
	font-size: 13px;
	line-height: 1.3;
	padding: 5px 0;
}

.mobile-nav-bottom a.phone {
	display: inline-block;
	width: max-content;
	color: rgba(45, 75, 44, 0.5);
	font-size: 13px;
}

.mobile-nav-bottom a.mail {
	padding: 2px 0 5px;
}

.mobile-nav-bottom a {
	font-size: 13px;
	padding: 5px 0;
	color: rgba(45, 75, 44, 0.5);
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.mobile-nav-bottom a:hover {
	color: rgba(45, 75, 44, 1);
}

.mobile-nav-bottom .button-link {
	min-width: unset !important;
	color: #fff;
	padding: 8px 30px 10px;
	text-align: center;
	cursor: pointer;
	margin: 10px auto;
	min-width: 165px;
	font-weight: 500;
	font-size: 16px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	max-width: 100%;
	width: 200px;
	background: #D89665;
	border: 2px solid #D89665;
	float: none;
}

.mobile-nav-bottom .button-link:hover {
	opacity: 1;
	color: #fff;
	background: rgba(45, 75, 44, 1);
	border: 2px solid rgba(45, 75, 44, 1);
}



/* Search */

.ui-autocomplete {
	padding: 0;
	top: 45px;
	width: 200px;
	background: #262626;
	color: #fff;
	z-index: 400;
	box-shadow: none;
	border: none !important;
	font-size: 16px;
	margin: 0;
	left: 0;
	list-style: none outside none;
	z-index: 9999
}

.ui-menu-item {
	padding: 5px 5%;
}

.ui-menu-item:hover {
	color: #B15F32 !important;
	background: none;
	cursor: pointer;
	margin: 0;
	border: none !important;
}

.creato_search_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 82%;
}

.creato_search_loading.active {
	background: url('images/loading.gif') no-repeat right center;
}

.ui-widget-content {
	border-bottom: 2px solid green !important;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	max-height: 360px;
}

.ui-widget-content::-webkit-scrollbar {
	display: none;
}

.ui-menu .ui-menu-item-wrapper {
	border: none !important;
}

.ui-menu .ui-menu-item-wrapper:hover {
	border: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif !important;
	color: #B15F32 !important;
}





/* Body */

.page-wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
	overflow: clip;
}

.page-content{
	float: left;
	width: calc(100% - 40px);
	margin: 0px 20px;
	text-align: left;
}

.solid-nav-margin {
	margin-top: 75px;
}

.search-margin {
	margin: 25px 20px 80px;
}

.creato_block-container{
	display: inline-block;
	width: 100%;
}

.creato_block-container-header{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

.creato_block-container-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.creato_block-container-link.button-link {
	min-width: 85px;
}

.button-link.creato-footer-link {
	display: none;
}

.creato_block-container-arrows,
.street-latest-slider-arrows {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-left: 20px;
}

.creato_block-container-arrows i,
.street-latest-slider-arrows i {
	width: 20px;
	height: 40px;
	box-sizing: border-box;
	border: none;
	position: relative;
	font-size: 30px;
	color: #D17F42;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-container-arrows i.slider-prev-new,
.street-latest-slider-arrows i.slider-prev-new {
	opacity: 0.3;
}

.creato_block-container-arrows i:hover,
.street-latest-slider-arrows i:hover {
	color: #a9572f;
	cursor: pointer;
	opacity: 1;
}

.creato_block-container-arrows i::before,
.street-latest-slider-arrows i::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.creato_block-container-listings{
	display: inline-block;
	width: 100%;
}

.creato_block-listing .page-icon,
.smart-search-single .page-icon {
	font-size: 30px;
	color: #2E4E3E;
	margin-top: 10px;
}

/* creato_block grid */

.creato_block-container .grid {
	display: grid;
	gap: 35px;
	grid-template-columns: 100%;
}

.creato_block-container .grid .creato_block-listing{
	width: 100%;
	margin: 0;
	position: relative;
}

.creato_block-container.creato_block-container-1-columns .grid {
	grid-template-columns: repeat(3, 1fr);
}

.creato_block-container.creato_block-container-2-columns .grid {
	grid-template-columns: repeat(2, 1fr);
}

.creato_block-container.creato_block-container-3-columns .grid {
	grid-template-columns: repeat(3, 1fr);
}

.creato_block-container.creato_block-container-4-columns .grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.creato_block-container.creato_block-container-5-columns .grid {
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.creato_block-listing-image{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16 / 9) {

	.creato_block-listing-image{
		padding-top: 56.25%;
	}

}

.creato-block-image-background-true {
	text-align: center;
	color: #363636 !important;
	min-height: 250px;
}

.creato_block-container-3-columns .grid .creato-block-image-background-true {
	min-height: 200px;
}

.creato_block-container-4-columns .grid .creato-block-image-background-true {
	min-height: 160px;
}

.creato_block-container-5-columns .grid .creato-block-image-background-true {
	min-height: 130px;
}

.creato_block-listing-overlay {
	width: 100%;
	height: 100%;
	background: rgba(28, 28, 28, 0);
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.beige-bg .creato-block-image-background-true .creato_block-listing-overlay {
	background: #F3F2F0;
	opacity: 1;
	height: 100%;
}

.creato-block-image-background-true .creato_block-listing-overlay {
	background: #E2DED7;
	opacity: 1;
}

.creato_block-listing-text h3 {
	color: #2E4E3E;
	font-size: 30px;
	line-height: 1.2;
}

.creato-block-image-background-false .creato_block-listing-text h3 {
	line-height: 1.25;
	min-height: 115px;
	font-size: 30px;
	margin-bottom: 40px;
}

.creato-block-image-background-true .creato_block-listing-text {
	padding: 30px 40px;
	box-sizing: border-box;
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
	max-height: 100%;
	min-height: 250px;
}

.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text {
	padding: 30px 30px;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text {
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.creato_block-container.creato_block-container-3-columns .grid .creato-block-image-background-true .creato_block-listing-text,
.creato_block-container.creato_block-container-2-columns .grid .creato-block-image-background-true .creato_block-listing-text {
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text p,
.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text p,
.creato_block-container.creato_block-container-3-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
.creato_block-container.creato_block-container-2-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
.creato_block-container.creato_block-container-3-columns .grid .creato-block-image-background-true .creato_block-listing-text p,
.creato_block-container.creato_block-container-2-columns .grid .creato-block-image-background-true .creato_block-listing-text p {
	display: none;
}

.creato-block-image-background-false .creato_block-listing-text {
	background: #fff;
	padding: 20px 25px 25px;
	width: 100%;
	box-sizing: border-box;
}

.creato-block-image-background-false .creato_block-listing-date {
	color: #B1B1B1;
	font-size: 13px;
}

.creato_block-container .grid .creato_block-listing {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.creato-button-arrow {
	float: right;
	font-size: 22px;
	color: #D17F42;
	background: none;
	width: 30px;
	cursor: pointer;
	font-weight: 500 !important;
	text-align: center;
	margin-top: 6px;
	position: absolute;
	opacity: 0;
	right: 30px;
	bottom: 20px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato-block-image-background-true .creato-button-arrow,
.smart-search-single .creato-button-arrow {
	bottom: 25px;
}

.creato_block-container-4-columns .creato-block-image-background-true.creato_block-listing .creato-button-arrow,
.creato_block-container-5-columns .creato-block-image-background-true.creato_block-listing .creato-button-arrow {
	bottom: 15px;
}

.creato_block-listing:hover .creato-button-arrow,
.smart-search-single:hover .creato-button-arrow {
	opacity: 1;
	right: 20px;
	color: #D17F42;
}

.creato-block-image-background-true.creato_block-listing:hover .creato-button-arrow {
	right: 25px;
}

.creato_block-container-4-columns .creato-block-image-background-true.creato_block-listing:hover .creato-button-arrow,
.creato_block-container-5-columns .creato-block-image-background-true.creato_block-listing:hover .creato-button-arrow {
	bottom: 15px;
	right: 15px;
}

.creato_block-container-3-columns .creato_block-listing-text h3 {
	font-size: 25px;
}

.creato_block-container-4-columns .creato_block-listing-text h3 {
	font-size: 22px;
}

.creato_block-container-5-columns .creato_block-listing-text h3 {
	font-size: 18px;
}

/* end creato_block grid */




/* creato_block slider */

.creato_block-container .slider .creato_block-listing{
	margin-right: 30px;
	position: relative;
}

.creato_block-container .slider .creato_block-listing.creato-block-image-background-true {
	aspect-ratio: 16 / 9;
}

.creato_block-container .slider {
	width: calc(100% + 30px);
}

/* end creato_block slider */


.creato_block-listing{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.creato-block-image-background-false.creato_block-listing:hover .creato_block-listing-overlay {
	background: rgba(28, 28, 28, 0.5);
}

.creato_block-type-post_team .creato_block-listing .creato_block-listing-image {
	aspect-ratio: 7 / 8;
	object-fit: cover;
	clip-path: url(#egg-image-clip-path);
	z-index: 1;
	transform: rotate(0deg);
	max-width: calc(100% - 20px) !important;
}

@supports not (aspect-ratio: 7 / 8) {

	.creato_block-type-post_team .creato_block-listing .creato_block-listing-image {
		padding-top: 110.25%;
	}

}

.creato_block-type-post_team .creato_block-listing .creato_block-listing-overlay {
	position: relative;
	z-index: 0;
	max-height: calc(100% - 55px);
}

.creato_block-type-post_team .creato_block-listing .creato_block-listing-overlay:before {
	content: '';
	aspect-ratio: 7 / 8;
	object-fit: cover;
	clip-path: url(#egg-green-image-clip-path);
	z-index: 0;
	position: absolute;
	background: #4C6739;
	top: -5px;
	left: -10px;
	width: calc(100% - 0px);
	height: calc(100% - 45px);
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

@supports not (aspect-ratio: 7 / 8) {

	.creato_block-type-post_team .creato_block-listing .creato_block-listing-overlay:before {
		padding-top: 110.25%;
	}
	
}

.creato_block-type-post_team .creato_block-listing:hover .creato_block-listing-overlay:before {
	background: #A9572F;
}

.creato_block-type-post_team .creato_block-listing .creato_block-listing-overlay:before {
	height: unset;
}

.creato_block-type-post_team .creato_block-listing .creato_block-listing-overlay.creato_block-listing-overlay-inner:before {
	display: none;
}

.creato_block-type-post_team .creato-block-image-background-false .creato_block-listing-text {
	background: none;
	padding: 20px 25px 55px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.creato_block-type-post_team .creato-block-image-background-false .creato_block-listing-text h3 {
	font-size: 26px;
	min-height: unset;
	margin-bottom: 0;
	margin-top: 10px;
}

.creato_block-type-post_team .creato-block-image-background-false.creato_block-listing:hover .creato_block-listing-overlay {
	background: none;	
}

.creato_block-type-post_team .creato-button-arrow {
	display: none;
}

.creatoblock-team-position {
	color: #363636;
	font-size: 14px;
	position: absolute;
	left: 0;
	margin: 5px auto 0;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.creato_block-type-post_team .team-mail-link {
	position: absolute;
	bottom: 110px;
	right: 30%;
	z-index: 999;
}

.creato_block-type-post_team i.fa-envelope {
	background: #4B6638;
	color: #fff;
	padding: 14px 11px;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 300;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.creato_block-type-post_team i.fa-envelope:hover {
	background: #D17F42;
}

.creato_block-type-post_team .slider .team-mail-link {
	right: 30%;
}

.creato_block-type-post_team .slider i.fa-envelope {
	padding: 14px 11px 13px;
}

.archive-team-inner .slider {
	display: inline-block;
	--widthA: calc(100vw - 1260px);
	--widthB: calc(var(--widthA) / 2);
	width: calc(var(--widthB) + 100%);
}

.archive-team-inner .creato_block-container-header {
	margin-bottom: 40px;
}

.creato_block-container-listings select {
	float: right;
	margin-bottom: 35px;
	appearance: none;
	-webkit-appearance: none;
	background: #F5F4F2;
	border: 2px solid #4C6739;
	padding: 9px 38px 11px 20px;
	border-radius: 20px;
	width: 180px;
	text-transform: capitalize;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	color: #363636;
	font-style: normal;
	background-repeat: no-repeat !important;
	background-position: 92% 17px !important;
	background-size: auto 8px !important;
	cursor: pointer;
	font-size: 14px;
	background: #F3F2EF url(images/select-dropdown.svg);
}


/* Video Shortcode */

.video-outer {
	float: left;
	width: 100vw;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.video-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.no-overlay .video-overlay {
	background: none;
}

.vimeo-video {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
}

.homepage-video-image {
	float: left;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.homepage-video {
	margin: auto;
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-outer .video-content,
.homepage-video-image .video-content {
	max-width: calc(100% - 40px);
	width: 800px;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.video-outer .video-content h3,
.homepage-video-image .video-content h3 {
	color: #fff;
	font-family: 'Helvetica', 'Arial', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 12px;
}

.video-outer .video-content h1,
.homepage-video-image .video-content h1 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-outer .video-content .button-link,
.homepage-video-image .video-content .button-link {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	padding: 13px 26px 13px;
	text-shadow: none;
	margin-top: 20px;
}

.video-outer .video-content .button-link:after,
.homepage-video-image .video-content .button-link:after {
	display: none;
}

.video-outer .video-content .button-link:hover,
.homepage-video-image .video-content .button-link:hover {
	background: #fff;
	border: 1px solid #69bdd2;
	color: #69bdd2;
}

.vimeo-video iframe {
	z-index: -1;
	overflow: hidden;
}
/*
.video-outer .sc-main-search-outer {
	position: static;
}
*/

.street-latest-slider-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.single-team {
	margin: 115px 20px 0;
}

.single-team .custom-breadcrumbs span {
	margin-left: 5px !important;
}

.single-team-top-inner {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
	max-width: 1150px;
	margin: 80px auto 10px;
	padding-bottom: 160px;
}

.archive-team-outer {
	display: inline-block;
	width: 100%;
	background: #E3DED7;
}

.other-team-members select{
	display: none;
}

.archive-team-inner {
	margin-bottom: 150px;
}

.single-team-top-right {
	position: relative;
	z-index: 0;
	max-height: calc(100% - 55px);
}

.single-team-top-right:before {
	content: '';
	aspect-ratio: 7 / 8;
	object-fit: cover;
	clip-path: url(#egg-green-image-clip-path);
	z-index: 0;
	position: absolute;
	background: #4C6739;
	top: -10px;
	left: -15px;
	width: calc(100% + 10px);
}

@supports not (aspect-ratio: 7 / 8) {

	.single-team-top-right:before  {
		padding-top: 114.25%;
	}
	
}

.single-team-top-right-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	aspect-ratio: 7 / 8;
	object-fit: cover;
	clip-path: url(#egg-image-clip-path);
	z-index: 1;
	transform: rotate(0deg);
	width: 100%;
	max-width: calc(100% - 20px) !important;
}

@supports not (aspect-ratio: 7 / 8) {

	.single-team-top-right-inner {
		padding-top: 100.25%;
	}
	
}

.single-team-position {
	color: #363636;
	font-size: 20px;
	margin: 5px 0;
}

.single-team-valuer {
	color: #4C6739;
	font-size: 16px;
	margin: 10px 0 0;
	font-weight: 600;
}

.single-team-email {
	display: inline-block;
	width: max-content;
	text-align: left;
	background: #4B6638;
	color: #fff;
	padding: 9px 8px 10px;
	border-radius: 50%;
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	margin-top: 8px;
	margin-bottom: 10px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-team-email:hover {
	background: #A9572F;
	color: #fff;
}



/* Single Property */

.single-property-banner {
	min-height: 400px;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #FFF;
	margin-top: 75px;
}

.single-property-banner .slide {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	aspect-ratio: 16 / 9;
	border-right: 10px solid #fff;
	min-height: 400px;
}

@supports not (aspect-ratio: 16 / 9) {

	.single-property-banner .slide {
		
	}

}

.single-property-lightbox {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 35px;
	width: max-content;
	padding: 7px 20px;
	background: rgba(255, 255, 255, 0.801);
	color: #2D4B2C;
	z-index: 10;
	font-size: 12px;
	cursor: pointer;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-lightbox:hover {
	background: #A9572E;
	color: #fff;
}

.single-property-banner .slick-list {
	padding-right: 42%;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-banner .slick-arrow {
	z-index: 9;
	height: 100%;
	width: 110px;
}

.single-property-banner .slick-arrow:before {
	opacity: 0;
	content: '\f054' !important;
	font-family: "Font Awesome 7 Pro";
	font-size: 32px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-banner .slick-arrow:hover:before {
	opacity:1;	
}

.single-property-banner .slick-next.slick-arrow {
	background: linear-gradient(270deg,rgba(0, 0, 0, 0.51) 0%, rgba(255, 255, 255, 0) 0%);

}

.single-property-banner .slick-next.slick-arrow:hover {
	background: linear-gradient(270deg,rgba(0, 0, 0, 0.51) 0%, rgba(255, 255, 255, 0) 70%);
}

.single-property-banner .slick-prev.slick-arrow{
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.51) 0%, rgba(255, 255, 255, 0) 0%)
}

.single-property-banner .slick-prev.slick-arrow:hover{
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.51) 0%, rgba(255, 255, 255, 0) 70%)
}

.single-property-banner .slick-prev {
	right: unset;
	left: 0px;
}

.single-property-banner .slick-prev:before {
	content: '\f053' !important;
	font-family: "Font Awesome 7 Pro";
}

.single-property-banner .slick-next {
	right: 0px;
	left: unset;
}

.single-property-nav-outer {
	display: block;
	width: 100%;
	position: sticky;
	background: #E3DED7;
	top: 105px;
	z-index: 999998;
	box-sizing: border-box;
	padding: 15px 20px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.single-property-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.property-nav-button {
	color: #111111;
	white-space: nowrap;
	width: max-content;
	cursor: pointer;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.property-nav-button:hover, .active.property-nav-button {
	color: #B26133;
	text-decoration: underline;
}

.property-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4vw;
}

.property-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	white-space: nowrap;
}

.street-favourite-btn.street-favourite-btn-single {
	font-size: 14px;
}

.street-favourite-btn-single,
.street-favourite-btn-single span {
	background: none !important;
	color: rgba(17, 17, 17, 0.50);
	cursor: pointer;
	font-size: 14px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.street-favourite-btn.street-favourite-btn-single i {
	color: rgba(17, 17, 17, 0.50);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-share-button {
	cursor: pointer;
	color: rgba(17, 17, 17, 0.50);
}

.single-property-share-button:hover,
.street-favourite-btn-single:hover i,
.street-favourite-btn-single:hover span {
	color: #B26133;
}

.street-favourite-btn-single:hover i {
	font-weight: 600;
}

.single-property-share-overlay,
.single-property-tour-overlay,
.single-property-floorplan-overlay,
.single-property-location-overlay,
.single-property-video-overlay,
.single-property-epc-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(8px);
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.single-property-share-outer,
.single-property-floorplan-outer,
.single-property-location-outer,
.single-property-video-outer,
.single-property-epc-outer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999991;
	width: calc(100% - 40px);
	max-width: 600px;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	max-height: calc(100% - 80px);
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.single-property-floorplan-outer {
	max-width: 900px;
}

.single-property-epc-outer {
	max-width: 620px;
}

.single-property-tour-outer,
.single-property-video-outer {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999991;
	width: calc(100vw - 40px);
	max-width: 950px;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	max-height: calc(100vh - 40px);
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	display: none;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.responsive-iframe {
  width: 100%;
  height: auto; 
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {

	.responsive-iframe {
		height: 500px;
	}

}

.single-property-share-outer::-webkit-scrollbar,
.single-property-tour-outer::-webkit-scrollbar,
.single-property-floorplan-outer::-webkit-scrollbar,
.single-property-location-outer::-webkit-scrollbar,
.single-property-video-outer::-webkit-scrollbar,
.single-property-epc-outer::-webkit-scrollbar {
	display: none;
}

.single-property-share-closer,
.single-property-tour-closer,
.single-property-floorplan-closer,
.single-property-location-closer,
.single-property-video-closer,
.single-property-epc-closer {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	z-index: 9;
}

.single-property-tour-closer,
.single-property-video-closer {
	top: 4px;
	color: #fff;
}

.single-property-epc-closer {
	color: #000;
}

.property-share-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2px;
	margin: 20px 0 50px;
}

.property-share-icons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: none;
	color: #2D4B2C;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.property-share-icons a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
}

.copy-link-inner {
	border: 1px solid #E2DED7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}

.copy-link-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	gap: 10px;
	flex: 0 0 calc(100% - 100px);
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.copy-link-left::-webkit-scrollbar {
	display: none;
}

.copy-link-left i {
	font-size: 18px;
}

.copy-link-left span {
	white-space: nowrap;
}

.single-property-wrapper {
	overflow: clip;
}

.copy-link-right {
	padding: 10px;
	flex: 0 0 90px;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: #2D4B2C;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.single-property-wrapper .custom-breadcrumbs {
	text-align: right;
	margin: 30px 0 30px;
}

.single-property-wrapper .custom-breadcrumbs span:last-of-type {
	margin: 0 0 0 5px;
}

.single-property-container {
	display: flex;
	justify-content: space-between;
	gap: 90px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 180px;
}

.single-property-container.creato-animate-active.beige-wave:after {
	bottom: -10px;
}

.single-property-main {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.single-property-left {
	width: 100%;
}

.single-property-right {
	width: 400px;
	background: #FFF;
	padding: 32px 30px;
	float: left;
	position: sticky;
	top: 190px;
	z-index: 300;
	height: max-content;
}

.single-property-right-cta h3 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.single-property-right-cta .button-link {
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0;
}

.single-property-right-cta .single-property-call.button-link {
	border: 2px solid #4c6739;
	color: #111111;
	background: none;
	width: 100%;
	box-sizing: border-box;
}

.single-property-right-cta .single-property-call.button-link:hover {
	border: 2px solid #A9572E;
	color: #fff;
	background: #A9572E;
}

.single-property-right-cta-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	margin-top: 15px;
}

.single-property-right-cta-link i {
	color: #4c6739;
	margin-right: 5px;
}

.single-property-right-cta-link {
	text-decoration: underline;
	cursor: pointer;
	color: #363636;
}

.single-property-right-cta-link:hover {
	color: #4c6739;
	text-decoration: none;
}

.street-single-property-sales-status {
	width: max-content;
	padding: 4px 12px;
	background: #AA582F;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
}

.street-single-property-sales-status.Sale {
	background: #4B6638;
}

.street-single-property-sales-status.Let {
	background: #D17F42;
}

.street-single-property-sales-status.Sold {
	background: #709a52;
}

.single-property-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
	margin-top: 5px;
}

.single-property-top > * {
	flex: 0 0 100%;	
}

.single-property-top-left h1 {
	font-size: 58px;
	line-height: 1.2;
}
.single-property-top-right-offers {
	color: #A7A7A7;
	font-size: 15px;
	text-align: left;
}

.single-property-top-right-price h2{
	text-align: left;
	line-height: 1;
}

.single-property-stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin: 30px 0px 0;
	padding: 7px 0 11px;
	border-top: 1px solid #E2DED7;
	border-bottom: 1px solid #E2DED7;
}

.single-property-details-attribute-stat {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.single-property-details-attribute-stat i {
	color: #386532;
	font-size: 18px;
}

.single-property-section h2 {
	font-size: 36px;
	color: #4B6638;
}

.single-property-features {
	padding: 20px 30px;
	background: #E2DED7;
	margin-top: 55px;
	margin-bottom: 55px;
}

.single-property-features ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 30px;
	align-items: baseline;
	/*list-style: none;*/
	padding-left: 18px;
	margin-top: 10px;
	line-height: 1.7;
}

.single-property-description-more {
	text-decoration: underline;
	color: #D17F42;
	cursor: pointer;
	font-weight: 700;
}

.single-property-description-more:hover {
	text-decoration: none;
	color: #A9572E;
}

.single-property-description {
	margin-bottom: 30px;
}

.single-property-description-inner {
	position: relative;
	z-index: 0;
	max-height: 300px;
	overflow: hidden;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-description-inner-overlay {
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background: #F3F2EF;
	background: linear-gradient(360deg, rgba(243, 242, 239, 0.98) 10%, rgba(255, 255, 255, 0) 63%);
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.single-property-description-inner.open-description {
	max-height: 5000px;
}

.single-property-description-inner.open-description .single-property-description-inner-overlay {
	background: linear-gradient(360deg, rgba(243, 242, 239, 0) 10%, rgba(255, 255, 255, 0) 63%);
	z-index: -2;
}

.single-property-facts {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 30px 9vw;
	margin: 0;
	padding: 30px 0 32px;
	border-top: 1px solid #E2DED7;
	border-bottom: 1px solid #E2DED7;
	flex-wrap: wrap;
}

.single-property-fact strong {
	font-weight: 600;
	color:#2D4B2C;
	width: 100%;
	display: block;
	line-height: 1.6;
}

.single-property-fact span {
	width: 100%;
}

.single-property-accordion {
	display: inline-block;
	width: 100%;
	margin: 0 0 50px;
}

.single-property-left .single-property-dropdown {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #E2DED7;
	margin: 0;
	padding: 10px 0 14px 0;
	cursor: pointer;
}

.single-property-dropdown-panel {
	display: none;
	width: 100%;
	padding: 25px 0;
}

.single-property-dropdown-title-outer h3 {
	padding: 0;
	font-size: 30px;
	color: #2E4E3E;
}

.single-property-dropdown-title-outer i {
	color: #D17F42;
	font-size: 22px;
	padding: 10px 8px 6px 8px;
	width: 22px;
	height: 22px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	float: right;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
	margin-right: 20px;
}

.single-property-dropdown-panel-open h3 i {
	transform: rotate(-180deg);
}

.single-property-dropdown-inner {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.single-property-dropdown-section-inner {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}

.single-property-dropdown-section h3{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.single-property-dropdown-section-inner strong {
	font-weight: 600;
}

.tour-wrapper {
	aspect-ratio: 16 / 9;
}

.single-property-ymal-outer{
	float: left;
	width: 100%;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

.single-property-ymal-inner {
	text-align: left;
	margin-bottom: 40px;
}

.single-property-ymal-inner h3 {
	margin-bottom: 30px;
}

.single-property-ymal-outer .street-properties-outer .street-property-content-outer {
	text-align: left;	
}

.creato-lightbox-overlay .slick-dots {
	display: none !important;
}

.street-no-properties {
	font-size: 18px;
	color: #2E4E3E;
	grid-column: span 3;
	text-align: center;
	margin: 50px 0 10px;
}

.street-properties-outer {
	width: 100%;
	display: grid;
	grid-template-columns: calc(33.34% - 17px) calc(33.33% - 17px) calc(33.33% - 17px);
	gap: 30px 25px;
	margin-bottom: 30px;
	margin-top: 25px;
}

.street-property-card-outer {
	position: relative;
	background: #FFFFFF;
	padding-bottom: 50px;
	z-index: 1;
}

.street-latest-slider {
	overflow: hidden;
}

.street-latest-slider .slick-list {
	padding-right: 30px;
	width: calc(100% + 30px);
}

.street-latest-slider-outer .street-latest-slider .slick-list {
	padding-right: 0;
	width: 100%;
}

.street-latest-slider .street-property-card-outer {
	/* margin-right: 30px; */
	position: relative;
}

.street-property-card-image-outer {
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.street-property-status-banners {
	position: absolute;
	top: 10px;
	left: 0;
	background: #AA582F;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px;
	font-size: 13px;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.street-property-status-banners.Sale {
	background: #4B6638;
}

.street-property-status-banners.Sold {
	background: #709a52;
}

.street-property-status-banners.Let {
	background: #D17F42;
}

.street-property-card-outer:hover .street-property-status-banners {
	padding: 3px 10px 3px 15px;
}


.street-lazyload-archive.slick-slide,
.street-lazyload-background.slick-slide{
	background-size: cover;
	display: block;
	height: 180px;
	height: 100%;
	aspect-ratio: 15 / 9;
	background-repeat: no-repeat;
	background-position: center;
}

@supports not (aspect-ratio: 15 / 9) {

	.street-lazyload-archive.slick-slide
	.street-lazyload-background.slick-slide{
		min-height: 240px;
	}

}

.street-property-content-outer {
	padding: 18px 20px 14px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	color: #2E4E3E;
}

.beige-bg .street-property-content-outer {
	color: #2E4E3E;
}

.street-property-content-outer .street-property-title {
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 5px;
	text-align: left;
}
/*
.street-latest-slider .street-property-content-outer .street-property-title {
	min-height: 62px;
}
*/

.street-property-content-top {
	display: block;
	width: 100%;
	min-height: 100px;
}

.street-property-content-outer .street-property-price-value {
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.1;
	top: -3px;
	position: relative;
}

.street-property-content-outer .street-property-address {
	color: #A7A7A7;
	font-size: 13px;
	text-align: left;
	
	display: none;
}

.street-property-content-outer .street-property-price-outer {
	display: flex;
	margin: 20px 0px 0;
	align-items: center;
	gap: 8px;
}

.street-property-content-outer .street-property-type {
	color: #A7A7A7;
	font-size: 12px;
	text-transform: capitalize;
	display: none;
}

.street-property-content-outer .street-property-bbr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 10px;
	border-top: 1px solid #E2DED7;
	gap: 8px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: calc(100% - 40px);
	min-height: 25px;
}

.street-property-bbr .street-bbr-item {
	margin-left: 8px;
}

.street-property-bbr .street-bbr-item:first-child {
	margin-left: 0px;
}

.street-property-content-outer .street-property-bbr .street-bbr-item i {
	font-weight: 400;
	font-size: 15px;
	margin-right: 5px;
	color: #4B6638;
}

.street-property-bbr i.fa-ruler-triangle {
	margin-left: 5px;
}

.street-property-bbr i.fa-ruler-triangle.acres-only {
	margin-left: 0;
}

.street-property-card-outer .street-property-favourite-outer {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 7000;
}

.street-favourite-btn.favourited{
  color: #AA582F;
}

.street-favourite-btn {
	background: #fff;
	color: rgba(226, 222, 215, 0.7);
	font-size: 22px;
	border: none;
	cursor: pointer;
}

.street-favourite-btn:hover {
	color: #AA582F;
}

.street-favourite-btn i {
	font-weight: 600;
}

.street-property-card-arrows .slider-prev-new,
.street-property-card-arrows .slider-next-new{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-weight: 400;
	width: 25px;
	height: 25px;
	border: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.street-property-card-arrows .slider-next-new {
	left: unset;
	right: -5px;
}

.street-property-card-arrows .slider-prev-new:before,
.street-property-card-arrows .slider-next-new:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	opacity: 1;
}




/* ========== Base + tokens ========== */
:root{
  --bg: #f1f0ec;                 /* light panel background */
  --green: #3f5f39;              /* filled tab + accents */
  --green-200:#6e855f;           /* subtle border/hover */
  --green-outline:#4B6638;       /* outline border */
  --text: #2b2b2b;
  --muted:#8a8a8a;
  --white:#ffffff;
  --orange:#cc7a3b;
  --radius-pill: 9999px;
  --radius-field: 28px;
  --gap: 16px;
  --ring: 0 0 0 3px rgba(79, 107, 66, .15);
}

.street-quick-search{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(12px, 2.2vw, 24px);
  background: #F3F2EF;
  border-radius: 16px;
  color: var(--text);
  margin: 30px auto;
  max-width: 1100px;
  
  position: sticky;
  top: 0;
  z-index: 300;
  -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.street-quick-search:before{
	background: #F3F2EF;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

/* Layout rows/columns */
.street-field{ display: contents; } /* allows children to place in grid neatly */

.street-field-types{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  grid-column: 1 / -1;           /* full width row */
}

.street-quick-search .street-field-types-select {
	display: none;
}

.street-quick-search .street-field-types-select select {
	text-align: left;
	padding: 4px 22px 5px;
	font-weight: 500;
	border-radius: var(--radius-pill);
	border: 2px solid var(--green-outline);
	color: var(--text);
	background: transparent;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	min-height: 41px;
	width: 100%;
	background: #F3F2EF url(images/select-dropdown.svg);
}

/* Second row: Buy/Rent, Region (multiselect), Or, Manual location, Search */
.street-field-for,
.street-field-location,
.street-field-submit{
  display: grid;
  align-items: center;
  gap: 12px;
}


/* ========== Type Tabs (Residential / Farms / Commercial) ========== */

.street-type-btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  place-items: center;
  padding: 4px 22px 5px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  border: 2px solid var(--green-outline);
  color: var(--text);
  background: transparent;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}

/* hide the native radios inside labels */
.street-type-btn input{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.street-type-btn:hover{
  border-color: #4B6638;
  background: #4B6638;
  color: #fff;
  font-weight: 600;
}

/* filled/active state using :has() for modern browsers */
.street-type-btn:has(input:checked){
  background: #4B6638;
  color: #fff;
  border-color:#4B6638;
  font-weight: 600;
}

.street-quick-search.street-search-form-sticky {
	font-size: 13px;
	line-height: 1.5;
}


/* ========== Buy / Rent circular radios ========== */

.street-field-for > label{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
}

.street-field-for input[type="radio"]{
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #2D4C2C;
  outline: none;
  display: inline-block;
  position: relative;
  background: transparent;
  cursor: pointer;
}

.street-field-for input[type="radio"]::after{
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: transparent;
  transition: background .15s;
}

/* orange filled inner circle for checked */
.street-field-for input[type="radio"]:checked{
  border-color: var(--orange);
}
.street-field-for input[type="radio"]:checked::after{
  background: var(--orange);
}

/* ========== “Select a region” multiselect (drop-down style) ========== */

.street-field-location label{
  font-weight: 600;
  display: none; /* not shown in screenshot */
}

/* popover container styled like an input */
.street-multiselect{
  padding: 20px 5% 10px;
  float: left;
  width: 90%;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 999999;
  background: #fff;
  border-bottom: 1px solid #4B6638;
  display: none;
  -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.street-field-type .street-multiselect{
	min-width: 160px;
}

.street-field-status .street-multiselect {
	min-width: 110px;
}

.street-field-location .street-multiselect {
	min-width: 140px;
}

.street-quick-search .street-multiselect {
	width: calc(100% - 24px);
	left: 12px;
}

/* dropdown list */
.street-multiselect > label{
  display: none;                  /* hidden until focus */
  padding: 10px 14px;
  white-space: nowrap;
  gap: 10px;
  font-weight: 500;
}



/* tidy native checkboxes */
.street-multiselect input[type="checkbox"]{
  accent-color: var(--green);
  width: 16px; height: 16px;
}

/* ========== Manual location text field ========== */

.street-field-location > input[type="text"]{
  width: 100%;
  background: var(--white);
  border: 1px solid #e5e5e2;
  color: var(--text);
  border-radius: var(--radius-field);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  border: none;
  padding: 5px 22px;
  min-height: 41px;
  font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
  display: none;
}
.street-field-location > input::placeholder { color: #bdbdbd; }

.street-field-postcode > input::placeholder {
	color: #111111;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* little “or” chip */
.street-or{
  text-transform: none;
  color: var(--muted);
  font-weight: 500;
  justify-self: center;
  color: #333333;
  text-transform: capitalize;
  
  display: none;
}

/* ========== Search button ========== */

.street-search-submit{
  appearance: none;
  border: none;
  padding: 5px 22px;
  min-height: 41px;
  border-radius: var(--radius-pill);
  background: var(--orange);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
  font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}
.street-search-submit:hover{
	background: #B05E32;
}

.street-quick-search .street-search-submit{
	width: 200px;
	max-width: 100%;
	background: #D17F42;
}

.street-quick-search .street-search-submit:hover {
	background: #4B6638;
}

.street-field.street-field-location .street-field-location{
	position: relative;
	grid-template-columns: 100%;
	grid-column: 1 / span 3;
}

.street-quick-search *{
	box-sizing: border-box;
}


/* Large Search */

.street-search-form {
	position: relative;
	padding: 38px 0px;
	z-index: 99999;
	-o-transition:1.5s;
	  -ms-transition:1.5s;
	  -moz-transition:1.5s;
	  -webkit-transition:1.5s;
	  transition:1.5s;
	  
	position: sticky;
	top: 0;
	z-index: 300;
}

.street-search-form.street-search-form-sticky,
.street-quick-search.street-search-form-sticky {
	position: sticky;
	top: 105px;
	z-index: 99991;
	padding: 18px 0px 10px;
	
	
}

.street-search-form.street-search-form-sticky .street-search-form-inner {
	gap: 0.5rem;
	padding: 9px 12px;
}

.street-search-form.street-search-form-sticky .street-field.multi-box {
	min-height: 34px;
}

.street-search-form.street-search-form-sticky .street-multi-container {
	font-size: 13px;
	padding: 3px 22px 5px;
	min-height: 34px;
}

.street-search-form.street-search-form-sticky .street-field-postcode input,
.street-search-form.street-search-form-sticky .street-field-distance select, 
.street-search-form.street-search-form-sticky .street-field-price select,
.street-search-form.street-search-form-sticky .street-field-status select,
.street-search-form.street-search-form-sticky .street-field-bedrooms select {
	font-size: 13px;
	min-height: 34px;	
}

.street-search-form.street-search-form-sticky .street-search-submit {
	min-height: 35px;
	font-size: 14px;
	height: 35px;
}

.street-search-form.street-search-form-sticky .street-exclude-field label {
	font-size: 11px;
}

.street-search-form.street-search-form-sticky .street-exclude-field input[type="checkbox"] {
	width: 12px;
	height: 12px;
}

.street-search-form.street-search-form-sticky .street-field-postcode > input::placeholder {
	font-size: 13px;
}

.street-search-form label {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0);
	white-space: nowrap; border: 0;
}

.street-search-form .street-multiselect label,
.street-quick-search .street-multiselect label {
	height: auto;
	clip: unset;
	margin: 0;
	position: relative !important;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 11px;
	gap: 6px;
	max-width: 100%;
	padding: 0;
}

.street-search-form:before {
	background: #E3DED7;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
	content: '';
}

.street-search-form .street-field-for,
.street-search-form .street-field-location,
.street-search-form .street-field-submit {
	display: block;
}

.street-search-form .street-field-for,
.street-search-form .street-field-location,
.street-search-form .street-field-distance,
.street-search-form .street-field-postcode input,
.street-search-form .street-field-type,
.street-search-form .street-field-price,
.street-search-form .street-field-bedrooms,
.street-search-form .street-field-status {
	box-shadow: 0 0 1px 1px rgba(45, 76, 44, 0.1);
	border-radius: 50px;
	position: relative;
	z-index: 1;
}

.street-multi-container {
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	background: #FFF url(images/select-dropdown.svg);
	width: 100%;
	color: #B5B5B5;
	border-radius: var(--radius-field);
	font-weight: 500;
	font-size: 13px;
	line-height: 2;
	border: none;
	padding: 6px 22px 4px;
	min-height: 41px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.street-search-form .street-field-distance select,
.street-search-form .street-field-price select,
.street-search-form .street-field-status select,
.street-search-form .street-field-bedrooms select {
	color: #111111;
	position: relative;
	background: var(--white);
	border-radius: 50px;
	border: none;
	padding: 4px 22px 5px 20px;
	min-height: 31px;
	display: grid;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	background-repeat: no-repeat !important;
	background-position: 89% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	background: #FFF url(images/black-select-dropdown.svg);
}

.street-search-form .street-field-distance select,
.street-search-form .street-field-price select,
.street-search-form .street-field-status select,
.street-search-form .street-field-bedrooms select {
	min-height: 41px;
	appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	background: var(--white);
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.street-search-form .street-field-postcode input {
	appearance: none;
	-webkit-appearance: none;
	min-height: 41px;
	border: none;
	padding: 3px 22px 6px 20px;
	font-size: 14px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	box-sizing: border-box;
}

.street-exclude-field label {
	position: relative !important;
	clip: unset;
	margin: 0;
}

.street-search-form .street-field {
	display: inline-block;
}

.street-search-form .street-multi-container {
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	background: #FFF url(images/black-select-dropdown.svg);
	width: 100%;
	box-sizing: border-box;
	color: #111111;
	border-radius: var(--radius-field);
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
	border: none;
	padding: 5px 22px 6px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.street-search-form .street-field-type .street-multi-container,
.street-search-form .street-field-status .street-multi-container {
	background-position: 90% center !important;
}

.street-search-form .street-field-bedrooms select {
	background-position: 92% center !important;
}

.street-search-form .street-search-submit {
	appearance: none;
	border: none;
	padding: 3px 22px 7px;
	min-height: 39px;
	border-radius: var(--radius-pill);
	background: #4B6638;
	color: #fff;
	font-weight: 500;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.street-search-form .street-search-submit:hover {
	background: #A9572F;
}

.street-properties-top-bar {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.street-properties-top-bar.no-search-results {
	justify-content: end;
}

.street-properties-top-bar .street-properties-results {
	float: left;
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	font-size: 25px;
	color: #2E4E3E;
	width: max-content;
}

.street-properties-top-bar .view-map {
	background: #4B6638;
	border: 2px solid #4B6638;
	color: #fff;
	min-width: 95px;
	font-size: 13px;
	padding: 5px 30px 7px;
}

.street-properties-top-bar .view-map:hover {
	background: #A7572F;
	border: 2px solid #A7572F;	
}

.street-properties-top-bar .orderby-select select {
	background-repeat: no-repeat !important;
	background-position: 89% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	background: #F3F2EF url(images/black-select-dropdown.svg);
	border-radius: 50px;
	color: #111111;
	padding: 4px 22px 7px 20px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	border: 2px solid #4B6638;
	appearance: none;
	-webkit-appearance: none;
	min-height: 40px;
	min-width: 200px;
	font-size: 13px;
}

.street-properties-top-bar-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.cluster-map {
	margin-top: 20px;
}


/* Outer grid container */
.street-search-form-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
	"location   postcode   distance   type"
	"bedrooms   minprice   maxprice   submit"
	"exclude    exclude    exclude    exclude";
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 30px;
  background: #fff;
}

/* Map fields to grid areas */
.street-search-form .street-field-location   { grid-area: location; }
.street-search-form .street-field-postcode   { grid-area: postcode; }
.street-search-form .street-field-distance   { grid-area: distance; }
.street-search-form .street-field-type       { grid-area: type; }
.street-search-form .street-field-bedrooms   { grid-area: bedrooms; }
.street-search-form .street-field-price:nth-of-type(1) { grid-area: minprice; } /* min price */
.street-search-form .street-field-price:nth-of-type(2) { grid-area: maxprice; } /* max price */
.street-search-form .street-field-submit     { grid-area: submit; }
.street-exclude-field    { 
  grid-area: exclude;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.street-exclude-field input[type="checkbox"]{
	accent-color: var(--green);
	width: 14px;
	height: 14px;
	margin-top: 4px;
}

/* Inputs and selects */
.street-search-form-inner input[type="text"],
.street-search-form-inner select {
  width: 100%;
}

/* Button styling */
.street-search-submit {
  width: 100%;
  height: 41px;
  background: #516b46; /* your green */
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}


/* Multi-boxes (Region, Type, etc.) */
.street-field.multi-box {
	min-height: 41px;
	z-index: 2;
}

/* Checkbox field */
.street-exclude-field label {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: unset;
  height: unset;
 color: #3e3e3e;
}



/* ====== Layout ====== */

/* Row 1: the three big type buttons span the full width, with their own 3-col grid */
.street-field-types {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.street-type-buttons {
	grid-column: 1 / -1;
	display: contents;
}

.street-type-select {
	grid-column: 1 / -1;
	display: none;
	position: relative;
	justify-content: flex-start;
	text-align: left;
	place-items: center;
	padding: 4px 42px 5px 18px;
	font-weight: 500;
	border-radius: var(--radius-pill);
	border: 2px solid var(--green-outline);
	color: var(--text);
	background: transparent;
	cursor: pointer;
	min-height: 44px;
	font-size: 16px;
	transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
	background-repeat: no-repeat !important;
	background-position: 93% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	background: #F3F2EF url(images/select-dropdown.svg);
	appearance: none;
}

/* Row 2: left/middle/right cells */
.street-field-for { grid-column: 1; }
.street-field-location { grid-column: 2; }
.street-field-submit { grid-column: 3; }


/* ====== Controls styling to match the UI ====== */


.street-type-btn input[type="radio"] { display: none; }
.street-type-btn:hover { box-shadow: 0 0 0 3px rgba(77,106,70,.12) inset; }

/* Optional “selected” look if you toggle a class in JS */
.street-type-btn.is-active {
  background: #eff3ed;
  box-shadow: 0 0 0 3px rgba(77,106,70,.2) inset;
}

/* Buy / Rent radio line */
.street-field-for {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-self: end;
}

.street-field-for input[type="radio"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #4d6a46;
  border-radius: 50%;
  background: #f7f6f3;
  display: inline-block;
  position: relative;
}


/* Region “select” pill */
.street-field-location {
  display: grid;
  align-items: center;
}

.street-field-location .street-multi-container {
  cursor: pointer;
}
.street-field-location .street-multiselect { display: none; } /* toggle as needed */

/* Autocomplete text (shown when using “or”) */
.street-field-location #street-town-name {
  display: none; /* hidden in the screenshot state; show it when needed */
  width: 100%;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  padding: 0 1rem;
  background: #fff;
}
.street-field-location .street-or { display: none; } /* hidden for the screenshot state */


.map-bubble .street-property-content-top {
	min-height: 50px;
}

.map-bubble .street-property-content-outer .street-property-title {
	font-size: 20px;
}

.map-bubble .street-property-content-outer .street-property-address {
	font-size: 12px;
	font-weight: 500;
}

.map-bubble .street-property-price-qualifier-pre {
	font-weight: 500;
}

.map-bubble .street-property-content-outer .street-property-price-value {
	font-size: 22px;
}

.map-bubble .street-property-content-outer .street-property-bbr {
	gap: 0px;
	padding-top: 5px;
	left: 15px;
	width: calc(100% - 30px);
}

.map-bubble .street-property-content-outer .street-property-price-outer {
	margin: 10px 0px 0;
}

.map-bubble .street-property-content-outer .street-property-bbr .street-bbr-item i {
	font-size: 11px;
}

.map-bubble .street-property-bbr .street-bbr-item {
	font-size: 12px;
}

.map-bubble .street-property-bbr i.fa-ruler-triangle {
	font-size: 11px;
	margin-right: 2px;
}

.map-bubble .street-property-content-outer {
	padding: 15px 15px 5px;
}

.map-bubble .street-property-card-outer .street-property-favourite-outer {
	right: 10px;
	bottom: 10px;
}

.map-bubble .street-favourite-btn {
	font-size: 15px;
	padding: 0;
}

.gm-style .gm-style-iw-c {
	padding: 0 !important;	
	max-width: 300px !important;
}

.gm-style-iw-ch {
	padding-top: 0;
}

.gm-style-iw-d {
	padding: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.report-form-overlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgb(67 100 69 / 50%);
	z-index: 1000000;
	display: none;
}

.gm-ui-hover-effect {
	opacity: 1;
	position: absolute !important;
	top: 10px;
	right: 10px;
	width: 30px !important;
	height: 30px !important;
	color: #fff;
	border-radius: 50%;
	z-index: 10;
}

.gm-ui-hover-effect:before {
	content: '\f00d';
	font-family: "Font Awesome 7 Pro";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.gm-ui-hover-effect span {
	display: none !important;
}

.report-form-overlay:hover{
	cursor: pointer;
}

.report-form-outer{
	position: fixed;
	z-index: 1000001;
	width: 600px;
	background: #F3F2EF;
	border-radius: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 30px 30px 75px;
	display: none;
	height: auto;
	overflow: scroll;
	max-height: calc(100dvh - 60px);
	-ms-overflow-style: none;
	scrollbar-width: none;
	box-sizing: border-box;
	text-align: center;
	max-width: 90%;
}

.report-form-outer::-webkit-scrollbar {
	display: none;
}

.report-form-outer i.fa-times {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
	font-weight: 300;
	cursor: pointer;
}

.creato_cf_report .form_title {
	display: none;
}

.creato_cf_report .form_desc {
	display: block;
	margin-bottom: 15px;
	font-size: 26px;
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	color: #2E4E3E;
	padding-right: 20px;
}

.contact-row.contact-row-contact_recaptcha {
	margin-bottom: 0;
}

.report-form-outer .button-link {
	margin-top: 20px;
	margin-bottom: 0;
}


/* Animation */

.fade-right, .fade-left, .fade-down, .fade-up, .fade-in, .egg-clip .wp-block-media-text__media{
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	-webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0);
	transition-timing-function: ease;
	transition-duration: .5s;
}

.fade-left {
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.fade-down {
	transform: translate3d(0, -100px, 0);
}

.fade-up {
	transform: translate3d(0, 100px, 0);
}

.fade-in {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.egg-clip .wp-block-media-text__media{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transform: scale(0);
}

.fade-right.creato-animate-active, .fade-left.creato-animate-active, .fade-down.creato-animate-active, .fade-up.creato-animate-active,
.fade-in.creato-animate-active, .egg-clip.creato-animate-active .wp-block-media-text__media {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.egg-clip.creato-animate-active .wp-block-media-text__media {
	transform: scale(1);
}

.flip-left, .flip-right, .flip-up, .flip-down {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	
}

.flip-left {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

.flip-right {
	-webkit-transform: perspective(2500px) rotateY(100deg);
}

.flip-up {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
}

.flip-down {
	-webkit-transform: perspective(2500px) rotateX(100deg);
}

.flip-left.creato-animate-active, .flip-right.creato-animate-active {
	transform: perspective(2500px) rotateY(0deg);
	transition-property: transform;
	transition-duration: .5s;
}

.flip-down.creato-animate-active, .flip-up.creato-animate-active {
	transform: perspective(2500px) rotateX(0deg);
	transition-property: transform;
	transition-duration: .5s;
}


.wp-block-media-text.creato-animate-media-text-from-left figure,
.wp-block-media-text.creato-animate-media-text-from-right figure,
.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-left figure,
.creato-animate-image-from-right figure,
.creato-animate-image-from-bottom figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-left,
figure.creato-animate-image-from-right,
figure.creato-animate-image-from-bottom,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0px 100% 0px 0px);
	clip-path: inset(0px 100% 0px 0px);
	will-change: clip-path;
	transition: -webkit-clip-path 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path .5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: clip-path .5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.wp-block-cover.creato-animate-image-from-left img,
.wp-block-cover.creato-animate-image-from-right img,
.wp-block-cover.creato-animate-image-from-bottom img,
.wp-block-cover.creato-animate-image-from-top img {
	position: absolute;
}

.wp-block-media-text.creato-animate-media-text-from-right figure,
.creato-animate-image-from-right figure,
figure.creato-animate-image-from-right,
.wp-block-cover.creato-animate-image-from-right img {
	-webkit-clip-path: inset(0px 0px 0px 100%);
	clip-path: inset(0px 0px 0px 100%);
}

.wp-block-media-text.creato-animate-media-text-from-bottom figure,
.creato-animate-image-from-bottom figure,
figure.creato-animate-image-from-bottom,
.wp-block-cover.creato-animate-image-from-bottom img {
	-webkit-clip-path: inset(100% 0px 0px 0px);
	clip-path: inset(100% 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-top figure,
.creato-animate-image-from-top figure,
figure.creato-animate-image-from-top,
.wp-block-cover.creato-animate-image-from-top img {
	-webkit-clip-path: inset(0px 0px 100% 0px);
	clip-path: inset(0px 0px 100% 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active figure,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active figure,
.creato-animate-image-from-left.creato-animate-active figure,
.creato-animate-image-from-right.creato-animate-active figure,
.creato-animate-image-from-bottom.creato-animate-active figure,
.creato-animate-image-from-top.creato-animate-active figure,
figure.creato-animate-image-from-right.creato-animate-active,
figure.creato-animate-image-from-left.creato-animate-active,
figure.creato-animate-image-from-top.creato-animate-active,
figure.creato-animate-image-from-bottom.creato-animate-active,
.wp-block-cover.creato-animate-image-from-left.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-top.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-right.creato-animate-active img,
.wp-block-cover.creato-animate-image-from-bottom.creato-animate-active img {
	-webkit-clip-path: inset(0px 0px 0px 0px);
	clip-path: inset(0px 0px 0px 0px);
}

.wp-block-media-text.creato-animate-media-text-from-left .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top .wp-block-media-text__content {
	opacity: 0;
	position: relative;
	top: 50px;
	-ms-transition: all .5s ease-out; 
	transition: all .5s ease-out; 
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	visibility:hidden;
}

.wp-block-media-text.creato-animate-media-text-from-left.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-right.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-bottom.creato-animate-active .wp-block-media-text__content,
.wp-block-media-text.creato-animate-media-text-from-top.creato-animate-active .wp-block-media-text__content {
	opacity: 1;
	position: relative;
	top: 0px;
	visibility:visible;
}

/* Animation Ends */



.ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text strong, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text strong a, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text strong span, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text span strong, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-rating-text span, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-footer, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-footer strong, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-footer span, .ti-widget[data-layout-id="4"][data-set-id="light-background"] .ti-footer strong a {
	color: #fff !important;
}

.ti-footer .logo-widget {
	filter: brightness(0) invert(1) !important;
}

.ti-footer svg path {
	fill: #fff !important;
}

.schema-faq-section{
	border-bottom: 1px solid #D17F42;
}

.schema-faq-question{
	font-style: normal;
	line-height: 1.8;
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
	color: #2E4E3E;
	font-size: 26px;
	padding: 9px 50px 13px 0;
	display: inline-block;
	width: calc(100% - 50px);
	position: relative;
	cursor: pointer;
}

.schema-faq-question:after{
	content: '\f078';
	font-family: "Font Awesome 7 Pro";
	float: right;
	border-radius: 50%;
	background: none;
	color: #2D4B2C;
	padding: 5px;
	width: 20px;
	height: 20px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 30px;
}

.schema-faq-answer-open:after{
	transform: rotate(180deg);
}

.schema-faq-answer{
	display: none;
}



.custom-breadcrumbs{
	display: inline-block;
	margin: 0 0 10px;
	font-size: 12px;
	color: #C3C3C3;
	text-align: left;
	width: 100%;
}

.custom-breadcrumbs a {
	color: #C3C3C3;
	margin: 0 5px;
}

.custom-breadcrumbs a:first-child {
	margin: 0 5px 0 0;
}

.custom-breadcrumbs span:last-of-type {
	margin: 0 5px;
}

.custom-breadcrumbs span:first-of-type {
	margin: 0;
}

.custom-breadcrumbs a:hover {
	color: #AE5B31;
}





/* Index */

#sidebar {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none;
	display: inline-block;
	margin-left: 20px;
	float: right;
}

#sidebar h3, .wp-block-categories .wp-block-categories__label {
	display: none;
}

#sidebar select {
	appearance: none;
	-webkit-appearance: none;
	background: #F3F2EF;
	border: 2px solid #4B6638;
	padding: 9px 35px 10px 20px;
	border-radius: 25px;
	width: 215px;
	color: #111111;
	background-repeat: no-repeat !important;
	background-position: 91% center !important;
	background-size: auto 8px !important;
	cursor: pointer;
	font-size: 13px;
	background: #F3F2EF url(images/select-dropdown.svg);
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	font-weight: 400;
}


.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 140px;
	text-align: center;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #2D4B2C;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 3px 6px;
	line-height: 1;
}

a.next.page-numbers {
	position: relative;
	color: #D17F42;
	font-weight: 600;
}

a.next.page-numbers:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 1px;
	color: #D17F42;
	content: '\f061';
	font-family: "Font Awesome 7 Pro";
	font-size: 17px;
	font-weight: 400;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #fff;
	background: #D17F42;
	border-radius: 50%;
}

a.next.page-numbers:hover {
	background: none;
	color:#2D4B2C;	
}

.pagination a.prev, .pagination a.next{
	width: auto;
	padding: 0 3px;
}





/* News */

.archive-news-outer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 35px;
	margin: 40px 0 50px;
}

.archive-news {
	display: inline-block;
	width: 100%;
	margin: 0;
	position: relative;
}

.archive-news-overlay {
	width: 100%;
	height: 100%;
	background: rgba(28, 28, 28, 0);
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.archive-news-image {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {

	.archive-news-image {
		padding-top: 56.25%;
	}

}

.archive-news-text {
	background: #fff;
	padding: 20px 25px 25px;
	width: 100%;
	box-sizing: border-box;
}

.archive-news-text h2 {
	line-height: 1.25;
	min-height: 100px;
	font-size: 25px;
	margin-bottom: 30px;
}

.archive-news-text small {
	color: #B1B1B1;
	font-size: 12px;
}

.archive-category {
	color: #B1B1B1;
	margin: 5px 0 0;
	font-size: 12px;
}

.archive-news:hover .creato-button-arrow {
	opacity: 1;
	right: 20px;
	color: #D17F42;
}

.blog-header-image {
	float: left;
	height: 30vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-header-overlay {
	height: 100%;
	width: 100%;
	background: rgba(47, 47, 47, 0.399);
}

.archive-news:hover .archive-news-overlay{
	background: rgba(28, 28, 28, 0.5);
}

.archive-news-top {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.blog-filters {
	float: right;
	margin-top: 40px;
	width: 100%;
}

.archive-news-top .custom-breadcrumbs {
	margin: 0 0 60px;
}

.archive-news-top h1 {
	margin-bottom: 50px;
}

.wp-block-archives-dropdown label {
	display: none;	
}

.single-content {
	margin: 115px 20px 180px;
}

.single-inner-image {
	display: block;
	aspect-ratio: 16/9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 950px;
	margin: 0 auto;
}

@supports not (aspect-ratio: 16 / 9) {

	.single-inner-image {
		padding-top: 56.25%;
	}

}

.single-inner-image.no-blog-image {
	display: none;
}

.single-content .custom-breadcrumbs {
	margin-bottom: 80px;
}

.single-blog-content {
	width: 100%;
	max-width: 750px;
	margin: 60px auto;
}

.single-blog-details {
	color: #B1B1B1;
	font-size: 13px;
	margin: 45px 0 50px;
	padding: 0 0 12px;
	border-bottom: 1px solid #E2DED7;
}

.single-blog-details small {
	float: right;
	color: #B1B1B1;
	font-size: 13px;
}

.single-blog-details div {
	display: inline;
}

.single-blog-details span {
	margin: 0 5px;
}

.single-content-navigation {
	display: inline-block;
	width: 100%;
}

.single-navigation {
	display: grid;
	grid-template-columns: calc(50% - 1px) calc(50% + 1px);
	gap: 0;
}

.single-content-navigation .page-content {
	margin: 0px 20px 90px;
}

.single-content-navigation i,
.single-content-navigation .single-post-link {
	color: #D17F42;
	display: inline;
}

.single-content-navigation .single-post-link {
	margin-left: 10px;
	font-weight: 600;	
}

.single-content-navigation .next-single .single-post-link {
	margin-right: 10px;
	margin-left: 0;
}

.single-navigation .back-single {
	padding: 10px 100px 10px 20px;
	width: calc(100% - 120px);
	text-align: right;
	position: relative;
	cursor: pointer;
}

.single-navigation .next-single {
	border-left: 1px solid #FFFFFF;
	padding: 10px 20px 10px 100px;
	width: calc(100% - 120px);
	text-align: left;
	position: relative;
	cursor: pointer;
}

.single-navigation .post-link-title {
	font-size: 34px;
	color: #2E4E3E;
	line-height: 1.2;
}




/* Smart Search */

.archive-search-outer {
	display: block;
	margin-top: 40px;
}

.search-results {
	margin-top: 140px;
}
	
.smart-search-input {
	padding: 13px 20px;
	border-radius: 2px;
	border: 2px solid #2E4E3E;
	width: calc(100% - 40px);
	font-size: 18px;
}

.smart-search-page-results-section-inner .woocommerce-page.columns-3 ul.products li.product, .smart-search-page-results-section-inner .woocommerce.columns-3 ul.products li.product {
	width: 100%;
}
	
.v2-search-top h2 {
	display: inline-block;
	
}

.v2-search-top-new-search input.smart-search-submit {
	display: inline-block;
}
	
	
.v2-search-results-switches input{
	cursor: pointer;
}

.v2-search-top-new-search input.smart-search-submit,
.v2-search-results-switches input,
.creato_search form input{
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	width: 600px;
	padding: 12px 54px 12px 4px;
	border: none;
	border-radius: 2px;
	max-width: calc(100% - 60px);
	color: #2E4E3E;
	border-bottom: 1px solid rgba(71, 89, 67, 0.4);
	background: #F5F4F2 url(images/search-icon.svg) right center no-repeat;
	background-position: 97% center;
	background-size: 18px;
}

	
	
.v2-search-results-tab .archive-top-new-details,
.v2 .archive-top-new-details {
	margin: 10px 0 0px;
	padding-left: 50px;
	width: calc(100% - 50px);
}


.v2-search-results-tab.smart-search-results-section .smart-search-page-results-section-inner .archive-news-text,
.v2 .archive-news-text{
	display: inline-block;
	width: 100%;
	padding: 5px 0 0;
	margin: 0;
}

.v2-search-results-tab.smart-search-results-section.posts .smart-search-page-results-section-inner .archive-news-text {
	background-color: #fff;
	color: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	display: block;
}

.v2-search-results-tab .archive-news-text h2,
.v2 .archive-news-text h2 {
	display: inline-block;
	color: #2E4E3E;
	margin-bottom: 25px;
	line-height: 1.2;
	min-height: 65px;
	margin-top: 15px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.v2-search-results-tab.smart-search-results-section.posts .smart-search-page-results-section-inner .archive-news-text h2 {
	color: #2E4E3E;
	width: 100%;
	margin: 10px 0;
	font-weight: 400;
	line-height: 1.1;
	font-size: 24px;
}	

.v2-search-results-tab.smart-search-results-section.posts .smart-search-page-results-section-inner .archive-news-text {
	font-size: 14px;
}

.v2-search-results-tab .archive-news-text p,
.v2 .archive-news-text p {
	font-size: 14px;
}

.v2-search-results-tab .creato_block-listing-category span ,
.v2 .creato_block-listing-category span {
	font-size: 14px;
}


.v2-search-results-tab .archive-news,
.v2 .archive-news {
	width: auto;
}

	

.v2-search-results-tab .archive-news,
.v2 .archive-news {
	
}
	
.v2-search-results-tab .archive-top-new-details::before,
.v2 .archive-top-new-details::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #475943;
	width: 40px;
}
	
.smart-search-page-results-section-inner {
	display: grid;
	grid-template-columns: calc(33.33% - 15px) calc(33.33% - 15px) calc(33.33% - 15px);
	gap: 30px 30px;
}

.smart-search-switches{
	margin: 20px 0;
	display: none;
		/*
	display: grid;
	gap: 40px;
	grid-template-columns: calc(25%) calc(25%) calc(25%) calc(25%);
		*/
}

/*
.smart-search-switch {
	padding: 10px;
	margin: auto;
	width: 100px;
	font-size: 12px;
	margin-top: 10px;
	background: #E1E2DC;
	border-radius: 20px;
	cursor: pointer;
	-o-transition: 0.75s;
	-ms-transition: 0.75s;
	-moz-transition: 0.75s;
	-webkit-transition: 0.75s;
	color: #475943;
	display: inline-block;
	
}
*/

/*
.smart-search-switch.active {
	color: #fff;
	background: #475943;
}
*/

.smart-search-switch:hover {

}



.v2-search-results-switches input.smart-search-submit,
.creato_search form input.smart-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	border: none;
}




.creato_search.v2 form {
	width: 600px;
	margin: auto;
	position: relative;
	max-width: calc(100% - 40px);
	padding: 0 20px;
}

.v2.creato_search form input.smart-search-input {
	width: 100%;
	background: none;
}

.v2 .smart-search-results-outer.smart-search-columns-1 {
	grid-template-columns: 100%;
}

.v2 .smart-search-results-section{
	display: grid;
	gap: 20px;
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	padding-right: 0;
}



.v2-search-results-empty {
	display: block;
	font-size: 26px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	letter-spacing: 1.15px;
	color: #2E4E3E;
	margin-bottom: 160px;
}

.v2-search-results-tab a.smart-search-single,
.v2 .smart-search-results-section a.smart-search-single {
  aspect-ratio: 14 / 8;
	text-align: left;
}

.v2 .smart-search-results-section a.smart-search-single,
.v2-search-results-tab a.smart-search-single {
	aspect-ratio: 7 / 4;
	min-height: 150px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@supports not (aspect-ratio: 5 / 6) {

	.v2 .smart-search-results-section a.smart-search-single,
	.v2-search-results-tab a.smart-search-single {
		padding-top: 52%;
	}

}

.v2 .smart-search-results-section a.smart-search-single .smart-search-single-overlay,
.v2-search-results-tab a.smart-search-single .smart-search-single-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background: #E2DED7;
	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.v2 .smart-search-single-title,
.v2-search-results-tab .smart-search-single-title {
	font-style: normal;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 1.1;
	color: #2E4E3E;
	line-height: 1.2;
	font-family: "contralto-medium", 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
}

.v2 .smart-search-results {
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
}

.v2 .smart-search-results::-webkit-scrollbar {
  display: none;
}


.v2 .ttd .smart-search-page-results-section-inner,
.v2-search-results-tab.smart-search-results-section.smart-search-page-results-section.ttd .smart-search-page-results-section-inner {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	gap: 30px 20px;
}


.v2 .tlbb-block-image-background-false .tlbb_block-listing-overlay,
.v2-search-results-tab .tlbb-block-image-background-false .tlbb_block-listing-overlay {
	background: #fff;
}


.v2-search-results-tab.posts .smart-search-page-results-section-inner,
.v2 .smart-search-results-section.posts
{
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 50px 30px;
}

.v2-search-results-tab.smart-search-page-results-section .archive-news {
	background: #fff;
	margin-bottom: 0;
}

.v2-search-results-tab.smart-search-page-results-section.posts .archive-news {
	/* padding: 10px; */
}

.v2-search-results-tab.props .smart-search-page-results-section-inner,
.v2 .smart-search-results-section.properties {
	aspect-ratio: unset;
	min-height: unset;
	max-height: unset;
	display: grid;
	grid-template-columns: calc(33.34% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
	gap: 50px 30px;
	padding-right: 0;
}

.v2 .smart-search-results-section.ttd {
	grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	gap: 30px 20px;
	padding-right: 0;
	max-height: unset;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner .sc-single-property {
	background: #fff;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner a,
.v2 .smart-search-results-section.properties a {
	aspect-ratio: unset !important;
	margin-bottom: 0;
}

.v2-search-results-tab.props .smart-search-page-results-section-inner .sc-archive-image a,
.v2 .smart-search-results-section.properties .sc-archive-image a {
	aspect-ratio: 7/5 !important;
}

.v2 .single-property-standard .single-archive-content {
  background: #fff;
}

.v2 .smart-search-results-section {
	overflow: auto;
}

/* Search V2 results page */


/*
.v2-search-results-switch {
	padding: 10px;
	margin: auto;
	width: 100px;
	font-size: 12px;
	margin-top: 10px;
	background: #E1E2DC;
	border-radius: 20px;
	cursor: pointer;
	-o-transition: 0.75s;
	-ms-transition: 0.75s;
	-moz-transition: 0.75s;
	-webkit-transition: 0.75s;
	color: #475943;
	display: inline-block;
	text-align: center;
}
*/


.smart-search-switches,
.v2-search-results-switches {
	list-style: none;
	text-align: left;
	padding: 0;
	position: relative;
	
}

.creato_search.v2 .smart-search-switches {
	text-align: center;
}


.smart-search-switch,
.v2-search-results-switches li  {
	/* opacity: 0.7; */
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 5px;
	font-size: 11px;
	cursor: pointer;
	
}


.smart-search-switch:first-of-type span {
	margin-left: 0;
}

.smart-search-switch span,
.v2-search-results-switches li span {
	height: auto;
	border-radius: 0px;
	font-style: normal;
	padding: 10px 4px;
	text-align: left;
	margin: 15px 20px 10px 0;
	position: relative;
	text-transform: capitalize;
	font-weight: 400;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
	letter-spacing: 1.15px;
	font-size: 19px;

}

.v2-search-results-switches li span .search-results-count {
	display: inline;
}


.smart-search-switch.active span,
.smart-search-switch span:hover,
.v2-search-results-switches li span:hover,
.v2-search-results-switches li.active span{
	font-weight: 400;
	color: #2E4E3E;
	font-size: 19px;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

/*
.v2-search-results-switches li {
	width: auto;
	height: auto;
	margin: 5px 5px 5px;
	position: relative;

}
*/

/*
.v2-search-results-switches li.active {
	color: #fff;
	background: #475943;
}
*/


.v2-search-results-tab.smart-search-results-section a.smart-search-single .smart-search-single-text,
.v2 .smart-search-results-section .smart-search-single-text,
.v2-search-results-tab .smart-search-single-text {
	font-size: 14px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  bottom: unset;
  left: 0;
}

.v2 .smart-search-results-section .smart-search-single:hover .smart-search-single-text,
.v2-search-results-tab .smart-search-single:hover .smart-search-single-text {
	bottom: 40px;
}

.v2-search-results-tab.smart-search-results-section .button-link {
	color: #fff;
}

.v2 .smart-search-results-section .button-link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
.v2-search-results-switches lies {
  margin: 20px 0;
  display: block;
  text-align: left;
}
*/

.v2-search-results-tab {
	display: none;
}

.v2-search-results-tab.active {
	display: block;
}

.v2-search-results-tab.smart-search-results-section {
	overflow: visible;
}

.smart-search-page-results-section {
	margin-top: 50px;
	margin-bottom: 120px;
}

.smart-search-page-results-section-inner .eve-archive {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.smart-search-page-results-section-inner .woocommerce div.product div.images {
	width: 100%;
	margin-left: 0;
}

.smart-search-page-results-section-inner .woocommerce #content div.product div.summary, 
.smart-search-page-results-section-inner .woocommerce div.product div.summary,
.smart-search-page-results-section-inner .woocommerce-page #content div.product div.summary,
.smart-search-page-results-section-inner .woocommerce-page div.product div.summary {
	width: 100%;
}

.smart-search-page-results-section-inner .woocommerce-tabs {
	display: none;	
}

.smart-search-page-results-section-inner .woocommerce div.product h1.product_title {
	font-size: 28px;
}

.smart-search-page-results-section-inner .woocommerce div.product p.price,
.smart-search-page-results-section-inner .woocommerce div.product span.price {
	font-size: 22px;
}

.smart-search-page-results-section-inner .woocommerce-product-details__short-description {
	font-size: 14px;
}

.smart-search-page-results-section-inner .single-product-share-outer,
.smart-search-page-results-section-inner .related.products {
	display: none;
}

.smart-search-page-results-section-inner .swi-institution-preview .institution-address {
	color: #333333;
	margin-top: 15px;
}


/* End search V2 */




/* Error Page */

.error-page .custom-breadcrumbs {
	display: none;
}



/* Map */

.property-draw-a-search-controls {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 9999;
}

.property-draw-a-search-controls-draw.active {
    background: #00794D;
	border: 2px solid #00794D;
}

.property-draw-a-search-controls-draw,
.property-draw-a-search-controls-search,
.property-draw-a-search-controls-stop,
.property-draw-a-search-controls-clear {
	min-width: 115px;
	margin-right: 15px;
}

.property-draw-a-search-controls-clear {
	margin-right: 0;
}

.button-link.property-draw-a-search-controls-clear, .button-link.property-draw-a-search-controls-stop {
    display: none;
}

.map-container, #google-map{
	float: left;
	width: 100%;
}

.map-view {
	height: 80vh;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	display: none;
	overflow: hidden;
	position: relative;
}

#google-map{
	height: 450px;
}

.page-content-11 .wp-block-columns .wp-block-column:first-child {
	font-size: 15px;
}

.page-content-11 .contact-link {
	font-weight: 600;
	margin: 0;
	color: #2E4E3E;
} 

.page-content-11 .contact-link a {
	color: #2E4E3E;
}

.page-content-11 .contact-link a:hover {
	color: #D17F42;
} 

.page-content-11 a.social-icon {
	color: #2E4E3E;
}

.page-content-11 a.social-icon:hover {
	color: #D17F42;
}


/* Contact Form */

.creato_cf_main {
	float:left;
	width: 100%;
	text-align: left;
}

.creato_cf_main h2 {
	margin-bottom: 30px;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.contact-row label {
	display: none;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row.contact-row-contact_buy_sell {
	width: calc(100% - 40px);
	margin: 5px 20px 15px;
}

.contact-row.contact-row-contact_buy_sell label {
	display: inline-block;
	width: max-content;
	margin-right: 5px;
}

.contact-row.contact-row-contact_buy_sell label:first-child {
	width: 100%;
	margin-right: 0;
}

.contact-row input[type="text"], .contact-row textarea {
	border: 1px solid #fff;
	padding: 12px 22px 13px;
	width: calc(100% - 44px);
	max-width: calc(100% - 44px);
	font-size: 14px;
	border-radius: 30px;
	color: #929191;
	-webkit-appearance:none;
	font-family: "neutronic", 'Helvetica', 'Arial', sans-serif;
}

.contact-row textarea {
	min-height: 150px !important;
}

.contact-row-contact_terms label{
	font-size: 12px;
	display: inline-block;
}

.message {
	color: #2E4E3E;
	display: inline-block;
	width: 94%;
    padding: 15px 2%;
    margin: 20px 1%;
    border: 1px solid #545454;
    font-size:18px;
}

.contact-row-contact_terms {
	margin-bottom: 5px;
	font-size: 12px;
}

.contact-row-contact_terms label {
	font-size: 12px;
	display: inline-block;
	font-weight: 500;
}

.contact-row button {
	float: right;
	min-width: 130px;
	font-weight: 600;
	padding: 8px 35px 7px;
}

.form_user_message {
	text-align: center;
	font-size: 24px;
}

.creato_cf_report .form_user_message  {
	font-size: 17px;
}


/* Password Protected Pages */

form.post-password-form {
	padding: 30px 20px;
	width: calc(100% - 40px);
	background: #eeeeee;
	margin: 30px auto;
}

form.post-password-form input[name="post_password"] {
	border: none;
	background: #fff;
	padding: 10px;
	margin: 0 10px;
	font-size: 16px;
	color: #000;
	border-radius: 3px;
}







/* Footer */

.footer {
	width: 100%;
	padding: 60px 0 5px;
	float: left;
	background: #2D4B2C;
	color: #FFF;
	position: relative;
}

.footer:before {
	background: url(images/footer-top.svg);
	background-size: 100vw 110px;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 110px;
	z-index: 1;
	content: '';
	top: -60px;
}

.footer .centred {
	padding: 0 20px;
}

a.footer-logo {
	float: left;
	width: 200px;
	max-width: 100%;
	height: 100%;
	opacity:1 !important;
}

a.footer-logo svg {
	width: 100%;
}

.footer a{
	color: #fff;
	opacity: 0.75;
	-o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.footer a:hover{
	color: #D17F42;
}

.footer-top {
	display: flex;
	gap: 150px;
	justify-content: start;
	flex-wrap: wrap;
}

.footer-menus {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 350px);
}

.footer-menu {
	flex: 0 0 calc(50% - 140px);
	text-align: left;
}

.footer-menu h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1;
}

.footer-address, .footer-contact a {
	opacity: 0.75;
}

.footer-address{
	margin-bottom: 20px;
	display: block;
}

.footer-contact {
	flex: 0 0 245px;
}

.footer-contact a {
	display: block;
	width: max-content;
	max-width: 100%;
}

.footer-menu ul,
.credit-link ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li,
.credit-link ul li {
	list-style: none outside none;
	display: block;
	margin-bottom: 5px;
}

.footer-menu ul li a {
	text-transform: capitalize;
}

.footer-social {
	margin-top: 20px;
}

.footer-social a {
	opacity: 1;
	display: inline-block;
}

.footer-badges {
	display: block;
	text-align: right;
	width: 100%;
	margin: 25px 0 0;
}

.footer-badges a {
	opacity: 1;	
}

.footer-badges a img {
	max-width: 210px;
}

.footer-accreditations {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 10px;
}

.footer-accreditations a,
.footer-accreditations div{
	opacity: 0.65;
	flex: 0 0 calc(14.2% - 45px);
}

.footer-accreditations img {
	max-height: 40px;
	width: auto;
}

.footer-accreditations a:hover {
	opacity: 1;	
}

.credit{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ffffff30;
	padding-top: 25px;
	font-size: 11px;
}

.credit a {
	opacity: 1;
}

.credit-left{
	float: left;
	opacity: 0.75;
}

.credit-right{
	float: right;
	opacity: 0.75;
}

.credit-link, .credit-left span {
	display: inline-block;
	margin: 0 5px;
}

.credit-left span:first-of-type {
	margin: 0 5px 0 10px;
}



/* Html Sitemap */

.cdrural-sitemap-pages ul.parent-page-items {
	margin: 0;
	padding: 0;
	columns: 3;
	column-gap: 30px;
}

.page-content .cdrural-sitemap-outer a {
	font-size: 14px;
	font-weight: 400;
	color: #363636;
	display: block;
	margin: 0;
	width: fit-content;
}

.cdrural-sitemap-pages ul.parent-page-items > li {
	list-style: none;
	margin-bottom: 20px;
	/*
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
	display: block;
	*/
}

.cdrural-sitemap-pages ul.parent-page-items > li > a {
	font-size: 15px;
	font-weight: 600;
	color: #2D4B2C;
	margin: 0 0 5px;
}

.cdrural-sitemap-pages ul.parent-page-items > li > ul.children-page-items > li > a {
	font-size: 14px;
	font-weight: 600;
	color: #363636;
	margin: 3px 0;
}

.cdrural-sitemap-pages > h2 {
	margin-bottom: 30px;
}





@media (max-width: 1300px) {
	
	.wp-block-cover, .wp-block-cover-image {
		padding: 20px;
	}
	
	.single-property-top-left h1 {
		font-size: 46px;
	}
	
	.single-property-container {
		gap: 40px;
	}
	
	.single-property-details-attribute {
		font-size: 13px;
	}
	
	.single-property-details-attribute-stat i {
		font-size: 15px;
	}
	
	.single-property-nav-inner {
		padding: 0;
	}
	
	.archive-team-inner .creato_block-container .slider{
		width: calc(100% + 20px);
	}
	
	.archive-team-inner .creato_block-container .slider .slick-list {
		padding-right: 8%;
	}
	
	.archive-team-inner .creato_block-container-link.button-link.creato-footer-link {
		margin-top: 0;	
	}
	
	.archive-team-inner {
		margin-bottom: 100px;
	}

}


@media (max-width: 1200px) {
	
	.nav .menu-main-container > ul {
		gap: 3vw;
	}
	
	.street-property-bbr {
		font-size: 12px;
		gap: 2px;
	}
	
	.street-property-content-outer .street-property-bbr .street-bbr-item i {
		margin-right: 1px;
	}
	
	.single-navigation .post-link-title {
		font-size: 24px;
	}
	
	.single-navigation .back-single {
		padding: 10px 40px 10px 20px;
		width: calc(100% - 60px);
	}
	
	.single-navigation .next-single {
		padding: 10px 20px 10px 40px;
		width: calc(100% - 60px);
	}
	
	.header-wave {
		min-height: 60vw !important;
	}
	
	.banner .slide {
		height: 60vw !important;
	}
	
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(33.34% - 14px) calc(33.33% - 13px) calc(33.33% - 13px);
	}

}


@media (max-width: 1000px) {
	.creato_block-container.creato_block-container-5-columns .grid {
		grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	}
	
	.creato_block-type-post_team .team-mail-link {
		bottom: 114px;
	}

}


@media (max-width: 970px) {
	
	.nav, .top-bar .button-link {
		display: none;
	}
	
	.mobile-nav-header {
		display: inline-block;
	}
	
	.top-bar .centred {
		grid-template-columns: 150px 40px;
		justify-content: space-between;
	}
	
	.top-bar-scroll .mobile-nav-header i {
		color: #2D4B2C;
	}
	
	.solid-nav .mobile-nav-header i {
		color: #2D4B2C;
	}
	
	.search-margin {
		margin: 10px 20px 80px;
	}
	
	.has-x-large-font-size {
		font-size: 50px !important;
	}
	
	.has-large-font-size {
		font-size: 40px !important;
	}
	
	.indent, .has-text-align-left.short-content.indent, .has-text-align-left.medium-content.indent {
		margin-left: 0 !important;
	}
	
	.wp-block-media-text>.wp-block-media-text__content {
		padding: 0 0 0 8%;
	}
	
	.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
		padding: 0 8% 0 0;
	}
	
	figure.is-resized img {
		width: 100% !important;
	}
	
	.footer-top {
		gap: unset;
		justify-content: space-between;
	}
	
	.footer-menus {
		width: calc(100% - 250px);
	}
	
	.solid-nav-margin {
		margin-top: 60px;
	}
	
	.street-property-content-outer .street-property-title {
		font-size: 20px;
	}
	
	.street-property-content-outer .street-property-price-value {
		font-size: 22px;
	}
	
	.street-property-content-outer .street-property-price-outer {
		font-size: 13px;
	}
	
	.street-property-content-outer .street-property-bbr {
		font-size: 11px;
	}
	
	.street-property-content-outer .street-property-bbr .street-bbr-item i {
		font-size: 13px;
		margin-right: 2px;
	}
	
	.street-property-content-outer .street-property-bbr {
		gap: 4px;
	}
	
	.street-property-favourite-outer .street-favourite-btn {
		font-size: 16px;
	}

	.single-property-banner {
		margin-top: 60px;
	}

	.single-property-nav-outer {
		top: 88px;
	}
	
	.street-search-form.street-search-form-sticky, .street-quick-search.street-search-form-sticky {
		top: 85px;
	}
	
}


@media (max-width: 850px) {
	
	.street-search-form-inner {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
		  "location   postcode"
		  "distance   type"
		  "bedrooms   minprice"
		  "maxprice   submit"
		  "exclude    exclude";
	}
	
	.street-quick-search .street-type-btn {
		line-height: 1.5;
	}
	
	a.footer-logo {
		width: 140px;
	}
	
	.footer-menus {
		width: calc(100% - 180px);
	}
	
	.street-properties-outer {
		grid-template-columns: calc(50% - 13px) calc(50% - 13px);
	}
	
	.street-property-content-outer .street-property-bbr {
		font-size: 12px;
	}
	
	.street-property-content-outer .street-property-bbr {
		gap: 6px;
	}
	
	.street-property-content-outer .street-property-price-value {
		font-size: 26px;
	}
	
	.street-property-content-outer .street-property-title {
		font-size: 22px;
	}
	
	.single-property-container {
		flex-direction: column;
	}
	
	.single-property-container > * {
	  flex: 1 1 100%;
	  width: 100%;
	  box-sizing: border-box;
	}
	
	.single-property-right-cta {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	
	.single-team-top-inner {
		gap: 30px;
	}
	
}


@media (max-width: 781px) {
	
	.footer-menus {
		width: 100%;
		flex: 1 0 100%;
	}
	
	.footer-top {
		gap: 30px;
	}
	
	a.footer-logo {
		max-width: 140px;
		flex: 1 0 100%;
	}
	
	.footer-accreditations {
		justify-content: center;
	}
	
	.footer-accreditations a {
		flex: 0 0 calc(24.2% - 5px);
	}
	
	.creato-animate-active.header-wave:after {
		height: 100px;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.creato_block-container.creato_block-container-2-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
		gap: 20px;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 2;
	}
	
	.single-property-share-button {
		position: relative;
		top: 2px;
	}
	
	.single-property-nav-inner {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		gap: 0;
	}
	
	.property-share {
		gap: 5px;
	}
	/*
	.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
	.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text span,
	.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text p,
	.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text p {
		display: block;
	}
	
	.creato_block-container.creato_block-container-4-columns .grid .creato-block-image-background-true .creato_block-listing-text,
	.creato_block-container.creato_block-container-5-columns .grid .creato-block-image-background-true .creato_block-listing-text {
		display: block;	
	}
	*/
}




/* Tablet */


@media (max-width: 700px) {

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing{
		margin: 10px 20px 10px 0;
	}

	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(2n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(3n+1),
	.mobile-slider .creato_block-container-listings .grid .creato_block-listing:nth-child(4n+1){
		clear: none;
	}
	
	.property-share::before {
		position: absolute;
		top: 1px;
		height: 100%;
		width: 50px;
		left: -45px;
		content: '\f061';
		background: -moz-linear-gradient(left, rgba(227, 222, 215, 0.5) 0%, rgba(227, 222, 215, 1) 50%);
		background: -webkit-linear-gradient(left, rgba(227, 222, 215, 0.5) 0%, rgba(227, 222, 215, 1) 50%);
		background: linear-gradient(to right, rgba(227, 222, 215, 0.5) 0%, rgba(227, 222, 215, 1) 50%);
		font-family: "Font Awesome 7 Pro";
		display: flex;
		align-items: center;
		justify-content: center;
		color: #111111;
	}
	
	.property-nav {
		display: flex;
		align-items: center;
		position: relative;
		gap: 20px;
		overflow-x: scroll;
		max-width: calc(100% - 200px);
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.property-nav::-webkit-scrollbar {
		display: none;
	}
	
	.property-nav-button {
		flex: 0 0 fit-content;
	}
	
	.property-nav div:last-of-type {
		padding-right: 35px;	
	}
	
	.street-field-types {
		grid-template-columns: 1fr;
	}
	
	.street-quick-search .street-type-btn {
		line-height: 1.9;
	}
	
	.street-field-for {
		justify-self: anchor-center;
	}
	
	.street-quick-search .street-field-location .street-multi-container {
		padding: 6px 22px 4px 14px;
	}
	
	.street-quick-search .street-field-location {
		grid-column: 2 / span 2;
	}
	
	.street-quick-search .street-field-submit {
		grid-column: 1 / span 3;
	}
	
	.street-quick-search .street-search-submit {
		width: 100%;
	}
	
	.single-property-features ul {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.blog-header-image {
		height: 50vw;
	}
	
	.archive-news-outer {
		gap: 50px 20px;
	}
	
	.header-wave {
		min-height: 60vw !important;
	}
	
	.street-quick-search {
		position: relative;	
	}
	
}



@media (max-width: 600px) {

	.wp-block-media-text .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.cookie-banner {
		width: 60px !important;
		height: 60px !important;
	}
	
	.cookie-banner i {
		font-size: 18px !important;
	}
	
	.footer:before {
		background: url(images/footer-top-mobile.svg);
		background-size: 100vw 105px;
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		width: 100vw;
		height: 80px;
		z-index: 1;
		content: '';
		top: -40px;
	}
	
	.header-wave:after {
		background: url(images/header-wave-mobile.svg);
		background-size: 100vw 140px;
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		width: 100vw;
		height: 138px !important;
		z-index: 1;
		content: '';
		bottom: -55px;
	}
	
	.beige-wave:after {
		background: url(images/beige-wave-mobile.svg);
		background-size: 100vw 140px;
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		width: 100vw;
		height: 100px;
		z-index: 1;
		content: '';
		bottom: -40px;
	}
	
	.footer-menu {
		flex: 0 0 calc(50% - 10px);
	}
	
	.creato_block-container.creato_block-container-2-columns .grid,
	.creato_block-container.creato_block-container-3-columns .grid,
	.creato_block-container.creato_block-container-4-columns .grid,
	.creato_block-container.creato_block-container-5-columns .grid,
	.archive-news-outer,
	.archive-search-outer {
		grid-template-columns: 100%;
	}
	
	.creato_block-container.creato_block-container-3-columns .grid .creato_block-listing:last-child,
	.creato_block-container.creato_block-container-5-columns .grid .creato_block-listing:last-child {
		grid-column: span 1;
	}
	
	.creato_block-listing-text h3 {
		font-size: 30px;
	}
	
	.creato_block-container-4-columns .creato_block-listing-text h3,
	.creato_block-container-3-columns .creato_block-listing-text h3,
	.creato_block-container-5-columns .creato_block-listing-text h3 {
		font-size: 30px;
	}
	
	.creato_block-container .grid {
		gap: 30px;
	}
	
	.creato-block-image-background-true .creato_block-listing-text {
		padding: 20px 40px;
	}
	
	.egg-clip.wp-block-media-text>.wp-block-media-text__content {
		padding: 30px 0;
	}
	
	.creato_block-container-arrows,
	.creato_block-container-link.button-link,
	.street-latest-slider-arrows {
		display: none;
	}
	
	.creato_block-container-link.button-link.creato-footer-link {
		display: inline-block;
		margin: 30px 0 10px;
	}
	
	.creato_block-container .slider {
		width: calc(100% + 20px);
	}
	
	.creato_block-container .slider .slick-list{
		padding-right: 8%;
	}
	
	.street-latest-slider {
		padding-right: 15%;
	}
	
	.creato_block-container .slider .creato_block-listing {
		margin-right: 25px;
	}
	
	.creato-block-image-background-true {
		min-height: 200px;
	}
	
	.street-property-content-outer .street-property-bbr {
		font-size: 11px;
	}
	
	.street-property-content-outer .street-property-bbr {
		gap: 2px;
	}
	
	.street-property-content-outer .street-property-bbr .street-bbr-item i {
		font-size: 12px;
		margin-right: 2px;
	}
	
	.street-properties-outer {
		grid-template-columns: calc(50% - 8px) calc(50% - 8px);
		gap: 20px 15px;
	}
	
	.single-property-nav-outer {
		top: 0;
		padding: 12px 20px;
	}
	
	.single-property-top {
		flex-wrap: wrap;
	}
	
	.single-property-top-right {
		flex: 1 0 100%;
	}
	
	.single-property-section h2 {
		font-size: 40px;
		line-height: 1;
	}

	.street-favourite-btn-single, .street-favourite-btn-single span,
	.street-favourite-btn.street-favourite-btn-single i {
		font-size: 13px;
	}
	
	.single-property-banner .slick-list {
		padding-right: 0;
	}
	
	.single-property-banner .slide {
		border-right: none;
		min-height: unset;
	}
	
	.single-property-share-button {
		top: 1px;
		font-size: 13px;
	}
	
	.single-property-banner {
		min-height: unset;
	}
	
	#sidebar {
		text-align: center;
	}
	
	#sidebar ul li {
		margin-left: 0;
		float: unset;
		margin-bottom: 10px;
		width: 100%;
	}
	
	#sidebar select {
		width: 300px;
		max-width: 100%;
	}
	
	.single-navigation .post-link-title {
		font-size: 18px;
	}
	
	.single-navigation .back-single {
		padding: 10px 20px 10px 20px;
		width: calc(100% - 40px);
	}
	
	.single-navigation .next-single {
		padding: 10px 20px 10px 20px;
		width: calc(100% - 40px);
	}
	
	.single-content-navigation .page-content {
		margin: 0px 20px 60px;
	}
	
	.single-content {
		margin: 105px 20px 80px;
	}
	
	.is-layout-flow > figure.alignright {
		margin-inline-start: 0 !important;
	}
	
	.egg-clip .wp-block-media-text__media {
		padding: 0;
	}
	
	.egg-clip figure:before {
		left: -10px;
	}
	
	.creato-animate-active.white-wave:after {
		height: 65px;
	}
	
	.street-properties-top-bar-right {
		justify-content: end;
		flex: 1 0 100%;
	}
	
	.single-team-top-inner {
		grid-template-columns: 100%;
		gap: 50px;
		padding-bottom: 70px;
	}
	
	.single-property-top-left h1 {
		font-size: 36px;
	}
	
	.single-property-container.creato-animate-active.beige-wave:after {
		bottom: -25px;
	}
	
	.single-property-container {
		padding-bottom: 140px;
	}
		
}

@media (max-width: 540px) {
	
	.street-property-content-outer .street-property-title {
		font-size: 20px;
	}
	
	.street-properties-outer {
		grid-template-columns: 100%;
	}
	
	.street-property-content-outer .street-property-title {
		font-size: 24px;
	}
	
	.street-property-favourite-outer .street-favourite-btn {
		font-size: 20px;
	}
	
	.street-property-content-outer .street-property-bbr .street-bbr-item i {
		font-size: 15px;
		margin-right: 5px;
	}
	
	.street-property-content-outer .street-property-bbr {
		font-size: 14px;
	}
	
	.street-property-bbr .street-bbr-item {
		margin-left: 10px;
	}
	
	.street-property-bbr i.fa-ruler-triangle {
		margin-left: 12px;
	}
	
	.single-property-stats {
		flex-wrap: wrap;
		gap: 12px 5px;
	}
	
	.single-property-stats > * {
	  flex: 0 0 calc(50% - 3px);
	  box-sizing: border-box;
	}
	
	.single-navigation .back-single {
		padding: 10px 0 10px 0;
		width: 100%;
	}
	
	.single-navigation .next-single {
		padding: 10px 0 10px 0;
		width: 100%;
	}
	
	.single-navigation .back-single, .single-navigation .next-single {
		text-align: center;
	}
	
	.single-navigation {
		grid-template-columns: calc(100% - 1px);
		gap: 10px;
	}
	
	.single-navigation .next-single {
		border-left: none;
		border-top: 1px solid #FFFFFF;
	}
	
}


/* Mobile Layouts */
@media (max-width: 500px) {
	
	.street-search-form-inner {
		padding: 20px 20px;
		grid-template-columns: 1fr;
		grid-template-areas:
		  "location"
		  "postcode"
		  "distance"
		  "type"
		  "bedrooms"
		  "minprice"
		  "maxprice"
		  "submit"
		  "exclude";
	}
	
	.street-field-for,
	.street-field-location,
	.street-field-submit {
		grid-column: 1;
	}
	
	.street-quick-search .street-field-types .street-type-buttons {
		display: none;
	}
	
	.street-quick-search .street-field-types-select {
		display: flex;	
	}
	
	.mobile-nav-bottom .button-link {
		width: 100%;
		box-sizing: border-box;
	}
	
	.mobile-nav-top a.mobile-logo {
		width: 130px;
		padding: 0;
	}
	
	.mobile-nav-top i {
		font-size: 22px;
	}
	
	.top-bar .centred {
		grid-template-columns: 130px 40px;
	}
	
	.top-bar  {
		padding: 15px 20px;
	}
	
	.mobile-nav-top {
		padding: 15px 20px;
	}
	
	.footer-badges {
		margin: 35px 0 0;
	}
	
	.footer-accreditations {
		justify-content: left;
		margin: 10px 0 10px;
		gap: 30px;
	}
	
	.footer-accreditations a {
		flex: 0 0 25%;
	}
	
	.has-x-large-font-size {
		font-size: 46px !important;
	}
	
	.has-large-font-size {
		font-size: 30px !important;
	}
	
	.header-wave {
		min-height: 60vh !important;
	}
	
	.banner .slide {
		height: 60vh !important;
	}
	
	.spacer-hundred {
		height: 100px !important;
	}
	
	.spacer-ninety {
		height: 90px !important;	
	}
	
	.spacer-eighty {
		height: 80px !important;	
	}
	
	.spacer-seventy {
		height: 70px !important;	
	}
	
	.spacer-sixty {
		height: 60px !important;	
	}
	
	.spacer-fifty {
		height: 50px !important;	
	}
	
	.spacer-forty {
		height: 40px !important;
	}
	
	.spacer-thirty {
		height: 30px !important;
	}
	
	.spacer-twenty {
		height: 20px !important;
	}
	
	.spacer-ten {
		height: 10px !important;
	}
	
	.remove-spacer {
		height: 0 !important;
	}
	
	.street-quick-search .street-field-for {
		gap: 2rem;
	}
	
	.street-field-for input[type="radio"] {
		width: 25px;
		height: 25px;
	}
	
	.street-quick-search {
		gap: 1.5rem;
	}
	
	.street-quick-search .street-field-types-select select,
	.street-quick-search .street-field-location .street-multi-container,
	.street-quick-search .street-search-submit {
		min-height: 44px;
		background-position: 93% center !important;
		padding: 4px 35px 5px 22px;
		line-height: 2.5;
	}
	
	.street-quick-search {
		margin: 30px auto 10px;
	}
	
	.creato-block-image-background-true .creato_block-listing-text {
		padding: 20px 20px;
	}
	
	.creato_block-container {
		margin-top: 20px;
	}
	
	.solid-nav-margin {
		margin-top: 32px;
	}
	
	.street-properties-top-bar .view-map,
	.street-properties-top-bar .orderby-select {
		flex: 1 1 100%;
	}
	
	.street-properties-top-bar .orderby-select select {
		width: 100%;
	}
	
	.street-properties-top-bar-right {
		gap: 10px;
		flex-wrap: wrap;
	}
	
	.street-property-status-banners {
		font-size: 11px;	
	}
	
	.street-properties-top-bar.no-search-results {
		justify-content: center;
	}
	
	.street-properties-top-bar .orderby-select select {
		background-position: 95% center !important;
	}
	
	.property-draw-a-search-controls-draw, .property-draw-a-search-controls-search, .property-draw-a-search-controls-stop, .property-draw-a-search-controls-clear {
		min-width: unset;
		margin-right: 5px;
		font-size: 12px;
		margin-bottom: 0;
	}
	
	.street-search-form .street-field {
		display: block;
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}
	
	.street-field-location .street-multi-container {
		padding: 5px 35px 6px 22px;
	}
	
	.street-search-form .street-field-status .street-multi-container,
	.street-search-form .street-field-type .street-multi-container,
	.street-search-form .street-field-location .street-multi-container {
		background-position: 93% center !important;
	}
	
	.street-exclude-field label {
		font-size: 11px;
	}
	
	.single-property-features ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 30px;
	}
	
	.single-property-facts {
		gap: 15px 10px;
	}
	
	.single-property-facts > * {
	  flex: 0 0 calc(50% - 5px);
	  box-sizing: border-box;
	}
	
	.single-blog-details small {
		float: left;
		width: 100%;
	}
	
	.single-blog-details {
		font-size: 12px;
		margin: 30px 0 10px;
		display: inline-block;
	}
	
	.single-blog-details small {
		font-size: 12px;
	}
	
	.single-content .custom-breadcrumbs {
		margin-bottom: 30px;
	}
	
	.single-blog-content {
		margin: 30px auto;
	}
	
	.custom-breadcrumbs {
		font-size: 11px;
	}
	
	.street-favourite-btn.street-favourite-btn-single span {
		display: none;
	}
	
	.property-nav {
		max-width: calc(100% - 100px);
	}
	
	.property-nav-button {
		font-size: 13px;
	}
	
	.single-property-dropdown-section {
		width: 100%;
	}

	.street-type-buttons {
		display: none;
	}
	
	.street-type-select {
		display: block;
	}
	
	.street-properties-top-bar {
		margin-top: 20px;
		justify-content: space-evenly;
	}
	
	.street-properties-top-bar-right {
		flex: unset;
	}
	
	.property-share-icons a i {
		font-size: 25px;
	}
	
	.property-share-icons a {
		width: 30px;
		height: 30px;
	}
	
	.property-share-icons {
		margin: 20px 0 20px;
	}
	
	.single-property-share-inner h3{
		font-size: 24px !important;
	}
	
	.copy-link-right {
		flex: 0 0 60px;
		padding: 8px 10px 10px;
	}
	
	.copy-link-left {
		flex: 0 0 calc(100% - 70px);
	}
	
	.single-property-share-outer, .single-property-floorplan-outer, .single-property-location-outer, .single-property-video-outer, .single-property-epc-outer {
		width: calc(100% - 40px);
		padding: 20px;
		max-height: calc(100% - 40px);
	}
	
	.wp-block-buttons .wp-block-button:last-child {
		margin-left: 0;
	}
	
	.footer-badges {
		text-align: center;
	}
	
	.footer {
		padding: 60px 0 15px;
	}

}


@media (max-width: 450px) {
	
	.single-property-dropdown-title-outer h3 {
		font-size: 26px;
		display: flex;
		line-height: 1.3;
		justify-content: space-between;
		align-items: center;
	}
	
	.single-property-dropdown-title-outer i {
		margin-top: 0;
		margin-right: 0;
	}
	
	.street-quick-search .street-field-location {
		grid-column: 1 / span 3;
		order: 3;
	}
	
	.street-quick-search .street-field-for {
		grid-column: 1 / 3 span;
		justify-self: baseline;
		order: 1;
	}
	
	.street-quick-search .street-field-submit {
		order: 4;
	}
	
	.street-quick-search .street-field-types {
		order: 2;
	}
	
	.street-quick-search {
		padding: 0;
	}
	
	.footer-menu {
		flex: 0 0 100%;
	}
	
	.footer-menus {
		gap: 40px;
	}
	
	.footer-menu ul li a {
		font-size: 13px;
	}
	
	.footer-menu h4 {
		font-size: 24px;
	}
	
	a.footer-logo {
		display: none;	
	}
	
	.menu-footer-useful-links-container ul {
		column-count: 2;
	}
	
	.footer-contact {
		font-size: 13px;
	}
	
	.credit-right {
		float: left;
		width: 100%;
		text-align: left;
	}
	
	.credit-right .credit-link {
		margin: 0 5px 0 0;
	}
	
	.creato_block-listing-text h3 {
		font-size: 26px;
	}
	
	.creato_block-container-4-columns .creato_block-listing-text h3,
	.creato_block-container-3-columns .creato_block-listing-text h3,
	.creato_block-container-5-columns .creato_block-listing-text h3 {
		font-size: 26px;
	}
	
}


@media (max-width: 400px) {
	
	.footer-accreditations {
		gap: 10px 20px;
	}
	
	.footer-accreditations a {
		flex: 0 0 calc(50% - 20px);
	}
	
	.has-x-large-font-size {
		font-size: 38px !important;
	}
	
	.has-large-font-size {
		font-size: 28px !important;
	}
	
	.street-property-content-outer .street-property-bbr {
		font-size: 11px;
	}
	
	.street-property-bbr .street-bbr-item {
		margin-left: 5px;
	}
	
	.street-property-bbr i.fa-ruler-triangle {
		margin-left: 8px;
	}
	
}


























/* General Woocommerce */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 80px 0 20px 0;
	color: #BFBFBF;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #BFBFBF;
}

mark.count{
	display: none;
}

/* End General */








/* Woocommerce Buttons */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #ccc;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover{
	background: #545454;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce ul.products li.product-category h2{
	text-align: center;
	font-size: 16px;
}

.woocommerce ul.products li.product .price{
	color: #545454;
	font-size: 18px;
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #545454;
	font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price span.price{
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce span.onsale{
	background: #545454;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

/* End Archive Styling */








/* Single Product */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #545454;
}

.woocommerce div.product h1.product_title{
	color: #545454;
}

.woocommerce .summary p.price{
	font-size: 26px;
	margin: 0 0 20px 0;
}

.woocommerce .quantity .qty{
	background: none;
	color: #545454;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #545454;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #545454;
	padding: 10px;
	border: 1px solid #545454;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

/* End Single Product */








/* Woocommerce Tabs */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #545454;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #545454;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #545454;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #545454;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */

/* Remove to set live - Copy this line, find and replace with a blank

.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #545454;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */

/* Remove to set live - Copy this line, find and replace with a blank

@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
}

/* End Woocommerce Mobile */

























/* Specific Fixes and things in the core */
 

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* IE11 Styling */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	select::-ms-expand {
	    display: none;
	}
	
}



/* Cookie notification styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0px;
	width: 90%;
	text-align: center;
	background: rgba(255,255,255,1);
	border-top: 1px solid #000;
	box-shadow: 0px 0px 2px #000;
	padding: 10px 10px;
	font-size: 13px;
	z-index: 10000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 10px 10px 0 0;
}

.wc_privacy_text{
	float: left;
	width: 100%;
}

.wc_privacy_text strong{
	float: left;
	font-size: 12px;
}

.wc_privacy_policy_buttons{
	float: right;
}

.reveal_privacy_options, 
.wc_privacy_policy_buttons button, 
.wc_privacy_submit{
	display: inline-block;
	padding: 5px 20px;
	margin-left: 10px;
	border-radius: 20px;
	-webkit-appearance: none;
	line-height: normal;
	border: none;
	font-size: 11px;
	font-family: 'Helvetica', 'Arial', serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #fff;
	background: #000;
}

span.reveal_privacy_options_hide{
	display: none;
}

.reveal_privacy_options:hover, 
.wc_privacy_policy_buttons button:hover, 
.wc_privacy_submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.wc_reveal_options{
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	text-align: left;
	font-size: 11px;
}

.wc_privacy_option {
	float: left;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	width: calc(25% - 30px);
	text-align: center;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.page-content .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border: 1px solid #999;
	width: calc(100% - 42px);
	padding: 20px;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 10px 0px 50px 0px;
	animation: slideDown 0 ease forwards;
	-webkit-animation: slideDown 0 ease forwards;
	-moz-animation: slideDown 0 ease forwards;
	-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
}

.page-content .wc_privacy_notice .wc_privacy_text strong{
	width: inherit;
}

.page-content .wc_reveal_options .wc_privacy_submit {
	margin-top:10px;
	margin-left:0 !important;
}


@media (max-width: 600px) {
	.wc_privacy_option {
		width: calc(50% - 30px);
		margin-top: 5px;
	}
}

@media (max-width: 350px) {
	.wc_privacy_text strong{
		width: 90px;
		text-align: left;
	}
	
	.wc_privacy_policy_buttons{
		margin-top: 5px;
	}
}

