/* default
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {width: 100%; height:auto}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; color:#666; text-decoration:none; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; }
a > span { transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; }
a:hover{ text-decoration:underline}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

h1,h2,h3,h4,h5,h6{ font-weight:400}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, b, th {font-weight: 700; }
em, i {  }

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
/*.clearfix { zoom: 1; }  */

.clear { clear: both; }

.hide { display: none !important; }

img { display: block; /*transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -o-transition: all .6s;*/ }

.show-right:before { position: relative; left: 100%; display: block; width: 100%; float: left; margin: 0 0 0 -100%; }

.left { float: left !important; }
.middle { float: none !important; }
.right { float: right !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.ab-right { position: absolute !important; right: 0; }
.ab-bottom { position: absolute !important; bottom: 0; }

.background { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.background.overlay::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, .4); z-index: 10; }

.transition { text-decoration:none; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; }

.vert-middle { display: grid !important; align-content: center; }

/*** site defaults ***/

:root {
  --font-heading: "museo-sans", sans-serif;;
  --font-content: "museo", serif;
  
  --padding-width: 40px;
  --padding-height-header: 30px;
  --padding-height-header-bottom: 15px;
  --padding-box-split: 80px;
  --padding-box-split-2: 160px;
  --padding-button-split: 40px;
  --padding-button-split-height: 30px;
  --padding-button-split-height-2: 60px;
  --padding-height-content: 180px;
  --padding-height-content-top: 280px;
  --padding-height-footer: 80px;
  --padding-height-footer-split: 80px;
  
  --h1: 40px;
  --h2: 28px;
  --h3: 28px;
  
  --button-1: 18px;
  --button-2: 16px;
  
  --colour1: #ffffff; /* white */
  --colour2: #000000; /* black */
  --colour3: #496faf; /* blue */
  
  --footer-text: 16px;
  
  --content-width: 2500px;
  --content-text-width: 1400px;
  --content-full: 1000px;
}

