/*
Theme Name: Elements Land
Version: 1.0
Author: Cloud Three
Author URI: https://cloudthree.com.au/
*/
@font-face {
  font-family: Avenir-black;
  /* src: url(./fonts/AvenirBlack.woff2); */
  src: url(./fonts/AvenirLTStd-Book.otf)

}
@font-face {
  font-family: BobbyJones-Regular;
  src: url(./fonts/BobbyRoughSoft.ttf);
}
@font-face {
  font-family:Avenir-Book;
  src: url(./fonts/AvenirBook.ttf);
}
/* #intro .section .stats div:nth-child(3){
  background-image: url(./fonts/Orchard.png);
} */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.alignnone {
margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
 
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
 
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
 
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
 
a img.alignnone {
margin: 5px 20px 20px 0;
}
 
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
 
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
 
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
 
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
 
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
 
/* 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. */
}
 
/* ninja forms preset */
 
.ninja-forms-form-wrap .ninja-forms-error-msg {
color: #ff0000;
margin-bottom: 5px;
}
 
.ninja-forms-form-wrap .ninja-forms-required-items {
margin-bottom: 5px;
font-weight: bold;
}
 
.ninja-forms-form .text-wrap input,
.ninja-forms-form .textarea-wrap textarea,
.ninja-forms-form .list-dropdown-wrap select {
font-size: 14px;
padding: 10px 10px;
border: 1px solid #cccccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
}
 
.ninja-forms-form .submit-wrap input {
line-height: 41px;
text-align: center;
background-color: #ffffff;
padding: 0 32px;
border: 2px solid #cccccc;
-webkit-transition: background-color 0.3s, color 0.3s;
-moz-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
cursor: pointer;
font-size: 14px;
}
 
.ninja-forms-form .submit-wrap input:hover {
color: #ffffff;
background-color: #cccccc;
}
.nf-form-fields-required {
  display: none;
}
@charset "UTF-8";

@font-face  {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face  {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 2;
  background: #fff;
}

/* Typography */
h2 {	
  font-family: "brandon-grotesque";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-family: "brandon-grotesque";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}
p {
  font-family: "brandon-grotesque";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

/* Buttons */
.btn {
  display: block;
  padding: 12px 16px;
  width: fit-content;
  background-color: #000;
  border: 5px solid #000;
  color: #fff;	
  text-align: center;
  font-family: "brandon-grotesque";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #FFF;
  color: #000;
}
section .filter form, section .filter{
  text-align: center;
}

/* Main Wrapper */

#mainWrapper {
  position: relative;
  text-align: left;
  margin: 0 auto;
  min-width: 320px;
  font-size: 20px;
  overflow: hidden;
}

/* Section */

.section {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

/* Intro */

#intro .section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 85px;
  padding: 55px 0 85px 0;
}

#intro .section img {
  /* margin: 55px 460px 0px 460px; */
  width: 520px;
}

#intro .section .stats {
  display: flex;
  width: 100%;
  justify-content: space-around;	
  align-items: center;
  /* padding: 120px 85px; */
  text-align: left;
}

#intro .section .stats div {
  width: 100%;
  padding: 36px 40px;
  border-color:#000;
  border-style: solid;
  border-width: 5px 2.5px 5px 2.5px;
}
#intro .section .stats div:nth-child(1) {
  border-left-width: 5px; 
}
#intro .section .stats div:nth-child(3) {
  border-right-width: 5px; 
}

#intro .section .stats h4 {
  color: #919191;
  margin: 0;
}
#intro .section .stats h2 {
  margin: 0;	
}

/* Please Select */
#pleaseSelect.bgDark {
  background-color: #000;
  color: #fff;
}
#pleaseSelect .section {
  position: relative;
  text-align: center;
  padding: 55px 0px ;
}
#pleaseSelect .section:after {
  content: url('images/arrow-down-light.svg');
  position: absolute;
  width: 25px;
  height: 25px;
  fill: #fff;
  bottom: 18px;
}

/* Estate Links */

#estateLinks .section {
  padding: 85px 0px;
}

#estateLinks .twoCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 75px;
}

