/************************************************
#GENERAL STYLING
*************************************************/
@font-face { font-family: Kaisei-Opti; src: url(../font/Kaisei-Opti/KaiseiOpti-Regular.ttf); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: Montserrat; src: url(../font/Montserrat/Montserrat-Regular.woff2); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: PT-Serif; src: url(../font/PT-Serif/PTSerif-Regular.woff2); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: PT-Serif-2; src: url(../font/PT-Serif/PTSerif-Bold.woff2); font-style: normal; font-weight: 700; font-display: swap; }

body {
  color: #666666;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT-Serif';
}
.h1, h1 { font-size: 22px; }
.h2, h2, .section-title { font-size: 20px; }
.h3, h3 { font-size: 18px; }
.h4, h4 { font-size: 16px; }
.h5, h5, .h6, h6{ font-size: 14px; }

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 16px;
}
.grey-text {
  color: #999;
}
.white-font {color: #fff !important;}
.light-body-font {font-weight: 400;}

.wp-block-image figcaption {
    color: #555555;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
  display: block;
}
.banner-primary-color .page-banner {
    background-color: #e00014;
}
.theme-section form label,
.theme-section form a,
.hero-banner-form .gform_wrapper .validation_message {
    color: #FFF;
}
form label { 
  font-weight: 700;
  font-family: 'PT-Serif';
}
.hidden-title {
    color: transparent!important;
    background: transparent!important;
    opacity: 1;
    visibility: hidden;
    font-size: 0!important;
    margin-bottom: 0!important;
}
.theme-section select:focus,
.hero-banner-form select:focus,
.tailored-range-home-finder input:focus {
  border: none;
}
body .vel-modal {
  background: rgba(30, 30, 30, 0.9) !important;
}
select:focus {
    box-shadow: none;
    border: 1px solid #172024;
}
.slick-track {
    margin: 0 auto;
}
.pagination a:hover {
  color: #0a0a0a;
}
.pagination a,
.pagination button,
.pagination .current {    
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
  margin: 0;   
  padding: .1875rem .625rem;
  display: block;
      line-height: 1.4;
}
.pagination .current,
.pagination-item--active {
    pointer-events: none;
}
.theme-section form input[type=file] {
    color: #fff;
    height: 32px;
}
.header .menu .menu-button a { transition: all .25s ease-in-out; }
.header .menu .menu-button a:hover {
    background-color: #c10012;
}
.sidebar-widget.cta-free-consultation .button-secondary:hover {
  background-color: #000;
    border-color: #000;
}

.page-element.theme-section .button:hover {
    background-color: #000 !IMPORTANT;
    color: #FFF;
}

.google-map .infow-window-inner .property-name,
.google-map .infow-window-inner .property-full-address {
    margin-bottom: 8px;
}
.google-map .infow-window-inner.has-image {
  padding-top: 0;
}
.google-map .infow-window-inner .design-name, 
.google-map .infow-window-inner .property-suburb, 
.google-map .listing-details .listing-suburb {
  padding: 0 10px;
}
.google-map .gm-style-iw-ch {
  padding: 0 !important; 
}
.google-map .gm-style-iw button {
  position: absolute !important;
  z-index: 2;
}
.listing-view .google-map .infow-window-inner .property-image {
  position: relative;
  top: auto;
  left: auto;
}
.listing-view .google-map .infow-window-inner .info-window-content {
  padding: 16px;
}
.listing-view .google-map .gm-style-iw {
  padding: 0 !important;
  right: 5px !important;
  top: 5px !important;
}
.google-map .gm-style-iw button span {
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.google-map .infow-window-inner .property-name {
    font-size: 16px;
}
.google-map .infow-window-inner .property-full-address {
    font-size: 12px;
        color: #999;
}
.page-banner h1,
.page-banner h2,
.page-banner h3,
.page-banner h4,
.page-banner h5,
.page-banner h6 {
  color: #FFF;
}
.burger-menu {
  width: 30px;
  height: 25px;
  position: relative;
}
.burger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger-menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-open .burger-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.menu-open .burger-menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-open .burger-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}

.video-play-control {
  width: 65px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease-in-out;
}
.has-video a:hover .video-play-control {
  background-color: rgba(0, 0, 0, 0.75);
}
.video-play-control .play-icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.input-group {
  height: 40px;
}
.input-group input {
  height: 100%;
}

.gform_button:disabled {
  cursor: not-allowed !important;
  background-color: #3a3a3a !important;
}

.box-warning .cell {
    justify-content: center;
    display: block !important;
}
.testimonial-rating .fa-star {
    color: #f1bd15;
}
.testimonial-element.custom-layout .testimonial {
    height: auto;
}

.pagination { 
    display: flex; 
    display: flex;
    padding: 24px;
    margin: 0;
}
.pagination li {
  display: block;
}

.slick-prev:before, .slick-next:before {
   font-size: 0;
}

.group-button.space-between { justify-content: space-between !important; }

body.subpage {
  font-weight: 500;
  color: #172024; 
  font-size: 15px;
}
body.subpage.single-post .post-content a:not(.button) {
  color: #000; 
}


.hidden { display: none !important; }
.position-left.off-canvas { background-color: #172024; }
.position-left.off-canvas .menu li { border-bottom: 1px solid #333; }
.position-left.off-canvas .menu li a {
  color: #FFF;
}
.off-canvas .menu li a {    
    font-weight: 700;
    padding: 16px 20px;
    font-size: 16px;
}
body .slick-dots li button:before {
  font-size: 10px;
}
body .slick-dots li {
  margin: 0;
}
h1, h2, h3, h4, h5, h6,
.member-details {
  color: #000;
}

.grid-vertical-center {
  height: 100%;
}
.grid-vertical-center > div {
  align-items: center;
    align-content: center;
    height: 100%;
    display: flex;
}
.slick-slider {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.slick-slider.slick-initialized {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.checklist-style-1 li {
  position: relative;
  padding-left: 14px;
}
.checklist-style-1 li:before {
  content: '+';  
  left: 0;
  position: absolute;
} 
.page-element.dark-section,
.dark-form .form-wrapper,
.dark-cta.cta-form-style1 .cell:nth-child(1),
.dark-content .hic-content,
.testimonial-element.custom-layout .grid-container:first-child .hic-content {
  background-color: #172024;
}

.scroll-content {
  overflow-y: auto;
  max-height: 300px;
}

.carousel-nav::-webkit-scrollbar {
    width: 1em;
}
 
.carousel-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.carousel-nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.home .listing-filter .grid-x,
[data-listing-app] [data-view=list] .grid-container .filter-container .grid-x,
[data-listing-app] [data-view=grid] .grid-container .filter-container .grid-x {
  margin-left: 0;
  margin-right: 0;
}


.gfield_no_follows_desc {
  margin-bottom: 16px;
}

a {
	color:#e00013;
}

.button-secondary-font .button {
  text-transform: uppercase;
  font-weight: 400;
}

.header-secondary #find_office_form .select2-container--default .select2-selection--single,
.header-secondary #find_office_form .select2,
.header-secondary #find_office_form,
.header-secondary #find_office_form .input-group,
.header-secondary #find_office_form [type=text] {
      background-color: transparent;
      color: #d9d9d9 !important;
    }
.primary-heading .hic-blurb h2 {
    color: #B00D27;
}
.gj-us .franchises-form .postCodeLookUp .select2-selection__placeholder {
  font-size: 0 !important;
  line-height: 1
}
.gj-us .franchises-form .postCodeLookUp .select2-selection__placeholder:before {
  content: 'Zip Code';
  font-size: 12px;
}
@media(min-width: 1024px) {
  .gj-us .franchises-form .postCodeLookUp .select2-selection__placeholder:before {
    font-size: 14px;
  }
}
/************************************************
Slick Slider Stylesheets
*************************************************/
.single-listing-page .slick-arrow {
  z-index: 2;
}

.single-listing-page .slick-arrow:before {
    font-size: 24px;
    /* background-image: none; */
    color: #FFF;
    height: auto;
}

.suburb-listing .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.suburb-lists .slick-arrow {
    top: -50px;
}
    
.suburb-lists .slick-dots {
  margin: 0;
      bottom: auto;
    top: -50px;
}
.suburb-lists .slick-dots li {
      width: auto;
    padding: 0 24px;
}
.suburb-lists .group-button .button {
     margin-bottom: 0;
    margin: 0 8px;
    min-width: 140px;
}

.single-listing-page .slick-arrow.slick-prev:before,
.suburb-nav-list .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.single-listing-page .slick-arrow.slick-next:before,
.suburb-nav-list .slick-arrow.slick-next:before {
    transform: none;  
}


.button.button-secondary:hover,
.button.button-secondary:focus,
.button.primary-inverse-button,
.button.primary-inverse-button:hover,
.button.primary-inverse-button:focus {
  background-color: transparent;
}
.button.primary-inverse-button {
  border: 1px solid;
}
.button.primary-inverse-button:hover {
  color: #000;
}

.footer .menu a { letter-spacing: 1px; }
.listing-filter .multiselect__placeholder,
.multiselect__tags,
.property-meta span, .listing-element .listing-icon,
.footer-col h4,
.hero .listing-filter h2,
.section-title,
.button,
h1,h2,h3,h4,h5,h6,
.team-element.custom-layout .team-list,
.hero .listing-filter .switcher-wrap label,
.accordion-content li,
::placeholder,
input:not([type="submit"]), 
textarea,
select,
.bottom-footer,
.bottom-footer,
.btn-previous,
.listing-element .listing-details,
.property-group-meta,
.btn-zoom,
.cta-download-brochure,
.font-bold,
.hero .hero-banner-message {
  font-weight: 700;
}
.listing-measurement span {
  font-weight: 600;
}

.hero .listing-filter .switcher-wrap label{
  line-height: 1.3;
}

body .button,
body ::placeholder,
input:not([type="submit"]), 
textarea,
select,
body .header a,
body .menu-item,
.bottom-footer,
.bottom-footer a,
.bottom-footer p, 
.office-element .map-container .region label,
.accordion-title, :last-child:not(.is-active)>.accordion-title, .accordion-content, :last-child>.accordion-content:last-child,
.hero .listing-filter,
.cta-style-diary .hic-blurb,
.listing-title,
body .filter-items,
body .listing-details,
.member-details,
body [data-listing-app],
.btn-previous,
.property-group-meta,
.btn-zoom,
.cta-download-brochure,
.primary-font,
.hero .hero-banner-message,
.pagination li,
.select2-container {
    font-family: 'PT-Serif';
}
.single-listing-page .listing-details, 
a.btn-download,
body .secondary-font,
.view-more-link,
.button-secondary-font .button,
.design-variant .button,
.page-contact-us .grid-container.office-opening-hours .cell:not(:first-child) {
  font-family: 'Montserrat';
}

.theme-section.field-transparent ::placeholder,
.page-banner .page-title,
.hero-banner-form .form-title h4 {
  color: #FFF;
}

body .header ::placeholder {
  color: #dadada;
}
body [data-listing-app] ::placeholder,
.dark-section ::placeholder,
.theme-section ::placeholder,
.default-section ::placeholder,
.modal-element ::placeholder,
.subpage [data-listing-app] .multiselect__tag,
[data-listing-app] .multiselect__option,
.subpage [data-listing-app] .multiselect__tag-icon:after,
.page-template-template-cpt-archive [data-listing-app] .multiselect__single,
.btn-previous,
.btn-zoom {
  color: #172024;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #172024;
  opacity: 0.8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #172024;
  opacity: 0.8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #172024;
  opacity: 0.8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #172024;
  opacity: 0.8;
}

.dark-section label,

.dark-form form label,
.hero-banner-form label,
.hero-banner-form form a {
  color: #FFF;
}
.dark-form .important-note,
.dark-section .important-note {
  background-color: rgba(175, 175, 175, 0.06);
}
form .important-note {
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
}
.important-note a {
  text-decoration: underline;
}
.field-consent {
  min-height: 65px;
}


.ginput_container_checkbox {
  margin-bottom: 16px;
}
.ginput_container_checkbox li { display: flex; }
.ginput_container_checkbox label {
     margin-left: 10px;
    line-height: 1.6;
    margin-right: 0;
    margin-top: -4px;
}

[data-listing-app] .multiselect__tag-icon:hover:after {
  color: #e00015;
}


[data-listing-app] .multiselect__single {
  padding-top: 1px;
}
.side-form-layout .multiselect .multiselect__tags {
  padding-left: 0;
}



.body-content,
.has-sidebar .body-content {
  padding: 50px 0;
}
.dark-button .button,
.button.button-dark {
  background-color: #172024;
}
.button.button-dark { color:#FFF !important; }
.button.button-dark:hover,
.button.button-dark:focus {
  background-color: #FFF;
  border-color: #172024;
}
.button.button-dark:hover,
.button.button-dark:focus { 
  color:#172024 !important; 
}
.image-overlay-content-centered .hic-content {
  text-align: center;
  z-index: 3;
}
body .page-element.image-overlay-content-centered .hic-box {
    position: relative;
    width: 100%;    
    overflow: hidden;
}
.image-overlay-content-centered .overlay {
  background-color: rgba(0,0,0,.35);
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.cta-free-consultation .section-body .cell {
  padding: 0;
}
.cta-free-consultation .cta-element h4 {
    margin-bottom: 18px;
}
.cta-free-consultation .section-body .cell:nth-child(3) .hic-content {
    padding: 50px 24px;
    height: 100%;
}
.cta-free-consultation .hic-image {
  height: 232px;
}
.page-element.cta-free-consultation .hic-box {
  margin-bottom: 0 !important;
  height: 100%;
}

.image-overlay-content-centered .hic-image-container.has-image + .hic-content {
    color: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease-in-out;

  }

.accordion-title,
:last-child:not(.is-active)>.accordion-title,
.accordion-content,
:last-child>.accordion-content:last-child {
  border: 2px solid #000000;
}
.accordion-content {
  border-top: 0 !important;
}
.accordion-title {
  color: #000 !important;
  font-weight: 700;
  font-size: 12px;
  padding: 16px;
}
.accordion-title:before {
    font-size: 18px;
    top: 17px;
    right: 11px;
}
.header-secondary input:not([type="submit"]), 
.header-secondary textarea,
.header-secondary .select2-container .select2-selection {
    border: 1px solid #FFF;
}
.header-secondary .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #d9d9d9;
}
.header-secondary .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
}
.header-secondary .select2-container--default .select2-selection {
  background-color: transparent;
}
.header-secondary .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #d9d9d9 transparent;
}
.header-secondary .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d9d9d9 transparent transparent transparent;
}
.header-secondary body .select2-results__option {
  color: #FFF;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
}
body .select2-search--dropdown {
  padding: 8px 8px 0 8px;    
}
body .select2-results__option {
  padding: 6px 10px;
}
.header-secondary .select2-container--open .select2-dropdown--below {
  width: 269px !important;
  background-color: #000 !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}


.has-bg-img input:not([type="submit"]), 
.has-bg-img textarea, 
.has-bg-img select {
  border: none;
}

input:not([type="submit"]), textarea, select,
.modal-element .gform_wrapper .select2-container {
  border: 1px solid #172024;
  box-shadow: none;

}

input:not([type="submit"]), 
textarea, 
select,
.modal-element .gform_wrapper .select2-container,
.select2-results__option,
.option-display .title,
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body select2-results__option,
body .select2-container--default .select2-selection--single .select2-selection__placeholder,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(23, 32, 36, 0.8);
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2;
}

input.gform_previous_button, input.gform_next_button {
    border: none;
    color: #FFF;
}
textarea[rows] {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 90px;  
  overflow: hidden;
}

.section-divider hr {
  border-bottom: 2px solid #000;
}
.cta-style .hic-box {
  margin-bottom: 0 !important ;
}
.accordion-title:hover,
.accordion-title:focus, 
.is-active .accordion-title {
    background-color: transparent !important;
}
.theme-section {
  color: #FFF;
}
.theme-section.inquiry-form .gform_button.button {
  background-color: #000;
}
.inquiry-form .gform_button.button {     
    width: 100%;
    color: #FFF;
}
.grey-box { background-color: #f2f2f2; }
.section-divider {
  padding: 0 !important;
}
.row-fluid .grid-container { max-width: 100%; }

.row-fluid .grid-container .grid-x { margin: 0; }

.theme-section .button.button-secondary { border-color: #FFF; color: #FFF; }
.element-box { padding: 24px; }
.with-shadow { box-shadow: 0 0 4px 0 rgba(0,0,0, .25); }
.header-light .header .menu a,.top-bar a { color: #000; }

.button.button-secondary { background-color: transparent; border: 2px solid #000 }

.button-link-style .button { background-color: transparent !important; padding: 0; margin-bottom: 0;}
.white-boxes-content .hic-content { padding: 16px;  }
.white-boxes-content .hic-box { background-color: #FFF; }

.rounded { border-radius: 12px; }

.pt-0, .padding-top-none {padding-top: 0 !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-40 {padding-top:40px !important;}
.pt-50 {padding-top:50px !important;}
.pt-60 {padding-top:60px !important;}
.pb-0, .padding-bottom-none {padding-bottom: 0 !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px !important;}
.pb-50 {padding-bottom:50px !important;}
.pb-60 {padding-bottom:60px !important;}
.mb-0, .margin-bottom-none {margin-bottom:0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mt-0, .margin-top-none {margin-top:0 !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}

@media(min-width: 1024px) {
  .lpt-160 {
    padding-top: 160px !important;
  }
}

.grid-padding-x>.cell,.grid-padding-x .slick-track>.cell { padding: 0 24px; }

/*input[type] { margin-bottom: 0; }*/
.input-transparent { background-color: transparent !important; border: 2px solid #FFF !important; }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input:not([type="submit"]),
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, 
[type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, 
[type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  box-shadow: none;
}


.base .button {border-radius: 0; border: none;}
.base .button::after {display: none !important;}
.sub-heading .view-more-link {font-weight: 400; font-size: 16px;}
.listing-element.image-featured .content-2 {
      float: none;
    width: 100%;
}


.property-meta span,
.listing-element .listing-icon{
  color: #9b9b9b;
}

body .swiper-button-prev,
body .swiper-button-next {
  background-size: contain;
  height: 22px;
  margin-top: -22px;
}
body .swiper-button-prev {
  background-image: url(../images/white-chev-arrow.png);
}
body .swiper-button-next {
  background-image: url(../images/white-chev-arrow.png);
  transform: rotate(180deg);
}

.page-element.listing-element .listing-title {
    z-index: 9;
    position: relative;    
    font-weight: 700;
}
.page-element.listing-element.page-listing-element:not(.listing-syle-1) .listing-title {
    text-shadow: 0 2px 0 rgba(0,0,0, .42);
    margin-top: -33px;
}
.page-element.listing-element .listing-sale-price,
.page-element.listing-element .listing-leaseback-yield {
  color: #000;
  font-weight: 400;
}
.page-element.listing-element .listing-sale-price + .property-group-meta,
.page-element.listing-element .listing-leaseback-yield + .property-group-meta {
  margin-top: 10px;
}
.page-element.listing-element .listing-view-button {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.1);
  color: #000;
  border-radius: 30px;
}
.page-element.listing-element .listing-view-button:hover {
  background-color: #172024;
  color: #fff;
  border-color: #172024;
}
.page-element.listing-element .listing-content .listing-title,
.page-element.listing-element.listing-syle-1 .listing-image-container .listing-title,
.page-element.listing-element.listing-syle-1 .property-item .property-display-image:after {
    display: none;
}
.page-element.listing-element.listing-syle-1 .listing-content .listing-title {
    display: block;   
    color: #000;
    position: relative;
    padding: 0 0 8px;
}
.single-listing-page .banner .listing-sale-price span,
.single-listing-page .banner .listing-leaseback-yield span {
  font-size: 14px;
  margin-right: 6px;
}
.single-listing-page .banner .listing-sale-price,
.single-listing-page .banner .listing-leaseback-yield {
  color: #e00015;
  margin: 0;
}
.single-listing-page .banner .listing-leaseback-yield {
  margin-bottom: 10px;
}
.page-element.listing-element.listing-syle-1 .listing-content .listing-title:hover {
	color: #e00015;
}

.listing-element.listing-syle-1 .property-inner .listing-content {
    padding: 16px;
}
.page-listing-element .property-item.with-floorplan .listing-content {
  position: relative;
}
.page-listing-element .property-item.with-floorplan [data-fancybox-trigger] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.page-listing-element.listing-syle-1 .property-item.with-floorplan [data-fancybox-trigger] {
  top: 20px;
}
.page-listing-element.listing-syle-1 .property-item.with-floorplan .listing-content .listing-title {
     max-width: calc(100% - 95px);
}

.page-listing-element [data-item-col="medium-6 large-3"] .property-item.with-floorplan [data-fancybox-trigger] {
  font-size: 12px;
}

.page-listing-element:not(.listing-syle-1) .property-item.with-floorplan [data-fancybox-trigger] {
    right: 20px;
    top: 17px;
}

   .select2-selection__placeholder,
  .select2-selection__placeholder:before {
     font-size: 12px;
  }


@media(max-width: 640px) {
    .listing-element.listing-syle-1 .grid-padding-x>.cell.property-item {
        padding: 0;
    }
    .listing-element.listing-syle-1 .listing-element.image-featured .property-item .property-inner { 
        margin: 0;
    }
    .listing-element.listing-syle-1 .listing-element.image-featured .property-item:not(:last-child) .property-inner {
        box-shadow: none;
    }
    .page-element.listing-element.listing-syle-1 .listing-content .listing-title {
        font-size: 18px;
    }
    
    .page-tailored .page-listing-element {
        padding-bottom: 0 !important;
    }
    .page-element.image-left-content:not(.grey-boxes) .medium-12 .hic-content {
        padding-left: 0;
    } 
}

@media(min-width: 641px) {
    .page-listing-element .property-item {
        margin-bottom: 16px;
    }
    .listing-element.page-listing-element .property-inner {
        margin: 0;
        height: 100%;
    }
}
@media(min-width: 1024px) {
    .page-listing-element .property-item {
        margin-bottom: 24px;
    }
}

.base .section-title { text-transform: none; }
.base .top-header {background-color: #e5e5e5; color: #868d95; padding: 5px 0;}
.base .top-header .row>.columns:first-child {width: 100%;}
.acc .top-header .menu.top-menu {width: 100%;}
.acc .top-header .menu.top-menu li {
  border-right: 0 !important; padding-right: 0 !important;}
.acc .top-header .menu.top-menu li:last-child {float: right;}
.acc .top-header .menu.top-menu a {color: #666 !important; padding: 8px 0; font-size: 16px;}
.base .header .menu .menu-button a {color: #fff!important; border-radius: 5px; padding: 8px 30px;}
.acc .hero .hero-banner-form .form-wrapper {background-color: rgba(33, 153, 232, 0.8);}
.acc .form-title h4 {font-size: 28px;}
.element-about .hic-box {
  margin-bottom: 0 !important;
}

.no-filter-overlay .bg-float:before, .hide-overlay .bg-float:before,
.no-filter-overlay .overlay {
  display: none !important;
}

.acc.acc_layout_1 .default-section.has-bg-img.default-contact-layout .section-title {
    color: #1b1f2a;
}
.acc.acc_layout_1 .default-section.has-bg-img .section-title span {color: #fff;}

.acc .main-contact-form.default-contact-layout.has-bg-img .gfield input, .acc .main-contact-form .gfield select, .acc .main-contact-form.default-contact-layout.has-bg-img .gfield textarea {
  color: #1b1f2a;
  border-bottom: 2px solid #a2a2a2;
}
.acc_layout_1 .default-section .button.gform_button:hover, .acc_layout_1 .light-section .button.gform_button:hover  {
    background-color: #2199e8; color: #fff;
}
.base .image-above-content .large-3 .hic-title h3 {font-size: 20px;}
.base .default-section.has-bg-img.default-contact-layout .button.gform_button, .base .light-section.has-bg-img.default-contact-layout .button.gform_button {
      border: none;
    background-color: #2199e9;
}
.base .default-section.has-bg-img.default-contact-layout .button.gform_button:hover, .base .light-section.has-bg-img.default-contact-layout .button.gform_button:hover {
    background-color: #000;
}
.listing-element.image-featured .price_wrap {text-shadow: 0 1px 1px #000;}
.property-item .suburb {font-size: 16px;}
.search-form-layout-1 .field-group {
    margin-bottom: 15px;
}
.acc .default-section.field-border .gform_body .gfield input, .acc .default-section.field-border .gfield select, .acc .default-section.field-border .gfield textarea {border: 1px solid #ccc;}
.acc .default-section.field-border .gform_body .gfield input:focus, .acc .default-section.field-border .gfield select:focus, .acc .default-section.field-border .gfield textarea:focus {border-color: #999;}
.team-content .button::after {display: none !important;}
.row-override .row {margin: auto !important;}
.footer.footer-layout-3 .menu li {border-right: 0; display: block;}


.button,
.button-group .button,
.input-group-button .button {
  padding: 10px 28px;
  font-size: 12px;
}
.button::after{
  display: none;
}

.single-listing-page .banner .group-button.btn-length-3 .button {
  min-width: 32%;
}
.single-listing-page .banner .group-button {
  flex-flow: column;
}
.single-listing-page .banner .btn-download.btn-download-brochure {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.group-button {
  display: flex;
  justify-content: space-between;
}

 .footer {
    padding: 0;
}

.single-career .footer.footer-layout-1 .footer-head .inner-cell {
  border-top: 1px solid #000;
}

 .footer.footer-layout-1 .footer-head .logo{
    margin: 0;
}

 .footer .menu li a {
    text-transform: none;
    font-weight: 700;
}
 .footer .menu li {
    border: 0;
    display: block;
}

 .footer.footer-layout-1 .footer-head-right{
    text-align: right;
}


 .colophon-link li{
    padding: 2px 8px; 
}

 .colophon-link li,
 .colophon-link li a{
    font-weight: 700;
}

 .bottom-footer .inner-content {
    display: flex;
    flex-wrap: wrap;
}

.footer .social-media a {
  color: #fff !important;
  transition: all .25s ease;
}

.footer .social-media,
.bottom-footer .social-media {
    list-style: none;
    margin: 0;
}
.bottom-footer .social-media li a {
    transition: all .25s ease;
}
.bottom-footer .social-media li:hover a {
    transform: scale(1.06);
}
.footer .social-media li,
.bottom-footer .social-media li {
    display: inline-block;
    border-radius: 50%;
    background-color: #172024;
    width: 36px;
    height: 36px;
    display: inline-flex;
    margin-right: 8px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.footer .social-media li a,
.bottom-footer .social-media li a {
    color: #fff;
    font-size: 20px;
}

.footer li:first-child a,
.bottom-footer li:first-child a{
    padding-left: 0;
}



 .footer .menu li a {
    display: inline-block;
}

.page-test-property .slide-image {
  height: 500px;
}

.page-test-property .carousel .slick-dots {
    bottom: 70px;
    z-index: 200;
}

.page-test-property .overview{
   margin-bottom: 25px;
}
.header-secondary {
  padding: 10px 0px
}


.header-light .header-secondary .menu a {
  color: #FFF;
}
.header-secondary .flex-container { justify-content: flex-end; }

.search-btn-group {
  position: relative
}

.search-btn-group input {
    background: transparent;
    margin: auto;
    padding-left: 33px;
    color: #FFF;
}

.search-btn-group [type="text"]:focus {
      background: transparent;
}

.search-btn-group .button {
  position: absolute;
  top: 0; 
  font-size: 0;
}
.search-btn-group .button:after {
  content: "\f002";
  font-size: 16px;
  margin:0
}
.search-btn-group .button:after {
  right: 0;
}
 .search-btn-group  .button {
      padding: 8px;
    border-radius: 0;
    background: transparent;
    color: #FFF;
}

.listing-for-map {
   background: rgba(0, 0, 0, 0.0392156862745098);
}

.listing-for-map .card {
    background: #FFF;
}

.google-map[data-v-775175c0] {
    height: 815px !important;
}

.section-header,
.grid-container:not(.full)>.grid-padding-x.section-header { margin-bottom: 24px; }


/************************************************
#CITY PAGES STYLING START
*************************************************/
.image-overlay-content-centered .section-header h2,
.image-overlay-content-centered .section-header h4 {
  color: #172024;
}
.no-placebolder .select2-selection__placeholder {
  display: none;
}
.sub-header-style-2 .sub-heading {
  font-family: 'Montserrat';
    font-weight: 400;   
    line-height: 1.6;
}
 .city-search-office .cta-home-finder,
 .city-search-office .office-locator {
    padding: 16px;
 }

 .no-blurb .hic-title,
  .no-blurb h4 {
    margin-bottom: 0;
  } 
 body .city-search-office .select2-container--default .select2-selection--single,
 .city-search-office .office-locator {
    border: 1px solid #FFF;
    border-right: none;
    background-color: transparent;
    color: #FFF;
 }
  body .city-search-office .cta-home-finder input[type=submit],
  .city-search-office .office-locator input[type=submit] {
    background-color: #FFF;
    color: #172024;

  } 
  .city-search-office .cta-home-finder,
  .city-search-office .office-locator {
    background-color: #172024;
  }
  body .city-search-office .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #FFF;
  }
  .city-search-office .office-locator > .input-group {
    margin-bottom: 0;
  }

  .city-search-office .office-locator .select2-selection__placeholder {
    display: none;
  }

 .col-2-dark-theme .section-body .cell:last-child {
  position: relative;
  color: #fff;
}

  .col-2-dark-theme .section-body .cell:last-child:before {
  background-color: #172024;
    content: '';
    display: block;
    z-index: 2;
     position: absolute;
    }

      .col-2-dark-theme .section-body .cell > * {
    z-index: 2;
    position: relative;
  }

@media(max-width: 640px) {
  .section-footer {
    margin-top: 24px;
  }
  .city-search-office .cta-home-finder,
  .city-search-office .office-locator {
    padding: 8px;
    margin-bottom: 34px;
    margin-top: 24px;
  }

  .col-2-dark-theme .section-body .cell:last-child:before {
     height: 150%;
    position: absolute;
    bottom: -34%;      
    left: 0;
    width: 100%;
  }
  .col-2-dark-theme .section-body .cell:last-child {
    margin-top: 24px;
  }

      
}
@media(min-width: 641px) {
  .col-2-dark-theme {
    overflow: hidden;
  }
  .col-2-dark-theme .section-body .cell:last-child {
    position: relative;
    color: #fff;
  }

  

}
@media(min-width: 641px) and (max-width: 1023px) {
  .sub-header-style-2 .sub-heading {
     font-size: 16px;
  }
  .city-search-office .section-body .cell {
    width: 100%;
  }
  .col-2-dark-theme .section-body .cell:last-child {
    margin-top: 44px;
    padding-top: 34px;
  }

  .col-2-dark-theme .section-body .cell:last-child:before {  
      height: 130%;
        bottom: -31%;
        width: 100%;
      left: 0;
  }

  .city-search-office .cta-home-finder,
  .city-search-office .office-locator {
     max-width: 420px;
     margin-top: 24px;
  }

  .city-search-office .cta-home-finder,
  .city-search-office .office-locator {
    padding: 10px;
  }
   body .city-search-office .cta-home-finder input[type=submit],
  .city-search-office .office-locator input[type=submit] {
    font-size: 14px;
  } 
}
@media(min-width: 1024px) {
  .sub-header-style-2 .sub-heading {
     font-size: 16px;
  }
  .col-2-dark-theme .section-body .cell:last-child {
    padding-left: 24px;
  }
  .city-search-office .section-body .cell:first-child {
      padding-right: 200px;
  }
  .city-search-office .cta-home-finder,
  .city-search-office .office-locator {
      margin-top: 54px;
      max-width: 420px;
  }
  .col-2-dark-theme .section-body .cell:last-child:before {
    height: 263%;
    top: -83%;
    width: 200%;
    left: 0;
  }
  .col-2-dark-theme .section-body .cell {
    display: flex;
    flex-flow: column;
    align-self: center;
  }

}

@media(min-width: 1280px) {
   .col-2-dark-theme .section-body .cell:last-child {
    padding-left: 54px;
  }
   .sub-header-style-2 .sub-heading {
     font-size: 18px;
  }
}
/************************************************
#CITY PAGES STYLING END
*************************************************/

/************************************************
#Header Element
*************************************************/
.header-notice-bar {
  background: #D40029;
  text-align: center;
  padding: 7px 0;
  transition: all .2s ease;
}
.header-notice-bar p {
  margin-bottom: 0;
}
.header-notice-bar a::before,
.header-notice-bar a::after {
  content: "\f015";
  font-family: 'Font Awesome 5 Pro';
  margin: 0 10px;
  font-weight: 300;
  font-size: 18px;
}

.header-notice-bar a {    
    font-family: 'Montserrat' !important;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    position: relative;
    display: block;
}
.header-notice-bar a,
.header-notice-bar a:hover,
.header-notice-bar a:focus {
  color: #fff;
}
@media (max-width: 640px) {
  .header-notice-bar a {
    padding: 0 40px;
  }
  .header-notice-bar a::before,
  .header-notice-bar a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-notice-bar a::before {
    left: 0;
  }
  .header-notice-bar a::after {
    right: 0;
  }
}
@media (min-width: 641px) {
  .header-notice-bar a {
      font-size: 16px;
  }
}
.header-secondary .btn-search { width: 20px; margin-left: 14px; cursor: pointer; transition: all .25s ease-in-out; }

.header-secondary .btn-search:hover {
  transform: scale(1.1);
}

.header-secondary .input-group {
  height: 40px;
}
.header-secondary .input-group input {
  height: 100%;
}

.page-element.dark-section .hic-button-wrap .button {background-color: #e00015;}
/* Dark section styling - END  */
#featured-blog.page-element .hic-blurb {font-size: 14px; max-width: 600px;}


.top-bar .phone .number { display: none; }
.top-bar .cell:nth-child(3) {
  text-align: right;
}
@media(max-width: 640px) {
  .gj-us .hero .listing-filter .switcher-wrap label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
}
/************************************************
#Filter Element
*************************************************/


.hero .listing-filter .switcher-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all .25s ease;
}
.hero .listing-filter .switcher-wrap label {     
  margin-right: 0;  
  background-color: transparent;
  width: 100%;
}
.hero .listing-filter .switcher-wrap:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.listing-filter .button[type=submit] {  min-width: 100%; border: none;}
.listing-filter .more-filter {  color: #FFF; font-weight: 700;  letter-spacing: 2px;}
.listing-filter .more-filter:after {margin-left: 3px;}
.filter-items .columns { width: auto; }
.listing-filter .multiselect__select:before {   
    border: none;  
    color: #FFF; 
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-top: 0; 
    right: 7px;
    top: 12px;
}
.hero .listing-filter .columns.location-search { padding: 0; }
.listing-filter .columns:last-child:not(:first-child) {float: left;}



.hero.page-banner .inner-content {
            display: flex;
    justify-content: center;
    align-items: center;
}


.hero .article-header {
  height: 100%;
  display: flex;    
  align-items: center;
  align-content: center;
  width: 100%;
}
.home .hero .hero-banner-message h1 { 
    font-size: 24px;
    margin-bottom: 38px;
}
@media(min-width: 1024px) {
  .home .hero .hero-banner-message h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

/************************************************
#Listing Element
*************************************************/


body .slick-arrow {
    width: 16px;
    height: 32px;
    z-index: 2;
}
.slick-arrow:before {
   content: '\f054';
    background-image: url(../images/arrow-1.png);
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #000;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 22px;
    font-size: 0;
    display: block;
}
.slick-arrow.slick-next:before {
  transform: rotate(-180deg);
}

.listing-element.image-featured .content-2 { width: 100%; }
.listing-element.image-featured .property-meta { text-align: left; }

.page-home-designs .page-element.listing-element [data-view=grid] .listing-title {
    max-width: 270px;
}

@media(min-width: 641px) {
    .page-home-designs .page-element.listing-element [data-view=grid] .listing-title {
        max-width: 240px;
    }
}
@media(min-width: 1024px) {
    .page-home-designs .page-element.listing-element [data-view=grid] .listing-title {
        max-width: 140px;
    }
}

@media(min-width: 1280px) {
    .page-home-designs .page-element.listing-element [data-view=grid] .listing-title {
        max-width: 190px;
    }
}

/************************************************
#CTA FORM STYLE 1
*************************************************/
.cta-form-style1.page-element { padding: 0; }
.cta-form-style1 .bg-image { width: calc(100% - 24%); margin: 0 0 0 auto; }
.cta-form-style1 .cell:nth-child(1) { padding: 0; }
.cta-form-style1 .cell:nth-child(1) .hic-content { padding: 40px; }
.cta-form-style1  .gform_button { width: 100%; display: block; margin-bottom: 0; }
.cta-form-style1 .cell:nth-child(2) { 
    position: relative;
    padding: 0;
 }
 .cta-form-style1 .cell:nth-child(2) .cta-home-finder {
      position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    top: 0;
    bottom: 0;
    height: 213px;
 }
 .cta-home-finder h5 {
  margin-bottom: 16px;
 } 
.cta-form-style1 .cta-home-finder { text-align: center; }
.cta-form-style1.page-element.has-bg-img .bg-image:before { background-color: rgba(0, 0, 0, 0.5); }



/************************************************
#CTA FORM STYLE 1
*************************************************/
.cta-nearest-home h4 {
    margin-top: 6px;
    margin-bottom: 0;
}
.cta-nearest-home .input-group {
    margin: 0 -10px 0 auto;
    max-width: 460px;
    border-spacing: 10px 0;
}
.cta-nearest-home .input-group input { height: 40px; margin-bottom: 0; }

/************************************************
#CTA HOME FINDER - Mobile
*************************************************/

.cta-nearest-home .input-group .button {
  font-size: 12px;
  padding: 0 14px;
}

/************************************************
#HOME DESIGNS / HOUSE and LAND
*************************************************/
.btn-download-brochure:before {
  display: none;
}
.button.btn-download.btn-download-brochure {
  font-family: 'PT-Serif';
  font-weight: 700;
}
@media(max-width: 640px) {
  .banner .btn-download-brochure {
    margin-bottom: 0;
  }
}
@media(max-width: 1023px) {
  .banner .btn-download-brochure {
    margin-right: 0 !important;
    width: 100%;
  }
  .banner .group-button-2 {
    margin-top: 0 !important;
  }
}
@media(min-width: 1024px) {
  .design-tailored-range .page-elements {
      margin-top: 5px;
  }
  .single-listing-page .banner .btn-download.btn-download-brochure {
    margin-top: 0;
    /* margin-bottom: 45px; */
  }
}
/************************************************
#HOME DISPLAY
*************************************************/
.single-display .cta-form-style1 .cell-2 .grid-container {
  padding: 50px;
}

/************************************************
#CAREER - MOBILE
*************************************************/
.page-template-template-cpt-archive .inquiry-form,
.single-career .inquiry-form {
    margin-bottom: 24px;
    z-index: 2;
    position: relative;
}
.job-listing {
    background-color: #FFF;
    margin-bottom: 24px;
    padding: 24px;
    position: relative;
}
.job-listing .button {
  margin-bottom: 0;
}
 .job-listing h4 {
  margin-bottom: 16px;
}

/************************************************
Banner Form 
*************************************************/
.hero-banner-message .table-cell-mid { vertical-align: top; }
.hero.form-right .hero-banner-form {
    position: absolute;
    right: 50px;
    z-index: 2;
    top: 50px;
}
.hero-banner-form .gform_button {
    background-color: #000;
    display: block;
    width: 100%;
}
.hero-banner-form { color: #FFF; }
.hero-banner-form .form-title h4,
.sidebar .form-wrapper .form-title h4 { margin-bottom: 0; font-size: 34px; }
.hero-banner-form .form-blurb { margin-bottom: 14px; }
body .select2-container--default .select2-results__option--highlighted,
body select2-results__option {
    background-color: transparent;
}

/************************************************
Office Locator
*************************************************/
.office-locator { max-width: 350px; }
.page-contact-us .office-locator {
  max-width: 100%;
}
/************************************************
#OFFICE - Mobile
*************************************************/
.single-office .award img,
.single-suburb .award img,
.tax-office_category .article-header .award img {
  height: 80px;
  max-width: 350px;
  object-fit: contain;
}
.office-license-number {
    margin-top: 16px;
}
.office-element .map-container .region {display: none;}
.hidden-contact-number-control {
    color: #e00015;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
@media(max-width: 1023px) {
    .home-builders-element .logo .hic-image:before {
        padding-top: 40%;
    }
}
@media (max-width: 677px) {
     .home-builders-element .cell-1 .logo {
        display: none;
    }
}
@media (min-width: 678px) {
    .home-builders-element .cell-2 .logo {
        display: none;
    }
}
@media (min-width: 641px) {
  .single-suburb .page-element h2:not(.section-title), .single-office .page-element h2:not(.section-title) {font-size: 24px;}
}

@media (min-width: 1024px) {
    .home-builders-element .logo .hic-image:before {
        padding-top: 50%;
    }
}
/************************************************
#Display Home Visits - START
*************************************************/
.page-display-home-visits {
    background-color: #f2f2f2;
}
#dh-lead-form .accordion {margin-bottom: 0;}
#dh-lead-form .accordion-title {border: 0; text-align: right; padding-bottom: 5px; padding-right: 0;}
#dh-lead-form .accordion-title:before {display: none;}
#dh-lead-form .accordion-item.is-active .accordion-title {color: #e00015 !important;}
#dh-lead-form .accordion-content {border: 0 !important; padding: 0; margin-bottom: 50px;}
#dh-lead-form .select2-container--default .select2-selection--single, #dh-lead-form input[type="text"], #dh-lead-form .gform_wrapper select  {height: 50px; border: 1px solid #172024;}
#dh-lead-form input[type="radio"] {width: 30px; height: 30px;}
#dh-lead-form .gfield.inline-item .gfield_label {margin-bottom: 15px;}
#dh-lead-form .gfield.inline-item [type=radio]+label {vertical-align: top; margin-top: 2px;}
#dh-lead-form .gfield.design-lookup {margin-bottom: 30px;}
#dh-lead-form .gfield.design-lookup .select2-container--default .select2-search--inline .select2-search__field {min-width: 160px; padding-left: 10px;    height: 40px;}
#dh-lead-form .subscribe-consent-field .gfield_checkbox input {height: 15px;}
#dh-lead-form .gform_footer {text-align: center;}
#dh-lead-form .gform_footer .button {min-width: 220px;}
.gf-form-submitted.page-display-home-visitor .off-canvas-content { 
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.page-display-home-visitor .option-display.has-image .bg-helper {
	  width: 100% !important;
    background-size: 50px !important;
    background-position: 6px!important;
}
.page-display-home-visitor .option-display.has-image .title,
.page-display-home-visitor .option-display.has-image .property-group-meta {
	padding-left: 70px;
} 

.page-display-home-visitor .select2-results__option {
	height: 50px;
	padding-top: 24px;
}

@media(max-width: 640px) {
    .page-display-home-visitor .option-display.has-image .title {
            font-size: 11px;
    }
    .page-display-home-visitor .select2-results__option {
        height: 64px;
    }
    .page-display-home-visitor .option-display.has-image .bg-helper {
        height: 60px;
    }
}

/************************************************
#Display Home Visits - END
*************************************************/

/************************************************
#HELPER CLASSES FROM Customizer - START
*************************************************/
/*Helper Classes - START*/
.mb-10 {margin-bottom: 10px !important;}
.hide-header .header, .hide-footer .footer, .hide-footer .bottom-footer, .hide-chat #livechat-compact-container, .hide-chat #livechat-full {display: none !important;}
.hide-header .page-elements {margin-top: 0 !important;}
.hide-header .off-canvas-content {padding-top: 0!important;}
.default-width .small-container .grid-container {max-width: 900px;} 
.default-width .medium-container .grid-container {max-width: 1000px;} 
.page-element.white-container {padding-left: 15px; padding-right: 15px;}
.white-container .grid-container {background-color: #fff; box-shadow: 2px 2px 8px rgba(10, 10, 10, .10);}
.gfield.inline-item ul li {
    display: inline-block;
    margin-right: 24px;
}
.hide-hero-overlay .hero .hero-bg-overlay {display: none;}
@media (min-width: 641px) {
	.page-element.white-container {padding-left: 25px; padding-right: 25px;}
}
@media (max-width: 640px) {
	.block-on-small {display: block !important;}
		.page-element.small-pb-0 {padding-bottom: 0!important;}
}
/*Helper Classes - END*/
/************************************************
#HELPER CLASSES FROM Customizer - END
*************************************************/
/************************************************
#Customizer - START
*************************************************/
.page-careers .sidebar .form-wrapper .hic-blurb {display: none;}
.page-element.listing-gallery-2 .listing-image-container {background: #fff;}
.modal-element.has-bg-img .modal-body {background-color: transparent;}
/************************************************
#Customizer - END
*************************************************/
/************************************************
#Footer
*************************************************/
 .footer { text-align: left; }

 .footer .menu li a { 
  padding: 6px 0;
  line-height: 1.4;
}

.bottom-footer,
.bottom-footer a {
  color: #000;
  font-size: 12px;
}

.footer-col { width: 50%; margin-bottom: 24px; }
.copyright p { margin-bottom: 0; }

/************************************************
#Featured Blog
*************************************************/
.featured-blog .slick-slider { margin-bottom: 0; }
.featured-blog.image-left-content .hic-box { display: block; }
.featured-blog.image-left-content .hic-image-container,
.featured-blog.image-left-content .hic-content { width: 100%; text-align: center; }
.featured-blog.image-left-content .hic-content { padding-left: 0; }
.featured-blog.image-left-content .hic-image-container { margin-bottom: 24px; }

/************************************************
#CTA Darren Palmer
*************************************************/
.cta-darren-palmer.section-cta .inner-section { background-color: transparent !important; }
.cta-darren-palmer.page-element.has-bg-img .bg-image:before { display: none; }
.cta-darren-palmer { background-color: #818392; }
.cta-darren-palmer .bg-image { background-size: cover; }
.cta-darren-palmer .cta-blurb h2 { font-size: 16px; margin: 12px 0; }
/************************************************
  #CTA Home Finder
*************************************************/
.cta-home-finder.cta-home-finder-style-1 {
    background-color: #e00015;
    color: #fff;
    padding: 30px;
}

.cta-home-finder.cta-home-finder-style-1 .button{
  background-color: #000;
  color: #FFF;
}
.cta-home-finder .button { 
  display: block; 
  width: 100%; 
}
.cta-home-finder h4 {     font-size: 28px;
    margin-bottom: 24px;
    line-height: 1.2; }
.cta-home-finder .input-group{
    margin-bottom: 0;
}
.cta-home-finder.cta-home-finder-style-1 .input-group-button {
    min-width: 130px;
}
.cta-home-finder.cta-home-finder-style-1 h5 {
      font-size: 25px;
    margin-bottom: 25px;
}
.cta-home-finder.cta-home-finder-style-1 form {
    max-width: 500px;
}
.cta-home-finder input { margin-bottom: 8px; }

/************************************************
#CTA STYLE 1 - Mobile
*************************************************/
.section-cta.cta-get-in-touch2 .section-title {
  font-size: 18px;
  margin-bottom: 0;
}
.section-cta.cta-get-in-touch2 .grid-container {
  display: flex;
  max-width: 360px;
  align-items: center;
}
.section-cta.cta-get-in-touch2 .section-header,
.section-cta.cta-get-in-touch2 .section-body {
  width: 50%;
}
.section-cta.cta-get-in-touch2 .grid-container:not(.full)>.grid-padding-x.section-header {
  margin-bottom: 0;
}
.section-cta.cta-get-in-touch2 .footer-button {
  margin-top: 0;
  margin-left: 18px;
}
.section-cta.cta-get-in-touch2 .section-body .cell {
  padding: 0;
}

.cta-style-1 .hic-content { background-color: #172024; color: #FFF; padding: 4rem 3.5rem !important; }
.cta-style-1 .button { background-color: #FFF; color: #000; margin-bottom: 0; }
.cta-style-1 h3 { 
  margin-bottom: 0;
}
.cta-get-in-touch .cta-blurb .button { transform: translate(0, -1px); margin-left: 50px;}
.page-element.cta-get-in-touch { padding: 20px 0; }
.cta-style-2.page-element .inner-section { position: static; }
.cta-style-2 .hic-image { height: 100%; }
.cta-style-2 .hic-image:before { display: none; }

@media(min-width: 641px) and (max-width: 1023px) {
    .section-cta.cta-get-in-touch2 .grid-container {
      max-width: 380px;
    }
}
/************************************************
#FORMS
*************************************************/

.dark-form .form-wrapper,
.dark-section .gform_wrapper .validation_message,
.dark-form .gform_wrapper .validation_message,
.theme-section .gform_wrapper .validation_message {
  color: #FFF;
}

.field-transparent input:not([type="submit"]) { background-color: transparent; color: #FFF; border: 1px solid #FFF; border: 1px solid #FFF !important;}
.input-group-field input:not([type="submit"]) {
  height: 40px;
}
form.has-split-50-50 .gform_footer { clear: both; }

/************************************************
#CONTENT BOX Desktop
*************************************************/
.page-element.image-above-content .hic-box {
  margin-bottom: 0 !important;
  height: 100%;
}

/************************************************
#SIDEBAR - Mobile
*************************************************/
.sidebar-widget {
  margin-bottom: 18px;
}
.sidebar-widget .cta-home-finder {
  text-align: center;
}

.sidebar .sidebar-widget { border: none; padding: 24px; }
.sidebar-widget.cta-free-consultation {
  border: none;
}
.sidebar-widget .cta-home-finder .input-group,
.sidebar-widget .cta-home-finder input {
  margin-bottom: 0;
}
.sidebar-widget .cta-home-finder .input-transparent {
  border: 1px solid #172024 !important;
}
.sidebar-widget.cta-free-consultation .button { width: 100%; display: block; margin-bottom: 0 }
.sidebar-widget.cta-free-consultation .hic-blurb { margin-bottom: 34px; font-weight: 700; }
.sidebar-widget.cta-free-consultation .button-secondary { color: #FFF; }

.sidebar-widget .filter-items,
.filter-items .advance-search-button-wrap .cell {
    width: calc(100% - 1.875rem) !important;
}
.sidebar-widget .filter-items .cell.filter-input-storey,
.sidebar-widget .filter-items .cell.filter-input-beds,
.sidebar-widget .filter-items .cell.filter-input-lotsize {
  margin-bottom: 16px;
}

.theme-section input:not([type="submit"]), .theme-section textarea,
.hero-banner-form input:not([type="submit"]), .hero-banner-form textarea,
.theme-section input:not([type="submit"]):focus, .theme-section textarea:focus,
.theme-section select, .hero-banner-form select {
  border: none;
}
.sidebar-widget .filter-items .cell:nth-child(4) { margin-top: 14px; }
.sidebar-widget .side-form-layout .inner-advance-search-button {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
}
.sidebar-widget .side-form-layout .inner-advance-search-button {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
}
.sidebar-widget .side-form-layout .advance-search-filters {
  margin-bottom: 24px; 
}

.cta-nearest-home .hic-box{
  margin-bottom: 0 !important;
}

.footer .social-media a,
.bottom-footer .social-media a {
  font-size: 18px;
}



.colophon-link li a {
  border-right: 1px solid #333;
    padding: 0 8px 0 0px;
    margin-right: 8px;
}
.colophon-link li {
  padding: 0;
}
.colophon-link li p {
  line-height: 1;
}

/************************************************
#CTA STYLE 2 - Mobile
*************************************************/
.page-element.cta-style-2 { padding-top: 0 }
.cta-style-2 .hic-image-container {
    height: 170px;
    margin-bottom: 34px;
}
.cta-style-2 .grid-padding-x>.cell {
    padding: 0;
}
.cta-style-2 .hic-content {
    padding: 0 24px !important;
}
/************************************************
#CTA FORM STYLE 1
*************************************************/

.form-wrapper,
.form-container {
  padding: 24px;
}

/************************************************
#PROMOTION
*************************************************/
.single-promotion .promotion-image {
    margin-bottom: 24px;
}
.single-promotion .body-content .hic-image {
  margin-bottom: 24px;
  height: 246px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-promotion .hic-image .image-caption h4 {
  color: #FFF;
  line-height: 1;
}
.single-promotion .hic-image .image-caption {
    background-color: rgb(23, 31, 37);
    position: absolute;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 16px;
    color: #FFF;
}
.single-promotion .article-header {
    text-align: center;
}
.promotion-element .card.cta-element,
 .promotion-element .card .inner-card {
padding: 28px;
}
.promotion-element .card.cta-element {
  margin: 0;
  padding: 28px;
  justify-content: space-between;
}
.promotion-element .card.cta-element .button {
  align-self: baseline;
}
.promotion-element .card {
  border: none;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}
.promotion-element .card .inner-card {
  height: 100%;
  justify-content: space-between;
  margin: 2px;
   box-shadow: 0 0 4px 0 rgba(0,0,0, .2);
   display: flex;
  flex-flow: column;      
}
.promotion-listing {
  margin-bottom: 0;
  display: flex;
}
.promotion-listing-container {
  padding: 0 !important;
}
.promotion-element .button {
  align-self: baseline;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 0;
}

.promotion-listing .blurb {
  height: auto !important;
  margin-bottom: 10px;
}
.promotion-listing .caption {
    margin-bottom: 4px;
    color: #e02115;
}
.promotion-listing .slick-dots {
  margin-left: 0;
}

.promotion-listing .promotion{
  padding: 0 16px;
}
.promotion-listing .slick-arrow:before {
 width: 12px;
    height: 22px;
}

.promotion-description-2 {
    padding: 24px;
    border: 1px solid #e1e1e1;
    margin: 24px 0;
}
.promotion-disclaimer {
  padding: 24px;
  color: #FFF;
  margin-bottom: 24px;
}
/************************************************
#TEAM
*************************************************/
.team-list .more-details a:not(.button) {
  color: #000;
}

/************************************************
#MODAL
*************************************************/
.modal-element.reveal {
  border: none;
  top: 27px !important;
  min-height: 0;
  height: auto;
}
.modal-element input:not([type="submit"]):not([type="checkbox"])
.modal-element select {
  height: 50px;
}
.modal-element input[type="button"].gform_next_button,
.modal-element input[type="button"].gform_previous_button {
  height: auto;
}

.modal-element {
  padding: 0;

}
.modal-element h2 {
  line-height: 1;
  margin-bottom: 0;
}
.modal-header {
    background-color: #ebeff0;
    color: #555;
    padding: 18px 34px;
    text-align: center;
}
.modal-body {
      padding: 16px 34px 44px 34px;
}
.modal-blurb {
  font-size: 14px;  
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
.modal-blurb p {
    line-height: 1.3;
}
.modal-element .gform_footer {
  text-align: right;    
}
.modal-element .button.gform_button,
.modal-element .button{
    margin: 0;    
    width: 100%;
}
.modal-element .close-button {
   background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: -12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .2);
    right: 6px;
}
.modal-element .close-button span {
    color: #000;
    font-weight: 900;
}
.modal-element .gform_confirmation_message {
    text-align: center;
}
.form-submitted .sc_reveal_id_14 .modal-blurb {
    display: none;
}
.modal-element .gform_wrapper .validation_message {
    margin: -12px 0 4px 1px;
}
@media (max-height: 1050px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 800px;
    overflow: auto;
  }
}
@media (max-height: 800px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 700px;
    overflow: auto;
  }
}
@media (max-height: 700px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 600px;
    overflow: auto;
  }
}
@media (max-height: 600px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 500px;
    overflow: auto;
  }
}
@media (max-height: 500px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 400px;
    overflow: auto;
  }
}
@media (max-height: 400px) {
  .modal-element > .hic-container, .hic-modal-card {
    max-height: 300px;
    overflow: auto;
  }
}
@media(max-width: 1023px) {
    .modal-element .gform_button {
            font-size: 16px;
        padding: 16px;
    }
}
@media(min-width: 1024px) {
    .modal-blurb {
        font-size: 19px;
    }
    
}
@media(min-width: 1280px) {
    .modal-element .close-button {
        right: -10px;
    }
}

/************************************************
#SUBURB Element 
*************************************************/

.suburb-listing .hic-box {
    padding: 24px;    
}
.suburb-slider {
  margin-bottom: 0;
}
.suburb-listing .section-heading,
.suburb-listing .section-heading h2 {
  margin-bottom: 30px;
}
.suburb-nav-list {
    margin-left: 0;
}
.suburb-nav-list .slick-prev {
  left: -14px;
  top: 8px;
}
.suburb-nav-list .slick-next { 
  right: -16px;
}
.suburb-nav-list .slick-arrow:before {
  color: #FFF;
  font-size: 16px;
  height: 18px;
}
.suburb-nav-list li {
  cursor: pointer;
  text-align: center;
}
.single-suburb .map-container,
.single-office .map-container,
.single-project .map-container {
  position: relative; 
}
.single-project .map-container { height:200px; background-color:#F2F2F2; }
.single-suburb .map-container iframe,
.single-office .map-container iframe,
.single-project .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-project .home-builders-element .content-with-more-less ul li a {color: #172024; border-bottom: 1px dotted;}
.map-container .place-card.place-card-medium {
  display: none !important;
}
@media(min-width: 1024px) {
  .single-project .office-details {
    margin-top: -280px;
  }
  .single-project .article-header .page-title {
        margin-left: calc(33.33% + 16px);
        font-size: 34px;
  }
}

/************************************************
#ABOUT PAGE
*************************************************/
.header-main-content .grid-padding-x>.cell:nth-child(1) {
  order: 2;
}
.header-main-content .grid-padding-x>.cell:nth-child(1) {
  order: 1;
}

.default-width .small-grid-container .grid-container,
.default-width .small-grid-container.grid-container {
  max-width: 760px;
}

.default-width .medium-grid-container .grid-container,
.default-width .medium-grid-container.grid-container {
    max-width: 925px;
}
.box-warning {
  padding: 24px;
  border: 1px solid #e1e1e1;
}
.bottom-footer .menu {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.box-equal-blurb .hic-blurb {
  margin-bottom: 16px;
}
/************************************************
#SIDEBAR
*************************************************/
.sidebar {
  padding: 24px;
}
.page-template-template-cpt-archive .body-content { padding: 0; }
.page-template-template-cpt-archive.has-sidebar .body-content {
    padding: 50px 0;
}


.frontpage .filter-for-mobile {
  text-align: left;
  margin-top: 8px;
}

.search-form-wrap .filter-expand-options:after {
  margin-left: 8px;
}

.tax-office_category .page-content {
  text-align: center;
}

.frontpage .listing-filter #locationLookUp,
.off-canvas.position-top .search-field {
  background-image: url(../images/search-icon-grey.png);
      background-repeat: no-repeat;
    background-size: 18px;
    background-position: 11px 11px;
    padding-left: 40px
}


.frontpage .listing-filter #locationLookUp {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 500;
}
.frontpage .listing-filter #locationLookUp::-webkit-input-placeholder,
.off-canvas.position-top .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
   font-family: 'Montserrat';
    font-weight: 400;
}
.frontpage .listing-filter #locationLookUp::-moz-placeholder,
.off-canvas.position-top .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #999;
   font-family: 'Montserrat';
    font-weight: 400;
}
.frontpage .listing-filter #locationLookUp:-ms-input-placeholder,
.off-canvas.position-top .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #999;
   font-family: 'Montserrat';
    font-weight: 400;
}
.frontpage .listing-filter #locationLookUp:-moz-placeholder,
.off-canvas.position-top .search-field:-moz-placeholder { /* Firefox 18- */
  color: #999;
   font-family: 'Montserrat';
    font-weight: 400;
}

.listing-view .listing-details .open-times {
      white-space: pre-line;
}


.element-office-categories .section-body>.cell {
  padding: 0;
}


[data-listing-app] [data-view=list] .listing-details .listing-price {
  margin-bottom: 16px;
}


.search-list .hic-title a:not(.button) {color: #000;}
.search-list .hic-title a:not(.button):hover {color: #e00015;}

.no-related-listing .promotion-element   {
   padding-top: 50px !important;
} 

.page-template-template-cpt-archive .office-filter-style1 [data-listing-app] [data-view=map] {
  padding-top: 0;
}

.single-listing-page .banner .group-button .button .second-label {display: none;}
 [data-listing-app] .listing-message-section h4 {
      padding: 12px;
      background-color: #F2f2f2;
      line-height: 1.26;
    }
/* FOR MOBILE ONLY */
@media (max-width: 640px) {

    [data-listing-app=design] .cell-1 .filter-for-mobile {text-align: right;}
    [data-listing-app] .filter-expand-options {
      color: #000;
    }
    [data-listing-app] .listing-message-section {
      padding: 0 24px;
    }
    

    .sidebar-widget .search-form-wrap .cursor-pointer b {
        position: absolute;
        top: -11px;
        right: -10px;
        background-color: #000000;
        border-radius: 50%;
        padding: 4px;
        height: 24px;
        width: 24px;
        line-height: 16px;
        box-shadow: -1px 1px 3px 1px #00000036;
    }
    .sidebar-widget .search-form-wrap .cursor-pointer b:before,
    .search-form-wrap .clear-search-btn:before{
        font-family: 'Font Awesome 5 Pro';
        content: '\f00d';
        border: none;
        right: 14px;
        margin-top: -7px;
        color: #ffffff;
        font-size: 14px;
    }
    .search-form-wrap .clear-search-btn {
        background-color: #000000;
        font-size: 0;
    }
    .search-form-wrap .clear-search-btn:before {
        left: 0;
        right: 0;
        margin: 0;
    }
    
    .sidebar-widget .search-form-wrap .cursor-pointer b {
        font-size: 0;
    }

  .page-contact-us.with-office .hero-office-finder {
    text-align: left;
  }
  .page-contact-us.with-office .hero-office-finder {      
      padding-top: 24px;
      background-color: #FFF;
      margin-top: 70px;
  }

  .page-partners .tailored-range-designs .hic-image {
    height: 332px;
  }
  
  .tailored-range-collection .section-body .cell:first-child {
    text-align: center;
  }
  .tailored-range-designs.image-right-content .hic-blurb .button { width: 100%; } 
  .tailored-range .page-element.tailored-range-design-brochure .hic-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 84px;
  }
  .tailored-range-design-brochure .hic-title h4 {
    font-size: 24px;
  }
  .tailored-range-design-brochure .hic-blurb {
    margin-bottom: 34px;
  }
  .tailored-range-design-brochure .hic-blurb .button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
  }

    [data-listing-app=design] .cell-1 .display-home-form {
        display: none;
    }
     .page-contact-us.with-office .hero-office-finder,
     .page-contact-us.with-office .office-title {
         color: #000;
     }
     .page-contact-us.with-office .hero-office-finder {        
        padding-top: 24px;
        background-color: #FFF;
        margin-top: 70px;
     }

    .hic-scroll-nav .section-footer .button{
        margin-left: -5px;
    }

    .hic-scroll-nav .section-footer .button:not(:last-child){
        margin-right: calc(25% - 30px);
    }

    .hic-scroll-nav .section-footer .button::before, 
    .hic-scroll-nav .section-footer .button::after{
        height: 2px;
        margin-top: auto;
    }

    .hic-scroll-nav .section-footer .button::before {
        width: calc(25% - 30px);
    }

    .default-width .cta-process .grid-container {
        display: flex;
        flex-direction: column;
    }

    .default-width .cta-process .section-header {
        order: 1;
    }

    .default-width .cta-process .section-body {
        order: 3;
    }

    .default-width .cta-process .section-footer {
        order: 2;
        margin-bottom: 24px;
    }

  .tailored-range-ethos .section-title{
    font-size: 2rem;
  }
  .page-element.tailored-range-ethos {
      text-align: center;
  }
  .page-element.tailored-range-collection{
    padding: 0 !important;
  }
  .tailored-range-collection .bg-image::before {
      display: block;
      position: static !important;
      padding-top: 150%;
  }
  .tailored-range-collection .bg-image {
      position: static;
      height: 518px;
  }

  .page-element.cta-layout-1.office-cta-links .main-button-container .button {font-size: 10px;}

  .office-element .listing-filter-for-map .grid-padding-x>.cell {
    padding: 0;
  }

  #sc_reveal_id_8 .gform_page_footer input {
    width: 200px;
  }
  #sc_reveal_id_8{
    max-width: none;
  }

  .modal-element.reveal {
    width: calc(100% - 34px);
    margin: 0 auto;
  }


  .home .listing-filter .filter-container.open .grid-container:nth-child(2)>.grid-x {
    margin-left: -10px;
    margin-right: -10px;
  }

  .modal-body {
    background-color: #FFF;
  }


  .single-listing-page .banner .group-button {    margin-top: 30px;
  margin-bottom: 16px;}


  .filter-dropdown .multiselect__single,
  .filter-dropdown .multiselect__input {
    font-size: 12px !important;
  }
  [data-listing-app] .multiselect__single,
  .filter-dropdown .multiselect__placeholder {
    padding-top: 3px; 
  }

 .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .controls {
    top: 148px;
  }
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] {
      padding-top: 40px;
  }
  .page-template-template-cpt-archive [data-view=list] .controls {
        top: 149px;
  }


[data-listing-app] [data-view=list] .listing-details .listing-title {
    padding-right: 120px;
  }

  [data-listing-app] [data-view=list] .listing-details .listing-title span {
    font-size: 12px;
  }

.suburb-listing .hic-box {
  text-align: center;
}
  .suburb-lists .group-button  {
        justify-content: center;
  }

  .page-knockdown-rebuilds .cta-home-finder.cta-home-finder-style-1 h5 {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .page-knockdown-rebuilds .cta-home-finder.cta-home-finder-style-1 {
    padding: 24px;
  }

  .page-knockdown-rebuilds .cta-home-finder.cta-home-finder-style-1 .input-group-button {
    min-width: 100px;
  }

[data-listing-app] [data-view=map] .property-group-meta li {
      margin-right: 8px;
}
[data-listing-app] [data-view=map] .property-group-meta li:before {
      width: 15px;
    height: 14px;
}

    
    .cta-form-style1.cta-form-non-single .cell:nth-child(2) {
        min-height: 150px;
    }
    .cta-form-style1.cta-form-non-single .bg-float{
        height: 150px;
    }

  .page-contact-us .hero.tall-banner {
    min-height: 270px;
    padding-top: 0;
  }
  .with-office.page-contact-us .hero.tall-banner {
    min-height: 200px;
  }

  .page-contact-us.subpage .hero-slider,
  .page-franchise.subpage .hero-slider{
    height: 267px;
  }
  .page-contact-us .hero.form-right .hero-banner-form {
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 34px 24px 24px;
  }


  .frontpage .listing-filter .input-group .multiselect .multiselect__tags{
        width:100%;
        display:block;
    }

  .frontpage .listing-filter .multiselect__placeholder,
  .frontpage .listing-filter .multiselect,
  .frontpage .listing-filter .multiselect__option {
    font-family: 'Montserrat';
    font-weight: 400;
  }    

  [data-listing-app="display"] [data-view=list] .filter-container .grid-container:nth-child(2)>.grid-padding-x>.cell {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 120px;
    width: auto;
    padding: 0;
  }
  [data-listing-app="display"] [data-view=list] .filter-container .grid-container:nth-child(2) button {
    height: 40px;
  }
  [data-listing-app="display"] [data-view=list] .search-form-wrap {
    padding-bottom: 33px;
  }
   
  .home .hero.tall-banner {
      min-height: 377px !important;
  }
  .home  .hero .hero-slider+.hero-banner-message {
            padding-bottom: 120px;
    }

  .frontpage .listing-filter {
    position: relative;    
  }
  .frontpage .listing-filter #locationLookUp {
    width: 100%;
  }
  
  .frontpage .listing-filter .input-group-button {
    width: 100%;
    position: absolute;
    bottom: -48px;
    height: 40px;
    float: none;
    left: 0;
  }
  

  [data-view="list"] .sidebar .sidebar-widget {
    border: none;
  }
  
  .frontpage .search-form-wrap .filter-expand-options:before {
    content: '\f0b0';
    transform: translate(-12px, 0);
    display: inline-block !important;
    font-family: 'Font Awesome 5 Pro';

  }

  .frontpage .hero .listing-filter .search-layout-default .filter-items {
        margin-top: 12px;
  }

  .frontpage .hero .listing-filter .filter-items [class*=filter-input-] {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .frontpage .hero .listing-filter .filter-items .input-group {    
    flex-flow: column;
    align-items: flex-start;
    padding: 0;
    height: auto;
  }
  .frontpage .hero .listing-filter .filter-items .multiselect {
    background-color: #FFF;
    padding: 10px 0;    
    width: 100%;
  }
  .frontpage .hero .listing-filter .filter-items .multiselect,
  .frontpage .hero .listing-filter .filter-items .multiselect__single {
    margin-bottom: 0;
  }
  .frontpage .hero .listing-filter .filter-items .filter-label {
    font-size: 14px;
  }
  .frontpage .hero .listing-filter .multiselect__placeholder, 
  .frontpage .hero .listing-filter .multiselect__single,
  .frontpage .hero .listing-filter .multiselect .arrow,
  .frontpage .hero .listing-filter .multiselect__tag,
  .frontpage .hero .listing-filter .multiselect__tag-icon:after {
      color: #999;
  }
 .frontpage .hero .listing-filter .multiselect__tag {
    margin-bottom: 0;
    padding-left: 0;
 }

 .frontpage .hero .listing-filter .multiselect__tag-icon:after {
    font-size: 24px;
 }

 .frontpage .hero .listing-filter .multiselect__placeholder,
 .frontpage .hero .listing-filter .input-group .multiselect .multiselect__tags {
  padding-top: 0;
 }
 .frontpage .hero .listing-filter .multiselect__tags-wrap {
  display: flex;
 }

  .frontpage .hero .filter-items .arrow {
    position: absolute;
    top: 4px;
    right: 12px;
    font-size: 22px;
  }

  [data-listing-app] .pagination {  
    background-color: #f2f2f2;
  }

  .input-group .multiselect .arrow {
    position: static;
    display: inline;
    order: 2;
  }
  [data-view="map"] .input-group .multiselect .arrow {
    margin-top: 6px;
    margin-left: -6px;
  }
  body .multiselect__tags,
  body .multiselect__option {
    font-size: 12px;
  }
  .filter-items [class*=filter-input-] { width: 50%; }

  #featured-blog.page-element .columns {padding-left: 0; padding-right: 0;}

  .footer-col {
    width: 100%;
  }
  .footer-col-1, .footer-col-3 {
    margin-bottom: 0;
  }
  .social-media-container {
    display: block;
    width: 100%;
  }
  .cta-home-finder .grid-container { text-align: center; }
  .listing-filter .input-group-field,
  .listing-filter .button[type=submit] { font-size: 12px; }
  .section-cta.cta-layout-3.cta-darren-palmer .inner-section{
      width: 100%;
  }
  .field-transparent input:not([type="submit"]) { 
    background-color: transparent;
    color: #FFF; 
  }
  .cta-darren-palmer .bg-image {     
      background-position: -34px -20px;
      background-size: 130%;
  }
  .cta-darren-palmer .grid-container {
      max-width: 260px;    
      margin-right: auto;
      margin-left: -12px;
  }
  .cta-darren-palmer .cta-blurb {
    font-size: 10px;
  }
  .cta-darren-palmer .cta-blurb .cell {
    padding: 0;
  }
  .cta-darren-palmer h4 {
    font-size: 14px;
  }
  .cta-darren-palmer .button {
    margin-top: 0;
    margin-bottom: 16px;
  }
  /************************************************
  #FILTER Element - Mobile Only
  *************************************************/
  .listing-filter .search-layout-default .filter-items{
    padding: 0;
  }
  .listing-filter .search-layout-default .location-search {
    order: 1;
  }

  .listing-filter .search-layout-default .filter-items {
    order: 3;
  }

  .search-layout-default [data-advance-search] {
    order: 2;
  }
  /************************************************
  #CAREERS - MOBILE ONLY
  *************************************************/
  .page-careers .body-content {
    padding: 0;
  }
  .job-listing {
    text-align: center;
  }
 
  .page-careers.subpage .hero.default-height { height: 300px; }
  .page-careers .hero {
      min-height: 300px;
  }
  .page-careers .hero-banner-message { text-align: center; }
  .page-careers .hero-banner-message .table-cell-mid {
    vertical-align: middle;
  }
  .page-careers .page-content h1,
  .page-careers .hero-banner-message p {
    display: none;
  }
  .page-careers .page-content .hic-blurb {
    font-size: 12px;
  }

  .footer.footer-layout-1 .footer-footer > div,
  .footer.footer-layout-1 .footer-head > div{
    width: 100%;
    text-align: center;
  }

  .bottom-footer .inner-content .menu li:last-child {
    width: 100%;
  }
  .bottom-footer .inner-content .menu li:not(:last-child) {
      width: auto;
  }

  .footer .social-media {
    display: flex;
    justify-content: space-between;
    margin: 34px 0 34px;
  }

  .footer .social-media li:last-child{
    margin-right: 0;
  }

  .bottom-footer .menu>li>a {
      padding: 0 8px 0 0;
      margin-bottom: 10px;
  }

  .footer .footer-head-right .button {
    width: 100%;
    background-color: #172024;
    color: #fff;
    font-size: 16px;
  }

  .page-element[class*=split-] .hic-box{
    display: block;
  }

  .page-element[class*=split-] .hic-box .hic-image-container,
  .page-element[class*=split-] .hic-box .hic-content{
    width: 100%;
  }
  /*********************
  #CTA STYLE DIARY - MOBILE
  *********************/
  .cta-style-diary .hic-content { padding: 2rem !important; }
  .cta-style-diary .section-body .cell {
      padding: 0;
  }
  .cta-style-diary .hic-title h4 {
      font-size: 28px; 
  }
  .cta-style-diary .hic-blurb {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .cta-style-diary .hic-blurb p {
      line-height: 1.1;
  }

  .cta-nearest-home .section-body .cell {
      width: 100%;
      text-align: center;
  }
  .cta-nearest-home .section-body .cell:nth-child(1) {
      margin-bottom: 10px;
  }

  .input-group-button a, 
  .input-group-button button, 
  .input-group-button input, 
  .input-group-button label,
  [type=color], 
  [type=date], 
  [type=datetime-local], 
  [type=datetime], [type=email], 
  [type=month], 
  [type=number], 
  [type=password], 
  [type=search], 
  [type=tel], 
  [type=text], 
  [type=time], 
  [type=url], 
  [type=week], 
  form label,
  textarea,
  select {
    font-size: 12px;
  }

  /************************************************
  #CONTENT BOX ICON ABOVE CONTENT - MOBILE
  *************************************************/
  .icon-above-content .hic-title {
      margin-bottom: 24px;
  }
  
  .promotion-template-1 .post-content h1 {
    text-align: center;    
  }

  .footer .accordion-menu .accordion-title{
    padding: 16px 24px 16px 16px;
    font-size: 16px;
  }
  .footer .accordion-menu .accordion-title:before {
    top: 23px;
  }

  .bottom-footer { padding-bottom: 60px; }
  
  .cta-form-style1.cta-form-non-single {
      position: relative;
  }

  .tailored-home.tailored-range .hero-slider+.hero-banner-message {
    position: absolute;
    height: 100%;
    padding-top: 44px;
  }
  .tailored-home.tailored-range .hero-banner-message .hero-btn-wrap {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
  }

 
  .tailored-home.tailored-range .hero-banner-message .hero-btn-wrap .button {    
    min-width: 48%;
    margin: 0;
  }

    .tailored-range .hero .table-cell-mid {
      vertical-align: top;
  }
  .tailored-range .hero .hero-slider .bg-image {      
      background-size: cover;
  }
  .tailored-range-book-now.split-50-50 .hic-image-container {
      order: 1;
  }
  .tailored-range-book-now.split-50-50 .hic-content {
      order: 2;
      text-align: center;
      margin-top: 2rem;
  }
  .tailored-range-book-now.split-50-50 .hic-box {
      flex-wrap: wrap;
  }
  .tailored-range-book-now.split-50-50 .hic-content, .tailored-range-book-now.split-50-50 .hic-image-container {
      width: 100%;
  }
   
    .tailored-range-design-brochure[class*=split-] .hic-content, .tailored-range-design-brochure[class*=split-] .hic-image-container {
      width: 100%;
  }
    .tailored-range-design-brochure[class*=split-] .hic-content {
      text-align: center;
      padding: 0;
  }

  .top-bar .cell.small-4.hide-for-large, .top-bar .cell.small-4.large-9 {width: 20%;}
  .top-bar .cell.small-4.large-3 {width: 60%;}
  .hero .article-header h1, .hero .hero-slider+.hero-banner-message h1 { font-size: 30px; font-weight: 700;}
  .hero.form-right .hero-banner-form, .hero-bottom {position: relative;}
  .hero.form-right .hero-banner-form {top: auto; right: auto;}  
  .hero-bottom-description > p {margin-left: 0;}
  .about-page-header .about-page-logo {display: none;}
  .about-page-header .text-right {text-align: left !important;}   
  .listing-view[data-view="grid"] .controls {display: none;}
  .listing-view .cell.cell-2 {margin-top: 0;} 
  .single-listing-page .banner .cell-1 .top {top: 20px; left: 0; right: 0; }

  .single-listing-page .listing-image-container {min-height: 246px;}  
  .single-listing-page .cta-download-brochure .card-section {padding: 30px;}
  .single-listing-page .cta-download-brochure .card-section h3 {font-size: 26px;}
  .single-listing-page .cta-download-brochure .card-section .button {display: block;}
  .contact-request-form .section-body > .cell:nth-child(1), .contact-request-form .section-body > .cell:nth-child(3) {width: 100%;}
  .listing-for-map {background: transparent;}
  .listing-for-map .listing-details .grid-padding-x>.cell {padding-left: 0; padding-right: 0;}
  .listing-view .google-map {margin-bottom: 24px;}
  
}

.switch {
  color: #000;  
  display: flex;    
  height: auto;
  margin-bottom: 0;
}
.switch span {
  margin-right: 13px;
}
.switch-paddle {
  border-radius: 40px;
  height: 18px;
  width: 50px;
}
.switch-paddle:after {
  top: -4px;
  border-radius: 50%;
  height: 25px;
  width: 25px;  
  left: -2px; 
  background-color: #aaa9a9;
}
input:checked~.switch-paddle:after {
  left: 28px;
}

.with-office .hero-bottom {
  display: none;
}

.page-contact-us .grid-container.office-opening-hours .cell:not(:first-child) {
  font-weight: 300;
}
.page-contact-us .grid-container.office-opening-hours .cell:first-child {
    font-size: 16px;
}


 [data-listing-app] .listing-details .listing-address a {
  color: #000;
 }


 [data-listing-app] [data-view="list"] .cell.listing .card,
 [data-listing-app] [data-view="grid"] .cell.listing .card {
    border: none;
    box-shadow: 0 0px 3px 0 rgba(0,0,0, .2);
 }

 .tax-office_category .listing-element .carousel .property-item {
  height: inherit;
 }

 /************************************************
#MENU STYLING START
*************************************************/
 body.menu-open {
  position: fixed;
  overflow: hidden;
 }

.off-canvas.position-top,
.menu-open.scrolled {
  transform: translateY(-670px);
}
.menu-open .header {
  box-shadow: none;
}
.menu-open .off-canvas.position-top {
    height: calc(100vh - 64px);      
}
.menu-open .off-canvas.position-top,
.fancybox-container,
.reveal-overlay {
  z-index: 3333333333 !important;  
}
 .off-canvas.position-top {
    display: block;
    visibility: visible;
    position: fixed;
    top: 65px;
    /**/
    width: 100%;
    
    background-color: #FFF;
 }
 .with-top-header .off-canvas.position-top {
     top: 100px;
 }
 .off-canvas.position-top .off-canvas .menu li a {
  color: #999;
 }
  .off-canvas.position-top .menu .active>a {
      background-color: transparent;
  }
 .off-canvas.position-top .menu {
    text-align: center;
    margin-top: 34px;
 }
 .off-canvas.position-top .menu li a {
      color: #000;
    padding: 8px;
    font-size: 18px;
 }
.off-canvas.position-top .menu-separator-after {
  margin-bottom: 54px;
}
.off-canvas.position-top .menu-separator-after:after {
  content: '';
    height: 1px;
    background-color: #999;
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-top: 54px;
}
.menu-open .off-canvas.position-top {
  transform: translateY(0);
}
.off-canvas.position-top .grid-container {
  margin-top: 2px;
}
.off-canvas.position-top .menu-separator-after:after {margin-top: 12px;}
.off-canvas.position-top .menu-separator-after {margin-bottom: 12px;}

@media(max-width: 640px) {
  .menu-open .off-canvas.position-top {
    padding-bottom: 80px;
  }
}
@media(min-width: 641px){
   .off-canvas.position-top {
          top: 97px;
   }
}
/************************************************
#MENU Styling END
*************************************************/
 [data-view="grid"] .no-image-placeholder {
  height: 220px;
 }

 .post-not-found {
  padding: 24px;
 }
 .search .has-sidebar .sidebar {
  margin-top: 0;
 }
 
.page-contact-us .element-map .grid-padding-x>.cell {
        height: 300px;
    padding: 0;
}

.page-contact-us .element-map .info-title {
        font-weight: 700;
    font-size: 16px;
    font-family: 'PT-Serif';
}

.hero-bottom-description > p {
    font-family: 'Montserrat';
    font-weight: 400;
}
.page-contact-us .hero-banner-message .office-detials {
  text-align: center;
  display: none;
}

.page-contact-us .hero-banner-message .office-detials {
  text-align: center;
  display: none;
}

.with-office.page-contact-us .hero-banner-message .office-detials {
  display: block;
}
.with-office.page-contact-us .hero-banner-message .office-detials .office-title {
  color: #FFF;
}

.tax-office_category.subpage .default-height.hero,
.single-office.subpage .default-height.hero,
.single-suburb.subpage .default-height.hero,
.single-project.subpage .default-height.hero {
  min-height: 258px;
}
 .office-filter [data-view=map] .listing-filter-for-map .cell .grid-x {
      margin: 0;
  } 


  .office-element .listing-details .office-label,
  .office-element .listing-details .display-label {
    font-size: 12px;
    padding: 8px;
  }
  .office-element .listing-element .button-group {
      justify-content: flex-end;
  }

  .office-element [data-view=map] .listing-details>.grid-container {
    min-height: auto;
  }

  .listing-details .km-distance {
        position: absolute;
    right: 24px;
  }

  .subpage .hero-slider {
    margin-bottom: 0;
  }
  .filter-items .multiselect__tags {
    cursor: pointer;
  }
  .tax-office_category [data-listing-app] .region {
    display: none;
  }
  [data-listing-app="display"] [data-view="list"] .sidebar-widget.display-home-form {display: none !important; }

  .page-template-template-cpt-archive [data-listing-app="property_type"] [data-view=map] .google-map,
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {
      height: 488px;
      top: auto;
      bottom: 148px;
  }

  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {
      bottom: 148px;
      height: 530px;
    }
 .single-listing-page .banner .carousel .hic-image {
     height: 100%;
 }
 .single-listing-page .banner .btn-floorplan {
         top: 3px;
 }

 .page-home-designs .listing-element .inner-section,
 .listing-element [data-view="list"],
 .listing-element [data-view="map"] {
      padding-top: 40px;  
    }

.single-property_type.single-listing-page .banner .listing-image-container.floorplan-image {
  display: none;
}


.search-list .hic-blurb {
  margin-bottom: 8px;
}
.search-list .hic-title {
  margin-bottom: 0;
}
  
.search-list .button {
  padding-bottom: 8px;
  padding-top: 8px;
  min-width: 120px;
}

.office-filter .listing-filter-for-map .cell .cell {
      width: auto;
          padding: 0;
     margin-right: 34px;
  }

/* width */
.office-filter-style1 ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.office-filter-style1 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #dedede; 
}
 
/* Handle */
.office-filter-style1 ::-webkit-scrollbar-thumb {
     background: #d6d6d6;
    border-radius: 8px;
}

/* Handle on hover */
.office-filter-style1 ::-webkit-scrollbar-thumb:hover {
  background: #d6d6d6; 
}

.small-note {
  text-align: left;
  font-size: 12px;
}

.modal-element.has-bg-img,
.modal-element.has-bg-img .modal-blurb,
.modal-element.has-bg-img .gform_wrapper .validation_message {
  color: #FFF;
}

.modal-element.has-bg-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-element.has-bg-img .hic-container,
.design-download-modal {
  position: relative;
}

.design-download-modal .modal-blurb {
  text-align: center;
}

.design-download-modal .hic-container {
  padding-top: 160px;
}

.design-download-modal .hic-container:before {
    content: '';
    background-image: url(../images/tailored-logo.png);
    background-size: contain;
    height: 39px;
    background-repeat: no-repeat;
    width: 300px;
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
}
.design-download-modal .gform_confirmation_message br {
  display: none;
}
.design-download-modal .gform_confirmation_message {
    text-align: center;
        border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 34px;
    max-width: 380px;
    margin: 0 auto;
}
.design-download-modal .gform_confirmation_message .button {
    padding: 10px 24px;
    width: auto;    
    font-size: 16px;
    margin-top: 24px;
}

.design-download-modal .hic-container:after {
      content: '';
    background-image: url(../images/darren-palmer-logo.png);
    background-size: contain;
    height: 33px;
    background-repeat: no-repeat;
    width: 150px;
    display: block;
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    margin: auto;
}

.design-download-modal.modal-element .gform_footer {
  margin-top: 0;
}

.design-download-modal .modal-body {
  padding: 24px 44px 44px 44px;
}
 
.design-download-modal .modal-body {
  padding-bottom: 54px;
}


[data-listing-app="design"] .multiselect__content-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filter-dropdown.multiselect .arrow {
    top: 11px;
    right: 12px;
    position: absolute;
}
.filter-dropdown.multiselect--active .arrow {
    right: 12px;
}
.input-group .filter-dropdown.multiselect {
      margin-bottom: 0;
}
.side-form-layout .filter-dropdown.multiselect {
  width: 100%;
}

.filter-dropdown.multiselect .multiselect__tags {
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 24px 8px 12px !important;
    height: 40px;
}

.filter-dropdown .multiselect__content-wrapper {
  width: 100%;
}
.filter-dropdown .multiselect__input {
      margin-bottom: 1px !important;
     border: none !important;      
      margin-top: 0 !important;
    padding-left: 0 !important;
}

.filter-dropdown .multiselect__single {
  margin-bottom: 0 !important;  
}

[data-listing-app] .multiselect__single {
  margin-bottom: 1px;
}
.hero .hero-office-finder h4 {
    margin-bottom: 16px;
}
 .filter-items .multiselect__tag {
  padding-left: 0;
 }
 .gform_page_footer .button, .gform_footer .button {
  border: none;
 } 

.single-listing-page .banner .cell.cell-2 {
    position: relative;
}

.btn-virtual-tour, .btn-share{
	position: absolute;
    z-index: 2;
    bottom: 14px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .2);
    transition: all .25s ease-in-out;
}

.btn-share {
    left: 14px;
}

.btn-virtual-tour{
	left: 69px;
}

.btn-share i,
.btn-virtual-tour i{
    left: 0;
    color: #000;
}

.btn-share i{
	font-size: 16px;
	margin-left: 12px;
    margin-top: 11px;
}

.btn-virtual-tour i{
	font-size: 17px;
}

#sc_reveal_id_8 form {
    max-width: 409px;    
    margin: auto;
}

#sc_reveal_id_8 .gform_page_footer{
    text-align: center;
}

#sc_reveal_id_8 .gform_page_footer input{
    width: 48%;
}

.sharing-form .gform_page_footer input.gform_previous_button{
    margin-right: 5px;
    display: none;
}

.share-list {
    margin-bottom: 0;
}
.sharing-form .share-list.social-media li {
    display: block;
    margin-right: 0;
}
.share-list .gfield_radio > li input{
    display:none;
}

.share-list .gfield_radio > li:hover label,
.share-list .gfield_radio > li:hover label::before,
.share-list .gfield_radio > li input[type="radio"]:checked ~ label,
.share-list .gfield_radio > li input[type="radio"]:checked ~ label::before,
.share-list li label:hover,
.share-list li label:hover:before {
    color: #e02216;
}

.share-list li label{
    font-size: 16px;
    padding-left: 90px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 42px;
    transition: all .25s ease-in-out;
    margin-left: 0;
    cursor: pointer;
}
.share-list li label::before{
    font-family: "Font Awesome 5 Pro";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #f7f8f9;
    font-size: 20px;
    color: #333f48;
    position: absolute;
    text-align: center;
    padding-top: 9px;
    left: 0;
    top: -5px;
}

.share-list  li input[value="Email"] + label::before{
    content: '\f0e0';
}
.share-list.social-media li label:before {
    font-family: "Font Awesome 5 Brands";
}
.share-list li.facebook label::before{
    content: '\f39e';
}
.share-list  li.linkedin label::before{
    content: '\f0e1';
}
.share-list  li.pinterest label::before{
    content: '\f231';
}

body .select2-container--default .select2-selection--single {
  height: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.enquiry-form textarea[rows] {
       height: 50px;
    }

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    width: 20px;
}
.gform_wrapper .select2-container,
.ginput_recaptcha {
  margin-bottom: 14px;
}
.gform_wrapper .select2-container {
  
  width: 100% !important;
  height: 39px;
}
.select2-container {
  font-weight: 700;
}
.body-content .entry-title {
  margin-bottom: 24px;
}

.sharing-form .gform_next_button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -999999px;
}


/************************************************
#TAILORED HOME
*************************************************/
.tailored-home .hero .hero-slider .bg-image {background-size: cover; background-position: center top;}

.tailored-home .hero .hero-banner-message .small-12 {
    margin-left: 24px;
}
@media (min-width: 641px) {
    .tailored-home .hero .hero-banner-message .small-12 {
        background: rgba(23,32,36,.9);
        padding: 40px 40px 0;
        margin-left: 15px;
    }
}
@media (min-width: 1024px) {
	.tailored-home .hero .hero-banner-message .small-12 {margin-left: 24px;}
}


/************************************************
#TAILORED RANGE - MOBILE
*************************************************/

.tailored-range-design-intro.contemporary-range h1, 
.tailored-range-design-intro.hamptons-range h1, 
.tailored-range-design-intro.hotel-luxe-range h1, 
.tailored-range-design-intro.urban-range h1, 
.tailored-range-design-video .hic-title h4, 
.tailored-range-design-brochure .hic-title h4,
.tailored-range-designs.image-right-content .hic-title h4 {color: #fff;}

.tailored-range .hero,
.tailored-range .page-elements,
.tailored-range .hero .button,
.tailored-range .page-elements .button,
.tailored-range .hero .hero-banner-message,
.tailored-range-home-finder input,
.tailored-range-home-finder ::placeholder,
.tailored-range-designs.image-right-content .hic-title h4,
.tailored-range .section-header .sub-heading,
.tailored-range-collection .section-body h3 {
  font-family: 'Montserrat';
  font-weight: 400;
}
.tailored-range-home-finder input[type="text"] {
  padding: 8px 24px;
}
.tailored-range .hero .button,
.tailored-range .page-elements .button {
  text-transform: uppercase;
}

.tailored-range-designs.image-right-content .hic-title {
  margin-bottom: 20px;
}
.tailored-range-designs.image-right-content .hic-blurb .button:first-child { margin-bottom: 14px; }
.tailored-range-designs.image-right-content .button-wrapper { margin-top: 24px; }
  
.tailored-home .hero-banner-message img {
  width: 288px;
}
.tailored-range-home-finder input {
  border: none;
}
.tailored-range-home-finder input[type="submit"] {
  min-width: 95px;
}
.tailored-home.tailored-range .hero-banner-message .hero-btn-wrap .button {
  background-color: #172024;
}
.tailored-home.tailored-range .hero-banner-message .hero-btn-wrap .button:hover,
.tailored-home.tailored-range .hero-banner-message .hero-btn-wrap .button:focus {
  background-color: #e00015;
}
.tailored-range .hero .hero-slider+.hero-banner-message p {
  font-size: 12px;
  font-weight: 400;
}
 .tailored-home .hero .hero-slider+.hero-banner-message h1 {
    font-size: 21px;
  }
/*TAILORED RANGE - START*/
.tailored-range .page-element.grey-section {background-color: #ebeff0;}
.tailored-home .hero {background-color: #818392;}
.tailored-home .hero .hero-slider+.hero-banner-message{text-align: center;}
.tailored-range .hero .slick-slider {
    margin-bottom: 0;
}
.tailored-range .section-header .sub-heading {font-weight: 400;}
.tailored-range .page-element .button {background-color: #252729; text-transform: uppercase;opacity:1;     transition: all .25s ease-in-out; -webkit-transition: all .15s ease-in-out; margin-bottom: 0;}
.tailored-range .page-element .button:hover {opacity:.85}
.tailored-range-home-intro {background-color: #f1ece7;}
.tailored-range-home-intro .grid-container {max-width: 760px;}
.tailored-range-designs.image-above-content .hic-box {margin-bottom: 32px !important;}
.tailored-range-designs.default-section .hic-content {background-color: #f1ece7;}
.tailored-range-designs.default-section.image-above-content .hic-content {padding: 14px;}
.tailored-range-designs.default-section .medium-4 .hic-title h4 {font-size: 1rem; color: #252729; font-weight: 400; margin-bottom: 0;}
.tailored-range-book-now {background-color: #ebeff0;}
.tailored-range-designs.grey-section .hic-content {background-color: #848492; color: #fff;}
.tailored-range-designs.image-left-content .hic-content {padding: 20px;}
.tailored-range-designs.image-right-content .hic-content { padding: 24px; }
.tailored-range-designs.image-right-content .hic-title, .tailored-range-designs.image-left-content .hic-title {font-size: 22px; text-transform: uppercase;}
.tailored-range-designs.image-left-content .button  {min-width: 250px;}
.tailored-range-design-intro {   background-color: #b9b2a0; color: #fff;}
.tailored-range-design-intro .grid-container {max-width: 820px;}
.tailored-range-design-intro.beach-range {background-color: #e0ddd6; color: #0a0a0a;}
.tailored-range-design-intro.contemporary-range {background-color: #979683;}
.tailored-range-design-intro.japandi-range {background-color: #e0ddd6; color: #0a0a0a;}
.tailored-range-design-intro.urban-range {background-color: #635e5c;}
.tailored-range-design-intro h1 {font-size: 2rem; margin-bottom: 2rem;}
.tailored-range-design-intro .button {background-image: url(../images/down-arrow-icon-dark.png); background-color: transparent!important; padding: 0;font-size: 0 !important; height: 20px;
    width: 44px;
    background-size: contain;
    background-repeat: no-repeat;}
.tailored-range-design-video.page-element {padding-bottom: 32px;}
.tailored-range-design-video .grid-container, .tailored-range-design-gallery .grid-container, .tailored-range-design-brochure .grid-container {max-width: 1100px;}
.tailored-range-design-video .has-video .hic-image:before {background-color: transparent;}
.tailored-range-design-video.page-element .hic-content {background-color: #848492; color: #fff; padding: 20px;}
.tailored-range-design-video .hic-title h4 {font-weight: 500;     font-size: 14px;
    font-family: 'Montserrat';
text-transform: uppercase;}
.tailored-range .tailored-range-design-video .hic-button-wrap { margin-top: 0; }
.tailored-range-design-gallery.page-element {padding: 0; margin: auto;} 
.tailored-range-design-gallery .gallery-image {min-height: 270px;}
.tailored-range-design-tour.page-element {background-color: #b9b2a0; padding: 40px 0;}
.tailored-range .tailored-range-design-tour.page-element .section-footer {
  margin-top: 0;
}
.tailored-range-design-tour .button {margin-bottom: 0;}
.tailored-range-design-brochure.default-section { background-color: #848492; color: #fff;}
.tailored-range-design-brochure .hic-image {background-size: contain;
  background-repeat: no-repeat;}

/*CB Tailored Range - START From Customizer*/
.dark-content .hic-content {color: #fff;}
.white-button .hic-button-wrap .button {background-color: #fff; color: #000;}
.white-button .hic-button-wrap .button:hover {color: #fff; background-color: #e00015;}
.image-left-content.split-70-30.dark-content .hic-content {padding: 2.5rem 2.2rem; text-align: center;}
.dp-tailored .hic-title img {display: block; margin-bottom: 15px;}
.dp-tailored .hic-title h4 {font-size: 20px;}
.dp-tailored .hic-button-wrap .button {margin-bottom: 0;}
.absolute-button .grid-container, .absolute-box-button .hic-box {position: relative;}
.absolute-button .section-footer .button, .absolute-box-button .hic-box .button {cursor: pointer; position: absolute; left: 0; right: 0; top: 0; bottom: 5px; width: 100%;  height: 100%; background-color: transparent !important; color: transparent !important; border: 0; -webkit-transition-duration: .7s; transition-duration: .7s; z-index: 999;}

@media (min-width:641px) {
	.image-left-content.dp-tailored .hic-image {height: 100%;}
	.image-left-content.dp-tailored .hic-image:before {display: none;}
	.image-left-content.split-70-30.dark-content .hic-content {text-align: left;}
	.dp-tailored .hic-title h4 {font-size: 28px;}
	.dp-tailored .hic-blurb {font-size: 18px;}
}

@media (min-width:1024px) {
.image-left-content.split-70-30 .hic-image-container {width: 70% !important;}
	.image-left-content.split-70-30 .hic-content {width: 30% !important;}
	.image-left-content.split-70-30.dark-content .hic-content {padding: 4rem 2.5rem;}
	.dp-tailored .hic-title h4 {
    font-size: 32px;}
	.dp-tailored .hic-blurb {font-size: 18px;}
}
@media (min-width: 1280px) {
.dp-tailored .hic-title h4 {
    font-size: 36px;}
	.dp-tailored .hic-blurb {font-size: 20px;}
}
@media (max-width:640px) {
	.dp-tailored .hic-title img {margin-left: auto; margin-right: auto; max-width: 175px;}
}
/*CB Tailored Range - END*/

/*TAILORED RANGE - END*/

/*TAILORED RANGE ETHOS -START*/
.tailored-range-ethos .section-title {
    margin-bottom: 2rem;
}
.page-element.tailored-range-ethos {
    background-color: #f1ece7;
}
.tailored-range-ethos .section-body .cell {
    padding: 0 3rem;
}

.tailored-range-ethos .section-body p:last-child{
   margin-bottom: 3rem;
}

.tailored-range-ethos h3{
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.tailored-range-ethos p{
  font-size: 1rem;
}
.tailored-range-collection .section-body .cell:first-child {
    padding: 34px 24px;
    background-color: #ebeff0;
    color: #000;
}
/*TAILORED RANGE HOME FINDER - END*/

/*TAILORED PARTNER - START*/
.tailored-range-partners-intro {   background-color: #b9b2a0;}
.tailored-range-partners-intro .grid-container {max-width: 820px;}
.tailored-range-partners-intro h1 {font-size: 2rem; margin-bottom: 2rem;}
.tailored-range-partners-intro .button {background-color: transparent!important; padding: 0; height: 20px; width: 20px;font-size: 0 !important; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
/*TAILORED PARTNER - END*/

/*TAILORED RANGE COLLECTION - END*/

/*TAILORED RANGE HOME FINDER - START*/
.tailored-range-home-finder{
  background-color: #d3ddd6;
}
.cta-nearest-home.tailored-range-home-finder .input-group{
  border-spacing: 0
}
.tailored-range-home-finder .cta-home-finder input:not([type="submit"])::placeholder{
  color: #555;
  font-weight: 400;
}


.tailored-range-collection .section-body h3 { color: #000; }


.corporate-hero {background: linear-gradient(to right, #950e25 50%,#ef1f48 50%) !important; background: -moz-linear-gradient(to right, #950e25 50%,#ef1f48 50%) !important; background: -webkit-linear-gradient(to right, #950e25 50%,#ef1f48 50%) !important;}
.subpage .hero:not(.has-form) .text-left .hero-slider+.hero-banner-message .award-image img {max-width: 250px;}

.latest-blog-posts.grey-section .hic-box {background-color: #FFF;}
.latest-blog-posts.grey-section .hic-content {padding: 16px;}
img.checked-icon-image {max-width: 60px;}
.page-element.office-cta-links {padding-bottom: 30px !important;}
.page-element.cta-layout-1 .main-button-container .button, .page-element.office-cta-links .main-button-container .button {min-width: 155px; padding-left: 10px; padding-right: 10px; margin: 0 2px 8px;}


/*TEMPORARY CSS CREATED BY MARC - START*/
.testimonial-element.custom-layout .testimonial .hic-box {padding-bottom: 7px;}
.testimonial-element.custom-layout .testimonial .hic-box .hic-title h4 {color: #000;}
/* .page-contact-us .page-elements .page-element:not(:first-child) {display: none;} */
.page-contact-us.with-office .page-element:not(:first-child) {display: block;}
/*TEMPORARY CSS CREATED BY MARC - END*/

@media(max-width: 640px) {
    .tailored-home .hero.tall-banner {
        min-height: 420px;
    }
    .page-tailored .page-elements {
        margin-top: 0;
    }
}

.hero h2 {
    color: #fff;
}
.share-to-form form { 
    padding: 24px;
    border: 2px solid #AAA;
    border-radius: 8px;
}
.share-to-form .gform_page_footer {
  margin-top: 32px;
}
/*HERO - START*/
.subpage.very-short-banner .hero.default-height {min-height: 80px; height: auto !important; padding-top: 0;}
.very-short-banner .hero .article-header {position: relative; padding-top: 20px; padding-bottom: 20px;}
.very-short-banner .hero .article-header .page-title {margin-bottom: 0;}
/*CTA FORM STYLE 1 - START*/
.cta-form-style1 .cta-home-finder form{
  max-width: 500px;
  width: 100%;
}
.page-contact-us p:last-child{
  margin-bottom: 0;
}
/*CONTACT PAGE -END*/
.page-template-template-3d-tour .page-elements{
  min-height: 160px;
}
.page-template-template-3d-tour .page-content .grid-container {
    max-width: 100%;
}
.page-template-template-3d-tour .page-content {
    padding: 0;
}
.page-template-template-3d-tour .page-content-container {
    width: 100%;
    height: auto;
}
.page-template-template-3d-tour iframe {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-template-template-3d-tour .page-content-container::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 48.7%;
}
/*BLANK TEMPLATE - END*/
/*HERO - START*/
.hero-btn-wrap .button {
    color: #fff;
}
/*HERO -END*/

/*HELPERS - START*/
.footer-mt-0 .section-footer {
  margin-top: 0 !important;
}
.title-regular .section-title,
.title-regular h3,
.title-regular.listing-element .listing-title,
.title-regular.listing-element .listing-details,
.title-regular.listing-element .property-group-meta {
  font-weight: 400;
}
.theme-text {
  color: #e00015;
}
.hide-page-title .hero .page-title {color: transparent !important; font-size: 0 !important; opacity: 0 !important;}
.page-element.small-font, .small-font {font-size: 14px;}
.checklist {
  list-style: none;
  margin: 0;
}
.checklist.numeric, .checklist.numeric ul, .checklist.numeric ol {
  counter-reset: number;
}
.checklist.numeric > li, .checklist.numeric ul li, .checklist.numeric ol li {
  counter-increment: number;
}
.checklist.numeric > li::before, .checklist.numeric ul li::before, .checklist.numeric ol li::before {
  content: counter(number) ".";
  color: var(--lp--base-preset--link--color);
  width: auto;
  height: auto;
  font-weight: 700;
  font-family: var(--lp--custom-preset--body--font-family);
}
.checklist.numeric.round > li::before, .checklist.numeric.round ul li::before, .checklist.numeric.round ol li::before {
  content: counter(number);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.row-fluid.cell-fluid .cell {
  padding: 0;
  margin: 0;
}
.page-element.row-fluid.cell-fluid .grid .cell .hic-box {
  margin-bottom: 0;
}
@media (max-width: 641px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Boxes - Start */
.dark-boxes.hic-box, .dark-boxes .hic-box {
  background-color: #1D2529;
}
/* Boxes - End */

/* Buttons - Start */
.no-button .hic-box .button-wrapper {
  display: none;
}
/* Buttons - End */

/* Section Header & Footer - Start */
@media (min-width: 1024px) {
  .header-left .grid-container {
    display: table !important;
    width: 100%;
    margin: 0 auto;
  }
  .header-left .section-header, .footer-left .section-footer {
    float: left;
    clear: left;
  }
  .header-left .section-body {
    float: right;
    clear: right;
  }
  .footer-left .section-footer {
    width: 25%;
  }
  .default-alignment.header-left .section-header, .default-alignment.footer-left .section-footer,
  .text-left.header-left .section-header, .text-left.footer-left .section-footer {
    text-align: left;
  }
  .header-left.footer-left .section-body {
    width: 75%;
  }
  .header-left.footer-left .section-header, 
  .header-left.footer-left .section-footer {
    width: 25%;
  }
}
/* Section Header & Footer - End */

/* Image Offset - Start */
@media (min-width: 641px) {
  .image-offset-left .hic-box .hic-image {
    box-shadow: 27px 27px 0 0 #172024;
  }
  .image-offset-right .hic-box .hic-image {
    box-shadow: -27px 27px 0 0 #172024;
  }
  .image-offset-left.image-left-content .hic-box .hic-content,
  .image-offset-right.image-left-content .hic-box .hic-content {
    padding-left: 90px;
  }
  .image-offset-left.image-right-content .hic-box .hic-content,
  .image-offset-right.image-right-content .hic-box .hic-content {
    padding-right: 90px;
  }
}
/* Image Offset - End */
/*HELPERS - END*/

/*GALLERY PAGE ELEMENT - START*/
.gallery .gallery-image {height: 270px;}
.gallery .grid .gallery-image {margin-bottom: 32px; position: relative;}
.gallery .cross-icon-wrap {
    position: absolute;  
    height: 40px;
    width: 40px;
    margin: auto;  
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden;
    transition: all .25s ease-in-out;
    z-index: 2;
}
.page-element.gallery .gallery-list a:hover .cross-icon-wrap {
  opacity: 1;
    transform: scale(1);
    visibility: visible;

}
.page-element.gallery .hic-image:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0,0,0, .1);
  top: 0;
  left: 0;
  transition: all .25s ease-in-out;
} 
.page-element.gallery .gallery-list a:hover .hic-image:after {
  background-color: rgba(0,0,0, .2);
}
/*GALLERY PAGE ELEMENT - END*/

/*FORMS - START */
.form-wrapper .frm-title h4 {    margin-bottom: 0;font-size: 34px;}
.form-wrapper .form-blurb {margin-bottom: 14px;}
/*FORMS - END */

.gform_footer {
    position: relative;
}
.gform_wrapper .gform_ajax_spinner{
    position: absolute;
    top: -6px;
    right: -8px;
}



.hero-v-align-top .hero-banner-message .table-cell-mid {
    vertical-align: text-bottom;
}


.hero-office-finder .input-group input[name*="location"],
.hero-office-finder .input-group input[name*="location"]::placeholder {
    background-color: #fff;
    color: #555 !important;
}



/**************************
Read More / Read Less
**************************/
.read-more-trigger {
    display: none;
}
.content-with-more-less{
    margin-bottom: 16px;
}
.content-more-less,
.mcontent-more-less {
    overflow:hidden;
    transition: max-height 1s ease-in-out;
    position: relative;
}
.content-more-less:after,
.mcontent-more-less:after {
      height: 100px;
    background: linear-gradient( 
180deg
 ,hsla(0,0%,100%,0),#fff 50%);
    content: '';
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
}
.content-with-more-less.expanded .content-more-less:after,
.mcontent-more-less.expanded:after {
    display: none;    
}
.read-more-state {
    display: none;
}
.read-more-trigger::before {
    z-index: 1;
    position: relative;
}
.read-more-trigger {
    position: relative;
    margin-top: 8px;
}
.read-more-trigger::after {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /*IE6-9*/


    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.read-more-state:checked ~ .read-more-trigger::after{
    opacity: 0;
}
.read-more-state ~ .read-more-trigger:before {
    content: attr(data-label);
}
.read-more-trigger.enable {
    display: block !important;
}
.read-more-trigger {
    cursor: pointer;
    color: #e53f49;
    font-weight: 700;    
}

/**************************************/
.carousel-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: start;
}
.carousel-nav div {
    width: 50%;
    width: calc(50% - 7px);
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: auto;
}

.carousel-nav div.active:before {
    background-color: rgba(0,0,0, .1);
}
.carousel-nav div:before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, .5);
    transition: all .25s ease;
}

.listing-gallery-2 .scroll-content {
  max-height: 100%;
  min-height: 450px;
}

body .fancybox-thumbs__list a {
    height: 60px;
    width: 70px;
}


.fancybox-can-zoomIn .fancybox-content { 
      max-height: 75% !important;
 }


.fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    bottom: 20px;
    max-width: 65%;
    top: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: transparent;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}
.fancybox-thumbs__list a {
    height: 50px;
    width: 50px;
    margin: 4px;
    border-radius: 4px;
    opacity: .6;
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
}
.fancybox-thumbs__list a:before {
    border: 2px solid #000;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
body .fancybox-thumbs-x .fancybox-thumbs__list {
    margin: 0 auto;
}
body .fancybox-thumbs__list a:before {
    border: 4px solid #e00015;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}

.hic-scroll-nav .grid-container{
  position: relative;
}
.hic-scroll-nav .section-footer .button-wrapper{
  padding: 0;
}

/* Progress bar */
.hic-scroll-nav .section-footer .button::before,
.hic-scroll-nav .section-footer .button::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 0;
    margin: 0 auto auto;
}

.hic-scroll-nav .section-footer .button:last-child::before,
.hic-scroll-nav .section-footer .button:last-child::after{
    display: none;
}

.hic-scroll-nav .section-footer .button:not(:last-child)::after{
    display: block;
}

.hic-scroll-nav .section-footer .button::before{
    background-color: #ccc;
}

.hic-scroll-nav .section-footer .button.active,
.hic-scroll-nav .section-footer .button:first-child{
    background-color: #e71134;
}

.hic-scroll-nav .section-footer .button::after{
    background-color: #e71134;
    height: 0;
}

.hic-scroll-nav .section-footer .button:last-child{
    margin-bottom: 0;
}
.hic-scroll-nav .section-footer .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 0;
    font-size: 18px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background-color: #ccc;
}

.nav-scroll-content > div {
    padding: 30px 0;
}

.hic-scroll-nav .section-body .nav-scroll-content {
    overflow-y: scroll;
    max-height: calc(100vh - 2px);
    position: relative;
}

.hic-scroll-nav .section-body .nav-scroll-content > div:last-child{
    min-height: 100vh;
}

.hic-scroll-nav .section-body .nav-scroll-content::-webkit-scrollbar {
    width: 0;
}

.hic-scroll-nav .section-body .cell{
    position: relative;
}

.hic-scroll-nav .section-body .cell::before {
    top: -5px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.hic-scroll-nav .section-body .cell::after {
    bottom: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.hic-scroll-nav .section-body .cell::before, .hic-scroll-nav .section-body .cell::after {
    content: '';
    left: auto;
    right: 0;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 1;
}

.hero-office-finder .button {
    color: #fff;
}

.tailored-range .page-element .section-footer,
.tailored-range .hic-button-wrap {
  margin-top: 24px;
}


.page-home-builders .page-elements { min-height: auto; }
.page-home-builders .listing-no-result { display: none; }

.page-element.career-element .section-header {
  text-align: left;
}

.inquiry-form form input[type="file"],
form input[type="file"] {
  height: auto !important;
  margin-bottom: 4px;
}
.screen-reader-text {
  font-size: 12px;
}
.field-file {
  margin-bottom: 16px;
}
.gform_wrapper .field-file .validation_message {
    margin-top: -5px;
}


/************************************************
CTA Process Section
*************************************************/
.default-width .cta-process .grid-container{
    max-width: 1100px;
}
.cta-process .sub{
    margin-bottom: 0;
    line-height: 1.2;
}
.cta-process h2{
    line-height: 1.2;
    margin-bottom: 2rem;
}
/************************************************
HERO BOTTOM
*************************************************/
.hero-bottom {
  background-color: #172024;
  padding: 30px 0 40px;
}
/************************************************
TEAM
*************************************************/

.team-element .more-details > *:not(:last-child) {
    margin-bottom: 0.5rem;
}
.team-element .more-details > *::before{
    display: block;
}
.team-element .more-details .member-phone::before {
    content: 'Phone\:';
}
.team-element .more-details .member-email::before {
    content: 'Email\:';
}
body .multiselect, 
body .multiselect__input, 
body .multiselect__single {
  font-size: inherit;
}

.reveal-overlay {
  background-color: rgba(0,0,0,.85);
}
.reveal, .reveal-overlay {
    overflow-y: visible;
}
/************************************************
Virtual Tour
*************************************************/
.reveal.modal-vitual-tour {
  width: 100%;
  height: 220px;
}
.modal-element.modal-vitual-tour .close-button {
  right: 0;
  top: -38px;
}
.reveal.modal-vitual-tour .modal-body {
  padding: 0;
}
.reveal.modal-vitual-tour iframe {  
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reveal.modal-vitual-tour .modal-header {
  display: none;
}

body .fancybox-caption {
    background: none;
    bottom: 96px;
    margin-bottom: 0;
    padding: 0 !important;
}

.office-notice {
  background-color: #f2f2f2;
  padding: 12px;
  margin: 8px 0;
}

@media (min-width: 400px){
  .reveal.modal-vitual-tour {
    height: 280px;
  }
}

@media (min-width: 641px){


  .reveal.modal-vitual-tour {
    height: 325px;
  }

  .single-listing-page .banner .group-button .button:hover .second-label {display: inline-block;}
  .single-listing-page .banner .group-button .button:hover .main-label {display: none;}


  .tailored-range-collection .section-body .cell:first-child {
    margin-left: 44px;
  }
  .tailored-range-collection .section-body h3 {
    margin-bottom: 20px;
  }
  .tailored-range-collection .section-body .button {
    margin-top: 20px;
  }
  .tailored-range-partners-intro .section-body { font-size: 14px; }

  .office-listing-accordion.grid-container:not(.full)>.grid-padding-x { 
    padding: 0 16px;
  }






  .hero-office-finder .office-locator {
        max-width: 50%;
    }
    
    .sidebar-widget .input-group {
        height: auto;
    }    
    
    .hic-scroll-nav .section-footer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 26px;
        width: 50px;
        z-index: 1;
        display: flex;
        align-items: center;
        align-content: center;
    }

  .hic-scroll-nav .section-footer .button::before,
  .hic-scroll-nav .section-footer .button::after{
      top: 100%;
      left: 0;
      width: 2px;
  }

  .hic-scroll-nav .section-footer .button::before{
      height: 5.2rem;
  }

  .hic-scroll-nav .section-footer .button {
      display: flex;
      margin-bottom: 6.5rem;
  }

  .hic-scroll-nav .section-footer .button {
      width: 50px;
      height: 50px;
      font-size: 22px;
      margin-bottom: 5.2rem;
  }

  .hic-scroll-nav .section-body .nav-scroll-content {
      max-height: 600px;
      padding-left: 80px;
  }

  .hic-scroll-nav .section-body .nav-scroll-content > div:last-child{
      min-height: 602px;
  }
  .page-contact-us .hero-office-finder .office-locator{
      max-width: 450px;
      margin: 0 auto;
  }
  .hero-bottom {
      bottom: 0 !important;
  }
  .hic-scroll-nav .section-body .cell::before, .hic-scroll-nav .section-body .cell::after {
      width: calc(100% - 100px);
  }

  .very-short-banner .hero .article-header {position: relative; padding-top: 30px; padding-bottom: 30px;}
  .page-element.tailored-range-ethos {
      padding-bottom: 6rem;
  }
  .tailored-range-ethos .section-title {
      margin-bottom: 4rem;
  }
  .tailored-range .tailored-range-design-video .hic-blurb { margin-left: 24px; }
  .tailored-range-ethos .section-body .cell:not(:first-child) {
      border-left: 1px solid #000;
  }
  .tailored-range-ethos .section-body p:last-child{
     margin-bottom: 0;
  }
  .tailored-range-collection .section-body .cell:first-child {
      background-color: #fff;
  }
  .tailored-range-home-finder .cta-home-finder {
      max-width: 500px;
      margin-right: auto;
      margin-left: auto;
  } 
  .tailored-range-design-video .hic-image-container {
    height: 303px;
  }
  .tailored-range-design-video .hic-title h4 {
    margin-bottom: 0;
  }
  .tailored-range-design-video.page-element .hic-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tailored-range-design-brochure .hic-image {
    height: 270px;
  }
  .tailored-range-design-brochure .hic-blurb .button {
    margin-top: 16px;
  }
  .tailored-range-design-brochure .hic-title h4 {
    margin-bottom: 16px;
  }

  .latest-blog-posts .hic-title h4 {font-size: 16px;}
  img.checked-icon-image {max-width: 100px;}
  .page-element.cta-layout-1 .main-button-container .button, .page-element.office-cta-links .main-button-container .button {min-width: 225px; margin: 0 7px 18px;}
  .page-listing-element.default-grid-layout .grid-padding-x>.cell {padding: 0 8px;}

  form .important-note {
    font-size: 12px;
  }

  .listing-element .filter-items .refine-search-header {
    width: 100%;
  }

  .office-filter [data-listing-app] [data-view=map] .listing-details .button-group,
  .office-filter [data-listing-app] [data-view=map] .listing-details .button-group .button { 
    margin: 0;
  }
 

   .search .article-header .page-title {
        font-size: 32px;
    } 
    
    .has-sidebar .body-content>.grid-container>.grid-x>.cell {
        display:flex;
  }
 .listing-element [data-listing-app="property_type"] .listing-view .cell-1,
  .listing-element [data-listing-app="display"] .listing-view .cell-1 {
    margin-top: -31px;
  }
 

  [data-listing-app] [data-view=map] .listing-details .button-group,
  [data-listing-app] [data-view=map] .listing-details .listing-suburb,
  [data-listing-app] [data-view=map] .listing-details .property-group-meta {
    margin-bottom: 10px;
  }


  [data-listing-app] [data-view="map"] .listing-details .button-group .button {
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 120px;
    margin-right: 10px;
  }
  .page-template-template-cpt-archive [data-listing-app="property_type"] [data-view=map] .google-map,
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {
    height: 438px;
    bottom: 172px;
  }
   .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {        
    height: 493px;
    top: auto;
  }

    .suburb-listing .section-heading {
    margin-top: 24px;
  } 

  .office-listing-accordion .cell {
    padding-left: 8px;
    padding-right: 8px;
  }
    
   
    
    .testimonial-element.custom-layout .section-body {
        margin: 0;
    }

  .team-element .slick-track {
    margin: 0 auto;
  }
  .contact-request-form-2.no-map .map-container {
    display: none;
  }
  .single-listing-page .banner.no-map .cell.cell-3 {
    /* display: none; */
  }

  .off-canvas.position-top .grid-container{
      max-width: 420px;
    }

    .off-canvas.position-top .menu {
      margin-top: 16px;
    }

  .footer.footer-layout-1 .footer-head .inner-cell {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-top: 16px;  
    padding-bottom: 16px;
    justify-content: center; 
}

    [data-listing-app=design] .filter-items .cell:nth-child(4),
    [data-listing-app=property_type] [data-view="list"] .filter-items .cell:nth-child(4) {
        margin-top: 0;
    }
   /* [data-listing-app=property_type]  [data-view="list"] .filter-items .cell:nth-child(3),
    [data-listing-app=property_type] [data-view="list"] .filter-items .cell:nth-child(4),
    [data-listing-app=property_type] [data-view="list"] .filter-items .cell:nth-child(5),
    [data-listing-app=property_type] [data-view="list"] .filter-items .cell:nth-child(6) {
        width: 50%;
    }*/
    [data-listing-app=property_type] [data-view="list"] .filter-items .cell:nth-child(5) {
      margin-right: 0;
    }
        

    [data-listing-app] [data-view="list"] .filter-items>.grid-x,
    [data-listing-app] [data-view="grid"] .filter-items>.grid-x  {
      margin: 0;
    }

    [data-listing-app] [data-view="list"] .filter-items>.grid-x .cell,
    [data-listing-app] [data-view="grid"] .filter-items>.grid-x .cell {
      padding: 0;
      margin-bottom: 10px;
    }
    [data-listing-app] [data-view="list"] .filter-items>.grid-x .cell h4,
    [data-listing-app] [data-view="grid"] .filter-items>.grid-x .cell h4 {
      margin-bottom: 0;
      padding-top: 12px;
      margin-top: 4px;
      border-top: 1px solid #f2f2f2;
    }

    [data-view="list"] .filter-container button[type=submit],
    [data-view="grid"] .filter-container button[type=submit],
    .input-group-button .button {
      margin-bottom: 0;      
      font-size: 16px;
    }
    [data-listing-app] [data-view="list"] .filter-items .multiselect,
    [data-listing-app] [data-view="grid"] .filter-items .multiselect {
      margin-bottom: 0;
    }

    [data-view="list"] .filter-container h4,
    [data-view="grid"] .filter-container h4,
    [data-listing-app] [data-view=list] .listing-details .listing-price {
      font-size: 16px;
    }

    [data-listing-app="design"] .listing-view .controls label {
      color: #0a0a0a;
    } 
    .listing-view .controls label {
         color: #b3b3b3;
    }
    .listing-view .controls li.active label {
      color: #e00015;
      pointer-events: none;
    }

    [data-listing-app="property_type"] [data-view=list] .controls ,
    [data-listing-app="display"] [data-view=list] .controls  {
      padding-right: 24px;
    }

    [data-view=list] .listing-address {
      font-size: 12px;
      margin-top: 12px;
    }
    
   [data-view=map] .filter-input-min-house-size .multiselect__tags {
      border-left: 1px solid;
      border-radius: 0;
      margin-left: 11px;
      padding-left: 16px;
   }    
  .listing-view[data-view="grid"] .listing-details .cell:nth-child(1) {
    width: 75%;
  }
  .listing-view[data-view="grid"] .listing-details .cell:nth-child(2) {
    width: 25%;
    text-align: right;
  }
  .listing-view[data-view="list"] .listing-details .cell {
    width: 100%
  }

  [data-listing-app="property_type"] .listing-view[data-view="list"] .listing-details .cell:nth-child(2),
  [data-listing-app="display"] .listing-view[data-view="list"] .listing-details .cell:nth-child(2) {
      margin-top: 16px;
  }



  /************************************************
  #GENERAL STYLING
  *************************************************/
  body {
    font-size: 12px;
  }

  .h1, h1 { font-size: 32px; }
  .h2, h2, .section-title { font-size: 28px; }
  .h3, h3 { font-size: 22px; }
  .h4, h4 { font-size: 20px; }
  .h5, h5, .h6, h6{ font-size: 16px; } 

  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 { line-height: 1.1 }


  .button-group .button {
    font-size: 12px;
  }
  .cta-style-diary .hic-blurb {
    font-size: 16px;
  }



  input:not([type="submit"]), 
  textarea, 
  input:not([type="submit"]), 
  textarea,
  select {
    font-size: 12px;
  }

  .grid-padding-x .slick-track>.cell {
    padding: 0 8px;
  }
  .acc .top-bar-left {width: 30%;}
  .acc .top-bar-right {width: 70%;}
  .acc .main-contact-form.default-contact-layout.default-alignment .section-header {text-align: left;}
  #featured-blog.page-element {margin-top: 50px;}
  #featured-blog .hic-image-container {position: relative; top: -80px;}
  /************************************************
  #BANNER - TABLET
  *************************************************/
  .hero.video-background-banner .hero-banner-message,
  .hero.video-background-banner .hero-bg-overlay{
        z-index: 2;
  }

  .hero-banner-message .table-cell-mid {
    vertical-align: middle;
  }
  .hero .hero-banner-message {
    font-size: 14px;
  }
  .header-main-content h1 {
    font-size: 32px;
    text-align: right;
    margin: 0;
    line-height: 1;
  }
  .header-main-content .grid-padding-x>.cell:nth-child(1) {
    order: 1;
  }
  .header-main-content .grid-padding-x>.cell:nth-child(2) {
    order: 2;
  }
  .header-main-content .grid-padding-x>.cell:nth-child(1) p {
    margin-bottom: 0;
  }
  .header-main-content .grid-padding-x>.cell:nth-child(1) img {
      width: 260px;
  }
  /************************************************
  #HEADER - TABLET
  *************************************************/
  .header .logo {
      width: 220px;
  }

  /************************************************
  #CTA Home Finder
  *************************************************/
  .featured-blog .inner-section {
      margin-top: -70px;
  }
  .featured-blog {
      padding-bottom: 30px !important;
  }
  .featured-blog.image-left-content .hic-image-container {
    width: 40%;
    float: left;
  }
  .featured-blog.image-left-content .hic-content {
     width: 60%;
    float: left;
    text-align: left;
    padding-left: 24px;
    padding-top: 35px;
  }
  .featured-blog.image-left-content .hic-blurb h4 {
    font-size: 22px;
  }
  .featured-blog .hic-image:before {
    padding-top: 75%;
  }
  /************************************************
  #CTA Home Finder
  *************************************************/
  .cta-home-finder h4 {
      font-size: 24px;

  }
  /************************************************
  #CTA HOME FINDER - Mobile
  *************************************************/

  .cta-nearest-home .input-group .button {
    font-size: 10px;
  }
  .cta-nearest-home .hic-blurb h3 {
    margin-bottom: 0;
  }
  .cta-nearest-home .grid-x {
    align-items: center;
  }


  /*********************
  #CTA STYLE 1
  *********************/
  .cta-style-1 .hic-content {
      padding: 34px 44px !important;
  }
  .page-element.section-cta.has-bg-img.cta-layout-1 .bg-image:before {
        background-color: rgba(10,0,0,.5);
  }

  /************************************************
  #FILTER Element - Tablet
  *************************************************/
  .home .hero .hero-slider+.hero-banner-message {
    padding-top: 95px;
  } 
  /*********************
  #CTA STYLE DIARY - TABLET
  *********************/
  .cta-style-diary .hic-image::before {
      display: none;
  }
  .cta-style-diary .hic-image {
      height: 100%
  }
  .cta-style-diary h4 {
      font-size: 24px;
  }
  .cta-download-brochure .group-button .button {
    min-width: 165px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .cta-download-brochure .group-button {
    margin-bottom: 0;
  }
  /*********************
  #CTA NEAREST HOME - TABLET
  *********************/
  .cta-nearest-home .input-group-button {
    margin-left: 10px;
  }

  /************************************************
  #CTA STYLE 2 - TABLET
  *************************************************/
  .cta-style-2 .hic-image-container {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-element.cta-style-2 {
    padding: 36px 0;
  }
  /************************************************
  #CTA FREE CONSULTATION - TABLET
  *************************************************/   
    .cta-free-consultation .section-body .cell:nth-child(3) .hic-content {
        text-align: left;
        padding: 50px 34px;
    }
    
 
  /************************************************
  #CAREERS - TABLET
  *************************************************/
 
  .page-careers .career-element {
    padding-top: 0 !important;
  }
  .page-careers .body-content {
    background-color: #F2F2F2;
  }

  /************************************************
  #SIDEBAR - TABLET
  *************************************************/
  .has-sidebar .page-elements {
     width: 360px;
  }
  .has-sidebar .sidebar {
    width: calc(100% - 360px);
    padding-left: 0;
    padding-top: 0;
  }
  .sidebar .form-wrapper>h2 {
    font-size: 24px;
  }

  .single-promotion .body-content .hic-image {
    height: 208px;
  }
  .single .suburb-listing .map-list,
  .single .suburb-listing .map-container {
      min-height: 361px;
      position: relative;
      margin-bottom: 0;
  }
 /*********************
  #FOOTER - TABLET
  *********************/
   .bottom-footer {
    background-color: #F2F2F2;    
  }
  .footer.footer-layout-1 .footer-head .inner-cell > div{
      width: 50%;
  }

   .bottom-footer .social-media-container{
      text-align: center;
   }

   .footer.footer-layout-1 .footer-head-left .logo-wrap{
    margin-left: 0;
   }

   .footer .menu li {
    text-align: left;
  }
   .footer .menu li a {
    display: inherit;
  }

  .footer .social-media-container,
  .bottom-footer .social-media-container{
      width: 100%;
  }

  .bottom-footer .social-media li {
    width: 40px;
    height: 40px;
  }
  
  .bottom-footer .social-media li a {
    font-size: 25px;
  }
    .footer.footer-layout-1 .footer-head .inner-cell {
        border-bottom: 1px solid #000;
    }
  .footer.footer-layout-1 .footer-head{
    
    margin-bottom: 32px;
  }
  .footer-head-right .button {
    margin-bottom: 0;
  }
  .bottom-footer .menu {
    margin-bottom: 0;
  }
  .bottom-footer .menu,
  .bottom-footer .social-media-container {
    width: 50%;
  }
  .bottom-footer .social-media li a {
    font-size: 22px;
  }


  .cta-form-style1.cta-form-non-single .cell {
      width: 100%;
  }
  .cta-form-style1.cta-form-non-single .bg-float {
      height: 200px;
  }
  .cta-form-style1.cta-form-non-single .cell:nth-child(2) {
      min-height: 200px;
  }
  .cta-form-style1.cta-form-non-single .cta-home-finder form {
          margin: 0 auto;
  }

   /*********************
  #TAILORED RANGE - TABLET
  *********************/
  .tailored-home .hero {
    background-size: cover;
    background-position: 58% 50%;
  }
  .tailored-home.default-width .hero-banner-message .grid-x {
    max-width: 360px;
    margin-left: 0;
  }

  .tailored-range .hero-slider+.hero-banner-message{
    padding: 50px 0
  } 
  .tailored-range .hero-slider+.hero-banner-message .table-cell-mid{
    vertical-align: middle;
  }
  .tailored-home .hero-banner-message img{width: 530px;}  
  .tailored-range-designs.image-above-content .hic-box {margin-bottom: 50px !important;}
  .tailored-range-designs.image-left-content .hic-content {padding: 5% 6%;}
  .tailored-range-designs.image-left-content .hic-title {margin-bottom: 35px;}
  .tailored-range-designs.image-left-content .button-wrapper, .tailored-range-design-brochure.image-left-content .hic-content, .tailored-range-designs .hic-button-wrap {margin-top: 50px;}
  .tailored-range-book-now .hic-content {display: flex; justify-content: center; align-content: center;
  flex-direction: column;}
  .tailored-range-book-now .hic-content {
    margin-right: 5rem;
  }
  .tailored-range-home-finder .input-group-button {
    margin-left: 0;
  }
  .tailored-range-home-finder .input-group-button .button {
    font-size: 14px;
    min-width: 100px;
  }

  .tailored-range-designs.image-right-content .section-header.grid-padding-x {
    margin-bottom: 44px;
  }
  .tailored-range-designs.image-right-content .section-title {
    margin-bottom: 28px;
  }

      

}

@media (max-width: 767px) {
 
 .promotion-element {
    background-color: #f2f2f2;
  }

}


/*TABLET 641 Only*/
@media (min-width: 641px) and (max-width: 767px){
  .single .home-builders-element .grid-padding-x>.cell {
    width: 100%;
  }
  .cta-free-consultation .cta-element h4 { font-size: 18px; }
  .suburb-lists .group-button .button {
      font-size: 12px;
  }

  .testimonial-element.custom-layout .section-body {
      padding: 0 50px;
  }
   [data-view="map"] .filter-input-standard-features {
    margin-top: -20px;
  }

   .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .controls {
          top: 135px;
    } 

  
}

/*TABLET 641 Only*/
@media (min-width: 641px) and (max-width: 1023px){

    [data-view="list"].listing-view .cell-2,
    [data-view="grid"].listing-view .cell-2 {
      padding-left: 0;
    }

  .input-group .multiselect__placeholder { font-size: 12px; }

  [data-view="map"] .card-section.listing-details { padding-bottom: 0; }

    .tailored-range-designs.image-right-content .section-body {
      padding: 0 12px;
    }
    .tailored-range-designs.image-right-content .section-body.grid-padding-x>.cell {
      padding: 0 12px;
    }

   .page-contact-us.with-office .hero-office-finder {
    text-align: center;
    padding-bottom: 24px;
  } 
  .page-contact-us .grid-container.office-opening-hours { max-width: 460px; }
  .page-contact-us.with-office .hero-office-finder .office-title {
    display: none;
  }
  .page-contact-us .grid-container.office-opening-hours .cell:not(:first-child) {
    font-weight: 400;
  }

  .frontpage .listing-filter .filter-items [class*=filter-input-] {
    width: 33.33%;
    padding-left: 0;
    padding-right: 24px;
  } 

    .listing-filter .search-layout-default .filter-items {
      width: 75%;
    }

    .search-layout-default [data-advance-search] {
      width: 25%;
    }

    .footer .footer-col {
      width: 50%;
    }

  
    [data-listing-app] [data-view=list] .listing-details .listing-price {
      margin-bottom: 0;
    }
    .page-contact-us .hero.form-right .hero-banner-form{
      width: 340px;
      position: relative;
      top: auto;
      margin-top: 34px;
      right: auto;
    }
  
  .listing-element [data-listing-app="property_type"] [data-view="list"] .section-title,
  .listing-element [data-listing-app="display"] [data-view="list"] .section-title {
      margin-top: 0;
  } 

  .tailored-range-designs .section-body.grid-padding-x>.cell {
    width: 50%;
  }
  .tailored-range-designs.image-right-content .section-body.grid-padding-x>.cell,
  .tailored-range-designs.flexible-content .section-body.grid-padding-x>.cell { width: 100%; }

  .tailored-range-designs.image-right-content .grid-container,
  .tailored-range-partners-intro .grid-container,
  .tailored-range-designs.flexible-content .grid-container { max-width: 570px; }

  .tailored-range-book-now .hic-box {
    flex-direction: column;
  }

  .tailored-range-designs.image-right-content .hic-content {
    padding: 44px;
  }

  .tailored-range-book-now .inner-section > .grid-container {
        max-width: 564px;
  }
  .tailored-range-book-now .hic-image-container.has-image {
    width: 100%;
    margin-bottom: 44px;
    order: 1;
  }
  .tailored-range-book-now.page-element.split-50-50 .hic-content {
      width: 100%;
    padding: 0;
    text-align: center;
  }
  .tailored-range-book-now .hic-blurb {
    margin-bottom: 34px;
  }
  .tailored-range-designs.image-right-content .hic-blurb .button { min-width: 250px; } 


  .page-contact-us.subpage .hero-slider {
    height: 300px;
  }
  .page-contact-us.with-office.subpage .hero-slider {
    height: 413px;
  }
  .page-contact-us .hero.tall-banner {
    min-height: auto;
  }
  .hero-bottom .cell{
    width: 100% !important;
  } 
  .page-contact-us .hero .inner-content {
    flex-flow: column;
  }
}



@media (min-width: 641px) and (max-width: 1279px){
  .frontpage .listing-filter .search-layout-default .filter-items {
    width: 100%;
  }
  
  .frontpage .listing-filter .multiselect .arrow {
    display: inline-block;    
    order: 2;
    transform: translate(0, -6px);

    position: relative;
  }
  .frontpage .input-group .multiselect .multiselect__tags {
        order: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .page-template-template-cpt-archive [data-listing-app="property_type"] [data-view=map] .google-map, 
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {
    height: 468px;
  }

  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .controls {
    top: 160px;
  }

   .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .controls {
      top: 138px;
    } 

    .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map{
      height: 490px;
    }
}

@media (min-width: 768px) {



 .suburb-listing .section-heading {
    margin-top: 34px;
  } 
  .suburb-listing .group-button {
    justify-content: flex-start;
  }

    /************************************************
  #TESTIMONIALS - DESKTOP
  *************************************************/

  .testimonial-element.custom-layout .slick-list,
  .testimonial-element.custom-layout .slick-track {
    height: auto !important;
  }


  /************************************************
  #CAREERS - TABLET 768
  *************************************************/
  .hero-banner-message h1 {
    line-height: 1.2;
  }
   .job-listing h4 {
    margin-bottom: 0;
  }
  .job-listing .button {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
  }
  .job-listing {
    padding-right: 186px;
  }
  .has-sidebar .hero-banner-message .grid-container,
  .has-sidebar .article-header .grid-container { max-width: 446px; margin-left: 0; }
  .has-sidebar .sidebar {
      margin-top: -233px;
  }
  .has-sidebar .page-elements {       
    width: calc(100% - 320px);
   }
  .has-sidebar .sidebar {
      width: 320px;
      position: relative;
      z-index: 3;
  }

 
  .single-promotion.has-sidebar .sidebar {
    margin-top: 0;
  }
  .single-promotion .body-content .hic-image {
      height: 268px;
  }


  .tailored-range-collection .section-body .cell:first-child {
    padding: 48px;
  }
}


.office-filter .listing-filter-for-map {  
  text-align: center;
}

.tax-office_category .office-filter [data-view=map] .listing-filter-for-map .cell .cell {
    margin-right: 0;
    padding: 0 24px 0 0;
} 
.tax-office_category .office-filter [data-view=map] .listing-filter-for-map>.grid-container h5 {
    font-size: 24px;
        margin-bottom: 16px;
    text-align: left;
}
@media(max-width: 1024px) {
   .header {
    position: fixed;
    top: 0;
    z-index: 10001;
  } 
}
/************************************************
#General - MOBILE AND TABLET ONLY
*************************************************/
@media (max-width: 1023px) {
  .page-partners .tailored-range-designs.image-right-content .hic-box {
    display: flex;
    flex-flow: column;
  }

  .tailored-range-designs[class*=split-] .hic-box {
      display: block;
  }
    .tailored-range-designs[class*=split-] .hic-content, .tailored-range-designs[class*=split-] .hic-image-container {
      width: 100%;
  }
  .tailored-range-designs .hic-content {
      text-align: center;
  }
  .tailored-range-home-finder .section-body .cell {
      width: 100%;
      text-align: center;
  }
  .tailored-range-home-finder .cta-home-finder .input-group{
    margin: 20px auto 0;
  }

  .subpage .hero:not(.has-form) .text-left {text-align: center;} 
  

  [data-listing-app=display] [data-view=map] .listing-details>.grid-container, 
  [data-listing-app=property_type] [data-view=map] .listing-details>.grid-container {
    position: relative;
  }
  [data-listing-app=display] [data-view=map] .listing-details .cell:nth-child(3), 
  [data-listing-app=property_type] [data-view=map] .listing-details .cell:nth-child(3) {
    width: 165px;
  }

  


  .promotion-element .card.cta-element {
      text-align: center;    
  }
  .promotion-element .card.cta-element h3 {
    margin-bottom: 24px;
  }
  .promotion-element .card.cta-element .button {
    align-self: center;
  }

   .promotion-element:not(.single-post) .promotion-listing {
    margin-bottom: 54px;
    padding: 0 28px;
  }

.promotion-listing {
        padding: 8px;
}

.promotion-listing .slick-dots {
  left: 0;
}
  

  .suburb-lists .group-button .button {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
    margin-right: 8px;
  }

  .suburb-nav-list li {
    font-size: 12px;
  }
  .suburb-listing .section-heading h2 {
    font-size: 18px;
  }

    .single-property_type .contact-request-form,
  .single-display .contact-request-form {
      margin-top: 50px;
  }


  .office-filter-style1 .listing-expand-control .button-expand {
    margin-top: 4px;
  }


  .tax-office_category .office-filter .inner-section {
      border-bottom: 2px solid #000;
  }

  .office-filter-style1.office-filter .listing-filter-for-map {
    padding-top: 0;
  }
    
    .off-canvas.position-top .menu {
        padding-bottom: 80px;
    overflow: auto;
    }

    [data-view=map] .listing-for-map {
          overflow: inherit;
    }
    [data-view=map] .listing-for-map>div:nth-child(2),
    .office-filter [data-view=map] .listing-expand-control+div {
      overflow: auto;
      height: 173px;
    }
    [data-view=map] .listing-details>.grid-container {
      min-height: 167px;
    }

    [data-view=map] .listing-for-map.expand-listing>div:nth-child(2),
    .office-filter [data-view=map] .expand-listing .listing-expand-control+div {
      height: 398px;
    }
  
    .frontpage .filter-items .multiselect__content-wrapper {
        max-width: 100% !important; 
        width: 100%;
    }
    .frontpage .listing-filter .multiselect__single {
      padding-top: 0;
    }

   
   
    .page-template-template-cpt-archive [data-view=map] {
      overflow: hidden;
    }
   .listing-expand-control {
      z-index: 9;
      position: relative;
      text-align: center;
      background-color: #FFF;
      width: 50px;
      margin: 0 auto;
      height: 22px;
      box-shadow: 0 0px 8px 0 rgba(0,0,0, 0.2);
   } 

  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .listing-for-map {
    height: 420px;
    bottom: -226px;
  }
  .listing-expand-control:before,
  .listing-expand-control:after {
     content: '';
    width: 17px;
    height: 32px;
    position: absolute;
    background-color: #FFF;
    top: 19px;
  }

  .listing-expand-control:before {
   left: -17px;
    
    
    transform: skew(0, -66deg);
   
  }
  .listing-expand-control:after {
     right: -17px;
    
    
    transform: skew(0, 66deg);
  }

  .listing-expand-control .button-expand {
    position: relative;
    font-size: 0;
    height: 20px;
    width: 30px;
  }
  .listing-expand-control .button-expand:before,
  .listing-expand-control .button-expand:after {
    content: '';  
    position: absolute;
    height: 1.5px;
    width: 100%;
    background-color: #000;
    top: 3px;
    left: 0;
  }
  .listing-expand-control .button-expand:after {
    top: 9px;
  }

  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .listing-for-map.expand-listing {
    bottom: 0;
  }
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .listing-for-map .grid-container.listing-element {
      background-color: #FFF;
      z-index: 9;
      position: relative;      
  }
  .office-filter [data-listing-app] {
    background-color: #FFF;
  }

  .bottom-footer .menu {
      display: flex;
      flex-wrap: wrap;     
  }
  .off-canvas-content {
      /* padding-top: 67px; */
  }
  .admin-bar .off-canvas-content {
      padding-top: 0;
  }
  
  .with-top-header .off-canvas-content {
    padding-top: 129px;
  }
  
  

  /************************************************
  #HEADER
  *************************************************/

  .herader .logo {
      width: 180px;
  }

  /************************************************
  #FILTER Element - Mobile and Tablet Only
  *************************************************/
  .home .hero.tall-banner{
    min-height: 500px;
  }
  .input-group .multiselect {
      display: flex;
      min-height: auto;
      margin-bottom: 16px;
  }



  .input-group .multiselect .multiselect__tags {
      order: 1;
      padding-right: 16px;
      padding-top: 2px;
  }

  .input-group .multiselect__placeholder{
    margin-bottom: 0;
  }

  .input-group .multiselect__tags{
    min-height: auto;
  }

  .listing-filter .search-layout-default .filter-items {
    margin-top: 20px;
  }

  .search-layout-default [data-advance-search] {
    padding: 0;
    text-align: right;
    margin-top: 20px;
  }


  .hero .listing-filter .switcher-wrap label{
    font-size: .75rem;
    text-align: center;
  }
  .options-switcher {
      display: flex !important;
  }
  .filter-items .columns{
    padding-left: 0;
  }

  .listing-filter .button[type=submit]{
    padding: 0;
  }
  /************************************************
  #Content Boxes Element - Mobile and Tablet Only
  *************************************************/
  .carousel {
      padding: 0 24px;
      margin-bottom: 0;
  }


  .cta-home-finder .input-group {
      margin: auto;
      border-spacing: 0;
  }
   /************************************************
  #CTA Darren Palmer - TABLET
  *************************************************/
  .cta-darren-palmer h4 {
    font-size: 16px;
  }
  .colophon-link li:nth-child(3) a {
    border-right: none;
  }


  .single-office .article-header,
  .single-suburb .article-header,
  .tax-office_category .article-header {
    text-align: center;
  }
  
  
   /************************************************
    #CTA FORM NON SINGLE
    *************************************************/
    .cta-form-style1.cta-form-non-single .cell:nth-child(1) {
        padding-bottom: 44px;
        text-align: center;
        padding-top: 24px;
    }
    
    .cta-form-style1.cta-form-non-single .cell:nth-child(2) {
        display: flex;
        padding: 0 24px;
    }
    
    .cta-form-style1.cta-form-non-single .cell:nth-child(2) .cta-home-finder {
        position: relative;
        height: auto;
        left: auto;
        right: auto;
        max-width: none;
        top: auto;
        bottom: auto;
        width: 100%;
    }
    .cta-form-style1.cta-form-non-single .bg-float{
        bottom: 0;
        position: absolute;
        width: 100%;
        top: auto;
      }
    /************************************************
    #CONTACT PAGE
    *************************************************/
    .page-contact-us .hero-office-finder, .page-contact-us h1 {
        text-align: center;
    }
    .page-contact-us .hero-office-finder {
      padding: 0 24px;
    }
    .page-contact-us .hero .hero-slider+.hero-banner-message {
      padding-bottom: 0;
    }

    .page-contact-us .hero-banner-message .grid-padding-x>.cell {
      padding: 0;
    }
    .hero-bottom {
      text-align: center;
      margin-top: 82px;
    }
    .with-office.page-contact-us .hero-banner-message .office-detials .office-title {
      font-size: 18px;
    }

    .testimonial-element.custom-layout .testimonial { 
      margin-bottom: 0;
    }
}

/************************************************
#DESKTOP - 1024 SCREEN
*************************************************/

@media(min-width: 641px) and (max-width: 1023px) {
  .with-top-header .off-canvas-content {
    padding-top: 98px;
  }
}
@media (min-width: 1024px) {

   .modal-element.modal-vitual-tour .close-button {
      right: 0;
      top: -36px;
    }

    .reveal.modal-vitual-tour {
      height: 490px;
      
    }
   

    
    body .fancybox-slide--image {
        padding-bottom: 110px !important;
    }

    body.subpage {
      font-size: 14px;
    }
    

    .hero-bottom {
      padding: 50px 0;
    }
    .has-sidebar .sidebar {
      width: 370px;
    }
    .has-sidebar .page-elements {
      width: calc(100% - 370px);
    }

    .page-partners .tailored-range-designs .hic-image { min-height: 470px; }

    .page-partners .tailored-range-designs .hic-content {     display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .tailored-range-partners-intro .section-body { font-size: 20px; }
    .tailored-range-designs.image-right-content .grid-padding-x.section-header {
      max-width: 650px;
      margin: 0 auto 54px;
    }
   
    .tailored-range-designs.image-right-content .hic-content {
      padding: 50px;
    }
    .tailored-range-designs.image-right-content .hic-blurb .button { min-width: 200px; }
    .tailored-range-designs.image-right-content .hic-title { margin-bottom: 24px; }

    .office-listing-accordion.grid-container:not(.full)>.grid-padding-x {
      margin: 0;            
      padding: 0 12px;
    }

    .listing-view[data-view="list"] .cell.cell-2 {
      padding: 0;
    }
    .default-width .listing-view[data-view="map"] .grid-container {
      max-width: 100%;
    }

    .hero .multiple-select .multiselect__content-wrapper .multiselect__option::before  {
        top: 14px;
        font-size: 14px;
    }
    .hero .filter-items .multiselect__tag-icon {
      top: 2px;
    }

   .hero .listing-filter .search-layout-default .filter-items {
      padding: 0;
   }
   .nav-scroll-content > div {
        padding: 50px 0;
    }

    .hic-scroll-nav .section-body .nav-scroll-content {
        max-height: 500px;
        padding-left: 130px;
    }

    .hic-scroll-nav .section-body .nav-scroll-content > div:last-child{
        min-height: 502px;
    }

    /* .carousel-nav div {
        height: 120px;
    } */
    
    .listing-view[data-view="map"] .listing-element .cell {
        width: 100%;
    }


    .listing-view[data-view="list"] .cell.cell-1 {
      position: -webkit-sticky; /* Safari */
      position: sticky;
    }
    
    .page-contact-us .hero-office-finder .office-locator{
        max-width: none;
    }

    .page-contact-us .hero-banner-message h1, 
    .page-contact-us .hero-banner-message .hero-office-finder {
        width: 580px;
    }

    .hero-office-finder .input-group {
        height: 60px;
    }
    .hero-office-finder .input-group input[type="submit"] {
        padding: 16px 60px;
    }
    .hero-office-finder .input-group input {
        height: 60px;
        padding: 16px 26px;
        font-size: 20px;
    }

  

    .hic-scroll-nav .section-body .cell::before, .hic-scroll-nav .section-body .cell::after {
        width: calc(100% - 146px);
    }

   .hero-bottom-description > p {
        margin-left: 2.5rem;
    }

    .page-template-template-cpt-archive [data-view=list] .img-slide {
        height: 314px;
    }
    .page-template-template-cpt-archive [data-listing-app] [data-view=map],
    [data-view=map] .google-map{
        height: 100%;
    }
    [data-listing-app] [data-view=map] .section-title,
    [data-listing-app] [data-view=map] .search-form-wrap {
        padding: 0 24px;
    }
    .page-template-template-cpt-archive [data-listing-app] [data-view=map] .cell {
        padding: 0;
    }
    
    [data-listing-app] [data-view=map] .controls {
         position: absolute;
        right: calc(50% + 25px);
        top: 38px;
    }
    
    [data-listing-app="property_type"] [data-view="list"] .cell.cell-2, 
    [data-listing-app="display"] [data-view="list"] .cell.cell-2 {
      margin-top: 0;
     }  

    .header-secondary .btn-search img {
      margin-top: 7px;
    }


  
  .tailored-range-design-brochure .hic-image {
    height: 380px;
  }

  .tailored-range-design-video .hic-image-container {
    height: 523px;
  }

  .subpage .hero:not(.has-form) .text-left .hero-slider+.hero-banner-message .small-12 {max-width: 750px;}
  .subpage .hero:not(.has-form) .text-left .hero-slider+.hero-banner-message .grid-container>.grid-x {position: relative;}
  .subpage .hero:not(.has-form) .text-left .hero-slider+.hero-banner-message .award-image {position: absolute; right: 20px; top: 40px;}
  .subpage .hero:not(.has-form) .text-left .hero-slider+.hero-banner-message .award-image img {max-width: 300px;}

  .tailored-range-home-finder .cta-home-finder {
      margin-right: 0;
  } 
  .single-promotion .default-height.hero {min-height: 350px; height: 350px;}
  .cta-form-style1 .cell:nth-child(2) .cta-home-finder {
      position: static;
      display: flex;
      height: 100%;
      align-items: center;
      text-align: left;
      max-width: 100%;
      justify-content: center;
      flex-direction: column;
  }
  .cta-form-style1 .form-heading h3 {font-size: 32px; max-width: 300px;}
  .page-contact-us .hero-slider{
    margin-bottom: 0;
  }
  .page-contact-us .hero h1{
    margin-bottom: 2rem;
  }
  .page-contact-us .hero h2 {
      margin-bottom: 8px;
      line-height: 1;
  }
  .page-contact-us .office-address {
    font-size: 18px;
      max-width: 300px;
      line-height: 1.4;
      margin-bottom: 34px;
  }
  .page-contact-us .grid-container.office-opening-hours .cell:first-child {
    font-size: 22px;
  }
  .tailored-range-designs[class*=split-] .hic-image {
      height: 100%;
  }
  .tailored-range-designs[class*=split-] .hic-image::before {
      height: 100%;
      padding: 0;
  }
  .tailored-range-design-brochure.image-right-content .hic-content{
    margin-top: 50px;
  }

  .page-element.cta-layout-1.office-cta-links .main-button-container .button {min-width: 250px;}

/************************************************
#TAILORED RANGE - 1024 SCREEN
*************************************************/

.tailored-home.default-width .hero-banner-message .grid-x {
  max-width: 560px;
}
.tailored-home .hero-banner-message img {
  width: 480px;
}
.tailored-home.tailored-range .hero-banner-message .hero-btn-wrap .button {  
  font-size: 14px;
  min-width: 200px;
  padding: 12px 24px;
  margin: 0 8px;
}
.tailored-range .hero .hero-slider+.hero-banner-message p {
  font-size: 18px;
    line-height: 1.2;
}
.tailored-home .hero .hero-slider+.hero-banner-message h1 {
  font-size: 35px;
  margin-bottom: 24px;
}
.tailored-home .hero .hero-btn-wrap {
  margin-top: 34px;
}

  .tailored-range-design-video.page-element .hic-content {
        border-top: 1px solid #FFF;
        position: relative;
    z-index: 2;
  }


   .with-map-view.listing-element [data-view="map"] .grid-container:not(.full)>.grid-padding-x,
  .office-filter [data-view=map] .listing-filter-for-map .grid-container:not(.full)>.grid-padding-x,
  .office-filter [data-view=map] .listing-for-map .grid-container:not(.full)>.grid-padding-x {
      margin: 0;
  }

    .btn-share:hover,
	.btn-virtual-tour:hover{
        transform: scale(1.08);
    }


  .single-listing-page .banner .slick-list,
  .single-listing-page .banner .slick-track {
    height: 100%;
  }

  .page-contact-us .hero.tall-banner {
    min-height: 780px;
  }

  .single-listing-page .btn-download {
      margin-right: 0;
    margin-left: auto;
    display: table;
      margin-top: 24px;
  }

  .filter-dropdown  .multiselect__placeholder {
    padding-top: 1px;
  }
  .recent-posts .hic-image-container,
  .image-hover-zoom-effect .hic-image-container {
      overflow: hidden;
  }
  .recent-posts .hic-image-container:hover .hic-image,
  .image-hover-zoom-effect .hic-image-container:hover .hic-image {
    transform: scale(1.05);
  }
  .recent-posts .hic-image,
  .image-hover-zoom-effect .hic-image {
    transition: all 1.5s ease-in-out;
  }

.small-note {
  font-size: 14px;
}

  .no-related-listing .promotion-element   {
     padding-top: 80px !important;
  }    

  .search-list .card {
    padding: 24px;
  }

  .with-map-view.listing-element [data-view="list"] {
    padding-top: 55px;
  }
  .with-map-view.listing-element .listing-view .cell-1 {
    margin-top: -39px;
  }
  .with-map-view.listing-element [data-view="map"] .page-title h1 {
    margin-left: 24px;
  }
  .with-map-view.listing-element .page-title h1 {
    margin-bottom: 0;    
  }

  .listing-element [data-view="map"] {
    padding-top: 0;
  }
  
  .with-map-view.listing-element [data-view="map"] .filter-items .grid-padding-x {
      margin: 0;
  }



    .page-home-designs .listing-element [data-view="list"],
    .page-home-designs .listing-element [data-view="list"] {
        padding-top: 0;
    }
      
   
    [data-listing-app] .listing-view .controls {
        margin-left: 0;        
    }
    
    .page-template-template-cpt-archive [data-listing-app] [data-view=map] > div + .grid-container>.grid-x>.cell:first-child {
      margin-top: 34px;
    }

  [data-listing-app] [data-view="map"] .listing-details .button-group .button {
    padding: 8px;
  }
  [data-listing-app=display] [data-view=map] .listing-details .cell:nth-child(3) div:not([class]), 
  [data-listing-app=property_type] [data-view=map] .listing-details .cell:nth-child(3) div:not([class]),
  [data-listing-app=display] [data-view=map] .listing-details .cell:nth-child(3) .no-image-placeholder , 
  [data-listing-app=property_type] [data-view=map] .listing-details .cell:nth-child(3) .no-image-placeholder{
    width: 100%;
    height: 100%;
  }
  [data-listing-app=display] [data-view=map] .listing-details .img-slide,
  [data-listing-app=property_type] [data-view=map] .listing-details .img-slide {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  [data-view=map] .listing-details .swiper-container,
  [data-view=map] .listing-details .swiper-wrapper,
  [data-view=map] .listing-details .swiper-slide {
    height: 100%
  }



  .page-template-template-cpt-archive [data-listing-app="property_type"] [data-view=map] .google-map,
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .google-map {
    height: 100%;
    bottom: auto;
  }

  .listing-view[data-view="list"] .listing-details>.grid-container {
    position: relative;
  }
  [data-listing-app] [data-view=list] .listing-details .listing-title {
    padding-right: 160px;
  }
  [data-listing-app="property_type"] .listing-view[data-view="list"] .listing-details .cell:nth-child(2), 
  [data-listing-app="display"] .listing-view[data-view="list"] .listing-details .cell:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: auto;
    z-index: 9;
  }

  .sub-heading .view-more-link { font-size: 18px; }

   .single-post .promotion-listing .promotion,
   .single-post .promotion-listing .slick-track {
    width: 100% !important;
   }
  .suburb-listing .section-heading {
    margin-top: 0;
  }
  .cta-download-brochure .blurb {
    font-size: 16px;
  }


  .single-listing-page .listing-details .listing-image-container.has-image {
    min-height: auto;
  }
  .single-listing-page .listing-details .property-group-meta li {
    font-size: 20px;
    margin-right: 24px;
  }
  .single-listing-page .listing-details .property-group-meta li.bed-meta:before {
    transform: translateY(3px);
    margin-right: 12px;
  }
  .single-listing-page .listing-details .property-group-meta li:before {
    width: 34px;
    height: 30px;
  }

  .single-display.single-listing-page .banner.no-map .carousel .hic-image {
    height: 510px
  }

  .single-listing-page .listing-details .property-group-meta li.car-meta:before {
        transform: translateY(1px);
    margin-right: 12px;
  }

.office-filter [data-view=map] .listing-details>.grid-container {
      position: relative;
  }
  .listing-details .km-distance {
    right: 17px;
  }

  .tax-office_category .article-header {
    padding-bottom: 20px;
  }
  .tax-office_category .article-header>.grid-container {
    margin-left: 0;
    width: 100%;
  }

  .article-header .grid-container {
    position: relative;
  }
  .tax-office_category .hero .page-title {
    width: calc(100% - 280px);
  }    
  .tax-office_category .hero .page-title,
  .tax-office_category .article-header .award {
    display: inline-block;
  }
  .tax-office_category .article-header .award {    
    right: 24px;
    bottom: 0;
    max-width: 260px;
  }

  .office-filter-style1.office-element [data-view]>.grid-container {     
    margin-top: 2px; 
    margin-bottom: 4px;
    padding: 0 24px;
  }
  .office-filter-style1.office-element [data-view]>.grid-container > .grid-x {
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .2);
  }
  .office-filter-style1.office-element [data-view]>.grid-container:not(.full)>.grid-padding-x {
    margin: 0;
  }

  .office-filter-style1.office-element .listing-details .office-label,
  .office-filter-style1.office-element .listing-details .display-label,
  .office-filter-style1.office-element .listing-details .button-group .button {
    padding: 8px;
    min-width: 120px;
    font-size: 12px;
  }
  .office-filter-style1.office-element .listing-details .button-group .button {
    padding: 10px;
  }
  .office-filter-style1.office-element .listing-details .cell-2 {
    font-size: 16px;
  }

  .office-filter-style1 .listing-filter-for-map+.listing-for-map {
    height: 450px;
  }
  .office-filter-style1.office-filter {
    max-height: none;
  } 
  .office-filter-style1.office-filter .inner-section {
    max-height: 600px;
  }
  .office-filter-style1.office-filter [data-view=map] .google-map {
    height: 100%;
    top: 0;
    width: 100%;
  }
  /*.office-filter-style1.office-filter [data-view=map] .listing-for-map .card {
    padding: 12px 0 !important;
  }*/
  .office-filter-style1.office-filter .grid-container.listing-element {    
    background-color: #e6e6e6;
  }
  .office-filter-style1.office-filter [data-view=map]>.grid-container>.grid-x>.cell:first-child {
    padding: 0;
  }
  .office-filter-style1.office-filter [data-view=map]>.grid-container>.grid-x>.cell:first-child .listing-filter-for-map .grid-container {
    border: none;    
    margin-bottom: 0;
  }

  .office-filter-style1.office-filter .grid-container.listing-element,
  .office-filter-style1.office-filter [data-view=map]>.grid-container>.grid-x>.cell:first-child .listing-filter-for-map .grid-container {
    padding: 24px;
  }

  .office-filter-style1.office-filter .grid-container.listing-element .grid-x {
    margin: 0;
  }
  .office-filter-style1.office-filter [data-view=map] .grid-container>.grid-padding-x>.cell.listing {
    margin-bottom: 24px;
  }
  .office-filter-style1.office-filter [data-view=map] .grid-container>.grid-padding-x>.cell.listing:last-child {
    margin-bottom: 0;
  }

  .tax-office_category .hero .article-header .grid-container>.grid-x {
      height: auto;
  }
  .gj-au.single-office .hero .article-header,
  .single-suburb .hero .article-header,
  .tax-office_category .hero .article-header {
    align-items: flex-end;
  }
  .gj-au.single-office .hero.page-banner .inner-content,
  .single-suburb .hero.page-banner .inner-content,
  .tax-office_category .hero.page-banner .inner-content {
      align-items: flex-end;
  }
  .tax-office_category .hero .page-title,
  .single-office .hero .page-title,
  .single-suburb .hero .page-title {
    margin-bottom: 0;
  }
   .gj-au.single-office .hero .page-title,
  .single-suburb .hero .page-title {
    margin-bottom: 0;
    transform: translateY(16px);
  }
  .page-template-template-cpt-archive .cta-home-finder .button {
    height: 40px;
  }
  .default-width .body-content > .grid-container {
     max-width: 100%;
  } 
  .cta-form-style1.cta-form-non-single .cell:nth-child(1) {
      width: 360px;
      padding: 24px;
  }    
  .cta-form-style1.cta-form-non-single .cell:nth-child(2),
  .cta-form-style1.cta-form-non-single .bg-float {
          width: calc(100% - 360px);
  }
  .cta-form-style1.cta-form-non-single .bg-float {
      height: 100%;
  }
  .default-width .row-fluid .body-content > .grid-container {
    max-width: 100%;
  }
  .page-contact-us .hero.form-right .hero-banner-form {
    width: 370px;
    right: 24px;
    top: 36px;
  }
  .page-contact-us .hero-banner-form  .gform_button.button {
    margin-bottom: 0;
  }
  .page-contact-us .hero-banner-message h1, 
  .page-contact-us .hero-banner-message .hero-office-finder {
    width: 50%;
  }
  /************************************************
  #General - DESKTOP
  *************************************************/ 

  .search .search-form .input-group {height: 50px;}

  .search .input-group .search-submit {
    min-width: 200px;
  }

  .listing-expand-control {
    display: none;
  }

  .single-listing-page .banner.no-map .cell.cell-2{
    width: 75%;
  }


  .contact-request-form-2.no-map .grid-x>.cell:nth-child(2) {
      width: calc(100% - 320px);
  }

  .off-canvas.position-top {
    display: none;
  }
  
   .page-template-template-cpt-archive .off-canvas-wrapper {
      overflow: inherit;
  }
  .page-template-template-cpt-archive [data-view=list] .cell.cell-1 .sidebar-widget,
  .page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(1),
  .page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2),
  /* .page-template-template-cpt-archive [data-view=list] .cell.cell-1 > .sidebar-container > .sidebar-widget, */
  .page-template-template-cpt-archive [data-view=grid] .cell.cell-1 > .sidebar-container,
  .page-template-template-cpt-archive [data-view=grid] .cell.cell-1 .cta-group {
      position: sticky;
  }

  .page-template-template-cpt-archive [data-view=list] .cell.cell-1 .sidebar-widget {
    top: 60px;
  }
  .page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(1) {
    top: 60px;
  }
  .page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {
    top: 280px;
  }
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {
    top: 55px;
  }
  .page-template-template-cpt-archive [data-view=grid] .cell.cell-1 > .sidebar-container {
    top: 10px;
    z-index: 2;
    background-color: #FFF;
  }
  .page-template-template-cpt-archive [data-view=list] .cell.cell-1 > .sidebar-container {
    height: 100%;
  }
  .page-template-template-cpt-archive [data-view=list] .cell.cell-1 .sidebar-widget {
    top: 60px;
    z-index: 2;
    background-color: #FFF;
  }
  .page-template-template-cpt-archive [data-view=grid] .cell.cell-1 .cta-group {
       top: 510px;
       background-color: #FFF;
  }

  .frontpage .listing-filter #locationLookUp {
      background-position: 12px 15px;
  }

  [data-listing-app] [data-view=list] .listing-details .listing-title,
  [data-listing-app] [data-view=list] .listing-details .listing-price {
    font-size: 18px;
  }
  .page-template-template-cpt-archive [data-listing-app] [data-view=list] .listing-details .cell:nth-child(2) a {
    font-size: 14px;
  }

  .listing-element .filter-items .arrow {
    top: 3px;
  }



  [data-view=map] .listing-details>.grid-container {
        padding: 0;
    border: none;
  }


  .page-contact-us .hero-banner-message .hero-office-finder .button {
        color: #FFF;
    padding: 8px;
    min-width: 160px;
    font-size: 18px;
    margin-bottom: 34px;
  }
  .page-contact-us .grid-container.office-opening-hours {
    max-width: 320px;
    margin-left: 0;
  }

  .page-contact-us .grid-container.office-opening-hours .cell:not(:first-child) {
    font-size: 18px;
  }
  .office-filter [data-view=map] .listing-for-map .pagination {
    padding: 0 0 24px 0;
  }
  .office-filter-style1.office-filter [data-view=map] .listing-for-map .pagination {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 34px;
    background-color: #e6e6e6;
  }
  
  .office-filter [data-view=map] .listing-for-map .card {
      margin-bottom: 0;
  }
  .page-template-template-cpt-archive .office-filter [data-view=map] .listing-details .button-group {
      margin-top: 0;
  }
 
  [data-listing-app] .listing-details .listing-title {
      font-size: 16px;
  }
  .office-filter [data-view=map] .listing-for-map .listing-secondary-title {
      font-size: 14px;
      margin-bottom: 12px;
  }
  
  .office-filter [data-view=map] .listing-for-map {
      border-bottom: none;
  }
  .office-filter [data-view=map] .listing-filter-for-map>.grid-container {
    background-color: #FFF;
    padding: 16px;
    margin-bottom: 12px;
    border-bottom: 2px solid;
  }
  .office-filter .listing-for-map {
      background-color: transparent;
  }
  
  .office-filter [data-view=map] .listing-details>.grid-container {
      border-bottom: none;
      padding-bottom: 0;
  }
  .accordion-title {
    font-size: 16px;
    padding: 18px;
  }
  .accordion-title:before {
    font-size: 21px;
    top: 22px;    
  }
    .office-filter .listing-filter-for-map {
        padding-top: 12px;
    }

  .office-filter .listing-filter-for-map .grid-padding-x>.cell {
    padding: 0;
  }
  .office-filter [data-view=map] .google-map {
    position: absolute;
    width: 100%;
    height: calc(100% - 32px);
    top: 12px;
    width: calc(100% - 16px);
    left: 0;
  }
  .office-filter [data-view=map] .grid-container>.grid-padding-x>.cell {
    padding: 0 24px;
  }

  .office-filter [data-view=map] .listing-filter-for-map .grid-container>.grid-padding-x>.cell {
    padding: 0;
  }
  .office-filter .listing-filter-for-map .cell .cell {
    margin-right: 24px;
  }

  .office-filter [data-view=map] .grid-container>.grid-padding-x>.cell.listing {
      padding: 0;
      margin-bottom: 12px;
  }
  
  .office-filter [data-view=map] .grid-container>.grid-padding-x>.cell:nth-child(2) {
    position: relative;
  }

  
  .listing-view[data-view="list"] .cell.cell-1,
  .listing-view[data-view="grid"] .cell.cell-1 {
    width: 280px;
  }
  .listing-view[data-view="list"] .cell.cell-2,
  .listing-view[data-view="grid"] .cell.cell-2 {
    width: calc(100% - 280px);
  }
  .listing-view[data-view="grid"] .cell.cell-1,
  .listing-view[data-view="grid"] .cell.cell-2 {
    padding-right: 14px;    
  }

  .listing-view[data-view="grid"] .controls {
    padding-right: 6px;
  }

  .listing-view[data-view="grid"] .cell.cell-2 {
    padding-left: 0;
  }

  .listing-view[data-view="grid"] .listing-details .cell:nth-child(1) {
    width: 100%;
  }
  [data-view="grid"] .listing-details .cell:nth-child(2),
  [data-listing-app="design"] [data-view="list"] .listing-details .cell:nth-child(2) {
    width: auto;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 9;
  }
  [data-listing-app="design"] [data-view="list"] .listing-details .cell:nth-child(2) {
    top: 0;
  }
  [data-listing-app] .listing-view .cell-1 .display-home-form h5 { font-size: 16px; }

  
  .page-contact-us .element-map .grid-padding-x>.cell {
        height: 500px;
        padding: 0;
    }
    body {
      font-size: 14px;
    }

   
    .h1, h1 { font-size: 34px; }
    .h2, h2, .section-title { font-size: 32px; }
    .h3, h3 { font-size: 24px; }
 


    .page-element .carousel {
      padding: 0 20px;
    }

   
    .default-width .large-grid-container .grid-container {
        max-width: 1125px;
    }
    
    .header-main-content .grid-padding-x>.cell:nth-child(1) img {
        width: 300px;
    } 
    .header-main-content h1 {
      font-size: 36px;
    }

    /*.grid-padding-x>.cell, .grid-padding-x .slick-track>.cell { padding: 0 16px; }*/
    .image-left-content.split-75-25 .hic-image-container { width: 75% !important; }
    .image-left-content.split-75-25 .hic-content{ width: 25% !important; }

    .input-group .button,
    input:not([type="submit"]), 
    textarea,
    select,
    .select2-selection__placeholder,
    .select2-selection__placeholder:before {
        font-size: 14px;
    }
    /************************************************
    #HEADER - DESKTOP
    *************************************************/
    .base .header .top-bar { padding: 20px 16px;}  
    .base .header .menu a { font-size: 16px; }
    .form-heading { margin-bottom: 18px;}
    .header .top-bar { padding: 24px; }
    .header-secondary .menu a { font-size: 12px; }
    .header input:not([type="submit"]) { font-size: 11px; }
    .header .top-bar .top-menu .menu-item-has-children:hover .sub-menu {
      display: block;
    }
    .header .top-bar .top-menu .sub-menu {
      display: none;
      position: absolute;
      background: #fff;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
      border-left: 5px solid #172024;
      z-index: 2;
      list-style: none;
    }
    .header .top-bar .top-menu .sub-menu li {
      display: block;
      text-align: left;
    }
    .header-secondary #find_office_form input.button {
        background-color: #FFF;
        color: #353c46;
    }
    /************************************************
    #Banner - Desktop
    *************************************************/

    .home .hero:not(.video-background-banner) .hero-banner-message .table-cell-mid {
      vertical-align: top;
    }
    .home .hero.tall-banner { min-height: 571px; }    
    .has-sidebar .hero-banner-message .grid-container, 
    .has-sidebar .article-header .grid-container {
        max-width: 678px;
        margin-left: 0;
        margin-right: auto;
    }
    .page-template-template-cpt-archive .page-title { margin-bottom: 16px; }
    .home .hero .hero-slider+.hero-banner-message {
        padding-top: 120px;
    }

    /************************************************
    #Featured Blog - DESKTOP
    *************************************************/
    .featured-blog .inner-section { margin-top: -85px; }
    .featured-blog.split-40-60 .hic-image-container { width: 30%; }
    .featured-blog.split-40-60 .hic-content { width: 70%; padding-left: 70px; padding-top: 70px; }
    .featured-blog .hic-image:before { padding-top: 84%; }
    .featured-blog .hic-title h3 { font-size: 42px; }
    /************************************************
    #Style Diary - DESKTOP
    *************************************************/
    .cta-style-diary .hic-image { height: 100%; }
    .cta-style-diary .button:hover { color: #FFF; }
    .cta-style-1 .hic-content { padding: 50px 44px !important; }
    .cta-style-diary .hic-title h4 { font-size: 36px; }     
    .cta-style-diary .hic-blurb { font-size: 17px; }

    /************************************************
    #CTA Darren Palmer - DESKTOP
    *************************************************/
    .cta-darren-palmer .grid-container { max-width: 480px !important; margin-right: 0; }
    .cta-darren-palmer .bg-image { background-size: 70%; }
    .cta-darren-palmer .cta-blurb h2 { font-size: 28px; }

    /************************************************
    #CONTENT BOX ICON ABOVE CONTENT - DESKTOP
    *************************************************/
    .icon-above-content .hic-image-container { margin-bottom: 24px; }

    /************************************************

    /************************************************
    #CTA FORM - DESKTOP
    *************************************************/
    .gform_page_footer .button,
    .gform_footer .button,
    .modal-element .button {
       font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .modal-element .gform_page_footer .button, 
    .modal-element .button.gform_button, 
    .modal-element .button {
      min-height: 50px;
    }
    /************************************************
    #CTA NEAREST HOME - DESKTOP
    *************************************************/
    .cta-nearest-home .hic-blurb h3 {
      margin-bottom: 0 !important;
    }
    .cta-nearest-home .input-group .button {
      font-size: 14px;
      padding: 10px 30px;
    }
    .cta-nearest-home .input-group {
      margin: 0 0px 0 auto;
    }
     /************************************************
    #CTA 2 STYLING - DESKTOP
    *************************************************/
    .page-element.cta-style-2 { padding: 80px; }
    /************************************************
    #CTA GET IN TOUCH - DESKTOP
    *************************************************/
    .page-element.cta-get-in-touch { padding: 30px 0; }
  
    /************************************************
    #FORM - DESKTOP
    *************************************************/
  /*  .inquiry-form input:not([type="submit"]),
    .inquiry-form textarea {
      height: 50px;
    }
*/
    .inquiry-form input:not([type="submit"]):not([type="checkbox"]), 
    .inquiry-form textarea, 
    .hero-banner-form input:not([type="submit"]):not([type="checkbox"])
    .hero-banner-form textarea,
    select,
    .gform_wrapper .select2-container {
       height: 50px;
    }
    
    .hero-banner-form textarea,
    .inquiry-form textarea,
    .modal-element textarea {
        line-height: 1.8;
    }
    
    
    /************************************************
    #PROMOTIONS - DESKTOP
    *************************************************/
    .single-promotion .body-content .hic-image {
      margin-bottom: 34px;
      min-height: 1000px;
    }
    .promotion-element {
      padding-top: 0 !important;
    }
    .promotion-element .button {
      font-size: 16px;      
    }
    .promotion-listing .slick-track {
      display: flex !important;
    }
    .promotion-listing .slick-slide {
      height: auto;
    }
    .promotion-element .card.cta-element {
          height: calc(100% - 2px);
    }
    /************************************************
    #OFFICE - DESKTOP
    *************************************************/   
    .suburb-nav-list .slick-prev {
      left: -12px;
      top: 13px;
    }
    .suburb-lists .section-heading h2 {
      font-size: 28px;
    }
    .suburb-listing .hic-box {
      padding: 50px;      
    }
    .suburb-lists .group-button .button {
        font-size: 16px;
        margin-right: 20px;
        margin-left: 0;
        min-width: 160px;
    }
    .suburb-nav-list li {
      font-size: 18px;
    }
    .suburb-nav-list {
        max-width: 460px;
        margin-bottom: 50px;
    }
    .single .suburb-listing .map-list, 
    .single .suburb-listing .map-container {
          min-height: 375px;
    }
     .single-office .article-header .grid-container, 
    .single-suburb .article-header .grid-container {
        width: 100%;
    }
    
    .office-license-number {
        margin-top: 24px;
    }
    
    /************************************************
  #CTA FREE CONSULTATION - TABLET
  *************************************************/
    .cta-free-consultation .section-body .cell:nth-child(1),
    .cta-free-consultation .section-body .cell:nth-child(2) {
    width: 25% !important;
    }
    .cta-free-consultation .section-body .cell:nth-child(3) {
    width: 50% !important;
    }
    /************************************************
    #FOOTER - DESKTOP
    *************************************************/
    .bottom-footer .social-media-container{ text-align: right; width: 30%; }
    .footer-head-right .button {
        font-size: 18px;
        margin-top: 2px;
        margin-bottom: 0;
    }    
  
     .footer .menu li a, .footer-col h4 {
        font-size: 16px;
      }
    .footer .footer-col-4 .menu a { font-size: 12px;}


    .bottom-footer .menu{
      width: 70%;
    }

  .listing-view[data-view="list"] .cell.cell-1 .cta-group  {
    display: none;
  }
  

  .listing-view[data-view="list"] .cell.cell-3,
  .listing-view[data-view="list"] .cell.cell-3 .sidebar-widget {
      display: block;
  }
  .listing-view[data-view="list"] .cell.cell-2 {
      width: calc(100% - 560px);
  }
  .listing-view[data-view="list"] .cell.cell-3 {
      width: 280px;      
  }

  [data-listing-app="property_type"] .listing-view[data-view="list"] .controls,
  [data-listing-app="display"] .listing-view[data-view="list"] .controls {
    padding-right: 272px;
  }

   [data-listing-app="property_type"] .listing-view[data-view="list"] .section-title,
  [data-listing-app="display"] .listing-view[data-view="list"] .section-title {
    position: absolute;
    top: -34px;
    left: 24px;
    width: 100%;
    margin-top: 0;
    white-space: pre;
  }

  [data-listing-app="display"] .filter-items {
    padding: 0;
  }


  [data-view="list"] .listing-details .listing-suburb {
    margin-bottom: 8px;
  }
  .page-template-template-cpt-archive [data-view="list"] .listing-details .listing-address {
    margin-top: 10px;
  }




   /************************************************
  #Office
  *************************************************/
  .office-filter {
      max-height: 700px;
      overflow: hidden;
  }
  .office-filter .office-listing {
      overflow-y: auto;
      height: 400px;
  }
  
   [data-view=map] .filter-items .cell {
      margin-right: 16px;
  }
  [data-view=map] .filter-input-min-house-size .multiselect__tags {
          padding-left: 18px;
        margin-left: 4px;
  }


  /************************************************
  HERO BOTTOM
  *************************************************/
  .hero-bottom {
      position: absolute;
      bottom: auto;
      left: 0;
      right: 0;
  }

}


@media (min-width: 1023px) and (max-width: 1279px){
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .filter-items,
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .advance-search-button-wrap {
    width: 100%;
    text-align: left;
  }

  .hero .filter-items .multiselect {
    display: flex;

  }
  .frontpage .listing-filter .multiselect .arrow {
        transform: translate(0, 0px);
  }
  .frontpage .input-group .multiselect .multiselect__tags {
    display: inline-block;
  }
}



  .listing-view .listing-details .open-times {
    display: none;
  }

    [data-listing-app] [data-view=map] .no-image-placeholder {
      display: flex;
      justify-content: center;
      align-items: center;
  } 

  [data-listing-app] [data-view=map] .no-image-placeholder .fa-home {
    font-size: 80px;
    left: auto;
    top: auto;
  }


@media (max-width: 1279px){ 
  .header-primary .grid-padding-x>.cell { padding: 0; }
}


@media (min-width: 1024px) and (max-width: 1279px) {
  [data-view="grid"] .no-image-placeholder {
    height: 180px;
  }
  .with-map-view .multiselect__tags,
  .with-map-view .multiselect,
  .with-map-view .multiselect__single {
    font-size: 12px;
  }
  .hero-bottom .cell {
    width: 75% !important;
  }
  .page-contact-us .hero-slider {
    height: 1px;
  }
  .page-contact-us .hero .table-cell-mid>.grid-container {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) and (max-width: 1359px) {
    .with-map-view [data-listing-app="property_type"] [data-view="list"] > .grid-container {
        max-width: 1170px !important;
    }
    .with-map-view [data-view="list"] .controls {
        padding-right: 394px !important;
    }
}

/************************************************
#DESKTOP - 1280 SCREEN
*************************************************/
@media (min-width: 1280px) {
  /************************************************
  #GENERAL - DESKTOP 1280 SCREEN
  *************************************************/

  .reveal.modal-vitual-tour {
    height: 545px;
  }

   .modal-element.modal-vitual-tour .close-button {
      right: -16px;
      top: -20px;
    }

  .sidebar-widget .input-group .input-group-button {
    width: 100px;
  }
  .sidebar-widget .input-group input[type="text"] {
    width: calc(100% - 100px);
  }
  .grid-container:not(.full)>.grid-padding-x {
    margin: 0;
  }
  .tailored-range-collection .section-body .cell:first-child {
    margin-left: 24px;
  }
  .tailored-range-designs.image-right-content .hic-content { 
    padding: 48px 64px;
  }
  .page-partners .tailored-range-designs.image-right-content .hic-content { padding: 48px; }
  .tailored-range-designs.image-right-content .hic-title {
    margin-bottom: 44px;
  }
  .page-partners .tailored-range-designs .hic-image { 
  min-height: 561px; }
  .tailored-range-designs.image-right-content .button-wrapper {
    margin-top: 44px;
  }
  .tailored-range-designs.image-right-content .hic-blurb .button { min-width: 250px; }
  .hero-banner-message .grid-container:not(.full)>.grid-padding-x {
    margin: 0;
  }

   .office-listing-accordion.grid-container:not(.full)>.grid-padding-x {      
      padding: 0;

    }

  
  .home .hero-banner-message .grid-container:not(.full)>.grid-padding-x {
      margin: 0;
  }
 
  .listing-element .listing-view .grid-container:not(.full)>.grid-padding-x,
  .office-filter .grid-container:not(.full)>.grid-padding-x {
      margin-right: 0;
      margin-left: 0;
  }
  [data-view="list"] .filter-container h4, [data-view="grid"] .filter-container h4, [data-listing-app] [data-view=list] .listing-details .listing-price {
    font-size: 18px;  
  }
  .hero .filter-items .multiselect__tag {
        padding: 6px 26px 4px 10px;
  }
  .hero .filter-items .multiselect__tag-icon {
    top: 3px;
  }

   [data-listing-app] [data-view=map] .controls {
        top: 44px;
    }
    /* .carousel-nav div {
        height: 140px;
    } */
 
    [data-listing-app] [data-view=map] .listing-details {
        padding: 0;
    }
   
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(1),
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {
        padding: 16px;
    }
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(1) {
        width: calc(100% - 370px);
    }
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {
        width: 164px;
    }    
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(3) {
        min-height: 200px;
        width: 206px;
    }  
    [data-listing-app] [data-view="map"] .listing-details .button-group .button {        
        max-width: 120px;
        margin-bottom: 8px;
    }
    [data-listing-app] [data-view="map"] .listing-details .button-group .button:first-child {
        margin-bottom: 8px;
    }
    
    
    [data-listing-app="property_type"] [data-view="list"] > .grid-container, 
    [data-listing-app="property_type"] [data-view="list"] .controls,
    [data-listing-app="display"] [data-view="list"] > .grid-container, 
    [data-listing-app="display"] [data-view="list"] .controls{
        max-width: 1285px !important; 
    }

    [data-listing-app="property_type"] [data-view="list"] .controls, 
    [data-listing-app="display"] [data-view="list"] .controls {
      margin: 0 auto; 
     }
    [data-listing-app="property_type"] [data-view="list"] .cell.cell-2, 
    [data-listing-app="display"] [data-view="list"] .cell.cell-2 {
      margin-top: 0;
      padding: 0; 
     }
   
    [data-listing-app="property_type"] [data-view="list"] .controls, 
    [data-listing-app="display"] [data-view="list"] .controls {
      padding-right: 20%;
     }

  .has-sidebar.default-width .body-content > .grid-container {
      max-width: 1170px;
  }

  .page-listing-element.default-grid-layout .grid-padding-x>.cell {padding: 0 12px;}
  [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {padding-left: 4px;}
  
  .tailored-range-design-brochure .hic-title h4 {
          font-size: 28px;
  }
  .tailored-range-design-brochure .hic-image {
      height: 509px;
  }
  .tailored-range-design-video .hic-title {
    margin-bottom: 0;
  }
  .tailored-range .tailored-range-design-video .hic-blurb {
      margin-left: 54px;
  }

  .tailored-range-designs.image-above-content .hic-title {
    margin-bottom: 0;
  }
  .tailored-range-designs.default-section.image-above-content .hic-content {
    padding: 22px 24px;
  }
 

  .tailored-home.default-width .hero-banner-message .grid-x {
    max-width: 525px;
  }


  .header .top-bar {
      padding: 24px 0;  
  }
  

  .h1, h1 { font-size: 45px; }
  
 

  

  
 .page-home-designs [data-listing-app] .listing-view .controls {
      /* width: 100%; */
  }
  .listing-element [data-view="list"] {
      padding-top: 60px;
  }
  body .swiper-button-prev, body .swiper-button-next {
      margin-top: -12px;
  }
   
  .office-listing-accordion .cell {
    padding-left: 12px;
    padding-right: 12px;
  }


.page-template-template-cpt-archive.has-sidebar .body-content {
    padding: 60px 0;
}

  .blurb-widget {
    padding: 50px 28px;
    font-size: 17px;
  }


   .tax-office_category .article-header>.grid-container {
    margin-left: auto;
  } 

  .gj-au.single-office .hero .page-title,
  .single-suburb .hero .page-title {
    transform: translateY(-16px);
  }

  .page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {
    top: 208px;
  }

  
  .hero-bottom-description > p {
          line-height: 1.8;
    font-size: 20px;
  }
  
  .page-contact-us .hero .hero-bottom-description h2 {
      margin-bottom: 18px;
  }

    .cta-form-style1.cta-form-non-single .cell:nth-child(1) {
            padding: 70px;
    }
    .cta-form-style1.cta-form-non-single .cta-home-finder h5 {
        font-size: 29px;
        margin-bottom: 24px;
    }
    .cta-form-style1.cta-form-non-single .input-group {
        height: 50px;
    }
     .cta-form-style1.cta-form-non-single .input-group .button {
            font-size: 20px;   
    }
  .page-contact-us .hero.form-right .hero-banner-form {
    top: 35px;
    right: calc((100% - 1136px) / 2);
  }
  .hero .hero-office-finder h4 {
    font-size: 24px;
  }
  .page-contact-us .hero.tall-banner {
    min-height: 750px;
  }

  .contact-request-form-2.no-map .grid-x>.cell:nth-child(2) {
        width: calc(100% - 440px);
  }
  
  .pagination {
    padding: 24px 0;   
  }

  .frontpage .listing-filter #locationLookUp{
        background-size: 21px;
    background-position: 18px 14px;
    padding-left: 49px;
  }

  [data-view="list"] .filter-items .filter-input-min-house-size,
  [data-view="grid"] .filter-items .filter-input-min-house-size{      
    margin-right: 16px;
  }
  .listing-element .filter-items .filter-input-min-price,
  .listing-element .filter-items .filter-input-max-price,
  .listing-element .filter-items .filter-input-min-house-size,
  .listing-element .filter-items .filter-input-max-house-size {
    width: 50%;
    margin-right: 0;
  }

  .listing-element [data-view=map] .filter-items .cell {
    width: auto;
  }

  [data-view=map] .listing-with-map-full {
    height: 700px;
  }

  [data-view=map] .location-search input[type=submit]{
    min-width: 160px;
    font-size: 16px;
  }



  .page-contact-us .hero.tall-banner {
    min-height: 800px;
  }
  

  .contact-request-form-2 .opening-hours {
      max-width: 100%;
  }
  [data-listing-app="property_type"] .listing-view[data-view="list"] .section-title, 
  [data-listing-app="display"] .listing-view[data-view="list"] .section-title {
      top: -44px;
  }
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .listing-details .listing-address {
      margin-bottom: 12px;
  }
  .page-template-template-cpt-archive [data-listing-app="display"] [data-view=map] .listing-details .listing-address a {
    font-size: 15px !important;
    
  }
    [data-listing-app="display"] [data-view=map] .listing-details .open-times {
        font-size: 12px;
        display: block;
    }
  /*[data-listing-app] .multiselect__option, */
  /*[data-listing-app] .multiselect__tags, */
  /*[data-listing-app] .multiselect__tags .multiselect__single {*/
  /*    font-size: 14px;*/
  /*}*/
  [data-listing-app] .multiselect__tags {
      font-size: 14px;
  }
  [data-view=map] .filter-input-min-house-size .multiselect__tags {
      padding-left: 24px;
  }
  [data-view=map] .filter-items .cell {
      margin-right: 20px;
  }

  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .filter-items {
    width: 100%;
  }
  
  .office-filter {
    max-height: 800px;
  }
  .office-filter [data-view=map] .google-map {
    height: calc(100% - 24px);
  }
  
  .office-filter [data-view=map] .listing-filter-for-map .cell .cell {
      width: auto;
      margin-right: 34px;
  }
  
  .office-filter [data-listing-app] [data-view=map] .listing-details .cell:nth-child(1) {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 4px;
  }

  .office-filter [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2),
  .office-filter [data-listing-app] [data-view=map] .listing-details .cell:nth-child(3) {
      width: 50%;
      padding: 0;
  }

  .office-element [data-listing-app] [data-view="map"] .listing-details .button-group .button:first-child {
    margin-bottom: 0;
  }
 
  .office-filter [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .office-filter [data-listing-app] [data-view=map] .listing-details .cell:nth-child(3) {
    min-height: 0;
  }
  .office-filter [data-listing-app] [data-view=map] .listing-details .button-group {
    margin-bottom: 0;
  }
  
  .office-filter [data-view=map] .listing-filter-for-map>.grid-container,
  .office-filter [data-view=map] .grid-container>.grid-padding-x>.cell.listing .card {
      padding: 16px;
  }
  .page-template-template-cpt-archive .office-filter [data-listing-app] [data-view=map] .listing-details .button-group {
    flex-direction: row;
  }
  
  
  [data-listing-app] [data-view=list] .listing-details .listing-title  {
      font-size: 24px;
      line-height: 1.2;
  }

  .office-filter [data-view=map] .listing-details .listing-title {
    font-size: 18px;
  }
  .office-filter [data-view=map] .listing-details .listing-address {
    font-size: 14px;
    margin-bottom: 16px;
  }

  [data-listing-app="property_type"] [data-view=map] .listing-details .listing-address {
    margin-top: 64px;
  }
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .listing-details .button-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .accordion-title {
    font-size: 18px;
    padding: 20px 24px;
  }
  .accordion-title,
  .accordion-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .accordion-title:before {
    font-size: 36px;
    top: 17px;
        right: 20px;
  }
 
   [data-listing-app="property_type"] [data-view="list"] .controls,
  [data-listing-app="display"] [data-view="list"] .controls{
      margin-right: auto !important;
      padding-right: 410px !important;
      margin-bottom: 6px !important; 
  }



  .listing-view[data-view="list"] .cell.cell-1, 
  .listing-view[data-view="grid"] .cell.cell-1 {
    width: 360px;
  }
  .listing-view[data-view="list"] .cell.cell-2, 
  .listing-view[data-view="grid"] .cell.cell-2 {
    width: calc(100% - 360px);
  }
  .listing-view[data-view="list"] .cell.cell-2 {
    width: calc(100% - 720px);
  }
  .listing-view[data-view="list"] .cell.cell-3 {
    width: 360px;
  }

 
  /************************************************
  #PROMOTION LISTING - DESKTOP 1280 SCREEN
  *************************************************/
  .promotion-listing .caption {
    font-size: 16px;
  }
  .promotion-element .hic-title {
    font-size: 25px;
  }
  

  .body-content,
  .has-sidebar .body-content {
    padding: 60px 0;
  }
  /*.default-width .body-content>.grid-container { max-width: 100%; }*/
  

  .form-wrapper, .form-container { padding: 34px; }
  

  .single-promotion.has-sidebar .article-header .grid-container .grid-x { max-width: 100%; margin: 0 auto; }

  .has-sidebar .hero-banner-message .grid-container .grid-x, 
  .has-sidebar .article-header .grid-container .grid-x { max-width: calc(100% - 404px); margin: 0; }

  .input-group .button, .button { font-size: 14px; }
  /*.default-width .grid-container,hr,*/
  /*.testimonial-element.custom-layout .inner-section,*/
  /*.home .hero-banner-message .grid-container {*/
  /*    max-width: 1170px;*/
  /*}*/

  .hero .hero-banner-message {
    font-size: 15px;
  }
   .carousel .slick-prev {
    left: -50px;
  }
  .carousel .slick-next {
    right: -50px;
  }
  .slick-arrow:before {
    width: 18px;
    height: 32px;
  }
  .page-element .carousel {
    padding: 0 10px;
  }

  .grid-padding-x .slick-track>.cell {
    padding: 0 12px;
  }
   /************************************************
  #BANNER - DESKTOP 1280 SCREEN
  *************************************************/
  .has-sidebar .hero-banner-message .grid-container, 
  .has-sidebar .article-header .grid-container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
  }
  .sidebar .form-wrapper>h2 {
    font-size: 34px;
  }
   .has-sidebar .sidebar {
      margin-top: -385px;
  } 

  .article-header>.grid-container { width: 100%; }
  /************************************************
  #HEADER - DESKTOP 1280 SCREEN
  *************************************************/
    .header .logo {
    width: 296px;
    }
    .header-primary .menu a {
    font-size: 17px;
    }
    .header-secondary .menu a {
    font-size: 16px;
    }
    .header input:not([type="submit"]) {
    font-size: 14px;
    }
    /*.scrolled .header .top-bar {*/
    /*    padding: 12px 0;*/
    /*}*/
  /************************************************
  #Style Diary - DESKTOP 1280 SCREEN
  *************************************************/
  .cta-style-1.cta-style-diary .hic-content {
      padding: 4rem !important;
  }
  .cta-style-diary .hic-title h4 { font-size: 45px; }     
  .cta-style-diary .hic-blurb { font-size: 24px; }

  .cta-darren-palmer .cta-blurb h2 {
    font-size: 34px;
    margin: 16px 0 24px;
  }
  .cta-darren-palmer .cta-blurb {
    font-size: 16px;
  }

 

  .suburb-listing .hic-box {
    padding: 70px 110px 100px;    
    text-align: left;
  }
   .suburb-nav-list {
        margin-left: 11px;
        margin-right: 50px;
    }
    .suburb-listing .section-heading {
      margin-bottom: 50px;
    }
    .suburb-listing .sub-heading {
      max-width: 680px;
    }
    .suburb-lists .group-button .button {
          min-width: 220px;
    }
    .suburb-nav-list .slick-prev {
      left: -16px;
    }
    .suburb-lists .section-heading h2  {
      font-size: 32px;
    }
    .gj-au.single-office .article-header, 
    .single-suburb .article-header,
    .tax-office_category .article-header {
        padding-bottom: 20px;
    }


  .section-cta.cta-get-in-touch2 .section-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .section-cta.cta-get-in-touch2 .section-header .cell { padding: 0; }
  .section-cta.cta-get-in-touch2 .grid-container {
        max-width: 385px;    
  }  
  .section-cta.cta-get-in-touch2 .section-body {
    text-align: right;
  }
  /************************************************
  #SIDEBAR - DESKTOP 1280 SCREEN
  *************************************************/
  .has-sidebar .sidebar {
      width: 450px;
      padding-left: 24px;    
  }
  .has-sidebar .page-elements {
      width: calc(100% - 450px);
  }

  
  .footer-head-right .button {
    font-size: 20px;
    min-width: 272px;
  }
  .footer .menu li a {
    padding: 8px 0;
  }
  .footer-col h4 {
    padding-top: 8px;
  }


    .share-list li label {
        font-size: 18px;        
        padding-top: 8px;        
    }
    .btn-share,
	.btn-virtual-tour{
        bottom: 20px;
        height: 50px;
        width: 50px;
    }
	
	.btn-share{
		left: 24px;
	}
	
	.btn-virtual-tour{
		left: 89px;
	}
	
	.btn-share i{
		font-size: 22px;
		margin-left: 13px;
        margin-top: 13px;
	}
	
	.btn-virtual-tour i{
        font-size: 24px;
    }

}

@media (min-width: 1285px){
  .page-contact-us .hero.form-right .hero-banner-form {
      right: calc((100% - 1251px) / 2);
    width: calc(1285px / 3);
  }
}


/************************************************
#DESKTOP - 1360 SCREEN
*************************************************/
@media (min-width: 1360px) {
  /************************************************
  #GENERAL - DESKTOP 1360 SCREEN
  *************************************************/  

  [data-listing-app="property_type"] [data-view="list"] .controls, 
  [data-listing-app="display"] [data-view="list"] .controls {
    padding-right: 359px !important;
  }

  .default-width .grid-container,hr,
  .testimonial-element.custom-layout .inner-section,
  .home .hero-banner-message .grid-container,
  .has-sidebar.default-width .body-content>.grid-container,
  .has-sidebar .hero-banner-message .grid-container, .has-sidebar .article-header .grid-container {
      max-width: 1285px;
  }
   .office-filter [data-view=map] .listing-filter-for-map .cell .cell {      
    margin-right: 54px;
  }
}
@media (min-width: 1600px) {
  /************************************************
  #GENERAL - DESKTOP 1600 SCREEN
  *************************************************/  

  .modal-element.modal-vitual-tour {
    height: 700px;
    max-width: 1440px;
  }

  .header-primary .menu a {
    font-size: 18px;
  }

  .with-map-view.listing-element .listing-view .cell-1 {
    margin-top: -42px;
  }

  .tailored-range-design-video .hic-image-container {
      height: 624px;
  }
  
  .tailored-range .hero .hero-slider .bg-image {
    background-size: contain;
  }
  .tailored-home .hero .hero-slider+.hero-banner-message h1 {
    margin-bottom: 30px;
  }
  .tailored-home .hero .hero-btn-wrap {
    margin-top: 44px;
  }
  .office-filter [data-view=map] .listing-filter-for-map>.grid-container, 
  .office-filter [data-view=map] .grid-container>.grid-padding-x>.cell.listing .card {
    padding: 24px;
  }

  .contact-request-form-2 .cell.opening-hours-cell {
    width: calc(100% - 440px) !important;
  }

  [data-listing-app] [data-view=map] .listing-details .listing-title, .page-template-template-cpt-archive [data-listing-app] [data-view] .listing-details .listing-price {
      font-size: 24px;
      line-height: 1.2;
  }
  .page-template-template-cpt-archive [data-listing-app] [data-view=map] .listing-details .button-group {
      flex-direction: row;
  }
  [data-listing-app] [data-view=map] .listing-details .cell:nth-child(1) {
      width: calc(100% - 475px);
  }
  [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {
      width: 170px;
  }
  [data-listing-app] [data-view=map] .listing-details .cell:nth-child(3) {
      width: 305px;
  }
}

@media (min-width: 1800px){
     [data-listing-app] [data-view=map] .listing-details .cell:nth-child(1) {
            width: calc(100% - 525px);
    }
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(2) {
            width: 200px;
    }
    [data-listing-app] [data-view=map] .listing-details .cell:nth-child(3) {
        width: 325px;
    }
}

.carousel-nav div .hic-image-caption {font-size: 12px; text-align: center; color: #fff; top: auto; height: 18px;}
.carousel-nav div.active .hic-image-caption {background-color: rgba(0,0,0, .5);}
.listing-image-container.carousel .hic-image-caption {font-size: 14px; height: 26px; line-height: 26px;background-color: rgba(0,0,0, .5); color:#FFF; text-align:center; top:auto;}

@media (max-width: 640px) {
    .listing-gallery .btn-share, .listing-gallery .btn-virtual-tour {bottom: 35px;}
    .listing-gallery .slick-slide { height: 246px; }
    .fancybox-show-thumbs .fancybox-slide--image .fancybox-content{
        max-height: 490px !important;
    }
}
@media (min-width: 641px) {
    .listing-image-container.carousel .hic-image-caption {display: none;}
}

/************************************************
#FORM STYLE 2
*************************************************/
.cta-form-style2 .section-body .cell:nth-child(2) .hic-box {
    background-color: #172024;
    padding: 34px;
}
.cta-form-style2 label {
    color: #FFF;
}
.cta-form-style2 .gform_button {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

/************************************************
#FORM STYLE 2
*************************************************/
.btn-opentimes i {
    font-size: 15px;
    margin-right: 6px;
}
.single-listing-page .banner .group-button-1 {
  margin-top: 16px;
  justify-content: flex-start;
}

.office-details .display-homes-button {
  margin-top: 16px;
}
.office-details .display-homes-button .button {
  width: 100%;
}

.office-details .listing-cta-buttons {
    margin-top: 16px;
}





@media(max-width: 1023px) {
  .single-listing-page .banner .btn-download {
    margin-right: 24px;
  }
}

@media(max-width: 640px) { 
    .office-details .listing-cta-buttons .button:first-child {
        margin-bottom: 12px;
    }
    .office-details .listing-cta-buttons .button {
      width: 100%;
  }
  .single-listing-page .banner .group-button.btn-length-1 .button {
    width: 100%;
  }
  .listing-cta-buttons .button {
    width: 100%;
  }
  .listing-cta-buttons {
    flex-flow: column;
  }
}
@media(min-width: 641px) {
  .listing-cta-buttons .button {
    width: 49%;    
  }
}
@media(min-width: 1024px) {
  .listing-cta-buttons .button {    
    font-size: 18px;
  }
  .office-details .listing-cta-buttons {
         flex-flow: column;
  }
  
   .office-details .listing-cta-buttons .button {
      width: 100%;
  }
  .office-details .listing-cta-buttons .button:first-child {
        margin-bottom: 12px;
    }
 
}

/************************************************
#POST ARCHIVE AND SINGLE PAGE
*************************************************/
.page-template-template-cpt-archive .posts-content-boxes .hic-box {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1); 
    position: relative;
}
.page-template-template-cpt-archive .posts-content-boxes .hic-blurb {
  margin-top: 16px;
}
.page-template-template-cpt-archive .posts-content-boxes.image-above-content .hic-button-wrap {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    padding: 0 16px;
}
.page-template-template-cpt-archive .posts-content-boxes.image-above-content .article-item {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
.page-template-template-cpt-archive .posts-content-boxes.image-above-content .hic-content {
    padding: 16px;    
    padding-bottom: 90px;
}
.page-template-template-cpt-archive .posts-content-boxes .article-header a,
.hic_recent_post .widget-post-content a {
  color: #000;
}
.page-template-template-cpt-archive .posts-content-boxes .article-header a:hover,
.hic_recent_post .widget-post-content a:hover {
  color: #e00015;
}
.recent-posts.grey-section .hic-box {
    background-color: #FFF;
}
.recent-posts.grey-section .hic-content {
    padding: 12px;
}

.key-takeaways.default-section {
    background-color: #f8fafc;
    padding: 24px 24px 14px;
    margin-bottom: 24px;
}

.key-takeaways .section-title {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}
.category-post-description .grid-container {
    max-width: 750px;
}
.archive .category-description {
    margin-top: 24px;
}
.category-post-description {
    font-weight: 300;
}
.recent-posts .hic-title,
.content-boxes .hic-title{
  margin-bottom: 14px;
}
.single-post ol, 
.single-post ul {
    margin-left: 32px;
}
@media(min-width: 641px) {
    .recent-posts .grid-padding-x>.cell, 
    .recent-posts .grid-padding-x .slick-track>.cell {
        padding-left: 12px;
        padding-right: 12px;
    }
} 
@media(min-width: 1024px) {
    .key-takeaways .section-title {
        font-size: 24px;
    }
  .page-template-template-cpt-archive .posts-content-boxes .article-header h3 {
      font-size: 20px;
  }
  .key-takeaways {
             padding: 34px 24px 24px;
        margin-bottom: 40px;
  }
  .category-post-description {
      font-size: 18px;
  }
  .recent-posts .hic-title {
      margin-bottom: 18px;
  }
}



.single-post .has-sidebar .sidebar {
  margin-top: 0;
}

.hic_recent_post .post {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    margin-bottom: 18px;        
    padding-bottom: 18px;
}
.hic_recent_post .post:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.hic_recent_post .widget-post-content a {
  color: #000;
}
.hic_recent_post .featured-image {
    width: 100px;
    height: 80px;
    position: absolute;
    left: 0;
}
.hic_recent_post .widget-post-title {
     line-height: 1.4;
    margin-bottom: 8px;
        font-family: 'PT-Serif';
    font-weight: 700;
}
.hic_recent_post .widget-post-date {
  color: #172024;
  font-size: 12px;
}
  .has-sidebar .inner-body-content  {
  display: flex;
}
 .single-post .post-content .hic-image {
    margin-bottom: 16px;
  }

   .sidebar .widgettitle {
    font-size: 24px;
    margin-bottom: 16px;
   }

    .single-post .post-content h1 {
      font-size: 28px;
  }

  .single-post .category {
    font-size: 14px;
  }

  
@media(max-width: 1023px) {
  .has-sidebar .inner-body-content {
    flex-flow: column;
  }
    .has-sidebar.sidebar-right .page-elements {
    order: 1;
  }
  .has-sidebar.sidebar-right .sidebar {
    order: 2;
  }
}

@media(max-width: 641px) and (max-width: 1023px) {
  .single-post .has-sidebar .page-elements,
  .single-post .has-sidebar .sidebar {
    width: 100%;
  }
  .single-post .has-sidebar .sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media(min-width: 1024px) {

   .has-sidebar.sidebar-right .sidebar {
    order: 2;
  }

  .default-width [class*="has-sidebar"] .inner-body-content {
      max-width: 1285px;
      margin: 0 auto;
  }
 
  .single-post .post-content .hic-image {
    margin-bottom: 24px;
  }
   .sidebar .widgettitle {
    font-size: 28px;
    margin-bottom: 24px;
   }
}
.category .body-content {
    padding-top: 0;
	padding-bottom: 0;
}
.category-post-description.default-alignment {
    text-align: center;
}
.category-post-description.default-section {
    background-color: #e4e4e4;
}
.category-planning-your-build .category-post-description.default-section {
     background-color: #006561;
}
.category-the-building-process .category-post-description.default-section {
     background-color: #034ea2;
}

.no-blurb .hic-blurb, 
.no-button .hic-button-wrap {
    display: none;
}

.page-element.newsletter .gfield_html {
    width: 100%;
    color: #5d5d5d;
    text-align: left;
    padding-top: 0;
}
.newsletter.page-element.has-bg-img .bg-image:before,
.newsletter.page-element.has-bg-img {
    background-color: transparent;
}
.newsletter.page-element.has-bg-img .bg-image {
    background-size: contain;
    opacity: .8;
}
.newsletter .cell {
    width: 100%;
    text-align: center;
	max-width: 800px;
	margin: auto;
}
.newsletter .gform_fields li {
    display: inline-block;
    width: 50%;
    padding: 10px;
}
.newsletter .gform_fields input {
    padding: 0 16px;
}
.newsletter .gform_fields select {
    padding-left: 16px;
    padding-right: 28px;
}
.newsletter .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}
.newsletter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 4px 0 4px;
    margin-top: -4px;
}
body .newsletter .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
}
.newsletter .gform_fields input,
.newsletter .gform_fields select{
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 3px solid #333;
    height: 50px;
        margin-bottom: 12px;
}
.newsletter .gform_fields .select2 {
    margin-bottom: 2px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 3px solid #333;
    height: 50px;
            margin-bottom: 1px;
}
.newsletter .gform_button.button {
    background-color: #4c4c4c;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    padding: 16px 20px;
}
.newsletter .gform_button.button:hover,
.newsletter .gform_button.button:focus {
   background-color: #c10012; 
}
.newsletter h2.section-title,
.newsletter h2.section-title span {
    color: #5d5d5d;
}
.newsletter .gform_footer {
    display: table;
    margin: -16px auto 0;
}
.newsletter h2.section-title span {
    display: block;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.newsletter .gform_fields li.gfield.gform_hidden {
    padding: 0;
}
.with-icon-card input {
    background-image: url(../images/id-card.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 52px !important;
}
.gform_wrapper .validation_message {
    margin: -8px 0 4px 1px;
    text-align: left;
}
@media(max-width:1023px){
  .newsletter .gform_fields li {
      width: 100%;
  }
}

.catgory .recent-posts.default-alignment .section-title {
     text-align: left;
}
.catgory .recent-posts .section-title,
.catgory .category-featured-posts .section-title {
    font-size: 25px;
    font-family: inherit;
}
.recent-posts.featured .hic-content,
.category-featured-posts .hic-content{
    padding: 16px !important;
    background-color: #f8fafc;
}
.post-listing-style-2.recent-posts .hic-title h4,
.catgory .article-list.load-more-list .hic-content.content-wrap .article-header h3,
.category-featured-posts .article-header h3,
.post-listing-style-2 .article-header h3 a{
  font-family: inherit;
  font-size: 18px;
  line-height: normal;
}
.recent-posts .hic-button-wrap .button{
    font-family: inherit;
    font-weight: 600;
    color: white !important;
}
.hic-category {
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
}
.recent-posts .hic-blurb{
    margin: 15px 0;
}

.recent-posts .article-header {
    margin-bottom: 16px;
}

.article-list.load-more-list .hic-content.content-wrap {
    padding: 15px 0;
}
.article-list.load-more-list .hic-content.content-wrap .hic-blurb,
.article-list.load-more-list .hic-content.content-wrap .hic-button-wrap{
	display: none;
}
.article-list.load-more-list .hic-box{
	box-shadow: none;
}
.article-list.load-more-list .article-item{
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.load-more-button.button {
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    color: white;
    width: 150px;
    cursor: pointer;
    background-color: #333;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
}
.page-blog:not(.very-short-banner) .hero .bg-helper.bg-image {
    background-size: contain;
    background-color: #e3eaee;
    background-position: bottom center;
}
.page-blog:not(.very-short-banner) .hero .article-header .cell {
    max-width: 550px;
    color: #333;
}
.page-blog:not(.very-short-banner) .page-banner .page-title {
  color: #000;
}

.page-blog:not(.very-short-banner) .recent-posts .section-title {
    margin-bottom: 0;
}

p.category,
p.category a {
    margin: 10px 0;
    color: #333 !important;
    text-transform: uppercase;
}
.category-buttons .button {
    background: transparent;
    color: #999;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
    margin: 5px;
}
.category-buttons .button:hover {
    background-color: #999;
    color: #fff;
}
.category-banner {
    background: #f37061;
    padding: 40px;
    text-align: center;
}
.category-post-filter.default-alignment {
    text-align: center;
}
.category-buttons .button:focus,
.category-buttons .button:hover,
.category-buttons .button.active {
    color: #f37061 !important;
    background-color: transparent;
    border-color: #f37061;
}

.category-buttons .button.btn-planning-your-build:focus,
.category-buttons .button.btn-planning-your-build:hover,
.category-buttons .button.btn-planning-your-build.active {
    color: #006561 !important;
    border-color: #006561;
}
.category-buttons .button.btn-the-building-process:focus,
.category-buttons .button.btn-the-building-process:hover,
.category-buttons .button.btn-the-building-process.active {
    color: #034ea2 !important;
    border-color: #034ea2;
}

.category-buttons-dropdown{
  display: none;
}

.recent-posts .section-body .cell {
    margin-bottom: 24px;
}

body.subpage.single-post {
  font-weight: 400;
}

@media(min-width:641px){
    .page-blog .recent-posts .section-title,
    .category .recent-posts .section-title {
        font-size: 24px;
    }
}

@media(max-width:1023px){
  .category-buttons{
    display: none;
  }
  .category-buttons-dropdown{
    display: block;
    padding: 0 15px;
    text-align: center;
  }
  .category-buttons-dropdown select {
    color: #999;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 10px 25px 10px 15px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    height: auto;
  }
}

@media(min-width: 1024px) {
  .category-buttons .button {
        font-size: 20px;
        line-height: 28px;
      margin: 5px 12px;
  }
  .category-buttons .button i {
        margin-right: 4px;
        font-size: 26px;
    transform: translate(0, 1px);
  }
}

.single-post .post-content .grid-container {
    max-width: 850px;
}
.single-post .body-content {
    padding-bottom: 0;
    padding-top: 40px;
}
.page-element.text-left .section-header {
    text-align: left;
}
.category .recent-posts.default-alignment .section-header {
    text-align: left;
}
.post-listing-style-2 .section-title,
.post-listing-style-2 .hic-title h4,
.recent-posts .article-header h3,
.single-post h1,
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6,
.single-post .related-articles .section-title {
    font-family: 'Montserrat';
}
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6 {
  color: #5d5d5d;
}


.recent-posts .article-header h3 a {
    color: #000;
}
.recent-posts .large-4 .article-header h3 {font-size: 20px;}
.recent-posts .article-header .category a {font-size: 13px}
 .page-blog .page-banner div {
        font-weight: 400;
        font-size: 18px;
        color: #000;
        line-height: 1.2;
    }
    
.page-element.newsletter .gform_confirmation_message {
    color: #5d5d5d;
    font-size: 18px;
}

.page-element .slick-dots { 
    margin-left: 0;
    left: 0;
}

@media(max-width: 640px) {
    
    .page-element.slick-dots {
        bottom: -35px;
    }
    
    .page-element.category-post-description {
        padding: 34px 0;
    }
   
    .page-blog .hero .bg-helper.bg-image {
        background-image: url(../images/blog-background-mobile.jpg) !important;
    }
    .page-blog .hero.default-height {
        min-height: 460px;
    }
    .page-blog .page-banner div {
        align-self: flex-start;
        text-align: center;
        padding-top: 6px;
    }
    .page-blog .page-banner .page-title {
        margin-bottom: 24px;
    }
}

@media(min-width: 641px) and (max-width: 767px) {
    .page-blog .page-banner div {
        padding-right: 40px;
        font-size: 16px;
    }
     .page-blog .page-banner .page-title {
        margin-bottom: 24px;
    }
    .page-blog .hero .bg-helper.bg-image {
        background-position: 60px 144px;
    }
}

@media(min-width: 768px) and (max-width: 1023px) {
     .page-blog .hero .bg-helper.bg-image {
        background-position: 60px 114px;
    }
   
   
}
@media(min-width: 641px) and (max-width: 1279px) {
     .page-blog .hero .grid-container {
        margin-left: 0;
    }
}
@media(max-width: 1023px) {
     .logged-in.with-top-header .off-canvas-content {
        padding-top: 126.25px;
    }
}
@media(min-width: 1024px) {
    
    .recent-posts .hic-blurb {
        font-weight: 300;
        font-size: 16px;
    }
    .page-blog .page-banner .page-title {
        margin-bottom: 24px;
    }
    
    .page-element.newsletter .gform_confirmation_message {
        font-size: 24px;
    }
    
    .post-listing-style-2.featured .hic-content,
    .category-featured-posts .hic-content{
        padding: 20px 24px !important;
    }
    .post-listing-style-2.recent-posts .hic-title h4,
    .article-list.load-more-list .hic-content.content-wrap .article-header h3,
    .category-featured-posts .article-header h3,
    .post-listing-style-2 .article-header h3 a{
      font-size: 24px;
    }
    .newsletter h2.section-title span {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .newsletter h2.section-title {
        font-size: 42px;
    }
    body.subpage.single-post {
      font-size: 16px;
    }
}
@media(min-width: 1280px) {
    .category .recent-posts.featured .hic-content,
    .category-featured-posts .hic-content{
        padding: 20px 30px !important;
    }

    .category .recent-posts .hic-title h4,
    .article-list.load-more-list .hic-content.content-wrap .article-header h3,
    .category-featured-posts .article-header h3,
    .post-listing-style-2 .article-header h3 a{
      font-size: 26px;
    }
    
    .page-blog .page-banner .page-title {
        margin-bottom: 34px;
        line-height: 1.3;
    }
    .page-blog .page-banner div {
        font-size: 20px;
    }
    
}
/************************************************
#POST ARCHIVE AND SINGLE PAGE END
*************************************************/

/************************************************
#CUSTOMISER STYLING START
*************************************************/
/*Custom Home Designs - START*/
.page-element.grey-boxes .hic-box {background-color: #f2f2f2;}
.page-element.grey-accordion .accordion-item {margin-bottom: 15px;} 
.page-element.grey-accordion .accordion-title {border: 0 !important; background-color: #f2f2f2;}
.page-element.grey-accordion .accordion-title:hover, .page-element.grey-accordion .accordion-title:focus, .page-element.grey-accordion .is-active .accordion-title {background-color: #f2f2f2 !important;}
.page-element.grey-accordion .accordion-content {border: 0 !important;}
.image-left-content.grey-boxes .hic-content .hic-blurb p:last-child {margin-bottom: 0;}

body.subpage.larger-body-font {font-size: 14px; font-weight: 400;}

.is-reveal-open .select2-container.select2-container--open {
    position: absolute !important;
}
.hide-chat #chat-widget-container {display: none !important;}
body.subpage.single-post .post-content a:not(.button) {border-bottom: 1px dotted #999;}

/*Compare Home Designs - START*/
.compare-designs-section {padding-top: 20px;}
.btn-lg-prev-link {
	margin-left: 13px;
	margin-bottom: 21px;
	display: inline-block;
	color: #000 !important;
}
.btn-lg-prev-link:hover {
	color: #e00015 !important;
}

@media (min-width: 641px) {
  body.subpage.larger-body-font .select2,
  body.subpage.larger-body-font .select2-search,
  body.subpage.larger-body-font .select2-results { font-size: 14px; }
  body.subpage.larger-body-font h2:not(.section-title) {  margin-bottom: 20px; margin-top: 25px;}
  body.subpage.larger-body-font h3 {margin-bottom: 15px; margin-top: 20px;}
  .image-left-content.then-right .cell:nth-child(2n) .hic-image-container {order: 2;}
  .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    order: 1;
  }
  .image-right-content.then-left .cell:nth-child(2n) .hic-image-container {order: 1;}
  .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    order: 2;
  }
  .image-left-content.then-right .hic-content,
  .image-right-content.then-left .hic-content {
      align-items: center;
      align-content: center;
      display: flex;
      flex-wrap: wrap;
  }
  .image-left-content.with-top-border .hic-content,
  .image-right-content.with-top-border .hic-content {
    border-top: 4px solid #172024;
  }
  .with-top-border.image-left-content.then-right.grey-boxes .hic-content, 
  .with-top-border.image-right-content.then-left.grey-boxes .hic-content {padding: 40px;}
  .image-left-content.then-right.content-boxes .hic-title,
  .image-right-content.then-left.content-boxes .hic-title {
    margin-bottom: 0;
  }
  .image-left-content.then-right .hic-title h4,
  .image-right-content.then-left .hic-title h4 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  body.subpage.larger-body-font {font-size: 16px;}
}

/*Hide listing section if no result */

.page-home-builder-map  .page-elements {
  min-height: auto;
}

/* Office map result */
.page-home-builder-map  .page-elements {
	min-height: auto;
}
.page-home-builder-map  .listing-no-result .listing-for-map {
  height: auto;
}
.page-home-builder-map .listing-no-result {
	display: block;
}
.page-home-builder-map  .listing-no-result .listing-for-map .inner {
    /* padding: 16px 0px 0; */
    padding: 0;
}
.page-home-builder-map .listing-no-result .map-container,
.page-home-builder-map .listing-no-result .listing-filter-for-map {
	display: none
}
.page-home-builder-map .listing-no-result .cell{
	 width: 100%
}
.page-home-builder-map .listing-no-result .listing-message-section {
    /* margin: 20px auto 56px;
    font-size: 18px; */
    padding: 0 30px;
    /* background: #ececec; */
}
.page-home-builder-map .listing-no-result .listing-for-map {
  border: none;
  background-color: #fff;
}
.page-template-template-cpt-archive [data-listing-app] [data-view=map].listing-no-result {
  height: auto !important;
}
.page-home-builder-map .listing-with-result {
  background-color: #f2f2f2;
}
@media (max-width: 1023px) {
  .office-filter .listing-no-result .listing-for-map {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .page-home-builder-map .listing-no-result .listing-message-section {
    padding: 80px 30px 0 30px;
  }
  .with-top-border.image-left-content.then-right.grey-boxes .hic-content, 
  .with-top-border.image-right-content.then-left.grey-boxes .hic-content {
    padding: 60px;
  }
}
/* Office map result */
/*Custom Home Designs - END*/

/*Hide Map View Control - START*/
.hide-map-view .listing-view .controls {display: none !important;}

@media (min-width: 1024px) {
  .hide-map-view .with-map-view.listing-element [data-view="list"] {
    padding-top: 80px;}
}
/*Hide Map View Control - END*/

/*CTA - START*/
@media (min-width: 641px) {
.section-cta:not(.office-cta-links) .grid-container:not(.full)>.grid-padding-x.section-header {margin-bottom: 0;}
}
@media (min-width: 1024px) {
  .cta-home-finder.cta-home-finder-style-1.cta-title-on-left {position: relative;}
  .cta-home-finder.cta-home-finder-style-1.cta-title-on-left h5 {position: absolute; margin-top: 5px;}
  .cta-home-finder.cta-home-finder-style-1.cta-title-on-left form {margin-left: 520px;}
}
/*CTA - END*/

/*Find a Builder Search - START*/
.find-builder-search-wrap {max-width: 600px; margin-left: auto; margin-right: auto;}
.find-builder-search-wrap h1 {font-size: 30px; margin-bottom: 15px;}
.find-builder-search-wrap .hero-office-finder h4 {display: none !important;}
.find-builder-search-wrap .hero-office-finder .office-locator {max-width: 100%;}

.single-post .gform_body ul {
    margin-left: 0;
}
.hide-play-button .video-play-control {display: none!important;}

@media (min-width: 1024px) {
  .find-builder-search-wrap h1 {font-size: 34px;} 
}

@media (min-width: 1024px) {
	.compare-designs-section {padding-top: 40px;}
		.btn-lg-prev-link {
        font-size: 20px;
	}
    .sticky-footer .compare-nav .inline-link {margin-left: 20px;}
}
@media (min-width: 1800px) {
	.sticky-footer .compare-nav .inline-link {margin-left: auto;}
}

@media (max-width: 1088px){
	.sticky-footer .compare-nav .inline-link {
		padding-top: 0px
	}
	.inline-link .wv-wrap a {
		font-size: 16px;
    padding-bottom: 15px !important;
    padding-top: 14px !important;
	} 

}
@media (max-width: 640px){ 
	.compare-nav-active #chat-widget-container {bottom: 87px !important; max-height: calc(100% - 87px) !important;}
}

/*Compare Home Designs - END*/
/* 
.page-display-home-visitor .option-display.has-image .bg-helper {
	  width: 100% !important;
    background-size: 50px !important;
    background-position: 6px!important;
}
.page-display-home-visitor .option-display.has-image .title,
.page-display-home-visitor .option-display.has-image .property-group-meta {
	padding-left: 70px;
} 

.page-display-home-visitor .select2-results__option {
	height: 50px;
	padding-top: 24px;
} */

/************************************************
#CUSTOMISER STYLING END
*************************************************/

/************************************************
#Feel the Joy START
*************************************************/
.custom-hero-container .hero-banner-message .grid-container > div .cell{
	max-width: 860px;
}
.custom-hero-container .hero-banner-message p,
.custom-hero-container .hero-banner-message h1,
.custom-hero-container .hero-banner-message h4{
	color: #000;
}
.feel-the-joy.landing-page .introduction:before {
    background-image: url(../images/feel-the-joy-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -16px;
    height: 127px;
    width: 288px;
    left: 24px;
}
.feel-the-joy.landing-page .introduction {
   padding-top: 148px;
}
.feel-the-joy.landing-page .default-alignment.introduction .section-header {
    text-align: left;
}
.feel-the-joy.landing-page .section-title,
.feel-the-joy.landing-page .sub-heading {
    font-weight: 400;
}
.feel-the-joy.landing-page blockquote {
    padding: 0;
    border-left: none;
}
.feel-the-joy.landing-page blockquote,
.feel-the-joy.landing-page blockquote p {
    color: #B00D27;
    font-family: 'PT-Serif';
}
.customer-engagement .grid-container {
    width: 100%;
    max-width: 100%;
}
.customer-engagement .grid-container>.section-body {
    padding: 0;
}

.feel-the-joy.landing-page .introduction .hic-image:before {
  padding-top: 80%;
}
.feel-the-joy.landing-page blockquote,
.feel-the-joy.landing-page blockquote p {
    font-size: 16px;
}
/*fixes*/
.feel-the-joy-mobile .cell {
    padding: 0;
}
.feel-the-joy-mobile p {
    margin-bottom: 0;
}
.feel-the-joy .medium-12 .has-video {
    margin-bottom: 24px;
}
.landing-page .image-left-content.then-right.grey-boxes .hic-box,
.landing-page .image-right-content.then-left.grey-boxes .hic-box {
    align-items: initial;
}
.hic-box.box-full-width .hic-content {
    width: 100%;
    padding: 0 !important;
}

.grey-boxes .hic-box.white-box {
    background-color: #fff;
    padding: 0;
}

.feel-the-joy-box .hic-button-wrap .button {
    margin-bottom: 0;
}
.image-overlay-content-centered .text-left.hic-box .hic-content {
    text-align: left;
}
.image-overlay-content-centered .has-video a {
    display: block;
    z-index: 5;
    position: relative;
}

.image-overlay-content-centered.feel-the-joy-box .overlay {
    background-color: rgba(0,0,0,.5);
}


@media(max-width: 640px) {
    .page-element.image-right-content .hic-content {
        padding-right: 0;
    }
    .feel-the-joy.landing-page .introduction .hic-image {
        display: none;
    }
    .feel-the-joy.landing-page .introduction .featured-image {
        margin-bottom: 34px;
        margin-top: 24px;
    }
    .feel-the-joy.landing-page .introduction .section-header {
        margin-bottom: 0;
    }
    .page-element.feel-the-joy .hic-image {
        display: none;
    }
    .page-element.feel-the-joy .featured-image {
        margin-bottom: 44px;
    }
    
    .feel-the-joy.landing-page .image-above-content .hic-image {
        margin-bottom: 24px;
    }
    .landing-page .default-cta-layout .section-header .cell {
        padding: 0;
        text-align: center;
    }
     .feel-the-joy-tagline {
        max-width: 70% !important;
    }
    .feel-the-joy.landing-page .hero.default-height,
    .feel-the-joy.landing-page .hero.tall-banner{
        min-height: 180px;
    }
}
@media(max-width: 1023px) {
     .feel-the-joy.landing-page.subpage .section-title {
        font-size: 22px;
    }
    .feel-the-joy.landing-page.subpage .sub-heading {
        font-size: 18px;
    }
    .feel-the-joy-box .hic-content img.image-tagline {
         max-width: 160px;
    }
}
@media(min-width: 641px) and (max-width: 1023px) {
    .feel-the-joy.landing-page .hero.default-height,
    .feel-the-joy.landing-page .hero.tall-banner {
        min-height: 280px;
    }
     .customer-engagement .hic-image:before {
        padding-top: 45%;
    }
    .feel-the-joy-tagline {
        max-width: 60% !important;
    }
    
    .landing-page .image-left-content.then-right .hic-box, 
    .landing-page .image-right-content.then-left .hic-box {
        flex-flow: column;
    }
  
    .landing-page .page-element.split-50-50.then-right .hic-content, 
    .landing-page .page-element.split-50-50.then-right .hic-image-container {
        width: 100%;
    }
    
    .landing-page .image-left-content.then-right .cell:nth-child(2n) .hic-image-container {
        order: 1;
    }
}
@media(min-width: 1024px) {
     .feel-the-joy.landing-page .hero.default-height {
        min-height: 454px;
    }
    .feel-the-joy.landing-page .introduction:before {
        top: -90px;
        height: 345px;
        width: 770px;
        left: -16px;
    }
    .feel-the-joy.landing-page .introduction {
         padding-top: 300px;
    }
    .feel-the-joy.landing-page .introduction .section-header {
        max-width: 755px;
    }
    .customer-engagement .grid-container {
        width: 100%;
        max-width: 100%;
    }
    .customer-engagement .grid-container>.section-body {
        padding: 0;
    }  
    .customer-engagement .hic-image:before {
        padding-top: 40%;
    }
    .customer-engagement .hic-image-container {
        position: relative;
        left: -10%;
    }
    .customer-engagement .hic-content {
        max-width: 1285px;
        margin: 60px auto 0;
        padding: 0 24px;
    }
    
    .page-element.feel-the-joy .hic-image-container.has-image {
        margin-bottom: 44px;
    }
    .feel-the-joy.landing-page blockquote,
    .feel-the-joy.landing-page blockquote p {
        font-size: 18px;
    }
    .feel-the-joy .medium-12 .has-video .hic-image:before {
        padding-top: 45%;
    }
    .feel-the-joy-box .hic-content img.image-tagline {
        max-width: 280px;
    }
}
@media(min-width: 1024px) and (max-width: 1279px) {
    .feel-the-joy-tagline {
        max-width: 65% !important;
        margin-left: 50px;
    }
}
@media(min-width: 1280px) {
     .feel-the-joy.landing-page .hero.default-height {
        min-height: 754px;
    }
    .feel-the-joy.landing-page .introduction:before {
        height: 489px;
        width: 1070px;
    }
    .feel-the-joy.landing-page .introduction {
        padding-top: 386px;
    }
    .customer-engagement .hic-content {
        margin: 80px auto 0;
    }
     .customer-engagement .hic-image-container {
        left: -15%;
    }
}
/************************************************
!Feel the Joy END
*************************************************/

.hic-image-container.has-video .hic-image .video-play-control:before{
	content: '\f04b';
    font-size: 50px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    width: 100px;
    height: 100px;
    border: 6px solid #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hic-image-container.has-video .hic-image .video-play-control img{
	display: none;
}

.hic-image-container.has-video .hic-image .video-play-control{
	background-color: transparent;
}

/*hero Video*/
.image-left-content.split-50-50 .hic-box {
	align-items: center;
}
.image-left-content.split-50-50 .hic-box .hic-button-wrap{
	padding-top: 20px;
}
.feel-the-joy .hero.video-background-banner .hero-bg-overlay {display: none;}
.feel-the-joy-box .hic-content img {max-width: 330px;}
.feel-the-joy-box.image-left-content .hic-image:before {padding-top: 56%;}

@media(max-width: 1023px){
	.hero.video-background-banner .hero-video-banner .video-wrap{
		position: relative;
		z-index: 1;
		height: 100%;
	}
	.hero.video-background-banner .hero-video-banner .hero-bg-overlay{
	    z-index: 2;
	}
	.feel-the-joy-box.page-element.image-left-content .hic-box {display: block;}
	.feel-the-joy-box.page-element.image-left-content .hic-content, .feel-the-joy-box.page-element.image-left-content .hic-image-container {width: 100%;}
	.feel-the-joy-box.page-element.image-left-content.default-section .hic-image-container {margin-bottom: 20px;}
    .feel-the-joy-box.page-element.image-left-content .hic-content {padding-left: 0;}
}

@media(max-width: 640px){
	.image-left-content.split-50-50:not(.then-right) .hic-box .hic-blurb{
		padding-top: 24px;
	}
	
	.hic-image-container.has-video .hic-image .video-play-control:before{
        font-size: 30px;
        width: 70px;
        height: 70px;
    }

	body:not(.logged-in) .hero.video-background-banner{
		padding-top: 0;
	}
}

@media (min-width: 1024px){
      .hero.video-background-banner video {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            object-fit: cover;
      }
}

/************************************************
#CONTENT BOX ELEMENT START
*************************************************/
.content-boxes.image-left-content .hic-image, 
.content-boxes.image-right-content .hic-image {
    height: 100%;
}
.image-left-content.with-top-border .hic-box {align-items: start;}
@media(max-width: 1023px) {
    .image-left-content.grey-boxes .hic-content, 
    .image-right-content.grey-boxes .hic-content,
    .image-left-content .grey-box .hic-content,
    .image-right-content .grey-box .hic-content {
        padding: 20px;
    } 
}
@media(min-width: 1024px) {
     .image-left-content.grey-boxes .hic-content, 
    .image-right-content.grey-boxes .hic-content,
    .image-left-content .grey-box .hic-content,
    .image-right-content .grey-box .hic-content {
        padding: 30px;
    } 
}
   
/************************************************
!CONTENT BOX ELEMENT END
*************************************************/
/************************************************
#FIXED HEADER START
*************************************************/
/*.scrolled .header-notice-bar {*/
/*    opacity: 0;*/
/*    padding: 0;*/
/*    visibility: hidden;*/
/*    padding: 0;*/
/*    margin-top: -23px;*/
/*    display: none;*/
/*}*/
.scrolled .header {
    z-index: 10001;
    
}
.scrolled.header-light .header {
    background-color: #fff;
}
.header {
    /* transition: all .25s ease-in-out; */
}
@media(max-width: 1023px) {
    .header .header-wrap {
        position: relative !important; 
        top: 0 !important;
    }
}
@media(min-width: 1024px) {
    .header {
        /* height: 148px; */
        position: relative;
        z-index:3;
    }
    .with-top-header .header {
      /* height: 184px; */
    } 
   .header-wrap{
        width: 100%;
        background-color: #fff;
    }
    .scrolled .header .header-wrap {
        position: fixed;        
        /* opacity: 0;
        visibility: hidden;        */
    }
    .scrolled:not(.admin-bar) .header .header-wrap,
    .scrolled-top:not(.admin-bar) .header .header-wrap {
       top: 0 !important;
    }
    .with-top-header.scrolled .header .header-wrap {
      top: -36px;
    }    
    .scrolled-top .header .header-wrap {
        /* opacity: 1;
        visibility: visible; */
    }
    /*.sticky-header .header,*/
    /*.sticky-header.scrolled .header {*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    top: 0 !important;*/
    /*}*/
    /*.sticky-header.scrolled.scrolled-top .off-canvas-content {*/
    /*    padding-top: 184.375px !important;*/
    /*}*/
   
    /*.sticky-header.scrolled .header {*/
    /*   position: fixed;*/
    /*   top: -124px !important;*/
    /*}*/
    /*.sticky-header.scrolled.scrolled-top .header-notice-bar {*/
    /*    display: none;*/
    /*}*/
    /*.sticky-header.scrolled.scrolled-top .header {*/
    /*    top: 0 !important;*/
    /*     position: fixed;*/
    /*}*/
    .off-canvas-content {
        padding-top: 0 !important;
    }
    
    /*.sticky-header .hero, .sticky-header .hero:not(.video-background-banner) .hero-banner-message,*/
    /*.sticky-header.page-banner-hidden:not(.search) .body-content,*/
    /*.sticky-header.single-listing-page .banner,*/
    /*.sticky-header.category .body-content {*/
    /*    padding-top: 184px;*/
    /*}*/
    /*.sticky-header.very-short-banner .hero {*/
    /*   padding-top: 184px !important; */
    /*}*/
    
    /*body.sticky-header.single-post .body-content {*/
    /*    padding-top: 232px !important;*/
    /*}*/
    /*.admin-bar.sticky-header .header {*/
    /*    padding-top: 32px;*/
    /*} */
    
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-1 .sidebar-widget,*/
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(1),*/
    /*.sticky-header.page-template-template-cpt-archive.page-display-homes.scrolled [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2){*/
    /*    top: 165px;*/
    /*}*/
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {*/
    /*    top: 372px;*/
    /*}*/
    
    /*.sticky-header.page-template-template-cpt-archive.page-display-homes [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {*/
    /*    top: 268px;*/
    /*}*/
    /*.sticky-header.page-contact-us .hero, */
    /*.sticky-header.page-contact-us .hero-banner-message {*/
    /*    padding-top: 175px !important;*/
    /*}*/
    /*.sticky-header.page-contact-us .hero.form-right .hero-banner-form {*/
    /*    top: 204px;*/
    /*}*/
    
}
@media(min-width: 1280px) {
    /*.sticky-header.page-contact-us .hero.form-right .hero-banner-form {*/
    /*    top: 216px;*/
    /*}*/
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-1 .sidebar-widget,*/
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(1) {*/
    /*    top: 177px;*/
    /*}*/
    /*.sticky-header.page-template-template-cpt-archive [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {*/
    /*    top: 324px;*/
    /*}*/
    /*.sticky-header.page-template-template-cpt-archive.page-display-homes [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {*/
    /*    top: 302px;*/
    /*}*/
    /* .sticky-header.page-template-template-cpt-archive.page-display-homes.scrolled [data-view=list] .cell.cell-3 .sidebar-widget:nth-child(2) {*/
    /*    top: 177px;*/
    /*}*/
     .single-post .post-content h1 {
      font-size: 38px;
      line-height: 1.3;
      margin-bottom: 24px;
  }
    /*.sticky-header.page-contact-us .hero, */
    /*.sticky-header.page-contact-us .hero-banner-message {*/
    /*    padding-top: 232px !important;*/
    /*}*/
}
@media(min-width: 1024px) and (max-width: 1279px) {
    .with-top-header .header{
        /* height: 180px; */
    }
    .header {
      /* height: 143px; */
    }
}
@media(min-width: 1280px) and (max-width: 1599px) {
    .with-top-header .header{
        /* height: 182px; */
    }
     .header {
      /* height: 146px; */
    }
}

/************************************************
!FIXED HEADER END
*************************************************/

/************************************************
#HERO FIXES START
*************************************************/
.home .hero [data-listing-app] .filter-expand-options {
    color: #fff;
}
.hero.video-background-banner .hero-banner-message {
    color: #FFF;
    z-index: 2;
    position: relative;
}
.hero.video-background-banner .inner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.hero.video-background-banner .hero-video-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
@media(max-width: 640px) {
    .hero.video-background-banner [data-listing-app] {
        padding-bottom: 60px;
    }
}
@media(max-width: 1023px) {
    
    .hero.video-background-banner .hero-banner-message {
        padding: 60px 0; 
    }
    	.hero.video-background-banner .hero-video-banner video{
		 position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        min-height: 377px;
	}
}
@media(min-width: 1024px) {
    .hero.video-background-banner .hero-banner-message {
        padding: 0;
        width: 100%;
    }
}
/************************************************
!HERO FIXES END
*************************************************/

/************************************************
#VIDEO CUSTOM STYLE START
*************************************************/
.video-custom-style .hic-image-container.has-video  .hic-image .video-play-control:before {
   width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #fff
}
.video-custom-style .hic-image-container.has-video .hic-image .video-play-control {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(23 32 36 / 70%);
    transition: all .25s ease;
}
.video-custom-style .has-video:hover .hic-image:before {
    background-color: rgba(10,0,0,.2);
}
.video-custom-style .hic-image-container.has-video:hover .hic-image .video-play-control {
    background-color: rgb(23 32 36 / 95%);
}
.video-custom-style .has-video .hic-image:before {
    background-color: rgba(10,0,0,0);
}
.bottom-play-button .vpv-container {
    align-items: flex-end;
    padding-bottom: 18px;
}
@media(min-width: 641px) {
    .bottom-play-button .vpv-container {
        padding-bottom: 50px;
    }
}
@media(min-width: 1024px) and (max-width: 1279px) {
    .bottom-play-button .vpv-container {
        padding-bottom: 22px;
    }
}

@media(min-width: 1024px) {
        .video-custom-style .hic-image-container.has-video  .hic-image .video-play-control:before {
       width: 65px;
        height: 65px;
        font-size: 24px;
    }
    .video-custom-style .hic-image-container.has-video .hic-image .video-play-control {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
}

@media(min-width: 1280px) { 
    .bottom-play-button .vpv-container {
        padding-bottom: 50px;
    }
}

/************************************************
!VIDEO CUSTOM STYLE END
*************************************************/

/************************************************
#GENERAL FIXES v2 START
*************************************************/
.gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
@media(min-width: 641px) and (max-width: 1023px) {
   .grid-padding-x>.cell, .grid-padding-x .slick-track>.cell {
        padding: 0 10px;
    }
  
}
@media(min-width: 641px) and (max-width: 1279px) {
     .feel-the-joy-box .hic-box h4 {
        font-size: 16px;
    }
}
@media(min-width: 1024px) and (max-width: 1279px) {
   .grid-padding-x>.cell, .grid-padding-x .slick-track>.cell {
        padding: 0 12px;
   }
   .feel-the-joy-box .hic-content img.image-tagline {
        max-width: 180px;
   }
}
@media(min-width: 1280px) {
    /*.video-custom-style .section-body>.medium-12 .hic-image-container.has-video .hic-image .video-play-control {*/
    /*    width: 100px;*/
    /*    height: 100px;*/
    /*}*/
    /*.video-custom-style .section-body>.medium-12 .hic-image-container.has-video .hic-image .video-play-control:before {*/
    /*    width: 85px;*/
    /*    height: 85px;*/
    /*    font-size: 30px;*/
    /*}*/
}

/************************************************
!GENERAL FIXES v2 END
*************************************************/

/************************************************
#LOCATION STYLING START
*************************************************/
.info-window-style-1 .gm-style .gm-style-iw-t::after,
.info-window-style-1 .gm-ui-hover-effect,
.info-window-style-1 .gmnoprint .gm-style-mtc{
    display:none !important;
    pointer-events: none !important;
}

.location-search-input {
    padding: 9px;
    max-width: 460px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(135,135,135,0.25);
    border-radius: 4px;
    width: 100%;
    margin: 20px auto;
}

.close_side {
    position: absolute;
    z-index: 20;
    font-size: 0;
    background: url(../images/iconfinder_x_2561505.png) no-repeat center rgba(28, 32, 42, 0.5411764705882353);
    height: 30px;
    width: 35px;
    opacity: 0;
    pointer-events: none;
}

.open .close_side {
    opacity: 1;
    pointer-events: auto;
}

.location-search-input input[type="text"] {
    margin-bottom: 0px;
    background: url(../images/search-icon.png) no-repeat center right 12px transparent;
    font-size: 16px;
    padding-right: 40px;
}

.hide-search-field {
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 0;
    background: url(../images/iconfinder_x_2561505.png) no-repeat center;
    height: 30px;
    width: 35px;
    border-left: 1px solid rgba(216, 216, 216, 0.3215686274509804);
}


.location-detail {
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    transform: translate(-496px, 0px);
    transition:  all .25s ease-in-out;
    overflow-y: auto;
}

.location-detail::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.location-detail::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.location-detail::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.location-detail::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.location-detail .inner .bg-helper {
    height: 245px;
    width: 100%;
    background-color: #f1f1f1
}

.location-detail .inner .content {
    padding: 20px;
}

.location-detail .desc {
    margin-bottom: 20px;
    font-size: 18px;
}

.location-detail .name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.location-detail .rating {
    font-size: 16px;
    font-weight: 100;
}
.location-detail .rating span {
    margin-right: 12px;
}

.location-detail .rating .fa-star {
    margin-right: 5px;
    color: #FBBC06;
}

.open .location-detail {
    box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.1411764705882353);
    transform: translate(0px, 0px);
    transition:  all .25s ease-in-out
}

.info-window-style-1 .gm-style .gm-style-iw {
    border-radius: 4px;
}

.info-window-style-1 .gm-style .gm-style-iw-d {
    overflow: auto !important;
}
.info-window-style-1 .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}
.info-window-style-1 .mini-info-window {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 15px 70px 0 17px;
}
.info-window-style-1 .img-holder { 
    position: absolute;
    right:0px;
    top:0px;
    height: 50px;
    width: 50px;
    background-color: rgba(138, 138, 138, 0.11);
}

.location-detail .social-media-container .social-media {
    list-style-type: none;
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.location-detail .social-media-container .social-media li {
    display: inline-block;
}

.location-detail .social-media-container .social-media li:not(:first-child) {
    margin-left: 5px;
}

.location-detail .social-media-container .social-media li a {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px #faac00 solid;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    transition: all .25s ease-in-out;
}

.location-detail .social-media-container .social-media li a:hover {
    background-color: #faac00;
    color: #fff;
}

.location-detail .contact-details{
    margin-bottom: 30px;
}

.location-detail .contact-details [class*="contact-"] {
    line-height: 3;
    margin-left: 40px;
}

.location-detail .contact-details [class*="contact-"]::before {
    font-size: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    line-height: 2;
}

@media (min-width: 641px){
    .location-detail {
        width: 496px;
    }
    
    .location-detail .inner .content {
        padding: 20px 30px 30px 80px;
    }
    
    .location-detail .contact-details [class*="contact-"] {
        margin-left: 50px;
    }
    
    .location-detail .contact-details [class*="contact-"]::before {
        left: -50px;
    }
    
    .location-detail .social-media-container .social-media li:not(:first-child) {
        margin-left: 18px;
    }
}
/************************************************
!LOCATION STYLING END
*************************************************/

/************************************************
#Listing Plugin STYLING START
*************************************************/
.modal-vue-app {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    pointer-events: none;
}

body.modal-vue-open  .modal-vue-ovelay-close {
    position: absolute;
    height: 100%;
    width: 100%;
}

body.modal-vue-open {
    overflow: hidden;
}

.text-black  {
    color: #000 !important;
}

a.text-black:hover {
    color: #e00015 !important;
}

.modal-vue-content {
    position: relative;
    background: #FFF;
    max-width: 600px;
    margin: 90px auto 10px;    
}

.modal-vue-open .modal-vue-app {
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
    display: block;
    background: rgba(0, 0, 0, 0.45098039215686275);
} 

.is-reveal-open .pac-container {
    z-index: 2000 !important;
    position: fixed !important;
}


/* select2 select2-container select2-container--default select2-container--below select2-container--focus */
/* select2-container select2-container--default select2-container--open */

.is-reveal-open .select2-container.select2-container--open {
    /*position: fixed !important;*/
    z-index: 4444444444 !important;
}

.is-reveal-open .select2.select2-container.select2-container--open {
    position: relative !important;
    z-index: 4444444444 !important;
}

.carousel.listing-element .property-inner,
.listing-image-container.carousel .hic-image{
    display: none;
}

.carousel.listing-element.slick-initialized .property-inner,
.listing-image-container.carousel.slick-initialized  .hic-image  {
 display: block;
}

.loading-ajax .pagination {
    opacity: .3;
    pointer-events: none;
}

.contact-request-form .office-details .phone-number{
    margin-bottom: 10px;
    display: inline-block;
    min-width: 220px;
}

.embedded-map {
    position: relative;
}

.widget-map.single-page-map,
.embedded-map {
    height: 100%;
    height: 150px;
}

.compare-nav {
    background: #000;
    color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-family: 'PT-Serif';
}

.compare-nav > div {
    font-size: 13px;
}

.compare-nav > div,
.compare-nav > div.link a {
    padding: 11px 11px;
    font-weight: 600;
    font-family: 'PT-Serif';
}

.compare-nav > div.link {
    padding: 0px;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF !important;
}
.compare-nav > div.link a {
    display: block;
    margin: 0px;
    color: inherit !important;
}
.compare-nav > div.inline-link {
    border: none;
}
.compare-nav > div.inline-link a {
    display: inline-block;
}

.compare-nav a {
    font-weight: 100;
    color:#FFF !important;
    margin-left: 5px;
}

.wv-wrap {
    font-size: 13px;
    display: flex;
    align-items: center;
}
.wv-wrap a {
    margin-left: auto !important;
}

.compare-wrap nav a:hover {
    color:#c10012 !important;
}

.compare-item--inner {
    background: #FFF;
    padding: 16px;    
    transition: opacity .25s ease-in-out;
    position: relative;
}
.compare-item--inner .listing-title {
    margin-bottom: 10px;
}

.compare-item--inner .property-group-meta {
    margin-bottom: 25px;
}

.compare-item--inner.remove-soon {
    opacity:0.4;
}

.compare-wrap .accordion-content {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.compare-wrap .accordion-title {
    padding: 20px 0;
}

.compare-wrap .accordion-title:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    font-weight: 100;
    top: 22px;
}
.compare-wrap .is-active .accordion-title:before {
    transform: rotate(180deg);
}

.compare-item--inner .floorplan-image .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 349px;
    margin-bottom: 32px;
}

.compare-item--inner .floorplan-image .btn-open-lightbox:not(:first-child) {
    display:none;
}
.compare-item--inner .listing-image-container {
    height: 360px;
    margin-bottom: 26px;
}
.compare-item--inner .property-area {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0px;
    line-height: 175%;
}
.no-item .compare-item--inner {
    border: 1px solid #000;
    height: 100%;
    background: transparent;
    min-height: 400px;
    position: relative;
}

.no-item .compare-item--inner a {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    color: #000 !important;
    transform: translateY(-50%);
    font-family: 'PT-Serif';
    font-size: 17px;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
}
.no-item .compare-item--inner a:hover {
    color: #e00013 !important;
}
.compare-item--inner .measurement span {
    font-weight: 800;
}

.compare-nav .wv-wrap span {
    display: inline-block;
}

.compare-item--inner .remove-design-ext {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #111;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #fff !important;
    line-height: 35px;
    border-radius: 50%;
    z-index: 1000;
    font-size: 27px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    font-weight: 300;
}

/*
.compare-item--inner .accordion-title {
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.compare-item--inner .accordion-content{
  border: none !important;   
}
*/


.compare-item--inner .accordion-title, .compare-item--inner :last-child:not(.is-active)>.accordion-title,
.compare-item--inner .accordion-content, .compare-item--inner  :last-child>.accordion-content:last-child {
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
}

.compare-item--inner .accordion-item.is-active .accordion-title {
    border-bottom: none;
}

/*
[data-listing-app="property_type"] .listing-element .sqm-meta {
    display: none;
}
*/
.embedded-map iframe { position: absolute; top: 0px; left: 0px; height: 100% !important; width: 100% !important; }
.embedded-map .gm-style .place-card-large {display: none;}
.comparison-items .compare-item { display:none; }
.comparison-items.slick-initialized .compare-item { display:block; }

@media print, screen and (min-width: 64em) {
    .widget-map.single-page-map,
    .embedded-map {
        height: 100%;
    }
}

.compare-wrap .accordion-content .cell {
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0;
}
.compare-wrap .accordion-content .cell.item--last{
    border:none;
}

.compare-wrap .slick-track {
  display: flex !important;  
}

.compare-wrap .slick-slide {
    height: inherit !important;
}  


.comparison-items--gallery .slick-prev,
.comparison-items--gallery .slick-next {
    z-index: 99;
}

.comparison-items--gallery .slick-prev {
    left: 6px;
}
.comparison-items--gallery .slick-next {
    right: 6px;
}

.floorplan-view .comparison-items--gallery,
.gallery-view .floorplan-lightbox{
    height: 0px;
    overflow: hidden;
}

.compare-nav .nav-with-text {
    padding: 0;
    background: transparent;
    color: #FFF;
    display: flex;
    align-items: center;
}
.compare-nav .nav-with-text a.button {
    margin: 0px 0px 0px 10px;
    color: #FFF !important;
    padding-left: 12px;
    padding-right: 12px;
}

.compare-nav .nav-with-text a.button {min-width: 150px;}
.comparison-items--gallery-wrap > .bg-helper {display: block;}
.comparison-items--gallery-wrap > .bg-helper:before {content: ""; width: 100%; height: auto; padding-top: 65%; display: block;}

.comparison-items--gallery .slick-arrow:before {
    background-image: url(../images/white-chev-arrow.png);    
}

.comparison-items--gallery .slick-arrow:before,
.comparison-items--gallery .slick-arrow {
    height: 25px;
}
  
@media print, screen and (max-width: 1024px) {
    .compare-carousel-nav {
        background-color: #FFF;
        font-family: 'PT-Serif';
        font-weight: 800;
    }
    .compare-carousel-nav .nav-title {
        padding: 10px 0px;
    }
    .compare-carousel-nav .slick-dots {
        background-color: #FFF;
        bottom: -53px;
        padding: 9px 0;
    }
    .compare-carousel-nav.slick-slider {
        margin-bottom: 44px;
    }    
    .compare-carousel-nav .slick-dots a {
        color: #000 !important;
        display: inline-block;
        background: transparent;
        padding: 5px;
        line-height: 100%;
        font-size: 18px;
    }
    .compare-carousel-nav .slick-prev,
    .compare-carousel-nav .slick-next {
        top: auto;
            bottom: -47px;
        z-index: 90;
    }
    .compare-carousel-nav .slick-next {
        right: 20px;
    } 
    .compare-carousel-nav .slick-prev {
        left: 20px;
    }
    .compare-carousel-nav .slick-dots .slick-active a {
        color:#FFF !important;
        background-color: #e00015;
    }
    .grid-padding-x .compare-wrap .slick-track>.cell {
        padding: 0px;
    }
    .full-width-medium-below .section-body > .cell {
        padding-left: 0;
        padding-right: 0;
    }
    .compare-wrap .compare-nav {
        flex-flow: row wrap;
    }
    .compare-wrap .compare-nav > div {
        flex: 0 0 auto;
        width: 33.33%;    
    }
 
    .compare-wrap .compare-nav .nav-with-text {
        width: 100%;
        text-align: center;
    }

    .compare-nav .nav-with-text {
        justify-content: center;
    }
    
    .comparison-items {
        padding-left: 15px;
        padding-right: 15px;   
    }
    .compare-item, .comparison-items {
        width: 100%;
    }
    .compare-wrap .compare-nav > div:not(.nav-with-text ) {
        display: none;
    }
}



/* Medium Up */
@media screen and (min-width: 641px) {
    .compare-nav > div {
        padding: 11px 18px;
        margin-left: 15px;
        font-size: 13px;
    }
    .compare-nav {
        flex-direction: unset;
    }
    .sticky-footer .compare-nav .inline-link {
        padding-top: 8px;
        margin-left: auto;
    }
    .property-group-meta.lg-icons li {
        font-size: 20px;
    }
    .property-group-meta.lg-icons li:before {
        width: 34px;
        height: 30px;
    }    

}

/* large Up */
@media print, screen and (min-width: 1024px) {
    
    .compare-wrap .compare-nav {
        margin: 0px 12px 25px 12px;
    }
    
    .page-compare .section-body > .cell {
        padding: 0 12px;    
    }
    
    .compare-nav > div {
        padding: 11px 18px;
        margin-left: 20px;
        font-size: 16px;
        background-color: #FFF;
        color: #000;
    }
    .compare-nav > div a {
        color: #000 !important;
    }
    
    .compare-nav > div:first-child {
        margin-left: 0;
    }
    
    .sticky-footer .compare-nav .inline-link span {
        margin-right: 10px;
    }
    
    .compare-item--inner {
        margin: 0 12px;    
    }

    .nav-with-text {
        margin-left: auto !important;
    }

    
}


.option-display.has-image{
    position: relative;
    padding-left: 60px;
}
.option-display {    
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
}

.select-style-2 .select2-selection{
    border: 1px solid !important;    
}

.select-style-2 {
    margin-bottom: 10px;    
}
.option-display .bg-helper {
    position: absolute;
    display: block;
    height: 44px;
    width: 51px;
    top: calc(50% - 22px);
    left: 0;
    background-color: #f3f3f3; 
}
/************************************************
!Listing Plugin STYLING END
*************************************************/

.swiper-wrapper {
  height: auto !important;
}
.listing-for-map .swiper-wrapper {
  height: 100% !important;
}
.listing-view .img-slide {
  height: auto;
}

.page-template-template-cpt-archive [data-view="list"] .img-slide {
  height: auto;
}

.bg-helper.img-slide::before {
  content: "";
  padding-top: 65%;
  display: block;
}
.page-template-template-cpt-archive [data-view="grid"] .listing .img-slide, .page-template-template-cpt-archive [data-view="grid"] .listing .no-image-placeholder, .page-template-template-cpt-archive [data-view="list"] .listing .img-slide, .page-template-template-cpt-archive [data-view="list"] .listing .no-image-placeholder {
  height: auto;
}

.listing-view .display-controls {
  display: flex;
  justify-content: right;
}
.listing-view .card-view-toggle {
  position: relative;
  line-height: 1;
  margin-left: 8px;
  margin-right: 8px;
  top: 2px;
  cursor: pointer;
}
.listing-view .card-view-toggle::before {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-block;
  background: red;
  border-radius: 15px;
}
.listing-view .card-view-toggle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  left: -1px;
  top: 0;
  border: 1px solid #c2c2c2;
}
.listing-view .card-view-controls .floorplan-view-control.active + .card-view-toggle::after {
  left: -1px;
  right: unset;
}
.listing-view .card-view-controls .card-view-toggle:has(+ .gallery-view-control.active)::after  {
  left: unset;
  right: -1px;
}
.listing-view .card-view-controls {
  text-align: right;
  margin-bottom: 4px;
  list-style: none;
  display: flex;
  align-items: center;
}
.listing-view .card-view-controls li {
  display: inline-block;
}
.listing-view .card-view-controls li.active label {
  font-weight: 700;
  color: #e00015;
  pointer-events: none;
}
.listing-view .card-view-controls label:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 20px;
}
.listing-view .card-view-controls li.active label:after {
  color: red;
}
.listing-view .card-view-controls input {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.listing-view .card-view-controls label {
  cursor: pointer;
  margin: 0;
}

@media (min-width: 641px) {
  [data-listing-app="design"] .listing-view .card-view-controls label {
    color: #0a0a0a;
  } 
  .listing-view .card-view-controls label {
       color: #b3b3b3;
  }
}
@media (max-width: 1023px) {
  .listing-view .card-view-controls {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .listing-view .card-view-controls::after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: #000;
    margin-left: 10px;
  }
  .listing-view[data-view="grid"] .card-view-controls {
    padding-right: 6px;
  }
  [data-listing-app] .listing-view .card-view-controls {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .page-template-template-cpt-archive [data-listing-app] .listing-view .card-view-controls {
    margin-right: 0;
  }
}


/************************************************
#Large Screens - START
*************************************************/

/* 1080p, 2k TV */

.single-listing-page .banner .cell-1 .top{
  position: static !important;
}
@media(min-width: 1919px){
  .default-width .grid-container, 
  hr, 
  .testimonial-element.custom-layout .inner-section, 
  .has-sidebar.default-width .body-content > .grid-container, 
  .has-sidebar .hero-banner-message .grid-container, 
  .has-sidebar .article-header .grid-container {
    max-width: 85%;
  }

  .home .hero-banner-message .grid-container {
    max-width: 1300px;
  }

  [data-listing-app="property_type"] [data-view="list"] > .grid-container, 
  [data-listing-app="property_type"] [data-view="list"] .controls, 
  [data-listing-app="display"] [data-view="list"] > .grid-container, 
  [data-listing-app="display"] [data-view="list"] .controls{
    max-width: 85% !important;
  }

  .single-listing-page .banner .cell-1 .inner{
    justify-content: flex-start;
  }

  .single-listing-page .banner .cell-1 .top{
    position: static;
  }

  .single-post .post-content .grid-container {
    max-width: 1000px;
  }

  .hero-banner-message .filter-container .grid-container {
    max-width: 100%;
  } 
  .listing-view .grid-container {
    width: 100%;
    max-width: 100%;
  }

  .header .logo-wrap {
    text-align: left;
  }

  .image-left-content.then-right.split-50-50 .hic-image::before {
    padding-top: 55%;
  }

  .listing-view[data-view="list"] .img-slide::before {
    padding-top: 55%;
  }

  .hero .listing-filter .input-group {
    height: 50px;
  }

  /* FONTS */
  .image-left-content.then-right .hic-title h4 {
    font-size: 2rem;
  }

  .h2, h2, .section-title {
    font-size: 2.2rem;
  }
  .recent-posts .large-4 .article-header h3 {
    font-size: 1.4rem;
  }

  .bottom-footer, .bottom-footer a {
    font-size: 1rem;
  }

  .recent-posts .article-header .category a{
    font-size: 0.9rem;
  }

  .h4, h4 {
    font-size: 1.2rem;
  }

  .h3, h3 {
    font-size: 1.5rem;
  }

  .footer-head-right .button {
    font-size: 1.3rem;
  }

  .home .hero .hero-banner-message h1 {
    font-size: 3rem;
  }

  .header-primary .menu a {
    font-size: 1.2rem;
  }

  .header-secondary .menu a {
    font-size: 1rem;
  }

  .footer .menu li a, .footer-col h4 {
    font-size: 1rem;
  }
  .single-post .post-content h1 {
    font-size: 2.4rem;
  }

  .page-template-template-cpt-archive .listing-element .page-title h1 {
    font-size: 1.5rem;
  }

  [data-view="list"] .filter-container h4, [data-view="grid"] .filter-container h4, [data-listing-app] [data-view="list"] .listing-details .listing-price {
    font-size: 1.1rem;
  }

  [data-listing-app] .listing-view .cell-1 .display-home-form h5,
  [data-listing-app] .listing-details .listing-title {
    font-size: 1rem;
  }

  .single-listing-page .banner .listing-price, .single-listing-page .banner .listing-title {
    font-size: 1.5rem;
  }

  .single-listing-page .listing-price, .single-listing-page .listing-title {
    font-size: 1.2rem;
  } 

}

/* QuadHD */
@media(min-width: 2300px){
  /* .default-width .grid-container, 
  hr, 
  .testimonial-element.custom-layout .inner-section, 
  .home .hero-banner-message .grid-container, 
  .has-sidebar.default-width .body-content > .grid-container, 
  .has-sidebar .hero-banner-message .grid-container, 
  .has-sidebar .article-header .grid-container {
    max-width: 2000px;
  }

  [data-listing-app="property_type"] [data-view="list"] > .grid-container, 
  [data-listing-app="property_type"] [data-view="list"] .controls, 
  [data-listing-app="display"] [data-view="list"] > .grid-container, 
  [data-listing-app="display"] [data-view="list"] .controls{
    max-width: 2000px !important;
  } */

  body {
    font-size: 16px;
  }

  p {
    font-size: 20px;
  }

  .image-left-content.split-50-50 .hic-box {
    align-items: flex-start;
  } 

  .input-group .button, .button {
    font-size: 20px;
    padding: 15px;
  }
/* 
  .h2, h2, .section-title {
    font-size: 38px;
  } */
  .hero .filter-items .multiselect, .hero .filter-items .multiselect__input, .hero .filter-items .multiselect__single, .hero .filter-items .multiselect__tags {
    font-size: 20px;
  }

  .header .logo-wrap{
    text-align: left;
  }

  .hero .listing-filter .switcher-wrap label {
    padding: 20px 0;
  }

}

/************************************************
!Large Screens - END
************************************************/

/************************************************
#MW2 Styling START
*************************************************/
.opening-hours ul {
  list-style: none;
}
/************************************************
!MW2 Styling END
*************************************************/

.ginput_container_radio {
    margin-bottom: 16px;
}
[type=radio] {
    margin: 0px 0 8px;
    transform: translate(0, 2px);
}

/************************************************
#CATEGORY ACCORDION AU ONLY START
*************************************************/

.gj-au .post-category-content-wrap {
	display: flex;
	background: #f2f2f2;
}
.gj-au .post-category-content {
	flex-basis: 50%;
	padding: 40px;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Montserrat';
	font-weight: 100;
}
.gj-au .post-category-image {
	flex-basis: 50%;
	background-position: top center !important;

}
.gj-au .post-category-image img{
	width: 100%;
}
.gj-au .post-accordion .accordion-content{
	padding: 0;
}
.gj-au .post-category-content .button {
	max-width: 234px;
	font-size: 17px;
	margin-top: 25px;
	font-family: 'Montserrat';
	font-weight: 600;
	width: 100%;
}

.gj-au .post-accordion .accordion-title, 
.gj-au .post-accordion :last-child:not(.is-active) > .accordion-title,
.bottom-border-accordion .accordion-title,
.bottom-border-accordion :last-child:not(.is-active) > .accordion-title {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding-left: 0;
}
.gj-au .post-accordion .accordion-content, 
.gj-au .post-accordion :last-child > .accordion-content:last-child {
	border: 0;
}
.gj-au .post-category-image::before {
		content: "";
		display: block;
		padding-top: 58%;
	}

.gj-au #category-dropdown {
  max-width: 353px;
  border-radius: 5px;
}

.gj-au .hic-category-banner{
	padding: 0;
	background-color: #e3eaee;
}

.gj-au .hic-category-banner .grid-container{
	max-width: 100%;
}

.gj-au .hic-category-banner .cell{
	padding: 0;
}

.gj-au .hic-category-banner p.category{
	display: none;
}


.gj-au .hic-category-banner h3{
	color: #000;
}

.gj-au .category-banner-inner-container{
	max-width: 1285px;
	margin: auto;
	padding: 80px 24px;
}

.gj-au .category-banner-inner{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.gj-au .post-accordion .section-title {
  font-family: 'Montserrat';
}

.gj-au .post-accordion .accordion-title {
  font-size: 27px;
	line-height: 33px;
	padding-right: 35px;
}

.gj-au .post-accordion .accordion-item {
  margin-top: 25px;
}

.gj-au .featured-articles-title {
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 0;
}

.gj-au .post-accordion.parent .post-accordion.accordion {
  background: none;
}

.gj-au .post-accordion.parent .post-accordion .excerpt-read-more {
  display: none;
}

.gj-au .post-accordion.parent .post-accordion .accordion-title {
	font-size: 16px;
	padding: 10px;
	border-bottom: thin solid;
	padding-left: 0;
	padding-right: 30px;
	line-height: 20px;
}

.gj-au .post-accordion.parent .post-accordion .accordion-item{
	margin-top:0;
}

.gj-au .post-accordion.parent .post-accordion .accordion-title::before {
	font-size: 19px;
	top: 17px;
	right: 9px;
	line-height: 23px;
}

.gj-au .post-category-content.full {
  flex-basis: 100%;
}
.gj-au .post-accordion.parent .post-accordion 
.post-category-content.full {
	padding: 20px 0;
}

.gj-au .post-accordion.parent .post-category-content{
	font-size: 15px;
}

@media(min-width: 1919px){
	.gj-au .post-category-image {
		flex-basis: 35%;
	}
	.gj-au .post-category-content{
		flex-basis: 65%;
	}
	.gj-au .category-banner-inner-container{
		max-width: 85%;
	}  
}


@media(max-width: 1023px){
	.gj-au .post-category-image {
  	background-size: contain !important;
	background-repeat: no-repeat !important;
	}
}


@media(max-width: 40em){
	.gj-au .post-category-image{
		display: none;
	}
	.gj-au .post-category-content {
		flex-basis: 100%;
		padding: 40px 20px;
	}
	
	.gj-au .post-accordion .accordion-title {
		font-size: 20px;
		line-height: 25px;
	}
	
	.gj-au .post-accordion .section-header,
	.gj-au .post-accordion .section-title{
		margin-bottom: 0;
	}
	.gj-au .category-banner-inner-container{
		padding-top: 64%;
		padding-bottom: 20px;
	}
	.gj-au .category-banner-inner {
		background-position: top;
	}
	.gj-au .post-accordion .accordion-item {
		margin-top: 0;
	}
	.gj-au #category-dropdown {
		max-width: 100%;
	}
}

.gj-au .category-accordion-posts p.category{display: none;}


.gj-au .category-accordion-posts .excerpt-read-more {
  display: none;
}

/************************************************
!CATEGORY ACCORDION END
*************************************************/

/************************************************
#GJ USA STYLING START
*************************************************/
.white-boxes .hic-box {
    background-color: #FFF;
    padding: 24px;
}
.white-boxes .section-footer {
    margin-top: 24px;
}
.icon-left-content .hic-icon {
    position: absolute;
    width: 80px;
    left: 15px;
    top: 5px;
    text-align: center;
}
.icon-left-content .hic-content {
    padding-left: 95px;
    position: relative;
    text-align: left;
}
.gj-us .sidebar-widget.display-home-form, 
.gj-us .filter-input-standard-features {
    display: none !important;
}
.hic-image-container.has-video .hic-image .video-play-control::before{
	transition: all .25s ease;
	border: 1px solid #fff;
	width: 65px;
	height: 65px;
	font-size: 24px;
}

.video-play-control{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(23, 32, 36, 70%) !important;
}

@media(min-width: 1024px) {
  .gj-us .footer-col-4 {
    text-align: center;
  }
  .icon-left-content .hic-content {
      padding-left: 120px;
  }
  .icon-left-content .hic-icon img {
      width: 100px;
      height: auto;
  }
  .white-boxes .grid-padding-x.section-footer {
    margin-top: 54px;
  }
}
/************************************************
!GJ USA STYLING END
*************************************************/
/**************************
#FRANCHISE STYLING START
**************************/
.small-icons.icon-left-content .hic-icon {
    left: 15px;
    top: -6px;
    text-align: left;
    color: #e00316;
    font-size: 24px;
}
.small-icons.icon-left-content .hic-content {
    padding-left: 56px;
}

.page-element.grey-section .franchises-container {
    background-color: #FFF;
    padding: 24px;
}
table.franchises {  table-layout: fixed; }
table.franchises thead,
table.franchises tbody {
  border-left: none;
  border-right: none;
}
table.franchises tbody tr:nth-child(2n) {
    background-color: #FFF;
}
table.franchises tbody tr {
    border-bottom: 1px solid #f2f2f2;
}
table.franchises thead th {
    font-size: 16px;
    color: #e00215;
}
table.franchises .btn-availability {
  border: 1px solid #e00215;
    background-color: transparent;
    color: #e00215;
    border-radius: 50px;
    margin-bottom: 0;
	min-width: 230px;
}
.franchises .availability.sold .btn-availability {
    background-color: #e00215;
    color: #FFF;
    pointer-events: none;
}
table.franchises .btn-availability:hover {
    background-color: #e00215;
    color: #FFF;
}
.franchises-form_wrapper .gform_required_legend {
  display: none;
}
.franchises-form-element.grey-section .inner-section>.grid-container {
  background-color: #FFF;
}
.franchise-videos.image-above-content .hic-box .hic-content {
    background-color: #FFF;
    padding: 16px;
}
.franchises-form_wrapper .gform_validation_errors { display: none; }
.franchise-videos .hic-title, 
.franchise-videos .hic-title h4,
.franchise-videos .hic-blurb p { margin-bottom: 0; }

.franchises-form .select2 {
  border: 1px solid #000;
  transform: translate(0, -2px);
}
.hero-banner-form .franchises-form .select2 {
    border: none;
}
.modal-element .field-left-modal,
.modal-element .field-right-modal{
  width: 48.5%;
}
.modal-element .field-left-modal {
  float: left;
}
.modal-element .field-right-modal {
  float: right;
}
.gfield.full-width {
  clear: both;
}
.franchises-form .postCodeLookUp {
  border: 1px solid transparent;
}
.postCodeLookUp.label-postcode .select2-selection__placeholder {
  font-size: 0 !important;
  line-height: 1
}
.postCodeLookUp.label-postcode .select2-selection__placeholder:before {
  content: 'Your location (Suburb or Postcode)';
}
.franchises-form_wrapper.gform_wrapper .validation_message {
    margin: -13px 0 8px 1px;
}

.franchises-form .img.gform_ajax_spinner {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  display: block !important;
}
.single-post.become-a-franchise .cta-get-in-touch { display: none !important; }
.single-post.become-a-franchise .cta-get-in-touch.show-for-franchise-category { display: block !important; }

.modal-element .franchises-form .gfield.field-left,
.modal-element .franchises-form .gfield.field-right {
  width: 100%;
}

@media(max-width: 1023px) {
  .gform_wrapper .franchises-form .field-left, .gform_wrapper .franchises-form .field-right {
    width: 100%;
    float: none;
  }
  table.franchises thead {
    display: none;
  }
  table.franchises tbody tr {
    display: flex;
    flex-wrap: wrap;  
  }
  table.franchises tbody td {
    width: 100%;
  }
  table.franchises .btn-availability {
    width: 100%;
  }  
  .page-element.grey-section .franchises-container {
    padding: 16px;
  }
  table.franchises td.region:before {
    content: 'Region: ';    
  }
  table.franchises td.location:before {
    content: 'Location: ';
  }
  table.franchises td.region:before,
  table.franchises td.location:before {
    font-weight: 700;
  }  
  table.franchises td.region {
    padding-bottom: 0;
  }
  table.franchises td.location {
    padding-bottom: 0;
    padding-top: 0;
  }
  .franchises-form-element .inner-section>.grid-container  {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .has-hero-bottom-background-mobile .hero {
      padding-bottom: 50px;
  }
}
.hero-banner-form .gform_wrapper .franchises-form .field-left,
.hero-banner-form .gform_wrapper .franchises-form .field-right{
  width: 100%;
  float: none;
}
@media(min-width: 641px) and (max-width: 1023px) {
  .franchises-form-element.grey-section .inner-section>.grid-container {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .franchises-form textarea[rows] {
    height: 39px;
    min-height: 39px;
    line-height: 1;
  }
}

@media(min-width: 641px) and (max-width: 1023px) {
   .small-icons.icon-left-content .medium-4 .hic-title h4 {
        font-size: 16px;
    } 
}
@media(min-width: 1280px) {
  .page-franchise .hero.form-right .hero-banner-form {
        right: calc((100% - 1251px) / 2);
        width: calc(1285px / 2.5);
    }
}
@media(min-width: 641px) and (max-width: 1023px) {
    .page-franchise .hero.gallery-background-banner .inner-content {
        display: block;
    }
    .page-franchise.subpage .hero-slider {
        height: 300px;   
    }
    .page-franchise .hero.form-right .hero-banner-form {
        position: relative;
        top: auto;
        margin-top: 67px;
        right: auto;
        width: 100%;
    }
    .page-franchise .form-wrapper {
        padding: 34px;
    }
    .page-franchise .page-element:first-child .hic-content {
        width: 100%;
        padding-right: 0;
    }
    .page-franchise .page-element:first-child {
        padding-bottom: 0;
    }
}
@media(min-width: 1024px) {
   .page-franchise .page-element:first-child {
        padding-bottom: 120px;
    }
    .small-icons.icon-left-content .hic-icon {
        font-size: 34px;
        top: -11px;
    }
    .small-icons.icon-left-content .hic-content {
        padding-left: 70px;
    }
    .hero-banner-form .franchises-form input[type=text],
    .hero-banner-form .franchises-form select,
    .hero-banner-form .franchises-form .select2 {
      height: 45px;
    }
    .page-element.grey-section .franchises-container {
      padding: 50px;
    }
    table.franchises tbody td, table.franchises thead th {
      padding: 16px;
    }
    .franchises-form-element .inner-section>.grid-container {
          padding: 50px 30px;
    }
    .franchises-form input[type=text],
    .franchises-form .select2,
    .modal-element .gform_wrapper .select2-container, 
    #dh-lead-form .gform_wrapper .select2-container {
      height: 50px;
    }   
    .postCodeLookUp.label-postcode .select2-selection__placeholder:before {
      font-size: 14px;
    } 
}

@media(min-width: 1024px) and (max-width: 1279px) {
    
    .page-franchise .hero.form-right .hero-banner-form {
        right: 28px;
        width: 387px;
    }
    .page-franchise .split-25-75.page-element:first-child .hic-content {
        width: 60%;
    }
    
}
/**************************
#FRANCHISE STYLING END
**************************/

/************************************************
#BANNER - SOLID COLOUR START
*************************************************/
.banner-solid-colour.grey-banner .hero .bg-image,
.banner-solid-colour.default-banner .hero .bg-image {
  display: none;
}
.banner-solid-colour.grey-banner .hero {
  background-color: #F2F2F2;
}
.banner-solid-colour.grey-banner .hero h1,
.banner-solid-colour.grey-banner .hero .article-header,
.banner-solid-colour.default-banner .hero h1,
.banner-solid-colour.default-banner .hero .article-header {
  color: #000;
}
.banner-solid-colour .hero .article-header {
  font-weight: 400;
}
@media(min-width: 641px) {
  .banner-solid-colour .hero h1 {
    font-size: 32px;
  }
   .banner-solid-colour .hero .grid-container {
    max-width: 580px;
  }
  .banner-solid-colour .hero.short-banner {
      min-height: 200px;
  }
  .banner-solid-colour .hero .article-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}
@media(min-width: 1024px) {
 .banner-solid-colour .hero .grid-container {
    max-width: 650px;
  }
  .banner-solid-colour .hero h1 {
    margin-bottom: 24px;
  }
}
/************************************************
#BANNER - SOLID COLOUR END
*************************************************/
.accordion-content,
.header-left :last-child>.accordion-content:last-child  {
  font-family: 'Montserrat';
}
.header-left .accordion-content,
.header-left :last-child>.accordion-content:last-child {
  border: none;
  padding-left: 0;
}
.content-more-less.expanded:after {
  background: none;
}
.mobile-content-more-less .read-more-trigger {
  font-weight: 400;
}
@media(max-width: 640px) {
  .cta-free-consultation {
    margin-top: 24px;
  }
  .page-template-template-cpt-archive .cell-3 .sidebar-widget.cta-free-consultation {        
    border: 2px solid #DF0215;
    padding: 16px;
    font-family: 'Montserrat';
  }
  .page-template-template-cpt-archive [data-view=grid] .cell-3 .sidebar-widget.cta-free-consultation, 
  .page-template-template-cpt-archive [data-view=list] .cell-3 .sidebar-widget.cta-free-consultation {
    background-color: transparent;
  }
  .page-template-template-cpt-archive [data-listing-app] .cell-3 {
    padding: 0 24px !important;
  }

  .page-template-template-cpt-archive .sidebar-widget.cta-free-consultation h4,
  .page-template-template-cpt-archive .cell-3 .sidebar-widget.cta-free-consultation .hic-blurb {
    color: #000;
  }
  .sidebar-widget.cta-free-consultation .hic-blurb { margin-bottom: 16px; font-weight: 400; }
  .sidebar-widget.cta-free-consultation .button-secondary {
    background-color: #DF0215;
  }

  .modal-body {
    overflow: auto;
    height: auto;
  }
  .modal-body .gform_wrapper {
    overflow: auto;
    height: 100%;
    /* margin-bottom: 80px; */
  }
}
@media(min-width: 1024px) {
  .header-left .inner-section > .grid-container {
    display: flex;
  }
  .header-left .section-title {font-size: 28px;}
  .header-left .section-header,
  .header-left .section-body {
    width: 100%;
  }
  .header-left .section-header {
    max-width: 360px;
  }
  .header-left.default-alignment .section-header {
    text-align: left;
  }
  .header-left .section-body > .cell {
    padding-left: 0;
  }
  .header-left .accordion {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
/************************************************
#PROJECT - STYLING START
*************************************************/
.house-and-land-element .hic-box {
  position: relative;
}
.house-and-land-element .hic-box > .grid-x,
.house-and-land-element .hic-box {
  height: 100%; 
}
.house-and-land-element.grey-section .hic-box {
  background-color: #FFF;
}
.house-and-land-element.page-element.listing-element.page-listing-element:not(.listing-syle-1) .listing-title {
  margin-top: 0;
}
.house-and-land-element .section-body .grid-x > .cell:first-child { padding:18px; }

.house-and-land-element .section-body > .cell {
 margin-bottom: 24px;
}
.house-and-land-element.listing-element .listing-price {  
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 2px 12px;
} 
.house-and-land-element.listing-element .listing-suburb,
.house-and-land-element.listing-element .property-group-meta {
  margin-top: 8px;
}
.house-and-land-element.listing-element .button-group {
  margin-top: 16px;
  margin-bottom: 0;
}
.house-and-land-element.listing-element .img-slide,
.house-and-land-element.listing-element .listing-image,
.house-and-land-element.listing-element .listing-image-wrapper {
  height: 100%;
}
.project-element.grey-boxes .hic-content {
  padding: 16px;
}
.project-element.grey-boxes .hic-title a { color: #000; }
.project-element .hic-title a {
  font-family: 'Montserrat';
  font-size: 20px;
}
.project-element .hic-content .hic-button-wrap { margin-top:16px; }
.project-element .hic-content .hic-button-wrap .button { margin-bottom:0; }
.project-element .section-body > .cell {
  margin-bottom: 24px;
}
.project-element.default-alignment .pagination { justify-content:center; }
.pagination a, .pagination span { font-family: 'PT-Serif';  }
.page-elements .pagination a:not(.button) { color: #000; }

.page-element.listing-element .grid-padding-x>.cell,
.project-element .grid-padding-x.section-body>.cell{
  padding: 0 14px;
}
@media(max-width: 1023px) {
  .house-and-land-element .hic-box .grid-x .cell:first-child {
    order: 2;
  }
  .house-and-land-element .hic-box .grid-x .cell:last-child {
    order: 1;
  }
}
@media(min-width: 641px) and (max-width: 1023px) {
    .house-and-land-element .hic-box .grid-x .cell:first-child {
      width: 100%;
    }
}
/************************************************
#PROJECT - STYLING END 
*************************************************/

/************************************************
#OFFICE LISTING - START 
*************************************************/
.office-listing-accordion .accordion-content ul {
  list-style: none;
  margin: 0;
}
.office-listing-accordion .accordion-content li a {
  color: #000;
}
.office-listing-accordion .accordion-content li a:hover {
  color: #e00015;
}
/************************************************
!OFFICE LISTING - END 
*************************************************/


/************************************************
#SINGLE OFFICE - START 
*************************************************/
.single-office .hero .hero-btn-wrap a {
  color: #fff;
}
.single-office.hide-prefix .hero .page-title .title-prefix,
.single-office.hide-prefix .office-details .listing-cta-buttons,
.single-office.hide-prefix .office-details .logo {
  display: none;
}
/************************************************
!SINGLE OFFICE - END 
*************************************************/

/************************************************
#AU SINGLE OFFICE - START 
*************************************************/
@media (max-width: 1023px) {
  .single-office.gj-au .hero .hero-btn-wrap {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-au .hero .hero-btn-wrap {
    margin-left: calc(33.33% + 16px);
  }
}
/************************************************
!AU SINGLE OFFICE - END 
*************************************************/

/************************************************
#US SINGLE OFFICE - START 
*************************************************/
/* Hero - Start */
.single-office.gj-us .hero {
  height: calc(100vh - 240px - 168px);
}
.single-office.gj-us .hero .inner-content {
  align-items: flex-start;
  text-align: center;
}
.single-office.gj-us .hero .hero-banner-message h1, .single-office.gj-us .hero .article-header .page-title {
  margin-left: 0;
  font-size: 30px;
}
.single-office.gj-us .hero .hero-btn-wrap {
  margin-top: 20px;
}
.single-office.gj-us .hero .hero-btn-wrap .button {
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 18px;
  margin: 0;
  color: #fff;
}
@media (min-width: 641px) {
  .single-office.gj-us .hero .hero-btn-wrap .button {
    font-size: 24px;
  }
  .single-office.gj-us .hero .article-header.with-button:not(.with-award) {
    height: auto;
  }
  .single-office.gj-us .hero .hero-banner-message h1, .single-office.gj-us .hero .article-header .page-title {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-us .hero .hero-banner-message h1, .single-office.gj-us .hero .article-header .page-title {
    font-size: 85px;
  }
}
/* Hero - End */

/* Hero with Video Background - START*/
.single-office.gj-us .video-background-banner .hero-video-banner {
  overflow: hidden;
}
.single-office.gj-us .video-background-banner .hero-video-button {
  display: none;
}
.single-office.gj-us .video-background-banner .inner-content {
  justify-content: flex-start;
}
.single-office.gj-us .video-background-banner .flex-video, .single-office.gj-us .video-background-banner .responsive-embed {
  position: unset;
  margin: 0;
  height: auto;
  padding: 0;
  overflow: unset;
}
.single-office.gj-us .video-background-banner .video-wrap {
  display: block !important;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-office.gj-us .video-background-banner .bg-video {
  overflow: hidden;
}
.single-office.gj-us .video-background-banner .hero-banner-message {
  padding: 60px 0;
  width: 100%;
}
@media(max-width: 640px) {
  .single-office.gj-us .video-background-banner .video-wrap {
    width: 360% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .single-office.gj-us .video-background-banner .video-wrap {
    width: 300%;
    left: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .single-office.gj-us .video-background-banner .video-wrap {
    height: 300%;
    top: -100%;
  }
}
/* Hero with Video Background - END*/

/* Rating - Start */
.single-office.gj-us .office-rating {
  padding: 30px 0;
}
.single-office.gj-us .office-rating .hic-title h4 {
  font-size: 18px;
}
.single-office.gj-us .office-rating .rating-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}
.single-office.gj-us .office-rating .rating-widget-score {
  font-size: 50px;
  font-weight: 700;
}
.single-office.gj-us .office-rating .rating-widget-details {
  font-size: 20px;
}
.single-office.gj-us .office-rating .rating-widget-details::before {
  content: '';
  background-image: url(https://cloud.hicaliber.io/real-estate/assets/images/rea_stars.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 145px;
  height: 25px;
  display: block;
}
@media (min-width: 1024px) {
  .single-office.gj-us .office-rating .hic-title h4 {
    font-size: 28px;
  }
}
/* Rating - Start */

/* Build Steps - Start */
.single-office.gj-us .build-steps-element .section-title {
  font-size: 30px;
}
.single-office.gj-us .build-steps-element .checklist {
  font-size: 30px;
  margin-top: 20px;
}
.single-office.gj-us .build-steps-element .checklist.numeric.round > li {
  margin-bottom: 25px;
  display: flex;
  align-items: baseline;
  font-family: 'PT-Serif';
  font-weight: 700;
}
.single-office.gj-us .build-steps-element .checklist.numeric.round > li::before {
  background-color: #e00015;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  margin-right: 25px;
  font-family: 'PT-Serif';
}
.single-office.gj-us  .has-video .hic-image .vpv-container .video-play-control {
  background-color: #e00015 !important;
}
.single-office.gj-us  .has-video .hic-image .vpv-container .video-play-control::before {
  border: none;
}
.single-office.gj-us .build-steps-element .hic-button-wrap {
  text-align: center;
}
.single-office.gj-us .build-steps-element .hic-button-wrap .button {
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 22px;
}
@media (max-width: 640px) {
  .single-office.gj-us .build-steps-element .checklist.numeric.round > li {
   font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-us .build-steps-element .section-title {
    font-size: 55px;
  }
  .single-office.gj-us .build-steps-element .checklist {
    column-count: 2;
  }
}
/* Build Steps - End */

/* Real Home - Start */
.single-office.gj-us .real-home-section h4 {
  font-size: 28px;
}
.single-office.gj-us .real-home-section .hic-blurb {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .single-office.gj-us .real-home-section h4 {
    font-size: 42px;
  }
  .single-office.gj-us .real-home-section .hic-blurb {
    font-size: 18px;
  }
  .single-office.gj-us .real-home-section .hic-image::before {
    padding-top: 50%;
  }
}
/* Real Home - End */

/* Testimonials - Start */
.single-office.gj-us .office-testimonials-section .section-title {
  font-size: 30px;
}
.single-office.gj-us .office-testimonials-section.carousel {
  padding: 50px 0;
}
.single-office.gj-us .office-testimonials-section .testimonial-slides-wrap {
  display: flex;
}
@media (max-width: 640px) {
  .single-office.gj-us .testimonials.office-testimonials-section .testimonial,
  .single-office.gj-us .office-testimonials-section .slick-slider {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-us .office-testimonials-section .section-title {
    font-size: 42px;
  }
}
/* Testimonials - End */

/* GJ Way - Start */
.single-office.gj-us .gj-way-element .section-title {
  font-size: 42px;
  margin-bottom: 0;
}
.single-office.gj-us .gj-way-element .hic-icon {
  margin-bottom: 10px;
}
.single-office.gj-us .gj-way-element .hic-icon img {
  width: 60px;
  height: 60px;
}
.single-office.gj-us .icon-above-content .hic-title,
.single-office.gj-us .icon-left-content .hic-title {
  border-bottom: 5px solid #172024;
}
.single-office.gj-us .gj-way-element .hic-title h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-office.gj-us .gj-way-element .hic-content .hic-blurb {
  font-size: 16px;
}
.single-office.gj-us .gj-way-element .button {
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 22px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-office.gj-us .gj-way-element .cell.medium-4 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-us .gj-way-element .section-title {
    margin-bottom: 60px;
  }
  .single-office.gj-us .gj-way-element .hic-icon img {
    width: 100px;
    height: 100px;
  }
  .single-office.gj-us .gj-way-element .hic-title h4 {
    font-size: 30px;
  }
  .single-office.gj-us .gj-way-element .hic-content .hic-blurb {
    font-size: 22px;
  }
}
/* GJ Way - End */

/* Why Build - Start */
.single-office.gj-us .why-build-custom-element .section-title {
  font-size: 30px;
}
.single-office.gj-us .why-build-custom-element .hic-title h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.single-office.gj-us .why-build-custom-element .hic-blurb {
  font-size: 14px;
}
.single-office.gj-us .why-build-custom-element .hic-blurb img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.single-office.gj-us .why-build-custom-element .hic-title {
  margin-bottom: 5px;
  border: none;
}
.single-office.gj-us .why-build-custom-element .hic-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #172024;
}
@media (min-width: 1024px) {
  .single-office.gj-us .why-build-custom-element .section-title {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .single-office.gj-us .why-build-custom-element.icon-left-content .hic-content {
    padding-left: 75px;
  }
  .single-office.gj-us .why-build-custom-element.icon-left-content .hic-icon {
    left: 0;
  }
}
@media (min-width: 641px) {
  .single-office.gj-us .why-build-custom-element .section-title {
    margin-bottom: 30px;
  }
  .single-office.gj-us .why-build-custom-element .hic-title h4 {
    font-size: 24px;
  }
  .single-office.gj-us .why-build-custom-element .hic-blurb {
    font-size: 22px;
  }
}
/* Why Build - End */

/* Office Details - Start */
.single-office.gj-us .office-details {
  margin-top: 0;
}
/* Office Details - End */

/* Home Builders - Start */
.single-office.gj-us .home-builders-element .content-more-less h4:not(.section-title) {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-office.gj-us .home-builders-element .content-more-less.expanded {
  max-height: 100% !important;
}
.single-office.gj-us .office-faqs-element {
  padding-top: 30px;
}
.single-office.gj-us .office-faqs-element .section-title {
  font-size: 42px;
}
.single-office.gj-us .office-faqs-element .grid-container {
  max-width: 100%;
}
.single-office.gj-us .office-faqs-element .hic-content {
  font-size: 16px;
  font-weight: 500;
}
.single-office.gj-us .office-faqs-element .hic-content .hic-title h4 {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  display: block;
  max-width: fit-content;
  border-bottom: 2px solid #172024;
  font-family: 'PT-Serif';
  padding-bottom: 5px;
}
.single-office.gj-us .office-faqs-element .hic-content .hic-title h4::before {
  content: "Q:";
  color: #e00015;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .single-office.gj-us .home-builders-element .content-more-less .section-title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .single-office.gj-us .home-builders-element {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .single-office.gj-us .office-faqs-element .hic-content .hic-title h4 {
    font-size: 26px;
  }
  .single-office.gj-us .office-faqs-element .hic-content {
    font-size: 20px;
  }
}
/* Home Builders - End */

/* Team - Start */
.single-office.gj-us .team-element {
  padding-top: 0;
}
/* Team - End */
/************************************************
!US SINGLE OFFICE - END
*************************************************/

.light-section, .light-section p, .light-section .section-title, .light-section h4 {
  color: #172024;
}

@media (max-width: 767px) {
  body.admin-bar:not(.scrolled) .header {
    top: 46px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  body.admin-bar:not(.scrolled) .header {
    top: 32px;
  }
}

/************************************************
#FRANCHISE PAGE V2 - STYLING START 
*************************************************/
.page-element.row-fluid .cell {
  padding: 0;
}
.page-franchise {
  font-family: 'Montserrat';
}
.page-franchise h1, .page-franchise h2,
.page-franchise h3, .page-franchise h4 {
  font-weight: 400;
}
.page-franchise .button {
  font-family: 'Montserrat';
  font-weight: 400;
}
.page-franchise.default-width .grid-container,
.page-franchise.default-width .grid-container {
  max-width: 1440px;
}

/* Hero - Start */
.franchise-hero-section h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: -0.16px;
}
.franchise-hero-section h1 {
  font-size: 80px;
  line-height: 1.1;
  max-width: 900px;
}
.franchise-hero-section.default-alignment .section-footer {
  margin-top: 22px;
}
.franchise-hero-section.default-alignment .section-footer .button-wrapper {
  text-align: left;
}
.franchise-hero-section.default-alignment .section-footer .button {
  background-color: transparent;
  color: #1D2529;
  border: 1px solid #1D2529;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 38px;
}
@media (min-width: 641px) {
  .franchise-hero-section.default-alignment .section-footer {
    margin-top: 42px;
  }
}
@media (min-width: 768px) {
  .franchise-hero-section.default-alignment .section-footer .button-wrapper {
    display: flex;
    column-gap: 25px;
  }
}
@media (min-width: 1024px) {
  .franchise-hero-section h1 {
    font-size: 120px;
  }
  .franchise-hero-section.default-alignment .section-footer {
    margin-top: 92px;
  }
}
/* Hero - End */

/* About - Start */
.franchise-about-section .hic-box .hic-title h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.franchise-about-section .hic-image::before {
  padding-top: 80%;
}
.franchise-about-section .hic-blurb p:first-of-type {
  /* font-size: 16px; */
  font-weight: 500;
}
@media (max-width: 640px) {
  .franchise-about-section .hic-box .hic-title h4 {
    margin-top: 30px;
  }
}
@media (min-width: 641px) {
  .franchise-about-section .hic-box .hic-title h4 {
    font-size: 50px;
  }
  .franchise-about-section .hic-box .hic-title h4 {
    margin-bottom: 47px;
  }
}
/* @media (min-width: 1024px) {
  .franchise-about-section .hic-blurb p:first-of-type {
    font-size: 23px;
  }
} */
/* About - End */

/* Franchise Register - Start */
.franchise-register-section.page-element .section-header {
  text-align: left;
}
.franchise-register-section .section-title {
  font-size: 30px;
}
.franchise-register-section .gform_fields .gfield_label {
  display: none;
}
.franchise-register-section .gform_fields .gfield .ginput_container input,
.franchise-register-section .gform_fields .gfield .ginput_container select {
  background-color: transparent;
  border-radius: 38px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  padding: 0 25px;
  height: 40px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-register-section .gform_fields .gfield .ginput_container input::placeholder,
.franchise-register-section .gform_fields .gfield .ginput_container select::placeholder {
  color: #000;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-register-section .gform-button {
  background-color: #e00013;
  color: #fff;
  border: 1px solid #e00013;
  padding: 14px 40px;
  font-size: 13px;
  border-radius: 38px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-family: 'Montserrat';
}
@media (min-width: 641px) {
  .franchise-register-section .section-title {
    font-size: 45px;
  }
}
@media(min-width: 768px) {
  .franchise-register-section .grid-container {
    display: flex;
    border: 1px solid;
    border-radius: 12px;
    padding: 40px 30px 30px 30px;
  }
  .franchise-register-section .section-header {
    width: 40%;
  }
  .franchise-register-section .section-header, .franchise-register-section .section-header .sub-heading {
    margin-bottom: 0 !important;
  }
  .franchise-register-section .section-body {
    width: 60%;
  }
  .franchise-register-section .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
  }
  .franchise-register-section .gform_fields .gfield {
    width: 48%;
  }
}
/* Franchise Register - End */

/* Icons - Start */
.franchise-icons-section .section-title {
  font-size: 30px;
  text-align: left;
}
.franchise-icons-section .section-body {
	padding: 0 19px;
}
.franchise-icons-section .section-body .cell {
	padding: 0 5px;
}
.franchise-icons-section .hic-box {
  border-radius: 12px;
}
.franchise-icons-section .hic-box:hover {
  background-color: #172024;
}
.franchise-icons-section .hic-box:hover .hic-title h4 {
  color: #fff;
}
.franchise-icons-section .hic-box:hover img {
  filter: brightness(0) invert(1);
}
.franchise-icons-section .hic-box:hover .hic-blurb {
  display: block;
}
.franchise-icons-section .hic-box .hic-title h4 {
  font-size: 17px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-icons-section .hic-box .hic-content {
  padding: 15px 0;
}
.franchise-icons-section .hic-box .hic-blurb {
  display: none;
  position: absolute;
  z-index: 2;
  width: 300px;
  background-color: #fff;
  box-shadow: -5px 6px 8px 0 rgba(0, 0, 0, 0.23);
  padding: 20px;
  border-radius: 20px;
  text-align: left;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.franchise-icons-section .hic-box .hic-blurb h3 {
  font-size: 30px;
}
.franchise-icons-section .hic-box .hic-content .hic-title {
  padding: 10px 25px 0 25px;
  min-height: 47.38px
}
@media (max-width: 640px) {
  .franchise-icons-section .hic-box .hic-content {
    position: relative;
  }
  .franchise-icons-section .hic-box .hic-blurb {
    top: -50%;
  }
}
@media (min-width: 641px) {
  .franchise-icons-section .section-title {
    font-size: 45px;
  }
  .franchise-icons-section .hic-box .hic-blurb {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media(min-width: 768px) {
  .franchise-icons-section .hic-box .hic-blurb {
    width: 610px;
  }
}
/* Icons - End */

.franchise-better-builders-section img {
  max-height: 800px;
  object-fit: cover;
}

/* Video Testimonials - Start */
.franchise-testimonial-section .section-title {
  font-size: 30px;
}
.franchise-testimonial-section .section-title span {
  display: block;
  color: #1A1818;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-testimonial-section.image-overlay-content-centered .hic-box .hic-content {
  top: unset;
  display: block;
  height: auto;
  margin: 0;
  text-align: left;
  z-index: 5;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.5));
}
.franchise-testimonial-section.image-overlay-content-centered .hic-box .hic-content .hic-title,
.franchise-testimonial-section.image-overlay-content-centered .hic-box .hic-content h4 {
  margin-bottom: 0;
}
.franchise-testimonial-section.image-overlay-content-centered .hic-box .hic-content h4 {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-testimonial-section.image-overlay-content-centered .hic-box .hic-content .hic-blurb p {
  font-size: 25px;
  font-family: 'PT-Serif';
}
.franchise-testimonial-section .hic-image-container.has-video .hic-image .video-play-control::before {
  border: none;
}
.franchise-testimonial-section .hic-image-container.has-video .hic-image .video-play-control {
  background-color: rgba(255,255,255,0.5) !important;
}
@media (min-width: 641px) {
  .franchise-testimonial-section .section-title {
    font-size: 45px;
  }
}
/* Video Testimonials - End */

/* Testimonials - Start */
.franchise-testimonials-section .slick-dots {
  position: unset;
}
.franchise-testimonials-section .testimonial-main-content .title {
  display: none;
}
.franchise-testimonials-section .testimonial-main-content .hic-blurb p {
  font-size: 20px;
  font-family: 'PT-Serif';
}
.franchise-testimonials-section .testimonial-main-content .client-name,
.franchise-testimonials-section .testimonial-main-content .client-location,
.franchise-testimonials-section .testimonial-main-content .client-location p {
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-testimonials-section.testimonials.page-element .testimonial .hic-box {
  background-color: transparent;
}
@media (min-width: 768px) {
  .franchise-testimonials-section .testimonial-main-content .hic-blurb p {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .franchise-testimonials-section .testimonial-main-content .hic-blurb p {
    font-size: 36px;
  }
}
/* Testimonials - End */

/* Tabs - Start */
.franchise-tabs-section .grid-container {
  max-width: 100%;
}
.franchise-tabs-section .grid-container .section-body > .cell {
  padding: 0;
}
.franchise-tabs-section .hic-box {
  margin-bottom: 0 !important;
  padding: 60px 0;
  cursor: pointer;
  background-color: #fff;
}
.franchise-tabs-section .hic-box .hic-title {
  margin-bottom: 0;
}
.franchise-tabs-section .hic-box .hic-title h4 {
  font-size: 30px;
  margin-bottom: 0;
}
.franchise-tabs-section.default-section .hic-box.active,
.franchise-tabs-section.default-section .hic-box.process.active,
.franchise-tabs-section.default-section .hic-box.locations.active {
  background-color: #FFF;
}
.franchise-tabs-section.default-section .hic-box {
  background-color: #F2F2F2;
}
.franchise-tabs-section.default-section .hic-box.process,
.franchise-tabs-section.default-section .hic-box.locations {
  background-color: #E4E4E4;
}
@media (min-width: 641px) {
  .franchise-tabs-section .hic-box .hic-title h4 {
    font-size: 40px;
  }
}
/* Tabs - End */

/* Tabs Content - Start */
.franchise-tabs-content-section .hic-box:not(.active) {
  display: none;
}
.franchise-tabs-content-section .hic-box .hic-title h4 {
  font-size: 28px;
  margin-bottom: 0px;
}
.franchise-tabs-content-section .hic-box .hic-image::before {
  padding-top: 100%;
}
.franchise-tabs-content-section hr {
  max-width: 100%;
}
.franchise-tabs-content-section .our-history .hic-blurb p:first-of-type,
.franchise-tabs-content-section .our-culture .hic-blurb p:first-of-type {
  /* font-size: 16px; */
  font-weight: 500;
}
@media (max-width: 640px) {
  .franchise-tabs-content-section .hic-box .hic-title h4 {
    margin-top: 30px;
  }
  .franchise-tabs-content-section .hic-box .hic-blurb {
    padding-top: 0 !important;
  }
}
@media (min-width: 641px) {
  .franchise-tabs-content-section .hic-box .hic-title h4 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
/* @media (min-width: 1024px) {
  .franchise-tabs-content-section .our-history .hic-blurb p:first-of-type,
  .franchise-tabs-content-section .our-culture .hic-blurb p:first-of-type {
    font-size: 23px;
  }
} */
/* Tabs Content - End */

/* Franchise Blogs - Start */
.franchise-blogs-section .section-title {
  font-size: 30px;
}
.franchise-blogs-section .section-footer .button {
  background-color: transparent;
  color: #172024;
  border: 1px solid #172024;
  padding: 14px 40px;
  font-size: 13px;
  border-radius: 38px;
  display: inline-block;
  text-transform: uppercase;
}
.franchise-blogs-section.recent-posts .hic-box {
  background-color: transparent;
}
.franchise-blogs-section.recent-posts .hic-box .hic-content {
  padding: 12px 0;
}
.franchise-blogs-section.recent-posts .article-header .hic-title {
  font-size: 22px;
  margin-top: 0;
  font-family: 'PT-Serif';
}
@media (min-width: 641px) {
  .franchise-blogs-section .section-title {
    font-size: 36px;
  }
  .franchise-blogs-section.recent-posts .article-header .hic-title {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .franchise-blogs-section.header-left .section-title {
    max-width: 285px;
  }
}
/* Franchise Blogs - End */

/* Process & Locations - Start */
.process-section:not(.active),
.locations-section:not(.active) {
  display: none;
}
.process-section .section-title {
  font-size: 30px;
  text-align: left;
}
.process-section .section-body {
  counter-reset: step;
}
.process-section .section-body .cell {
  counter-increment: step;
}
.process-section .hic-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgb(151, 151, 151, 0.2);
}
.process-section .hic-box::after {
  content: "Step "counter(step);
  right: 0;
  bottom: 16px;
  font-size: 13px;
  background-color: #F4F2F0;
  padding: 6px 15px;
  border-radius: 20px;
  white-space: nowrap;
  margin-top: 15px;
}
.process-section .hic-box .hic-title h4 {
  font-size: 30px;
}
.process-section .hic-box .hic-blurb p {
  font-size: 16px;
}
.locations-section .franchises-container > h3 {
  font-size: 30px;
  margin-bottom: 40px !important;
}
.locations-section table thead {
  display: none;
}
.locations-section table .region,
.locations-section table .location {
  font-size: 20px;
  font-family: 'PT-Serif';
}
.locations-section table .availability .button {
  font-size: 16px;
}
@media (max-width: 640px) {
  .locations-section table .availability .button {
    width: auto;
  }
}
@media (min-width: 641px) {
  .process-section .section-title {
    font-size: 45px;
  }
  .process-section .hic-box {
    align-items: flex-end;
  }
  .process-section .hic-box::after {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .process-section .hic-box .hic-title h4 {
    font-size: 40px;
  }
  .process-section .hic-box .hic-blurb p {
    font-size: 16px;
  }
  .locations-section .franchises-container > h3 {
    font-size: 45px;
    margin-bottom: 60px !important;
  }
  .locations-section table .region,
  .locations-section table .location {
    font-size: 26px;
  }
  .locations-section table .availability {
    text-align: right;
  }
}
/* Process & Locations - End */

/* Franchise Enquire - Start */
.franchise-enquire-section .hic-title {
  margin-bottom: 50px;
}
.franchise-enquire-section .hic-title h4 {
  font-size: 30px;
  color: #fff;
}
.franchise-enquire-section .hic-title span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-enquire-section .gform_fields .gfield_label {
  display: none;
}
.franchise-enquire-section .gform_fields .gfield .ginput_container input,
.franchise-enquire-section .gform_fields .gfield .ginput_container select {
  background-color: transparent;
  border-radius: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 0 25px;
  height: 40px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-enquire-section .gform_fields .gfield .ginput_container select option {
  color: #172024;
}
.franchise-enquire-section .gform_fields .gfield .ginput_container input::placeholder,
.franchise-enquire-section .gform_fields .gfield .ginput_container textarea::placeholder,
.franchise-enquire-section .gform_fields .gfield .ginput_container select::placeholder
 {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-enquire-section .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 13px;
  padding: 15px 25px;
  font-family: 'Montserrat';
  font-weight: 400;
  min-height: 300px;
}
.franchise-enquire-section .gform_button {
  background-color: #fff;
  color: #1A1818;
  border: 1px solid #fff;
  padding: 14px 40px;
  font-size: 13px;
  border-radius: 38px;
  display: inline-block;
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 700;
}
.franchise-enquire-section .gform_button:hover {
  color: #fff;
  border: 1px solid #e00013;
}
.franchise-enquire-section .hic-content {
  padding: 30px;
}
@media (min-width: 641px) {
  .franchise-enquire-section .hic-title h4 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .franchise-enquire-section .hic-title {
    max-width: 810px;
  }
  .franchise-enquire-section .hic-content {
    padding: 40px 105px !important;
  }
  .franchise-enquire-section .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
  }
  .franchise-enquire-section .gform_fields .gfield.gfield-third {
    width: 31.33%;
  }
  .franchise-enquire-section .gform_fields .gfield.gfield-half {
    width: 48%;
  }
  .franchise-enquire-section .gform_fields .gfield.gfield-left-half {
    width: 31.33%;
  }
  .franchise-enquire-section .gform_fields .gfield.gfield-right-half {
    width: 65.66%;
  }
  .franchise-enquire-section .gform_fields .gfield.gfield-full {
    width: 100%;
  }
}
/* Franchise Enquire - End */

/* Franchise FAQs - Start */
.franchise-faqs-section .section-title {
  font-size: 30px;
}
.franchise-faqs-section.default-alignment .section-title {
  text-align: left;
}
.franchise-faqs-section .accordion {
  background-color: transparent;
}
.franchise-faqs-section .accordion .accordion-title {
  border: none;
  padding: 20px 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(176,160,145, 0.2);
  font-family: 'Montserrat';
  font-weight: 400;
}
.franchise-faqs-section .accordion .accordion-title::before {
  color: #B0A091;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  font-weight: 400;
}
.franchise-faqs-section .accordion .accordion-content {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  font-family: 'Montserrat';
}
@media (min-width: 641px) {
  .franchise-faqs-section .section-title {
    font-size: 45px;
  }
  .franchise-faqs-section .accordion .accordion-title {
    font-size: 25px;
  }
}
/* Franchise FAQs - End */

/* US - Start */
.gj-us .process-section .section-title {
  text-align: center;
}
@media (min-width: 641px) {
  .gj-us .process-section .section-body .hic-box .hic-title h4 {
    font-size: 35px;
  }
}

/* US - End */
/************************************************
#FRANCHISE PAGE V2 - STYLING END 
*************************************************/

/************************************************
#TESTIMONIALS ELEMENT - STYLING START 
*************************************************/
.page-element.testimonials.slick-slider {margin-bottom: 0;}
.page-element.testimonials .testimonial {margin-bottom: 30px;}
.page-element.testimonials .testimonial .hic-box {
    background-color: #fff;
    padding: 18px 24px;
    position: relative;
}
.page-element.testimonials.split-25-75 .testimonial .hic-image-container {
    width: 50px;
}
.page-element.testimonials.split-25-75 .testimonial .hic-content {
    width: calc(100% - 50px);
}
.page-element.testimonials.image-left-content .testimonial .hic-content {padding-left: 24px;}
.page-element.testimonials.image-left-content .testimonial .hic-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

@media (min-width: 1024px) {
	.page-element.testimonials.split-25-75 .testimonial .hic-image-container {
    width: 70px;
}
.page-element.testimonials.split-25-75 .testimonial .hic-content {
    width: calc(100% - 70px);
}
.page-element.testimonials.image-left-content .testimonial .hic-image {
    height: 70px;
    width: 70px;
}
}

@media (min-width: 640px) {
.page-element.testimonials.image-left-content.split-25-75 .hic-box {
    display: -ms-flexbox;
    display: flex;
}
}
/************************************************
#TESTIMONIALS ELEMENT - STYLING END 
*************************************************/

/************************************************
#BANNER MOBILE MORE LESS - STYLING START 
*************************************************/
@media (max-width: 586px) {
  .search-sticky-top {
    top: 130px;
  }
}
@media (max-width: 640px) and (min-width: 587px) {
  .search-sticky-top {
    top: 117px;
  }
}
@media (max-width: 640px) {
  .search-sticky-top {
    position: fixed !important;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 15px !important;
    box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
  }
  /* .banner-mobile-more-less.logged-in.with-top-header .off-canvas-content {
    padding-top: 130.33px;
  }
  .banner-mobile-more-less .hero.short-banner {
    min-height: auto;
  }
  .banner-mobile-more-less .article-header {
    padding: 30px 0;
  }
  .banner-mobile-more-less .article-header .cell div {
    transition: .5s all;
  }
  .banner-mobile-more-less .article-header .cell div:not(.expanded) {
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: .5s all;
  }
  .banner-mobile-more-less .article-header .cell div:not(.expanded)::after {
    height: 100px;
    background: linear-gradient( 180deg ,hsla(0,0%,100%,0),#f2f2f2 50%);
    content: '';
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
  }
  .banner-mobile-more-less .article-header .banner-more-trigger:not(.expanded)::before {
    content: "more...";
  }
  .banner-mobile-more-less .article-header .banner-more-trigger.expanded::before {
    content: "less...";
  }
  .banner-mobile-more-less .article-header .banner-more-trigger {
    color: #e53f49;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
  } */
  
}
/************************************************
#BANNER MOBILE MORE LESS - STYLING END 
*************************************************/

/************************************************
#CONTACT FORM ELEMENT - STYLING START 
*************************************************/
@media(max-width: 640px) {
  .contact-form-element .section-title {
    font-size: 28px;
  }
}
/************************************************
!CONTACT FORM ELEMENT - STYLING END 
*************************************************/

/************************************************
#HERO VIDEO - STYLING START 
*************************************************/
@media (max-width: 1023px) {
	.home .video-wrap {
		display: none;
	}
	#feel-the-joy-building {
		padding-top: 0;
	}
}
/************************************************
!HERO VIDEO - STYLING END 
*************************************************/

/************************************************
!DISPLAY HOMES FOR SALE - STYLING START 
*************************************************/
/*General - Start */
.page-display-homes-for-sale .grid-padding-x>.cell {
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .page-display-homes-for-sale .grid-container {
    max-width: 85%;
  }
}
/*General - End */

/*Contact - Start */
.dhfs-contact-section ul.check {
  list-style: none;
  margin: 0;
}
.dhfs-contact-section ul.check li {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.dhfs-contact-section ul.check li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dhfs-contact-section ul.check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #e00015;
  font-size: 30px;
}
.dhfs-investment-journey-section ol.numbers {
  counter-reset: number;
  list-style: none;
  margin: 0;
}
.dhfs-investment-journey-section ol.numbers li {
  counter-increment: number;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.dhfs-investment-journey-section ol.numbers li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dhfs-investment-journey-section ol.numbers li::before {
  content: counter(number);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e00015;
  color: #fff;
  padding: 20px;
}
.dhfs-contact-section .section-body > .cell:first-of-type h2, 
.page-display-homes-for-sale .section-title {
  font-size: 30px;
}
.dhfs-contact-section .section-body .gform_wrapper {
  background-color: #172024;
  z-index: 3;
  padding: 30px 30px;
}
.dhfs-contact-section .section-body .gform_wrapper .gform_button {
  width: 100%;
}
.dhfs-contact-section .section-body .gform_wrapper h3 {
  font-size: 24px;
}
.dhfs-contact-section .section-body > .cell:last-of-type,
.dhfs-contact-section .section-body .gform_wrapper label,
.dhfs-contact-section .section-body .gform_wrapper h3 {
  color: #fff;
}
@media (min-width: 641px) {
  .dhfs-contact-section .section-body > .cell:first-of-type h2, 
  .page-display-homes-for-sale .section-title {
    font-size: 34px;
  }
  .dhfs-contact-section .section-body .gform_wrapper {
    padding: 30px 50px;
  }
}
@media (min-width: 1024px) {
  .dhfs-contact-section {
    padding-bottom: 0;
  }
  .dhfs-contact-section .section-body > .cell:first-of-type {
    width: 60%;
  }
  .dhfs-contact-section .section-body > .cell:last-of-type {
    position: relative;
    top: -250px;
    width: 40%;
    z-index: 5;
  }
  .dhfs-contact-section .section-body .gform_wrapper h3 {
    font-size: 32px;
  }
}
/*Contact - End */

/*FAQs - Start */
.dhfs-faqs-section .accordion-title {
  font-size: 20px;
}
.dhfs-faqs-section .accordion-item .accordion-content {
  font-family: 'Montserrat';
}
.dhfs-faqs-section .accordion-item .accordion-content ol {
  margin-bottom: 10px;
}
/*FAQs - End */


/*Blogs - Start */
.dhfs-blogs-section .section-title {
  font-size: 30px;
}
.dhfs-blogs-section .section-footer .button {
  background-color: transparent;
  color: #172024;
  border: 1px solid #172024;
  padding: 14px 40px;
  font-size: 13px;
  border-radius: 38px;
  display: inline-block;
  text-transform: uppercase;
}
.dhfs-blogs-section.recent-posts .hic-box {
  background-color: transparent;
}
.dhfs-blogs-section.recent-posts .hic-box .hic-content {
  padding: 12px 0;
}
.dhfs-blogs-section.recent-posts .article-header .hic-title {
  font-size: 22px;
  margin-top: 0;
  font-family: 'PT-Serif';
}
@media (min-width: 641px) {
  .dhfs-blogs-section .section-title {
    font-size: 36px;
  }
  .dhfs-blogs-section.recent-posts .article-header .hic-title {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .dhfs-blogs-section.header-left .section-title {
    max-width: 285px;
  }
}
/*Blogs - Start */
/************************************************
!DISPLAY HOMES FOR SALE - STYLING END 
*************************************************/

/************************************************
#KNOCKDOWN REBUILD PAGE - STYLING START 
*************************************************/
/* General */
.header-mb-0 .section-header {
  margin-bottom: 0 !important;
}
.checklist-round ul {
  list-style: none;
  margin-left: 0;
}
.checklist-round ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e00015;
  margin-right: 10px;
}
/* General */

/* Hero Section */
.knockdown-page .hero .hero-btn-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}
.knockdown-page .hero .hero-btn-wrap a {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .knockdown-page .hero {
    text-align: center;
  }
}
/* Hero Section */

/* Icons Section */
.knockdown-icons-section .grid-container .section-header {
  max-width: 1240px;
  margin: 0 auto;
}
.knockdown-icons-section .hic-title h4 {
  font-size: 24px;
}
/* Icons Section */

/* Designs Section */
.knockdown-designs-section .property-item,
.knockdown-designs-section .listing-view-button {
  margin-bottom: 0;
}
.knockdown-designs-section .listing-element .property-inner .listing-content {
  background-color: #fff;
  padding: 24px;
}
.knockdown-designs-section .listing-view-button {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  width: 100%;
  margin-top: 15px;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 0;
}
.knockdown-designs-section .listing-view-button::before {
  content: "View Home";
  font-size: 14px;
}
.knockdown-designs-section .listing-view-button:hover {
  color: #fff;
  border-color: #c10012;
}
/* Designs Section */

/* Postcode Section */
.knockdown-postcode-section .inner-section {
  background-color: #e00015;
}
.knockdown-postcode-section .cta-home-finder {
  display: flex;
  align-items: center;
  flex-flow: column;
  row-gap: 20px;
}
.knockdown-postcode-section .cta-home-finder form {
  margin: 0 !important;
}
.knockdown-postcode-section .cta-home-finder form .select2-container {
  width: 200px !important;
}
.knockdown-postcode-section .cta-home-finder h5 {
  margin: 0 !important;
  position: relative !important;
}
@media( min-width: 992px ) {
  .knockdown-postcode-section .cta-home-finder {
    flex-flow: row;
    column-gap: 180px;
  }
  .knockdown-postcode-section .cta-home-finder form .select2-container {
    width: 320px !important;
  }
}
/* Postcode Section */

/* Facades Section */
.home-design-facades-element {
  padding-bottom: 0;
}
.home-design-facades-element .grid-container {
  width: 100%;
  max-width: 100%;
}
.home-design-facades-element .cell {
  padding: 0;
}
.home-design-facades-element .carousel {
  padding: 0;
}
.home-design-facades-element .home-design-facade-image-container.carousel-nav {
  row-gap: 10px;
  margin: 0;
  display: none;
}
.home-design-facades-element .home-design-facade-image-container.carousel-nav .hic-image:not(:first-of-type, :nth-of-type(2), :nth-of-type(3)) {
  display: none;
}
.home-design-facades-element .home-design-facade-image-container.carousel-nav .hic-image-caption {
  display: inline-table;
  padding: 10px;
  font-size: 14px;
}
.home-design-facades-element .home-design-facade-image-container .hic-image {
  width: 100%;
  margin: 0;
}
.home-design-facades-element .home-design-facade-image-container.main-carousel .hic-image-caption {
  bottom: 20px;
  height: auto;
  left: 20px;
  right: unset;
  top: unset;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0, .42);
  width: auto;
  font-size: 16px;
  font-family: 'PT-Serif';
}
.home-design-facades-element .home-design-facade-image-container.main-carousel .slick-prev {
  left: 10px;
}
.home-design-facades-element .home-design-facade-image-container.main-carousel .slick-next {
  right: 10px;
}
.home-design-facades-element .section-header .button {
  display: none;
}
.home-design-facades-element .section-footer .button {
  display: block;
}
.home-design-facades-element .slick-dots {
  display: block;
  position: relative;
  bottom: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .home-design-facades-element .section-body .cell:first-of-type {
    width: 25%;
  }
  .home-design-facades-element .section-body .cell:last-of-type {
    width: 75%;
  }
  .home-design-facades-element .home-design-facade-image-container.carousel-nav {
    padding-right: 10px;
    display: flex;
  }
  .home-design-facades-element .home-design-facade-image-container.main-carousel .hic-image-caption {
    bottom: 30px;
    left: 30px;
    font-size: 24px;
  }
  .home-design-facades-element .section-header .button {
    display: inline-block;
  }
  .home-design-facades-element .section-footer .button,
  .home-design-facades-element .slick-dots {
    display: none !important;
  }
}
/* Facades Section */

/* Steps Section */
.knockdown-steps-section {
  counter-reset: step;
}
.knockdown-steps-section .slick-track {
  padding-top: 50px;
}
.knockdown-steps-section .hic-box {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.knockdown-steps-section .slick-slide {
  min-height: 410px;
}
.knockdown-steps-section .slick-slide:not(.slick-cloned) {
  counter-increment: step;
}
.knockdown-steps-section .hic-box::before {
  content: "Step " counter(step);
  position: absolute;
  background-color: transparent;
  border: 1px solid #e00015;
  color: #e00015;
  top: -50px;
  left: 0;
  padding: 10px 20px;
}
.knockdown-steps-section .slick-current .hic-box::before {
  background-color: #e00015;
  color: #fff;
}
.knockdown-steps-section .hic-box::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc( 100% - 100px );
  background-color: #999999;
  top: -30px;
  right: 0;
}
.knockdown-steps-section .hic-box .hic-title {
  border-bottom: 1px solid #999999;
}
.knockdown-steps-section .slick-dots {
  margin-top: 20px;
}
.knockdown-steps-section .hic-box .hic-blurb.with-view-more {
  height: 100%;
  max-height: 305px;
  position: relative;
  overflow: hidden;
}
.knockdown-steps-section .hic-box .hic-blurb.with-view-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  left: 0;
  height: 50px;
}
.knockdown-steps-section .hic-box .hic-blurb .view-more {
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  z-index: 2;
}
.knockdown-steps-section .hic-box .hic-blurb.with-view-more .view-more {
  /* position: absolute; */
  bottom: 0;
  /* z-index: 2; */
}
@media (min-width: 768px) {
  .knockdown-steps-section .hic-box .hic-title h4 {
    font-size: 24px;
  }
  .knockdown-steps-section .slick-dots {
    margin-bottom: 0;
  }
}
/* Steps Section */

/* Gallery Section */
.knockdown-gallery-section .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.knockdown-gallery-section.gallery {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .knockdown-gallery-section.gallery {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Gallery Section */
/************************************************
!KNOCKDOWN REBUILD PAGE - STYLING END 
*************************************************/

/************************************************
#SUBURB V2 - STYLING START 
*************************************************/
/* General */
.single-suburb.suburb-template-2 .section-header .section-title {
  font-weight: 400;
  font-size: 22px;
}
.single-suburb.suburb-template-2 .section-header .sub-heading {
  font-weight: 400;
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .section-header .section-title {
    font-size: 32px;
  }
}
/* General */

/* Hero */
.single-suburb.suburb-template-2 .suburb-hero.page-banner.default-height {
  min-height: 351px;
}
.single-suburb.suburb-template-2 .suburb-hero.page-banner .page-title {
  text-align: center;
  font-size: 28px;
}
/* .single-suburb.suburb-template-2 .suburb-hero.page-banner .page-title span {
  font-size: 28px;
  display: block;
} */
.single-suburb.suburb-template-2 .suburb-hero.page-banner .inner-content,
.single-suburb.suburb-template-2 .suburb-hero.page-banner .inner-content .article-header {
  align-items: center;
}
.single-suburb.suburb-template-2 .suburb-hero.page-banner .inner-content .article-header {
  padding-bottom: 60px;
}
.single-suburb.suburb-template-2 .suburb-hero.page-banner .inner-content .article-header .page-title {
  transform: none;
  margin: 0;
}
@media (max-width: 640px) {
  .single-suburb.suburb-template-2 .suburb-hero.page-banner .page-title span {
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-hero.page-banner .page-title {
    font-size: 64px;
  }
  /* .single-suburb.suburb-template-2 .suburb-hero.page-banner .page-title span {
    font-size: 64px;
  } */
}
/* Hero */

/* Introduction */
.single-suburb.suburb-template-2 .suburb-introduction-element .section-body {
  row-gap: 30px;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .hic-box {
  align-items: center;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .hic-content {
  padding: 15px;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .cell:nth-child(2n) .hic-image-container {
  order: 1;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .cell:nth-child(2n) .hic-content {
  order: 2;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .hic-content .hic-button-wrap {
  display: flex;
  column-gap: 15px;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .hic-content .hic-button-wrap a {
  width: 100%;
  max-width: 132px;
}
.single-suburb.suburb-template-2 .suburb-introduction-element .content-more-less {
  font-size: 16px;
}
.single-suburb.suburb-template-2 .suburb-introduction-element.grey-boxes .content-more-less:not(.expanded)::after {
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.9) 40%, rgba(242, 242, 242, 1) 100%);
}
.single-suburb.suburb-template-2 .suburb-introduction-element.grey-boxes .read-more-trigger::after {
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 40%, rgba(242, 242, 242, 1) 100%);
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-introduction-element.image-right-content.then-left .hic-content {
    padding: 60px;
  }
}
/* Introduction */

/* Why Choose Us */
.single-suburb.suburb-template-2 .suburb-why-choose-us-element .section-header {
  text-align: center;
  justify-content: center;
}
.single-suburb.suburb-template-2 .suburb-why-choose-us-element .hic-title h3 {
  font-weight: 400;
  font-size: 24px;
}
.single-suburb.suburb-template-2 .suburb-why-choose-us-element .hic-box {
  background-color: #fff;
  border: 1px solid #6A6A6A;
  padding: 15px;
}
/* Why Choose Us */

/* Listings */
.single-suburb.suburb-template-2 .house-land-listings {
  background-color: #F8FCFF;
}
.single-suburb.suburb-template-2 .house-land-listings .property-item {
  padding: 0;
}
.single-suburb.suburb-template-2 .house-land-listings .property-inner {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #00000033;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-content {
  padding: 15px;
  position: relative;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-title {
  display: block;
  margin-top: 0;
  text-shadow: none;
  font-size: 24px;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-price {
  font-size: 20px;
  top: 15px;
  right: 15px;
  background-color: transparent;
  color: #000;
  padding: 0;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-price::before {
  content: "From ";
  font-size: 14px;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-suburb {
  font-size: 16px;
  margin-top: 15px;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .property-group-meta {
  margin-top: 10px;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-address {
  font-weight: 400;
  margin-top: 10px;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-content .button {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  width: 100%;
  color: #000;
  padding: 15px 0;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .listing-content .button:hover {
  background-color: #e00015;
  border-color: #e00015;
  color: #fff;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .section-footer .hic-button-wrap {
  width: 100%;
  margin-bottom: 0;
}
.single-suburb.suburb-template-2 .page-element.house-land-listings .section-footer .button {
  background-color: #172024;
  border-radius: 3px;
  max-width: 214px;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .page-element.house-land-listings .section-footer .button {
    display: none;
  }
}
/* Listings */

/* Why GJ */
.single-suburb.suburb-template-2 .suburb-why-gj-element .hic-box {
  align-items: center;
}
.single-suburb.suburb-template-2 .suburb-why-gj-element ul {
  list-style: none;
  margin: 0;
}
.single-suburb.suburb-template-2 .suburb-why-gj-element ul li {
  position: relative;
  padding-left: 40px;
}
.single-suburb.suburb-template-2 .suburb-why-gj-element ul li::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA4MDFWMTIuMDAwMUMyMS45OTg4IDE0LjE1NjUgMjEuMzAwNSAxNi4yNTQ4IDIwLjAwOTMgMTcuOTgxOUMxOC43MTgyIDE5LjcwOTEgMTYuOTAzMyAyMC45NzI2IDE0LjgzNTQgMjEuNTg0QzEyLjc2NzQgMjIuMTk1NCAxMC41NTczIDIyLjEyMiA4LjUzNDQ3IDIxLjM3NDdDNi41MTE2OCAyMC42Mjc0IDQuNzg0NjUgMTkuMjQ2MiAzLjYxMDk2IDE3LjQzNzJDMi40MzcyNyAxNS42MjgxIDEuODc5NzkgMTMuNDg4MiAyLjAyMTY4IDExLjMzNjRDMi4xNjM1NiA5LjE4NDY3IDIuOTk3MjEgNy4xMzY0MyA0LjM5ODI4IDUuNDk3MThDNS43OTkzNSAzLjg1NzkzIDcuNjkyNzkgMi43MTU0OSA5Ljc5NjE5IDIuMjQwMjVDMTEuODk5NiAxLjc2NTAyIDE0LjEwMDMgMS45ODI0NSAxNi4wNyAyLjg2MDExTTIyIDQuMDAwMTFMMTIgMTQuMDEwMUw5LjAwMDAxIDExLjAxMDEiIHN0cm9rZT0iI0UwMDAxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.single-suburb.suburb-template-2 .suburb-why-gj-element ul li h3 {
  font-weight: 400;
  font-size: 24px;
}
.single-suburb.suburb-template-2 .suburb-why-gj-element ul li p {
  font-size: 16px;
}
@media (max-width: 640px) {
  .single-suburb.suburb-template-2 .suburb-why-gj-element .hic-box {
    display: flex;
    flex-flow: column;
  }
  .single-suburb.suburb-template-2 .suburb-why-gj-element .hic-image-container {
    order: 2;
    margin-top: 20px;
  }
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-why-gj-element ul {
    column-count: 2;
  }
  .single-suburb.suburb-template-2 .suburb-why-gj-element ul li {
    padding: 40px;
  }
}
/* Why GJ */

/* Designs */
.single-suburb.suburb-template-2 .suburb-home-designs-element .property-item {
  margin-bottom: 0;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .property-inner {
  background-color: #fff;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .property-inner .button {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  width: 100%;
  color: #000;
  padding: 15px 0;
  font-size: 0;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .property-inner .button::before {
  content: "View Home Design";
  font-size: 20px;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .property-inner .button:hover {
  background-color: #e00015;
  border-color: #e00015;
  color: #fff;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .section-footer .button {
  margin-bottom: 0;
  width: 100%;
  padding: 15px 0;
  border-radius: 3px;
}
.single-suburb.suburb-template-2 .suburb-home-designs-element .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-home-designs-element .slick-dots,
  .single-suburb.suburb-template-2 .suburb-home-designs-element .section-footer .button {
    display: none !important;
  }
}
/* Designs */

/* About */
.single-suburb.suburb-template-2 .content-with-more-less {
  font-size: 16px;
}
/* About */

/* Testimonials */
.single-suburb.suburb-template-2 .ti-reviews-container-wrapper {
  justify-content: center;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .hic-box {
  padding: 0;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .hic-image-container .hic-image {
  height: auto;
  width: auto;
  border-radius: 0;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .title {
  display: none;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .hic-blurb {
  font-size: 20px;
  font-family: 'PT-Serif';
  font-style: italic;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .client-name {
  font-size: 20px;
  color: #999999;
  font-family: 'PT-Serif';
  font-weight: 400;
}
.single-suburb.suburb-template-2 .suburb-testimonials-element .client-name::before {
  content: "- ";
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-testimonials-element .testimonial .hic-content {
    padding-left: 60px;
  }
  .single-suburb.suburb-template-2 .suburb-testimonials-element .client-name,
  .single-suburb.suburb-template-2 .suburb-testimonials-element .hic-blurb {
    font-size: 28px;
  }
}
/* Testimonials */

/* Map */
.single-suburb.suburb-template-2 .suburb-details-element .hic-box {
  border: 1px solid #C1C1C1;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-title h3 {
  font-size: 36px;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-address {
  font-size: 16px;
  font-family: 'PT-Serif';
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-contact {
  font-size: 24px;
  color: #e00015;
  font-weight: 700;
  margin-top: 15px;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-contact i {
  transform: rotate(90deg);
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-contact .hic-button-wrap {
  margin-top: 15px;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-contact .hic-button-wrap a {
  border-radius: 3px;
  width: 100%;
  max-width: 150px;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-open-hours .hic-open-hours-item {
  display: flex;
  column-gap: 20px;
  font-weight: 700;
  font-family: 'PT-Serif';
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-open-hours .hic-open-hours-item .day {
  max-width: 90px;
  width: 100%;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-map-container iframe {
  width: 100% !important;
  height: 100%;
  display: block;
}
.single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content {
  padding: 30px;
}
@media (max-width: 768px) and (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content .hic-contact .hic-button-wrap a {
    width: auto;
  }
}
@media (max-width: 640px) {
  .single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-map-container iframe {
    height: 210px;
  }
}
@media (min-width: 641px) {
  .single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-content {
    width: 50%;
  }
  .single-suburb.suburb-template-2 .suburb-details-element .hic-box .hic-map-container {
    width: 50%;
    order: 2;
  }
}
/* Map */

/* FAQs */
.single-suburb.suburb-template-2 .suburb-faqs-element .accordion-item .accordion-title {
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.single-suburb.suburb-template-2 .suburb-faqs-element .accordion-item .accordion-content {
  border: none;
  font-size: 16px;
  font-family: 'Montserrat';
}
.single-suburb.suburb-template-2 .suburb-faqs-element .accordion-item .accordion-content p {
  font-weight: 400;
}
@media (max-width: 640px) {
  .single-suburb.suburb-template-2 .suburb-faqs-element .accordion-item .accordion-title {
    font-size: 16px;
  }
}
/* FAQs */
/************************************************
!SUBURB V2 - STYLING END 
*************************************************/

/************************************************
#WON CHANGES - STYLING END 
*************************************************/
/* General */
.grey-dots .slick-dots li.slick-active button:before {
  color: #717171;
}
.grey-dots .slick-dots li button:before {
  opacity: 1;
  color: #C0C0C0;
  font-size: 12px;
}
.grey-button .button {
  background-color: #3C3E41;
  font-family: "Montserrat";
  font-weight: 400;
}
.checklist-round ul {
  list-style: none;
  margin-left: 0;
}
.checklist-round ul li {
  position: relative;
  padding-left: 17px;
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.checklist-round ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e00015;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
.off-canvas .menu .menu-sub-heading a {
  font-weight: 400;
  font-size: 14px !important;
  font-family: 'Montserrat' !important;
}

.second-theme-section {
  background-color: #172024;
  color: #fff;
}
.second-theme-section .section-title {
  color: #fff;
}
.light-button .button,
.light-button .button:hover {
  background-color: #fff;
  color: #000;
}
.listing-full-button .listing-element .button {
  width: 100%;
}
.view-home-link-text .property-item .button {
  font-size: 0;
}
.view-home-link-text .property-item .button::before {
  content: "View Home";
  font-size: 20px;
}
.footer-right .section-footer .button {
  font-size: 18px;
}
.cta-download-brochure .dark-section {
  background-color: #172024;
}
.section-cta.footer-right {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-cta.footer-right .section-title {
  margin: 0;
}
.section-cta.footer-right .section-footer .button {
  margin: 0;
  line-height: 1.3;
}
.section-cta h3 {
  margin-top: 0 !important;
}
.section-cta .button {
  margin: 0;
}
@media (max-width: 640px) {
  .mobile-center {
    text-align: center;
  }
  .section-cta.mobile-center .section-footer {
    margin-top: 0;
  }
  .section-cta.footer-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-cta.footer-right .section-footer .button {
    height: 47px;
  }
  .section-cta.footer-right .section-title {
    font-size: 22px;
    margin: 0;
  }
  .section-cta:not(.cta-layout-1) .button {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .footer-right .grid-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
/* General */

/* Looking Out */
.looking-out-section p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.looking-out-section p i {
  color: #e00015;
  margin-right: 5px;
}
.looking-out-section p i::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
/* Looking Out */

/* Plan */
.plan-section .hic-box {
  align-items: unset !important;
}
.plan-section .hic-blurb {
  font-size: 14px;
}
.plan-section .hic-image {
  background-position: center 0;
}
.plan-section .hic-image::before {
  padding-top: 60%;
}
@media (max-width: 640px) {
  .plan-section .section-body > .cell {
    padding: 0 12px;
  }
  .plan-section.grey-boxes .hic-content {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) {
  .plan-section .hic-content {
    padding: 40px 60px !important;
  }
}
/* Plan */

/* Image Fluid */
@media (max-width: 640px) {
  .image-fluid .section-body > .cell {
    padding: 0;
  }
  .image-fluid .hic-content {
    padding: 0 24px !important;
  }
  .image-right-content.image-fluid.split-50-50 .hic-title {
    margin-top: 20px;
  }
  .image-right-content.image-fluid.split-50-50 .hic-title h4 {
    font-size: 22px;
  }
  .image-fluid:not(.mobile) .hic-content,
  .image-fluid.mobile .hic-image-container {
    display: none;
  }
}
@media (min-width: 641px) {
  .image-fluid.mobile {
    display: none;
  }
  .image-right-content.image-fluid.split-50-50 .hic-box {
    align-items: center;
  }
  .image-right-content.image-fluid.split-50-50 .hic-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-right-content.image-fluid.split-50-50 .hic-image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .image-right-content.image-fluid.split-50-50 .hic-title h4 {
    font-size: 35px;
  }
}
/* Image Fluid */

/* Section View More */
.section-view-more .section-body {
  height: 550px;
  overflow: hidden;
}
.section-view-more .section-body.expanded {
  height: auto;
  overflow: visible;
}
.section-view-more .section-body.expanded .view-more::before {
  content: 'View Less';
  font-size: 16px;
}
.section-view-more .section-body.expanded .view-more {
  font-size: 0;
}
.section-view-more .section-body.expanded .view-more::after {
  font-size: 16px;
  content: '\f077';
}
.section-view-more .section-body:not(.expanded)::after {
  height: 100px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%);
  content: '';
  position: absolute;
  bottom: -42px;
  display: block;
  width: 100%;
}
.section-view-more .view-more {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  cursor: pointer;
}
.section-view-more .view-more::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.custom-box .custom-image-container img {
  width: 100%;
}
@media (max-width: 640px) {
  .section-view-more h2 {
    font-size: 22px;
  }
}
@media (min-width: 641px) {
  .custom-box {
    display: flex;
  }
  .custom-box .custom-content {
    padding-right: 30px;
  }
  .custom-box .custom-image-container,
  .custom-box .custom-content {
    width: 50%;
  }
}
/* Section View More */

/* House Land Packages */
.house-land-cta-card,
.home-design-cta-card {
  background-color: #172024;
  text-align: center;
  padding: 30px 50px;
  margin-bottom: 16px;
}
.house-land-cta-card .heading,
.home-design-cta-card .heading {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.house-land-cta-card .button,
.home-design-cta-card .button {
  margin: 0;
  font-size: 18px;
  width: 100%;
  line-height: 25px;
  padding: 9px 20px;
  max-width: 417px;
}
.home-design-cta-card .button {
  max-width: 182px;
}
.customisation-blurb {
  display: flex;
  margin-bottom: 20px;
}
.customisation-blurb .text {
  margin-right: 10px;
  width: 100%;
}
.customisation-blurb a {
  text-decoration: underline;
}
.customisation-blurb::after {
  content: "";
  background: url('/wp-content/uploads/2025/04/noun-home-love-4752483-1.png');
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-listing-page .banner .group-button .button {
  font-size: 14px;
}
#sc_reveal_id_21 .modal-body,
#sc_reveal_id_14 .modal-body {
  position: relative;
  padding-top: 150px;
}
.modal-header .section-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-header .section-title span {
  font-size: 12px;
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Montserrat";
}
.modal-header .sub-heading {
  font-size: 14px;
  font-weight: 400;
  font-family: "PT-Serif";
  color: #172024;
  margin-bottom: 0;
}
#modal-information {
  background: #E5081E;
  padding: 20px 34px;
  display: flex;
  gap: 15px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
#modal-information .modal-info-content {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
}
#modal-information .modal-info-content b {
  display: block;
  font-weight: 700;
}
.listing-image-container.has-video {
  margin: 30px 0;
}
@media (max-width: 640px) {
  .single-listing-page .banner .group-button .button:not(.btn-download-brochure) {
    margin-bottom: 10px;
  }
  .page-template-template-cpt-archive [data-listing-app="property_type"] [data-view=list] .controls {
    top: 110px;
  }
  .page-house-land-packages #listingWrap .grid-x .card {
    margin-bottom: 16px;
  }
  .home-design-cta-card {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  .modal-header .section-title {
    font-size: 24px;
  }
  .modal-header .section-title span {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .modal-header .sub-heading {
    font-size: 18px;
    font-weight: 700;
  }
  .home-design-cta-card {
    display: none;
  }
  #modal-information .modal-info-content {
    font-size: 16px;
  }
  .house-land-cta-card,
  .home-design-cta-card {
    padding: 30px 60px;
  }
  .house-land-cta-card .heading,
  .home-design-cta-card .heading {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .customisation-blurb {
    justify-content: flex-end;
  }
  .customisation-blurb strong {
    display: block;
  }
  .customisation-blurb .text {
    width: 70%;
  }
}
/* House Land Packages */

/* Home Design */
.page-home-designs .filter-box .filter-container {
  display: flex;
  flex-flow: column;
}
.page-home-designs .filter-box .filter-container > .grid-container:first-of-type {
  order: 2;
  margin-top: 40px;
}
.home-types-filter {
  display: none !important;
}
.home-styles-filter {
  text-align: center;
}
.home-styles-filter .heading {
  margin-bottom: 10px;
  font-size: 14px;
}
.home-styles-filter .button {
  padding: 10px 20px;
  min-width: 241px;
  font-size: 14px;
  line-height: 14px;
}
.home-styles-filter .button::after {
  content: "+";
  margin-left: 12px;
  display: inline-block;
  font-size: 16px;
  line-height: 12px;
}
.hic-modal-card .option-wrap small {
	display: none;
}
#listingWrap .swiper-pagination-bullet:only-child {
  display: none;
}
#listingWrap .featured-designs {
  padding: 30px 20px 0 20px;
  margin-bottom: 30px;
  background-color: #F2F2F2;
}
#listingWrap .featured-designs > .swiper-container {
  width: 100% !important;
  padding-bottom: 10px;
}
#listingWrap .featured-designs > .swiper-container > .swiper-wrapper {
  box-sizing: inherit;
}
#listingWrap .featured-designs > .swiper-container > .swiper-wrapper > .swiper-slide > .card {
  margin-bottom: 0;
}
#listingWrap .featured-designs .swiper-featured-pagination {
  text-align: center;
  margin-top: 10px;
}
#listingWrap .featured-designs .swiper-featured-pagination .swiper-pagination-bullet-active {
  background: #E00015;
}
#listingWrap .featured-designs .download-brochure {
  background: #E00015;
  position: absolute;
  top: 9px;
  right: 10px;
}
#listingWrap .featured-designs .download-brochure a {
  padding: 6px 8px 5px;
  display: block;
}
#listingWrap .featured-designs .download-brochure svg {
  height: 12px;
  width: 12px;
  position: relative;
  top: 2px;
}
#listingWrap .featured-designs .download-brochure span {
  font-family: PT Serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #fff;
  margin-left: 7px;
}
.single-design .cta-download-brochure .card-section {
  padding: 20px;
}
.single-design .cta-download-brochure .card-section .card-content p {
  font-weight: 400;
}
.single-design .cta-download-brochure .card-section .card-img-container img {
	width: 100%;
}
.single-listing-page .float-at-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 100%;
  border-radius: 0;
  padding: 18px;
  left: 0;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  z-index: 9999999;
}
.single-listing-page .float-at-bottom .listing-title {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}
.single-listing-page .float-at-bottom .property-group-meta {
  color: #172024;
}
.single-listing-page .float-at-bottom .property-group-meta li::before {
  filter: brightness(0);
}
.single-listing-page .float-at-bottom .property-group-meta li {
  margin-right: 10px;
}
.single-listing-page .float-at-bottom .sqm-meta {
  display: none;
}
.single-listing-page .float-at-bottom .listing-title,
.single-listing-page .float-at-bottom .group-button a,
.single-listing-page .float-at-bottom .group-button button {margin: 0 !important;}
.single-listing-page .float-at-bottom .group-button {
  flex-direction: row !important;
  margin: 0 0 0 auto !important;
  gap: 8px;
}
.single-listing-page .float-at-bottom .group-button {
  margin: 0 !important;
  flex-flow: row-reverse !important;
  width: 100%;
}
.single-listing-page .float-at-bottom .group-button .button {
  font-weight: 400;
  min-width: 135px;
  padding: 8px 12px;
  margin: 0 !important;
  flex: 1;
  font-size: 12px;
}
.single-listing-page .float-at-bottom .group-button .secondary-button {
  display: none;
}
.single-listing-page .float-at-bottom .close-float-card {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  line-height: 0.7;
  cursor: pointer;
}
.single-listing-page #sc_reveal_id_1 .modal-header .section-title::before {
  content: "Get a Quote";
  font-size: 30px;
  font-weight: 400;
}
.single-listing-page #sc_reveal_id_1 .modal-header .section-title {
  font-size: 0;
}
@media (max-width: 640px) {
  .single-listing-page #designstudio-button,
  .single-listing-page #designstudio-minimize {
    bottom: 125px !important;
  }
  .single-listing-page .float-at-bottom:not(.hidden) {
    display: flex !important;
    justify-content: center;
    column-gap: 20px;
    background-color: #F7F7F7;
  }
  .page-home-designs .page-cta {
    display: none;
  }
  .page-home-designs div[data-listing-app="design"] .settings-container .controls {
    display: none !important;
  }
  .page-home-designs div[data-listing-app="design"] .settings-container {
    display: flex;
    flex-flow: column;
  }
  .page-home-designs div[data-listing-app="design"] .settings-container .total-count {
    order: 1;
  }
  .page-home-designs div[data-listing-app="design"] .settings-container .home-styles-filter {
    order: 3;
    margin-bottom: 10px;
  }
  .page-home-designs div[data-listing-app="design"] .settings-container .display-controls {
    justify-content: center;
    order: 2;
    margin-bottom: 10px;
  }
  .page-home-designs .filter-box .filter-container > .grid-container:first-of-type,
  .page-home-designs .listing-element .page-title {
    display: none;
  }
  .page-home-designs div[data-listing-app="design"] div[data-view="list"] {
    padding-top: 0;
  }
  .page-home-designs div[data-listing-app="design"] div[data-view="list"] .controls {
    position: unset;
  }
  .page-home-designs #listingWrap .grid-x {
    row-gap: 15px;
  }
  .hic-checkbox-wrap, .hic-checkbox-wrap label {
    font-size: 14px !important;
  }
  .single-design .cta-download-brochure .card-section .card-img-container {
    display: none;
  }
  .single-design .cta-download-brochure .card-section img {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-design .cta-download-brochure .card-section .button {
    width: 46%;
  }
}
@media (min-width: 641px) {
  .single-listing-page .float-at-bottom .close-float-card {
    display: none;
  }
  .single-listing-page .float-at-bottom {
    bottom: 30px;
    max-width: 600px;
    border-radius: 40px;
    padding: 15px 45px;
    border: 2px solid #999999;
    left: 50%;
    transform: translateX(-50%);
  }
  .single-listing-page .float-at-bottom .listing-title {
    width: 100%;
    font-size: 20px;
  }
  .single-listing-page .float-at-bottom .group-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: auto;
  }
  .single-listing-page .float-at-bottom .group-button .button {
    flex: auto;
    font-size: 14px;
    padding: 12px 20px;
  }
  .single-listing-page .float-at-bottom .listing-title {
    font-size: 20px;
  }
  .single-design .cta-download-brochure .card-section {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .single-design .cta-download-brochure .card-section .card-img-container {
    width: 30%;
  }
  .single-design .cta-download-brochure .card-section .card-content {
    width: 70%;
  }
  .single-design .cta-download-brochure .card-section {
    display: flex;
    flex-flow: row;
    align-items: center;
    column-gap: 40px;
  }
}
@media (min-width: 1024px) {
  #listingWrap .featured-designs > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 33.33% !important;
  }
  .single-design .banner .cell.cell-2 {
    width: 75%;
  }
  .single-design .banner .listing-gallery .hic-image::before {
    padding-top: 35%;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .single-design .cta-download-brochure .card-section img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .single-design .cta-download-brochure .card-section .card-img-container {
    width: 30%;
  }
  .single-design .cta-download-brochure .card-section .card-content {
    width: 70%;
  }
  .single-design .cta-download-brochure .card-section {
    display: flex;
    flex-flow: row;
    align-items: center;
    column-gap: 40px;
  }
}
/* Home Design */

/* Home */
.icons-section {
  padding-top: 30px;
}
.icons-section .section-body {
	row-gap: 20px;
}
.icons-section .cell {
  padding: 0 12px;
}
.icons-section .hic-box {
	height: 100%;
	background: #fff;
	padding: 10px;
	border-radius: 12px;
  margin-bottom: 0 !important;
  position: relative;
  text-align: center;
}
.icons-section .grid-container {
  max-width: 1300px;
}
.icons-section .hic-icon img {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  height: 100%;
  margin-bottom: 20px;
}
.icons-section .hic-title h4 {
  font-size: 22px;
}
.icons-section .button {
  margin-bottom: 0;
  width: 100%;
  padding: 10px 5px;
  font-size: 17px;
  line-height: 19px;
}
.icons-section .hic-blurb {
  color: #000;
  font-family: "Montserrat";
}
.hero .listing-filter .options-switcher {
  gap: 45px;
  margin-bottom: 40px;
  width: 100%;
  justify-content: center;
}
.hero .listing-filter .switcher-wrap {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 192px;
}
.hero .listing-filter .switcher-wrap:hover {
  background-color: rgba(255, 255, 255, 1);
}
.hero .listing-filter .switcher-wrap label {
  color: #353C46;
  text-transform: capitalize;
  font-weight: 700;
  padding: 18px;
  font-size: 16px;
}
.hero .listing-filter .search-form-wrap .filter-container {
  width: 90%;
  margin: 0 auto;
}
.home .hero .hero-banner-message h2 {
  font-family: 'Montserrat';
  margin-bottom: 20px;
  font-weight: 400;
}
.listing-filter .switcher-wrap input[type=radio]:checked + label {
  color: #fff;
}
@media (max-width: 640px) {
  
}
@media (min-width: 641px) {
  .icons-section {
    padding-top: 60px;
  }
  .icons-section .hic-title h4 {
    font-size: 24px;
  }
  .hero .listing-filter .switcher-wrap label {
    font-size: 20px;
    line-height: 39px;
  }
  .icons-section .hic-blurb p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .hero .listing-filter .options-switcher {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero .listing-filter .options-switcher .switcher-wrap {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .icons-section .hic-title {
    min-height: 52.78px;
  }
  .icons-section .hic-blurb p {
    min-height: 89.56px;
  }
}
/* Buyers Grant */
.buyers-grant-element.dark-section {
  background-color: #000;
}
.buyers-grant-element .section-body {
  max-width: 280px;
  margin: 0 auto !important;
}
.buyers-grant-element .cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyers-grant-element h3 {
  margin-bottom: 20px;
  text-align: center;
}
.buyers-grant-element .buyers-grant-select,
.buyers-grant-element select,
.buyers-grant-element p {
  margin: 0;
  width: 100%;
}
@media (max-width: 640px) {
  .buyers-grant-element select {
    text-align: center;
  } 
}
@media (min-width: 641px) {
  .buyers-grant-element .section-body {
    max-width: 800px;
  }
  .buyers-grant-element h3 {
    margin-bottom: 0;
  }
  .buyers-grant-element select {
    padding: 8px 24px;
  }
}
/* Buyers Grant */

/* Product Review */
.product-review-element p {
  margin: 0;
}
.product-review-element .review-container .text {
  color: #172024;
}
@media (max-width: 640px) {
  .product-review-element .review-container {
    text-align: center;
  }
  .product-review-element .review-container > img {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .product-review-element .review-container .reviews {
    display: flex;
    flex-flow: column-reverse;
    row-gap: 10px;
  }
}
@media (min-width: 641px) {
  .product-review-element .review-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
  }
}
/* Product Review */

/* Testimonials */
.page-element.testimonials.custom-testimonials.grey-boxes .testimonial .hic-box {
  text-align: center;
  padding: 0;
}
.custom-testimonials .testimonial {
  margin-bottom: 0 !important;
}
.custom-testimonials .slick-dots {
  position: unset !important;
}
.custom-testimonials .title,
.custom-testimonials .client-location,
.custom-testimonials .slick-arrow,
.custom-testimonials .rating {
  display: none !important;
}
.custom-testimonials .hic-blurb p {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat";
}
.custom-testimonials .client-details {
  margin-top: 16px;
}
.custom-testimonials .client-name {
  font-size: 12px;
  font-family: "Montserrat";
  color: #000;
  font-weight: 400;
}
@media (max-width: 640px) {
  .custom-testimonials .section-header {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 641px) {
  .page-element.testimonials.custom-testimonials.grey-boxes .testimonial .hic-box {
    background-color: #f2f2f2;
    padding: 20px;
  }
}
/* Testimonials */
/* Home */

/* Page CTA */
.page-cta {
  font-family: 'PT-Serif';
  text-align: center;
}
.page-cta p, .page-cta .button, .page-cta h3, .page-cta h2, .page-cta .section-header {
  margin: 0 !important;
}
.page-cta .grid-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-cta h3 {
  font-size: 22px;
}
.page-cta .button {
  font-size: 18px;
  padding: 9px 20px;
}
.page-cta:not(.button-right) .button {
  min-width: 208px;
  min-height: 43px;
  max-width: 253px;
}
.page-cta.button-right .grid-container {
  justify-content: space-between;
}
.page-cta.button-right p {
  max-width: 972px;
}
.page-cta p {
  font-family: "Montserrat";
}
@media (max-width: 640px) {
  .page-cta {
    padding: 30px 10px;
  }
  .page-cta.button-right .section-footer .button {
    font-size: 12px;
  }
  .page-cta .button {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .page-cta {
    text-align: unset;
  }
  .page-cta h3 {
    font-size: 24px;
  }
  .page-cta p {
    font-size: 20px;
  }
  .page-cta .grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-cta .button {
    padding: 12px 20px;
  }
}
@media (max-width: 1024px) and (min-width: 641px) {
  .page-cta.button-right .section-footer .button {
    margin-top: 20px !important;
  }
}
@media (max-width: 1023px) {
  .page-cta.button-right .grid-container {
    display: block;
  }
  .page-cta.button-right p {
    text-align: center;
  }
  .page-cta.button-right .section-footer .button {
    width: 100%;
  }
}
/* Page CTA */

/* Listing Above Content*/
.listing-element.image-above-content .section-title {
  max-width: 600px;
  margin: 0 auto;
}
.listing-element.image-above-content .listing-image-container .listing-title,
.listing-element.image-above-content .listing-view-button {
  display: none;
}
.listing-element.image-above-content .listing-content {
  background-color: #fff;
}
.listing-element.image-above-content .listing-content .listing-title {
  display: block;
  position: unset;
  text-shadow: none !important;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
}
.listing-element.image-above-content .property-group-meta {
  margin-top: 10px;
}
.listing-element.image-above-content .section-footer .button {
  padding: 11px 29px;
  min-height: 43px;
  font-size: 18px;
}
.listing-element.image-above-content.listing-carousel .slick-dots {
  position: unset;
  margin-bottom: 0 !important;
}
.listing-element.image-above-content.listing-carousel .slick-prev {
  left: 0;
}
.listing-element.image-above-content.listing-carousel .slick-next {
  right: 0;
}
@media (max-width: 640px) {
  .listing-element.image-above-content.listing-carousel .listing-element .cell {
    padding: 0 12px;
  }
  .listing-element.image-above-content.listing-carousel .section-footer .button {
    width: 100%;
    padding: 11px 29px;
    margin: 0;
  }
}
/* Listing Above Content*/

/* Image Alternating Content*/
.image-alternating-content .hic-box {
  align-items: unset !important;
}
.image-alternating-content .hic-blurb {
  font-size: 14px;
}
.image-alternating-content .hic-image {
  background-position: center 0;
}
.image-alternating-content .hic-image::before {
  padding-top: 60%;
}
.image-alternating-content.row-fluid .hic-content {
  display: block;
}
.image-alternating-content.row-fluid .hic-image::before {
  padding-top: 45%;
}
.image-alternating-content.row-fluid .hic-blurb p {
  font-size: 15px;
  font-family: "Montserrat";
  text-align: center;
}
.image-alternating-content.row-fluid .section-body > .cell .hic-content {
    padding: 24px 15px;
  }
@media (max-width: 640px) {
  .image-alternating-content .section-body > .cell {
    padding: 0 12px;
  }
  .image-alternating-content .section-body > .cell .hic-box {
    display: flex;
    flex-flow: column;
  }
  .image-alternating-content .section-body > .cell .hic-title {
    text-align: center;
  }
}
@media (min-width: 641px) {
  .image-alternating-content .section-body > .cell:first-of-type .hic-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .image-alternating-content .section-body > .cell .hic-content {
    padding-left: 30px;
    padding-right: 0;
  }
  .image-alternating-content.row-fluid .section-body > .cell .hic-content {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .image-alternating-content.row-fluid .section-body > .cell .hic-title {
    text-align: center;
  }
  .image-alternating-content.row-fluid .section-body > .cell .hic-title h4 {
    font-size: 20px;
  }
  .image-alternating-content.row-fluid .cell {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .image-alternating-content:not(.row-fluid) .section-body > .cell:first-of-type .hic-content {
    padding: 40px 60px 40px 0px;
  }
  .image-alternating-content:not(.row-fluid) .section-body > .cell .hic-content {
    padding: 40px 0px 40px 60px;
  }
  .image-alternating-content.row-fluid .section-body > .cell .hic-content {
    padding: 40px 60px 40px 60px;
  }
  .image-alternating-content.row-fluid .hic-blurb p {
    font-size: 20px;
    text-align: left;
  }
}
/* Image Alternating Content*/

/* Contact Page */
.contact-page-form .bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 0, 0, 0.5);
}
.contact-page-form .form-title {
  padding: 30px 30px 0 30px;
  background-color: #E00015;
  margin: 0;
}
.contact-page-form .gform_wrapper {
  padding: 20px 30px 30px 30px;
  background-color: #E00015;
}
.contact-page-form .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.contact-page-form .gform_wrapper .gform_fields .gfield {
  flex: 1 1 100%;
}
.contact-page-form .gform_wrapper .gform_fields input[type="text"],
.contact-page-form .gform_wrapper .gform_fields select,
.contact-page-form .gform_wrapper .gform_fields .select2-container,
.contact-page-form .gform_wrapper .gform_fields .select2-selection {
  height: 40px;
}
.contact-page-form .gform_wrapper .gform_fields textarea {
  min-height: 160px;
}
.contact-page-form .gform_wrapper .gform_button {
  background-color: #000;
  width: 100%;
  margin: 0;
}
.contact-page-form .important-note {
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-page-form .important-note a,
.contact-page-form label {
  color: #fff !important;
}

.contact-page-office-locator #postcode_builder_filter .input-group {
  margin-bottom: 0;
  height: auto;
}
.contact-page-office-locator #postcode_builder_filter .select2-container,
.contact-page-office-locator #postcode_builder_filter input {
  height: 60px;
}
.contact-page-form.mobile {
  text-align: center;
  display: block;
}
.contact-page-form.mobile h2 {
  font-size: 30px;
}
@media (max-width: 641px) {
  .contact-page-office-locator {
    background-color: #E00015 !important;
  }
  .contact-page-office-locator .button {
    background-color: #172024 !important;
  }
  .contact-page-content {
    background-color: #172024 !important;
  }
  .contact-page-content .hic-image-container {
    display: none;
  }
  .contact-page-content .hic-title h4,
  .contact-page-content .hic-blurb p {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .contact-page-form .section-body > .cell {
    width: 100%;
  }
  .contact-page-form:not(.mobile) .bg-image {
    background-image: none !important;
    background-color: #fff;
  }
  .contact-page-form:not(.mobile) .bg-image::after,
  .contact-page-form:not(.mobile) .bg-image::before {
    display: none;
  }
  .contact-page-form:not(.mobile) .section-body > .cell:first-of-type {
    display: none;
  }
  .contact-page-form:not(.mobile) {
    padding: 30px 0 !important;
  }
  .contact-page-office-locator h4 {
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-page-form.mobile {
    display: none;
  }
  .contact-page-form {
    max-height: 600px;
  }
  .contact-page-form .gform_wrapper .gform_fields .gfield:nth-of-type(2),
  .contact-page-form .gform_wrapper .gform_fields .gfield:nth-of-type(3),
  .contact-page-form .gform_wrapper .gform_fields .gfield:nth-of-type(5),
  .contact-page-form .gform_wrapper .gform_fields .gfield:nth-of-type(6) {
    flex: 1 1 calc(50% - 7.5px);
  }
  .contact-page-form:not(.mobile) .section-body > .cell:first-of-type {
    padding-top: 180px;
  }
  .contact-page-office-locator {
    height: 241px;
    padding: 0;
  }
  .contact-page-office-locator .inner-section,
  .contact-page-office-locator .grid-container,
  .contact-page-office-locator .section-body {
    height: 100%;
  }
  .contact-page-office-locator .cell {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 561px;
    z-index: 4;
  }
}
/* Contact Page */

/* Office */
.office-no-results {
  text-align: center;
}
.office-no-results h1 {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .office-no-results h1 {
    font-size: 30px;
  }
}
/* Office */

/* Virtual Tour */
.virtual-tour-element .virtual-tour-container {
  max-width: 1164px;
  margin: 0 auto;
  position: relative;
}
.virtual-tour-element .virtual-tour-container button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.virtual-tour-element .virtual-tour-container br {
  display: none;
}
/* Virtual Tour */
/************************************************
!WON CHANGES - STYLING END 
*************************************************/

/************************************************
!OPTIMIZE - STYLING START 
*************************************************/
.filter-button-wrap .fa-angle-right::before {
  width: 5.25px;
  height: 15px;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.filter-container .fa-angle-down::before {
  width: 7.5px;
  height: 15px;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIzMy40IDQwNi42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDE5Mi0xOTJjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMjU2IDMzOC43IDg2LjYgMTY5LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zbDE5MiAxOTJ6Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.header .logo-wrap .header-logo,
.footer .footer-logo  {
  max-width: 250px;
  max-height: 36px;
}
.listing-view .controls label.listing-layout-listing:after {
  content: '';
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
  width: 17.5px;
  height: 22px;
  opacity: 1;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQwIDQ4QzI2LjcgNDggMTYgNTguNyAxNiA3MmwwIDQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0bDQ4IDBjMTMuMyAwIDI0LTEwLjcgMjQtMjRsMC00OGMwLTEzLjMtMTAuNy0yNC0yNC0yNEw0MCA0OHpNMTkyIDY0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDI4OCAwYzE3LjcgMCAzMi0xNC4zIDMyLTMycy0xNC4zLTMyLTMyLTMyTDE5MiA2NHptMCAxNjBjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMjg4IDBjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJsLTI4OCAwem0wIDE2MGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmwyODggMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtMjg4IDB6TTE2IDIzMmwwIDQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0bDQ4IDBjMTMuMyAwIDI0LTEwLjcgMjQtMjRsMC00OGMwLTEzLjMtMTAuNy0yNC0yNC0yNGwtNDggMGMtMTMuMyAwLTI0IDEwLjctMjQgMjR6TTQwIDM2OGMtMTMuMyAwLTI0IDEwLjctMjQgMjRsMCA0OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGw0OCAwYzEzLjMgMCAyNC0xMC43IDI0LTI0bDAtNDhjMC0xMy4zLTEwLjctMjQtMjQtMjRsLTQ4IDB6Ii8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQwIDQ4QzI2LjcgNDggMTYgNTguNyAxNiA3MmwwIDQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0bDQ4IDBjMTMuMyAwIDI0LTEwLjcgMjQtMjRsMC00OGMwLTEzLjMtMTAuNy0yNC0yNC0yNEw0MCA0OHpNMTkyIDY0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDI4OCAwYzE3LjcgMCAzMi0xNC4zIDMyLTMycy0xNC4zLTMyLTMyLTMyTDE5MiA2NHptMCAxNjBjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMjg4IDBjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJsLTI4OCAwem0wIDE2MGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmwyODggMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtMjg4IDB6TTE2IDIzMmwwIDQ4YzAgMTMuMyAxMC43IDI0IDI0IDI0bDQ4IDBjMTMuMyAwIDI0LTEwLjcgMjQtMjRsMC00OGMwLTEzLjMtMTAuNy0yNC0yNC0yNGwtNDggMGMtMTMuMyAwLTI0IDEwLjctMjQgMjR6TTQwIDM2OGMtMTMuMyAwLTI0IDEwLjctMjQgMjRsMCA0OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGw0OCAwYzEzLjMgMCAyNC0xMC43IDI0LTI0bDAtNDhjMC0xMy4zLTEwLjctMjQtMjQtMjRsLTQ4IDB6Ii8+PC9zdmc+);
}
.listing-view .controls label.listing-layout-grid:after {
  content: '';
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
  width: 17.5px;
  height: 22px;
  opacity: 1;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJncmlkLTIiPjxwYXRoIGQ9Ik0xMC4yNDYsNC4yMjhjMC0wLjU0Ny0wLjQ0My0wLjk5MS0wLjk5LTAuOTkxSDMuOTE0Yy0wLjU0OCwwLTAuOTkxLDAuNDQzLTAuOTkxLDAuOTkxVjkuNTcgICBjMCwwLjU0NiwwLjQ0MywwLjk5LDAuOTkxLDAuOTloNS4zNDJjMC41NDcsMCwwLjk5LTAuNDQ0LDAuOTktMC45OVY0LjIyOHoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTkuNDUzLDQuMjI4YzAtMC41NDctMC40NDMtMC45OTEtMC45OTEtMC45OTFoLTUuMzQzYy0wLjU0NiwwLTAuOTksMC40NDMtMC45OSwwLjk5MVY5LjU3ICAgYzAsMC41NDYsMC40NDQsMC45OSwwLjk5LDAuOTloNS4zNDNjMC41NDgsMCwwLjk5MS0wLjQ0NCwwLjk5MS0wLjk5VjQuMjI4eiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0yOC44NjgsNC4yMjhjMC0wLjU0Ny0wLjQ0My0wLjk5MS0wLjk5LTAuOTkxaC01LjM0MmMtMC41NDgsMC0wLjk5MSwwLjQ0My0wLjk5MSwwLjk5MVY5LjU3ICAgYzAsMC41NDYsMC40NDMsMC45OSwwLjk5MSwwLjk5aDUuMzQyYzAuNTQ3LDAsMC45OS0wLjQ0NCwwLjk5LTAuOTlWNC4yMjh6IiBmaWxsPSIjNTE1MTUxIi8+PHBhdGggZD0iTTEwLjI0NiwxMy4yMjRjMC0wLjU0Ny0wLjQ0My0wLjk5LTAuOTktMC45OUgzLjkxNGMtMC41NDgsMC0wLjk5MSwwLjQ0My0wLjk5MSwwLjk5djUuMzQyICAgYzAsMC41NDksMC40NDMsMC45OSwwLjk5MSwwLjk5aDUuMzQyYzAuNTQ3LDAsMC45OS0wLjQ0MSwwLjk5LTAuOTlWMTMuMjI0eiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0xOS40NTMsMTMuMjI0YzAtMC41NDctMC40NDMtMC45OS0wLjk5MS0wLjk5aC01LjM0M2MtMC41NDYsMC0wLjk5LDAuNDQzLTAuOTksMC45OXY1LjM0MiAgIGMwLDAuNTQ5LDAuNDQ0LDAuOTksMC45OSwwLjk5aDUuMzQzYzAuNTQ4LDAsMC45OTEtMC40NDEsMC45OTEtMC45OVYxMy4yMjR6IiBmaWxsPSIjNTE1MTUxIi8+PHBhdGggZD0iTTI4Ljg2OCwxMy4yMjRjMC0wLjU0Ny0wLjQ0My0wLjk5LTAuOTktMC45OWgtNS4zNDJjLTAuNTQ4LDAtMC45OTEsMC40NDMtMC45OTEsMC45OXY1LjM0MiAgIGMwLDAuNTQ5LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDEsMC45OS0wLjk5VjEzLjIyNHoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTAuMjQ2LDIyLjQzYzAtMC41NDUtMC40NDMtMC45OS0wLjk5LTAuOTlIMy45MTRjLTAuNTQ4LDAtMC45OTEsMC40NDUtMC45OTEsMC45OXY1LjM0NCAgIGMwLDAuNTQ3LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDMsMC45OS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0xOS40NTMsMjIuNDNjMC0wLjU0NS0wLjQ0My0wLjk5LTAuOTkxLTAuOTloLTUuMzQzYy0wLjU0NiwwLTAuOTksMC40NDUtMC45OSwwLjk5djUuMzQ0ICAgYzAsMC41NDcsMC40NDQsMC45OSwwLjk5LDAuOTloNS4zNDNjMC41NDgsMCwwLjk5MS0wLjQ0MywwLjk5MS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0yOC44NjgsMjIuNDNjMC0wLjU0NS0wLjQ0My0wLjk5LTAuOTktMC45OWgtNS4zNDJjLTAuNTQ4LDAtMC45OTEsMC40NDUtMC45OTEsMC45OXY1LjM0NCAgIGMwLDAuNTQ3LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDMsMC45OS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjwvZz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJncmlkLTIiPjxwYXRoIGQ9Ik0xMC4yNDYsNC4yMjhjMC0wLjU0Ny0wLjQ0My0wLjk5MS0wLjk5LTAuOTkxSDMuOTE0Yy0wLjU0OCwwLTAuOTkxLDAuNDQzLTAuOTkxLDAuOTkxVjkuNTcgICBjMCwwLjU0NiwwLjQ0MywwLjk5LDAuOTkxLDAuOTloNS4zNDJjMC41NDcsMCwwLjk5LTAuNDQ0LDAuOTktMC45OVY0LjIyOHoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTkuNDUzLDQuMjI4YzAtMC41NDctMC40NDMtMC45OTEtMC45OTEtMC45OTFoLTUuMzQzYy0wLjU0NiwwLTAuOTksMC40NDMtMC45OSwwLjk5MVY5LjU3ICAgYzAsMC41NDYsMC40NDQsMC45OSwwLjk5LDAuOTloNS4zNDNjMC41NDgsMCwwLjk5MS0wLjQ0NCwwLjk5MS0wLjk5VjQuMjI4eiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0yOC44NjgsNC4yMjhjMC0wLjU0Ny0wLjQ0My0wLjk5MS0wLjk5LTAuOTkxaC01LjM0MmMtMC41NDgsMC0wLjk5MSwwLjQ0My0wLjk5MSwwLjk5MVY5LjU3ICAgYzAsMC41NDYsMC40NDMsMC45OSwwLjk5MSwwLjk5aDUuMzQyYzAuNTQ3LDAsMC45OS0wLjQ0NCwwLjk5LTAuOTlWNC4yMjh6IiBmaWxsPSIjNTE1MTUxIi8+PHBhdGggZD0iTTEwLjI0NiwxMy4yMjRjMC0wLjU0Ny0wLjQ0My0wLjk5LTAuOTktMC45OUgzLjkxNGMtMC41NDgsMC0wLjk5MSwwLjQ0My0wLjk5MSwwLjk5djUuMzQyICAgYzAsMC41NDksMC40NDMsMC45OSwwLjk5MSwwLjk5aDUuMzQyYzAuNTQ3LDAsMC45OS0wLjQ0MSwwLjk5LTAuOTlWMTMuMjI0eiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0xOS40NTMsMTMuMjI0YzAtMC41NDctMC40NDMtMC45OS0wLjk5MS0wLjk5aC01LjM0M2MtMC41NDYsMC0wLjk5LDAuNDQzLTAuOTksMC45OXY1LjM0MiAgIGMwLDAuNTQ5LDAuNDQ0LDAuOTksMC45OSwwLjk5aDUuMzQzYzAuNTQ4LDAsMC45OTEtMC40NDEsMC45OTEtMC45OVYxMy4yMjR6IiBmaWxsPSIjNTE1MTUxIi8+PHBhdGggZD0iTTI4Ljg2OCwxMy4yMjRjMC0wLjU0Ny0wLjQ0My0wLjk5LTAuOTktMC45OWgtNS4zNDJjLTAuNTQ4LDAtMC45OTEsMC40NDMtMC45OTEsMC45OXY1LjM0MiAgIGMwLDAuNTQ5LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDEsMC45OS0wLjk5VjEzLjIyNHoiIGZpbGw9IiM1MTUxNTEiLz48cGF0aCBkPSJNMTAuMjQ2LDIyLjQzYzAtMC41NDUtMC40NDMtMC45OS0wLjk5LTAuOTlIMy45MTRjLTAuNTQ4LDAtMC45OTEsMC40NDUtMC45OTEsMC45OXY1LjM0NCAgIGMwLDAuNTQ3LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDMsMC45OS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0xOS40NTMsMjIuNDNjMC0wLjU0NS0wLjQ0My0wLjk5LTAuOTkxLTAuOTloLTUuMzQzYy0wLjU0NiwwLTAuOTksMC40NDUtMC45OSwwLjk5djUuMzQ0ICAgYzAsMC41NDcsMC40NDQsMC45OSwwLjk5LDAuOTloNS4zNDNjMC41NDgsMCwwLjk5MS0wLjQ0MywwLjk5MS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjxwYXRoIGQ9Ik0yOC44NjgsMjIuNDNjMC0wLjU0NS0wLjQ0My0wLjk5LTAuOTktMC45OWgtNS4zNDJjLTAuNTQ4LDAtMC45OTEsMC40NDUtMC45OTEsMC45OXY1LjM0NCAgIGMwLDAuNTQ3LDAuNDQzLDAuOTksMC45OTEsMC45OWg1LjM0MmMwLjU0NywwLDAuOTktMC40NDMsMC45OS0wLjk5VjIyLjQzeiIgZmlsbD0iIzUxNTE1MSIvPjwvZz48L3N2Zz4=);
}
.display-controls .controls,
.display-controls .controls li {
  display: flex !important;
  align-items: center;
}
.display-controls .controls .active label::after {
  background-color: #e00015;
}
.compare-tick:checked+label:before {
  width: 12px;
  height: 21.59px;
  display: inline-block;
  content: "" !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 
  5px !important;
}
.listing-gallery .btn-share,
.listing-gallery .btn-virtual-tour{
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-gallery .fa-share-square {
  margin: 0;
}
.listing-gallery .fa-share-square::before {
  width: 24.75px;
  height: 22px;
  display: inline-block;
  content: "" !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM1MiAyMjRsLTQ2LjUgMGMtNDUgMC04MS41IDM2LjUtODEuNSA4MS41YzAgMjIuMyAxMC4zIDM0LjMgMTkuMiA0MC41YzYuOCA0LjcgMTIuOCAxMiAxMi44IDIwLjNjMCA5LjgtOCAxNy44LTE3LjggMTcuOGwtMi41IDBjLTIuNCAwLTQuOC0uNC03LjEtMS40QzIxMC44IDM3NC44IDEyOCAzMzMuNCAxMjggMjQwYzAtNzkuNSA2NC41LTE0NCAxNDQtMTQ0bDgwIDAgMC02MS4zQzM1MiAxNS41IDM2Ny41IDAgMzg2LjcgMGM4LjYgMCAxNi44IDMuMiAyMy4yIDguOUw1NDguMSAxMzMuM2M3LjYgNi44IDExLjkgMTYuNSAxMS45IDI2LjdzLTQuMyAxOS45LTExLjkgMjYuN2wtMTM5IDEyNS4xYy01LjkgNS4zLTEzLjUgOC4yLTIxLjQgOC4ybC0zLjcgMGMtMTcuNyAwLTMyLTE0LjMtMzItMzJsMC02NHpNODAgOTZjLTguOCAwLTE2IDcuMi0xNiAxNmwwIDMyMGMwIDguOCA3LjIgMTYgMTYgMTZsMzIwIDBjOC44IDAgMTYtNy4yIDE2LTE2bDAtNDhjMC0xNy43IDE0LjMtMzIgMzItMzJzMzIgMTQuMyAzMiAzMmwwIDQ4YzAgNDQuMi0zNS44IDgwLTgwIDgwTDgwIDUxMmMtNDQuMiAwLTgwLTM1LjgtODAtODBMMCAxMTJDMCA2Ny44IDM1LjggMzIgODAgMzJsNDggMGMxNy43IDAgMzIgMTQuMyAzMiAzMnMtMTQuMyAzMi0zMiAzMkw4MCA5NnoiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.single-listing-page .slick-arrow.slick-prev:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA4CAYAAAHvDRqpAAAABGdBTUEAALGPC/xhBQAABDxJREFUWAm1WTtMVUEQfShEQoKRAgsssMCGDhvpXicldrSEkhpbbFE7tYTExhat7KTTSioqKhoaChJJUCLh4zn7dq9zd2d27315b5N9d3bmnDPD3t/epdMptVs0Yu4EoHeMhnGHDrSVykGj57u9rDlFYJv2iIySgfEj6XN2hfKIHsAncLUx20Ecnak5SIJjW3Ne0lll6cn//xWM0QQkgp0RNNLkTF0IwOMAIGjEp7zhgE0Gex7xC/AylXw7FKHUBOgwIHFcThHCE4DClZoAfUu93oPgpqmCwLMQxPGkpgLHpAi6qajNMIOBEeanAmhBgh3ACjpALthMgSg2S6kq0gLVABooASQgOrTma3qrxbI+ED+RzJYFakFwVhwz/TnQ8DUfOLMpz3kuAlCdEAYBu4vDVQDKY7hogq+6NYODRwjw0tME7scCkudskE9coenPYgKOHeB8TXnOsxljtbGbE8AnEPytAlC/5pc+NyfA/fF/61MZpO0rPI39xTGIG54cH/aK5BgAhb1YxY83YmxxDOKpIbZAcnHSZAYKybG3vyi+vAs6Y76qtTwyE4XABPqLDCQfApkvp9Be5tFGNLDFcYfQxhML4jXw2g07pTmTOiBwbgg8wZX+KyHEDggci/Kl2Y2x6hiMn5Il7FWVEDtB2BUkaW7FWHUMxpZkCXtXJcROEFYFSZr7MVYdg9GVLGEfq4TYCcKcIEmTp7fcwJiSLGHzAis23gtjQKUrWTj9I7Mowiv2o4H6YPh1N6r5If4Eaa7rDMML5pFkC3vJoOhuEM8EWZrzOsPwgnkl2cKeNij684REgzCOM/Y3jpkPJUtIO+25h9J4nJFjTdwU8WU/NIS0tYsG7fmQeZ7ZlXZms5QIBJYUEbqOFLjtAmHdEFLnzlSCyDspZAJLAYhwadZuYkuipTgScgEQ1oS8G9ZKnIHHkbQ2hRjL9mbgCWNBZLMuBllIsD/DaHeRxAnjMQSfo7ttgZClcDxCfCbW6XsMMd6g1hIVoaTxEeyWrn0nlUSITaPLbYQkY+TgxZrfapAJSjbE7qFbK/4odzVs/yWQKwSybr+oki8b2zm91jHksz6grFI4Y/daJ7IIEOO+k/Va1orgNWO+rq08ph9iC+jWAkMrgHdNu4WHmR0BiHEj8Qi9aeNzo90SqlDABAS/N83uce0Wg4UCuAautoYaFvI+p9l3DMnlG7JhLbev+k5YIqKCKXS3+9ywmmvg6pvlpSRt4hDnB5O1KaXVeA5nebOqTRESC/EuutsJx7FJ43f3rNQYqA1xftTeNKnEY/ZxnBxoEVIM4tZnulUj9wW46zn4RmF0a+PBKuj14Cvxisg4ic5T0LTx1K4Os6BZJLA2h7QiefF3h1nQIhLwNm7a+HiYG2ZB/GcAH3RNGx+gD4ZZ0GaDSnaAGc5dJf8yJLFeqP1ttkrxfmwUxCXGHrq5bfwPL4kTKHCHQVUAAAAASUVORK5CYII=);
  transform: none;
  content: "";
  height: 32px;
}
.single-listing-page .slick-arrow.slick-next:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA4CAYAAAHvDRqpAAAABGdBTUEAALGPC/xhBQAABDxJREFUWAm1WTtMVUEQfShEQoKRAgsssMCGDhvpXicldrSEkhpbbFE7tYTExhat7KTTSioqKhoaChJJUCLh4zn7dq9zd2d27315b5N9d3bmnDPD3t/epdMptVs0Yu4EoHeMhnGHDrSVykGj57u9rDlFYJv2iIySgfEj6XN2hfKIHsAncLUx20Ecnak5SIJjW3Ne0lll6cn//xWM0QQkgp0RNNLkTF0IwOMAIGjEp7zhgE0Gex7xC/AylXw7FKHUBOgwIHFcThHCE4DClZoAfUu93oPgpqmCwLMQxPGkpgLHpAi6qajNMIOBEeanAmhBgh3ACjpALthMgSg2S6kq0gLVABooASQgOrTma3qrxbI+ED+RzJYFakFwVhwz/TnQ8DUfOLMpz3kuAlCdEAYBu4vDVQDKY7hogq+6NYODRwjw0tME7scCkudskE9coenPYgKOHeB8TXnOsxljtbGbE8AnEPytAlC/5pc+NyfA/fF/61MZpO0rPI39xTGIG54cH/aK5BgAhb1YxY83YmxxDOKpIbZAcnHSZAYKybG3vyi+vAs6Y76qtTwyE4XABPqLDCQfApkvp9Be5tFGNLDFcYfQxhML4jXw2g07pTmTOiBwbgg8wZX+KyHEDggci/Kl2Y2x6hiMn5Il7FWVEDtB2BUkaW7FWHUMxpZkCXtXJcROEFYFSZr7MVYdg9GVLGEfq4TYCcKcIEmTp7fcwJiSLGHzAis23gtjQKUrWTj9I7Mowiv2o4H6YPh1N6r5If4Eaa7rDMML5pFkC3vJoOhuEM8EWZrzOsPwgnkl2cKeNij684REgzCOM/Y3jpkPJUtIO+25h9J4nJFjTdwU8WU/NIS0tYsG7fmQeZ7ZlXZms5QIBJYUEbqOFLjtAmHdEFLnzlSCyDspZAJLAYhwadZuYkuipTgScgEQ1oS8G9ZKnIHHkbQ2hRjL9mbgCWNBZLMuBllIsD/DaHeRxAnjMQSfo7ttgZClcDxCfCbW6XsMMd6g1hIVoaTxEeyWrn0nlUSITaPLbYQkY+TgxZrfapAJSjbE7qFbK/4odzVs/yWQKwSybr+oki8b2zm91jHksz6grFI4Y/daJ7IIEOO+k/Va1orgNWO+rq08ph9iC+jWAkMrgHdNu4WHmR0BiHEj8Qi9aeNzo90SqlDABAS/N83uce0Wg4UCuAautoYaFvI+p9l3DMnlG7JhLbev+k5YIqKCKXS3+9ywmmvg6pvlpSRt4hDnB5O1KaXVeA5nebOqTRESC/EuutsJx7FJ43f3rNQYqA1xftTeNKnEY/ZxnBxoEVIM4tZnulUj9wW46zn4RmF0a+PBKuj14Cvxisg4ic5T0LTx1K4Os6BZJLA2h7QiefF3h1nQIhLwNm7a+HiYG2ZB/GcAH3RNGx+gD4ZZ0GaDSnaAGc5dJf8yJLFeqP1ttkrxfmwUxCXGHrq5bfwPL4kTKHCHQVUAAAAASUVORK5CYII=);
  transform: rotate(180deg);
  content: "";
  height: 32px;
}
.home .hero-banner-message {
  min-height: 496px;
}
.home .hero-banner-message h1 {
  font-family: "PT-Serif-2";
}
@media (max-width: 640px) {
  .page-dual-living-home-designs .hero .bg-image {
    /* background-image: url("https://www.gjgardner.com.au/wp-content/uploads/2025/04/dual-living-homes-header-1.webp") !important; */
  }
  .page-contact-us .hero .bg-image {
    background-image: url("https://www.gjgardner.com.au/wp-content/uploads/2025/04/Image-5053-1.webp") !important;
  }
  .page-knock-down-rebuilds .hero .bg-image {
    /* background-image: url("https://www.gjgardner.com.au/wp-content/uploads/2025/04/GJGardner-SMSF-Property-Investment-1.webp") !important; */
  }
}
@media (min-width: 641px) {
  .home .hero-banner-message {
    min-height: 281px;
  }
}
/************************************************
!OPTIMIZE - STYLING END 
*************************************************/

/************************************************
#NEW LANDING PAGE - START
*************************************************/
/* General*/
.new-landing-page {
  font-family: Montserrat;
}
.new-landing-page .footer,
.new-landing-page .bottom-footer,
.new-landing-page .hero-bg-overlay,
.new-landing-page .hero-banner-message {
  display: none;
}
.new-landing-page .hero .slick-dots {
  bottom: 0;
  margin-left: 0;
}
.new-landing-page .hero .slick-dots li,
.new-landing-page .hero .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  
}
.new-landing-page .hero .slick-dots li:not(:last-of-type) {
  margin-right: 8px;
}
.new-landing-page .hero .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #1A1818;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-landing-page .hero .slick-dots li.slick-active button {
  border-color: #fff;
}
.new-landing-page .hero .slick-dots button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: unset;
  display: block;
  opacity: 1;
}
.new-landing-page .hero .slick-dots li.slick-active button::before {
  background-color: #1A1818;
}
.landing-page-element .grid-container {
  max-width: 1285px;
}
.landing-page-element .section-title,
.landing-page-element.image-right-content .hic-title h4,
.landing-page-element.image-left-content .hic-title h4 {
  font-family: "Kaisei-Opti";
  font-weight: 400;
  font-size: 24px;
  color: #1A1818;
}
.landing-page-element:not(:first-of-type) {
  border-top: 1px solid #AFA194;
}
.landing-page-element .button {
  border-radius: 24px;
  border: 1px solid #1A1818;
  background-color: transparent;
  color: #1A1818;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 50px;
  line-height: 20px;
  font-family: "Montserrat";
}
.landing-page-element .button:hover,
.landing-page-element .button:focus {
  background-color: #3C3E41;
  color: #fff;
}
.landing-page-element .button::after {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block !important;
  margin-left: 15px;
  font-weight: 300;
}
.landing-page-element.image-right-content .hic-title,
.landing-page-element.image-left-content .hic-title {
  max-width: 570px;
  margin-bottom: 30px;
}
.landing-page-element.image-right-content .hic-blurb,
.landing-page-element.image-left-content .hic-blurb {
  font-size: 16px;
  margin-bottom: 30px;
}
.landing-page-element.image-right-content .hic-button-wrap,
.landing-page-element.image-left-content .hic-button-wrap {
  padding-top: 0 !important;
}
.landing-page-element.custom-checklist .hic-blurb ul {
  list-style: none;
  margin-left: 0;
}
.landing-page-element.custom-checklist .hic-blurb ul li {
  padding-left: 41px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 31px;
  line-height: 1.4;
}
.landing-page-element.custom-checklist .hic-blurb ul li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  background-color: #AFA194;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: 0;
}
.landing-page-element.custom-checklist .hic-blurb ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.landing-page-element .slick-dots {
  position: unset;
}
.landing-page-element .slick-dots li button::before {
  font-size: 12px;
}
.landing-page-element .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #3C3E41;
}
.landing-page-element .gfield input:not(.gfield-choice-input),
.landing-page-element .gfield textarea,
.landing-page-element .gfield select,
.landing-page-element .gfield .select2-selection {
  border-radius: 24px;
  border: 1px solid #3C3E41;
  padding: 12px 20px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  min-height: 44px;
}
.landing-page-element .gfield .select2-selection__rendered {
  padding: 0 !important;
  font-size: 14px;
}
.landing-page-element .gfield .select2-selection__placeholder {
  font-size: 14px;
}
.landing-page-element .gfield input::placeholder,
.landing-page-element .gfield textarea::placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}
.landing-page-element .gfield textarea {
  min-height: 62px;
  border-radius: 30px;
}
.landing-page-element:not(.with-form) .gfield--type-choice,
.landing-page-element:not(.with-form) .gfield--input-type-html {
  display: none;
}
.landing-page-element .gfield--type-choice label,
.landing-page-element .gfield--input-type-html {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
}
.landing-page-element .gfield--input-type-html {
  background: none;
}
.landing-page-element .gfield--type-choice input {
  display: none;
}
.landing-page-element .gfield--type-choice label {
  position: relative;
  margin: 0 !important;
  padding-left: 30px;
}
.landing-page-element .gfield--type-choice input + label::before {
  content: "\f00c";
  width: 19px;
  height: 20px;
  vertical-align: middle;
  color: transparent;
  background: transparent;
  text-align: center;
  border: 1px solid #adadad;
  font-size: 19px;
  line-height: .5;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  left: 0;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  top: -1px;
}
.landing-page-element .gfield--type-choice input:checked + label::before {
  background-color: #D40029;
  color: #fff;
}
.landing-page-element .gfield--type-choice .ginput_container {
  margin-bottom: 0;
}
.landing-page-element .gform_button {
  background-color: #3C3E41;
  color: #fff;
  padding: 8px 18px;
  font-family: "Montserrat";
  font-size: 14px !important;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 425px) {
  .landing-page-element .button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .new-landing-page .page-element:not(.pt-0, .pb-0) {
    padding: 40px 0 !important;
  }
  .landing-page-element .button {
    padding: 12px 0;
  }
  .landing-page-element .section-title,
  .landing-page-element.image-right-content .hic-title h4,
  .landing-page-element.image-left-content .hic-title h4 {
    text-align: center;
  }
  .landing-page-element.image-right-content .hic-box,
  .landing-page-element.image-left-content .hic-box {
    display: flex;
    flex-wrap: wrap;
  }
  .landing-page-element.image-right-content .hic-image-container,
  .landing-page-element.image-left-content .hic-image-container {
    margin-top: 20px;
    order: 2;
  }
  .landing-page-element.image-right-content .hic-content,
  .landing-page-element.image-left-content .hic-content {
    order: 1;
  }
  .landing-page-element.image-right-content .hic-blurb,
  .landing-page-element.image-left-content .hic-blurb {
    padding-top: 0 !important;
  }
  .landing-page-element .button:not(.btn-download-brochure) {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .landing-page-element .button {
    font-size: 18px;
  }
  .landing-page-element .section-title,
  .landing-page-element.image-right-content .hic-title h4,
  .landing-page-element.image-left-content .hic-title h4 {
    font-size: 32px;
  }
  .landing-page-element.image-right-content .hic-image-container {
    padding-left: 30px;
  }
  .landing-page-element.image-left-content .hic-image-container {
    padding-right: 30px;
  }
  .landing-page-element.image-right-content .hic-title,
  .landing-page-element.image-left-content .hic-title {
    margin-bottom: 40px;
  }
  .landing-page-element.footer-top-right .inner-section {
    max-width: 1285px;
    margin: 0 auto;
  }
  .landing-page-element.footer-top-right .section-header {
    text-align: left;
  }
  .landing-page-element.footer-top-right .section-footer {
    position: absolute;
    top: 0;
    right: 0;
  }
  .landing-page-element .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .landing-page-element .gfield {
    width: 100%;
  }
  .landing-page-element .gfield:first-of-type,
  .landing-page-element .gfield:nth-of-type(2),
  .landing-page-element .gfield:nth-of-type(3),
  .landing-page-element .gfield:nth-of-type(4) {
    width: 49%;
  }
}
/* General*/

/* Content Section */
.landing-page-element.content-section .section-title span {
  font-size: 16px;
  display: block;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #1A1818;
  font-weight: 400;
  margin-bottom: 30px;
}
.landing-page-element.content-section .section-title {
  font-size: 32px;
  font-family: "Kaisei-Opti";
  font-weight: 500;
  margin-bottom: 20px;
}
.landing-page-element.content-section.with-form .hic-title h4 {
  font-size: 24px;
  font-family: "Kaisei-Opti";
  font-weight: 500;
  margin-bottom: 20px;
}
.landing-page-element.content-section .sub-heading {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
}
.landing-page-element.content-section .button {
  margin-bottom: 0;
}
.landing-page-element.content-section.with-form {
  text-align: center;
}
.landing-page-element.content-section.with-form .cell {
  padding: 40px 24px;
}
.landing-page-element.content-section.with-form .cell:last-of-type {
  background-color: #F4F2F0;
}
.landing-page-element.content-section.with-form .gfield input,
.landing-page-element.content-section.with-form .gfield textarea,
.landing-page-element.content-section.with-form .gfield select,
.landing-page-element.content-section.with-form .gfield .select2-selection {
  background-color: transparent;
}
.landing-page-element.content-section.with-form .gchoice {
  justify-content: center;
}
.landing-page-element.content-section.with-form .gform_button {
  min-width: 211px;
}
@media (max-width: 640px) {
  .landing-page-element.content-section .section-header,
  .landing-page-element.content-section .sub-heading {
    margin-bottom: 0 !important;
  }
  .landing-page-element.content-section.with-form .hic-button-wrapper {
    margin-top: 24px;
  }
}
@media (min-width: 641px) {
  .landing-page-element.content-section:not(.with-form) .grid-container {
    max-width: 864px;
  }
  .landing-page-element.content-section .section-title span {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .landing-page-element.content-section .section-title {
    margin-bottom: 40px;
  }
  .landing-page-element.content-section:not(.with-form) .section-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .landing-page-element.content-section.with-form .section-title {
    font-size: 45px;
  }
  .landing-page-element.content-section .sub-heading {
    font-size: 16px;
  }
  .landing-page-element.content-section.with-form .cell:first-of-type {
    width: 55%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .landing-page-element.content-section.with-form .form-content {
    max-width: 675px;
  }
  .landing-page-element.content-section.with-form .cell:last-of-type {
    background-color: #F4F2F0;
    width: 45%;
    padding: 60px;
  }
}
/* Content Section */

/* Testimonials Section */
.landing-page-element.testimonials-section .section-body {
  margin-bottom: 20px;
}
.landing-page-element.testimonials-section:not(.light-section) {
  background-color: #F4F2F0;
}
.landing-page-element.testimonials-section .hic-box {
  border-radius: 12px;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.landing-page-element.testimonials-section .hic-image {
  border-radius: 50%;
  width: 74px;
  height: 74px;
}
.landing-page-element.testimonials-section .slick-track {
  display: flex;
}
.landing-page-element.testimonials-section .slick-list {
  overflow: visible;
}
.landing-page-element.testimonials-section .slick-slide {
  height: inherit;
}
.landing-page-element.testimonials-section .title {
  position: absolute;
  top: 25px;
  left: 110px;
}
.landing-page-element.testimonials-section .rating {
  position: absolute;
  top: 60px;
  left: 110px;
}
.landing-page-element.testimonials-section .testimonial-rating {
  display: flex;
  column-gap: 5px;
}
.landing-page-element.testimonials-section .rating i {
  font-size: 16px;
}
.landing-page-element.testimonials-section .title h4 {
  font-family: "Kaisei-Opti";
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.landing-page-element.testimonials-section .hic-blurb p {
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #000;
}
.landing-page-element.testimonials-section .client-details,
.landing-page-element.testimonials-section .slick-arrow {
  display: none !important;
}
@media (max-width: 767px) {
  .landing-page-element.testimonials-section {
    padding: 50px 0;
  }
  .landing-page-element.testimonials-section .section-body .cell {
    padding: 0 8px;
  }
  .landing-page-element.testimonials-section .section-body {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .landing-page-element.testimonials-section .title h4 {
    font-size: 24px;
  }
  .landing-page-element.testimonials-section .hic-blurb p {
    font-size: 14px;
  }
  .landing-page-element.testimonials-section .rating i {
    font-size: 18px;
  }
  .landing-page-element.testimonials-section .grid-container {
    max-width: 900px;
  }
}
/* Testimonials Section */

/* Custom Slider Section */
.landing-page-element.custom-slider-section .button,
.landing-page-element.custom-slider-section .custom-slider {
  margin-bottom: 0;
}
.landing-page-element.custom-slider-section .cell:first-of-type {
  padding-right: 30px;
}
.landing-page-element.custom-slider-section .cell:last-of-type {
  padding-left: 30px;
}
.landing-page-element.custom-slider-section .section-footer {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .landing-page-element.custom-slider-section .slick-list {
    overflow: visible;
  }
  .landing-page-element.custom-slider-section .hic-button-wrapper {
    display: none;
  }
  .landing-page-element.custom-slider-section img {
    padding: 0 10px;
  }
}
@media (min-width: 641px) {
  .landing-page-element.custom-slider-section .section-footer {
    display: none;
  }
}
/* Custom Slider Section */

/* Home Designs Section */
.landing-page-element.home-designs-section .section-header > .cell {
  padding: 0 14px;
}
.landing-page-element.home-designs-section .section-body > .cell {
  padding: 0;
}
.landing-page-element.home-designs-section .property-item {
  padding: 0 14px;
}
.landing-page-element.home-designs-section .listing-element {
  padding: 0;
}
.landing-page-element.home-designs-section .listing-image-container .listing-title,
.landing-page-element.home-designs-section .listing-view-button {
  display: none;
}
.landing-page-element.home-designs-section .property-inner {
  box-shadow: none;
  position: relative;
}
.landing-page-element.home-designs-section .property-inner > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.landing-page-element.home-designs-section .property-display-image:after {
  display: none;
}
.landing-page-element.home-designs-section .listing-content {
  padding: 10px 0 !important;
}
.landing-page-element.home-designs-section .listing-content .listing-title {
  position: unset;
  color: #1A1818;
  font-size: 20px;
  font-weight: 400;
  font-family: "Kaisei-Opti";
  padding: 0;
  margin-bottom: 10px;
}
.landing-page-element.home-designs-section .property-group-meta li {
  font-size: 16px;
  color: #1A1818;
  font-family: "Montserrat";
  font-weight: 400;
  margin-right: 0;
}
.landing-page-element.home-designs-section .property-group-meta li::before {
  width: 24px;
}
.landing-page-element.home-designs-section .property-group-meta li.bed-meta::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjUwNjUgMi40NzEzMkMyMy4yMzY5IDIuNDcxMzIgMjMuMDE3NSAyLjY5MDY3IDIzLjAxNzUgMi45NjAyOFY0LjQ2ODI4SDguNzI4MUM4LjQ1ODQ5IDQuNDY4MjggOC4yMzQ1OCA0LjY4NzYyIDguMjM0NTggNC45NTcyM1Y1LjcyOTUxSDYuMDU5NDFDNS44MzA5MiA0LjA1MjQzIDQuMzkxNDcgMi43OTEyIDIuNjg2OTggMi43OTEySDAuOTc3OTEzVjEuMzUxNzVDMC45Nzc5MTMgMS4wODIxNCAwLjc1ODU2OCAwLjg2Mjc5MyAwLjQ4NDM4NyAwLjg2Mjc5M0MwLjIxMDIwNiAwLjg2Mjc5MyAwIDEuMDgyMTQgMCAxLjM1MTc1VjExLjY5M0MwIDExLjk2MjYgMC4yMTkzNDUgMTIuMTg2NSAwLjQ4ODk1NyAxMi4xODY1QzAuNzU4NTY4IDEyLjE4NjUgMC45ODI0ODMgMTEuOTY3MSAwLjk4MjQ4MyAxMS42OTNWOS42MzY1OUgyMy4wMTc1VjExLjY5M0MyMy4wMTc1IDExLjk2MjYgMjMuMjM2OSAxMi4xODY1IDIzLjUwNjUgMTIuMTg2NUMyMy43NzYxIDEyLjE4NjUgMjMuOTk1NCAxMS45NjcxIDIzLjk5NTQgMTEuNjkzVjIuOTYwMjhDMjMuOTk1NCAyLjY5MDY3IDIzLjc3NjEgMi40NzEzMiAyMy41MDY1IDIuNDcxMzJaTTIzLjAxNzUgNS40NTA3NlY4LjY1ODY4SDkuMjE3MDZWNS40NTA3NkgyMy4wMTc1Wk0wLjk4MjQ4MyA1LjczNDA4VjMuNzc4MjVIMi42OTE1NUMzLjg1NjgyIDMuNzc4MjUgNC44NDg0NCA0LjU5NjIzIDUuMDY3NzggNS43MzQwOEgwLjk4MjQ4M1pNOC4yMzQ1OCA2LjcxNjU2VjguNjU4NjhIMC45ODI0ODNWNi43MTY1Nkg4LjIzNDU4WiIgZmlsbD0iIzFBMTgxOCIvPgo8L3N2Zz4K');
}
.landing-page-element.home-designs-section .property-group-meta li.bath-meta::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc4NTMgMTMuMTIyN0g5LjIxNDY5QzQuOTk0MzUgMTMuMTIyNyAxLjUyNTQyIDkuODQ1ODUgMS4yMjAzNCA1LjY5ODk1SDIyLjc4NTNDMjIuNDgwMiA5Ljg0MDE5IDE5LjAxMTMgMTMuMTIyNyAxNC43OTEgMTMuMTIyN00yNCA1LjEwMDA4QzI0IDQuNzcyNCAyMy43MzQ1IDQuNTAxMjEgMjMuNDAxMSA0LjUwMTIxSDMuNjE1ODJWMi4wNjA1M0g1LjQ5NzE3VjMuMTc5MThDNS40OTcxNyAzLjUwNjg2IDUuNzYyNzEgMy43NzgwNSA2LjA5NjA1IDMuNzc4MDVDNi40MjkzOCAzLjc3ODA1IDYuNjk0OTIgMy41MTI1MSA2LjY5NDkyIDMuMTc5MThWMS40NjE2NkM2LjY5NDkyIDEuMTMzOTggNi40MjkzOCAwLjg2Mjc5MyA2LjA5NjA1IDAuODYyNzkzSDMuMDIyNkMyLjY4OTI3IDAuODYyNzkzIDIuNDIzNzMgMS4xMjgzMyAyLjQyMzczIDEuNDYxNjZWNC41MDY4NkgwLjU5ODg3QzAuMjcxMTg2IDQuNTA2ODYgMCA0Ljc3MjQgMCA1LjEwNTczQzAgOC44NTcxNCAyLjI1NDI0IDEyLjA5NDQgNS40ODAyMyAxMy41Mjk1TDUuMjkzNzkgMTMuNjA4NkM0Ljk4ODcgMTMuNzM4NSA0Ljg0NzQ2IDE0LjA4ODggNC45NzE3NSAxNC4zODgyQzUuMDY3OCAxNC42MTk5IDUuMjg4MTQgMTQuNzU1NCA1LjUyNTQyIDE0Ljc1NTRDNS42MDQ1MiAxNC43NTU0IDUuNjc3OTcgMTQuNzM4NSA1Ljc1NzA2IDE0LjcxMDNMNy4yMTQ2OSAxNC4xMDAxQzcuODU4NzYgMTQuMjQxMyA4LjUyNTQyIDE0LjMyMDQgOS4yMTQ2OSAxNC4zMjA0SDE0Ljc4NTNDMTUuNTk4OSAxNC4zMjA0IDE2LjM4NDIgMTQuMjEzMSAxNy4xMzU2IDE0LjAxNTNMMTguNzk2NiAxNC43MTAzQzE4Ljg3MDEgMTQuNzQ0MiAxOC45NDkyIDE0Ljc1NTQgMTkuMDI4MiAxNC43NTU0QzE5LjI1OTkgMTQuNzU1NCAxOS40ODU5IDE0LjYxOTkgMTkuNTgxOSAxNC4zODgyQzE5LjcxMTkgMTQuMDgzMSAxOS41NjUgMTMuNzMyOSAxOS4yNTk5IDEzLjYwODZMMTguNzc5NyAxMy40MTA4QzIxLjg2NDQgMTEuOTE5MyAyMy45OTQ0IDguNzYxMSAyMy45OTQ0IDUuMTExMzgiIGZpbGw9IiMxQTE4MTgiLz4KPC9zdmc+Cg==');
}
.landing-page-element.home-designs-section .property-group-meta li.car-meta::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjgwMzkgNi41NzAzM0wxNC44OTU1IDIuNTMwMDRDMTQuNjgxIDEuNTYzMDQgMTMuNzk1MiAwLjg2Mjc5MyAxMi43OTA5IDAuODYyNzkzSDQuMDExNjJDMy4wMDczIDAuODYyNzkzIDIuMTIxNDcgMS41NjMwNCAxLjkwNzA3IDIuNTMwMDRMMC45OTg2NzIgNi41ODE0NUMwLjk4MTc0NiA2LjYyNTkxIDAuOTc2MTA0IDYuNjY0ODEgMC45NzYxMDQgNi43MDM3MUMwLjM3MjM4NiA3LjA4NzE4IDAgNy43NTk2MyAwIDguNDg3NjZWMTIuNDAwMUMwIDEyLjk3ODEgMC4yODIxMTEgMTMuNTE3MiAwLjc5NTU1MyAxMy45Mjg0QzAuNzk1NTUzIDEzLjkzOTYgMC43OTU1NTMgMTMuOTUwNyAwLjc5NTU1MyAxMy45NjE4VjE1LjMyODlDMC43OTU1NTMgMTYuMTg0OCAxLjQ3ODI2IDE2Ljg1NzIgMi4zNDcxNiAxNi44NTcySDIuNzQ3NzZDMy42MTY2NiAxNi44NTcyIDQuMjk5MzcgMTYuMTg0OCA0LjI5OTM3IDE1LjMyODlWMTQuNTA2NEgxMi43MTc2VjE1LjMyODlDMTIuNzE3NiAxNi4xODQ4IDEzLjQwMDMgMTYuODU3MiAxNC4yNjkyIDE2Ljg1NzJIMTQuNjY5OEMxNS41Mzg3IDE2Ljg1NzIgMTYuMjIxNCAxNi4xODQ4IDE2LjIyMTQgMTUuMzI4OVYxNC4wMzk2QzE2LjcxNzkgMTMuNjM5NSAxNy4wMTY5IDEzLjAzMzcgMTcuMDE2OSAxMi4zOTQ2VjguNDY1NDNDMTcuMDE2OSA3LjY3MDcxIDE2LjU0ODYgNi45MzE1NyAxNS44MjA4IDYuNTY0NzdMMTUuODAzOSA2LjU3MDMzWk0xNS44ODg1IDguNDcwOTlWMTIuMzgzNUMxNS44ODg1IDEyLjk0NDggMTUuNDI1OCAxMy40MDA1IDE0Ljg1NiAxMy40MDA1SDIuMzQ3MTZDMS43OTQyMiAxMy40MDA1IDEuMTE3MTYgMTIuOTMzNyAxLjExNzE2IDEyLjM4MzVWOC40NzA5OUMxLjExNzE2IDcuOTA5NjggMS41Nzk4MiA3LjQ1Mzk3IDIuMTQ5NjggNy40NTM5N0gxNC44NTZDMTUuNDI1OCA3LjQ1Mzk3IDE1Ljg4ODUgNy45MDk2OCAxNS44ODg1IDguNDcwOTlaTTIuMjA2MTEgNi4zNTkxNUwzLjAxODU5IDIuNzc0NTdDMy4xMjAxNSAyLjMxMzMgMy41NDMzMSAxLjk3OTg1IDQuMDExNjIgMS45Nzk4NUgxMi43OTA5QzEzLjI3MDUgMS45Nzk4NSAxMy42OTkzIDIuMzE4ODUgMTMuNzgzOSAyLjc3NDU3TDE0LjU5NjQgNi4zNTkxNUgyLjIwNjExWk0zLjE3NjU3IDE1LjMxNzhDMy4xNzY1NyAxNS41NjIzIDIuOTkwMzggMTUuNzQ1NyAyLjc0MjEyIDE1Ljc0NTdIMi4zNDE1MkMyLjA5MzI2IDE1Ljc0NTcgMS45MDcwNyAxNS41NjIzIDEuOTA3MDcgMTUuMzE3OFYxNC40NDUzQzIuMDU5NDEgMTQuNDc4NiAyLjIwNjExIDE0LjQ5NTMgMi4zNDE1MiAxNC40OTUzSDMuMTc2NTdWMTUuMzEyM1YxNS4zMTc4Wk0xMy44MjM0IDE0LjUwMDlIMTQuODU2QzE0LjkzNDkgMTQuNTAwOSAxNS4wMTk2IDE0LjQ5NTMgMTUuMDkyOSAxNC40ODQyVjE1LjMxNzhDMTUuMDkyOSAxNS41NjIzIDE0LjkwNjcgMTUuNzQ1NyAxNC42NTg1IDE1Ljc0NTdIMTQuMjU3OUMxNC4wMDk2IDE1Ljc0NTcgMTMuODIzNCAxNS41NjIzIDEzLjgyMzQgMTUuMzE3OFYxNC41MDA5WiIgZmlsbD0iIzFBMTgxOCIvPgo8L3N2Zz4K');
}
.landing-page-element.home-designs-section .property-group-meta li.sqm-meta {
  display: none;
}
.landing-page-element.home-designs-section .property-group-meta li:not(:first-of-type) {
  padding-left: 10px;
}
.landing-page-element.home-designs-section .property-group-meta li:not(:last-of-type, .car-meta) {
  border-right: 1px dashed #000;
  padding-right: 10px;
}
.landing-page-element.home-designs-section .section-footer .button-wrapper {
  padding: 0 14px;
}
.landing-page-element.home-designs-section .btn-download-brochure {
  background-color: #F0F0F0;
  color: #000;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 400;
  border-radius: 0;
  border: none;
  z-index: 2;
  border-bottom-right-radius: 12px;
  padding: 5px 12px;
}
.landing-page-element.home-designs-section .btn-download-brochure::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTEuNDM5OEwzLjQ2MTUgNy45MDEyOUw0LjE2OTI1IDcuMTgyMDRMNi41IDkuNTEyNzlWMC44NjI3OTNINy41VjkuNTEyNzlMOS44MzA3NSA3LjE4MjA0TDEwLjUzODUgNy45MDEyOUw3IDExLjQzOThaTTEuNjE1NSAxNC44NjI4QzEuMTU1MTcgMTQuODYyOCAwLjc3MDgzMyAxNC43MDg2IDAuNDYyNSAxNC40MDAzQzAuMTU0MTY3IDE0LjA5MiAwIDEzLjcwNzYgMCAxMy4yNDczVjEwLjgyNDNIMVYxMy4yNDczQzEgMTMuNDAxMyAxLjA2NDA4IDEzLjU0MjQgMS4xOTIyNSAxMy42NzA1QzEuMzIwNDIgMTMuNzk4NyAxLjQ2MTUgMTMuODYyOCAxLjYxNTUgMTMuODYyOEgxMi4zODQ1QzEyLjUzODUgMTMuODYyOCAxMi42Nzk2IDEzLjc5ODcgMTIuODA3NyAxMy42NzA1QzEyLjkzNTkgMTMuNTQyNCAxMyAxMy40MDEzIDEzIDEzLjI0NzNWMTAuODI0M0gxNFYxMy4yNDczQzE0IDEzLjcwNzYgMTMuODQ1OCAxNC4wOTIgMTMuNTM3NSAxNC40MDAzQzEzLjIyOTIgMTQuNzA4NiAxMi44NDQ4IDE0Ljg2MjggMTIuMzg0NSAxNC44NjI4SDEuNjE1NVoiIGZpbGw9IiMxQzFCMUYiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.landing-page-element.home-designs-section .btn-download-brochure:hover {
  background-color: #3c3e41;
  color: #fff !important;
}
.landing-page-element.home-designs-section .btn-download-brochure:hover::after {
  filter: invert(1);
}
.landing-page-element.home-designs-section .slick-arrow {
  display: none !important;
}
@media (max-width: 640px) {
  .landing-page-element.home-designs-section .section-body {
    max-width: 80%;
    margin: 0 auto;
  }
  .landing-page-element.home-designs-section .slick-list {
    overflow: visible;
  }
  .landing-page-element.home-designs-section .listing-content {
    text-align: center;
  }
  .landing-page-element.home-designs-section .section-header {
    margin-bottom: 0 !important;
  }
  .landing-page-element.home-designs-section .section-footer {
    margin-top: 0 !important;
  }
}
@media (min-width: 641px) {

}
/* Home Designs Section */

/* Quote Section */
.landing-page-element.get-a-quote-section .hic-box {
  align-items: unset;
}
.landing-page-element.get-a-quote-section .hic-content {
  padding: 40px 14px 0 14px !important;
}
@media (max-width: 640px) {
  .landing-page-element.get-a-quote-section .gform_button {
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  .landing-page-element.get-a-quote-section .hic-content {
    padding: 70px 110px 70px 30px !important;
  }
}
/* Quote Section */

/* Footer Section */
.landing-page-element.custom-footer-section .section-body {
  align-items: center;
}
.landing-page-element.custom-footer-section img {
  width: 100%;
}
.landing-page-element.custom-footer-section .social-media-container i {
  font-size: 31px;
  color: #172024;
}
.landing-page-element.custom-footer-section .fa-facebook-f::before {
  content: "\f09a";
}
.landing-page-element.custom-footer-section .fa-pinterest-p::before {
  content: "\f0d2";
}
.landing-page-element.custom-footer-section .fa-linkedin-in::before {
  content: "\f08c";
}
.landing-page-element.custom-footer-section .cell:last-of-type p {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .landing-page-element.custom-footer-section {
    text-align: center;
    padding: 50px 0 !important;
  }
  .landing-page-element.custom-footer-section .social-media-container {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .landing-page-element.custom-footer-section .section-body {
    padding-bottom: 63px;
  }
  .landing-page-element.custom-footer-section .cell:first-of-type img {
    max-width: 345px;
  }
  .landing-page-element.custom-footer-section .cell:first-of-type {
    margin-bottom: 20px;
  }
  .landing-page-element.custom-footer-section .cell:last-of-type img {
    max-width: 224px;
  }
}
@media (min-width: 641px) {
  .landing-page-element.custom-footer-section img {
    max-width: 260px;
  }
  .landing-page-element.custom-footer-section .cell:last-of-type {
    text-align: right;
  }
  .landing-page-element.custom-footer-section .social-media-container i {
    font-size: 20px;
  }
}
/* Footer Section */
/************************************************
!NEW LANDING PAGE - END
*************************************************/

/************************************************
#GALLERY BACKGROUND - START
*************************************************/
body:not(.home) .hero.gallery-background-banner .hero-banner-message {
  position: unset;
}
body:not(.home) .hero.gallery-background-banner .hero-bg-overlay {
  display: none;
}
body:not(.home) .hero.gallery-background-banner .cell {
  padding: 24px;
  background-color: #fff;
}
body:not(.home) .hero.gallery-background-banner p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 20px;
}
body:not(.home) .hero.gallery-background-banner,
body:not(.home) .hero.gallery-background-banner p,
body:not(.home) .hero.gallery-background-banner h1 {
  color: #172024;
}
body:not(.home) .hero.gallery-background-banner h1 {
  font-size: 30px;
}
body:not(.home) .hero.gallery-background-banner .hero-btn-wrap .button {
  background-color: #fff;
  color: #172024;
  border: 1px solid #172024;
  font-size: 18px;
  width: 100%;
  min-width: 208px;
  padding: 12px 20px;
  margin: 0;
}
.page-dual-living-home-designs .hero-slider .bg-image {
  background-position: top;
}
@media (max-width: 640px) {
  body:not(.home) .hero.gallery-background-banner .hero-slider {
    position: unset;
  }
  body:not(.home) .hero.gallery-background-banner .hero-banner-message {
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #172024;
  }
}
@media (min-width: 641px) {
  body:not(.home) .hero.gallery-background-banner .grid-container .grid-x {
    padding: 0 24px;
  }
  body:not(.home) .hero.gallery-background-banner .cell {
    padding: 40px;
    max-width: 456px;
  }
  body:not(.home) .hero.gallery-background-banner .hero-btn-wrap .button {
    width: auto;
  }
  body:not(.home) .hero.gallery-background-banner h1 {
    font-size: 32px;
  }
  body:not(.home) .hero.gallery-background-banner p {
    font-size: 14px;
    margin-top: 30px;
  }
}
/************************************************
!GALLERY BACKGROUND - END
*************************************************/

/************************************************
#OFFICE - START
*************************************************/
/* Single Page */
.single-office .home-builders-element ul {
  font-size: inherit;
}
@media (min-width: 2300px) {
  .single-office .home-builders-element ul {
    font-size: 20px;
  }
}
/* Single Page */
/************************************************
!OFFICE - END
*************************************************/