html, BODY { height: 100%; }
BODY { background: #f2f4f9; font-family: var(--font-content); font-weight: 500; font-size: 20px; letter-spacing: 1px; color: var(--colour3); text-align: center; overflow-wrap: break-word; }


h1, h2, h3, h4, h5 { font-family: var(--font-heading); color: var(--colour3); margin: 0 0 30px; padding: 0; line-height: 1.2; font-weight: 900; font-style: normal; text-transform: uppercase; font-size: var(--h2); }
h1 { font-size: var(--h1); }

a { color: #51576a; text-decoration: underline; }
a:hover { color: #51576a; text-decoration: none; }

p { padding: 0 0 20px; margin: 0; line-height: 1.5; text-overflow: ellipsis; }
p:last-child, p:last-of-type { padding-bottom: 0; }
p > a, p > span > a { color: #000; text-decoration: underline; }
p > a:hover, p > span > a:hover { color: #2c333a; text-decoration: underline; }
p:last-child + .image-wrapper, p:last-of-type + .image-wrapper, .wp-video + p { padding-top: 35px; }

ul, ol { margin: -20px 0 30px 15px; padding: 0; list-style-type: disc; }
ol { list-style-type: decimal; }
li { margin: 0 0 15px 15px; padding: 0 0 0 5px; }
ul:last-child, ul:last-of-type, ol:last-child, ol:last-of-type { margin-bottom: 0; }
li:last-child, li:last-of-type { margin-bottom: 0; }
li > ul, li > ol { margin-top: 0; margin-left: 0; padding-top: 10px; }
ul + p, ol + p, .image-wrapper + ul, .image-wrapper + ol { padding-top: 30px; }
p:last-child + ul, p:last-of-type + ul, p:last-child + ol, p:last-of-type + ol { margin: 0; padding: 20px 0 0; }

.wrap, .inner, .grid { position: relative; display: block; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; }
.grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; grid-auto-rows: minmax(min-content, max-content); }

span.break { display: block !important; margin: 0 !important; padding: 0 !important; }

.padding-top { margin-top: 50px; }


/*** site styles ***/

BODY { background: url("../images/background.jpg?r=2") center top; }

.header-wrapper { z-index: 20; }
.header-wrapper .header-background { position: absolute; width: 100%; height: 140%; background: url("../images/header.png?r=2") center bottom no-repeat; top: 0; left: 0; background-size: cover; }
.header-wrapper header { max-width: var(--content-width); padding: var(--padding-height-header) var(--padding-width) var(--padding-height-header-bottom); margin: 0 auto; }
.header-wrapper header .logo { margin: 0 auto; max-width: 206px; }
.header-wrapper header .logo img { width: 100%; height: auto; }

.banner-wrapper { top: -15px; margin-bottom: -15px; z-index: 10; overflow: hidden; }
.banner-wrapper .banner-wrap { max-width: var(--content-width); margin: 0 auto; background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; }
.banner-wrapper .banner {}
.banner-wrapper .banner img { opacity: 0; }
.banner-wrapper .banner .inner { border: 12px solid #496faf; border-radius: 20px; background-color: #fff; }

.content-single-wrapper { max-width: var(--content-width); margin: 0 auto; padding: var(--padding-height-content) var(--padding-width); }
.content-single-wrapper.background-1 { z-index: 10; }
.content-single-wrapper.background-2 { background: url("../images/content-background-2.png") center center no-repeat; background-size: cover; top: -40px; padding-top: var(--padding-height-content-top); }

.content-single-wrapper .content-background-1-2 { position: absolute; width: 100%; height: 100%; background: url("../images/content-background.png") center center no-repeat; top: -65px; left: 0; background-size: cover; z-index: -1; clip-path: polygon(0 0, 40% 0, 100% 100%, 0 100%); }
.content-single-wrapper .content-background-1-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/content-background-1-2.png") center center no-repeat;
  bottom: -7%;
  left: 0;
  background-size: cover;
  z-index: -2;
  clip-path: polygon(-410% -90px, 410% 10%, 48% 100%, 32% 100%);
}

.content-single-wrapper .content-background-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/content-top.png") center top no-repeat;
  top: -152px;
  left: 0;
  background-size: contain;
  z-index: 20;
}
.content-single-wrapper .content-background-bottom {
  position: absolute;
  width: 100%;
  height: 30%;
  min-height: 300px;
  background: url("../images/content-bottom2.png") center top no-repeat;
  bottom: -183px;
  left: 0;
  background-size: contain;
  z-index: 20;
}
.content-single-wrapper.background-1 .content-background { position: absolute; width: 100%; height: 100%; background: url("../images/content-background.png") center center no-repeat; background-size: cover; top: 0; left: 0; z-index: 1; }
.content-single-wrapper.background-3 {
  padding: calc(var(--padding-height-content)) var(--padding-width);
}
.content-single-wrapper.background-3 .content-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/content-background2.png") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-single-wrapper .content-background-3-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/content-background2.png") center center no-repeat;
  bottom: -85px;
  left: 0;
  background-size: cover;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 90%, 50% 90%, 25% 100%, 0 100%);
}
.content-single-wrapper.background-3 .content-background-bottom {
  transform: rotate(180deg);
  bottom: -100px;
}

.content-single-wrapper .content { max-width: var(--content-text-width); margin: 0 auto; z-index: 99; }