#estateLinks .twoCols .col {
  position: relative;
  max-width: 50%;
  overflow: hidden;
  height: 400px;
  width: 50%;
}

#estateLinks .twoCols .col .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.50);
  z-index: 1000;
  outline: 5px solid #000;
  outline-offset: -16px;
  color: inherit;
  text-decoration: none;
}
#estateLinks .twoCols .col .overlay > * {
  margin: 0;
}
  
#estateLinks .twoCols .col .image {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.50);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
#estateLinks .twoCols .col:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Call To Action */

#cta .section {
  display: flex;
  padding-top: 0;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#cta .section h2 {
  font-weight: 700;
  line-height: 1.4;
}

/* Footer */
#footer {
  background: #000;
  color: #fff;
}

#footer .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 30px;
  max-width: 100%;
}
#footer .section .logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .section .logo img{
  margin: auto 0;
  width: 315px;
  height: 108px;
}
#footer .section ul {
  display: flex;
  justify-content: center;
  align-items: start;
  list-style: none;
  gap: 55px;
}
#footer .section ul li{
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: start;
}
#footer .section ul li h4,
#footer .section ul li p {
  margin: 0;
}
#footer .section ul li a {
  text-decoration: none;
  color: inherit;
}
.overlay:hover + .image{
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
 #cta .section{
  padding-bottom: 40px;
}
.mapContainer{

  
}
.mapContainer svg{
  display: block;
width: 100%; 
margin: auto;
}
.sold{
  /* fill: #a3a3a3 !important; */
}
.forSale{
  cursor: pointer;
}
.single-stage .forSale{
  fill:rgba(255, 255, 255, 0);
}
.titles{
  text-align: center;
  color: #000;
}
.titles a{
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.selectOptions {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 35px;
  justify-content: center;
  align-items: center;
  
}
.filter{
  max-width: 1800px;
  margin: auto;
  padding: 30px;
}
.filter .btn{
  height: max-content;
}
.selectOptions select {
  margin: 10px 77px 10px 0;
  padding: 0 33px 0 43px;
  border: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  min-height: 25px;
  border-radius: 0;
  background: no-repeat, no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #414B5B;
  background-image: url(./images/arrow-down.svg);
  border-bottom: 5px solid #000;
 background-position: 93%;
}

.selectOptions select:last-of-type {
  margin-right: 0;
}
.selectWrap label{
  display: block;
  text-align: center;
}
.propdetails{
  list-style: none;
  padding: 0;
  display: flex;
justify-content: space-evenly;
  column-gap: 20px;
}
.enquiry{
  display: flex;
  justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}
.enquiry .fullWidth{
width: 100%;
padding: 20px;
}
.enquiry input{
  border: none;
  border-bottom: 5px solid black;
  font-size: 15px;
}
.swal2-html-container .description{
  max-width: 720px;
  margin: auto;
}
.swal2-html-container .houses{
  margin-top: 20px;
  display: flex;
  justify-content: center;
    column-gap: 20px;
}
.swal2-html-container .houses .house{
  width: 30%;
}
.swal2-html-container .houses .house img{
  width: 100%;
  height: auto;
}
.swal2-html-container .houses .house .btn{
  margin: auto;
}
.swal2-html-container .houses .house h4 {
  margin-bottom: 0px;
}
.swal2-html-container .houses .house h5 {
  margin-top: 0px;
}
.vwmore{
  margin:20px  auto;
  background: none;
  color: #000;
}
.single .feature{
  margin: 40px auto;
  display: block;
}

.content .section r.description{
  max-width: 720px;
  margin: auto;
}
.content .section .houses{
  margin-top: 20px;
  display: flex;
  justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}
.content .section .houses .house{
  width: 30%;
  margin-bottom: 40px;
}
.content .section .houses .house img{
  width: 100%;
  height: auto;
}
.content .section .houses .house .btn{
  margin: auto;
}
.content .section .houses .house h4 {
  margin-bottom: 0px;
  text-align: center;
}
.content .section .houses .house h5 {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
}
.housesBlock{
  padding-bottom: 40px;
}
.details .detail img{
  max-width: 25px;
  display: inline-block;
}
.details{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.columns{
  display: flex;
}
.columns .description{
  width: 30%;
}
.single-house .enquiry{

}
.enquiry .field{
  padding: 20px;
}
.formSection{
  margin-bottom: 60px;
}
.formSection .btn{
  margin: auto;
}
.formContainer{
  text-align: center;
}
.separator{
  display: block;
  width: 100%;

  border-bottom: 5px solid #000;
  margin: 60px auto;
}
.featuredImage{
  margin-top: 20px;
}
.btn.brochure, .btn.clear{
  margin: auto;
}
.btn.clear{
  margin-top: 20px;
}
.forsale{
  transition: all 1s;
}
.forSale:hover{
  filter: saturate(2.5) ;
}
.sold{
  transition: all .25s;
}
.sold:hover{
  fill:grey;
}
.sold polygon{
  transition: all .25s;
}
.sold:hover polygon{
  fill:grey;
}
.sold path{
  transition: all .25s;
}
.sold:hover path{
  fill:grey;
}
.single-stage .forSale:hover {
    fill: rgb(255 251 251 / 19%);
}
.forsale path{
  transition: all 1s;
}
.forSale:hover path{
  filter: saturate(2.5);
  fill: rgba(137, 181, 107, 0.93);}
.forsale polygon{
  transition: all 1s;
}
.forSale:hover polygon{
  filter: saturate(2.5);
  fill: rgba(137, 181, 107, 0.93);
}
.forSale:hover{

  fill: rgba(137, 181, 107, 0.93);
}
.swal2-container .swal2-confirm.submitBTN{
  display: block;
  padding: 12px 16px;
  width: fit-content;
  background-color: #000;
  border: 5px solid #000;
  color: #fff;
  text-align: center;
  font-family: "brandon-grotesque";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 0px;
  }
.swal2-container .swal2-confirm.submitBTN:hover
{
  background-color: #FFF;
  color: #000;
}
.swal2-container .swal2-confirm.submitBTN:focus{
  box-shadow: none;
}


/* Media Queries */

/* Large Screens (Desktops) */

@media only screen and (max-width : 1550px) {}

@media only screen and (max-width : 1450px) {
  .section {
    max-width: 1200px;
  }
}

@media only screen and (max-width : 1260px) {
  .section {
    max-width: 970px;
  }
  .columns{
    display: block;
  }
  .columns .description{
    width: 100%;
    text-align: center;
  }
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
  .section {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #intro .section .stats {
    flex-direction: column;
  }
  
  #intro .section .stats div {
    width: 100%;
    padding: 36px 40px;
    border-color:#000;
    border-style: solid;
    border-width: 2.5px 5px;
  }
  #intro .section .stats div:nth-child(1) {
    border-top-width: 5px; 
  }
  #intro .section .stats div:nth-child(3) {
    border-bottom-width: 5px; 
  }
  
  #estateLinks .section {
    padding: 0 100px 0 100px;
  }
  #estateLinks .twoCols {
    padding-top: 85px;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
  }
  #estateLinks .twoCols .col {
    max-width: 100%;
  }
  
  #footer .section ul {
    flex-direction: column;
    gap:24px;
    width: 100%;
    align-items: center;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: start;
    list-style: none;
    gap: 55px; */
    padding: 0;
  }
  #footer .section ul li{
    display: block;
  }
  #estateLinks .twoCols .col{
    width: 100%;
  }
 
  #footer .section{
    flex-wrap: wrap;
    padding-top: 20px;
  flex-direction: column-reverse;
  }
  #footer .section .logo{
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width : 840px) {
  .swal2-html-container .houses .house{
    display: none;
  }
  .swal2-html-container .houses .house:first-of-type{
    display: block;
    width: 55%;
  }
 .swal2-html-container  .enquiry{
    flex-wrap: wrap;
  }
  .swal2-html-container  .enquiry .btn{
    margin-top: 20px;
  }
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
  .section{
    max-width: 95%;
  }
  .swal2-html-container  .enquiry input{
    width: 100%;
    line-height: 3em;
  }
}

@media only screen and (max-width : 479px) {}

@media only screen and (max-width : 400px) {}