@charset "UTF-8";
@import '_reset.css';
@import '_grid.css';
@import 'select2.min.css';
@import 'lightbox.min.css';
@import 'leaflet.css';
@import 'ion.rangeSlider.min.css';
.green {
  color: #339933;
}

h1, .h1,
h2, .h2, .main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span,
h3, .h3, .sidebar .widget .widgettitle,
h4, .h4, .main-footer h3,
h5, .h5,
h6, .h6 {
  line-height: 1.2em;
  margin: 0 0 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 72px;
  font-weight: 600;
  margin: 0 0 30px;
}

h2, .h2, .main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}

h3, .h3, .sidebar .widget .widgettitle {
  font-size: 24px;
  font-weight: 500;
}

h4, .h4, .main-footer h3 {
  font-size: 19px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 400;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}
.table th {
  text-align: inherit;
}
.table th.text-left {
  text-align: left;
}
.table tr.even td {
  color: #252526;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.table thead th,
.table tfoot th {
  color: white;
  background-color: #252526;
  border-color: #252526;
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}
.table tbody th {
  color: #252526;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn, .page-template-page-properties-map .map-filter .submit button, .wpcf7-form .wpcf7-submit,
.standard-form .wpcf7-submit {
  display: inline-block;
  padding: 16px 30px;
  border: 0;
  border-radius: 4px;
  background-color: #339933;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover, .page-template-page-properties-map .map-filter .submit button:hover, .wpcf7-form .wpcf7-submit:hover,
.standard-form .wpcf7-submit:hover {
  opacity: 0.8;
}
.btn.white, .page-template-page-properties-map .map-filter .submit button.white, .wpcf7-form .white.wpcf7-submit,
.standard-form .white.wpcf7-submit {
  background-color: white;
  color: #339933;
}
.btn.small, .page-template-page-properties-map .map-filter .submit button.small, .wpcf7-form .small.wpcf7-submit,
.standard-form .small.wpcf7-submit {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.loading:before, .page-template-page-properties-map .map-filter .submit button.loading:before, .wpcf7-form .loading.wpcf7-submit:before,
.standard-form .loading.wpcf7-submit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(img/ajax-loader.gif) no-repeat center;
  background-size: 18px;
}
.btn.fixed, .page-template-page-properties-map .map-filter .submit button.fixed, .wpcf7-form .fixed.wpcf7-submit,
.standard-form .fixed.wpcf7-submit {
  width: 225px;
}

@media screen and (max-width: 991px) {
  h1,
.h1 {
    font-size: 36px;
  }

  h2,
.h2,
.main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span {
    font-size: 34px;
  }

  h3,
.h3,
.sidebar .widget .widgettitle {
    font-size: 20px;
  }

  h4,
.h4,
.main-footer h3 {
    font-size: 16px;
  }

  h5,
.h5 {
    font-size: 15px;
  }

  h6,
.h6 {
    font-size: 15px;
  }
}
/* Print */
.green {
  color: #339933;
}

h1, .h1,
h2, .h2, .main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span,
h3, .h3, .sidebar .widget .widgettitle,
h4, .h4, .main-footer h3,
h5, .h5,
h6, .h6 {
  line-height: 1.2em;
  margin: 0 0 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 72px;
  font-weight: 600;
  margin: 0 0 30px;
}

h2, .h2, .main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span {
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}

h3, .h3, .sidebar .widget .widgettitle {
  font-size: 24px;
  font-weight: 500;
}

h4, .h4, .main-footer h3 {
  font-size: 19px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 400;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}
.table th {
  text-align: inherit;
}
.table th.text-left {
  text-align: left;
}
.table tr.even td {
  color: #252526;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.table thead th,
.table tfoot th {
  color: white;
  background-color: #252526;
  border-color: #252526;
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}
.table tbody th {
  color: #252526;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn, .page-template-page-properties-map .map-filter .submit button, .wpcf7-form .wpcf7-submit,
.standard-form .wpcf7-submit {
  display: inline-block;
  padding: 16px 30px;
  border: 0;
  border-radius: 4px;
  background-color: #339933;
  color: white;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover, .page-template-page-properties-map .map-filter .submit button:hover, .wpcf7-form .wpcf7-submit:hover,
.standard-form .wpcf7-submit:hover {
  opacity: 0.8;
}
.btn.white, .page-template-page-properties-map .map-filter .submit button.white, .wpcf7-form .white.wpcf7-submit,
.standard-form .white.wpcf7-submit {
  background-color: white;
  color: #339933;
}
.btn.small, .page-template-page-properties-map .map-filter .submit button.small, .wpcf7-form .small.wpcf7-submit,
.standard-form .small.wpcf7-submit {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.loading:before, .page-template-page-properties-map .map-filter .submit button.loading:before, .wpcf7-form .loading.wpcf7-submit:before,
.standard-form .loading.wpcf7-submit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(img/ajax-loader.gif) no-repeat center;
  background-size: 18px;
}
.btn.fixed, .page-template-page-properties-map .map-filter .submit button.fixed, .wpcf7-form .fixed.wpcf7-submit,
.standard-form .fixed.wpcf7-submit {
  width: 225px;
}

@media screen and (max-width: 991px) {
  h1,
.h1 {
    font-size: 36px;
  }

  h2,
.h2,
.main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span {
    font-size: 34px;
  }

  h3,
.h3,
.sidebar .widget .widgettitle {
    font-size: 20px;
  }

  h4,
.h4,
.main-footer h3 {
    font-size: 16px;
  }

  h5,
.h5 {
    font-size: 15px;
  }

  h6,
.h6 {
    font-size: 15px;
  }
}
.page-template-page-print-brochure {
  background: #e3e3e3;
  padding: 0 !important;
}
.page-template-page-print-brochure .page {
  background: white;
  padding: 30px;
  color: black;
  overflow: hidden;
  page-break-after: always;
  font-family: sans-serif, Arial;
  font-size: 12px;
  line-height: 1.4em;
}
.page-template-page-print-brochure .page .heading {
  position: relative;
}
.page-template-page-print-brochure .page .heading .bg {
  width: 100%;
  height: 70px;
}
.page-template-page-print-brochure .page .heading .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
}
.page-template-page-print-brochure .page .heading img {
  display: block;
}
.page-template-page-print-brochure .page .heading .company {
  font-weight: 600;
}
.page-template-page-print-brochure .page .heading .suburb {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  color: white !important;
}
.page-template-page-print-brochure .page .main-image {
  max-height: 365px;
  overflow: hidden;
}
.page-template-page-print-brochure .page .main-image img {
  display: block;
  max-width: 100%;
}
.page-template-page-print-brochure .page .address {
  padding: 15px 0;
  border-bottom: 1px solid #636466;
  line-height: 1em;
}
.page-template-page-print-brochure .page .info {
  padding-top: 20px;
}
.page-template-page-print-brochure .page .info .attrs span {
  margin-right: 20px;
}
.page-template-page-print-brochure .page .info .attrs span .fas {
  font-size: 15px;
  margin-left: 3px;
}
.page-template-page-print-brochure .page .info .icon {
  font-size: 12px;
}
.page-template-page-print-brochure .page .floorplan img {
  display: block;
  max-height: 950px;
  margin: 0 auto;
}
.page-template-page-print-brochure .page .disclaimer {
  font-size: 10px;
  color: #636466;
  line-height: 1.2em;
}

@media screen {
  .page-template-page-print-brochure .page {
    height: 1180px;
    width: 860px;
    margin: 0 auto 20px;
  }
}
@media print {
  @page {
    margin: 10mm 10mm 0 10mm;
    size: A4;
  }
  html,
body {
    width: 210mm;
    height: 297mm;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  .page-template-page-print-brochure {
    background: transparent;
  }
  .page-template-page-print-brochure .page {
    padding: 0 !important;
    margin: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* General */
*,
:before,
:after {
  box-sizing: border-box;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #636466;
  position: relative;
  padding-top: 112px;
}
body.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
}

address {
  font-style: normal;
}

.dt {
  display: table;
  height: 100%;
  width: 100%;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.normal {
  font-weight: 400;
}

.semibold {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalise {
  text-transform: capitalize;
}

.border-bottom {
  border-bottom: 1px solid #339933;
}

#wpadminbar {
  opacity: 0;
  height: 20px;
  overflow: hidden;
}
#wpadminbar:hover {
  opacity: 1;
  height: auto;
}

p {
  line-height: 1.5em;
}

.sm-icon, .wordpress-content ul.social li a, .sidebar .widget.share-post .links li a, .main-footer .sm .icons a {
  display: inline-block;
  padding: 8px;
  border-radius: 5px;
  font-size: 19px;
  color: #339933;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  transition: all 0.3s;
}
.sm-icon:hover, .wordpress-content ul.social li a:hover, .sidebar .widget.share-post .links li a:hover, .main-footer .sm .icons a:hover {
  background: #339933;
  color: white;
}

.limit-text, .property-card .inner .attributes .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.visible-sm {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  border-color: #339933;
  margin-left: 0;
  margin-right: 0;
}

div.wpcf7-validation-errors {
  border-color: #790000;
}

.slick-dots {
  padding-left: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  list-style-type: none;
}
.slick-dots li {
  margin: 0 3px;
  display: inline-block;
}
.slick-dots li button {
  border: 1px solid white;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  font-size: 0;
  color: transparent;
  padding: 0;
  background: transparent;
}
.slick-dots li.slick-active button {
  background: white;
}

.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  background: url(img/arrow-right-white.png) no-repeat center;
  background-size: 20px;
  z-index: 99;
  font-size: 0;
  border: 0;
}
.slick-arrow.slick-prev {
  transform: rotateZ(180deg);
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.select2-container--default {
  z-index: 1000;
}
.select2-container--default.select2-container--open {
  z-index: 1001;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #339933;
}

#select2-map-search-autocomplete-results .select2-results__option {
  font-size: 14px;
  line-height: 1em;
}
#select2-map-search-autocomplete-results .select2-results__option .select2-results__group {
  padding: 6px 10px 3px;
  text-transform: uppercase;
  font-size: 12px;
}
#select2-map-search-autocomplete-results .select2-results__option .icon {
  color: #339933;
  margin-right: 5px;
}
#select2-map-search-autocomplete-results .select2-results__option.select2-results__option--highlighted .icon {
  color: white;
}

.autocomplete {
  margin-bottom: 40px;
}
.autocomplete .filter {
  width: 150px;
  margin-right: 5px;
}
.autocomplete .filter .select2 {
  width: 100% !important;
}
.autocomplete .filter .select2 .select2-selection {
  border: 0;
  border-radius: 0;
  height: 60px;
  background: #252526;
}
.autocomplete .filter .select2 .select2-selection .select2-selection__rendered {
  font-size: 18px;
  line-height: 60px;
  font-weight: 400;
  color: white;
}
.autocomplete .filter .select2 .select2-selection .select2-selection__arrow {
  background: url(img/arrow-down-white.png) no-repeat center;
  background-size: auto 6px;
  width: 30px;
  height: 100%;
}
.autocomplete .filter .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.autocomplete .input {
  background: #252526;
  padding: 14px;
  height: 60px;
}
.autocomplete .input .icon {
  color: #339933;
  position: absolute;
  bottom: 50%;
  margin-bottom: -10px;
  font-size: 19px;
}
.autocomplete .input input {
  position: relative;
  background: #252526;
  border: 0;
  color: white;
  margin: 0 10px;
  font-size: 18px !important;
  outline: none;
}
.autocomplete .input .select2 {
  width: 98% !important;
  margin-left: 20px;
  vertical-align: text-bottom;
}
.autocomplete .input .select2 .select2-search--inline .select2-search__field {
  height: 32px;
  margin: 3px 0 0;
}
.autocomplete .input .select2 .select2-selection {
  border: 0;
  height: 32px;
  background: transparent;
  outline: 0;
}
.autocomplete .input .select2 .select2-selection .select2-selection__rendered {
  line-height: 14px;
  font-weight: 400;
  padding: 0;
}
.autocomplete .input .select2 .select2-selection.select2-selection--multiple .select2-selection__choice {
  background-color: #252526;
  border-color: white;
  margin-top: 0;
  padding: 9px 6px 7px;
  font-size: 13px;
  border-radius: 0;
  color: white;
}
.autocomplete .input .select2 .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: white;
}
.autocomplete .input .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.autocomplete .submit {
  padding: 0;
  height: 60px;
}
.autocomplete .submit button {
  background: #339933;
  color: white;
  border: 0;
  padding: 18px 25px;
  font-size: 17px;
  height: 60px;
}

.intro-with-image {
  height: 700px;
  height: 70vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.intro-with-image .dtc {
  padding-top: 100px;
  position: relative;
  z-index: 10;
}
.intro-with-image .text {
  margin-bottom: 30px;
  color: white;
}
.intro-with-image .text .h1 {
  font-size: 68px;
  margin: 0 0 10px;
}
.intro-with-image .text p {
  margin: 10px 0;
  font-size: 18px;
}

.image-overlay, .request-appraisal .image:before, .intro-with-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.99);
}
.main-header .row-1 {
  background: #339933;
  padding: 6px 30px;
  height: 32px;
  line-height: 1;
}
.main-header .row-1 a {
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.main-header .row-1 .home-finder-navigation {
  list-style: none;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.main-header .row-1 .home-finder-navigation a {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.main-header .row-1 .home-finder-navigation li {
  border-right: 1px solid white;
  display: inline-block;
  padding: 3px 7px 3px 5px;
}
.main-header .row-1 .home-finder-navigation li:last-child {
  border: none;
}
.main-header .row-1 .home-finder-navigation .field .select2 .select2-selection .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.main-header .row-1 .home-finder-navigation .field .select2 .select2-selection .select2-selection__arrow {
  left: 1px;
  right: auto;
  width: 20px;
}
.main-header .row-1 .field {
  font-size: 14px;
}
.main-header .row-1 .field label {
  color: white;
}
.main-header .row-1 .field .select2 {
  vertical-align: text-bottom;
}
.main-header .row-1 .field .select2 .select2-selection {
  border: 0;
  height: 17px;
  background: transparent;
  outline: 0;
}
.main-header .row-1 .field .select2 .select2-selection .select2-selection__rendered {
  line-height: 17px;
  font-weight: 400;
  color: white;
}
.main-header .row-1 .field .select2 .select2-selection .select2-selection__arrow {
  background: url(img/arrow-down-white.png) no-repeat center;
  background-size: auto 5px;
  width: 30px;
  height: 100%;
}
.main-header .row-1 .field .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.main-header .row-1 .field.global-region .select2 {
  width: 100px !important;
}
.main-header .row-1 .text {
  padding-left: 15px;
  border-left: 1px solid white;
}
.main-header .row-2 {
  padding: 15px 30px;
  border-bottom: 1px solid #339933;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .row-2 .icon-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
  image-rendering: -webkit-optimize-contrast;
}
.main-header .row-2 .icon-link img {
  vertical-align: middle;
}
.main-header .row-2 .sm {
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .main-header .row-2 .sm {
    display: none;
  }
}
.main-header .main-nav {
  display: inline-block;
  vertical-align: middle;
}
.main-header .main-nav,
.main-header .main-nav ul {
  padding-left: 0;
  margin: 0;
}
.main-header .main-nav li,
.main-header .main-nav ul li {
  list-style-type: none;
}
.main-header .main-nav .menu > li {
  display: inline-block;
}
.main-header .main-nav .menu > li > span,
.main-header .main-nav .menu > li > a {
  color: #339933;
  font-size: 18px;
  padding-right: 30px;
}
.main-header .main-nav .menu > li > span:hover,
.main-header .main-nav .menu > li > a:hover {
  font-weight: 900;
  cursor: pointer;
}
.main-header .main-nav .menu > li.active > span,
.main-header .main-nav .menu > li.active > a {
  font-weight: 900;
}
.main-header .main-nav .sub-nav {
  color: #339933;
}
.main-header .main-nav .sub-nav .menu-column {
  float: left;
  width: 33.3334%;
  padding-right: 30px;
  margin-bottom: 20px;
}
.main-header .main-nav .sub-nav.depth-0 {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 30px 40px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.main-header .main-nav .sub-nav.depth-0 > li {
  max-width: 1440px;
  margin: 0 auto;
}
.main-header .main-nav .sub-nav.depth-0 > li > a,
.main-header .main-nav .sub-nav.depth-0 > li > span {
  display: block;
  color: #339933;
  padding-bottom: 10px;
  border-bottom: 1px solid #339933;
  margin-bottom: 20px;
}
.main-header .main-nav .sub-nav.depth-1 {
  overflow: hidden;
}
.main-header .main-nav .sub-nav.depth-2 > li > a,
.main-header .main-nav .sub-nav.depth-2 > li > span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 5px 2px 7px;
}
.main-header .main-nav .sub-nav.depth-2 > li > a:hover,
.main-header .main-nav .sub-nav.depth-2 > li > span:hover {
  background: rgba(51, 153, 51, 0.1);
}
.main-header .main-nav .sub-nav.depth-3 > li {
  margin-bottom: 5px;
}
.main-header .main-nav .sub-nav.depth-3 > li > a,
.main-header .main-nav .sub-nav.depth-3 > li > span {
  display: block;
  font-size: 16px;
  padding: 5px 2px 7px;
}
.main-header .main-nav .sub-nav.depth-3 > li > a:before,
.main-header .main-nav .sub-nav.depth-3 > li > span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(img/green-triangle.png) no-repeat center left;
  background-size: 9px;
}
.main-header .main-nav .sub-nav.depth-3 > li > a:hover,
.main-header .main-nav .sub-nav.depth-3 > li > span:hover {
  background: rgba(51, 153, 51, 0.1);
}
.main-header .main-nav .mini-posts {
  float: right;
  width: 30%;
}
.main-header .main-nav .mini-posts + .sub-nav {
  float: left;
  width: 70%;
}
.main-header .main-nav .mini-posts .post-item-small {
  min-height: 82px;
  margin-bottom: 10px;
}
.main-header .main-nav .mini-posts .post-item-small .image {
  width: 80px;
}
.main-header .main-nav .mini-posts .post-item-small .h4, .main-header .main-nav .mini-posts .post-item-small .main-footer h3, .main-footer .main-header .main-nav .mini-posts .post-item-small h3 {
  font-size: 16px;
  font-weight: 400;
}
.main-header .main-nav .mini-posts .post-item-small .excerpt {
  display: none;
}
.main-header .main-nav .mini-posts .post-item-small .btn, .main-header .main-nav .mini-posts .post-item-small .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .main-header .main-nav .mini-posts .post-item-small button, .main-header .main-nav .mini-posts .post-item-small .wpcf7-form .wpcf7-submit, .wpcf7-form .main-header .main-nav .mini-posts .post-item-small .wpcf7-submit,
.main-header .main-nav .mini-posts .post-item-small .standard-form .wpcf7-submit,
.standard-form .main-header .main-nav .mini-posts .post-item-small .wpcf7-submit {
  display: none;
}
.main-header .main-nav .mini-posts .post-item-small .category {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.main-header .toggle-res-nav {
  display: none;
  color: #339933;
  font-size: 35px;
  font-family: serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}

.res-nav {
  display: none;
  position: fixed;
  right: -320px;
  top: 0;
  height: 100%;
  width: 320px;
  background: #252526;
  color: white;
  opacity: 0;
  transform: translate3d(100%, 0, 0) skewX(25deg);
  transition: all 0.3s;
  z-index: 12000;
}
.res-nav .inner {
  height: 100%;
}
.res-nav .menu-mobile-menu-container {
  height: 100%;
  height: calc(100% - 180px);
  margin: 70px 0 110px;
  padding: 0 20px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
.res-nav .menu {
  padding-left: 0;
  margin: 0;
}
.res-nav .menu li {
  list-style-type: none;
}
.res-nav .menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.res-nav .menu > li > a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 12px 0;
}
.res-nav .menu .sub-menu {
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.res-nav .menu .sub-menu a {
  display: block;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 8px 0 8px 0;
}
.res-nav .menu li.menu-item-has-children > a {
  position: relative;
}
.res-nav .menu li.menu-item-has-children > a:before {
  content: none;
}
.res-nav .menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(img/arrow-down-grey.png) no-repeat right;
  background-size: auto 7px;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}
.res-nav .menu li.menu-item-has-children > a.active:after {
  transform: rotateZ(0);
}
.res-nav .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #363636;
}
.res-nav .actions .icons {
  text-align: center;
  padding-bottom: 10px;
}
.res-nav .actions .icons .sm-icon, .res-nav .actions .icons .wordpress-content ul.social li a, .wordpress-content ul.social li .res-nav .actions .icons a, .res-nav .actions .icons .sidebar .widget.share-post .links li a, .sidebar .widget.share-post .links li .res-nav .actions .icons a, .res-nav .actions .main-footer .sm .icons a, .main-footer .sm .res-nav .actions .icons a {
  font-size: 15px;
  color: white;
}
.res-nav .actions .buttons {
  text-align: center;
}
.res-nav .actions .buttons .btn, .res-nav .actions .buttons .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .res-nav .actions .buttons button, .res-nav .actions .buttons .wpcf7-form .wpcf7-submit, .wpcf7-form .res-nav .actions .buttons .wpcf7-submit,
.res-nav .actions .buttons .standard-form .wpcf7-submit,
.standard-form .res-nav .actions .buttons .wpcf7-submit {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.res-nav .actions .buttons .btn:first-child, .res-nav .actions .buttons .page-template-page-properties-map .map-filter .submit button:first-child, .page-template-page-properties-map .map-filter .submit .res-nav .actions .buttons button:first-child, .res-nav .actions .buttons .wpcf7-form .wpcf7-submit:first-child, .wpcf7-form .res-nav .actions .buttons .wpcf7-submit:first-child,
.res-nav .actions .buttons .standard-form .wpcf7-submit:first-child,
.standard-form .res-nav .actions .buttons .wpcf7-submit:first-child {
  margin-right: 10px;
}
.res-nav .close {
  font-size: 40px;
  font-family: serif;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}
.res-nav.active {
  opacity: 1;
  right: 0;
  transform: none;
}

.overlay, .map-filter-overlay, .res-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 11000;
}
.overlay.active, .active.map-filter-overlay, .active.res-nav-overlay {
  left: 0;
  opacity: 1;
}

.map-filter-overlay {
  display: block;
}

.main-footer {
  border-top: 1px solid #339933;
  padding: 60px 0;
  background: url(img/footer-bg.png) no-repeat right bottom;
  background-size: auto 80%;
}
.main-footer .h4,
.main-footer h3 {
  color: #339933;
}
.main-footer .sm .h3, .main-footer .sm .sidebar .widget .widgettitle, .sidebar .widget .main-footer .sm .widgettitle {
  margin: 30px 0 10px;
}
.main-footer .dotted-links {
  padding-left: 0;
  margin: 0;
  text-align: right;
}
.main-footer .dotted-links li {
  list-style-type: none;
}
.main-footer .dotted-links li {
  display: inline-block;
  margin-left: 5px;
}
.main-footer .dotted-links li:before {
  content: "·";
  font-weight: 900;
  font-size: 22px;
  color: #339933;
  margin-right: 10px;
}
.main-footer .dotted-links li:first-child:before {
  content: none;
}
.main-footer a {
  display: inline-block;
}
.main-footer a:hover {
  color: #339933;
  text-decoration: underline;
}

body.home {
  padding-top: 0;
}

.homepage .intro {
  height: 75vh;
  position: relative;
  overflow: hidden;
}
.homepage .intro video {
  background: url(img/bhgre-sold-photoboard.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 90px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: -1;
  transform: translateX(-50%);
}
.homepage .intro .dt {
  background: rgba(37, 37, 38, 0.25);
}
.homepage .intro .text {
  padding-top: 100px;
  font-size: 30px;
  color: white;
}
.homepage .alternating-content .item .image {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  height: 100%;
  position: relative;
}
.homepage .alternating-content .item .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage .alternating-content .item .text {
  padding: 50px;
  padding: 30px 6vw;
}
.homepage .alternating-content .item .text .btn, .homepage .alternating-content .item .text .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .homepage .alternating-content .item .text button, .homepage .alternating-content .item .text .wpcf7-form .wpcf7-submit, .wpcf7-form .homepage .alternating-content .item .text .wpcf7-submit,
.homepage .alternating-content .item .text .standard-form .wpcf7-submit,
.standard-form .homepage .alternating-content .item .text .wpcf7-submit {
  margin-top: 20px;
  width: 220px;
}
.homepage .alternating-content .item.alternate .image-c {
  left: 50%;
  left: calc(50% - 1px);
}
.homepage .alternating-content .item.alternate .text {
  left: -50%;
}
.homepage .alternating-content .join-box {
  background: #339933;
  padding: 20px;
}
.homepage .alternating-content .join-box .image {
  width: 150px;
}
.homepage .alternating-content .join-box .text p {
  font-size: 18px;
  color: white;
}
.homepage .alternating-content .join-box .btn-c {
  text-align: right;
  width: 200px;
}
.homepage .alternating-content .join-box .btn-c .btn, .homepage .alternating-content .join-box .btn-c .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .homepage .alternating-content .join-box .btn-c button, .homepage .alternating-content .join-box .btn-c .wpcf7-form .wpcf7-submit, .wpcf7-form .homepage .alternating-content .join-box .btn-c .wpcf7-submit,
.homepage .alternating-content .join-box .btn-c .standard-form .wpcf7-submit,
.standard-form .homepage .alternating-content .join-box .btn-c .wpcf7-submit {
  padding: 20px 40px;
  font-size: 18px;
}
.homepage .alternating-content .join-box .show-sm-screen {
  display: none;
}
.homepage .latest-blog {
  margin: 50px 0;
}
.homepage .latest-blog .post-item-small {
  margin-bottom: 30px;
}
.homepage .latest-blog .post-item-small:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 350px) {
  #homepage-appraisal-btn {
    display: none;
  }
}
.post-item {
  height: 480px;
  position: relative;
}
.post-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
.post-item .box {
  background: white;
  border: 1px solid #339933;
  border-radius: 3px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 10;
}
.post-item .box .row-1 {
  padding: 15px 30px;
  border-bottom: 1px solid #339933;
}
.post-item .box .row-2 {
  position: relative;
}
.post-item .box .title {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
}
.post-item .box .date {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 19px 30px;
  margin: 0;
}
.post-item .box .more {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}

.post-item-small {
  position: relative;
  display: block;
  border: 1px solid #339933;
  background: #339933;
  min-height: 152px;
}
.post-item-small .image {
  width: 150px;
}
.post-item-small .image img {
  display: block;
}
.post-item-small .text {
  color: white;
  padding: 15px 20px;
}
.post-item-small .text .h3, .post-item-small .text .sidebar .widget .widgettitle, .sidebar .widget .post-item-small .text .widgettitle {
  line-height: 1em;
  margin: 0;
}
.post-item-small .text p {
  margin: 4px 0 12px;
}
.post-item-small .text .btn, .post-item-small .text .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .post-item-small .text button, .post-item-small .text .wpcf7-form .wpcf7-submit, .wpcf7-form .post-item-small .text .wpcf7-submit,
.post-item-small .text .standard-form .wpcf7-submit,
.standard-form .post-item-small .text .wpcf7-submit {
  padding: 5px 15px;
}
.post-item-small .text .category {
  display: none;
}
.post-item-small:hover {
  background: white;
}
.post-item-small:hover .text {
  color: #339933;
}
.post-item-small:hover .text .btn, .post-item-small:hover .text .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .post-item-small:hover .text button, .post-item-small:hover .text .wpcf7-form .wpcf7-submit, .wpcf7-form .post-item-small:hover .text .wpcf7-submit,
.post-item-small:hover .text .standard-form .wpcf7-submit,
.standard-form .post-item-small:hover .text .wpcf7-submit {
  background: #339933;
  color: white;
  opacity: 1;
}

/* Main Layout */
.main-body {
  padding: 40px 0 0;
}
.main-body .page-content {
  padding-right: 30px;
}
.main-body .sidebar-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  width: 1rem;
  background: radial-gradient(farthest-side at right center, rgba(0, 0, 0, 0.05), transparent);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.main-body .posts-count-info {
  text-align: center;
  padding: 30px 0;
}
.main-body .posts-nav {
  border-top: 1px solid #636466;
  margin-top: 30px;
  overflow: hidden;
}
.main-body .posts-nav .link {
  padding: 25px 45px;
  font-size: 18px;
  float: left;
  width: 50%;
  position: relative;
  transition: all 0.3s;
}
.main-body .posts-nav .link .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #339933;
}
.main-body .posts-nav .link:before {
  content: "";
  background: url(img/arrow-right-grey.png) no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
}
.main-body .posts-nav .link.prev {
  border-right: 1px solid #636466;
}
.main-body .posts-nav .link.prev:before {
  left: 0;
  transform: rotateZ(180deg);
}
.main-body .posts-nav .link.next {
  text-align: right;
}
.main-body .posts-nav .link.next:before {
  right: 0;
}
.main-body .posts-nav .link:hover {
  background: rgba(51, 153, 51, 0.2);
}
.main-body .posts-nav.single-link .link {
  width: 100%;
  border-right: 0;
}
.main-body .post-disclaimer {
  margin-top: 80px;
}
.main-body .post-disclaimer p {
  font-size: 11px;
  line-height: 1.5em;
}

.intro-image {
  background: linear-gradient(to bottom, #252526, #808285);
  position: relative;
}
.intro-image .featured-image {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.intro-image .text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.intro-image .sub-title {
  text-transform: uppercase;
}

/* Page */
.single-page .main-body .page-content .inner-content {
  margin-bottom: 80px;
}

/* Form */
.wpcf7-form.simple-panel-bg,
.standard-form.simple-panel-bg {
  background-color: #EBF5EB;
  padding: 15px;
  border-radius: 4px;
}
.wpcf7-form h3,
.standard-form h3 {
  margin-bottom: 20px;
}
.wpcf7-form label:not(.error),
.standard-form label:not(.error) {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.wpcf7-form label:not(.error) > br:first-child,
.standard-form label:not(.error) > br:first-child {
  display: none;
}
.wpcf7-form label:not(.error) em,
.standard-form label:not(.error) em {
  color: #790000;
  font-style: normal;
}
.wpcf7-form label:not(.error) textarea,
.wpcf7-form label:not(.error) input:not([type=checkbox]):not([type=radio]),
.standard-form label:not(.error) textarea,
.standard-form label:not(.error) input:not([type=checkbox]):not([type=radio]) {
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px 10px;
  height: 50px;
  width: 100%;
  margin-top: 8px;
  outline: 0;
}
.wpcf7-form label:not(.error) textarea,
.standard-form label:not(.error) textarea {
  height: 160px;
}
.wpcf7-form label:not(.error) .select2,
.standard-form label:not(.error) .select2 {
  width: 100% !important;
  margin-top: 8px;
}
.wpcf7-form label:not(.error) .select2 .select2-selection,
.standard-form label:not(.error) .select2 .select2-selection {
  border: 1px solid #ccc;
  height: 50px;
}
.wpcf7-form label:not(.error) .select2 .select2-selection .select2-selection__rendered,
.standard-form label:not(.error) .select2 .select2-selection .select2-selection__rendered {
  line-height: 48px;
  font-weight: 400;
}
.wpcf7-form label:not(.error) .select2 .select2-selection .select2-selection__arrow,
.standard-form label:not(.error) .select2 .select2-selection .select2-selection__arrow {
  background: url(img/arrow-down-grey.png) no-repeat center;
  background-size: auto 7px;
  width: 30px;
  height: 100%;
}
.wpcf7-form label:not(.error) .select2 .select2-selection .select2-selection__arrow b,
.standard-form label:not(.error) .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.wpcf7-form .field,
.standard-form .field {
  margin-bottom: 15px;
}
.wpcf7-form .field label,
.standard-form .field label {
  margin-bottom: 5px;
}
.wpcf7-form .field .input-icon,
.standard-form .field .input-icon {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9px 10px;
  height: 50px;
  margin-top: 8px;
}
.wpcf7-form .field .input-icon .icon,
.standard-form .field .input-icon .icon {
  position: absolute;
  top: 16px;
  left: 10px;
}
.wpcf7-form .field .input-icon input,
.standard-form .field .input-icon input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 30px;
  border: 0;
  outline: none;
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form label.error,
.standard-form .wpcf7-not-valid-tip,
.standard-form label.error {
  display: none;
  margin: 0 0 5px;
  padding: 3px 5px;
  background: #790000;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}
.wpcf7-form .wpcf7-not-valid-tip,
.standard-form .wpcf7-not-valid-tip {
  display: inline-block;
}
.wpcf7-form .result,
.standard-form .result {
  display: none;
  margin-top: 20px;
  padding: 15px;
  background: #339933;
  color: white;
}
.wpcf7-form .result.failed,
.standard-form .result.failed {
  background: #790000;
}

/* Sidebars */
.sidebar {
  padding-left: 0;
  margin: 0;
  padding-left: 20px;
}
.sidebar li {
  list-style-type: none;
}
.sidebar ul {
  padding-left: 0;
  margin: 0;
}
.sidebar ul li {
  list-style-type: none;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .widgettitle {
  font-weight: 700;
}
.sidebar .widget.share-post .links {
  padding-left: 0;
  margin: 0;
}
.sidebar .widget.share-post .links li {
  list-style-type: none;
}
.sidebar .widget.share-post .links li {
  display: inline-block;
}
.sidebar.page-sidebar .menu > li {
  border-bottom: 1px solid #339933;
}
.sidebar.page-sidebar .menu > li > a {
  font-size: 18px;
  display: block;
  padding: 12px 0;
}
.sidebar.page-sidebar .menu > li:first-child {
  border-top: 1px solid #339933;
}
.sidebar.page-sidebar .menu .sub-menu {
  display: none;
}
.sidebar.page-sidebar .menu .sub-menu a {
  display: block;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 8px 0 8px 0;
}
.sidebar.page-sidebar .menu .sub-menu a:before {
  content: "►";
  display: inline-block;
  color: #339933;
  font-size: 8px;
  line-height: 0;
  vertical-align: top;
  padding: 13px 10px;
}
.sidebar.page-sidebar .menu .sub-menu li.menu-item-has-children > a {
  padding-left: 20px;
}
.sidebar.page-sidebar .menu .sub-menu .sub-menu a {
  padding-left: 30px;
}
.sidebar.page-sidebar .menu li.menu-item-has-children > a {
  position: relative;
}
.sidebar.page-sidebar .menu li.menu-item-has-children > a:before {
  content: none;
}
.sidebar.page-sidebar .menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(img/arrow-down-grey.png) no-repeat right;
  background-size: auto 7px;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}
.sidebar.page-sidebar .menu li.menu-item-has-children > a.active:after {
  transform: rotateZ(0);
}
.sidebar.blog-sidebar .widget li {
  border-bottom: 1px solid #339933;
}
.sidebar.blog-sidebar .widget li > a {
  font-size: 18px;
  display: block;
  padding: 12px 0;
}
.sidebar.blog-sidebar .widget li:first-child {
  border-top: 1px solid #339933;
}

/* Blog */
.post-list .post-item {
  margin-bottom: 30px;
}

/* Wordpress Content */
.wp-block-column:not(:last-child) {
  margin-right: 5px;
}
.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 5px;
}

.wordpress-content > p:first-child {
  font-size: 24px;
  line-height: 1.4em;
  margin-top: 0;
}
.wordpress-content h2,
.wordpress-content h3,
.wordpress-content h4,
.wordpress-content h5,
.wordpress-content h6 {
  margin: 30px 0 10px;
}
.wordpress-content ul {
  padding-left: 17px;
}
.wordpress-content ul li {
  list-style: none;
  position: relative;
}
.wordpress-content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 15px;
  height: 10px;
  background: url(img/green-triangle.png) no-repeat center left;
  background-size: 9px;
}
.wordpress-content ul,
.wordpress-content ol {
  margin-bottom: 30px;
}
.wordpress-content ul li,
.wordpress-content ol li {
  margin-bottom: 12px;
}
.wordpress-content hr {
  margin: 20px 0;
}
.wordpress-content a:not(.btn) {
  text-decoration: underline;
}
.wordpress-content .youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wordpress-content .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wordpress-content iframe {
  border: 0;
}
.wordpress-content ul.social {
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.wordpress-content ul.social li {
  list-style-type: none;
}
.wordpress-content ul.social li {
  display: inline-block;
}
.wordpress-content ul.social li a {
  color: #636466;
  font-size: 25px;
}
.wordpress-content ul.social li:before {
  content: none;
}
.wordpress-content .wpcf7-form {
  margin-top: 20px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Properties */
.properties-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.property-card {
  width: 33.33334%;
  padding: 0 15px 15px 0;
  position: relative;
}
.property-card a {
  text-decoration: none !important;
}
.property-card .inner {
  background: white;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.property-card .inner.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252526 url(img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(37, 37, 38, 0.25);
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.property-card .inner.loading:before {
  z-index: 9;
}
.property-card .inner .image {
  padding-bottom: 56%;
  background-position: center;
  background-size: cover;
  height: 220px;
}
.property-card .inner .image .under-offer {
  background: #dd6b47;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.property-card .inner .attributes {
  padding: 20px;
  position: relative;
}
.property-card .inner .attributes .suburb {
  margin: 0;
  font-size: 18px;
}
.property-card .inner .attributes .address {
  margin: 5px 0;
  font-size: 14px;
  color: #339933;
  text-transform: uppercase;
  height: 42px;
  overflow: hidden;
}
.property-card .inner .attributes .details span {
  margin-right: 20px;
}
.property-card .inner .attributes .details span .fas {
  font-size: 15px;
  margin-left: 3px;
}
.property-card .inner .attributes .title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: normal;
}
.property-card .inner .attributes .manage-shortlist {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.property-card .inner .attributes .manage-shortlist i:hover {
  color: green;
}
.property-card .inner .financial {
  position: relative;
  background: #f6f6f6;
  border-top: 1px solid #e3e3e3;
  padding: 12px 20px;
}
.property-card .inner .financial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: radial-gradient(ellipse farthest-side at 50% 0, rgba(0, 0, 0, 0.05), transparent);
}
.property-card .inner .financial * {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.property-card .inner .financial .line-2 {
  color: #339933;
  padding-right: 40px;
}
.property-card .vcals {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 20px 11px 0;
}
.property-card .vcals form {
  display: inline-block;
}
.property-card .vcals a,
.property-card .vcals button {
  margin-left: 5px;
  font-size: 22px;
  color: #339933;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: 0;
}

.property-card-horizontal {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px #e6e7e8;
}
.property-card-horizontal .row > div {
  height: 80px;
}
.property-card-horizontal .image {
  height: 80px;
  width: 110px;
  background-size: cover;
  background-position: center;
}
.property-card-horizontal .attributes {
  background: #636466;
  padding: 8px 20px 0;
  color: white;
}
.property-card-horizontal .attributes .suburb {
  margin: 0;
  font-size: 18px;
}
.property-card-horizontal .attributes .address {
  margin: 2px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.property-card-horizontal .attributes .details {
  font-size: 13px;
}
.property-card-horizontal .attributes .details span {
  margin-right: 20px;
}
.property-card-horizontal .attributes .details span .fas {
  margin-left: 3px;
}
.property-card-horizontal .financial {
  position: relative;
  padding: 21px 20px;
  font-size: 13px;
  line-height: 1.5em;
}
.property-card-horizontal .financial .far {
  margin-right: 3px;
}
.property-card-horizontal .financial .line-2 {
  color: #339933;
}
.property-card-horizontal .vcals a,
.property-card-horizontal .vcals button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #339933;
  margin-left: 5px;
  font-size: 22px;
  color: white;
  padding: 27px 18px;
}

.single-property-inner .heading {
  padding: 40px 0;
}
.single-property-inner .heading h1 {
  font-size: initial;
  line-height: 1.8em;
  margin: 0;
}
.single-property-inner .gallery .slick-slide {
  padding: 0 2px;
  cursor: grab;
}
.single-property-inner .gallery .slick-slide img {
  max-height: 680px;
  width: auto;
  margin: 0 auto;
}
.single-property-inner .gallery .image {
  position: relative;
}
.single-property-inner .gallery .watch-video {
  background: rgba(37, 37, 38, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-property-inner .gallery .watch-video a {
  background: url(img/play-video.png) no-repeat center 15px;
  background-size: auto;
  background-size: 72px 72px;
  color: white;
  padding: 100px 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: -60px;
  margin-top: -85px;
  outline: none;
}
.single-property-inner .status {
  padding: 40px 0;
  border-bottom: 1px solid #636466;
}
.single-property-inner .status h2 {
  font-size: initial;
  line-height: 1.8em;
  margin: 0;
}
.single-property-inner .details {
  padding: 60px 0;
}
.single-property-inner .details .attrs span {
  margin-right: 20px;
}
.single-property-inner .details .attrs span .fas {
  font-size: 15px;
  margin-left: 3px;
}
.single-property-inner .details .block {
  margin-top: 25px;
}
.single-property-inner .details .block .times {
  padding-left: 0;
  margin: 0;
  border-top: 1px solid #339933;
}
.single-property-inner .details .block .times li {
  list-style-type: none;
}
.single-property-inner .details .block .times li {
  position: relative;
  border-bottom: 1px solid #339933;
  padding: 3px 0;
  font-size: 13px;
}
.single-property-inner .details .block .times li button {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  outline: 0;
}
.single-property-inner .details .block .times li button i {
  margin-right: 10px;
}
.single-property-inner .details .block .attachments {
  list-style: none;
  padding: 0;
}
.single-property-inner .details .block .attachments a {
  text-decoration: underline;
}
.single-property-inner .details .block .sm a {
  color: #339933;
  font-size: 16px;
  margin-right: 15px;
}
.single-property-inner .details .block.actions a {
  width: 100%;
}
.single-property-inner .details .description {
  margin-bottom: 30px;
}
.single-property-inner .details .description ul {
  padding-left: 18px;
}
.single-property-inner .details .description p:first-of-type {
  margin-top: 0;
}
.single-property-inner .details .features ul {
  padding-left: 0;
  margin: 0;
  border-top: 1px solid #e3e3e3;
  max-width: 320px;
}
.single-property-inner .details .features ul li {
  list-style-type: none;
}
.single-property-inner .details .features ul li {
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding: 2px 0;
}
.single-property-inner .details .features ul li .col:last-child {
  text-align: right;
}
.single-property-inner .details .features .h5 {
  margin: 20px 0 5px;
}
.single-property-inner .agents {
  background: #636466;
  color: white;
  padding: 60px 0 40px;
}
.single-property-inner .agents.project {
  padding: 0;
}
.single-property-inner .agents.project .info {
  padding: 60px 0 0;
}
.single-property-inner .agents address,
.single-property-inner .agents .contact {
  font-size: 13px;
}
.single-property-inner .agents .contact {
  margin-bottom: 20px;
}
.single-property-inner .agents .contact span {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
}
.single-property-inner .agents .actions .btn, .single-property-inner .agents .actions .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-property-inner .agents .actions button, .single-property-inner .agents .actions .wpcf7-form .wpcf7-submit, .wpcf7-form .single-property-inner .agents .actions .wpcf7-submit,
.single-property-inner .agents .actions .standard-form .wpcf7-submit,
.standard-form .single-property-inner .agents .actions .wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
.single-property-inner .agents .info {
  margin-bottom: 30px;
}
.single-property-inner .agents .agent-card {
  margin-bottom: 20px;
}
.single-property-inner .office address,
.single-property-inner .office .contact {
  font-size: 13px;
}
.single-property-inner .office .contact {
  margin-bottom: 20px;
}
.single-property-inner .office .contact span {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
}
.single-property-inner .office .actions .btn, .single-property-inner .office .actions .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-property-inner .office .actions button, .single-property-inner .office .actions .wpcf7-form .wpcf7-submit, .wpcf7-form .single-property-inner .office .actions .wpcf7-submit,
.single-property-inner .office .actions .standard-form .wpcf7-submit,
.standard-form .single-property-inner .office .actions .wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
.single-property-inner .office .info {
  margin-bottom: 30px;
}
.single-property-inner .tabs-headings {
  background: #333333;
}
.single-property-inner .tabs-headings .tab-heading {
  display: inline-block;
  padding: 20px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-right: 75px;
  border-bottom: 9px solid #333333;
}
.single-property-inner .tabs-headings .tab-heading:last-child {
  margin-right: 0;
}
.single-property-inner .tabs-headings .tab-heading.active {
  border-color: #a4cd55;
}
@media screen and (max-width: 767px) {
  .single-property-inner .tabs-headings .tab-heading {
    display: block;
    border-bottom-width: 3px;
    font-size: 16px;
    margin-right: 0;
  }
}
.single-property-inner .tabs .tab {
  display: none;
  padding: 70px 0;
}
.single-property-inner .tabs .tab .properties-container .property-card {
  width: 25%;
  padding: 0 25px 25px 0;
}
.single-property-inner .tabs .tab .properties-container .property-card .details {
  padding: 0;
}
.single-property-inner .tabs .tab .load-more,
.single-property-inner .tabs .tab .load-more-units {
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 1310px) {
  .single-property-inner .tabs .tab .properties-container .property-card {
    width: 33.3334%;
  }
}
@media screen and (max-width: 991px) {
  .single-property-inner .tabs .tab {
    padding: 35px 0;
  }
}
.single-property-inner .local-info {
  background: #f5f5f5;
}
.single-property-inner .local-info .region-info {
  padding: 40px 0;
}
.single-property-inner .local-info .property-map {
  height: 500px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-property-inner .local-info .property-map .map-container,
.single-property-inner .local-info .property-map #property-map {
  height: 100%;
}
.single-property-inner .loan-calculator {
  display: none;
  background: url(img/property-calculator-bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding: 40px 0 20px;
}
.single-property-inner .loan-calculator .close {
  float: right;
  font-size: 30px;
  font-family: serif;
}
.single-property-inner .loan-calculator input[type=number]::-webkit-outer-spin-button, .single-property-inner .loan-calculator input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-property-inner .loan-calculator input[type=number] {
  -moz-appearance: textfield;
}
.single-property-inner .loan-calculator .form .dots {
  border-right: 1px dotted white;
}
.single-property-inner .loan-calculator .form .field {
  margin-bottom: 15px;
}
.single-property-inner .loan-calculator .form .field label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.single-property-inner .loan-calculator .form .field .select2 {
  width: 100% !important;
  margin-top: 8px;
}
.single-property-inner .loan-calculator .form .field .select2 .select2-selection {
  height: 45px;
  border: 0;
}
.single-property-inner .loan-calculator .form .field .select2 .select2-selection .select2-selection__rendered {
  line-height: 45px;
  font-weight: 400;
  background: #252526;
  color: white;
}
.single-property-inner .loan-calculator .form .field .select2 .select2-selection .select2-selection__arrow {
  background: url(img/arrow-down-grey.png) no-repeat center;
  background-size: auto 7px;
  width: 30px;
  height: 100%;
}
.single-property-inner .loan-calculator .form .field .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.single-property-inner .loan-calculator .form .input {
  position: relative;
  padding-left: 35px;
  background: #252526;
}
.single-property-inner .loan-calculator .form .input .icon {
  position: absolute;
  left: 13px;
  top: 16px;
  font-size: 13px;
}
.single-property-inner .loan-calculator .form .input input {
  display: block;
  background: #252526;
  border: 0;
  height: 45px;
  width: 100%;
  outline: none;
}
.single-property-inner .loan-calculator .figure {
  font-size: 19px;
}
.single-property-inner .loan-calculator .figure .amount {
  float: right;
}
.single-property-inner .loan-calculator .more {
  background: rgba(51, 153, 51, 0.5);
  margin: 15px 0;
}
.single-property-inner .loan-calculator .btn, .single-property-inner .loan-calculator .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-property-inner .loan-calculator button, .single-property-inner .loan-calculator .wpcf7-form .wpcf7-submit, .wpcf7-form .single-property-inner .loan-calculator .wpcf7-submit,
.single-property-inner .loan-calculator .standard-form .wpcf7-submit,
.standard-form .single-property-inner .loan-calculator .wpcf7-submit {
  padding: 10px 20px;
  font-size: 14px;
}
.single-property-inner .floating-info {
  position: fixed;
  bottom: -65px;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 65px;
  background: #404040;
  color: white;
  opacity: 0;
  transition: all 0.5s;
}
.single-property-inner .floating-info .row {
  height: 65px;
}
.single-property-inner .floating-info .location {
  font-size: initial;
  line-height: 1.4em;
  margin: 0;
}
.single-property-inner .floating-info .location .h4, .single-property-inner .floating-info .location .main-footer h3, .main-footer .single-property-inner .floating-info .location h3 {
  font-size: 17px;
}
.single-property-inner .floating-info p {
  font-size: 12px;
  margin: 0;
}
.single-property-inner .floating-info .btn, .single-property-inner .floating-info .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-property-inner .floating-info button, .single-property-inner .floating-info .wpcf7-form .wpcf7-submit, .wpcf7-form .single-property-inner .floating-info .wpcf7-submit,
.single-property-inner .floating-info .standard-form .wpcf7-submit,
.standard-form .single-property-inner .floating-info .wpcf7-submit {
  padding: 7px 20px;
  font-size: 12px;
  float: right;
}
.single-property-inner .floating-info.active {
  bottom: 0;
  opacity: 1;
}

.property-video,
.property-enquiry {
  display: none;
  background: white;
  max-width: 765px;
}
.property-video .close,
.property-enquiry .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  font-size: 50px;
  font-family: serif;
  cursor: pointer;
}
.property-video .heading,
.property-enquiry .heading {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #636466;
}
.property-video .form,
.property-enquiry .form {
  padding: 0 20px 10px;
}
.property-video .form textarea,
.property-enquiry .form textarea {
  height: 100px;
}
.property-video .disclaimer,
.property-enquiry .disclaimer {
  position: absolute;
  bottom: -50px;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}

.property-video {
  padding: 40px 40px 10px 10px;
  background: transparent;
}
.property-video .close {
  color: white;
  padding: 0;
  top: 10px;
  right: 10px;
}
.property-video iframe {
  max-width: 100%;
}

.agent-card {
  text-align: center;
}
.agent-card .image {
  display: block;
  margin: 0 auto 25px;
  max-width: 240px;
  border-radius: 50%;
  overflow: hidden;
}
.agent-card .image .square {
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  height: 0;
}
.agent-card a.image {
  border: 5px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.agent-card a.image:hover {
  border: 10px solid #339933;
  transform: scale(1.075);
}
.agent-card .text p {
  margin: 0;
}

/* Properties Map */
.page-template-page-properties-map .co {
  padding: 0 30px;
}
.page-template-page-properties-map .search {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
}
.page-template-page-properties-map .search.loading {
  position: relative;
}
.page-template-page-properties-map .search.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252526 url(img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(37, 37, 38, 0.25);
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-properties-map .search.loading:before {
  z-index: 9;
}
.page-template-page-properties-map .search .select2 {
  width: 100% !important;
  margin-left: 20px;
  vertical-align: text-bottom;
}
.page-template-page-properties-map .search .select2 .select2-search--inline .select2-search__field {
  height: 32px;
  margin: 3px 0 0;
}
.page-template-page-properties-map .search .select2 .select2-selection {
  border: 0;
  height: 32px;
  background: transparent;
  outline: 0;
}
.page-template-page-properties-map .search .select2 .select2-selection .select2-selection__rendered {
  line-height: 14px;
  font-weight: 400;
  padding: 0;
}
.page-template-page-properties-map .search .select2 .select2-selection.select2-selection--multiple .select2-selection__choice {
  background-color: #f2f2f2;
  margin-top: 0;
  padding: 11px 6px 8px;
  font-size: 13px;
  border-radius: 0;
}
.page-template-page-properties-map .search .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.page-template-page-properties-map .search .btn, .page-template-page-properties-map .search .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .search button, .page-template-page-properties-map .search .wpcf7-form .wpcf7-submit, .wpcf7-form .page-template-page-properties-map .search .wpcf7-submit,
.page-template-page-properties-map .search .standard-form .wpcf7-submit,
.standard-form .page-template-page-properties-map .search .wpcf7-submit {
  margin-left: 5px;
}
.page-template-page-properties-map .search .icon {
  color: #339933;
  position: absolute;
  bottom: 10px;
}
.page-template-page-properties-map .search .search-input {
  border: 0;
  width: 80%;
  outline: none;
  font-size: 14px;
}
.page-template-page-properties-map .search .mobile {
  display: none;
}
.page-template-page-properties-map .search .mobile * {
  vertical-align: middle;
}
.page-template-page-properties-map .search .mobile .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  background: #f2f2f2;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 2px;
  font-size: 15px;
}
.page-template-page-properties-map .search .mobile .switch input {
  position: absolute;
  left: -100%;
  z-index: -99;
  opacity: 0;
}
.page-template-page-properties-map .search .mobile .switch input:checked + label:before {
  left: 30px;
}
.page-template-page-properties-map .search .mobile .switch input:checked + label .grid {
  color: #636466;
}
.page-template-page-properties-map .search .mobile .switch input:checked + label .map {
  color: white;
}
.page-template-page-properties-map .search .mobile .switch label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: #339933;
  transition: all 0.3s;
}
.page-template-page-properties-map .search .mobile .switch label .grid {
  color: white;
}
.page-template-page-properties-map .search .mobile .switch .bt {
  position: relative;
  z-index: 10;
  float: left;
  width: 50%;
  text-align: center;
  padding: 6px 5px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.page-template-page-properties-map .stretch {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 165px;
}
.page-template-page-properties-map .stretch .h100 {
  height: 100%;
}
.page-template-page-properties-map .stretch .sort {
  padding: 4px 0 3px;
  font-size: 14px;
  background: #f2f2f2;
  border-bottom: 1px solid #e3e3e3;
}
.page-template-page-properties-map .stretch .sort .select2 {
  width: 150px !important;
}
.page-template-page-properties-map .stretch .active-filters {
  background: #339933;
  color: white;
  font-size: 14px;
  padding: 4px 0;
}
.page-template-page-properties-map .stretch .active-filters p {
  margin: 0;
}
.page-template-page-properties-map .stretch .grid {
  background: #f2f2f2;
  padding: 20px 0;
  overflow: auto;
  height: calc(100% - 87px);
}
.page-template-page-properties-map .stretch .grid.active-filters-shown {
  height: calc(100% - 128px);
}
.page-template-page-properties-map .stretch .grid.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252526 url(img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(37, 37, 38, 0.25);
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-properties-map .stretch .grid .properties-not-found {
  padding-top: 50px;
}
.page-template-page-properties-map .stretch .grid .properties-not-found h2 {
  text-transform: uppercase;
}
.page-template-page-properties-map .stretch .grid .properties-not-found a {
  text-decoration: underline;
}
.page-template-page-properties-map .stretch .grid .properties-count {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #636466;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.page-template-page-properties-map .stretch .grid .properties-count .next,
.page-template-page-properties-map .stretch .grid .properties-count .previous {
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(img/arrow-right-white.png) no-repeat center;
  background-size: 12px;
  opacity: 0.25;
  cursor: default;
}
.page-template-page-properties-map .stretch .grid .properties-count .next.active,
.page-template-page-properties-map .stretch .grid .properties-count .previous.active {
  opacity: 1;
  cursor: pointer;
}
.page-template-page-properties-map .stretch .grid .properties-count .next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.page-template-page-properties-map .stretch .grid .properties-count .previous {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(img/arrow-left-white.png);
}
.page-template-page-properties-map .stretch .sort .select2 {
  vertical-align: text-bottom;
}
.page-template-page-properties-map .stretch .sort .select2 .select2-selection {
  border: 0;
  height: 17px;
  background: transparent;
  outline: 0;
}
.page-template-page-properties-map .stretch .sort .select2 .select2-selection .select2-selection__rendered {
  line-height: 17px;
  font-weight: 400;
}
.page-template-page-properties-map .stretch .sort .select2 .select2-selection .select2-selection__arrow {
  background: url(img/arrow-down-grey.png) no-repeat center;
  background-size: auto 7px;
  width: 30px;
  height: 100%;
}
.page-template-page-properties-map .stretch .sort .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.page-template-page-properties-map .map-container {
  height: 100%;
}
.page-template-page-properties-map .map-container #properties-map {
  height: 100%;
}
.page-template-page-properties-map .map-filter {
  position: fixed;
  z-index: 12000;
  right: -100%;
  top: 0;
  height: 100%;
  width: 450px;
  background: #252526;
  color: white;
  padding: 20px 30px;
  opacity: 0;
  transform: translate3d(100%, 0, 0) skewX(25deg);
  transition: all 0.3s;
}
.page-template-page-properties-map .map-filter.active {
  opacity: 1;
  right: 0;
  transform: none;
}
.page-template-page-properties-map .map-filter .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 30px;
  font-size: 25px;
}
.page-template-page-properties-map .map-filter .viewport {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 130px);
}
.page-template-page-properties-map .map-filter .field {
  margin-top: 20px;
  overflow: hidden;
}
.page-template-page-properties-map .map-filter .field > label {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.page-template-page-properties-map .map-filter .field .range-container .irs {
  height: 70px;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-bar {
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-line {
  height: 5px;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-handle {
  display: none;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-from,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-to,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-single {
  background: #339933;
  color: white;
  height: 45px;
  border-radius: 0;
  top: 5px;
  width: 60px;
  z-index: 10;
  font-size: 14px;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-from:before,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-to:before,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-single:before {
  content: none;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-from:after,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-to:after,
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-single:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-from:after {
  right: -15px;
  border-width: 22.5px 0 22.5px 15px;
  border-color: transparent transparent transparent #339933;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-to:after {
  left: -15px;
  border-width: 22.5px 15px 22.5px 0;
  border-color: transparent #339933 transparent transparent;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-single {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.page-template-page-properties-map .map-filter .field .range-container .irs .irs-single:after {
  content: none;
}
.page-template-page-properties-map .map-filter .field .fancy-radio {
  padding: 3px;
  background: white;
  margin-bottom: 5px;
}
.page-template-page-properties-map .map-filter .field .fancy-radio > label {
  color: #252526;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .title {
  display: block;
  padding: 9px;
  color: #252526;
  font-size: 13px;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .title i {
  margin-right: 5px;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .boxes .box-c {
  float: left;
  width: 20%;
  text-align: center;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .boxes .box-c .box {
  display: block;
  background: #252526;
  padding: 10px 15px;
  font-size: 13px;
  cursor: pointer;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .boxes .box-c input {
  opacity: 0;
  position: absolute;
  z-index: -99;
}
.page-template-page-properties-map .map-filter .field .fancy-radio .boxes .box-c input:checked + .box {
  background: #339933;
}
.page-template-page-properties-map .map-filter .field .checkboxes {
  background: white;
  color: #252526;
  padding: 10px 15px;
}
.page-template-page-properties-map .map-filter .field .checkboxes .checkbox {
  font-size: 13px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
}
.page-template-page-properties-map .map-filter .field .checkboxes .checkbox .box {
  float: left;
  margin: 4px 5px 0 0;
  width: 15px;
  height: 15px;
  border: 2px solid #636466;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  vertical-align: middle;
  text-align: center;
}
.page-template-page-properties-map .map-filter .field .checkboxes .checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -99;
}
.page-template-page-properties-map .map-filter .field .checkboxes .checkbox input:checked + .box {
  background-image: url(img/tick-black.png);
}
.page-template-page-properties-map .map-filter .field .checkboxes .checkbox.first {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.page-template-page-properties-map .map-filter .submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
}
.page-template-page-properties-map .map-filter .submit button {
  width: 100%;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

#select2-sort-order-results .select2-results__option,
#select2-search-location-distance-results .select2-results__option,
#select2-global-region-results .select2-results__option {
  font-size: 14px;
  line-height: 1em;
}

.property-popup-sale .leaflet-popup-content-wrapper,
.property-popup-sold .leaflet-popup-content-wrapper,
.property-popup-lease .leaflet-popup-content-wrapper,
.property-popup-leased .leaflet-popup-content-wrapper,
.property-popup-projects .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}
.property-popup-sale .leaflet-popup-content-wrapper .leaflet-popup-content,
.property-popup-sold .leaflet-popup-content-wrapper .leaflet-popup-content,
.property-popup-lease .leaflet-popup-content-wrapper .leaflet-popup-content,
.property-popup-leased .leaflet-popup-content-wrapper .leaflet-popup-content,
.property-popup-projects .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.property-popup-sale .inner,
.property-popup-sold .inner,
.property-popup-lease .inner,
.property-popup-leased .inner,
.property-popup-projects .inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px;
  min-height: 100px;
}
.property-popup-sale .inner .image,
.property-popup-sold .inner .image,
.property-popup-lease .inner .image,
.property-popup-leased .inner .image,
.property-popup-projects .inner .image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 100px;
  overflow: hidden;
}
.property-popup-sale .inner .text,
.property-popup-sold .inner .text,
.property-popup-lease .inner .text,
.property-popup-leased .inner .text,
.property-popup-projects .inner .text {
  padding-left: 100px;
  color: #636466;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.property-popup-sale .inner .text .title,
.property-popup-sold .inner .text .title,
.property-popup-lease .inner .text .title,
.property-popup-leased .inner .text .title,
.property-popup-projects .inner .text .title {
  font-size: 13px;
  padding-right: 20px;
}
.property-popup-sale .inner .text .address,
.property-popup-sold .inner .text .address,
.property-popup-lease .inner .text .address,
.property-popup-leased .inner .text .address,
.property-popup-projects .inner .text .address {
  text-transform: uppercase;
}
.property-popup-sale .inner .text .details,
.property-popup-sold .inner .text .details,
.property-popup-lease .inner .text .details,
.property-popup-leased .inner .text .details,
.property-popup-projects .inner .text .details {
  margin: 3px 0;
}
.property-popup-sale .inner .text .details span,
.property-popup-sold .inner .text .details span,
.property-popup-lease .inner .text .details span,
.property-popup-leased .inner .text .details span,
.property-popup-projects .inner .text .details span {
  margin-right: 10px;
}
.property-popup-sale .inner .text .details span .fas,
.property-popup-sold .inner .text .details span .fas,
.property-popup-lease .inner .text .details span .fas,
.property-popup-leased .inner .text .details span .fas,
.property-popup-projects .inner .text .details span .fas {
  margin-left: 3px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster {
  background-clip: padding-box;
}
.marker-cluster div {
  background: #339933 url(img/logo-bug-white.png) no-repeat center;
  background-size: 30px 30px;
  border: 3px solid #339933;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
}
.marker-cluster span {
  display: none;
}

/* Open For Inspection */
.open-inspections .inspections {
  padding: 60px 0;
}
.open-inspections .inspections .block {
  margin-bottom: 30px;
}
.open-inspections .inspections .block .h3, .open-inspections .inspections .block .sidebar .widget .widgettitle, .sidebar .widget .open-inspections .inspections .block .widgettitle {
  margin-bottom: 15px;
}
.open-inspections .properties-count {
  position: relative;
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.open-inspections .properties-count .next,
.open-inspections .properties-count .previous {
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  background: url(img/arrow-right-grey.png) no-repeat center;
  background-size: 12px;
  opacity: 0.25;
  cursor: default;
}
.open-inspections .properties-count .next.active,
.open-inspections .properties-count .previous.active {
  opacity: 1;
  cursor: pointer;
}
.open-inspections .properties-count .next {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.open-inspections .properties-count .previous {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url(img/arrow-left-grey.png);
}

/* Request Appraisal */
.request-appraisal .main-row {
  min-height: calc(100vh - 110px);
}
.request-appraisal .mini-container {
  padding: 50px 100px;
  height: 100%;
}
.request-appraisal .image {
  background-size: cover;
  background-position: center;
  color: white;
}
.request-appraisal .image .dt {
  position: relative;
  z-index: 10;
}
.request-appraisal .image h2 {
  font-size: 58px;
}
.request-appraisal .image p {
  font-size: 18px;
}
.request-appraisal .steps .step {
  margin: 0;
  padding: 0;
  border: 0;
}
.request-appraisal .steps .step .number {
  font-size: 13px;
  color: #339933;
}
.request-appraisal .steps .step.step-1 {
  margin-bottom: 30px;
}
.request-appraisal .steps .step.step-1 .not-working {
  margin: 0 0 20px;
  text-align: right;
  font-size: 13px;
}
.request-appraisal .steps .step.step-1 .manual {
  display: none;
}
.request-appraisal .steps .step.step-2 {
  display: none;
}
.request-appraisal .steps .step.step-2 .submit {
  margin-top: 30px;
}
.request-appraisal .steps .step.step-2 .checkbox label {
  font-weight: 400;
}

/* Offices Map */
.offices-map #offices-map {
  height: 500px;
  height: 50vh;
}
.offices-map .address-search {
  background: #f2f2f2;
  padding: 60px 0;
}
.offices-map .address-search .search-results {
  margin-top: 20px;
}
.offices-map .address-search .search-results .h3, .offices-map .address-search .search-results .sidebar .widget .widgettitle, .sidebar .widget .offices-map .address-search .search-results .widgettitle {
  margin-bottom: 20px;
}
.offices-map .address-search .search-results .offices-not-found {
  padding-top: 25px;
}
.offices-map .address-search .search-results .offices-not-found h2 {
  text-transform: uppercase;
}
.offices-map .address-search .search-results .offices-not-found a {
  text-decoration: underline;
}
.offices-map .page-content {
  padding: 60px 0;
}

.offices-container {
  margin-left: 15px;
}
.offices-container .office-card {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 15px;
}

.office-card .inner {
  position: relative;
  background: white;
  padding-bottom: 55px;
  height: 100%;
}
.office-card .inner .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 45%;
}
.office-card .inner .image.logo {
  background-size: contain;
}
.office-card .inner .text {
  padding: 20px;
}
.office-card .inner .text address,
.office-card .inner .text .contact {
  font-size: 14px;
}
.office-card .inner .text .contact {
  line-height: 1.4em;
}
.office-card .inner .text .contact span {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
}
.office-card .inner .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.office-card .inner .actions .first {
  padding-right: 5px;
}
.office-card .inner .actions .btn, .office-card .inner .actions .wpcf7-form .wpcf7-submit, .wpcf7-form .office-card .inner .actions .wpcf7-submit,
.office-card .inner .actions .standard-form .wpcf7-submit,
.standard-form .office-card .inner .actions .wpcf7-submit, .office-card .inner .actions .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .office-card .inner .actions button {
  width: 100%;
  margin-top: 3px;
  padding-right: 0;
  padding-left: 0;
  font-size: 12px;
}

.office-marker-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
}
.office-marker-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.office-marker-popup .office-card .inner .text {
  padding-bottom: 10px;
}
.office-marker-popup .office-card .inner .text .office-name {
  color: #339933;
}
.office-marker-popup .office-card .inner .text address,
.office-marker-popup .office-card .inner .text .contact {
  font-size: 12px;
}
.office-marker-popup .office-card .inner .text .address {
  margin: 0 0 10px;
}
.office-marker-popup .office-card .inner .text p {
  margin: 5px 0;
}
.office-marker-popup .btn, .office-marker-popup .wpcf7-form .wpcf7-submit, .wpcf7-form .office-marker-popup .wpcf7-submit,
.office-marker-popup .standard-form .wpcf7-submit,
.standard-form .office-marker-popup .wpcf7-submit, .office-marker-popup .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .office-marker-popup button {
  font-size: 12px;
}

/* Agents Search */
.agents-search .groups {
  padding: 60px 0;
}
.agents-search .groups .group {
  margin-bottom: 80px;
}
.agents-search .groups .group .title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.agents-search .groups .group .info {
  margin-bottom: 30px;
}
.agents-search .groups .group .info .contact,
.agents-search .groups .group .info .address {
  font-size: 13px;
}
.agents-search .groups .group .info .contact {
  line-height: 1.4em;
}
.agents-search .groups .group .info .contact span {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
}
.agents-search .groups .group .info .btn, .agents-search .groups .group .info .wpcf7-form .wpcf7-submit, .wpcf7-form .agents-search .groups .group .info .wpcf7-submit,
.agents-search .groups .group .info .standard-form .wpcf7-submit,
.standard-form .agents-search .groups .group .info .wpcf7-submit, .agents-search .groups .group .info .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .agents-search .groups .group .info button {
  margin-top: 30px;
}
.agents-search .groups .group .agents-container {
  display: flex;
  flex-wrap: wrap;
}
.agents-search .groups .group .agents-container .agent-card {
  width: 33.3334%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.agents-search .groups .agents-not-found h2 {
  text-transform: uppercase;
}
.agents-search .groups .agents-not-found a {
  text-decoration: underline;
}

/* Office */
.single-office-inner .intro-with-image {
  height: 75vh;
  color: white;
}
.single-office-inner .intro-with-image .dt .dtc {
  padding-top: 0;
}
.single-office-inner .intro-with-image .h1 {
  margin-bottom: 10px;
}
.single-office-inner .intro-with-image .h3, .single-office-inner .intro-with-image .sidebar .widget .widgettitle, .sidebar .widget .single-office-inner .intro-with-image .widgettitle {
  margin-bottom: 35px;
}
.single-office-inner .intro-with-image .btn:first-child, .single-office-inner .intro-with-image .wpcf7-form .wpcf7-submit:first-child, .wpcf7-form .single-office-inner .intro-with-image .wpcf7-submit:first-child,
.single-office-inner .intro-with-image .standard-form .wpcf7-submit:first-child,
.standard-form .single-office-inner .intro-with-image .wpcf7-submit:first-child, .single-office-inner .intro-with-image .page-template-page-properties-map .map-filter .submit button:first-child, .page-template-page-properties-map .map-filter .submit .single-office-inner .intro-with-image button:first-child {
  margin-right: 10px;
}
.single-office-inner .intro-with-image .btn.white, .single-office-inner .intro-with-image .wpcf7-form .white.wpcf7-submit, .wpcf7-form .single-office-inner .intro-with-image .white.wpcf7-submit,
.single-office-inner .intro-with-image .standard-form .white.wpcf7-submit,
.standard-form .single-office-inner .intro-with-image .white.wpcf7-submit, .single-office-inner .intro-with-image .page-template-page-properties-map .map-filter .submit button.white, .page-template-page-properties-map .map-filter .submit .single-office-inner .intro-with-image button.white {
  border: 1px solid #339933;
}
.single-office-inner .content .c1 {
  padding-right: 30px;
}
.single-office-inner .content .c2 {
  padding-left: 30px;
}
.single-office-inner .content .text {
  max-width: 520px;
}
.single-office-inner .content img {
  display: block;
}
.single-office-inner .agents {
  background: #339933;
  padding: 90px 0;
  color: white;
}
.single-office-inner .agents address,
.single-office-inner .agents .contact {
  font-size: 13px;
}
.single-office-inner .agents .contact {
  margin-bottom: 20px;
}
.single-office-inner .agents .contact span {
  display: inline-block;
  width: 60px;
  text-transform: uppercase;
}
.single-office-inner .agents .info {
  max-width: 300px;
}
.single-office-inner .agents .info .nav {
  margin: 30px 0;
}
.single-office-inner .agents .info .nav * {
  vertical-align: middle;
}
.single-office-inner .agents .info .nav .slick-pagination {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 13px;
}
.single-office-inner .agents .info .nav .arrows {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 48px;
}
.single-office-inner .agents .info .nav .arrows .slick-arrow {
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(img/arrow-right-white-thick.png);
  background-size: 15px;
  width: 56px;
  height: 48px;
  border-radius: 3px;
}
.single-office-inner .agents .info .btn, .single-office-inner .agents .info .wpcf7-form .wpcf7-submit, .wpcf7-form .single-office-inner .agents .info .wpcf7-submit,
.single-office-inner .agents .info .standard-form .wpcf7-submit,
.standard-form .single-office-inner .agents .info .wpcf7-submit, .single-office-inner .agents .info .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-office-inner .agents .info button {
  width: 100%;
  margin-top: 10px;
}
.single-office-inner .agents .agents-list .agent-card {
  padding: 0 15px;
}
.single-office-inner .tabs-headings {
  background: #333333;
}
.single-office-inner .tabs-headings .tab-heading {
  display: inline-block;
  padding: 20px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  margin-right: 75px;
  border-bottom: 9px solid #333333;
}
.single-office-inner .tabs-headings .tab-heading:last-child {
  margin-right: 0;
}
.single-office-inner .tabs-headings .tab-heading.active {
  border-color: #a4cd55;
}
@media screen and (max-width: 767px) {
  .single-office-inner .tabs-headings .tab-heading {
    display: block;
    border-bottom-width: 3px;
    font-size: 16px;
    margin-right: 0;
  }
}
.single-office-inner .tabs .tab {
  display: none;
  padding: 70px 0;
}
.single-office-inner .tabs .tab .properties-container .property-card {
  width: 25%;
  padding: 0 25px 25px 0;
}
.single-office-inner .tabs .tab .properties-container .property-card .details {
  padding: 0;
}
.single-office-inner .tabs .tab .load-more,
.single-office-inner .tabs .tab .load-more-units {
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 1310px) {
  .single-office-inner .tabs .tab .properties-container .property-card {
    width: 33.3334%;
  }
}
@media screen and (max-width: 991px) {
  .single-office-inner .tabs .tab {
    padding: 35px 0;
  }
}
.single-office-inner .enquire {
  padding: 60px 0;
}
.single-office-inner .enquire .field label {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.single-office-inner .enquire .office-info {
  float: right;
  width: 100%;
  max-width: 520px;
}
.single-office-inner .enquire .office-info .logo {
  height: 100px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.single-office-inner .enquire .office-info .text {
  font-size: 14px;
  padding: 30px;
  background: #339933;
  color: white;
}

/* Home Finder */
.home-finder h1 small {
  font-size: 13px;
  line-height: 1.5em;
}
.home-finder .signup {
  background: #f2f2f2;
  padding: 15px;
}
.home-finder .signup p {
  margin: 0;
}
.home-finder .wordpress-content > p:first-child {
  font-size: 16px;
  line-height: 1.5em;
}
.home-finder #home-finder-signup-form .field label span {
  display: block;
  font-weight: 400;
}
.home-finder #home-finder-login-form .lost-password p,
.home-finder #home-finder-password-form .lost-password p,
.home-finder #home-finder-reset-form .lost-password p {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.home-finder .home-finder-password-container {
  margin-bottom: 25px;
}
.home-finder .form form {
  position: relative;
}
.home-finder .form form.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252526 url(img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(37, 37, 38, 0.25);
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.home-finder .form form.loading:before {
  z-index: 9;
}
.home-finder .form form .select2-container--default {
  z-index: 1;
}
.home-finder .home-finder-user-navigation {
  background: #333333;
  color: white;
  margin-bottom: 50px;
}
.home-finder .home-finder-user-navigation a {
  display: inline-block;
  padding: 10px 0 5px;
  color: white;
  margin-right: 25px;
  border-bottom: 5px solid #333333;
  transition: 0.3s border ease-in-out;
}
.home-finder .home-finder-user-navigation a:last-child {
  margin-right: 0;
}
.home-finder .home-finder-user-navigation a.active, .home-finder .home-finder-user-navigation a:hover {
  border-color: #a4cd55;
}
.home-finder.dashboard .dashboard-saved {
  border: 1px solid #ccc;
  margin-bottom: 25px;
  padding: 20px;
}
.home-finder.dashboard .dashboard-shortlist {
  margin-top: 25px;
  margin-bottom: 25px;
}
.home-finder.dashboard .dashboard-shortlist .btn, .home-finder.dashboard .dashboard-shortlist .wpcf7-form .wpcf7-submit, .wpcf7-form .home-finder.dashboard .dashboard-shortlist .wpcf7-submit,
.home-finder.dashboard .dashboard-shortlist .standard-form .wpcf7-submit,
.standard-form .home-finder.dashboard .dashboard-shortlist .wpcf7-submit, .home-finder.dashboard .dashboard-shortlist .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .home-finder.dashboard .dashboard-shortlist button {
  display: block;
  margin: 30px auto 0;
}
.home-finder.dashboard .page-content {
  border-top: 1px solid #ccc;
}
.home-finder.shortlist .shortlist-count {
  background: #333333;
  color: white;
  margin-bottom: 25px;
  padding: 5px 10px;
}
.home-finder.shortlist .shortlist-count p {
  margin: 0;
}
.home-finder.shortlist .properties-container {
  margin-bottom: 50px;
}
.home-finder.shortlist-calendar .inspections {
  margin-bottom: 50px;
}
.home-finder.saved-searches .table {
  margin-bottom: 50px;
}
.home-finder.saved-searches .table.loading {
  position: relative;
}
.home-finder.saved-searches .table.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252526 url(img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(37, 37, 38, 0.25);
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.home-finder.saved-searches .table.loading:before {
  z-index: 9;
}
.home-finder.saved-searches .table .btn, .home-finder.saved-searches .table .wpcf7-form .wpcf7-submit, .wpcf7-form .home-finder.saved-searches .table .wpcf7-submit,
.home-finder.saved-searches .table .standard-form .wpcf7-submit,
.standard-form .home-finder.saved-searches .table .wpcf7-submit, .home-finder.saved-searches .table .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .home-finder.saved-searches .table button {
  margin-bottom: 10px;
}
.home-finder.saved-searches .table .btn:last-child, .home-finder.saved-searches .table .wpcf7-form .wpcf7-submit:last-child, .wpcf7-form .home-finder.saved-searches .table .wpcf7-submit:last-child,
.home-finder.saved-searches .table .standard-form .wpcf7-submit:last-child,
.standard-form .home-finder.saved-searches .table .wpcf7-submit:last-child, .home-finder.saved-searches .table .page-template-page-properties-map .map-filter .submit button:last-child, .page-template-page-properties-map .map-filter .submit .home-finder.saved-searches .table button:last-child {
  margin-bottom: 0;
}
.home-finder.account .form {
  margin-bottom: 50px;
}
.home-finder.account .form .field label span {
  display: block;
  font-weight: 400;
}

/* Media Queries */
@media screen and (max-width: 1310px) {
  .offices-container .office-card {
    width: 33.33334%;
  }

  .properties-container .property-card {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  /* Home Finder */
  .home-finder #home-finder-login-form .lost-password {
    text-align: left;
  }
  .home-finder #home-finder-login-form .lost-password p {
    margin: 15px 0 0;
  }
  .home-finder .home-finder-password-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  body {
    padding-top: 92px;
  }

  .main-header .main-nav {
    display: none;
  }
  .main-header .toggle-res-nav {
    display: block;
  }
  .main-header .row-2 {
    height: 60px;
    padding: 5px 30px;
  }
  .main-header .icon-link img {
    width: 95px;
  }

  .res-nav,
.res-nav-overlay {
    display: block;
  }

  .page-template-page-properties-map .stretch {
    padding-top: 144px;
  }

  .property-card {
    width: 100% !important;
  }
  .property-card .inner {
    padding-left: 110px;
    min-height: 110px;
  }
  .property-card .inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
    padding-bottom: 0;
  }
  .property-card .inner .image .under-offer {
    font-size: 7px;
    width: 100%;
  }
  .property-card .inner .attributes {
    padding: 7px 10px 2px;
  }
  .property-card .inner .attributes .suburb {
    font-size: 16px;
  }
  .property-card .inner .attributes .address {
    font-size: 12px;
    margin: 1px 0;
    height: 18px;
  }
  .property-card .inner .attributes .title {
    display: none;
  }
  .property-card .inner .details {
    font-size: 12px;
  }
  .property-card .inner .financial {
    padding: 0 10px 5px;
    background: none;
    border: 0;
  }
  .property-card .inner .financial:before {
    content: none;
  }
  .property-card .inner .vcals {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .property-card .inner .vcals i {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #wpadminbar {
    display: none;
  }

  body {
    font-size: 13px;
  }

  .intro-with-image {
    height: auto;
    padding: 60px 0;
  }
  .intro-with-image .dtc {
    padding-top: 0;
  }
  .intro-with-image .dtc .text .h1 {
    font-size: 30px;
  }

  .main-header .row-1 {
    padding-top: 9px;
  }
  .main-header .row-1 .home-finder-navigation {
    font-size: 12px;
  }
  .main-header .row-1 .home-finder-navigation a {
    font-size: 12px;
  }
  .main-header .row-1 .home-finder-navigation li {
    padding-top: 2px;
  }

  .main-footer h3 {
    font-size: 19px;
  }
  .main-footer .sm {
    margin: 20px 0;
  }
  .main-footer .column-3,
.main-footer .column-3 * {
    text-align: center !important;
  }

  .container {
    width: 100%;
  }

  .main-body {
    padding-top: 20px;
  }
  .main-body .sidebar-container {
    margin-top: 30px;
  }
  .main-body .sidebar-container:before {
    content: none;
  }
  .main-body .sidebar-container .sidebar {
    padding-left: 0;
  }
  .main-body .page-content {
    padding-right: 0;
  }
  .main-body .posts-nav .link {
    font-size: 13px;
  }
  .main-body .posts-nav .link.prev {
    padding: 15px 15px 15px 30px;
  }
  .main-body .posts-nav .link.next {
    padding: 15px 30px 15px 15px;
  }

  .intro-image .featured-image {
    min-height: 0;
    height: 320px;
  }
  .intro-image .text {
    bottom: 20px;
  }

  .homepage .alternating-content .join-box {
    padding: 15px;
  }
  .homepage .alternating-content .join-box .image img {
    width: auto;
    max-width: 130px;
  }
  .homepage .alternating-content .join-box .hide-sm-screen {
    display: none;
  }
  .homepage .alternating-content .join-box .show-sm-screen {
    display: block !important;
  }
  .homepage .alternating-content .join-box .btn-c {
    width: 130px;
  }
  .homepage .alternating-content .join-box .btn-c .btn, .homepage .alternating-content .join-box .btn-c .wpcf7-form .wpcf7-submit, .wpcf7-form .homepage .alternating-content .join-box .btn-c .wpcf7-submit,
.homepage .alternating-content .join-box .btn-c .standard-form .wpcf7-submit,
.standard-form .homepage .alternating-content .join-box .btn-c .wpcf7-submit, .homepage .alternating-content .join-box .btn-c .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .homepage .alternating-content .join-box .btn-c button {
    padding: 10px 10px;
  }

  .post-item {
    height: 375px;
  }
  .post-item .box {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .post-item .box .row-1 {
    padding: 10px 15px;
  }
  .post-item .box .date {
    padding: 16px 30px;
  }

  .post-item-small {
    min-height: 0;
  }
  .post-item-small .text .excerpt,
.post-item-small .text .btn,
.post-item-small .text .wpcf7-form .wpcf7-submit,
.wpcf7-form .post-item-small .text .wpcf7-submit,
.post-item-small .text .standard-form .wpcf7-submit,
.standard-form .post-item-small .text .wpcf7-submit,
.post-item-small .text .page-template-page-properties-map .map-filter .submit button,
.page-template-page-properties-map .map-filter .submit .post-item-small .text button {
    display: none;
  }
  .post-item-small .image {
    width: 80px;
  }

  .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: none;
  }

  .sidebar.page-sidebar .menu .sub-menu a:before {
    padding: 9px 10px 13px;
  }

  .page-template-page-properties-map .co {
    padding: 0 15px;
  }

  .request-appraisal .image h2 {
    font-size: 35px;
  }
  .request-appraisal .mini-container {
    padding: 50px 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .offices-container .office-card {
    width: 50%;
  }

  .single-office-inner .intro-with-image {
    height: auto;
  }
  .single-office-inner .content {
    padding-top: 0;
  }
  .single-office-inner .content .c1 {
    padding-right: 0;
  }
  .single-office-inner .content .c2 {
    padding: 0 15px;
  }
  .single-office-inner .content .text {
    max-width: none;
    margin-top: 30px;
  }
  .single-office-inner .enquire .office-info {
    max-width: 100%;
    margin: 20px 0;
  }

  .single-property-inner .details .block .last {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .autocomplete .filter {
    width: 100%;
  }
  .autocomplete .input {
    margin: 5px 0;
  }
  .autocomplete .input input {
    width: calc(100% - 50px);
  }
  .autocomplete .input .submit {
    width: 100%;
    bottom: -60px;
    top: auto;
  }

  .post-item .box .date {
    text-align: center;
  }
  .post-item .box .more {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
    width: 100%;
  }

  .agents-search .groups .group .agents-container .agent-card {
    width: 50%;
  }

  .page-template-page-properties-map .stretch {
    width: 200%;
    transition: left 0.5s;
  }
  .page-template-page-properties-map .stretch.show-map {
    left: -100%;
  }
  .page-template-page-properties-map .search .btn, .page-template-page-properties-map .search .wpcf7-form .wpcf7-submit, .wpcf7-form .page-template-page-properties-map .search .wpcf7-submit,
.page-template-page-properties-map .search .standard-form .wpcf7-submit,
.standard-form .page-template-page-properties-map .search .wpcf7-submit, .page-template-page-properties-map .search .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .search button {
    margin-left: 2px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .page-template-page-properties-map .search .desktop {
    display: none;
  }
  .page-template-page-properties-map .search .mobile {
    display: inline-block;
  }
  .page-template-page-properties-map .map-filter {
    width: 320px;
    padding: 15px;
  }
  .page-template-page-properties-map .map-filter .field .fancy-radio .boxes .box-c .box {
    padding: 10px 5px;
  }
  .page-template-page-properties-map .map-filter .field .fancy-radio .title i {
    display: none;
  }
  .page-template-page-properties-map .map-filter .field .checkboxes {
    padding: 8px;
  }
  .page-template-page-properties-map .map-filter .field .checkboxes .checkbox {
    font-size: 11px;
  }
  .page-template-page-properties-map .map-filter .field .checkboxes .checkbox .box {
    margin-top: 3px;
  }

  .single-property-inner .heading {
    padding: 20px 0;
  }
  .single-property-inner .loan-calculator .figures {
    margin: 20px 0;
  }
  .single-property-inner .loan-calculator .figures .figure {
    font-size: 15px;
  }
  .single-property-inner .loan-calculator .more {
    padding: 20px 0;
  }
  .single-property-inner .status .buttons .btn, .single-property-inner .status .buttons .wpcf7-form .wpcf7-submit, .wpcf7-form .single-property-inner .status .buttons .wpcf7-submit,
.single-property-inner .status .buttons .standard-form .wpcf7-submit,
.standard-form .single-property-inner .status .buttons .wpcf7-submit, .single-property-inner .status .buttons .page-template-page-properties-map .map-filter .submit button, .page-template-page-properties-map .map-filter .submit .single-property-inner .status .buttons button {
    margin-bottom: 5px;
    width: 100%;
  }
  .single-property-inner .status .buttons .btn:last-child, .single-property-inner .status .buttons .wpcf7-form .wpcf7-submit:last-child, .wpcf7-form .single-property-inner .status .buttons .wpcf7-submit:last-child,
.single-property-inner .status .buttons .standard-form .wpcf7-submit:last-child,
.standard-form .single-property-inner .status .buttons .wpcf7-submit:last-child, .single-property-inner .status .buttons .page-template-page-properties-map .map-filter .submit button:last-child, .page-template-page-properties-map .map-filter .submit .single-property-inner .status .buttons button:last-child {
    margin-bottom: 0;
  }
  .single-property-inner .floating-info .location .h5 {
    font-size: 12px;
  }

  .property-card-horizontal .row > div {
    height: auto;
  }
  .property-card-horizontal .image {
    width: auto;
    height: 0;
    padding-bottom: 35%;
  }
  .property-card-horizontal .attributes {
    padding: 10px 15px;
  }
  .property-card-horizontal .financial {
    padding: 15px;
    height: 68px;
  }
  .property-card-horizontal .vcals a,
.property-card-horizontal .vcals button {
    top: auto;
    bottom: 0;
    height: 68px;
    padding-top: 23px;
  }

  .single-office-inner .intro-with-image .btn:first-child, .single-office-inner .intro-with-image .wpcf7-form .wpcf7-submit:first-child, .wpcf7-form .single-office-inner .intro-with-image .wpcf7-submit:first-child,
.single-office-inner .intro-with-image .standard-form .wpcf7-submit:first-child,
.standard-form .single-office-inner .intro-with-image .wpcf7-submit:first-child, .single-office-inner .intro-with-image .page-template-page-properties-map .map-filter .submit button:first-child, .page-template-page-properties-map .map-filter .submit .single-office-inner .intro-with-image button:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .agents-search .groups .group .agents-container .agent-card {
    width: 100%;
  }

  .single-property-inner .heading .text-right {
    text-align: left;
    margin-top: 20px;
  }

  .offices-container {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .offices-container .office-card {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