.content-single-wrapper .content-box {}
.content-single-wrapper .content-box.grid { grid-template-columns: 1fr 1fr; gap: 0 var(--padding-box-split); }
.content-single-wrapper .content-box.full { max-width: var(--content-full); margin: 0 auto;  }
.content-single-wrapper .content-box.full { max-width: var(--content-full); margin: 0 auto; padding-top: var(--padding-height-footer); }
.content-single-wrapper .content-box .content-image {}
.content-single-wrapper .content-box .content-image .inner { border: 12px solid #496faf; border-radius: 20px; background-color: #fff; overflow: hidden; }
.content-single-wrapper .content-box .content-text { text-align: left; }
.content-single-wrapper.background-1 .content-box .content-text, .content-single-wrapper.background-1 .content-box .content-text h1, .content-single-wrapper.background-1 .content-box .content-text h2, .content-single-wrapper.background-1 .content-box .content-text h3 { color: var(--colour1); }
.content-single-wrapper .content-box .content-buttons.grid { grid-template-columns: auto 1fr; gap: 0 var(--padding-button-split); }
.content-single-wrapper .content-box .content-buttons .button { text-align: left; }
.content-single-wrapper .content-box .content-buttons .button a { color: var(--colour3); text-decoration: none; font-weight: 700; font-size: var(--button-2); text-transform: uppercase; font-family: var(--font-heading); }
.content-single-wrapper.background-1 .content-box .content-buttons .button a { display: inline-block; color: var(--colour1); }
.content-single-wrapper .content-box .content-buttons .button a:hover { color: var(--colour2); }

.content-single-wrapper .content-box .content-buttons .button a.round, .content-single-wrapper .content-box .button a.button.round { display: block; background: var(--colour3); color: var(--colour1); border-radius: 10px; padding: 12px 20px 10px; min-width: 200px; box-sizing: border-box; -moz-box-sizing: border-box; text-align: center; }
.content-single-wrapper .content-box .button a.button.round { display: inline-block; text-decoration: none; border: 1px solid #000; }
.content-single-wrapper .content-box .button a.button.round.light { background: #fff; color: #000; }
.content-single-wrapper.background-1 .content-box .content-buttons .button a.round { background: var(--colour1); color: var(--colour3); }
.content-single-wrapper .content-box .content-buttons .button a.round:hover, .content-single-wrapper .content-box .button a.button.round:hover { background: var(--colour2); color: var(--colour1); }
.content-single-wrapper .content-box .button a.button.round:hover { text-decoration: none; }
.content-single-wrapper .content-box .button a.button.round.light:hover { background: #000; color: #fff; }

.content-single-wrapper .content-box p + .content-buttons { margin-top: var(--padding-button-split-height); }
.content-single-wrapper.background-1 .content-box p + .content-buttons { margin-top: var(--padding-button-split-height-2); }

.content-single-wrapper .content-split.grid { grid-template-columns: 1fr 1fr; gap: 0 var(--padding-box-split-2); }
.content-single-wrapper .content-split.grid .content-box .content-image + .content-text { margin-top: 30px; }

.content-single-wrapper.background-2 .content-split { display: none; }

.content-single-wrapper .content-box .text-content { position: relative; display: block; text-align: left; margin: 0 0 30px; }

.video-wrapper { position: relative; display: block; overflow: hidden; width: 100%; padding-top: 56.25%; }
.video-wrapper video, .video-wrapper iframe { position: absolute !important; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }

.content-single-wrapper.background-3 h2 {
  color: white;
  font-size: 29px;
  text-align: left;
}
.house-sales {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: minmax(490px, max-content) max-content;
  grid-template-areas: "buttons image" "gallery gallery";
  gap: 60px;
  color: white;
}
.house-sales > .buttons {
  grid-area: buttons;
  display: flex;
  flex-direction: column;
}
.house-sales > .buttons .house-description {
  padding: 10px 0 20px 0;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
}
.house-sales > .buttons button {
  width: 140px;
  height: 36px;
  color: white;
  background-color: #496FAF;
  border-radius: 15px;
  border-width: 0;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.house-sales > .buttons button.selected {
  background-color: white;
  color: #496FAF;
}
.house-sales > .image {
  grid-area: image;
  justify-self: center;
  position: relative;
  align-self: center;
}
.house-sales > .image img {
  border: 10px solid #486FAF;
  box-sizing: border-box;
}
.house-sales > .gallery {
  grid-area: gallery;
  height: 138px;
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
.house-sales > .gallery *[data-house] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.house-sales > .gallery .gallery-wrapper {
  background-color: #486FAF;
}
.house-sales > .gallery img {
  width: 130px;
  height: 130px;
  border: 4px solid #486FAF;
  cursor: pointer;
  background-color: #486FAF;
  background-blend-mode: screen;
}
.house-sales > .gallery img.selected {
  opacity: 0.6;
}
.house-sales > .gallery .gallery-back, .house-sales > .gallery .gallery-forward, .image .image-back, .image .image-forward {
  font-size: 30px;
  top: calc(50% - 15px);
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.house-sales > .gallery .gallery-back {
  left: 0;
}
.house-sales > .gallery .gallery-forward {
  right: 0;
}
.house-sales .image .image-back {
  left: 15px;
}
.house-sales .image .image-forward {
  right: 15px;
}
.house-sales .buttons .house-description {
  display: none;
}

.footer-wrapper {  }
.footer-wrapper .footer-background-wrapper { max-width: var(--content-width); margin: 0 auto; }
.footer-wrapper .footer-background { position: absolute; top: -180px; width: 100%; height: 200px; background: url("../images/footer.png?r=1") center top no-repeat; background-size: cover; }
.footer-wrapper .footer-inner { padding: 0 var(--padding-width); max-width: var(--content-width); margin: 0 auto; background: url("../images/footer-2.png?r=1") center bottom no-repeat; background-size: cover; }
.footer-wrapper footer { max-width: var(--content-text-width); grid-template-columns: 206px 1fr; gap: 0 var(--padding-box-split); margin: 0 auto; font-size: var(--footer-text); color: var(--colour1); padding: var(--padding-height-footer) 0; }
.footer-wrapper footer .logo { max-width: 206px; }
.footer-wrapper footer .logo img { width: 100%; height: auto; }
.footer-wrapper footer .content { text-align: right; }
.footer-wrapper footer .content a { color: var(--colour1); text-transform: uppercase; text-decoration: none; }
.footer-wrapper footer .content a:hover { color: var(--colour3); text-decoration: none; }
.footer-wrapper footer .content .footer-row-1 { grid-template-columns: 1fr auto; gap: 0 var(--padding-height-footer-split); margin-bottom: 15px; }
.footer-wrapper footer .content .footer-row-1 .footer-menu { text-align: right; }
.footer-wrapper footer .content .footer-row-1 .footer-menu ul { margin: 0; padding: 0; list-style-type: none; }
.footer-wrapper footer .content .footer-row-1 .footer-menu ul li { position: relative; margin: 0; padding: 0 0 0 20px; list-style-type: none; display: inline-block; }
.footer-wrapper footer .content .footer-row-1 .footer-menu ul li::before { position: absolute; left: 7px; display: block; content: ''; width: 1px; height: 100%; background: var(--colour1); }
.footer-wrapper footer .content .footer-row-1 .footer-menu ul li:first-of-type::before { display: none; }
.footer-wrapper footer .content .footer-row-1 .footer-menu ul li a { text-transform: uppercase; font-weight: 500; }
.footer-wrapper footer .content .footer-row-1 .footer-social { text-align: right; }
.footer-wrapper footer .content .footer-row-1 .footer-social a:first-of-type { margin-left: 8px; }
.footer-wrapper footer .content .footer-row-2 { text-align: right; }
.footer-wrapper footer .content .footer-row-2 a { text-transform: none; }

.bottom-banner-wrapper { background: #262d45; padding: 20px var(--padding-width) 15px; }
.bottom-banner-inner { text-align: center; font-family: var(--font-heading); font-size: 14px; color: var(--colour1); }
.bottom-banner-inner a { color: var(--colour1); text-decoration: none; }
.bottom-banner-inner a:hover { color: var(--colour1); text-decoration: none; }

.grecaptcha-badge { display: none !important; }

.wpcf7-form h3 { text-align: left; }
.wpcf7-form .grid { grid-template-columns: 1fr 1fr; gap: 20px 20px; }
.wpcf7-form .row { padding-top: 20px; }
.wpcf7-form .row.row-1 { padding-top: 0; }

form label { position: absolute; top: 0; display: none; width: 100%; opacity: 0; font-size: 10px; color: #94a7cb; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; z-index: 1; font-family: var(--font-content); }
form input, form textarea { position: relative; width: 100%; background: #fff; font-family: var(--font-content); font-size: 16px; letter-spacing: .02rem; color: #262d45; padding: 15px 10px; border: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-transition: all 0.3s ease-out; transition: all 0.2s ease-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-bottom: 1px solid #dfe5ef; }
form textarea { height: 110px; }
form input:hover, form textarea:hover { background: #eaedf5; }

form .floating label { display: block; margin-top: 2px; margin-left: 0; padding: 0 10px; text-align: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translateY(3px); transform: translateY(3px); pointer-events: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 1; }
form .wpcf7-not-valid { background: #eedddd; }
form .wpcf7-not-valid-tip { display: none; }
form .floating input, form .floating select, form .floating textarea { padding-top: 24px; padding-bottom: 6px; }
form .floating select { padding-top: 25px; padding-bottom: 5px; padding-left: 15px; }
.firefox form .floating select { padding-left: 11px; }

form input[type="submit"] { background: var(--colour3); color: var(--colour1); border: none; padding: 0 30px; letter-spacing: 1.2px; line-height: 50px; font-family: var(--font-heading); font-weight: 700; font-size: 18px; text-transform: lowercase; max-width: 260px; border-radius: 25px; }
form input[type="submit"]:hover { background: var(--colour2); color: var(--colour1); }

form .ajax-loader, form .wpcf7-spinner { display: none; }
form .wpcf7-response-output { margin: 20px 0 0 !important; padding: 15px 30px !important; border: none !important; background: #eaedf5; color: #262d45; text-align: center; border-radius: 25px; }
form.invalid .wpcf7-response-output { background: #cc0000; color: #fff; }

form .responsive-hide { display: none; }
form .responsive-hide input, form .responsive-hide select { display: none; }





input.placeholder, textarea.placeholder { color: #262d45; font-family: var(--font-content); font-weight: 300; letter-spacing: .03rem; }
::-webkit-input-placeholder { /* WebKit browsers */
	color: #262d45;
	font-family: var(--font-content); font-weight: 300; letter-spacing: .03rem;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #262d45;
	font-family: var(--font-content); font-weight: 300; letter-spacing: .03rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #262d45;
	font-family: var(--font-content); font-weight: 300; letter-spacing: .03rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #262d45;
	font-family: var(--font-content); font-weight: 300; letter-spacing: .03rem;
}

@viewport { width: auto; }


@media only screen and (max-width: 2400px) {
  
  .content-single-wrapper .content-background-top { top: -142px; }
  
}

@media only screen and (max-width: 2300px) {
  
  .content-single-wrapper .content-background-top { top: -139px; }
  
}

@media only screen and (max-width: 2200px) {
  
  .content-single-wrapper .content-background-top { top: -132px; }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -172px; }
  
}

@media only screen and (max-width: 2000px) {
  
  .content-single-wrapper .content-background-top { top: -122px; }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -182px; }
  
}

@media only screen and (max-width: 1900px) {
  
  .content-single-wrapper .content-background-top { top: -114px; }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -202px; }

  .content-single-wrapper.background-3 .content-background-3-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 95%, 50% 95%, 25% 97%, 0 100%)
  }
}

@media only screen and (max-width: 1700px) {
  
  .content-single-wrapper .content-background-top { top: -107px; }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -212px; }
  .footer-wrapper footer { padding-top: 40px; }
  
}

@media only screen and (max-width: 1500px) {
  
  .container, .footer-wrapper { overflow: hidden; }

  .content-single-wrapper .content-background-top,
  .content-single-wrapper.background-1 .content-background-bottom,
  .footer-wrapper .footer-background {
    width: var(--content-width);
    left: 50%;
    transform: translate(-50%, 0);
  }
  .content-single-wrapper .content-background-1-3 { clip-path: polygon(0 0, 40% 0, 100% 100%, 18% 100%); }
  .content-single-wrapper .content-background-1-3 { display: none; }
  .content-single-wrapper .content-background-top { top: -150px; }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -128px; }
  
  .footer-wrapper footer { padding-top: 60px; }
}

@media only screen and (max-width: 1450px) {
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -119px; }
}

@media only screen and (max-width: 1400px) {
  
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 37% 0, 100% 100%, 0 100%); }
  .content-single-wrapper .content-background-1-3 { clip-path: polygon(0 0, 40% 0, 100% 100%, 0% 100%); }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -109px; }
  
}

@media only screen and (max-width: 1300px) {
    
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -85px; }
    
}

@media only screen and (max-width: 1200px) {
  :root {
    --padding-height-content-top: 220px;
  }

  .content-single-wrapper.background-3 .content-background-3-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 97%, 50% 97%, 25% 98%, 0 100%)
  }
}

@media only screen and (max-width: 1100px) {
  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, 5px); }
  .content-single-wrapper .content-background-top { top: -150px; }
  
}

@media only screen and (max-width: 1000px) {
  
  :root {
    --padding-box-split: 60px;
    --padding-box-split-2: 120px;
  }
 
  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, 15px); }
  .content-single-wrapper .content-background-top { top: -100px }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 32% 0, 100% 100%, 0 100%); }
   .content-single-wrapper .content-background-top { top: -160px; }
  
}

@media only screen and (max-width: 900px) {
  
  :root {
    --h1: 36px;
    --h2: 24px;
    --padding-height-content: 140px;
    --padding-height-content-top: 160px;
  }
 
  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, 8px); }
  .content-single-wrapper .content-box .content-buttons.grid { grid-template-columns: 1fr; gap: 25px var(--padding-button-split); }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 30% 0, 100% 100%, 0 100%); }
  
}

@media only screen and (max-width: 800px) {
  
  :root {
    --h1: 32px;
    --h2: 22px;
    --padding-box-split: 40px;
    --padding-box-split-2: 80px;
  }
    
  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, 15px); }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 28% 0, 100% 100%, 0 100%); }
  .footer-wrapper footer .content .footer-row-1 { grid-template-columns: 1fr; gap: 20px var(--padding-height-footer-split); }
  
  .content-single-wrapper.background-3 .content-background-3-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 98%, 50% 98%, 25% 99%, 0 100%)
  }
}

@media only screen and (max-width: 700px) {
  
  :root {
    --h1: 30px;
    --padding-height-content: 100px;
  }

  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, 5px); }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 24% 0, 100% 100%, 0 100%); }
  
}

@media only screen and (max-width: 600px) {
  
  .header-wrapper header .logo { max-width: 190px; }
  .content-single-wrapper.background-1 .content-background-bottom { transform: translate(-50%, -20px); }
  .content-single-wrapper .content-box.grid { grid-template-columns: 1fr; gap: 30px var(--padding-box-split); }
  .content-single-wrapper .content-split.grid { grid-template-columns: 1fr; gap: 50px var(--padding-box-split-2); }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 20% 0, 100% 100%, 0 100%); }
  .content-single-wrapper.background-1 .content-background-bottom { bottom: -155px; }
  
  .house-sales {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: "buttons" "image" "gallery";
  }

  .content-single-wrapper.background-3 .content-background-3-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 99%, 50% 99%, 25% 99.5%, 0 100%)
  }

	.wpcf7-form .grid { grid-template-columns: 1fr; }
  .footer-wrapper footer { grid-template-columns: 1fr; gap: 30px var(--padding-box-split); }
  .footer-wrapper footer .content .footer-row-1 .footer-menu, .footer-wrapper footer .content .footer-row-1 .footer-social, .footer-wrapper footer .content .footer-row-2 { text-align: center; }
  .footer-wrapper footer .logo { max-width: none; }
  .footer-wrapper footer .logo { width: 180px; margin: 0 auto; display: block; }
  
}

@media only screen and (max-width: 500px) {
 
  :root {
    --h1: 28px;
    --padding-width: 20px;
    --padding-height-content-top: 120px;
  }
  
  BODY { font-size: 18px }
  
  .header-wrapper header .logo { max-width: 170px; }
  .banner-wrapper .banner { min-height: 300px; }
  .banner-wrapper .banner img { display: none; }
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 9% 0, 100% 100%, 0 100%); }
  .content-single-wrapper.background-3 .content-background-bottom {
    bottom: -90px;
  }
}

@media only screen and (max-width: 400px) {
  
  :root {
    --h1: 24px;
  }
  
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 6% 0, 100% 100%, 0 100%); }
  
}

@media only screen and (max-width: 380px) {
  
  .content-single-wrapper .content-background-1-2 { clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%); }
  .content-single-wrapper.background-3 .content-background-bottom {
    bottom: -85px;
  }
}

