/**
 * EPL Custom Templates CSS
 *
 * @package     EPL-CUSTOM-TEMPLATES
 * @since       2.9.7
 * @subpackage  css
 * @copyright   Copyright (c) 2022, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
@font-face {
  font-family: "Aqua Grotesque";
  src: url("fonts/AquaGrotesque/AquaGrotesque.woff2") format("woff2"), url("fonts/AquaGrotesque/AquaGrotesque.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  interpolate-size: allow-keywords;
  --epl-color-white-opacity-75: rgba(255, 255, 255, 0.75);
  --epl-color-white-opacity-50: rgba(255, 255, 255, 0.5);
  --epl-color-white-opacity-25: rgba(255, 255, 255, 0.25);
  --epl-color-white-opacity-10: rgba(255, 255, 255, 0.1);
  --epl-color-grey-cd: #cdcdcd;
  --epl-color-grey-df: #dfdfdf;
  --epl-color-grey-e1: #e1e1e1;
  --epl-color-grey-e2: #e2e2e2;
  --epl-color-grey-e5: #e5e5e5;
  --epl-color-grey-e7: #e7e7e7;
  --epl-color-grey-e9: #e9e9e9;
  --epl-color-grey-ef: #efefef;
  --epl-color-grey-f0: #f0f0f0;
  --epl-color-grey-f3: #f3f3f3;
  --epl-color-grey-f4: #f4f4f4;
  --epl-color-grey-f5: #f5f5f5;
  --epl-color-grey-f6: #f6f6f6;
  --epl-color-grey-f7: #f7f7f7;
  --epl-color-grey-f8: #f8f8f8;
  --epl-color-grey-f9: #f9f9f9;
  --epl-color-grey-fa: #fafafa;
  --epl-color-grey-fb: #fbfbfb;
  --epl-color-grey-fc: #fcfcfc;
  --epl-color-grey-fd: #fdfdfd;
  --epl-color-grey-fe: #fefefe;
  --epl-color-grey-ff: #ffffff;
  --epl-color-grey-ab: #ababab;
  --epl-color-grey-b1: #b1b1b1;
  --epl-color-grey-99: #999999;
  --epl-color-grey-91: #919294;
  --epl-color-grey-89: #898989;
  --epl-color-grey-7f: #7f7f7f;
  --epl-color-silver: #c0c0c0;
  --epl-color-black: #000000;
  --epl-color-white: #ffffff;
  --epl-color-grey: #002461;
  --epl-color-page: #f7f7f7;
  --epl-color-black-10: rgba(0, 0, 0, 0.1);
  --epl-color-black-20: rgba(0, 0, 0, 0.2);
  --epl-color-black-30: rgba(0, 0, 0, 0.3);
  --epl-color-black-40: rgba(0, 0, 0, 0.4);
  --epl-color-black-50: rgba(0, 0, 0, 0.5);
  --epl-color-black-60: rgba(0, 0, 0, 0.6);
  --epl-color-black-70: rgba(0, 0, 0, 0.7);
  --epl-color-black-80: rgba(0, 0, 0, 0.8);
  --epl-color-black-90: rgba(0, 0, 0, 0.9);
  --epl-color-primary: #3a3b3d;
  --epl-color-primary-light: var(--epl-color-primary);
  --epl-color-primary-opacity: var(--epl-color-primary);
  --epl-color-secondary: #225260;
  --epl-color-secondary-light: var(--epl-color-secondary);
  --epl-color-secondary-opacity: var(--epl-color-secondary);
  --epl-color-tertiary: #f47b21;
  --epl-color-tertiary-light: var(--epl-color-tertiary);
  --epl-color-tertiary-opacity: var(--epl-color-tertiary);
  --epl-color-accent: #f47b21;
  --epl-color-accent-light: var(--epl-color-accent);
  --epl-color-accent-opacity: var(--epl-color-accent);
  --epl-color-alternate: #f47b21;
  --epl-color-alternate-light: var(--epl-color-alternate);
  --epl-color-alternate-opacity: var(--epl-color-alternate);
  --epl-color-tint: #f2f3f5;
  --epl-color-tint-light: var(--epl-color-tint);
  --epl-color-tint-opacity: var(--epl-color-tint);
  --epl-color-gradient: linear-gradient(0deg, var(--epl-color-secondary) 39%, var(--epl-color-tertiary) 94%);
  --epl-color-grey: #f2f3f5;
  --epl-color-grey-dark: rgba(107, 124, 166, 0.36);
  --epl-color-primary-100: rgba(13, 13, 13, 1);
  --epl-color-primary-70: rgba(13, 13, 13, 0.7);
  --epl-color-primary-50: rgba(13, 13, 13, 0.5);
  --epl-color-primary-30: rgba(13, 13, 13, 0.3);
  --epl-color-primary-10: rgba(13, 13, 13, 0.3);
  --epl-color-secondary-100: rgba(37, 46, 100, 1);
  --epl-color-secondary-70: rgba(37, 46, 100, 0.7);
  --epl-color-secondary-50: rgba(37, 46, 100, 0.5);
  --epl-color-secondary-30: rgba(37, 46, 100, 0.3);
  --epl-color-secondary-10: rgba(37, 46, 100, 0.3);
  --epl-color-accent-100: rgba(102, 109, 147, 1);
  --epl-color-accent-70: rgba(102, 109, 147, 0.7);
  --epl-color-accent-50: rgba(102, 109, 147, 0.5);
  --epl-color-accent-30: rgba(102, 109, 147, 0.3);
  --epl-color-accent-10: rgba(102, 109, 147, 0.3);
  --epl-font-family-primary: "Poppins", sans-serif;
  --epl-font-family-secondary: "Aqua Grotesque", Sans-serif;
  --epl-font-family-tertiary: "Poppins", sans-serif;
  --epl-font-family-quaternary: "Poppins", sans-serif;
}

.epl-element__flex,
.epl-element__flex--align-center,
.epl-element__flex--space-between,
.epl-element__flex--flex-start,
.epl-element__flex--flex-end,
.epl-element__flex--direction-row-reverse .epl-element__flex--direction-column-reverse {
  display: flex;
}

.epl-element__flex--align-center {
  align-items: center;
}

.epl-element__flex--space-between {
  justify-content: space-between;
}
.epl-element__flex--space-between.epl-rec-icons {
  justify-content: space-between;
}

.epl-element__flex--flex-start {
  justify-content: flex-start;
}

.epl-element__flex--flex-end {
  justify-content: flex-end;
}

.epl-element__flex--direction-row-reverse {
  flex-direction: row-reverse;
}

.epl-element__flex--direction-column-reverse {
  column-direction: row-reverse;
}

.epl-element__flex--wrap {
  flex-wrap: wrap;
}

.epl-element__flex--gap {
  gap: 0.5em;
}

.epl-element__flex--gap-1 {
  gap: 1em;
}

.epl-element__flex--gap-2 {
  gap: 2em;
}

.epl-element__flex--gap-3 {
  gap: 3em;
}

.epl-element__flex--gap-4 {
  gap: 4em;
}

.epl-element__flex--gap-5 {
  gap: 5em;
}

@media screen and (min-width: 1030px) {
  .epl-hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .epl-hide-tablet-landscape {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .epl-hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .epl-hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .epl-hide-above-mobile {
    display: none;
  }
}
.epl-hide-custom-width {
  display: none;
}
@media screen and (min-width: 650px) {
  .epl-hide-custom-width {
    display: block;
  }
}

.epl-show-custom-width {
  display: none;
}
@media screen and (max-width: 650px) {
  .epl-show-custom-width {
    display: block;
  }
}

.epl-hide-list {
  display: none !important;
}

.epl-listing-grid-view .epl-hide-list,
.epl-listing-grid-view-forced .epl-hide-list {
  display: block !important;
}

.epl-listing-grid-view .epl-hide-grid,
.epl-listing-grid-view-forced .epl-hide-grid {
  display: none !important;
}

/*****************************
Helpers
****************************/
.epl-section-outer-wrapper {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

/*********************************************
Wrapper styling
*********************************************/
.rec-module-outer-wrapper {
  clear: both;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.rec-block-outer-wrapper {
  margin-left: 0;
  margin-right: 0;
  min-height: 1px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 100%) {
  .rec-module-outer-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.epl-text-trim {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.epl-image-tool {
  position: absolute;
  z-index: 2;
}

.epl-image-tool--top-left {
  top: 1em;
  left: 1em;
}

.epl-image-tool--top-right {
  top: 1em;
  right: 1em;
}

.epl-image-tool--bottom-left {
  bottom: 1em;
  left: 1em;
}

.epl-image-tool--bottom-right {
  bottom: 1em;
  right: 1em;
}

.epl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}

/*********************************************
EPL Core Reset CSS Classes
*********************************************/
.epl-property-blog .property-box {
  width: initial;
}

@media screen and (max-width: 500px) {
  .epl-property-blog,
  .epl-property-blog.hentry {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    float: none;
    clear: both;
  }
}
.epl-single-listing .grid-container.container {
  width: 100%;
  max-width: 100%;
}
.epl-single-listing .site-content,
.epl-single-listing .content {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: initial;
}
/*****************************
	Archive Reset
****************************/
.epl-property-blog-rec,
.epl-property-blog-rec.hentry,
.epl-property-blog-rec.epl-listing-grid-view,
.epl-property-blog-rec.epl-listing-grid-view-forced,
.builder-module-content .epl-listing-grid-view-forced.hentry,
.builder-module-content .epl-listing-grid-view.hentry,
.epl-listing-grid-view,
.epl-listing-grid-view-forced,
.epl-listing-grid-view-forced.hentry,
.epl-listing-grid-view.hentry,
.epl-property-blog.epl-listing-grid-view,
.epl-property-blog.epl-listing-grid-view-forced {
  display: flex;
  float: initial;
  box-sizing: border-box;
  width: initial;
  height: initial;
  max-width: 100%;
  box-shadow: none;
  overflow: hidden;
  font-size: initial;
  vertical-align: initial;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.epl-inspection-times ul.home-open-wrapper {
  margin: 0;
  list-style-type: none;
}

.epl-author-box-container {
  margin: 0;
}

.epl-author-box-outer-wrapper {
  margin: 0;
  padding: 0;
  background: initial;
}

.epl-listing-status {
  float: none;
  padding-left: 0;
  text-transform: none;
}

.epl-featured-image a,
.epl-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.epl-tab-section {
  margin-top: 0;
}

.gm-style img {
  box-shadow: none !important;
}

.epl-section-wrap--tint {
  background: var(--epl-color-tint);
}

.epl-section-wrap--dark {
  background: var(--epl-color-secondary);
}

.epl-section-wrap--white {
  background: var(--epl-color-white);
}

.epl-section-wrap--color-primary {
  background: var(--epl-color-primary);
}

.epl-section-wrap--color-secondary {
  background: var(--epl-color-secondary);
}

.epl-section-wrap--color-tertiary {
  background: var(--epl-color-tertiary);
}

.epl-section-wrap--color-grey-dark {
  background: var(--epl-color-grey-dark);
}

.epl-section-wrap--relative {
  position: relative;
}

.epl-section-wrap--wide {
  width: 100%;
}
.epl-section-wrap--wide .epl-section {
  max-width: 1800px;
}

.epl-section-wrap--narrow .epl-section {
  max-width: 1440px;
}

.epl-section-wrap--top-margin {
  margin-top: 115px;
}

.epl-section-wrap--info-bar .epl-section {
  padding-block: 1.2em;
}

.epl-section-wrap--image .epl-section {
  padding-block: 0;
}

.epl-section-wrap--info-bar--icons .epl-section {
  padding-block: 2em;
}

.epl-section-wrap--tight .epl-section {
  margin-block: 0;
  padding-block: 0;
}

.epl-section-wrap--agents .epl-section {
  display: block;
  justify-content: center;
  gap: 2em;
  flex-wrap: nowrap;
}

.epl-section-wrap--modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.epl-section-wrap--first {
  margin-top: 115px;
}
.epl-section-wrap--last {
  margin-bottom: 0;
  padding-block: 0;
}
.epl-section-wrap--last .epl-section {
  padding-bottom: 0;
  margin-bottom: 0;
}

.epl-section-wrap--full-width {
  width: 100%;
  max-width: 100%;
}
.epl-section-wrap--full-width .epl-section {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

.epl-section-wrap--full-width-padding {
  width: 100%;
  max-width: 100%;
}
.epl-section-wrap--full-width-padding .epl-section {
  width: 100%;
  max-width: 100%;
}

.epl-section-wrap--tight {
  padding-block: 0;
}

.epl-section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1390px + 2em);
  overflow: visible;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (max-width: calc(1390px + 2em)) {
  .epl-section {
    padding: 3em 2em;
  }
}
@media screen and (max-width: 1030px) {
  .epl-section {
    padding: 3em 0;
  }
}
@media screen and (max-width: 600px) {
  .epl-section {
    padding: 2em 2em;
  }
}

.epl-section-wrap .epl-section--default {
  max-width: calc(1390px + 2em);
  margin-inline: auto;
}
.epl-section-wrap .epl-section--wide {
  max-width: 1800px;
  margin-inline: auto;
}
.epl-section-wrap .epl-section--narrow {
  max-width: 1440px;
  margin-inline: auto;
}
.epl-section-wrap .epl-section--full-width {
  max-width: 100%;
  width: 100%;
  padding-inline: 0 !important;
}

.epl-section--flex {
  display: flex;
}

.epl-section--grid {
  display: grid;
}

.epl-section--modal {
  display: grid;
  place-content: center;
  height: 100vh;
}

.epl-section__flex__item {
  display: flex;
}

.epl-section--sidebar {
  display: grid;
  grid-template-areas: "main sidebar";
  grid-template-columns: 1fr min(100%, 400px);
  gap: 5em;
}
@media screen and (max-width: 1200px) {
  .epl-section--sidebar {
    grid-template-areas: "main" "sidebar";
    grid-template-columns: minmax(0, 1fr);
  }
}

.epl-section--sidebar-right {
  grid-template-areas: "main sidebar";
  grid-template-columns: 1fr min(100%, 400px);
}
@media screen and (max-width: 1030px) {
  .epl-section--sidebar-right {
    grid-template-areas: "main" "sidebar";
    grid-template-columns: minmax(0, 1fr);
  }
}

.epl-section--sidebar-left {
  grid-template-areas: "sidebar main";
  grid-template-columns: 450px 1fr;
}
@media screen and (max-width: 770px) {
  .epl-section--sidebar-left {
    grid-template-areas: "sidebar" "main";
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1030px) {
  .epl-section--sidebar-75-25 {
    grid-template-columns: 0.75fr 0.25fr;
  }
}

@media screen and (min-width: 1030px) {
  .epl-section--sidebar-50,
  .epl-section--sidebar-50-50 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1030px) {
  .epl-section--sidebar-25-75 {
    grid-template-columns: 0.25fr 0.75fr;
  }
}

@media screen and (min-width: 600px) and (max-width: 1030px) {
  .epl-section {
    padding-inline: 2em;
  }
}
@media screen and (min-width: 1030px) and (max-width: 100%) {
  .epl-section {
    padding-inline: 1em;
  }
}
@media screen and (min-width: 100%) {
  .epl-section {
    padding-inline: 1em;
  }
}
.epl-section iframe {
  display: block;
  border: none;
}

.epl-section__inner {
  max-width: calc(1390px + 2em);
  margin-inline: auto;
}
@media screen and (min-width: calc(1390px + 2em)) {
  .epl-section__inner {
    padding-inline: 0;
  }
}

.epl-section__item {
  margin: 0;
}

.epl-section__title,
h3.epl-section__title {
  margin: 0 0 1em;
  padding: 0;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-secondary);
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px none var(--epl-color-grey-df);
  border-style: none;
}

.epl-section__title--center {
  text-align: center;
}

.epl-section__title--right {
  text-align: right;
}

.epl-section__title--left {
  text-align: left;
}

.epl-section__description {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

.epl-section-inner__panel {
  margin: 0 0 2em;
  padding: 2em;
  border: 1px solid var(--epl-color-grey-df);
  border-style: solid;
  border-radius: 1.5em;
  box-shadow: none;
  background: transparent;
}
.epl-section-inner__panel:first-child {
  margin-top: 0;
  padding-top: 1em;
}
.epl-section-inner__panel:last-child {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.epl-section-inner__panel .epl-tab-title {
  display: none;
}
.epl-section-inner__panel--tint {
  background: var(--epl-color-tint);
}

.epl-section-inner__panel--featured-image {
  max-width: 917px;
}

.epl-section-inner--main {
  grid-area: main;
  min-width: 0;
  overflow: visible;
}

@media screen and (min-width: 1030px) {
  .epl-section-inner--main-single {
    padding-right: 0;
    border-right: none;
  }
}

.epl-section-inner--sidebar {
  grid-area: sidebar;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 2px solid var(--epl-color-secondary);
  border-style: none;
  box-shadow: none;
  border-radius: 0;
}
.epl-section-inner__title,
h3.epl-section-inner__title,
h4.epl-section-inner__title {
  margin: 0;
  padding: 0 0 1em;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-secondary);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--epl-color-grey-df);
  border-style: none;
}
.epl-block-widget {
  overflow: hidden;
  margin: 0 0 2em;
  padding: 1em;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-df);
  border-style: solid;
  box-shadow: none;
  border-radius: 1.5em;
  text-align: left;
  font-size: 1em;
  font-family: var(--epl-font-family-primary);
  line-height: 2;
}
.epl-block-widget:first-child {
  margin-top: 0;
  padding-top: 1em;
  border-top: 1px solid var(--epl-color-grey-df);
}
.epl-block-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--epl-color-grey-df);
}
.epl-block-widget .epl-tab-title-property-features {
  display: none;
}

.epl-block-title {
  margin: 0 0 0.5em;
  padding: 0;
  background: transparent;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-secondary);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  letter-spacing: 0;
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
}

.epl-block-widget--hidden {
  display: none;
}

.epl-block-widget:nth-child(1) {
  animation-delay: 250ms;
}

.epl-block-widget:nth-child(2) {
  animation-delay: 500ms;
}

.epl-block-widget:nth-child(2) {
  animation-delay: 750ms;
}

.epl-block-widget:nth-child(3) {
  animation-delay: 1000ms;
}

.epl-block-widget:nth-child(4) {
  animation-delay: 1250ms;
}

.epl-block-widget:nth-child(5) {
  animation-delay: 1500ms;
}

.epl-block-widget:nth-child(6) {
  animation-delay: 1755ms;
}

.epl-row-wrap {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px none var(--epl-color-primary);
  border-style: none;
}

.epl-row {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px none var(--epl-color-primary);
  border-style: none;
  min-width: 0;
}

.epl-row--gap-01 {
  gap: 0.1em;
}

.epl-row--gap-02 {
  gap: 0.2em;
}

.epl-row--gap-03 {
  gap: 0.3em;
}

.epl-row--gap-04 {
  gap: 0.4em;
}

.epl-row--gap-05 {
  gap: 0.5em;
}

.epl-row--gap-1 {
  gap: 1em;
}

.epl-row--gap-2 {
  gap: 2em;
}

.epl-row--gap-3 {
  gap: 3em;
}

.epl-row--gap-4 {
  gap: 4em;
}

.epl-row--gap-5 {
  gap: 5em;
}

.epl-row--flex-1 {
  flex: 1;
}

.epl-row--wrap {
  display: flex;
  flex-wrap: wrap;
}

.epl-row--space-between,
.epl-row--justify-space-between,
.epl-row--justify-content-space-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .epl-row--space-between,
  .epl-row--justify-space-between,
  .epl-row--justify-content-space-between {
    flex-wrap: wrap;
  }
}

.epl-row--align-flex-start {
  display: flex;
  align-items: flex-start;
}

.epl-row--column {
  display: flex;
  flex-direction: column;
}

.epl-row--column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.epl-row--justify-content-center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .epl-row--justify-content-center {
    flex-wrap: wrap;
  }
}

.epl-row--flex-start {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .epl-row--flex-start {
    flex-wrap: wrap;
  }
}

.epl-row--flex-end {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .epl-row--flex-end {
    flex-wrap: wrap;
  }
}

.epl-row--flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .epl-row--flex-wrap-1024 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .epl-row--flex-wrap-800 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .epl-row--flex-wrap-768 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .epl-row--flex-wrap-600 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .epl-row--flex-wrap-500 {
    flex-wrap: wrap;
  }
}

.epl-row--align-center {
  display: flex;
  align-items: center;
}

.epl-row--align-baseline {
  display: flex;
  align-items: baseline;
}

.epl-row--list-item {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid var(--epl-color-grey-e9);
  border-style: none;
  list-style: none;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
}
.epl-row--list-item .epl-value {
  font-weight: 400;
}
.epl-row--list-item .epl-value div {
  display: inline-block;
}
.epl-row--list-item:last-child {
  margin-bottom: 0;
}

.epl-row--margin-bottom-05 {
  margin-bottom: 0.5em;
}

.epl-row--margin-bottom-1 {
  margin-bottom: 1em;
}

.epl-row--margin-bottom-2 {
  margin-bottom: 2em;
}

.epl-row--margin-bottom-3 {
  margin-bottom: 3em;
}

.epl-row--margin-bottom-4 {
  margin-bottom: 4em;
}

.epl-row--margin-bottom-5 {
  margin-bottom: 5em;
}

.epl-row--content .epl-rec-meta {
  margin-block: 0.5em;
}

.epl-row--last .epl-rec-meta {
  margin-bottom: 0;
}

.epl-row__link {
  position: absolute;
  inset: 0;
  display: block;
  align-content: center;
  background: transparent;
  color: transparent !important;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  text-transform: none;
  text-indent: 0;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.epl-row__link:hover {
  background: transparent;
  color: var(--epl-color-white);
  opacity: 1;
  font-size: 1.5em;
}
.epl-row__link--shutter {
  overflow: hidden;
}
.epl-row__link--shutter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8, 49, 81, 0.5098039216);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg) scaleY(0);
  transform: rotate(-45deg) scaleY(0);
  left: -35%;
  right: -35%;
  top: -35%;
  bottom: -35%;
  height: auto;
  width: auto;
}
.epl-row__link--shutter:hover::before {
  transform: rotate(-45deg) scaleY(1.03);
}
.epl-row__link .epl-row__link__text {
  position: relative;
  padding: 1em;
  background: transparent;
  border: 1px solid var(--epl-color-white);
  font-size: 1em;
  color: var(--epl-color-white);
  opacity: 0;
  transition: ease-in-out opacity 0.6s;
}
.epl-row__link:hover .epl-row__link__text {
  opacity: 1;
}

.epl-row-inner {
  width: 100%;
}

.epl-hide__address-suburb .entry-title-sub {
  display: none !important;
}

.epl-rec-meta__flex,
.epl-rec-meta__flex--align-center,
.epl-rec-meta__flex--space-between {
  display: flex;
  gap: 0.5em;
}

.epl-rec-meta__flex--align-center {
  align-items: center;
}

.epl-rec-meta__flex--space-between {
  justify-content: space-between;
}

/*****************************
	General Styling
******************************/
.epl_print_r,
.epl_var_dump {
  background: gray;
  color: #ffffff;
  width: 100% !important;
  z-index: 9999;
}

.epl-success,
.epl-info,
.epl-warning,
.epl-danger {
  margin: 0;
  padding: 5px;
  border-left: 3px solid;
  font-size: 10px;
}

.epl-success p,
.epl-info p,
.epl-warning p,
.epl-danger p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.epl-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.epl-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.epl-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.epl-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.epl-property-features li::marker,
.epl-row-wrap--list li::marker {
  content: "";
  color: #78aedf;
  font-size: 0.7em;
}

.epl-animate,
.status-sticker {
  animation-duration: 0.3s;
  animation-name: epl-animate-fade;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

.epl-animate-bar-height {
  animation-duration: 0.3s;
  animation-name: epl-animate-height;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

.epl-animate-fade {
  animation-duration: 1s;
  animation-name: epl-animate-fade;
  animation-delay: 250ms;
  animation-fill-mode: backwards;
}

.epl-animate-slide-in-left {
  animation-duration: 1s;
  animation-name: epl-animate-slide-in-left;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

.epl-animate-slide-in-right {
  animation-duration: 1s;
  animation-name: epl-animate-slide-in-right;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

.epl-animate-card {
  animation-duration: 1s;
  animation-name: epl-animate-slide-in-right;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

.epl-animate-card:nth-child(1) {
  animation-delay: 250ms;
}

.epl-animate-card:nth-child(2) {
  animation-delay: 500ms;
}

.epl-animate-card:nth-child(3) {
  animation-delay: 750ms;
}

.epl-animate-card:nth-child(4) {
  animation-delay: 1000ms;
}

.epl-animate-card:nth-child(5) {
  animation-delay: 1250ms;
}

.epl-animate-card:nth-child(6) {
  animation-delay: 1500ms;
}

.epl-animate-card:nth-child(7) {
  animation-delay: 1750ms;
}

.epl-animate-card:nth-child(8) {
  animation-delay: 2000ms;
}

.epl-animate-card:nth-child(9) {
  animation-delay: 2250ms;
}

.epl-animate-card:nth-child(10) {
  animation-delay: 2500ms;
}

.epl-animate-card:nth-child(11) {
  animation-delay: 2750ms;
}

.epl-animate-card:nth-child(12) {
  animation-delay: 3000ms;
}

.epl-animate-card:nth-child(13) {
  animation-delay: 3250ms;
}

@keyframes epl-animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes epl-animate-height {
  0% {
    height: 0px;
  }
  100% {
    height: 40px;
  }
}
@keyframes epl-animate-slide-in-left {
  0% {
    transform: translateX(-340px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes epl-animate-slide-in-right {
  0% {
    transform: translateX(340px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes epl-animate-slide-in-up {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
.epl-single-default {
  width: 100%;
  max-width: 100%;
}

.elementor-shortcode .epl-property-single-rec .epl-rec-heading,
.epl-property-single-rec .epl-rec-heading {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  border: 1px solid #575757;
  border-style: none;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-heading--secondary,
.epl-property-single-rec .epl-rec-heading--secondary {
  margin: 0 0 1em;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.355;
  letter-spacing: 0;
  text-transform: none;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-address,
.epl-property-single-rec .epl-rec-address {
  display: block;
  flex-direction: row;
  gap: 1rem;
  margin: 0.5em 0 1em;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-quaternary) !important;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.105;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
.elementor-shortcode .epl-property-single-rec .entry-title-sub,
.epl-property-single-rec .entry-title-sub {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}
.elementor-shortcode .epl-property-single-rec .item-street,
.epl-property-single-rec .item-street {
  display: inline;
  font-size: inherit;
  font-weight: 400;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-address .item-suburb,
.epl-property-single-rec .epl-rec-address .item-suburb {
  display: inline;
}
.elementor-shortcode .epl-property-single-rec .item-state,
.epl-property-single-rec .item-state {
  display: none;
}
.elementor-shortcode .epl-property-single-rec .item-pcode,
.epl-property-single-rec .item-pcode {
  display: none;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-suburb,
.epl-property-single-rec .epl-rec-suburb {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary) !important;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.355;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-status,
.epl-property-single-rec .epl-rec-status {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.355;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-category,
.epl-property-single-rec .epl-rec-category {
  margin: 0 0 0;
  padding: 0;
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
  font-size: 1.2em;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-price,
.epl-property-single-rec .epl-rec-price {
  margin: 0;
  padding: 0;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-quaternary);
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.133;
  letter-spacing: 0;
  text-transform: none;
  text-align: right;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-price .bond,
.elementor-shortcode .epl-property-single-rec .epl-rec-price .rent-period,
.epl-property-single-rec .epl-rec-price .bond,
.epl-property-single-rec .epl-rec-price .rent-period {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-primary);
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-content,
.epl-property-single-rec .epl-rec-content {
  margin: 0rem 0 0;
  padding: 0;
  max-width: 100%;
  color: var(--epl-color-primary);
  font-size: 1rem;
  font-family: var(--epl-font-family-primary);
  font-weight: 300;
  line-height: 1.355;
  letter-spacing: 0;
  text-align: left;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-content p,
.epl-property-single-rec .epl-rec-content p {
  margin-block: 1em;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-features,
.epl-property-single-rec .epl-rec-features {
  margin: 0 0 2em;
  padding: 0;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}
.elementor-shortcode .epl-property-single-rec .epl-rec-features .epl-tab-title,
.epl-property-single-rec .epl-rec-features .epl-tab-title {
  display: none;
  margin: 1em 0 0.5em;
  padding: 0;
  color: var(--epl-color-accent);
  font-family: var(--epl-font-family-secondary);
  font-size: 1.2em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.355;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}
.elementor-shortcode .epl-property-single-rec .epl-section-map,
.epl-property-single-rec .epl-section-map {
  margin-top: 0;
  color: var(--epl-color-primary);
}

.epl-status-current .epl-rec-price.epl-rec-price--single .page-price {
  color: var(--epl-color-primary);
}

.epl-status-under-offer .epl-rec-price.epl-rec-price--single .page-price {
  color: var(--epl-color-primary);
}

.epl-status-sold .epl-rec-price.epl-rec-price--single .page-price {
  color: var(--epl-color-primary);
}

.epl-status-leased .epl-rec-price.epl-rec-price--single .page-price {
  color: var(--epl-color-primary);
}

.epl-search-form {
  display: none;
  overflow: hidden;
}

.epl-search-form.epl-sb-current {
  display: inherit;
}

.epl_search_builder_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  grid-column: 1/-1;
  position: relative;
  z-index: 2;
}

.epl-search-forms-wrapper {
  overflow: visible;
}

ul.epl-search-tabs {
  margin: 0;
  padding: 0;
}
ul.epl-search-tabs li {
  margin: 0;
  padding: 0.8em 2em;
  background: var(--epl-color-grey-f9);
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid var(--epl-color-primary);
  border-right: none;
  border-bottom: none;
}
ul.epl-search-tabs li.epl-sb-current {
  background: var(--epl-color-black);
  color: var(--epl-color-white);
  border-bottom: none;
  margin-bottom: 0;
}
ul.epl-search-tabs li:last-child {
  border-right: 1px solid var(--epl-color-secondary);
}

.epl-search-form {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  overflow: visible;
  font-family: var(--epl-font-family-primary);
}
.epl-search-form .epl-search-builder-wrapper .epl-search-forms-wrapper,
.epl-search-form .epl-search-builder-wrapper .epl-search-form {
  overflow: visible;
}
.epl-search-form .epl-search-builder__section {
  margin: 0;
  padding: 0;
  background: initial;
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none;
  border-radius: 0;
}
.epl-search-form .epl-search-builder__section:last-child {
  margin-bottom: 0;
}
.epl-search-form .epl-search-builder__section--more-options {
  margin: 0.5em 0 0;
  padding: 0;
  background: transparent;
  color: initial;
  border: 2px solid var(--epl-color-grey-f7);
  border-style: none;
  border-radius: 0;
}
.epl-search-form .epl-search-builder__section--more-options > :nth-last-child(2) {
  margin-bottom: 0;
}
.epl-search-form .epl-search-builder__section--main {
  width: 100%;
}
.epl-search-form .epl-search-builder__row {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none;
  border-radius: 0;
  background: transparent;
}
.epl-search-form .epl-search-builder__row__items {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5em;
  flex: 0 1 auto;
}
@media screen and (max-width: 600px) {
  .epl-search-form .epl-search-builder__row__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.epl-search-form .epl-search-builder__item {
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
  flex: 0;
  display: flex;
  width: 100%;
  min-width: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0;
  border: 1px solid var(--epl-color-primary);
  border-style: solid;
}
.epl-search-form .epl-search-builder__row__closer {
  position: relative;
  color: transparent;
  width: 30px;
  display: inline-block;
}
.epl-search-form .field,
.epl-search-form .field-width {
  width: 100%;
  min-width: auto;
}
.epl-search-form .field,
.epl-search-form .epl-search-builder__item--toggle,
.epl-search-form .epl-search-builder__row__title {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s;
}
.epl-search-form .field select::after,
.epl-search-form .field .nice-select::after,
.epl-search-form .field .epl-search-builder__button--toggle::after,
.epl-search-form .field .epl-search-builder__row__closer::after,
.epl-search-form .epl-search-builder__item--toggle select::after,
.epl-search-form .epl-search-builder__item--toggle .nice-select::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer::after,
.epl-search-form .epl-search-builder__row__title select::after,
.epl-search-form .epl-search-builder__row__title .nice-select::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer::after {
  content: "";
  display: block;
  pointer-events: none;
  margin-top: 2px;
  position: initial;
  border-top: initial;
  border-bottom: 1px solid var(--epl-color-primary);
  border-right: 1px solid var(--epl-color-primary);
  border-left: initial;
  height: 8px;
  width: 8px;
  /**
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

  **/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s;
}
.epl-search-form .field .epl-search-builder__row__closer::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer::after {
  right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.epl-search-form .field .epl-search-builder__row__closer--open::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer--open::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer--open::after {
  top: 20px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.epl-search-form .field .nice-select.open:after,
.epl-search-form .epl-search-builder__item--toggle .nice-select.open:after,
.epl-search-form .epl-search-builder__row__title .nice-select.open:after {
  right: 1em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.epl-search-form .field .epl-search-builder__button--toggle::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle::after {
  display: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.epl-search-form .field .epl-search-builder__button--toggle-active::after,
.epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle-active::after,
.epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle-active::after {
  display: none;
  margin-top: 2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle {
  padding: 0;
  border: none;
  justify-content: flex-end;
  flex-direction: row;
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle span {
  display: none;
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  background-color: var(--epl-color-tint);
  border-radius: 2em;
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon:hover {
  background-color: var(--epl-color-secondary);
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon:hover::before, .epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon:hover::after {
  background-color: var(--epl-color-white);
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon::before,
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--epl-color-primary);
  border-radius: 2px;
  top: 14px;
  left: 6px;
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.epl-search-form .epl-toggle-popup-search--close .epl-search-builder__button--toggle .epl-search-builder__close-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.epl-search-form .epl-search-row-text .field {
  width: 100%;
}
.epl-search-form .nice-select .list {
  padding: 0 !important;
  max-height: 300px;
  overflow: scroll;
  margin: 0;
}
.epl-search-form .epl-search-row-options {
  margin-left: auto;
  flex: 0 0 auto;
}
.epl-search-form .epl-search-row-options > * {
  flex: 1 1 auto;
}
.epl-search-form .epl-search-row-options-section {
  flex: 1 0 100%;
}
.epl-search-form .epl-search-label {
  display: inline;
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  min-width: auto;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}
.epl-search-form .epl-search-builder__item--submit .epl-search-label {
  display: block;
}
.epl-search-form .epl-search-builder__section--main .epl-search-label {
  display: block;
  width: auto;
}
.epl-search-form .epl-search-builder__button--toggle-wrap a:hover, .epl-search-form .epl-search-builder__button--toggle-wrap a:focus {
  text-decoration: none;
}
.epl-search-form .in-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0 0.5em 0 0;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  min-height: initial;
  min-width: 180px;
  height: 34px;
  line-height: 34px;
  outline: none;
  border: 1px solid var(--epl-color-grey-df);
  border-style: none;
  border-radius: 0;
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}
.epl-search-form .in-field.open {
  background-color: var(--epl-color-white);
  border-color: var(--epl-color-secondary);
  outline-bottom: 2px solid var(--epl-color-secondary);
  outline-style: none none solid;
}
.epl-search-form .epl-search-other {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
}
.epl-search-form .epl-search-row-checkbox {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 0.5em;
  flex-direction: row;
}
.epl-search-form .check-label {
  color: var(--epl-color-white);
}
.epl-search-form .epl-search-row-button .field {
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: solid;
  border-radius: 0.3em;
}
.epl-search-form .epl-search-row-button .field label {
  cursor: pointer;
  margin: 0;
  padding: 0.4em 1.5em;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  width: 100%;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none;
  border-radius: 0;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.epl-search-form .epl-search-row-button .field input[type=radio]:checked + label {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  border-color: var(--epl-color-secondary);
}
.epl-search-form .epl-sb-counter-field {
  background: var(--epl-color-white);
  padding: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  border-radius: 0.3em;
  position: relative;
}
.epl-search-form .epl-sb-counter-field > * {
  align-items: center;
}
.epl-search-form .epl-sb-counter-field .x img {
  grid-area: 1/1/4/2;
}
.epl-search-form .epl-sb-counter-field .x .red {
  grid-area: 1/1/2/2;
}
.epl-search-form .epl-sb-counter-field .x .blue {
  grid-area: 3/1/4/2;
}
.epl-search-form .epl-sb-counter-field .in-field {
  padding: 0;
  width: 50px;
  text-align: center;
  height: 1em;
  line-height: 35px;
  grid-area: 1/1/4/2;
}
.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100px;
  grid-area: 1/1/4/2;
  position: relative;
  z-index: 1;
}
.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls > * {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.2s ease-in-out;
}
.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls > *:hover {
  background: var(--epl-color-secondary);
}
.epl-search-form .epl-sb-minus,
.epl-search-form .epl-sb-plus {
  background: #f2f2f2;
  border: 1px solid #ddd;
  height: 2em;
  width: 2em;
  background: #f2f2f2;
  border-radius: 0.3em;
  border: 1px solid #ddd;
  font-size: 1em;
  font-weight: bold;
}
.epl-search-form .epl-search-btn {
  -webkit-appearance: none;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1.5em 0 !important;
  min-height: 0;
  width: 100% !important;
  height: 42px;
  line-height: 22px;
  background: var(--epl-color-tertiary);
  background-color: var(--epl-color-secondary);
  background-size: 36px;
  background-position: center;
  color: var(--epl-color-white);
  border: 1px solid transparent;
  border-style: solid;
  border-radius: 0.8em;
  text-transform: none !important;
  text-align: center;
  letter-spacing: initial;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}
.epl-search-form .epl-search-btn:hover {
  background: var(--epl-color-secondary);
  background-color: var(--epl-color-secondary);
  background-size: 36px;
  background-position: center;
  color: var(--epl-color-white);
  border-color: transparent;
  text-decoration: none;
}
.epl-search-form .epl-search-btn:focus {
  background: var(--epl-color-secondary);
  background-color: var(--epl-color-secondary) !important;
  background-size: 36px;
  background-position: center;
  color: var(--epl-color-white);
  border-color: transparent;
  text-decoration: none;
}
.epl-search-form .epl-search-builder__button--toggle,
.epl-search-form .epl-search-builder--clear-button {
  position: relative;
  -webkit-appearance: none;
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0 0 0 auto;
  padding: 0 1em;
  flex-direction: row-reverse;
  justify-content: center;
  min-height: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: var(--epl-color-white);
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none;
  border-radius: 0;
  text-transform: none;
  text-decoration: none;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
}
.epl-search-form .epl-search-builder__button--toggle:hover, .epl-search-form .epl-search-builder__button--toggle:focus,
.epl-search-form .epl-search-builder--clear-button:hover,
.epl-search-form .epl-search-builder--clear-button:focus {
  background-color: var(--epl-color-white);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-grey-e1);
  outline: none;
}
.epl-search-form .epl-property_address {
  position: relative;
}
.epl-search-form .epl-search-builder__no-suggestion {
  position: absolute;
  left: 0;
  bottom: -2em;
  margin: 0;
  padding: 0.2em;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
}
.epl-search-form ::placeholder {
  color: var(--epl-color-primary);
  font-weight: 300;
  font-size: 0.9em;
  opacity: 1;
}
.epl-search-form :-ms-input-placeholder {
  color: var(--epl-color-primary);
  font-weight: 300;
  font-size: 0.9em;
  opacity: 1;
}
.epl-search-form ::-ms-input-placeholder {
  color: var(--epl-color-primary);
  font-weight: 300;
  font-size: 0.9em;
  opacity: 1;
}

.ui-autocomplete------icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 10px;
}
.ui-autocomplete------icon::before {
  content: "Suggested locations";
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.5em 0.5em;
}
.ui-autocomplete------icon li.ui-menu-item {
  padding: 1em 0.5em 1em 2em;
  position: relative;
}
.ui-autocomplete------icon li.ui-menu-item::before {
  content: "";
  position: absolute;
  background: transparent url(images/icons/fa/map-pin-thin.svg) no-repeat;
  width: 30px;
  height: 30px;
  left: 0.5em;
}
.ui-autocomplete------icon li.ui-menu-item::after {
  content: "";
  position: absolute;
  background: transparent url(images/icons/fa/circle-plus-light.svg) no-repeat;
  width: 16px;
  height: 16px;
  top: 22px;
  right: 0.5em;
}

.ui-autocomplete {
  background: hsla(0, 0%, 88%, 0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.ui-autocomplete::after---blur {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #dfdfdf;
  filter: blur(10px);
  opacity: 0.9;
  z-index: -1;
}
.ui-autocomplete::before {
  content: "Suggested locations";
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.5em 0.5em;
}
.ui-autocomplete li.ui-menu-item {
  padding: 5px;
  position: relative;
}
.ui-autocomplete .ui-menu-item-wrapper {
  font-size: 12px;
}

.epl-search-builder-arrow-right {
  margin-top: 0;
}

.epl-search-not-found-title {
  max-width: 100% !important;
}

.epl-search-not-found-message {
  margin-top: 3em;
}
.epl-search-not-found-message p {
  text-align: center;
}

.epl-search-builder__button__icon--arrow {
  border: none;
  border-width: 0;
  display: inline-block;
  padding: 0;
  margin-left: 0;
}

.epl-search-builder__button__icon--magnify-plus,
.epl-search-builder__button__icon--magnify-minus {
  border: none;
  border-width: 0;
  display: inline-block;
  padding: 0;
  margin-left: 0;
}
.epl-search-builder__button__icon--magnify-plus::after,
.epl-search-builder__button__icon--magnify-minus::after {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  font-size: 2em;
  font-style: normal;
  background: url("images/icons/magnify.svg");
}

.epl-search-builder__button__icon--magnify-minus::after {
  background: url("images/icons/fa/magnifying-glass-minus-regular-white.svg");
}

/**
 * https://getcssscan.com/css-checkboxes-examples
 *
 */
:root {
  --form-control-color: rebeccapurple;
  --form-control-disabled: #959495;
}

/** https://moderncss.dev/pure-css-custom-checkbox-style/ **/
.epl-search-form .epl-search-other input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--epl-color-white);
  /* Not removed via appearance */
  margin: 0;
  padding: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--epl-color-white);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.epl-search-form .epl-search-other input[type=checkbox]::before {
  position: initial;
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--epl-color-primary);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.epl-search-form .epl-search-other input[type=checkbox]:checked::before {
  transform: scale(1);
}
.epl-search-form .epl-search-other input[type=checkbox]:disabled {
  --form-control-color: $epl-color-primary;
  color: var(--epl-color-primary);
  cursor: not-allowed;
}

.epl-search-form .epl-search-row-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.epl-search-form .epl-search-row-switch .check-label {
  padding: 0 1em 0 0;
}

.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}
.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
  background: hsla(0, 0%, 100%, 0.3);
  color: var(--epl-color-white);
  border-color: transparent;
}
.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current a {
  background: hsla(0, 0%, 100%, 0.5);
  color: var(--epl-color-white);
  border-color: transparent;
}
.epl-ct-tabbed-search .epl_ui_tab_content {
  background: hsla(0, 0%, 100%, 0.3);
  padding: 0.5em;
  box-sizing: border-box;
}
.epl-ct-tabbed-search .epl-ct-tabbed__sell-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epl-ct-tabbed-search .epl-ct-tabbed__sell-tab span {
  flex: 1;
  display: block;
  width: auto;
  padding: 1em;
  background: var(--epl-color-white);
}
.epl-ct-tabbed-search .completere-home-search-tab {
  padding: 0 0 0 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .epl-ct-tabbed-search .completere-home-search-tab {
    padding: 0 0 0 1em;
  }
}
.epl-ct-tabbed-search .epl-search-form .epl-search-builder__row__items {
  padding: 0 !important;
}
.epl-ct-tabbed-search .epl-search-form .in-field {
  border-color: transparent;
}
.epl-ct-tabbed-search .epl-search-form .epl-search-builder__button--toggle {
  border-color: transparent;
}

.search-popout-open {
  overflow: hidden;
  height: 100vh;
}

.epl-search-popup-section {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.epl-search-popup-section .epl-search-container--popup,
.epl-search-popup-section .epl-search-builder__wrapper {
  height: 100%;
}
.epl-search-popup-section .epl-search-forms-wrapper {
  height: 100%;
  display: grid;
  place-content: center;
}
.epl-search-popup-section .epl-search-form {
  max-width: 700px;
  margin: 0 auto;
  background: var(--epl-color-white);
  background-color: var(--epl-color-tint);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  width: 100%;
  height: 100%;
  max-width: 48.75rem;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.epl-search-popup-section .epl-search-row-clear {
  flex: 0 1 auto !important;
}
.epl-search-popup-section .epl-search-builder__section--overlay {
  max-width: 800px;
  padding: 2em 1em 8em;
  margin: auto;
}
.epl-search-popup-section .epl-search-builder__row--header-popup {
  background: var(--epl-color-white);
  padding: 1em;
  border-bottom: 1px solid var(--epl-color-grey-df);
}
.epl-search-popup-section .epl-search-builder__row--header-popup .epl-search-builder__row__items {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.epl-search-popup-section .epl-search-builder__row__items {
  display: block;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup {
  padding: 1em 2em;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.epl-search-popup-section .epl-search-builder__row--footer-popup {
  padding: 1em;
  background-color: var(--epl-color-tertiary);
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-search-builder__row--popup {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-search-builder__row--popup:last-child {
  margin-bottom: 4em;
  background: red;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-search-builder__item {
  flex: 1;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_tab_post_type .epl-field-row label {
  font-size: 1em;
  padding: 0.6em 3em !important;
  background: var(--epl-color-white);
  border: 1px solid #ccc;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_tab_post_type .epl-field-row :checked + label {
  border-color: var(--epl-color-primary);
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_tab_post_type .field {
  display: flex;
  gap: 1em;
  justify-content: center;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_segment label {
  font-size: 1.2em;
  padding: 0 3em;
  background: var(--epl-color-white);
  border: 1px solid #ccc;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_segment :checked + label {
  border-color: var(--epl-color-primary);
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_bedrooms .field,
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_bathrooms .field,
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_carport .field {
  display: flex;
}
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_bedrooms .epl-search-radio-label,
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_bathrooms .epl-search-radio-label,
.epl-search-popup-section .epl-search-builder__row--fields-popup .epl-property_carport .epl-search-radio-label {
  font-size: 1em;
  text-align: center;
  margin: 0 0.2em;
  flex: 1;
  background: var(--epl-color-white);
}
.epl-search-popup-section .epl-search-builder__row--mode .field {
  display: flex;
}
.epl-search-popup-section .epl-search-builder__row--mode .field > * {
  flex: 1;
}
.epl-search-popup-section .epl-search-builder__row--price .epl-search-builder__row__items {
  flex-direction: row;
}
.epl-search-popup-section .epl-search-builder__row--price .epl-search-builder__item {
  width: auto;
  flex: 1;
}
.epl-search-popup-section .epl-search-builder__item--submit .epl-search-label {
  display: none;
}

.epl-search-not-found {
  grid-column: 1/-1;
}

.epl-search-not-found-title {
  margin: 10em 0 0;
  max-width: 100% !important;
}
.epl-search-not-found-title .entry-title {
  text-align: center;
  font-size: 2.6em;
  font-family: var(--epl-font-family-primary);
  font-weight: 300;
  color: var(--epl-color-primary);
}

.epl-search-not-found-message {
  margin: 0 0 14em;
}
.epl-search-not-found-message p {
  text-align: center;
  font-size: 1em;
  font-family: var(--epl-font-family-primary);
  color: var(--epl-color-primary);
}
.epl-search-not-found-message p a {
  color: var(--epl-color-secondary);
  text-decoration: underline;
}
.epl-search-not-found-message p a:hover {
  color: var(--epl-color-white);
  text-decoration: none;
}

.epl-toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  background: red !important;
}

.epl-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.epl-toggle-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  transform: scale(0.7);
}

.epl-toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .epl-toggle-switch-slider {
  background-color: #d2242d;
}

input:checked + .epl-toggle-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.epl-loop-tool .nice-select {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0 0.5em 0 0;
  background-color: var(--epl-color-white);
  border-radius: 0;
  border: 1px solid var(--epl-color-grey-df);
  border-style: none;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  text-transform: none;
}
.epl-loop-tool .nice-select::before {
  content: "";
  background: url("images/icons/button-filter.svg") no-repeat;
  background-position: center;
  height: 18px;
  width: 18px;
}
.epl-loop-tool .nice-select::after {
  content: "";
  display: none;
  pointer-events: none;
  position: initial;
  border-top: initial;
  border-bottom: 1px solid var(--epl-color-primary);
  border-right: 1px solid var(--epl-color-primary);
  border-left: initial;
  height: 8px;
  width: 8px;
  /**
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

  **/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s;
}
.epl-loop-tool .nice-select.open::after {
  right: 1em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.epl-loop-tool .nice-select .list {
  padding: 0 !important;
  max-height: 260px;
  overflow: scroll;
}
.epl-search-form .nice-select .list {
  padding: 0 !important;
  max-height: 290px;
  overflow: scroll;
}
.epl-search-form .nice-select .list,
.epl-loop-tool .nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 4px;
  width: auto;
  font-family: var(--epl-font-family-primary);
  z-index: 5;
}
.epl-search-form .nice-select .list:hover .option:not(:hover),
.epl-loop-tool .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.epl-search-form .nice-select .option,
.epl-loop-tool .nice-select .option {
  font-weight: 300;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--epl-color-primary);
}
.epl-search-form .nice-select .option.focus,
.epl-loop-tool .nice-select .option.focus {
  background-color: transparent;
  color: var(--epl-color-secondary);
}
.epl-search-form .nice-select .option:hover,
.epl-loop-tool .nice-select .option:hover {
  background-color: transparent;
  color: var(--epl-color-secondary);
}
.epl-search-form .nice-select .option.selected.focus,
.epl-loop-tool .nice-select .option.selected.focus {
  background-color: var(--epl-color-white);
  color: var(--epl-color-primary);
}
.epl-search-form .nice-select .option.focus:hover,
.epl-loop-tool .nice-select .option.focus:hover {
  background-color: var(--epl-color-secondary);
  color: var(--epl-color-white);
}
.epl-search-form .nice-select .option.selected,
.epl-loop-tool .nice-select .option.selected {
  font-weight: 400;
}
.epl-search-form .nice-select .option.disabled,
.epl-loop-tool .nice-select .option.disabled {
  background-color: transparent;
  color: var(--epl-color-primary);
  cursor: default;
}

@media screen and (max-width: 660px) {
  .epl-tool-switch__label {
    display: none !important;
  }
}
/*********************************************
	Search - Range Slider
*********************************************/
.epl-lf-range-slider {
  display: flex !important;
  margin: 0 0 1em;
  padding: 0;
  flex-direction: column-reverse;
  gap: 0.5em;
  width: auto;
  flex-grow: 1;
}
.epl-lf-range-slider .epl-search-label {
  display: block !important;
  margin: 0;
  padding: 0;
  visibility: hidden;
  min-width: 200px;
}
.epl-lf-range-slider .epl-search-label .epl-lf-label-txt {
  visibility: visible;
  display: block;
  color: var(--epl-color-primary);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
}
.epl-lf-range-slider .field {
  margin: 0em 0 0;
  padding: 0 15px;
  position: relative;
  order: -2;
}
.epl-lf-range-slider .ui-slider {
  margin: 4px 0 0;
  padding: 4px;
  background: var(--epl-color-secondary);
  color: var(--epl-color-secondary);
  box-shadow: -12px 0 0 0 var(--epl-color-secondary), 15px 0 0 0 var(--epl-color-secondary);
  border-radius: 3em;
  border: none;
}
.epl-lf-range-slider .ui-slider-range {
  background: var(--epl-color-primary);
  height: 8px;
}
.epl-lf-range-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
  margin-left: -0.7em;
  top: -9px;
  border: 0.07em solid var(--epl-color-primary);
  background: var(--epl-color-white) !important;
  border-radius: 3em;
  clip-path: initial;
}
.epl-lf-range-slider .ui-slider-handle:last-child {
  transform: initial;
  margin-left: -0.3em;
}

/*********************************************
	Buttons
*********************************************/
.epl-button-wrapper {
  display: flex;
  margin: 0.5rem 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1em;
}

.epl-button-wrapper.epl-clearfix::after {
  display: none;
}

.epl-button-wrapper form {
  display: block !important;
}

a.epl-button,
.epl-button,
.epl-map-btn,
button.epl-button,
.epl-link--comparables,
body input[type=submit].epl-button,
body input[type=button].epl-button {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em 0.5em;
  background: var(--epl-color-secondary);
  --webkit-border-radius: $epl-button--border-radius;
  border-radius: 0;
  border: 1px solid var(--epl-color-secondary);
  border-color: var(--epl-color-secondary);
  border-style: none;
  box-shadow: none;
  color: var(--epl-color-white) !important;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.255;
  white-space: initial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.epl-button:hover,
.epl-button:hover,
.epl-map-btn:hover,
button.epl-button:hover,
.epl-link--comparables:hover,
body input[type=submit].epl-button:hover,
body input[type=button].epl-button:hover {
  background: var(--epl-color-primary);
  color: var(--epl-color-secondary);
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
}
a.epl-button:focus,
.epl-button:focus,
.epl-map-btn:focus,
button.epl-button:focus,
.epl-link--comparables:focus,
body input[type=submit].epl-button:focus,
body input[type=button].epl-button:focus {
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
  border: 1px solid var(--epl-color-grey-e7);
  border-style: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
  outline: none !important;
}
a.epl-button.epl-button--on-dark,
.epl-button.epl-button--on-dark,
.epl-map-btn.epl-button--on-dark,
button.epl-button.epl-button--on-dark,
.epl-link--comparables.epl-button--on-dark,
body input[type=submit].epl-button.epl-button--on-dark,
body input[type=button].epl-button.epl-button--on-dark {
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-white);
}
a.epl-button.epl-button--on-dark:hover,
.epl-button.epl-button--on-dark:hover,
.epl-map-btn.epl-button--on-dark:hover,
button.epl-button.epl-button--on-dark:hover,
.epl-link--comparables.epl-button--on-dark:hover,
body input[type=submit].epl-button.epl-button--on-dark:hover,
body input[type=button].epl-button.epl-button--on-dark:hover {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  border-color: var(--epl-color-secondary);
}
a.epl-button.epl-button--on-dark:focus,
.epl-button.epl-button--on-dark:focus,
.epl-map-btn.epl-button--on-dark:focus,
button.epl-button.epl-button--on-dark:focus,
.epl-link--comparables.epl-button--on-dark:focus,
body input[type=submit].epl-button.epl-button--on-dark:focus,
body input[type=button].epl-button.epl-button--on-dark:focus {
  background: var(--epl-color-grey-e7);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-grey-e7);
}
a.epl-button--invert,
.epl-button--invert,
.epl-map-btn--invert,
button.epl-button--invert,
.epl-link--comparables--invert,
body input[type=submit].epl-button--invert,
body input[type=button].epl-button--invert {
  background: var(--epl-color-primary);
  color: var(--epl-color-secondary);
  border-color: var(--epl-color-primary);
}
a.epl-button--invert:hover,
.epl-button--invert:hover,
.epl-map-btn--invert:hover,
button.epl-button--invert:hover,
.epl-link--comparables--invert:hover,
body input[type=submit].epl-button--invert:hover,
body input[type=button].epl-button--invert:hover {
  background: var(--epl-color-accent);
  color: var(--epl-color-white);
  border-color: var(--epl-color-accent);
}
a.epl-button--invert:focus,
.epl-button--invert:focus,
.epl-map-btn--invert:focus,
button.epl-button--invert:focus,
.epl-link--comparables--invert:focus,
body input[type=submit].epl-button--invert:focus,
body input[type=button].epl-button--invert:focus {
  background: var(--epl-color-grey-e7);
  border-color: var(--epl-color-grey-e7);
  color: var(--epl-color-primary);
}
a.epl-button--text,
.epl-button--text,
.epl-map-btn--text,
button.epl-button--text,
.epl-link--comparables--text,
body input[type=submit].epl-button--text,
body input[type=button].epl-button--text {
  background: transparent;
  color: var(--epl-color-primary) !important;
  padding: 0.3em;
  border-radius: 0.3em;
}
a.epl-button--text:hover, a.epl-button--text:focus,
.epl-button--text:hover,
.epl-button--text:focus,
.epl-map-btn--text:hover,
.epl-map-btn--text:focus,
button.epl-button--text:hover,
button.epl-button--text:focus,
.epl-link--comparables--text:hover,
.epl-link--comparables--text:focus,
body input[type=submit].epl-button--text:hover,
body input[type=submit].epl-button--text:focus,
body input[type=button].epl-button--text:hover,
body input[type=button].epl-button--text:focus {
  background: var(--epl-color-tint);
  padding: 0.3em;
  border-radius: 0.3em;
}
a.epl-button--outline,
.epl-button--outline,
.epl-map-btn--outline,
button.epl-button--outline,
.epl-link--comparables--outline,
body input[type=submit].epl-button--outline,
body input[type=button].epl-button--outline {
  background: transparent;
  color: var(--epl-color-primary) !important;
  border-color: var(--epl-color-primary);
  border-style: solid;
}
a.epl-button--outline:hover,
.epl-button--outline:hover,
.epl-map-btn--outline:hover,
button.epl-button--outline:hover,
.epl-link--comparables--outline:hover,
body input[type=submit].epl-button--outline:hover,
body input[type=button].epl-button--outline:hover {
  background: var(--epl-color-primary);
  color: var(--epl-color-white) !important;
  border: 1px solid var(--epl-color-secondary);
  border-color: var(--epl-color-primary);
  border-style: solid;
}
a.epl-button--outline:focus,
.epl-button--outline:focus,
.epl-map-btn--outline:focus,
button.epl-button--outline:focus,
.epl-link--comparables--outline:focus,
body input[type=submit].epl-button--outline:focus,
body input[type=button].epl-button--outline:focus {
  background: var(--epl-color-grey-e7);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-grey-e7);
  border-style: solid;
}
a.epl-button--alternate,
.epl-button--alternate,
.epl-map-btn--alternate,
button.epl-button--alternate,
.epl-link--comparables--alternate,
body input[type=submit].epl-button--alternate,
body input[type=button].epl-button--alternate {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  border-color: var(--epl-color-primary);
}
a.epl-button--alternate:hover,
.epl-button--alternate:hover,
.epl-map-btn--alternate:hover,
button.epl-button--alternate:hover,
.epl-link--comparables--alternate:hover,
body input[type=submit].epl-button--alternate:hover,
body input[type=button].epl-button--alternate:hover {
  background: var(--epl-color-accent);
  color: var(--epl-color-white);
  border-color: var(--epl-color-accent);
}
a.epl-button--alternate:focus,
.epl-button--alternate:focus,
.epl-map-btn--alternate:focus,
button.epl-button--alternate:focus,
.epl-link--comparables--alternate:focus,
body input[type=submit].epl-button--alternate:focus,
body input[type=button].epl-button--alternate:focus {
  background: var(--epl-color-grey-e7);
  border-color: var(--epl-color-grey-e7);
  color: var(--epl-color-primary);
}
a.epl-button--wide,
.epl-button--wide,
.epl-map-btn--wide,
button.epl-button--wide,
.epl-link--comparables--wide,
body input[type=submit].epl-button--wide,
body input[type=button].epl-button--wide {
  padding-left: 2em;
  padding-right: 2em;
}

.epl-property-single-rec .epl-fav-button-wrap {
  vertical-align: top;
}

.epl-map-btn {
  font-size: 1rem;
  margin: 0;
  padding: 0.3rem 0.4rem;
}

.epl-button--share,
a.epl-button--share,
button.epl-button--share {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--epl-font-family-secondary);
}

.epl-button-tool {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0.3em 0.5em;
  background: var(--epl-color-secondary);
  border-radius: 10px;
  border: 1px solid var(--epl-color-primary);
  border-color: var(--epl-color-primary);
  border-style: none;
  box-shadow: none;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  line-height: 1.255;
  white-space: initial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.epl-button-tool:hover {
  background: var(--epl-color-secondary);
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 10px;
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
}
.epl-button-tool:focus {
  background: var(--epl-color-secondary);
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-e7);
  border-style: none;
  border-radius: 10px;
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
  outline: none !important;
}

/*********************************************
	Buttons Icons
*********************************************/
.epl-pro-button-loader--icons .epl-button-wrapper,
.epl-rec-buttons--icons .epl-button-wrapper {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5em;
}
.epl-pro-button-loader--icons .epl-button,
.epl-rec-buttons--icons .epl-button {
  width: auto;
}
.epl-pro-button-loader--icons .epl-button.button-br, .epl-pro-button-loader--icons .epl-button.epl-floor-plan, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan, .epl-pro-button-loader--icons .epl-button.epl-button-street-view, .epl-pro-button-loader--icons .epl-button.epl-comparable-button, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url, .epl-pro-button-loader--icons .epl-button.epl-button--icon, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry, .epl-pro-button-loader--icons .epl-button.epl-button--contact, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent, .epl-pro-button-loader--icons .epl-button.epl-button--brochure, .epl-pro-button-loader--icons .epl-button.epl-button--gallery, .epl-pro-button-loader--icons .epl-button.epl-button--photos, .epl-pro-button-loader--icons .epl-button.epl-external-link, .epl-pro-button-loader--icons .epl-button.epl-button-matterport,
.epl-rec-buttons--icons .epl-button.button-br,
.epl-rec-buttons--icons .epl-button.epl-floor-plan,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan,
.epl-rec-buttons--icons .epl-button.epl-button-street-view,
.epl-rec-buttons--icons .epl-button.epl-comparable-button,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url,
.epl-rec-buttons--icons .epl-button.epl-button--icon,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry,
.epl-rec-buttons--icons .epl-button.epl-button--contact,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent,
.epl-rec-buttons--icons .epl-button.epl-button--brochure,
.epl-rec-buttons--icons .epl-button.epl-button--gallery,
.epl-rec-buttons--icons .epl-button.epl-button--photos,
.epl-rec-buttons--icons .epl-button.epl-external-link,
.epl-rec-buttons--icons .epl-button.epl-button-matterport {
  margin: 0 -1px 0 0;
  padding: 0.8em 1.3em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  background: var(--epl-color-white);
  border-color: var(--epl-color-primary);
  border-style: solid;
  border-radius: 0;
  color: var(--epl-color-primary);
  pointer-events: all;
  cursor: pointer;
  text-transform: uppercase;
}
.epl-pro-button-loader--icons .epl-button.button-br:hover, .epl-pro-button-loader--icons .epl-button.button-br:focus, .epl-pro-button-loader--icons .epl-button.epl-floor-plan:hover, .epl-pro-button-loader--icons .epl-button.epl-floor-plan:focus, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan:hover, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan:focus, .epl-pro-button-loader--icons .epl-button.epl-button-street-view:hover, .epl-pro-button-loader--icons .epl-button.epl-button-street-view:focus, .epl-pro-button-loader--icons .epl-button.epl-comparable-button:hover, .epl-pro-button-loader--icons .epl-button.epl-comparable-button:focus, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan:hover, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan:focus, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url:hover, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url:focus, .epl-pro-button-loader--icons .epl-button.epl-button--icon:hover, .epl-pro-button-loader--icons .epl-button.epl-button--icon:focus, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry:hover, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry:focus, .epl-pro-button-loader--icons .epl-button.epl-button--contact:hover, .epl-pro-button-loader--icons .epl-button.epl-button--contact:focus, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent:hover, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent:focus, .epl-pro-button-loader--icons .epl-button.epl-button--brochure:hover, .epl-pro-button-loader--icons .epl-button.epl-button--brochure:focus, .epl-pro-button-loader--icons .epl-button.epl-button--gallery:hover, .epl-pro-button-loader--icons .epl-button.epl-button--gallery:focus, .epl-pro-button-loader--icons .epl-button.epl-button--photos:hover, .epl-pro-button-loader--icons .epl-button.epl-button--photos:focus, .epl-pro-button-loader--icons .epl-button.epl-external-link:hover, .epl-pro-button-loader--icons .epl-button.epl-external-link:focus, .epl-pro-button-loader--icons .epl-button.epl-button-matterport:hover, .epl-pro-button-loader--icons .epl-button.epl-button-matterport:focus,
.epl-rec-buttons--icons .epl-button.button-br:hover,
.epl-rec-buttons--icons .epl-button.button-br:focus,
.epl-rec-buttons--icons .epl-button.epl-floor-plan:hover,
.epl-rec-buttons--icons .epl-button.epl-floor-plan:focus,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan:hover,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan:focus,
.epl-rec-buttons--icons .epl-button.epl-button-street-view:hover,
.epl-rec-buttons--icons .epl-button.epl-button-street-view:focus,
.epl-rec-buttons--icons .epl-button.epl-comparable-button:hover,
.epl-rec-buttons--icons .epl-button.epl-comparable-button:focus,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan:hover,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan:focus,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url:hover,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url:focus,
.epl-rec-buttons--icons .epl-button.epl-button--icon:hover,
.epl-rec-buttons--icons .epl-button.epl-button--icon:focus,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry:hover,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry:focus,
.epl-rec-buttons--icons .epl-button.epl-button--contact:hover,
.epl-rec-buttons--icons .epl-button.epl-button--contact:focus,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent:hover,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent:focus,
.epl-rec-buttons--icons .epl-button.epl-button--brochure:hover,
.epl-rec-buttons--icons .epl-button.epl-button--brochure:focus,
.epl-rec-buttons--icons .epl-button.epl-button--gallery:hover,
.epl-rec-buttons--icons .epl-button.epl-button--gallery:focus,
.epl-rec-buttons--icons .epl-button.epl-button--photos:hover,
.epl-rec-buttons--icons .epl-button.epl-button--photos:focus,
.epl-rec-buttons--icons .epl-button.epl-external-link:hover,
.epl-rec-buttons--icons .epl-button.epl-external-link:focus,
.epl-rec-buttons--icons .epl-button.epl-button-matterport:hover,
.epl-rec-buttons--icons .epl-button.epl-button-matterport:focus {
  color: var(--epl-color-primary);
  background: var(--epl-color-tint);
  border-radius: 0;
  text-decoration: none;
}
.epl-pro-button-loader--icons .epl-button.button-br::before, .epl-pro-button-loader--icons .epl-button.epl-floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button-street-view::before, .epl-pro-button-loader--icons .epl-button.epl-comparable-button::before, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan::before, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::before, .epl-pro-button-loader--icons .epl-button.epl-button--icon::before, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent::before, .epl-pro-button-loader--icons .epl-button.epl-button--brochure::before, .epl-pro-button-loader--icons .epl-button.epl-button--gallery::before, .epl-pro-button-loader--icons .epl-button.epl-button--photos::before, .epl-pro-button-loader--icons .epl-button.epl-external-link::before, .epl-pro-button-loader--icons .epl-button.epl-button-matterport::before,
.epl-rec-buttons--icons .epl-button.button-br::before,
.epl-rec-buttons--icons .epl-button.epl-floor-plan::before,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan::before,
.epl-rec-buttons--icons .epl-button.epl-button-street-view::before,
.epl-rec-buttons--icons .epl-button.epl-comparable-button::before,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan::before,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::before,
.epl-rec-buttons--icons .epl-button.epl-button--icon::before,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry::before,
.epl-rec-buttons--icons .epl-button.epl-button--contact::before,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent::before,
.epl-rec-buttons--icons .epl-button.epl-button--brochure::before,
.epl-rec-buttons--icons .epl-button.epl-button--gallery::before,
.epl-rec-buttons--icons .epl-button.epl-button--photos::before,
.epl-rec-buttons--icons .epl-button.epl-external-link::before,
.epl-rec-buttons--icons .epl-button.epl-button-matterport::before {
  text-align: center;
  content: "";
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 0;
  box-sizing: border-box;
  background-image: url("images/icons/button-floor-plan.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  display: block;
  line-height: 18px;
  background-color: transparent;
  border-radius: 0;
}
.epl-pro-button-loader--icons .epl-button.button-br::after--off, .epl-pro-button-loader--icons .epl-button.epl-floor-plan::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::after--off, .epl-pro-button-loader--icons .epl-button.epl-button-street-view::after--off, .epl-pro-button-loader--icons .epl-button.epl-comparable-button::after--off, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan::after--off, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--icon::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--contact::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--brochure::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--gallery::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--photos::after--off, .epl-pro-button-loader--icons .epl-button.epl-external-link::after--off, .epl-pro-button-loader--icons .epl-button.epl-button-matterport::after--off,
.epl-rec-buttons--icons .epl-button.button-br::after--off,
.epl-rec-buttons--icons .epl-button.epl-floor-plan::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan::after--off,
.epl-rec-buttons--icons .epl-button.epl-button-street-view::after--off,
.epl-rec-buttons--icons .epl-button.epl-comparable-button::after--off,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan::after--off,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--icon::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--contact::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--brochure::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--gallery::after--off,
.epl-rec-buttons--icons .epl-button.epl-button--photos::after--off,
.epl-rec-buttons--icons .epl-button.epl-external-link::after--off,
.epl-rec-buttons--icons .epl-button.epl-button-matterport::after--off {
  text-align: center;
  content: "";
  width: 7px;
  height: 12px;
  padding: 0;
  margin-left: auto;
  box-sizing: border-box;
  background-image: url("images/icons/button-caret-right.svg");
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: center;
  display: block;
  line-height: 12px;
  background-color: transparent;
  border-radius: 0;
}
.epl-pro-button-loader--icons .epl-button.epl-floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::before,
.epl-rec-buttons--icons .epl-button.epl-floor-plan::before,
.epl-rec-buttons--icons .epl-button.epl-button--floor-plan::before {
  background-image: url("images/icons/button-floor-plan.svg");
  background-image: url("images/icons/button-floor-plan.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-external-link::before,
.epl-rec-buttons--icons .epl-button.epl-external-link::before {
  background-image: url("images/icons/fa/vr-cardboard-solid.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--enquiry::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact-agent::before,
.epl-rec-buttons--icons .epl-button.epl-button--enquiry::before,
.epl-rec-buttons--icons .epl-button.epl-button--contact::before,
.epl-rec-buttons--icons .epl-button.epl-button--contact-agent::before {
  background-image: url("images/icons/button-contact.svg");
  background-image: url("images/icons/fa/envelope-solid.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button-matterport::before,
.epl-rec-buttons--icons .epl-button.epl-button-matterport::before {
  background-image: url("images/icons/fa/vr-cardboard-solid.svg");
}
.epl-pro-button-loader--icons .epl-button.button-br::before,
.epl-rec-buttons--icons .epl-button.button-br::before {
  background-image: url("images/icons/print.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--map::before,
.epl-rec-buttons--icons .epl-button.epl-button--map::before {
  background-image: url("images/icons/location.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--video::before,
.epl-rec-buttons--icons .epl-button.epl-button--video::before {
  background-image: url("images/icons/play.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--street-view::before,
.epl-rec-buttons--icons .epl-button.epl-button--street-view::before {
  background-image: url("images/icons/fa/street-view-solid.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--gallery::before,
.epl-rec-buttons--icons .epl-button.epl-button--gallery::before {
  background-image: url("images/icons/button-gallery.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-comparable-button::before,
.epl-rec-buttons--icons .epl-button.epl-comparable-button::before {
  background-image: url("images/icons/fa/file-solid.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::before,
.epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::before {
  background-image: url("images/icons/play.svg");
}
.epl-pro-button-loader--icons .epl-button.epl-button--brochure::before,
.epl-rec-buttons--icons .epl-button.epl-button--brochure::before {
  background-image: url("images/icons/button-brochure.svg");
}
.epl-pro-button-loader--icons .epl-label,
.epl-rec-buttons--icons .epl-label {
  color: var(--epl-color-primary);
}

/*********************************************
	Tools
*********************************************/
.epl-loop-tools {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  border: 1px solid var(--epl-color-grey);
  border-style: none;
  border-radius: 0.5em;
  box-shadow: none;
}

.epl-loop-tool {
  font-family: var(--epl-font-family-primary);
}
.epl-loop-tool ul {
  margin: 0;
  padding: 0;
}

/*********************************************
	Counter
*********************************************/
.epl-tool-results-counter {
  text-transform: none;
}
.epl-tool-results-counter .epl-tool-results-count__total {
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  font-weight: normal;
  color: var(--epl-color-primary);
}

.epl-tool-results__from,
.epl-tool-results__to,
.epl-tool-results__total-count {
  font-weight: 400;
}

.epl-tool-switch li.epl-tool-switch__item {
  padding: 0 1em 0;
  border: 1px solid var(--epl-color-grey-e1);
  border-radius: 3px;
  background: var(--epl-color-white);
  background-image: none;
  height: 40px;
  float: left;
  list-style: none !important;
  opacity: 1;
}
.epl-tool-switch .epl-tool-switch__item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.epl-tool-switch .epl-tool-switch__item .epl-tool-switch__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("images/switch.svg");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: 33px 31px;
  top: -1px;
  position: relative;
  opacity: 0.5;
}
.epl-tool-switch li.view-list .epl-tool-switch__icon {
  background-position: -15px -14px;
}
.epl-tool-switch li.view-grid {
  margin: 0;
}
.epl-tool-switch li.view-grid .epl-tool-switch__icon {
  background-position: 2px -14px;
}
.epl-tool-switch .epl-tool-switch__label {
  line-height: 1;
}
.epl-tool-switch .epl-current-view .epl-tool-switch__label {
  display: inline-block;
  color: var(--epl-color-secondary);
}
.epl-tool-switch .epl-current-view .epl-tool-switch__icon {
  opacity: 1;
}

.epl-tool-map ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.3em;
  list-style: none;
}
.epl-tool-map .epl-tool-switch__item {
  list-style: none;
}
.epl-tool-map .epl-tool-switch__item a {
  list-style: none;
  padding: 0 3em;
  border: 2px solid var(--epl-color-primary);
  border-radius: 0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  height: 34px;
  line-height: 34px;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
  background-image: none;
  text-transform: uppercase;
}
.epl-tool-map .epl-tool-switch__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2em;
  color: var(--epl-color-primary);
  font-weight: 500;
}
.epl-tool-map .epl-tool-switch__label {
  padding: 0 0;
}
.epl-tool-map .epl-icon {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}

/*********************************************
	Sorter
*********************************************/
.epl-tool-sorting {
  margin: 0;
  padding: 0;
}
.epl-tool-sorting .epl-sort-listings:not(.nice-select) {
  -webkit-appearance: none;
  margin: 0;
  padding: 0 3em 0 1em;
  background: white url(images/select-arrow.svg) no-repeat right;
  background-size: 1.5em;
  box-shadow: none;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: solid;
  border-radius: 0;
  height: 29px;
  line-height: 29px;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 12px;
  text-transform: none;
}
.epl-tool-sorting .epl-sort-listings:not(.nice-select) span {
  text-transform: none;
}
.epl-tool-sorting .epl-sort-listings:not(.nice-select) .list {
  right: 0;
  left: initial;
}
.epl-tool-sorting .epl-sort-listings.nice-select {
  padding: 0 0.5em;
}
.epl-tool-sorting .epl-sort-listings.nice-select .list {
  right: 0;
  left: auto;
}

/*********************************************
	Favs
*********************************************/
.epl-property-blog .property-content-inner .epl-fav-button-wrap {
  top: 0;
}

.epl-property-blog .epl-fav-button-wrap {
  right: 0;
  top: initial !important;
  bottom: 0;
}

.epl-button-icon--favs {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: initial;
  padding: 0;
  background-color: var(--epl-color-white);
  border-radius: 0.3em;
  border: none;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  z-index: 10;
}
.epl-button-icon--favs:hover, .epl-button-icon--favs:focus {
  border: none;
  background-color: var(--epl-color-white);
  color: var(--epl-color-white);
}

.epl-listing-grid-view .epl-rec-address .entry-title-sub,
.epl-listing-grid-view-forced .epl-rec-address .entry-title-sub,
.epl-property-blog.epl-listing-grid-view .epl-rec-address .entry-title-sub,
.epl-property-blog.epl-listing-grid-view-forced .epl-rec-address .entry-title-sub {
  display: none;
}
.epl-listing-grid-view .epl-row--inspections,
.epl-listing-grid-view-forced .epl-row--inspections,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections {
  position: absolute;
  background: rgba(2, 1, 1, 0.5);
  color: var(--epl-color-white);
  text-align: center;
  inset: 0;
  z-index: 1;
  display: grid;
  align-items: center;
  font-size: 1.2em;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.epl-listing-grid-view .epl-row--inspections .epl-pro-inspection-time-wrapper,
.epl-listing-grid-view-forced .epl-row--inspections .epl-pro-inspection-time-wrapper,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections .epl-pro-inspection-time-wrapper,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections .epl-pro-inspection-time-wrapper {
  display: block;
}
.epl-listing-grid-view .epl-row--inspections .epl-inspection__item__title,
.epl-listing-grid-view-forced .epl-row--inspections .epl-inspection__item__title,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections .epl-inspection__item__title,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections .epl-inspection__item__title {
  text-transform: uppercase;
  display: block;
  font-size: 0.8em;
}
.epl-listing-grid-view .epl-row-inner--inspections,
.epl-listing-grid-view-forced .epl-row-inner--inspections,
.epl-property-blog.epl-listing-grid-view .epl-row-inner--inspections,
.epl-property-blog.epl-listing-grid-view-forced .epl-row-inner--inspections {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.epl-listing-grid-view .epl-rec-view .epl-label,
.epl-listing-grid-view-forced .epl-rec-view .epl-label,
.epl-property-blog.epl-listing-grid-view .epl-rec-view .epl-label,
.epl-property-blog.epl-listing-grid-view-forced .epl-rec-view .epl-label {
  display: inline-block;
  border: 1px solid var(--epl-color-white);
  padding: 1em 2em;
}
.epl-listing-grid-view .epl-row--inspections-summary,
.epl-listing-grid-view-forced .epl-row--inspections-summary,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary {
  border-style: none;
  color: var(--epl-color-primary);
}
.epl-listing-grid-view .epl-row--inspections-summary .epl-inspection__item,
.epl-listing-grid-view-forced .epl-row--inspections-summary .epl-inspection__item,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary .epl-inspection__item,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary .epl-inspection__item {
  display: flex;
}
.epl-listing-grid-view .epl-row--inspections-summary-overlay,
.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary-overlay,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay {
  background: var(--epl-color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 1, 1, 0.5);
  z-index: 2;
  border-style: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.epl-listing-grid-view .epl-row--inspections-summary-overlay .epl-inspection__card,
.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay .epl-inspection__card,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary-overlay .epl-inspection__card,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay .epl-inspection__card {
  color: var(--epl-color-white);
}
.epl-listing-grid-view .epl-row--inspections-summary-overlay .epl-inspection__item,
.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay .epl-inspection__item,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary-overlay .epl-inspection__item,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay .epl-inspection__item {
  display: flex;
  justify-content: space-between;
}
.epl-listing-grid-view .epl-row--inspections-summary-overlay:hover,
.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay:hover,
.epl-property-blog.epl-listing-grid-view .epl-row--inspections-summary-overlay:hover,
.epl-property-blog.epl-listing-grid-view-forced .epl-row--inspections-summary-overlay:hover {
  opacity: 0;
}

.rec-documents-wrapper .rec-documents {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rec-documents-wrapper .rec-document a {
  color: var(--epl-color-primary);
}
.rec-documents-wrapper .rec-document a:hover {
  color: var(--epl-color-secondary);
  font-weight: 500;
}

/*********************************************
	Similar
*********************************************/
.rec-similar-listings {
  max-width: 100%;
  margin: 0 auto;
}
.rec-similar-listings .entry-title {
  text-align: center;
  margin-bottom: 1em;
}
/*****************************
        Gravity Forms
****************************/
.gform_wrapper.gravity-theme.gravity-theme form .gform_fields, .gform_wrapper.gravity-theme.gform-theme form .gform_fields {
  grid-column-gap: 3.5%;
  grid-row-gap: 1.2em;
}
.gform_wrapper.gravity-theme.gravity-theme form .gsection, .gform_wrapper.gravity-theme.gform-theme form .gsection {
  border: none;
  padding: 2em 0 0;
}
.gform_wrapper.gravity-theme.gravity-theme form .gsection_title, .gform_wrapper.gravity-theme.gform-theme form .gsection_title {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.3;
}
.gform_wrapper.gravity-theme.gravity-theme form .gfield_label, .gform_wrapper.gravity-theme.gform-theme form .gfield_label {
  margin-bottom: 1em;
  padding: 0;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 800;
  color: var(--epl-color-primary);
  border-bottom: none;
}
.gform_wrapper.gravity-theme.gravity-theme form .gfield_required .gfield_required_text, .gform_wrapper.gravity-theme.gform-theme form .gfield_required .gfield_required_text {
  color: var(--epl-color-tertiary);
  font-style: normal;
  font-size: 1em;
}
.gform_wrapper.gravity-theme.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme.gravity-theme form select,
.gform_wrapper.gravity-theme.gravity-theme form textarea, .gform_wrapper.gravity-theme.gform-theme form input[type=color],
.gform_wrapper.gravity-theme.gform-theme form input[type=date],
.gform_wrapper.gravity-theme.gform-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme.gform-theme form input[type=datetime],
.gform_wrapper.gravity-theme.gform-theme form input[type=email],
.gform_wrapper.gravity-theme.gform-theme form input[type=month],
.gform_wrapper.gravity-theme.gform-theme form input[type=number],
.gform_wrapper.gravity-theme.gform-theme form input[type=password],
.gform_wrapper.gravity-theme.gform-theme form input[type=search],
.gform_wrapper.gravity-theme.gform-theme form input[type=tel],
.gform_wrapper.gravity-theme.gform-theme form input[type=text],
.gform_wrapper.gravity-theme.gform-theme form input[type=time],
.gform_wrapper.gravity-theme.gform-theme form input[type=url],
.gform_wrapper.gravity-theme.gform-theme form input[type=week],
.gform_wrapper.gravity-theme.gform-theme form select,
.gform_wrapper.gravity-theme.gform-theme form textarea {
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.8em 0;
  border-bottom: 1px solid var(--epl-color-grey-e9);
  border-radius: 0;
  color: var(--epl-color-primary);
  background: var(--epl-color-white);
  font-size: 1.2em;
}
.gform_wrapper.gravity-theme.gravity-theme form input[type=color]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=date]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=datetime]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=email]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=month]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=number]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=password]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=search]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=tel]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=text]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=time]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=url]:focus,
.gform_wrapper.gravity-theme.gravity-theme form input[type=week]:focus,
.gform_wrapper.gravity-theme.gravity-theme form select:focus,
.gform_wrapper.gravity-theme.gravity-theme form textarea:focus, .gform_wrapper.gravity-theme.gform-theme form input[type=color]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=date]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=datetime]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=month]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=number]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=password]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=search]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=tel]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=text]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=time]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=url]:focus,
.gform_wrapper.gravity-theme.gform-theme form input[type=week]:focus,
.gform_wrapper.gravity-theme.gform-theme form select:focus,
.gform_wrapper.gravity-theme.gform-theme form textarea:focus {
  border-bottom: 1px solid var(--epl-color-secondary);
}
.gform_wrapper.gravity-theme.gravity-theme form .gfield textarea.medium, .gform_wrapper.gravity-theme.gform-theme form .gfield textarea.medium {
  height: 155px;
}
.gform_wrapper.gravity-theme.gravity-theme form .gchoice label, .gform_wrapper.gravity-theme.gform-theme form .gchoice label {
  font-size: 1.2em;
  font-weight: 400;
}
.gform_wrapper.gravity-theme.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme.gform-theme form .gform_footer {
  margin: 1em 0 0;
  padding: 16px 0;
}
.gform_wrapper.gravity-theme.gravity-theme form input[type=submit], .gform_wrapper.gravity-theme.gform-theme form input[type=submit] {
  display: block;
  padding: 1em 4em;
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  font-size: 1em;
  font-weight: 300;
  border: none;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}
.gform_wrapper.gravity-theme.gravity-theme form input[type=submit]:hover, .gform_wrapper.gravity-theme.gform-theme form input[type=submit]:hover {
  background: var(--epl-color-tertiary);
  color: var(--epl-color-secondary);
}
@media screen and (min-width: 641px) {
  .gform_wrapper.gravity-theme form .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme form .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 2.5%;
  }
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons {
  margin: 2em 0;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_label {
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6em;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 700 !important;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio .gchoice {
  float: left;
  margin: 0 5px 5px 0;
  width: 245px;
  height: 40px;
  line-height: 29px;
  position: relative;
  text-align: center;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label,
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--epl-color-white);
  color: var(--epl-color-tertiary);
  text-transform: uppercase;
  font-weight: 700 !important;
  max-width: 100% !important;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input[type=radio] {
  opacity: 0.01;
  z-index: 100;
  font-weight: 700 !important;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input[type=radio]:checked + label,
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio .Checked + label {
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  font-weight: 700 !important;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
  font-weight: 700 !important;
}
.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label:hover {
  background: #ddd;
}

/*********************************************
	Photoswipe
*********************************************/
.rec-accordion-faq {
  width: 100%;
  margin: 2% auto;
}
.rec-accordion-faq .epl_ui_accordion_menu {
  position: relative;
  background: var(--epl-color-tint);
  margin: 0;
  padding: 1.5rem 0;
  font-family: var(--epl-font-family-primary);
  font-size: 1.4em;
  border-bottom: 1px solid var(--epl-color-grey-b1);
}
.rec-accordion-faq .epl_ui_accordion_menu::before {
  content: "";
  color: var(--epl-color-secondary);
  position: absolute;
  top: 0%;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("images/select-arrow.svg") no-repeat;
  background-size: 150%;
  background-position: -5px 0;
}
.rec-accordion-faq .epl_ui_accordion_menu_current {
  background: var(--epl-color-tint);
  border-bottom: none;
  color: inherit;
  margin-bottom: 0;
}
.rec-accordion-faq .epl_ui_accordion_menu_current::before {
  transform: rotate(180deg);
  background-position: -20px 20px;
}
.rec-accordion-faq .epl_ui_accordion_content {
  padding: 1rem 0 0;
  border-bottom: 1px solid var(--epl-color-grey-b1);
}

/*********************************************
	Gallery Shortcode
*********************************************/
@media screen and (max-width: 1200px) {
  .epl-section-wrap--gallery .epl-section {
    padding-block: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .epl-section-wrap--gallery .epl-section {
    padding-inline: 0;
  }
}

.epl-section-wrap--gallery-large img {
  width: 100%;
}

.epl-section-wrap--gallery-small .rec-gallery {
  display: flex;
  gap: 6em;
}
@media screen and (max-width: 1200px) {
  .epl-section-wrap--gallery-small .rec-gallery {
    gap: 3em;
  }
}
@media screen and (max-width: 770px) {
  .epl-section-wrap--gallery-small .rec-gallery {
    flex-wrap: wrap;
  }
}

.epl-section-wrap--gallery-small-reverse .rec-gallery {
  flex-direction: row-reverse;
}

.epl-tab-title-property-features {
  display: none;
}

ul.epl-property-features {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
  list-style-position: outside;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 767px) {
  ul.epl-property-features {
    grid-template-columns: 1fr 1fr;
  }
}
ul.epl-property-features li {
  margin: 0;
  padding: 0;
  border: 1px solid var(--epl-color-grey-df);
  border-style: none;
  border-radius: 1em;
}
ul.epl-property-features li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 16px;
  height: 17px;
  filter: invert(24%) sepia(43%) saturate(644%) hue-rotate(147deg) brightness(97%) contrast(89%);
  background-image: url("images/icons/fa/check-solid.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
ul.epl-property-features li::marker {
  display: initial;
  font-size: 1.2em;
  color: var(--epl-color-accent);
  filter: invert(24%) sepia(43%) saturate(644%) hue-rotate(147deg) brightness(97%) contrast(89%);
}
ul.epl-property-features li.property-category::before {
  background-image: url("images/icons/fa/house-light.svg");
}
ul.epl-property-features li.bedrooms::before {
  background-image: url("images/icons/fa/bed-light.svg");
}
ul.epl-property-features li.bathrooms::before {
  background-image: url("images/icons/fa/bath-light.svg");
}
ul.epl-property-features li.parking::before {
  background-image: url("images/icons/fa/car-side-light.svg");
}
ul.epl-property-features li.parking::before {
  background-image: url("images/icons/fa/car-side-light.svg");
}
ul.epl-property-features li.pool::before {
  background-image: url("images/icons/fa-duotone/water-ladder-duotone-regular.svg");
}
ul.epl-property-features li.air::before {
  background-image: url("images/icons/fa-duotone/air-conditioner-duotone-regular.svg");
}
ul.epl-property-features li.split_system_aircon::before {
  background-image: url("images/icons/fa-duotone/split-duotone-regular.svg");
}
ul.epl-property-features li.split_system_heating::before {
  background-image: url("images/icons/fa-duotone/split-duotone-regular.svg");
}
ul.epl-property-features li.reverse_cycle_aircon::before {
  background-image: url("images/icons/fa-duotone/heat-duotone-regular.svg");
}
ul.epl-property-features li.ducted_heating::before {
  background-image: url("images/icons/fa-duotone/temperature-sun-duotone-regular.svg");
}
ul.epl-property-features li.ducted_cooling::before {
  background-image: url("images/icons/fa-duotone/temperature-snow-duotone-regular.svg");
}
ul.epl-property-features li.hydronic_heating::before {
  background-image: url("images/icons/fa-duotone/temperature-sun-duotone-regular.svg");
}
ul.epl-property-features li.gas_heating::before {
  background-image: url("images/icons/fa-duotone/fire-flame-simple-duotone-regular.svg");
}
ul.epl-property-features li.evaporative_cooling::before {
  background-image: url("images/icons/fa-duotone/temperature-low-duotone-regular.svg");
}
ul.epl-property-features li.alarm::before {
  background-image: url("images/icons/fa-duotone/siren-on-duotone-regular.svg");
}
ul.epl-property-features li.year-built::before {
  background-image: url("images/icons/fa-duotone/input-numeric-duotone-regular.svg");
}
ul.epl-property-features li.rooms::before {
  background-image: url("images/icons/fa-duotone/person-shelter-duotone-regular.svg");
}
ul.epl-property-features li.new_construction::before {
  background-image: url("images/icons/fa-duotone/sparkles-duotone-regular.svg");
}
ul.epl-property-features li.land-size::before {
  background-image: url("images/icons/fa/ruler-combined-sharp-light.svg");
}
ul.epl-property-features li.building-size::before {
  background-image: url("images/icons/fa-duotone/vector-square-duotone-regular.svg");
}
ul.epl-property-features li.garage::before {
  background-image: url("images/icons/fa/car-side-light.svg");
}
ul.epl-property-features li.carport::before {
  background-image: url("images/icons/fa/car-side-light.svg");
}
ul.epl-property-features li.open_spaces::before {
  background-image: url("images/icons/fa/car-side-light.svg");
}
ul.epl-property-features li.secure_parking::before {
  background-image: url("images/icons/fa-duotone/shield-check-duotone-regular.svg");
}
ul.epl-property-features li.toilet::before {
  background-image: url("images/icons/fa-duotone/toilet-duotone-regular.svg");
}
ul.epl-property-features li.ensuite::before {
  background-image: url("images/icons/fa-duotone/sink-duotone-regular.svg");
}
ul.epl-property-features li.remote_garage::before {
  background-image: url("images/icons/fa-duotone/gamepad-duotone-regular.svg");
}
ul.epl-property-features li.study::before {
  background-image: url("images/icons/fa-duotone/graduation-cap-duotone-regular.svg");
}
ul.epl-property-features li.dishwasher::before {
  background-image: url("images/icons/fa-duotone/plate-utensils-duotone-regular.svg");
}
ul.epl-property-features li.built_in_robes::before {
  background-image: url("images/icons/fa-duotone/booth-curtain-duotone-regular.svg");
}
ul.epl-property-features li.gym::before {
  background-image: url("images/icons/fa-duotone/dumbbell-duotone-regular.svg");
}
ul.epl-property-features li.workshop::before {
  background-image: url("images/icons/fa-duotone/screwdriver-wrench-duotone-regular.svg");
}
ul.epl-property-features li.rumpus_room::before {
  background-image: url("images/icons/fa-duotone/teddy-bear-duotone-regular.svg");
}
ul.epl-property-features li.pay_tv::before {
  background-image: url("images/icons/fa-duotone/tv-retro-duotone-regular.svg");
}
ul.epl-property-features li.vacuum_system::before {
  background-image: url("images/icons/fa-duotone/vacuum-duotone-regular.svg");
}
ul.epl-property-features li.intercom::before {
  background-image: url("images/icons/fa-duotone/phone-intercom-duotone-regular.svg");
}
ul.epl-property-features li.tennis_court::before {
  background-image: url("images/icons/fa-duotone/tennis-ball-duotone-regular.svg");
}
ul.epl-property-features li.spa::before {
  background-image: url("images/icons/fa-duotone/spa-duotone-regular.svg");
}
ul.epl-property-features li.broadband::before {
  background-image: url("images/icons/fa-duotone/ethernet-duotone-regular.svg");
}
ul.epl-property-features li.outdoor_entertaining::before {
  background-image: url("images/icons/fa-duotone/champagne-glasses-duotone-regular.svg");
}
ul.epl-property-features li.land_fully_fenced::before {
  background-image: url("images/icons/fa-duotone/fence-duotone-regular.svg");
}
ul.epl-property-features li.open_fire_place::before {
  background-image: url("images/icons/fa-duotone/fireplace-duotone-regular.svg");
}
ul.epl-property-features li.shed::before {
  background-image: url("images/icons/fa-duotone/warehouse-full-duotone-regular.svg");
}
ul.epl-property-features li.courtyard::before {
  background-image: url("images/icons/fa-duotone/bench-tree-duotone-regular.svg");
}
ul.epl-property-features li.balcony::before {
  background-image: url("images/icons/fa-duotone/binoculars-duotone-regular.svg");
}

/*********************************************
	Alert
*********************************************/
.epl-shortcode .epl-alert {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  text-align: left;
  font-family: var(--epl-font-family-primary);
  font-size: 2em;
  font-weight: 400;
}

/*********************************************
	Modal
*********************************************/
.epl-modal {
  overflow: scroll;
  box-sizing: border-box;
  max-width: 870px;
  max-height: 80vh;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  border-style: none;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  .epl-modal {
    padding: 0;
  }
}

.epl-modal__heading {
  display: flex;
  margin: 0;
  padding: 2.5em 0 1.3em;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.epl-modal__title {
  display: initial;
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-secondary);
  font-size: 2em;
  font-weight: 400;
  line-height: 1.255;
  letter-spacing: -0.015em;
  text-transform: none;
  text-align: center;
}
.epl-modal__title .item-state,
.epl-modal__title .item-pcode {
  display: none;
}

.epl-modal__address {
  color: var(--epl-color-secondary);
}
.epl-modal__address .entry-title-sub {
  font-weight: inherit !important;
}

.epl-modal__close {
  display: flex;
  margin: 0 0 1em;
  padding: 0;
  justify-content: flex-end;
}

.epl-modal__close__button {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--epl-color-white);
  text-align: center;
  font-family: var(--epl-font-family-primary);
  font-weight: 600;
  font-size: 1em;
  line-height: 20px;
}
.epl-modal__close__button .epl-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.epl-modal__close__button .epl-icon {
  margin: 0 0 0 0.5em;
  width: 20px;
  height: 20px;
  background: transparent url("images/icons/fa/xmark-solid.svg") no-repeat;
  background-position: center;
  border-radius: 0;
  vertical-align: middle;
}
.epl-modal__close__button:hover {
  background-color: transparent;
  color: var(--epl-color-white);
}

.epl-modal__featured-image {
  margin: 0;
  padding: 0;
}
.epl-modal__featured-image img {
  object-fit: cover;
  max-height: 400px;
}

.epl-modal__content {
  margin: 0;
  padding: 2.7em 3.7em;
}
.epl-modal__content .gform_heading {
  margin-bottom: 1em;
  line-height: 1.45;
}
.epl-modal__content .gform_description {
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

.epl-modal-header-item {
  padding: 1em 2em;
}
.epl-modal-header-item--listing-details {
  border-top: 1px solid var(--epl-color-tertiary);
  border-bottom: 1px solid var(--epl-color-tertiary);
}

/*********************************************
	Slider
*********************************************/
.epl-slider-single-wrapper .epl-slider-thumb-container .c {
  background: rgba(255, 255, 255, 0.5);
}
.epl-slider-single-wrapper .epl-slider-thumb-container .pav .c {
  background: rgba(255, 255, 255, 0);
}
.epl-slider-single-wrapper .epl-slider-thumb-container .p.pdn .c {
  border: none;
}

.epl-read-more__content-wrap:not(.epl-read-more__content-wrap--expanded)::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}

.epl-read-more__link-wrap {
  margin: 1em 0 2em;
}
.epl-read-more__link-wrap .epl-read-more__link {
  display: inline-flex;
  margin: 0;
  padding: 0 1em 0 0;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  background: var(--epl-color-tertiary);
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
  border-radius: 0.5em;
  color: var(--epl-color-white) !important;
  font-family: var(--epl-font-family-primary);
  font-weight: 400;
  font-size: 1em !important;
  text-decoration: none !important;
  letter-spacing: 0;
}
.epl-read-more__link-wrap .epl-read-more__link:hover {
  box-shadow: none;
  color: var(--epl-color-white);
}
.epl-read-more__link-wrap .epl-read-more__link i {
  color: var(--epl-color-white);
}

/*********************************************
	Sharer
*********************************************/
.epl-icon-social .epl-icon-shape-base {
  fill: transparent; /* Outer rounded box */
}

.epl-icon-social .epl-icon-color-hollow {
  fill: var(--epl-color-primary); /* The icon items */
}

.epl-social-share {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}
.epl-social-share .epl-social-share__title {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
}
.epl-social-share .epl-social-share__buttons {
  position: relative;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
}
.epl-social-share .epl-social-share__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: var(--epl-color-primary);
  border-radius: 4em;
  min-width: auto;
  width: auto;
  height: auto;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none;
}
.epl-social-share .epl-social-share__link i {
  margin: 0;
  width: 25px;
  height: 25px;
  filter: none;
}
.epl-social-share .epl-social-share__link:hover {
  background-color: transparent;
  color: var(--epl-color-secondary);
  border-color: transparent;
  text-decoration: none;
}
.epl-social-share .epl-social-share__link:hover i {
  filter: invert(85%) sepia(0%) saturate(25%) hue-rotate(54deg) brightness(97%) contrast(93%) !important;
}
.epl-social-share .epl-social-share__link:focus {
  outline: none;
}
.epl-social-share .epl-social-share__link--share {
  background-image: transparent;
}
.epl-social-share .fa {
  font-weight: 400;
  font-size: 1em;
}
.epl-social-share .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 1em;
}
.epl-social-share svg {
  margin: 0;
  padding: 0.2em;
  width: 2em;
  height: 2em;
  background: var(--epl-color-primary);
  border-radius: 3em;
  border: none;
}
.epl-social-share svg:hover {
  background: var(--epl-color-secondary);
  color: var(--epl-color-secondary);
  border-color: var(--epl-color-secondary);
}
.epl-social-share .epl-social-share__label {
  display: inline;
}

.epl-social-share__link .rec-social-icon {
  width: 25px;
  height: 25px;
  background-image: url("images/icons/fa-duotone/share-nodes-duotone-regular.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  opacity: 1;
  font-size: 1em;
}
.epl-social-share__link .rec-social-icon--share {
  background-image: url("images/icons/fa-duotone/share-nodes-duotone-regular.svg");
}
.epl-social-share__link .rec-social-icon--facebook {
  background-image: url(images/icons/fa-social/facebook-f.svg);
}
.epl-social-share__link .rec-social-icon--twitter {
  background-image: url(images/icons/fa-social/x-twitter.svg);
}
.epl-social-share__link .rec-social-icon--linkedin {
  background-image: url(images/icons/fa-social/linkedin.svg);
}
.epl-social-share__link .rec-social-icon--pinterest {
  background-image: url(images/icons/fa-social/pinterest.svg);
}
.epl-social-share__link .rec-social-icon--instagram {
  background-image: url(images/icons/fa-social/instagram.svg);
}
.epl-social-share__link .rec-social-icon--email {
  background-image: url(images/icons/fa-social/envelope-solid.svg);
}
.epl-social-share__link:hover .rec-social-icon--share {
  background-image: url(images/icons/social/share--hover.svg);
}
.epl-social-share__link:hover .rec-social-icon--facebook {
  background-image: url(images/icons/fa-social/facebook-f.svg);
}
.epl-social-share__link:hover .rec-social-icon--twitter {
  background-image: url(images/icons/fa-social/x-twitter.svg);
}
.epl-social-share__link:hover .rec-social-icon--linkedin {
  background-image: url(images/icons/fa-social/linkedin.svg);
}
.epl-social-share__link:hover .rec-social-icon--pinterest {
  background-image: url(images/icons/fa-social/pinterest.svg);
}
.epl-social-share__link:hover .rec-social-icon--instagram {
  background-image: url(images/icons/fa-social/instagram.svg);
}
.epl-social-share__link:hover .rec-social-icon--email {
  background-image: url(images/icons/fa-social/envelope-solid.svg);
}

/*****************************
	Shortcode: Listing Information
****************************/
.epl-shortcode--info-widget {
  margin: 2em 0;
  padding: 1em 0;
  background: transparent;
  border: 1px solid var(--epl-color-grey-df);
  border-style: solid none;
}

.epl-row-wrap--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  column-gap: 2em;
  row-gap: 0;
}
@media screen and (max-width: 400px) {
  .epl-row-wrap--list {
    grid-template-columns: 100%;
  }
}

.epl-row--list-item {
  display: flex;
  margin: 0;
  padding: 0.5em 0;
  list-style: none;
  border: 1px solid rgba(42, 75, 89, 0.1);
  border-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: inherit;
  font-family: var(--epl-font-family-primary);
}
.epl-row--list-item .epl-label {
  display: flex;
  justify-content: initial;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-primary);
  font-size: 0.8em;
  font-weight: 600;
  text-transform: none;
  color: var(--epl-color-secondary);
}
.epl-row--list-item .epl-value {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  font-weight: 400;
  color: var(--epl-color-secondary);
}

.epl-menu {
  display: flex;
  justify-content: stretch;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}
.epl-menu .nav-item,
.epl-menu .menu-item {
  display: block;
}
.epl-menu .nav-item a,
.epl-menu .menu-item a {
  display: block;
  margin: 0;
  padding: 1em 2em;
  background: var(--epl-color-secondary);
}
.epl-menu .nav-item a:hover,
.epl-menu .menu-item a:hover {
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-menu .current-menu-item a {
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-menu .current-menu-item a:hover {
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}

.epl-image-cover {
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8001794468) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8001794468) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8001794468) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  isolation: isolate;
  display: grid;
  place-items: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.epl-image-cover a {
  display: block;
  transform: translate(0, 150%);
  padding: 1em 2em;
  color: var(--epl-color-white);
  border: 1px solid var(--epl-color-white);
  border-radius: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
}
.epl-image-cover a:hover {
  background: var(--epl-color-white);
  color: var(--epl-color-secondary);
}
.epl-image-cover:hover {
  opacity: 1;
}
.epl-image-cover:hover a {
  opacity: 1;
  transform: translate(0, 0);
}

.epl-section-wrap--image-details-panel .epl-section-inner--grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4em;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .epl-section-wrap--image-details-panel .epl-section-inner--grid {
    grid-template-columns: 1fr;
  }
}

.epl-section-wrap--image-details-panel-carousel .epl-section-inner--grid {
  display: grid;
  grid-template-columns: 1fr 350px calc(820px - 4em) 1fr;
  gap: 4em;
  align-items: start;
  min-width: 0;
}
@media screen and (max-width: 1030px) {
  .epl-section-wrap--image-details-panel-carousel .epl-section-inner--grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }
}
.epl-section-wrap--image-details-panel-carousel .epl-section-inner--grid .epl-row--details {
  grid-column: 2;
}
@media screen and (max-width: 1030px) {
  .epl-section-wrap--image-details-panel-carousel .epl-section-inner--grid .epl-row--details {
    grid-column: initial;
    grid-row: 2;
    padding: 0 2em 2em;
  }
}
.epl-section-wrap--image-details-panel-carousel .epl-section-inner--grid .epl-row--carousel-main {
  grid-column: span 2;
  min-width: 0;
}

.epl-section-inner--listing-details {
  font-size: 1.4em;
  position: absolute;
  padding: 0 1em;
  text-align: left;
  max-width: calc(1390px + 2em);
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  top: 10em;
  left: 50%;
  transform: translateX(-50%);
}
.epl-section-inner--listing-details .epl-rec-suburb {
  color: var(--epl-color-white);
}
.epl-section-inner--listing-details .epl-rec-price {
  margin: 0 0 0.5em;
}
.epl-section-inner--listing-details .epl-rec-price .page-price {
  color: var(--epl-color-white) !important;
}
.epl-section-inner--listing-details .epl-rec-address .entry-title-sub {
  display: none;
}
.epl-section-inner--listing-details .epl-rec-icons {
  justify-content: center;
}
.epl-section-inner--listing-details .epl-rec-icons .epl-rec-icon {
  border-color: var(--epl-color-white);
}
.epl-section-inner--listing-details .epl-rec-buttons .epl-button-wrapper {
  flex-direction: row;
  justify-content: center;
  font-size: 0.7em;
}
.epl-section-inner--listing-details .rec-icon-value {
  color: var(--epl-color-white);
}
.epl-section-inner--listing-details .bedroom .rec-icon i {
  background-image: url("images/icons/fa/bed-solid-white.svg");
}
.epl-section-inner--listing-details .bathroom .rec-icon i {
  background-image: url("images/icons/fa/bath-solid-white.svg");
}
.epl-section-inner--listing-details .parking .rec-icon i {
  background-image: url("images/icons/fa/car-solid-white.svg");
}

.epl-section-inner--listing-details-simple {
  font-size: 1.4em;
  position: absolute;
  padding: 0 1em;
  text-align: left;
  max-width: calc(1390px + 2em);
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
}
.epl-section-inner--listing-details-simple .epl-row--details {
  border-bottom: 1px solid var(--epl-color-white);
}

.epl-section-wrap--image-background {
  margin-top: 0;
}
.epl-section-wrap--image-background .epl-section {
  padding-block: 0;
}
.epl-section-wrap--image-background .epl-featured-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 770px) {
  .epl-section-wrap--image-background .epl-featured-image {
    height: 140px;
  }
}
.epl-section-wrap--image-background img {
  width: 100%;
  filter: grayscale(100%);
  height: 240px;
  object-fit: cover;
  mix-blend-mode: hard-light;
}
.epl-section-wrap--image-background .duotone-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--epl-color-primary); /* Teal overlay */
  mix-blend-mode: darken;
}

.epl-section-wrap--image-background-details {
  margin-top: 0;
}
.epl-section-wrap--image-background-details .epl-section {
  padding-block: 0 !important;
}
.epl-section-wrap--image-background-details .epl-featured-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 770px) {
  .epl-section-wrap--image-background-details .epl-featured-image {
    height: 140px;
  }
}
.epl-section-wrap--image-background-details img {
  width: 100%;
  filter: brightness(40%);
  height: 440px;
  object-fit: cover;
  mix-blend-mode: hard-light;
}
.epl-section-wrap--image-background-details .duotone-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--epl-color-primary); /* Teal overlay */
  mix-blend-mode: darken;
}

/*********************************************
	WordPress Gallery
*********************************************/
.epl-gallery .gallery {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 1fr;
}
.epl-gallery .gallery-caption,
.epl-gallery .gallery-item a {
  width: 100%;
}
.epl-gallery.gallery-columns-4 > * {
  flex-basis: 25%;
  margin: 0;
  padding: 0;
}
.epl-gallery .gallery-item img,
.epl-gallery .gallery-item a {
  display: block;
}
.epl-gallery .gallery-item img {
  width: 100%;
  object-fit: cover;
}
.epl-gallery #gallery-1 .gallery-item {
  margin: 0 0 30px;
  padding: 0;
  float: left;
  width: calc(33.333% - 50px);
}
@media screen and (max-width: 700px) {
  .epl-gallery #gallery-1 .gallery-item {
    width: calc(100% - 10px);
  }
}
.epl-gallery #gallery-1 img {
  display: block;
  padding: 0;
  border: none !important;
  border-radius: 0;
}
.epl-gallery dt {
  margin-bottom: 0;
}
.epl-gallery br {
  display: none;
}

/** EPL Gallery CSS **/
@media screen and (min-width: 500px) {
  .epl-gallery-entry .gallery-columns-1 {
    grid-template-columns: 1fr;
  }
  .epl-gallery-entry .gallery-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .epl-gallery-entry .gallery-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .epl-gallery-entry .gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .epl-gallery-entry .gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.epl-gallery-item {
  overflow: hidden;
  border-radius: 1em;
}

.--epl-gallery-grid {
  grid-template-areas: "item-1 item-2 item-2" "item-1 item-3 item-4" !important;
}

/*********************************************
	Carousel
*********************************************/
.epl-slick-item-image {
  overflow: hidden;
}

.epl-carousel-swiper {
  display: block !important;
  grid-template-columns: none !important;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .epl-carousel-swiper {
    padding-inline: 0 !important;
  }
}
.epl-carousel-swiper .epl-property-blog-rec.epl-listing-grid-view-forced {
  display: block;
  float: left;
  max-width: 30%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  clear: unset;
}
.epl-carousel-swiper .epl-property-blog-rec.slick-slide {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .epl-carousel-swiper .epl-property-blog-rec {
    font-size: 0.9em !important;
  }
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons {
    gap: 0.5em;
  }
}
@media screen and (min-width: 600px) and (max-width: 979px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-row--details {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1280px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1850px) {
  .epl-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
    display: none;
  }
}

/*********************************************
	Lightbox
*********************************************/
.pswp {
  z-index: 200000;
}
.pswp .pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--epl-color-black-90);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pswp .pswp__button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.33em;
  color: var(--epl-color-white);
  background-color: transparent;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
}
.pswp .pswp__button:hover {
  background-color: transparent;
  color: transparent;
  border-style: none;
}
.pswp .pswp__button--arrow--left::before,
.pswp .pswp__button--arrow--right::before {
  background: url("images/arrow-carousel.svg") 0 0 no-repeat;
  background-size: 65%;
  width: 44px;
  height: 44px;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp .pswp__button--arrow--left {
  left: 30px;
}
.pswp .pswp__button--arrow--right {
  right: 30px;
}
.pswp .pswp__button--arrow--left::before,
.pswp .pswp__button--arrow--right::before {
  content: "";
  top: 0;
  background-color: var(--epl-color-white-opacity-75) !important;
  border-radius: 30px;
  height: 60px;
  width: 60px;
  position: absolute;
}
.pswp .pswp__button--arrow--left::before {
  left: 0;
  background-position: 10px 17px !important;
}
.pswp .pswp__button--arrow--right::before {
  right: 0;
  background-position: 10px 17px !important;
  transform: rotate(180deg);
}
.pswp .pswp__share-tooltip a {
  color: var(--epl-color-primary);
}

.epl-pswp__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  margin: 0;
  padding: 2em 6em;
  background: var(--epl-color-white);
  margin-top: 44px;
  position: relative;
  z-index: 2;
  transition: opacity ease-in-out 300ms;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .epl-pswp__section {
    padding: 1em;
  }
}
.epl-pswp__section .epl-rec-suburb {
  font-size: 2em;
  font-weight: 600;
}
.epl-pswp__section .epl-rec-icons--single {
  margin: 0;
}
.epl-pswp__section .epl-button i {
  transition: all 300ms ease-in-out;
}
.epl-pswp__section .epl-button:hover i {
  margin-left: 1em;
  background-image: url("images/icons/fa/arrow-right-solid-wh.svg");
}

.pswp--zoomed-in .epl-pswp__section {
  opacity: 0;
}

.epl-pswp__row--right {
  display: flex;
  gap: 2em;
  align-items: center;
  flex-wrap: wrap;
}

/*********************************************
	Inspections
*********************************************/
.epl-inspection-times {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: initial;
  gap: 0.7em;
}
.epl-inspection-times .epl-inspection-times-label {
  display: none;
  margin: 0.2em 0;
  padding: 0;
  background: initial;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}

.home-open-wrapper {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  line-height: 1.2;
}
.home-open-wrapper .home-open-date {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-basis: auto;
  line-height: 1.2;
  width: auto;
}
@media screen and (max-width: 600px) {
  .home-open-wrapper {
    grid-template-columns: 100%;
  }
}

.epl-inspection-times ul.home-open-wrapper li {
  line-height: 1.2;
  margin-left: 0;
}

.epl_inspection_calendar {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid var(--epl-color-grey-ab);
  border-style: none;
  text-decoration: none !important;
}
.home-open-wrapper :last-child .epl_inspection_calendar {
  border-style: none;
}

.epl-inspection__card {
  display: block;
  margin: 1em 0 0;
  padding: 0.5em 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
  background: transparent;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  line-height: 1.355;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid var(--epl-color-tint);
  border-style: solid none none;
  border-radius: none;
  box-shadow: none;
}
.epl-inspection__card:hover {
  background: transparent;
  color: var(--epl-color-primary);
  border-color: var(--epl-color-secondary);
  font-weight: inherit;
}
.epl-inspection__card--single {
  display: block;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1em;
  background: transparent;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  line-height: 1.355;
  text-align: left;
  text-transform: none;
  text-decoration: none !important;
  letter-spacing: 0;
  border: 1px solid var(--epl-color-grey-df);
  border-style: solid;
  border-radius: 0.5em;
  box-shadow: none;
}
.epl-inspection__card--single:hover {
  background: var(--epl-color-grey-df);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-tertiary);
  font-weight: 500;
}

.epl-inspection__item {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.epl-inspection__item--single {
  display: flex;
  margin: 0;
  padding: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}

.epl-inspection-row--icon .rec-icon {
  width: 32px;
  height: 32px;
}

.epl-inspection__card--title-icon-day-time {
  display: block;
}
.epl-inspection__card--title-icon-day-time .epl-inspection__item__title {
  text-transform: uppercase;
}
.epl-inspection__card--title-icon-day-time .epl-inspection__item__date,
.epl-inspection__card--title-icon-day-time .epl-inspection__item__time {
  display: block;
}
.epl-inspection__card--date-time-icon {
  background: var(--epl-color-white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.epl-inspection__card--date-time-icon .epl-inspection__item__date,
.epl-inspection__card--date-time-icon .epl-inspection__item__time {
  display: block;
}
.epl-inspection__card--date-time-icon .epl-inspection__item__icon {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--epl-color-secondary);
}
.epl-inspection__card--date-time-icon .epl-label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
}

.epl-inspection__item__date----xxxxx::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 0.9em;
  height: 0.9em;
  background-image: url("images/icons/fa/arrow-right-light.svg");
  background-repeat: no-repeat;
  background-position: 0 1px;
}

.epl-inspection__item__icon i {
  font-size: 1.4em;
}

/*****************************
	Advanced Map - Info Box Slim
****************************/
.gm-style-iw-d {
  overflow: clip !important;
}

.epl-infobox-flat #epl-infobox-container .epl-propertybox-featured {
  position: relative;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.epl-infobox-flat #epl-infobox-container .epl-propertybox-featured .epl-info-inner-container {
  background: var(--epl-color-white);
  border-bottom: 3px solid var(--epl-color-primary);
  overflow: hidden;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.epl-infobox-flat #epl-infobox-container .epl-propertybox-featured .epl-main-info .epl-am-desc {
  height: 60px;
  margin: 5px 0;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info {
  background: var(--epl-color-white);
  padding: 20px 30px;
  font-weight: 500;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-title {
  color: var(--epl-color-primary);
  font-size: 1.7em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-location {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-desc {
  color: #aeaeae;
  height: 80px;
  line-height: 20px;
  margin: 15px 0;
  overflow: hidden;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-bottom-sec .epl-am-extra-info {
  color: #aeaeae;
  float: left;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-bottom-sec .epl-am-extra-info .epl-am-value {
  color: var(--epl-color-primary);
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
}

.epl-infobox-flat .epl-am-more-link {
  background: var(--epl-color-primary) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #ffffff !important;
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.5em;
  margin-top: 15px;
  outline: medium none !important;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.epl-am-more-link::after {
  background: var(--epl-color-primary) none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.epl-adv-popup-price {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 0;
  color: var(--epl-color-white);
  font-size: 1.7em;
  left: 0;
  line-height: 2em;
  position: absolute;
  text-align: center;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 1;
}
.epl-adv-popup-price .sold-status,
.epl-adv-popup-price .page-price.sold {
  color: var(--epl-color-white);
  font-weight: 500;
}

/** effect */
.epl-propertybox-featured:hover .epl-am-img-container::before {
  transform: scale(1);
}

.epl-propertybox-featured:hover .epl-am-img-container::before,
.propertybox-featured:hover .img-container::after {
  opacity: 1;
}

.epl-propertybox-featured .epl-am-img-container::before {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  transform: scale(0.6);
  width: 100%;
}

.epl-propertybox-featured .epl-am-img-container::before,
.propertybox-featured .epl-am-img-container::after {
  display: block;
  opacity: 0;
  position: absolute;
  transition: all 0.7s ease 0s;
  z-index: 1;
}

.epl-propertybox-featured:hover .epl-adv-popup-price {
  bottom: -50px;
  transition: all 0.3s ease 0s;
}

.epl-infobox-flat .epl-am-value {
  color: var(--epl-color-primary);
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
}

/*****************************
	Advanced Map - Info Box Slim
****************************/
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  margin: 0;
}

.epl-am-map-wrapper .gm-style-iw-d {
  overflow: scroll;
}

.gm-ui-hover-effect {
  opacity: 0.8;
}
.epl-infobox-flat .epl-infobox-flat-container {
  width: 480px;
  overflow: hidden;
  max-width: 100%;
  background: var(--epl-color-white);
}
.epl-infobox-flat .epl-advanced-map-title-link {
  color: var(--epl-color-secondary);
  text-decoration: none;
}
.epl-infobox-flat .epl-infobox-flat-content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0;
  align-items: center;
}
.epl-infobox-flat img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}
.epl-infobox-flat .epl-infobox-flat-image-element {
  position: relative;
}
.epl-infobox-flat .epl-infobox-flat-image-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.2em;
  padding: 0.5em;
  font-weight: bold;
}
.epl-infobox-flat .epl-infobox-flat-image-content .page-price {
  color: #ffffff;
}
.epl-infobox-flat .epl-infobox-flat-image-link {
  display: block;
  position: absolute;
  inset: 0;
  text-indent: -9999px;
}
.epl-infobox-flat .epl-infobox-flat-details-element {
  padding: 1em;
}
@media screen and (min-width: 500px) {
  .epl-infobox-flat .epl-infobox-flat-details-element {
    padding: 1em !important;
  }
}
.epl-infobox-flat .epl-infobox-flat-entry-title {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1;
}
.epl-infobox-flat .epl-infobox-flat-location {
  margin: 1em 0;
}
.epl-infobox-flat .epl-infobox-flat-meta {
  margin: 1em 0;
}
.epl-infobox-flat .epl-rec-icons {
  justify-content: flex-start;
}
.epl-infobox-flat .epl-rec-icon.land .rec-icon-label {
  display: none;
}
.epl-infobox-flat .epl-am-value {
  font-weight: bold;
  font-size: 1.2em;
}
.epl-infobox-flat .epl-infobox-flat-button {
  margin-top: 1em;
}
@media screen and (min-width: 500px) {
  .epl-am-map-wrapper .gm-style-iw-d {
    overflow: clip !important;
  }
}
/*****************************
	Advanced Map - Split
****************************/
.epl-am-map-template-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.epl-am-template-map {
  float: none;
  width: 100%;
  height: 100% !important;
}
.epl-am-template-listings {
  float: none;
  width: 100%;
  padding-right: 1em;
}
.epl-am-template-listings .epl-shortcode .epl-loop-tools-wrap {
  display: none;
}
.epl-am-template-listings .epl-shortcode .epl-template-blog {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.epl-infobox-flat .epl-am-img-container img {
  max-width: 100%;
  object-fit: cover;
}

/*****************************
	Icons - External SVG
****************************/
.epl-rec-icons .epl-rec-icon.air,
.epl-rec-icons .epl-rec-icon.pool {
  /* display: none; */
}

.epl-icons,
.epl-rec-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.epl-icons .epl-rec-icon,
.epl-rec-icons .epl-rec-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.2em;
  flex: 1;
  max-width: max-content;
  margin: 0;
  padding: 0;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  color: red;
}
.epl-icons .epl-rec-icon i,
.epl-rec-icons .epl-rec-icon i {
  filter: invert(24%) sepia(43%) saturate(644%) hue-rotate(147deg) brightness(97%) contrast(89%);
}
.epl-icons .epl-rec-icon:first-child,
.epl-rec-icons .epl-rec-icon:first-child {
  margin-left: 0;
  padding-left: 0;
}
.epl-icons .epl-rec-icon:last-child,
.epl-rec-icons .epl-rec-icon:last-child {
  border-right: none;
}
.epl-icons .rec-icon-value,
.epl-icons .rec-icon-label,
.epl-icons .rec-icon-unit,
.epl-rec-icons .rec-icon-value,
.epl-rec-icons .rec-icon-label,
.epl-rec-icons .rec-icon-unit {
  display: inline-block;
}
.epl-icons .rec-icon-label,
.epl-rec-icons .rec-icon-label {
  display: initial;
  flex-basis: 100%;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-weight: 400;
  font-family: var(--epl-font-family-primary);
  text-transform: none;
  font-family: var(--epl-font-family-primary);
  letter-spacing: 0;
}
.epl-icons .rec-icon-value,
.epl-rec-icons .rec-icon-value {
  display: block;
  margin: 0;
  min-width: max-content;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-family: var(--epl-font-family-quaternary);
  font-weight: 400;
}
.epl-icons .rec-icon-unit,
.epl-rec-icons .rec-icon-unit {
  display: inline-block;
  font-size: 1em;
  text-transform: lowercase;
}
.epl-icons .rec-icon,
.epl-rec-icons .rec-icon {
  display: flex;
  place-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}
.epl-icons .rec-icon i,
.epl-rec-icons .rec-icon i {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  opacity: 1;
  font-size: 1em;
}
.epl-icons .rec-icon i span,
.epl-rec-icons .rec-icon i span {
  display: none;
}
.epl-icons .bedroom .rec-icon i,
.epl-rec-icons .bedroom .rec-icon i {
  background-image: url("images/icons/fa/bed-light.svg");
}
.epl-icons .bathroom .rec-icon i,
.epl-rec-icons .bathroom .rec-icon i {
  background-image: url("images/icons/fa/bath-light.svg");
}
.epl-icons .toilet .rec-icon i,
.epl-rec-icons .toilet .rec-icon i {
  background-image: url("images/icons/fa-duotone/toilet-duotone-regular.svg");
}
.epl-icons .parking .rec-icon i,
.epl-rec-icons .parking .rec-icon i {
  background-image: url("images/icons/fa/car-side-light.svg");
}
.epl-icons .pool .rec-icon i,
.epl-rec-icons .pool .rec-icon i {
  margin-right: 0;
  background-image: url("images/icons/fa-duotone/water-ladder-duotone-regular.svg");
}
.epl-icons .land .rec-icon i,
.epl-rec-icons .land .rec-icon i {
  background-image: url("images/icons/fa/ruler-combined-sharp-light.svg");
}
.epl-icons .frontage .rec-icon i,
.epl-rec-icons .frontage .rec-icon i {
  background-image: url("images/icons/fa/ruler-horizontal-solid.svg");
}
.epl-icons .frontage .rec-icon-value,
.epl-rec-icons .frontage .rec-icon-value {
  margin-left: 0.2em;
}
.epl-icons .building .rec-icon i,
.epl-rec-icons .building .rec-icon i {
  background-image: url("images/icons/fa-duotone/vector-square-duotone-regular.svg");
}
.epl-icons .category .rec-icon i,
.epl-rec-icons .category .rec-icon i {
  background-image: url("images/icons/fa/house-light.svg");
}
.epl-icons .category .rec-icon i,
.epl-rec-icons .category .rec-icon i {
  background-image: url("images/icons/fa/house-light.svg");
}
.epl-icons--card,
.epl-rec-icons--card {
  margin-top: auto;
}
.epl-icons--single,
.epl-rec-icons--single {
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  margin: 0;
  padding: 0;
  gap: 1em;
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .epl-icons--single,
  .epl-rec-icons--single {
    padding: 0;
    gap: 1.5em;
  }
}
.epl-icons--single .epl-rec-icon,
.epl-rec-icons--single .epl-rec-icon {
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
  border-radius: 1.5em;
  text-align: left;
  line-height: 1.8;
}
.epl-icons--single .epl-rec-icon:first-child,
.epl-rec-icons--single .epl-rec-icon:first-child {
  margin-left: 0;
  padding-left: 0;
  border-right: none;
}
.epl-icons--single .epl-rec-icon:last-child,
.epl-rec-icons--single .epl-rec-icon:last-child {
  border-right: none;
}
.epl-icons--single .epl-rec-icon .rec-icon,
.epl-rec-icons--single .epl-rec-icon .rec-icon {
  width: 20px;
  height: 20px;
  display: grid;
  align-items: center;
  place-content: center;
  border: 2px solid var(--epl-color-secondary);
  border-style: none;
  border-radius: 100px;
}
.epl-icons--single .epl-rec-icon .rec-icon i,
.epl-rec-icons--single .epl-rec-icon .rec-icon i {
  margin: 0;
}
.epl-icons--single .epl-rec-icon .rec-icon-value,
.epl-rec-icons--single .epl-rec-icon .rec-icon-value {
  display: block;
  margin: 0;
  color: var(--epl-color-primary);
  font-size: 1.1em;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .epl-icons--single .epl-rec-icon .rec-icon-value,
  .epl-rec-icons--single .epl-rec-icon .rec-icon-value {
    font-size: 1.2em;
  }
}
.epl-icons--single .epl-rec-icon .rec-icon-label,
.epl-rec-icons--single .epl-rec-icon .rec-icon-label {
  display: initial;
  flex-basis: auto;
  color: var(--epl-color-primary);
  font-size: 1.1em;
  font-weight: 400;
  font-family: var(--epl-font-family-quaternary);
  text-transform: none;
  font-family: var(--epl-font-family-quaternary);
  letter-spacing: 0;
}
.epl-icons--single .rec-icon i,
.epl-rec-icons--single .rec-icon i {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .epl-icons--single .rec-icon i,
  .epl-rec-icons--single .rec-icon i {
    width: 20px;
    height: 20px;
    background-size: 20px 20px !important;
  }
}
.epl-icons--single .bedroom .rec-icon i,
.epl-rec-icons--single .bedroom .rec-icon i {
  background-image: url("images/icons/fa/bed-light.svg");
}
.epl-icons--single .bathroom .rec-icon i,
.epl-rec-icons--single .bathroom .rec-icon i {
  max-height: 100%;
  background-image: url("images/icons/fa/bath-light.svg");
}
.epl-icons--single .toilet .rec-icon i,
.epl-rec-icons--single .toilet .rec-icon i {
  background-image: url("images/icons/fa-duotone/toilet-duotone-regular.svg");
}
.epl-icons--single .parking .rec-icon i,
.epl-rec-icons--single .parking .rec-icon i {
  background-image: url("images/icons/fa/car-side-light.svg");
}
.epl-icons--single .pool .rec-icon i,
.epl-rec-icons--single .pool .rec-icon i {
  margin-right: 0;
  background-image: url("images/icons/fa/water-ladder-solid.svg");
}
.epl-icons--single .land .rec-icon i,
.epl-rec-icons--single .land .rec-icon i {
  background-image: url("images/icons/fa/ruler-combined-sharp-light.svg");
}
.epl-icons--single .frontage .rec-icon i,
.epl-rec-icons--single .frontage .rec-icon i {
  background-image: url("images/icons/fa/ruler-horizontal-solid.svg");
}
.epl-icons--single .frontage .rec-icon-value,
.epl-rec-icons--single .frontage .rec-icon-value {
  margin-left: 0.2em;
}
.epl-icons--single .building .rec-icon i,
.epl-rec-icons--single .building .rec-icon i {
  background-image: url("images/icons/fa-duotone/vector-square-duotone-regular.svg");
  background-image: url("images/icons/fa/building-solid-white.svg");
}
.epl-icons--single .category .rec-icon i,
.epl-rec-icons--single .category .rec-icon i {
  background-image: url("images/icons/fa/home-solid-white.svg");
}

i.rec-icon {
  filter: invert(24%) sepia(43%) saturate(644%) hue-rotate(147deg) brightness(97%) contrast(89%);
}

/*****************************
	Icons
****************************/
.epl-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.epl-icon--phone {
  background-image: url("images/icons/soames/phone.svg");
}

.epl-icon--address {
  background-image: url("images/icons/soames/address.svg");
}

.epl-icon--map-view {
  background-image: url("images/icons/fa/location-dot-regular.svg");
}

.epl-icon--close {
  background-image: url("images/icons/soames/close.svg");
}

.epl-icon--grid-view {
  background-image: url("images/icons/soames/close-red.svg");
}

.epl-author-social-buttons {
  display: flex;
  gap: 0;
}

.epl-icon-svg-container svg {
  width: 40px;
}

.rec-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  font-size: 1em;
  vertical-align: middle;
}

.rec-icon-bed {
  background-image: url("images/icons/bed-alternate.svg");
}

.rec-icon-bath {
  background-image: url("images/icons/bath-alternate.svg");
}

.rec-icon-car {
  background-image: url("images/icons/parking-alternate.svg");
}

.rec-icon-land {
  background-image: url("images/icons/button-land.svg");
}

.rec-icon-building {
  background-image: url("images/icons/fa-duotone/vector-square-duotone-regular.svg");
}

.rec-icon-house {
  background-image: url("images/icons/button-house.svg");
}

.rec-icon-gallery {
  background-image: url("images/icons/button-gallery.svg");
}

.rec-icon-calendar {
  background-image: url("images/icons/button-calendar.svg");
  background-image: url("images/icons/fa/calendar-check-light-white.svg");
  background-image: url("images/icons/fa/calendar-check-light.svg");
}

.rec-icon-clock {
  background-image: url("images/icons/clock.svg");
}

.rec-icon-magnify-white {
  background-image: url("images/icons/button-magnify-wh.svg");
}

.rec-icon-inspection {
  background-image: url("images/icons/button-inspection.svg");
}

.rec-icon-auction {
  background-image: url("images/icons/button-auction.svg");
}

.rec-icon-filter {
  background-image: url("images/icons/button-filter.svg");
}

.rec-icon-sliders {
  background-image: url("images/icons/fa/sliders-thin.svg");
}

.rec-icon-pin {
  background-image: url("images/icons/location.svg");
}

.rec-icon-location {
  background-image: url("images/icons/fa/location-dot-regular.svg");
}

.rec-icon-plus {
  background-image: url("images/icons/plus.svg");
}

.rec-icon-minus {
  background-image: url("images/icons/minus.svg");
}

.rec-icon-house {
  background-image: url("images/icons/fa/house-light.svg");
}

.rec-icon-clipboard {
  background-image: url("images/icons/clipboard.svg");
}

.rec-icon-parking {
  background-image: url("images/icons/parking.svg");
}

.rec-icon-phone {
  background-image: url("images/icons/fa/phone-light.svg");
}

.rec-icon-mobile {
  background-image: url("images/icons/fa/mobile-light.svg");
}

.rec-icon-envelope {
  background-image: url("images/icons/fa/envelope-light.svg");
}

.rec-icon-camera {
  background-image: url("images/icons/camera.svg");
}

.rec-icon-fav {
  background-image: url("images/icons/fav-wh.svg");
}

.rec-icon-fav-selected {
  background-image: url("images/icons/fav-solid.svg");
}

.rec-icon-share {
  background-image: url("images/icons/fa-duotone/share-nodes-duotone-regular.svg");
}

.rec-icon-share-alternate {
  background-image: url(images/icons/social/share--hover.svg);
  background-image: url("images/icons/fa-duotone/share-nodes-duotone-regular.svg");
}

.rec-icon-website {
  background-image: url("images/icons/fa/globe-pointer-light.svg");
}

.rec-icon-gavel {
  background-image: url("images/icons/fa/gavel-solid-white.svg");
}

.rec-icon-arrow-right-solid {
  background-image: url("images/icons/fa/arrow-right-solid.svg");
}
.rec-icon-arrow-right-solid--white {
  background-image: url("images/icons/fa/arrow-right-solid-wh.svg");
}

.rec-icon-arrow-right-thin {
  background-image: url("images/icons/fa/arrow-right-thin.svg");
}

body .epl-pagination {
  clear: both;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin: 4em 0 1em;
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--epl-font-family-quaternary);
  letter-spacing: 0;
}

body .epl-pagination a,
body .epl-pagination span {
  position: relative;
  display: inline-block;
  border: 1px solid var(--epl-color-secondary);
  border-style: solid;
  margin: 0;
  padding: 0;
  background: var(--epl-color-white);
  box-shadow: none;
  color: var(--epl-color-secondary);
  line-height: 43px;
  width: 45px;
  height: 45px;
  border-radius: 3em;
  font-weight: 300;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
}

body .epl-pagination a.first,
body .epl-pagination a.last {
  width: 45px;
}

body .epl-pagination a.previouspostslink,
body .epl-pagination a.nextpostslink {
  width: 50px;
  padding-inline: 0;
  line-height: 43px;
}

body .epl-pagination .pages {
  width: auto;
  display: none;
  padding: 0.2em 1em;
}

body .epl-pagination .first {
  display: inline-block;
  background: #eee;
  border-color: transparent;
}
body .epl-pagination .first:hover {
  background: #eee;
}

body .epl-pagination .last {
  display: inline-block;
  background: var(--epl-color-primary);
  width: 50px;
  border-right: 1px solid var(--epl-color-secondary);
  border-left: 1px solid var(--epl-color-secondary);
  border-color: var(--epl-color-primary);
}

body .epl-pagination .first::before {
  border: 6px solid transparent;
  border-right-color: var(--epl-color-primary);
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 6px;
  width: 0;
}
body .epl-pagination .first::before:hover {
  border-right-color: var(--epl-color-white);
}

body .epl-pagination .last::before {
  border: 6px solid transparent;
  border-left-color: #fff;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 10px;
  width: 0;
}
body .epl-pagination .last:hover::before {
  border-left-color: var(--epl-color-primary);
}

body .epl-pagination a:hover,
body .epl-pagination span.current {
  display: inline-block;
}

body .epl-pagination span.current {
  background: var(--epl-color-secondary);
  border-color: var(--epl-color-secondary);
  color: var(--epl-color-white);
  font-weight: 400;
}

body .epl-pagination a:hover {
  background: var(--epl-color-primary);
  border-color: var(--epl-color-primary);
  color: var(--epl-color-white);
}

body .epl-pagination a:focus {
  outline: var(--epl-color-secondary) solid 1px;
}

body .epl-pagination ul li:hover a:after,
body .epl-pagination ul li.active a:after {
  background: var(--epl-color-grey);
}

@media screen and (min-width: 600px) {
  body .epl-pagination {
    text-align: center;
  }
}
.epl-stickers-wrapper {
  display: flex;
  position: absolute;
  top: 1.5em;
  bottom: initial;
  left: 1.5em;
  right: 1.5em;
  flex-direction: row-reverse;
  gap: 0.5em;
  text-align: left;
  z-index: 1;
}

.epl-stickers-wrapper .status-sticker {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.1em 0.5em 0.1em;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0 0 5px rgba(29, 49, 96, 0.2);
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-quaternary);
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  /* Adjust based on your theme fonts. */
  /* transform: rotate(-20deg); */
}
.epl-stickers-wrapper .status-sticker.new {
  display: none;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.new::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.day-counter {
  display: inline-block;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.day-counter::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.category {
  display: inline-block;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.category::after {
  border-right-color: var(--epl-color-white);
  border-left-color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.current {
  display: inline-block;
  background: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.current::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.open {
  display: none;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.open::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.under-offer {
  display: inline-block;
  background: ine-block;
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.under-offer::after {
  border-right-color: ine-block;
  border-left-color: ine-block;
}
.epl-stickers-wrapper .status-sticker.sold {
  display: inline-block;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.sold::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.leased {
  display: inline-block;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.leased::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker.featured {
  display: inline-block;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-stickers-wrapper .status-sticker.featured::after {
  border-right-color: var(--epl-color-primary);
  border-left-color: var(--epl-color-primary);
}
.epl-stickers-wrapper .status-sticker--alternate {
  display: flex;
  justify-content: space-between;
}

.epl-status-sold .epl-stickers-wrapper .status-sticker--sold {
  padding: 0.2em 1em 0.3em;
  background: var(--epl-color-primary);
  display: inline-block;
  border-radius: 0;
  font-family: var(--epl-font-family-secondary);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
  transform: rotate(-6deg);
}

.epl-rec-social-links {
  margin-top: 0.6em;
  text-align: center;
}
.epl-rec-social-links .rec-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.2em;
}
.epl-rec-social-links .epl-label {
  display: none;
}
.epl-rec-social-links a {
  color: var(--epl-color-white);
}
.epl-rec-social-links path {
  fill: #ffffff;
}
.epl-rec-social-links .epl-rec-meta__title {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.87em;
  border-top: 3px solid var(--epl-color-tertiary);
  color: var(--epl-color-white);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

/*********************************************
	Listing Single Info Panel
*********************************************/
.epl-section-wrap--info-panel .epl-section {
  max-width: 100%;
  padding: 0;
}

.container-wrap__carousel {
  margin-top: 0;
}

.rec-epl-listing-info-panel-outer-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.rec-epl-listing-info-panel {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.rec-epl-listing-info-panel .epl_inspection_calendar {
  display: inline-block;
}
.rec-epl-listing-info-panel .epl-inspection__item--icon-time {
  margin-top: 0.3em;
  font-size: 1.2em;
}
.rec-epl-listing-info-panel .home-open-wrapper li:first-child {
  display: inline-block;
}

.rec-panel-block-listing-details {
  flex: 0 0 30em;
  background: var(--epl-color-accent);
  z-index: 3;
}
.rec-panel-block-listing-details .rec-contents {
  padding: 2em;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.rec-panel-block-listing-details .epl-rec-widget-title {
  margin-bottom: 1em;
}
.rec-panel-block-listing-details .epl-rec-category {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.15em;
}
.rec-panel-block-listing-details .epl-rec-address {
  margin: 0 0 0.5em;
  line-height: 1.1;
  font-size: clamp(1em, 10vw - 1em, 3em);
}
.rec-panel-block-listing-details .epl-rec-icons {
  margin: 0 auto;
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
.rec-panel-block-listing-details .epl-rec-icons .epl-rec-icon {
  margin: 0 0.8em 0 0;
  padding: 0 1.4em 0 0;
}
.rec-panel-block-listing-details .epl-rec-icons .rec-icon-value {
  font-size: 1.2em;
}
.rec-panel-block-listing-details .price {
  margin: 0.3em 0 1.4em;
  padding: 0.5em 0;
  font-size: 1em;
  border-top: 1px solid var(--epl-color-primary);
  border-bottom: 1px solid var(--epl-color-primary);
}
.rec-panel-block-listing-details .epl-inspection-times {
  margin: 0;
}
.rec-panel-block-listing-details .epl-button-wrapper {
  margin: 1em 0 0.3em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.rec-panel-block-listing-details .epl-button-wrapper > * {
  margin: 0;
  flex: 1 1 40%;
}
.rec-panel-block-listing-details .epl-button-wrapper :first-child {
  margin-left: 0;
}
.rec-panel-block-listing-details .epl-button-wrapper :last-child {
  margin-right: 0;
}
.rec-panel-block-listing-details .epl-button-wrapper::after {
  display: none;
}
.rec-panel-block-listing-details .epl-custom-button-wrapper > * {
  flex: 1 1 100%;
}
.rec-panel-block-listing-details .epl-inspection-times {
  margin: 0.5em 0;
}
.rec-panel-block-listing-details .epl-inspection-times ul.home-open-wrapper {
  margin: 0;
  padding: 0;
}

.epl-section-map::before {
  display: none !important;
}

.rec-panel-block-listing-featured-image {
  min-height: 1px;
  min-width: 1px;
  z-index: 2;
}
.rec-panel-block-listing-featured-image img {
  display: block;
}

@media screen and (max-width: 1280px) {
  .rec-panel-block-listing-details {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1030px) {
  .rec-panel-block-listing-details {
    position: absolute;
    top: 2em;
    left: 2%;
    bottom: 2em;
    box-shadow: none;
  }
}
@media screen and (max-width: 1030px) and (min-width: 981px) {
  .rec-panel-block-listing-details {
    left: 10%;
  }
}
@media screen and (max-width: 1030px) {
  .rec-contents {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 770px) {
  .rec-epl-listing-info-panel {
    display: flex;
    flex-direction: column-reverse;
  }
  .rec-panel-block-listing-details {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    box-shadow: none;
  }
  .rec-contents {
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  .rec-contents {
    font-size: 0.8em;
  }
}
.epl-section-wrap--info-bar {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

.epl-info-bar--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .epl-info-bar__row--heading {
    display: block;
    margin-bottom: 0.5em;
  }
}

.epl-info-bar__row--flex {
  display: flex;
}

.epl-info-bar__row--justify-content {
  display: flex;
}

.epl-info-bar__row--space-between {
  display: flex;
  justify-content: space-between;
}

.epl-info-bar__row--align-center,
.epl-info-bar__row--align-items-center {
  display: flex;
  align-items: center;
}

.epl-info-bar__section--flex {
  display: flex;
}

.epl-section-wrap--info-bar .epl-section {
  margin: 0 auto;
  padding-block: 2em;
  background: transparent;
  color: var(--epl-color-primary);
  text-align: left;
  align-items: initial;
  border: 1px var(--epl-color-tint) solid;
  border-style: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address {
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address .entry-title-sub {
  display: inline;
  margin: 0;
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-street {
  display: initial;
  font-size: inherit;
  font-weight: 300;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-state {
  display: inline;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-pcode {
  display: inline;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-country {
  display: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-suburb {
  margin: 0.5rem 0;
  padding: 0;
  color: var(--epl-color-primary);
}
.epl-section-wrap--info-bar .epl-section .epl-rec-suburb .entry-title-sub {
  font-family: var(--epl-font-family-primary);
  font-size: 0.7em;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-heading {
  margin: 0;
  padding: 0 0 0.5em;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-secondary);
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-status {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: var(--epl-color-secondary);
  font-family: var(--epl-font-family-secondary);
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-status .epl-listing-status {
  text-transform: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-price {
  margin: 1em 0;
  padding: 0;
  font-family: var(--epl-font-family-secondary);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-price .page-price,
.epl-section-wrap--info-bar .epl-section .epl-rec-price .rent-period,
.epl-section-wrap--info-bar .epl-section .epl-rec-price .bond {
  color: var(--epl-color-primary);
}
.epl-section-wrap--info-bar .epl-section .epl-rec-price .bond {
  font-size: 0.5em;
  margin-left: 0.5em;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons {
  display: flex;
  margin: 1em 0 0;
  padding: 0;
  background: transparent;
  border: 2px solid var(--epl-color-secondary);
  border-style: none;
  justify-content: flex-start;
  gap: 1em;
  font-size: 1em;
  letter-spacing: 0;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon {
  margin: 0;
  padding: 0;
  gap: 0.5em;
  border: 1px var(--epl-color-primary) solid;
  border-style: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon:first-child {
  padding-left: 0;
  border-left: 0;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon:last-child {
  border-right: none;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-label,
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-value,
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-unit {
  color: var(--epl-color-primary);
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-label {
  font-family: var(--epl-font-family-secondary);
  font-size: 1.1em;
  font-weight: 400;
  text-transform: lowercase;
}
.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-value {
  font-size: 1em;
  font-weight: 400;
}
.epl-section-wrap--info-bar-tabs.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; /* Adjust as needed */
}

.epl-info-bar__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.2em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.epl-info-bar__tab {
  margin: 0;
  padding: 0;
}
.epl-info-bar__tab a {
  display: block;
  color: var(--epl-color-primary);
  padding: 1.1em 0;
  font-size: 1.1rem;
  border-bottom: 3px solid var(--epl-color-white);
}
.epl-info-bar__tab a:focus {
  outline: none;
}
.epl-info-bar__tab a:hover, .epl-info-bar__tab a.epl-clicked {
  border-color: var(--epl-color-tint);
}
@media screen and (max-width: 767px) {
  .epl-info-bar__tab a {
    padding: 0.5em 0;
  }
}

.epl-section-wrap--info-bar--icons {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 3px solid var(--epl-color-primary);
  border-style: none;
  box-shadow: none;
}

.epl-property-single-rec .epl-section-wrap--info-bar--icons .epl-rec-item {
  display: grid;
  padding: 0 1em 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  flex: 1 1 auto;
  text-align: center;
  font-size: 1em;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: none solid none none;
  border-radius: 0;
}
.epl-property-single-rec .epl-section-wrap--info-bar--icons .epl-rec-item:last-child {
  border-right-style: none;
}
.epl-property-single-rec .epl-section-wrap--info-bar--icons .epl-rec-item .epl-label {
  flex-basis: 100%;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
}
.epl-property-single-rec .epl-section-wrap--info-bar--icons .epl-rec-item .epl-value {
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}

/*********************************************
	Status Bar
*********************************************/
.rec-epl-listing-status-bar {
  padding: 1em;
  background: var(--epl-color-secondary);
}
.rec-epl-listing-status-bar h4.epl-rec-meta {
  color: var(--epl-color-white);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
/*********************************************
	Listing Module Enquiry
*********************************************/
.epl-property-single-rec .epl-section-enquiry {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
}
.epl-property-single-rec .epl-section-enquiry h4,
.epl-property-single-rec .epl-section-enquiry h5,
.epl-property-single-rec .epl-section-enquiry h6 {
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
}
.epl-property-single-rec .epl-section-enquiry .rec-entry-title-wrapper .rec-entry-title {
  color: var(--epl-color-white);
  border-color: var(--epl-color-white);
}
.epl-property-single-rec .epl-section-enquiry .epl-rec-inner-container {
  max-width: 100%;
  margin: 0 auto;
}
.epl-property-single-rec .epl-section-enquiry .rec-contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
.epl-property-single-rec .epl-section-enquiry .epl-rec-heading {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--epl-color-white);
}
.epl-property-single-rec .epl-section-enquiry .epl-rec-address {
  font-size: 1.2em;
  color: var(--epl-color-white);
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons {
  margin: 0.2em 0 0;
  font-size: 1.2em;
  gap: 1em;
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons .epl-rec-icon {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons .rec-icon-value {
  font-size: 0.8em;
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bedroom .rec-icon-label {
  background: url("images/icons/bed-alternate.svg") no-repeat;
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bathroom .rec-icon-label {
  background: url("images/icons/bath-alternate.svg") no-repeat;
}
.epl-property-single-rec .epl-section-enquiry .property-feature-icons .parking .rec-icon-label {
  background: url("images/icons/parking-alternate.svg") no-repeat;
}

@media screen and (max-width: 100%) {
  .epl-property-single-rec .epl-section-enquiry .epl-rec-inner-container {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 600px) {
  .epl-property-single-rec .epl-section-enquiry .rec-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}
.epl-author-box-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: initial;
  justify-content: center;
  gap: 1em;
  width: 100%;
}
.epl-author-box-wrapper > * {
  flex: 1;
}

.epl-author-box-card {
  overflow: hidden;
  position: relative;
  display: flex;
  grid-template-areas: "header content" "footer footer";
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  color: var(--epl-color-primary);
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
}
.epl-author-box-card > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.epl-author-box-card:first-child {
  margin-top: 0;
}
.epl-author-box-card a:not(.epl-button, .epl-social-share__link--share, .epl-social-share__link, .epl-row--button) {
  color: var(--epl-color-secondary);
}
.epl-author-box-card a:not(.epl-button, .epl-social-share__link--share, .epl-social-share__link, .epl-row--button):hover {
  color: var(--epl-color-secondary);
  text-decoration: none;
}
.epl-author-box-card img {
  display: block;
}
.epl-author-box-card .epl-author-box-card__inner {
  margin: 0;
  padding: 0 0 2em;
  display: flex;
  grid-template-columns: initial;
  flex-direction: row;
  justify-content: flex-start;
  place-items: initial;
  align-items: center;
  gap: 0.5em;
  background: transparent;
  text-align: center;
  border: 1px solid var(--epl-color-secondary-opacity);
  border-style: none;
}
.epl-author-box-card .epl-author-box-card__inner > * {
  min-width: 0;
  width: 100%;
  flex: initial;
}
@media screen and (max-width: 400px) {
  .epl-author-box-card .epl-author-box-card__inner {
    flex-wrap: wrap;
  }
}
.epl-author-box-card .epl-author-box-card__row--header {
  display: block;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border: 1px solid var(--epl-color-grey-e5);
  border-style: none;
}
.epl-author-box-card .epl-author-box-card__row--header img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  border: 1px solid var(--epl-color-secondary);
  border-style: none;
  box-shadow: none;
  object-fit: cover;
}
.epl-author-box-card .epl-author-box-card__row--content {
  margin: 0;
  padding: 1em;
  width: 100%;
  background: transparent;
  text-align: center;
  border: 4px solid var(--epl-color-white);
  border-style: none;
  overflow: hidden;
}
.epl-author-box-card .epl-author-title {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--epl-font-family-secondary);
}
.epl-author-box-card .epl-author-title a {
  text-decoration: none !important;
  color: var(--epl-color-white);
}
.epl-author-box-card .epl-author-position {
  margin: 0;
  padding: 0;
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1555;
  text-transform: none;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}
.epl-author-box-card .epl-author-slogan {
  margin: 0.5em 0 0.5em;
  padding: 0;
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
}
.epl-author-box-card .epl-author-contact {
  margin: 0;
  padding: 0;
  min-width: fit-content;
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.555;
}
.epl-author-box-card .epl-author-contact a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0.5em 2em;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--epl-color-white);
  border-style: solid;
  border-radius: 3em;
}
.epl-author-box-card .epl-author-contact a:hover {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  border-color: var(--epl-color-white);
  text-decoration: none;
  opacity: 1;
}
.epl-author-box-card .epl-author-contact a:hover i {
  filter: invert(94%) sepia(98%) saturate(10%) hue-rotate(323deg) brightness(105%) contrast(100%);
}
.epl-author-box-card .epl-author-contact i {
  color: var(--epl-color-secondary);
  margin-right: 0;
  filter: invert(94%) sepia(98%) saturate(10%) hue-rotate(323deg) brightness(105%) contrast(100%);
}
.epl-author-box-card .epl-bio-more {
  display: block;
  overflow: visible;
}
.epl-author-box-card .epl-sd-author-social-buttons {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.epl-author-box-card .epl-author-icon-svg {
  display: block;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: none;
  border-radius: 30px;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.epl-author-box-card .epl-author-icon-svg:hover {
  border-color: var(--epl-color-primary);
}
.epl-author-box-card .epl-button {
  display: block;
  margin: 0;
  padding: 0.5em 2em;
  background: var(--epl-color-tertiary);
  color: var(--epl-color-white);
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 0.5em;
  box-shadow: none;
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  letter-spacing: -0.05em;
}
.epl-author-box-card .epl-button:hover {
  background: var(--epl-color-tertiary);
  color: var(--epl-color-secondary);
  border-color: var(--epl-color-secondary);
  box-shadow: none;
}
.epl-author-box-card .rec-icon {
  width: 14px;
  height: 14px;
}

.epl-author-box-container:not(.epl-author-flat) .epl-author-tab-content {
  display: none;
}
.epl-author-box-container:not(.epl-author-flat) ul.epl-author-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 -1px;
  padding: 0;
  gap: 0;
}
.epl-author-box-container:not(.epl-author-flat) ul.epl-author-tabs li.tab-link {
  flex: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 2.5em;
  background: var(--epl-color-tint);
  color: var(--epl-color-black);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  min-width: fit-content;
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-e1);
  border-radius: 0;
}
.epl-author-box-container:not(.epl-author-flat) ul.epl-author-tabs li.tab-link:hover {
  text-decoration: none;
}
.epl-author-box-container:not(.epl-author-flat) ul.epl-author-tabs li.tab-link.epl-author-current {
  background: transparent;
  border: none;
  margin-bottom: 0;
  background: var(--epl-color-grey-dark);
  color: var(--epl-color-white) !important;
  border-color: var(--epl-color-secondary);
}
.epl-author-box-container:not(.epl-author-flat) .epl-author-tab-content.epl-author-current {
  display: block;
}
.epl-author-box-container:not(.epl-author-flat) .epl-author-tab-content ul {
  margin: 0 0 0 1em;
}
.epl-author-box-container:not(.epl-author-flat) .epl-author-box-outer-wrapper {
  background: var(--epl-color-tint);
  padding: 1em;
  display: flex;
  border: 1px solid var(--epl-color-grey-e1);
}
.epl-author-box-container:not(.epl-author-flat) .epl-author-contact-details {
  width: auto;
}
.epl-author-box-container:not(.epl-author-flat) .epl-author-box.epl-author-image {
  min-width: 150px;
  padding-right: 0;
  margin-right: 1em;
  width: auto;
}

/*********************************************
	Tabs - Solid
*********************************************/
ul.epl_ui_tab_menu_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0;
  padding: 0;
  gap: 0;
}
ul.epl_ui_tab_menu_wrapper > :first-child {
  overflow: hidden;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--epl-color-black);
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  min-width: fit-content;
  margin: 0;
  padding: 0.5em 2.5em;
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  border: 1px solid var(--epl-color-grey-e1);
  border-radius: 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a:hover {
  text-decoration: none;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current {
  background: transparent;
  border: none;
  margin-bottom: 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current a {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white) !important;
  border-color: var(--epl-color-secondary);
}

.epl_ui_tab_content {
  display: none;
  background: transparent;
  margin-bottom: 0;
  padding: 0.3em;
}

.epl_ui_tab_content_current {
  display: inherit;
}

.epl_ui_tab_menu_wrapper_vertical {
  display: inline;
  float: left;
  width: 20%;
}
.epl_ui_tab_menu_wrapper_vertical li {
  width: 100%;
}
.epl_ui_tab_menu_wrapper_vertical .epl_ui_tab_content {
  margin-left: 25%;
}

/* Tooltip container */
.epl-tooltip {
  position: relative;
  border-bottom: 1px dotted var(--epl-color-primary); /* If you want dots under the hoverable text */
}
.epl-tooltip .epl-tooltip__text {
  display: none;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 120px;
  background-color: var(--epl-color-primary);
  color: var(--epl-color-white);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.epl-tooltip:hover .epl-tooltip__text {
  visibility: visible;
}

.epl-video-container {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
  overflow: hidden;
}
.epl-video-container iframe {
  margin: 0;
  width: 100% !important;
  height: 600px !important;
}

/*********************************************
	Archive: Slim
*********************************************/
.epl-rec-agents {
  position: relative;
  inset: initial;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
.epl-rec-agents > :nth-child(2) {
  margin-top: 0;
}
.epl-rec-agents .epl-rec-agent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
.epl-rec-agents .epl-rec-agent__row__image {
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: flex-start;
  width: 45px;
  height: 45px;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 3em;
}
.epl-rec-agents .epl-rec-agent__row__image a {
  display: block;
}
.epl-rec-agents .epl-rec-agent__row__image img {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 100%;
  border: 1px solid var(--epl-color-primary);
  border-style: none;
  border-radius: 0;
}
.epl-rec-agents .epl-entry-title {
  font-weight: 600;
  font-family: var(--epl-font-family-secondary);
  font-size: 1em;
  color: var(--epl-color-white);
  line-height: 1;
}
/*********************************************
Staff Hero
*********************************************/
.rec-staff-hero-bg-outer-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.rec-staff-hero-bg-outer-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.rec-staff-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec-staff-hero-bg .rec-text-container--- {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* DEMO-SPECIFIC STYLES */
.rec-typewriter {
  display: flex;
  justify-content: center;
}

.rec-typewriter .title-heading-center {
  display: block;
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--epl-color-primary);
  }
}
.epl-section-wrap--info-bar--listing-overlay {
  position: fixed;
  width: 100%;
  bottom: -200px;
  z-index: 10;
  background: var(--epl-color-white);
  transition: bottom 0.3s ease-in-out;
  padding: 1em 0;
  border-top: 1px solid var(--epl-color-primary);
  border-bottom: 1px solid var(--epl-color-primary);
}
.epl-section-wrap--info-bar--listing-overlay .epl-section {
  padding: 0;
}
.epl-section-wrap--info-bar--listing-overlay .epl-button--outline {
  margin-left: 2em;
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  border-color: var(--epl-color-secondary);
}
.epl-section-wrap--info-bar--listing-overlay .epl-button--outline:hover {
  background: var(--epl-color-white);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-primary);
}
.epl-section-wrap--info-bar--listing-overlay .epl-button--outline:focus {
  background: var(--epl-color-grey-e7);
  color: var(--epl-color-primary);
  border-color: var(--epl-color-grey-e7);
}

@media screen and (min-width: 600px) {
  .epl-section-wrap--info-bar--listing-overlay--visible {
    bottom: 0;
  }
}

.epl-info-bar--listing-overlay {
  margin: 0;
  padding: 2em 0;
}
.epl-info-bar--listing-overlay .epl-info-bar__row--address {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.7em;
}
.epl-info-bar--listing-overlay .epl-info-bar__row--address .epl-rec-address {
  padding: 0.6em 2rem;
  border-left: 1px solid #dedede;
}
.epl-info-bar--listing-overlay .epl-info-bar__row--address .epl-rec-address .entry-title-sub {
  margin: 0;
}
.epl-info-bar--listing-overlay .epl-info-bar__row--agent > :nth-child(2) {
  display: none;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry {
  margin: 0;
  max-width: 100%;
  box-shadow: none;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__inner {
  display: flex;
  align-items: center;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__row--header {
  max-width: 96px;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__row--header img {
  border-radius: 30em;
  border-color: #dedede;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-title {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-position {
  margin: 0;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-slogan {
  display: none;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-contact {
  margin: 0;
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-sd-author-email.disabled {
  margin-left: 4em;
  background: var(--epl-color-secondary);
  padding: 1em 2.8em 0.9em;
  border-color: var(--epl-color-secondary);
}
.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-sd-author-email.disabled a.disabled {
  color: var(--epl-color-white);
}

/*****************************
	Project Icons
****************************/
.epl-archive-default {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible !important;
  z-index: 1;
}

.epl-loop-content {
  margin: 0;
  padding: 0;
}

.epl-shortcode .loop-content:not(.epl-widget),
.epl-template-builder:not(.epl-widget),
.epl-template-blog:not(.epl-widget),
.epl-template-default:not(.epl-widget),
.epl-template-grid:not(.epl-widget),
.epl-template-featured:not(.epl-widget),
.epl-template-trending:not(.epl-widget),
.epl-template-card:not(.epl-widget),
.epl-shortcode-listing-category:not(.epl-widget),
.epl-sd-listings-inner:not(.epl-widget),
.epl-sd-shortcode-content:not(.epl-widget),
.epl-of-listings:not(.epl-widget),
.epl-office-team:not(.epl-widget) {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  row-gap: 2em;
  column-gap: 2em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  min-width: 0;
  min-height: 0;
  outline: none;
}
@media screen and (max-width: 600px) {
  .epl-shortcode .loop-content:not(.epl-widget),
  .epl-template-builder:not(.epl-widget),
  .epl-template-blog:not(.epl-widget),
  .epl-template-default:not(.epl-widget),
  .epl-template-grid:not(.epl-widget),
  .epl-template-featured:not(.epl-widget),
  .epl-template-trending:not(.epl-widget),
  .epl-template-card:not(.epl-widget),
  .epl-shortcode-listing-category:not(.epl-widget),
  .epl-sd-listings-inner:not(.epl-widget),
  .epl-sd-shortcode-content:not(.epl-widget),
  .epl-of-listings:not(.epl-widget),
  .epl-office-team:not(.epl-widget) {
    row-gap: 2em;
    column-gap: 2em;
  }
}

@media screen and (min-width: 600px) and (max-width: 770px) {
  .epl-shortcode .loop-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-builder:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-blog:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-default:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-grid:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-featured:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-trending:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-card:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-shortcode-listing-category:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-listings-inner:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-shortcode-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-of-listings:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-office-team:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card) {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    outline: none;
  }
}
@media screen and (min-width: 770px) and (max-width: 1030px) {
  .epl-shortcode .loop-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-builder:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-blog:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-default:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-grid:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-featured:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-trending:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-card:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-shortcode-listing-category:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-listings-inner:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-shortcode-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-of-listings:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-office-team:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card) {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    outline: none;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1440px) {
  .epl-shortcode .loop-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-builder:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-blog:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-default:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-grid:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-featured:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-trending:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-card:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-shortcode-listing-category:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-listings-inner:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-shortcode-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-of-listings:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-office-team:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card) {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    outline: none;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1597px) {
  .epl-shortcode .loop-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-builder:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-blog:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-default:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-grid:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-featured:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-trending:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-card:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-shortcode-listing-category:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-listings-inner:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-shortcode-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-of-listings:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-office-team:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card) {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    outline: none;
  }
}
@media screen and (min-width: 1597px) {
  .epl-shortcode .loop-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-builder:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-blog:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-default:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-grid:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-featured:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-trending:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-template-card:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-shortcode-listing-category:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-listings-inner:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-sd-shortcode-content:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-of-listings:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card),
  .epl-office-team:not(.epl-widget, .epl-grid-list, .epl-grid-2, .epl-grid-3, .epl-grid-4, .epl-flex-card) {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    outline: none;
  }
}

@media screen and (min-width: 1030px) {
  .epl-shortcode .epl-grid-2:not(.epl-widget) {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1030px) {
  .epl-shortcode .epl-grid-3:not(.epl-widget) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1030px) {
  .epl-shortcode .epl-grid-4:not(.epl-widget) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1030px) {
  .epl-shortcode:not(.epl-widget) .epl-flex-card {
    display: flex;
    flex-wrap: wrap;
  }
  .epl-shortcode:not(.epl-widget) .epl-flex-card--center {
    display: flex;
    justify-content: center;
  }
}

.epl-shortcode-listing {
  overflow: visible;
}

.epl-template-featured,
.epl-template-trending {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  column-gap: 1em;
  row-gap: 1em;
}
.epl-template-featured .epl-stickers-wrapper,
.epl-template-trending .epl-stickers-wrapper {
  display: none !important;
}

.epl-template-card {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  column-gap: 1em;
  row-gap: 1em;
}

.epl-template-trending {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.epl-loop-tools-wrap,
.loop-footer,
.epl-of-epl-section__title {
  grid-column: 1/-1;
  margin: 0;
}

.epl-search-not-found-title,
.epl-search-not-found-message {
  grid-column: 1/-1;
}

.epl-listing-grid-view,
.epl-listing-grid-view-forced,
.epl-property-blog.epl-listing-grid-view,
.epl-property-blog.epl-listing-grid-view-forced {
  max-width: 100%;
}
.epl-property-blog-rec,
.epl-property-blog-rec.hentry {
  position: relative;
  isolation: isolate;
  display: grid;
  margin: 0;
  padding: 0;
  overflow: hidden;
  grid-template-columns: 380px 1fr;
  grid-template-rows: initial;
  column-gap: 0;
  row-gap: 0;
  flex-direction: row;
  grid-column: 1/-1;
  background: transparent;
  border: 1px solid var(--epl-color-grey-df);
  border-style: solid;
  border-radius: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  max-width: 100%;
  transform: none;
  transition: box-shadow 0.3s, transform 0.3s;
  min-width: 0;
}
.epl-property-blog-rec a:not(.epl-button, .epl-sticker, .epl-row__link, .epl-more-link, .epl-image-cover a),
.epl-property-blog-rec.hentry a:not(.epl-button, .epl-sticker, .epl-row__link, .epl-more-link, .epl-image-cover a) {
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec:hover,
.epl-property-blog-rec.hentry:hover {
  background-color: transparent;
  border-color: #d3d3c5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.epl-property-blog-rec:hover .epl-blog-image img,
.epl-property-blog-rec.hentry:hover .epl-blog-image img {
  transform: scale(1.05);
  filter: none;
  box-shadow: none;
}
.epl-property-blog-rec .epl-row-wrap--header,
.epl-property-blog-rec.hentry .epl-row-wrap--header {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  gap: 0.3em;
  overflow: visible;
  border-radius: 0;
  min-width: 0;
}
.epl-property-blog-rec .epl-blog-image,
.epl-property-blog-rec.hentry .epl-blog-image {
  overflow: hidden;
}
.epl-property-blog-rec .epl-blog-image img,
.epl-property-blog-rec.hentry .epl-blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  filter: none;
  border-radius: 0.5em 0.5em 0 0;
}
.epl-property-blog-rec .epl-archive-entry-image,
.epl-property-blog-rec.hentry .epl-archive-entry-image {
  position: relative;
  overflow: visible;
  border-radius: 0.5em;
}
.epl-property-blog-rec .epl-row-wrap--content,
.epl-property-blog-rec.hentry .epl-row-wrap--content {
  flex-basis: auto;
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
  inset: auto 0 0 0;
  z-index: 2;
  display: grid;
  margin: 0;
  padding: 1.5em;
  grid-template-columns: 1fr;
  flex-direction: column;
  justify-content: flex-start;
  align-items: initial;
  align-content: center;
  gap: 0.75em;
  text-align: left;
  background: transparent;
  min-width: 0;
}
.epl-property-blog-rec .epl-row-wrap--footer,
.epl-property-blog-rec.hentry .epl-row-wrap--footer {
  position: relative;
  inset: initial;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0 1em 1em;
  grid-template-columns: 1fr;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0.5em;
  transition: opacity 300ms;
  opacity: 1;
  background: var(--epl-color-white);
  border-top: none;
}
.epl-property-blog-rec:hover .epl-row-wrap--footer,
.epl-property-blog-rec.hentry:hover .epl-row-wrap--footer {
  opacity: 1;
}
.epl-property-blog-rec .epl-row--content > *,
.epl-property-blog-rec.hentry .epl-row--content > * {
  flex: 0 1 auto;
}
.epl-property-blog-rec .epl-rec-address,
.epl-property-blog-rec.hentry .epl-rec-address {
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  font-size: 1em;
  text-transform: none;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0;
  color: var(--epl-color-primary);
}
.epl-property-blog-rec .epl-rec-address a,
.epl-property-blog-rec.hentry .epl-rec-address a {
  display: inline;
  flex-direction: initial;
  color: var(--epl-color-primary);
}
.epl-property-blog-rec .epl-rec-address .item-street,
.epl-property-blog-rec .epl-rec-address .entry-title-sub,
.epl-property-blog-rec.hentry .epl-rec-address .item-street,
.epl-property-blog-rec.hentry .epl-rec-address .entry-title-sub {
  display: inline;
}
.epl-property-blog-rec .epl-rec-address .item-street,
.epl-property-blog-rec.hentry .epl-rec-address .item-street {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}
.epl-property-blog-rec .epl-rec-address .entry-title-sub,
.epl-property-blog-rec.hentry .epl-rec-address .entry-title-sub {
  display: inline;
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}
.epl-property-blog-rec .epl-rec-address .item-suburb,
.epl-property-blog-rec.hentry .epl-rec-address .item-suburb {
  display: inline;
}
.epl-property-blog-rec .epl-rec-address .item-state,
.epl-property-blog-rec.hentry .epl-rec-address .item-state {
  display: none;
}
.epl-property-blog-rec .epl-rec-address .item-pcode,
.epl-property-blog-rec.hentry .epl-rec-address .item-pcode {
  display: none;
}
.epl-property-blog-rec .epl-rec-address .item-country,
.epl-property-blog-rec.hentry .epl-rec-address .item-country {
  display: none;
}
.epl-property-blog-rec .epl-rec-heading,
.epl-property-blog-rec.hentry .epl-rec-heading {
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-quaternary);
  font-weight: 600;
  font-size: 1.2em;
  text-transform: none;
  text-align: inherit;
  line-height: 1;
  letter-spacing: 0;
  color: var(--epl-color-primary);
  min-width: 0;
  flex: initial;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.epl-property-blog-rec .epl-rec-heading a,
.epl-property-blog-rec.hentry .epl-rec-heading a {
  color: var(--epl-color-primary);
}
.epl-property-blog-rec .epl-rec-heading p,
.epl-property-blog-rec.hentry .epl-rec-heading p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.epl-property-blog-rec .epl-rec-suburb,
.epl-property-blog-rec.hentry .epl-rec-suburb {
  margin: 0;
  padding: 0;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  font-size: 1em;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec .epl-rec-suburb a,
.epl-property-blog-rec.hentry .epl-rec-suburb a {
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec .epl-rec-category,
.epl-property-blog-rec.hentry .epl-rec-category {
  margin: 0 0 0.5em;
  padding: 0;
  font-family: var(--epl-font-family-primary);
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec .epl-rec-category a,
.epl-property-blog-rec.hentry .epl-rec-category a {
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec .epl-rec-status,
.epl-property-blog-rec.hentry .epl-rec-status {
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--epl-color-primary);
  border-radius: 1em;
  font-family: var(--epl-font-family-primary);
  font-weight: 400;
  font-size: 0.8em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
}
.epl-property-blog-rec .epl-rec-status a,
.epl-property-blog-rec.hentry .epl-rec-status a {
  color: var(--epl-color-secondary);
}
.epl-property-blog-rec .epl-rec-price,
.epl-property-blog-rec.hentry .epl-rec-price {
  margin: 0;
  padding: 0;
  background: initial;
  border-radius: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-quaternary);
  font-size: 1.3em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.epl-property-blog-rec .epl-rec-excerpt,
.epl-property-blog-rec.hentry .epl-rec-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.epl-property-blog-rec .epl-excerpt-content,
.epl-property-blog-rec.hentry .epl-excerpt-content {
  margin: 0;
}
.epl-property-blog-rec .epl-excerpt-content p,
.epl-property-blog-rec.hentry .epl-excerpt-content p {
  margin: 0;
}
.epl-property-blog-rec .epl-more-link,
.epl-property-blog-rec.hentry .epl-more-link {
  display: none;
  margin: 1em 0 0;
  padding: 0;
  color: var(--epl-color-primary);
  font-size: 0.8em;
  font-weight: 400;
}

.epl-status-current .epl-rec-meta .page-price {
  color: var(--epl-color-secondary);
}

.epl-status-under-offer .epl-rec-meta .page-price {
  color: var(--epl-color-secondary);
}

.epl-status-sold .epl-rec-meta .page-price {
  color: var(--epl-color-secondary);
}

.epl-status-leased .epl-rec-meta .page-price {
  color: var(--epl-color-secondary);
}

.epl-rec-meta .rent-period {
  color: var(--epl-color-primary);
  font-size: 1em;
}

.page-price.sold,
.sold-status {
  text-transform: none;
}

.epl-listing-grid-view,
.epl-listing-grid-view.hentry,
.epl-listing-grid-view-forced,
.epl-listing-grid-view-forced.hentry {
  display: flex;
  grid-column: initial;
  flex-direction: column;
  grid-template-rows: initial;
  justify-content: space-between;
}
.epl-listing-grid-view .epl-row-wrap--content,
.epl-listing-grid-view.hentry .epl-row-wrap--content,
.epl-listing-grid-view-forced .epl-row-wrap--content,
.epl-listing-grid-view-forced.hentry .epl-row-wrap--content {
  display: flex;
}
.epl-listing-grid-view .epl-blog-image img,
.epl-listing-grid-view.hentry .epl-blog-image img,
.epl-listing-grid-view-forced .epl-blog-image img,
.epl-listing-grid-view-forced.hentry .epl-blog-image img {
  max-width: 100%;
}

.epl-property-blog-rec.epl-listing-grid-view,
.epl-property-blog-rec.epl-listing-grid-view-forced {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {
  /** Global **/
}
@media screen and (min-width: 770px) {
  /** Global **/
}
@media screen and (min-width: 900px) {
  /** Global **/
}
.epl-listing-grid-view,
.epl-listing-grid-view-forced,
.epl-property-blog.epl-listing-grid-view,
.epl-property-blog.epl-listing-grid-view-forced {
  grid-template-columns: 1fr;
}
.epl-listing-grid-view.hentry,
.epl-listing-grid-view-forced.hentry,
.epl-property-blog.epl-listing-grid-view.hentry,
.epl-property-blog.epl-listing-grid-view-forced.hentry {
  grid-template-columns: 1fr;
}
.epl-inspections-list .epl-inspections-menu-item {
  margin-left: 0.5em;
}
.epl-inspections-list .epl-inspections-menu-item a {
  display: inline-block;
  font-size: 0.85em;
  padding: 1.3em 1.5em 1.4em;
  border: 1px solid var(--epl-color-primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.epl-inspections-list .epl-inspection-times-section {
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 0;
}
.epl-inspections-list .epl-inspection-times-heading {
  background: var(--epl-color-white);
  margin-bottom: 4px;
}
.epl-inspections-list .epl-inspection-block {
  padding: 1.2em 0 1em;
}
.epl-inspections-list .epl-inspection-block-date {
  font-family: var(--epl-font-family-secondary);
  font-size: 2em;
  font-weight: 400;
}
.epl-inspections-list .epl-property-blog-rec--inspections,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry {
  max-width: 100%;
  margin: 0 0 4px;
  padding: 2em 0;
  border-top: 1px solid var(--epl-color-grey-ef);
  border-bottom: 1px solid var(--epl-color-grey-ef);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content > :first-child,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content > :first-child {
  padding-left: 0;
  border-left: none;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-column,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-column {
  border-left: 1px solid var(--epl-color-grey-ef);
  padding-left: 3em;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-blog-image img,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-blog-image img {
  margin: 0;
  width: 100% !important;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
  display: grid;
  padding: 1em;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 0.5em;
  grid-template-columns: 1fr;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-suburb,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-suburb {
  font-size: 0.7em;
  color: var(--epl-color-primary);
}
.epl-inspections-list .epl-property-blog-rec--inspections h3.epl-rec-address,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry h3.epl-rec-address {
  margin: 0.2em 0 0.7em !important;
  font-size: 1em !important;
  font-family: var(--epl-font-family-secondary) !important;
  line-height: 0.9 !important;
}
.epl-inspections-list .epl-property-blog-rec--inspections .item-state,
.epl-inspections-list .epl-property-blog-rec--inspections .item-pcode,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .item-state,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .item-pcode {
  display: none;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-icons,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-icons {
  justify-content: flex-start;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-meta a,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-meta a {
  text-decoration: none;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-label,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-label {
  font-size: 0.8em;
  font-weight: 600;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value {
  margin: 0.3em 0 0;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--next-inspection,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--next-inspection {
  margin: 0 0 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--next-inspection i,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--next-inspection i {
  top: 5x;
  font-size: 1.4em;
  margin-right: 0.5em;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
  background: var(--epl-color-white);
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--add-to-calendar,
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--add-to-calendar,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email {
  text-align: left;
  margin: 1em 0 0;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--add-to-calendar a,
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email a,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--add-to-calendar a,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email a {
  display: inline-block;
  font-size: 0.85em;
  padding: 0.5em 1em 0.5em;
  border: 2px solid var(--epl-color-primary);
  background: var(--epl-color-primary);
  color: var(--epl-color-white) !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.16em;
  border-radius: 0;
}
.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email a,
.epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email a {
  background: transparent;
  color: var(--epl-color-primary) !important;
}
@media screen and (min-width: 480px) and (max-width: 690px) {
  .epl-inspections-list .epl-property-blog-rec--inspections,
  .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (min-width: 691px) {
  .epl-inspections-list .epl-property-blog-rec--inspections,
  .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
    grid-template-columns: 246px 1fr;
  }
  .epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content,
  .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 820px) {
  .epl-inspections-list .epl-property-blog-rec--inspections,
  .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
    grid-template-columns: 246px 1fr;
  }
}
@media screen and (min-width: 999px) {
  .epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content,
  .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
    padding: 1em 2em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.epl-inspection-times-checkbox {
  width: 100%;
  margin: 0;
  position: absolute;
  display: block;
  z-index: 2;
  top: 3px;
}
.epl-inspection-times-checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  z-index: 2;
}
.epl-inspection-times-checkbox label {
  position: relative;
}
.epl-inspection-times-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0;
  border: 1px solid var(--epl-color-accent);
  background: var(--epl-color-white);
}
.epl-inspection-times-checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid var(--epl-color-accent);
  border-left: 2px solid var(--epl-color-accent);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 10px;
  border-color: var(--epl-color-accent) !important;
}
.epl-inspection-times-checkbox input[type=checkbox]:checked ~ label::before {
  color: var(--epl-color-accent);
}
.epl-inspection-times-checkbox input[type=checkbox]:checked ~ label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.epl-inspection-times-checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.epl-inspection-times-checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.epl-inspection-times-checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}

.epl-location-profile-blog,
.epl-location-profile-blog.hentry {
  position: relative;
}
.epl-location-profile-blog .epl-row-wrap--content,
.epl-location-profile-blog.hentry .epl-row-wrap--content {
  padding: 0 1.5em 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.epl-location-profile-blog .epl-rec-address,
.epl-location-profile-blog.hentry .epl-rec-address {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.epl-location-profile-blog .epl-rec-address a,
.epl-location-profile-blog.hentry .epl-rec-address a {
  color: var(--epl-color-white) !important;
}
.epl-location-profile-blog .epl-rec-heading,
.epl-location-profile-blog.hentry .epl-rec-heading {
  margin: 0.5em 0 0;
  color: var(--epl-color-white);
}
.epl-location-profile-blog .epl-image-cover,
.epl-location-profile-blog.hentry .epl-image-cover {
  opacity: 1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.epl-location-profile-blog .epl-row__link,
.epl-location-profile-blog.hentry .epl-row__link {
  font-size: 1em;
  align-content: stretch;
  justify-items: end;
  align-items: end;
}
.epl-location-profile-blog .epl-row__link .epl-button,
.epl-location-profile-blog.hentry .epl-row__link .epl-button {
  margin: 1.5em;
}
@media screen and (max-width: 820px) {
  .epl-location-profile-blog .epl-row__link .epl-button,
  .epl-location-profile-blog.hentry .epl-row__link .epl-button {
    font-size: 0.8em;
  }
}

.epl-gallery-remaining {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1em;
}
.epl-gallery-remaining--mobile {
  right: 1em;
  bottom: 1em;
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
}
.epl-gallery-remaining--mobile .epl-gallery-remaining__counter {
  font-size: 1em;
}

.epl-gallery-remaining__counter {
  padding: 0.3em 0.5em;
  font-size: 4em;
  font-weight: 600;
  font-family: var(--epl-font-family-secondary);
}

.epl-comparables-extension-outer-wrapper .epl-tab-title-comparables {
  display: none;
}

/*********************************************
	Swiper
*********************************************/
.epl-search-form--swiper-tabs {
  margin: 0 0 2em;
}
.epl-search-form--swiper-tabs .field {
  text-align: right;
}
.epl-search-form--swiper-tabs .epl-field-row {
  margin-right: 0.1em;
}
.epl-search-form--swiper-tabs .epl-search-row-button .field label {
  padding: 0.4em 1.5em;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
}
.epl-search-form--swiper-tabs .epl-search-row-button .field input[type=radio]:checked + label {
  background: transparent;
  color: var(--epl-color-secondary);
  border: 1px solid var(--epl-color-secondary);
}

.epl-listing-swiper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 88%;
  grid-template-columns: initial !important;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 3em !important;
  scrollbar-width: thin;
}
.epl-listing-swiper.epl-clearfix::after {
  display: none;
}
.epl-listing-swiper .loop-footer {
  display: none;
}

.epl-listing-swiper {
  scroll-snap-type: inline mandatory;
}
.epl-listing-swiper > * {
  scroll-snap-align: start;
}

.epl-listing-swiper::-webkit-scrollbar {
  border-radius: 100vw;
  height: 0.1em;
}

.epl-listing-swiper::-webkit-scrollbar-track {
  background: var(--epl-color-grey-e2);
}

.epl-listing-swiper::-webkit-scrollbar-thumb {
  background: var(--epl-color-secondary);
  border-radius: 100vw;
}

.epl-listing-swiper::-webkit-scrollbar-thumb:hover {
  background: var(--epl-color-primary);
}

@media screen and (min-width: 600px) {
  .epl-listing-swiper {
    grid-auto-columns: 88%;
  }
}
@media screen and (min-width: 600px) {
  .epl-listing-swiper {
    grid-auto-columns: 88%;
  }
}
@media screen and (min-width: 770px) {
  .epl-listing-swiper {
    grid-auto-columns: 44%;
  }
}
@media screen and (min-width: 1030px) {
  .epl-listing-swiper {
    grid-auto-columns: 30%;
  }
}
.epl-single-directory .site-content .ast-container {
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 100%) {
  .epl-single-directory .ast-container .container-wrap-outer-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.epl-sd-load-more {
  display: none;
}

.epl-sd-single {
  margin: 0;
}
.epl-sd-single .epl-section-wrap--author--featured-image .epl-section {
  margin-top: 0;
  padding: 0;
  display: grid;
}
@media screen and (min-width: 700px) {
  .epl-sd-single .epl-section-wrap--author--featured-image .epl-section {
    grid-template-columns: 1fr 1.5fr;
    gap: 4em;
  }
}
.epl-sd-single .epl-sd-entry-image--hero {
  overflow: hidden;
}
.epl-sd-single .epl-sd-entry-image--hero img {
  max-height: 500px;
  object-fit: cover;
  object-position: bottom;
}
.epl-sd-single .epl-sd-entry-image--featured {
  height: 100%;
}
.epl-sd-single .epl-row--entry-content {
  padding-block: 4em;
}
.epl-sd-single .epl-entry-content .container-wrap-outer-wrapper {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr;
  gap: 2em;
}
.epl-sd-single .epl-sd-entry-image {
  margin: 0 auto;
  padding: 0;
  max-width: initial;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
.epl-sd-single .epl-sd-entry-image img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 3em;
}
.epl-sd-single .epl-section__item--details {
  display: flex;
  column-gap: 5em;
  row-gap: 1em;
  flex-wrap: wrap;
}
.epl-sd-single .epl-author-title {
  margin: 0.3em 0 0;
  padding: 0;
  color: var(--epl-color-white);
  font-size: 2.2em;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.22;
}
.epl-sd-single .epl-author-position {
  margin: 0.5em 0 1em;
  padding: 0;
  color: var(--epl-color-white);
  font-size: 1em;
  font-family: var(--epl-font-family-primary);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  line-height: 1.22;
}
.epl-sd-single .epl-author-slogan {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 600;
  color: var(--epl-color-white);
}
.epl-sd-single .epl-author-contact {
  margin: 0;
  line-height: 1;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-family: var(--epl-font-family-primary);
}
.epl-sd-single .epl-author-contact .epl-label {
  font-weight: 600;
}
.epl-sd-single .epl-sd-author-social-buttons {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.epl-sd-single .epl-icon-svg-container {
  margin: 0;
}
.epl-sd-single .epl-author-icon-svg {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: auto;
  height: auto;
  background: transparent;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid var(--epl-color-grey-e1);
  border-style: solid;
}
.epl-sd-single .epl-author-icon-svg svg {
  padding: 4px;
  width: 40px;
  height: 40px;
}
.epl-sd-single .epl-rec-content {
  margin: 1em 0 0;
  padding: 0;
  max-width: 100%;
  color: var(--epl-color-primary);
  font-size: 1em;
  font-family: var(--epl-font-family-primary);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
.epl-sd-single .epl-button--staff-email {
  font-size: 1.2em;
  margin-top: 1em;
  padding: 1em 5em;
}
.epl-sd-single .epl-contact-details--social .epl-icon-container-email {
  display: none;
}
.epl-sd-single .epl-contact-details--buttons {
  display: flex;
  gap: 1em;
  justify-content: flex-start;
}
.epl-sd-single .rec-author-buttons {
  margin: 1em 0;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.epl-sd-single .rec-author-buttons > * {
  flex: 1 1 40%;
}
.epl-sd-single .rec-author-buttons .rec-author-appraisal-button {
  flex: 1 1 100%;
}
.epl-sd-single .rec-author-buttons .rec-author-appraisal-button .epl-button {
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
  border: 1px solid var(--epl-color-primary);
}
.epl-sd-single .rec-author-buttons .epl-button {
  width: 100%;
  margin: 0;
  background: var(--epl-color-white);
  color: var(--epl-color-grey);
  border: 1px solid var(--epl-color-primary);
}
.epl-sd-single .rec-author-buttons .epl-button:hover {
  background: var(--epl-color-black);
  border-color: var(--epl-color-black);
  color: var(--epl-color-white);
}
.epl-sd-single .epl-entry-footer {
  margin-top: 2em;
}
.epl-sd-single .epl-section__row--button {
  text-align: center;
  margin: 3em 0;
}
.epl-sd-single .epl-contact-details--social {
  flex-basis: 100%;
}
.epl-sd-single .epl-author-icon.email-icon-24 {
  display: none;
}
.epl-sd-single .epl-author-icon {
  width: 40px;
  height: 40px;
}
.epl-sd-single .epl-section__item--agent-details {
  display: flex;
  gap: 2em;
}
.epl-sd-single .epl-section__item--agent-details .epl-sd-entry-image img {
  border: none;
}
.epl-sd-single .epl-section__item--agent-details .epl-author-title {
  color: var(--epl-color-primary);
  text-shadow: none;
}
.epl-sd-single .epl-section__item--agent-details .epl-author-position {
  color: var(--epl-color-primary);
  text-shadow: none;
}
.epl-sd-single .epl-section-wrap--author--listings {
  text-align: center;
}

.epl-author-icon.email-icon-24 {
  display: none;
}

.facebook-icon-24 {
  background: url(images/icons/fa-social/facebook.svg) no-repeat;
}

.instagram-icon-24 {
  background: url(images/icons/fa-social/instagram.svg) no-repeat;
}

.twitter-icon-24 {
  background: url(images/icons/fa-social/twitter.svg) no-repeat;
}

.linkedin-icon-24 {
  background: url(images/icons/fa-social/linkedin.svg) no-repeat;
}

.youtube-icon-24 {
  background: url(images/icons/fa-social/youtube.svg) no-repeat;
}

.epl-author-title.office-title {
  position: relative;
  font-size: 1.4em;
  font-weight: 400;
}
.epl-author-title.office-title::before {
  position: relative;
  margin-right: 8px;
  top: 10px;
  content: "";
  display: inline-block;
  width: 120px;
  height: 35px;
  background: transparent url("images/logo-harcourts.svg") center/100% no-repeat;
}
@media screen and (min-width: 770px) {
  .epl-sd-hero-left .epl-entry-content .container-wrap-outer-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.epl-staff-shortcode-carousel .epl-author-section-header {
  display: none !important;
}

.epl-sd-single--ct-custom .epl-section--sidebar {
  gap: 4em;
}
.epl-sd-single--ct-custom .epl-block-widget-staff {
  position: sticky;
  top: 1em;
}
.epl-sd-single--ct-custom .epl-block-widget-staff {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 1em;
  border: 1px solid var(--epl-color-secondary);
  background: var(--epl-color-primary);
}
.epl-sd-single--ct-custom .epl-sd-listings-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.epl-sd-single--ct-custom .epl-sd-listings {
  padding-bottom: 2em;
}
.epl-sd-single--ct-custom .epl-sd-locations {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.epl-sd-single--ct-custom .epl-sd-location {
  border: 1px solid var(--epl-color-grey-df);
  padding: 0.75em;
  border-radius: 0;
}
.epl-sd-single--ct-custom .epl-row--image .epl-author-title {
  text-align: center;
}
.epl-sd-single--ct-custom .epl-row--staff-content {
  margin: 1em 1em 2em;
  padding: 0;
  font-size: 1em;
  background: var(--epl-color-primary);
  overflow: hidden;
}
.epl-sd-single--ct-custom .epl-row--staff-content > * {
  padding: 0.5em 1em;
  background: var(--epl-color-primary);
  border: 1px solid var(--epl-color-white);
  border-radius: 1em;
  margin-bottom: 2px;
}
.epl-sd-single--ct-custom .epl-row--staff-content a {
  color: var(--epl-color-white);
}
.epl-sd-single--ct-custom .epl-row--staff-content a:hover {
  color: var(--epl-color-tertiary);
}
.epl-sd-single--ct-custom .epl-row--staff-content i {
  filter: invert(94%) sepia(98%) saturate(10%) hue-rotate(323deg) brightness(105%) contrast(100%);
}
.epl-sd-single--ct-custom .epl-button-link {
  font-weight: 600;
}
.epl-sd-single--ct-custom .epl-row--connect {
  text-align: center;
  padding: 0;
  border-bottom: none;
}
.epl-sd-single--ct-custom .epl-row--connect a {
  display: inline-block;
  padding: 1em 1.5em;
  width: 100%;
  background: var(--epl-color-primary);
  color: var(--epl-color-white);
}
.epl-sd-single--ct-custom .epl-row--connect:hover a {
  background: var(--epl-color-secondary);
  color: var(--epl-color-white);
  text-decoration: none !important;
}
.epl-sd-single--ct-custom .epl-row--icon:hover .rec-icon::before {
  color: var(--epl-color-primary);
}
.epl-sd-single--ct-custom .epl-row--staff-content .epl-icon-container-email {
  display: none;
}
.epl-sd-single--ct-custom .epl-rec-share {
  margin-top: 0.5em;
}

/*****************************
	Staff Directory CSS
****************************/
.epl-sd-filter-wrap {
  grid-column: 1/-1;
}

.epl-sd-filter {
  margin-top: 0;
}

.epl-sd-filter__label {
  display: none;
}

.epl-sd-filter__button {
  padding: 0 0.5em;
  border: none;
  border-right: 1px solid var(--epl-color-primary);
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 400;
}
.epl-sd-filter__button:last-child {
  border-right: none;
}
.epl-sd-filter__active {
  background: transparent;
  color: var(--epl-color-primary);
  font-weight: 700;
}

.epl-sd-shortcode-content .epl-loop-tools-wrap {
  display: none;
}

.epl-shortcode .epl-directory-shortcode-listing {
  gap: 3em;
}

.epl-author-section-header {
  grid-column: 1/-1;
}
.epl-author-section-header .entry-title {
  font-size: 2.5em;
  margin: 2em 0 0;
  text-align: left;
  font-family: var(--epl-font-family-primary);
}

/* Author Styling */
.epl-author-archive:not(.epl-author-section-header) {
  overflow: visible;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: var(--epl-color-primary);
  display: flex;
  grid-template-columns: 1fr 150px;
  gap: 0;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 2px 12px -2px var(--epl-color-grey-df);
  border-bottom: 0;
  border-radius: 1em;
  min-width: 0;
  min-height: 0;
}
.epl-author-archive:not(.epl-author-section-header) img {
  width: 100%;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-title {
  position: relative;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-details {
  width: auto;
  padding: 2em 1em;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-info,
.epl-author-archive:not(.epl-author-section-header) .epl-author-title {
  border: none;
  margin: 0;
  padding: 0;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-title {
  text-transform: none;
  margin: 0;
  font-size: 1.6em;
  font-family: var(--epl-font-family-secondary);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-title a {
  color: var(--epl-color-white);
  text-decoration: none !important;
  font-weight: 400;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-position {
  margin: 0.5em 0 0;
  color: var(--epl-color-white);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
}
.epl-author-archive:not(.epl-author-section-header) .epl-sd-author-slogan {
  margin: 0.5em 0 0;
  color: var(--epl-color-primary);
  font-family: var(--epl-font-family-primary);
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-info {
  margin: 0;
  font-size: 0.9em;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-info i {
  margin-right: 0.6em;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-box {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-image {
  position: relative;
  min-width: 100px;
  padding-right: 0;
  width: auto;
  float: none;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-image a {
  overflow: hidden;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-image a,
.epl-author-archive:not(.epl-author-section-header) .epl-author-image img {
  display: block;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-image img {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  overflow: hidden;
  transition: filter 0.3s;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-image:hover img {
  filter: grayscale(0);
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-details {
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0;
}
.epl-author-archive:not(.epl-author-section-header) .epl-row--buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: auto;
  padding-top: 1.5em;
}
.epl-author-archive:not(.epl-author-section-header) .epl-row--buttons > * {
  flex: 1;
  min-width: fit-content;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-details,
.epl-author-archive:not(.epl-author-section-header) .epl-author-footer {
  min-width: 100%;
  width: auto;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact {
  color: var(--epl-color-white);
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact i {
  filter: invert(94%) sepia(98%) saturate(10%) hue-rotate(323deg) brightness(105%) contrast(100%);
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-title {
  flex: 1 1 auto;
}
.epl-author-archive:not(.epl-author-section-header) .epl-sd-author-social-buttons {
  margin: 1em 0;
}
.epl-author-archive:not(.epl-author-section-header) .epl-button {
  width: 100%;
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-button .epl-button {
  background: var(--epl-color-white);
  border: 1px solid var(--epl-color-secondary);
  color: var(--epl-color-secondary);
}
.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-button .epl-button:hover {
  border-color: var(--epl-color-primary);
  color: var(--epl-color-primary);
}

.epl-author-image img {
  margin: 0;
  padding: 0;
  height: auto;
}
.epl-author-image img.avatar {
  width: 100%;
}

.epl-author-box-zoom .epl-author-box.epl-author-image img {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: filter 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  filter: saturate(0);
}
.epl-author-box-zoom .epl-author-box.epl-author-details {
  background: var(--epl-color-primary-opacity);
  transition: background 0.5s ease-in-out;
}
.epl-author-box-zoom .epl-author-box .darker {
  min-height: 100px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 500ms ease 0s;
}
.epl-author-box-zoom .epl-author-box .epl-staff-office-logo-overlay {
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 100px;
}
.epl-author-box-zoom .epl-author-box .epl-staff-office-logo-overlay img {
  opacity: 0;
}
.epl-author-box-zoom .epl-author-box-contact-details {
  padding: 0;
}
.epl-author-box-zoom .epl-author-details.epl-author-box {
  min-height: 0;
}
.epl-author-box-zoom:hover .epl-author-box.epl-author-image img {
  transform: scale(1);
  filter: saturate(1);
}
.epl-author-box-zoom:hover .epl-staff-office-logo-overlay img {
  opacity: 1;
}
.epl-author-box-zoom:hover .epl-author-box.epl-author-details {
  background: var(--epl-color-primary);
}

/*****************************
Single Office
****************************/
.epl-single-epl_office .site-content .ast-container {
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 100%) {
  .epl-single-epl_office .ast-container .container-wrap-outer-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.epl-office-single.epl-property-single-rec {
  margin: 0 0 3em;
}
.epl-office-single.epl-property-single-rec.ast-article-single {
  padding: 0;
}
.epl-office-single.epl-property-single-rec .epl-entry-content {
  position: relative;
  background: var(--epl-color-page);
  color: var(--epl-color-white);
  overflow: hidden;
}
.epl-office-single.epl-property-single-rec .epl-entry-content .container-wrap-outer-wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  z-index: 1;
}
.epl-office-single.epl-property-single-rec .epl-office-entry-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.epl-office-single.epl-property-single-rec .epl-office-entry-image img {
  height: 100%;
  object-fit: cover;
}
.epl-office-single.epl-property-single-rec .epl-office-entry-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--epl-color-black);
  opacity: 0.5;
}
.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper {
  border-left: none;
}
.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper .epl-grid-block {
  margin-left: 0;
}
.epl-office-single.epl-property-single-rec h1.entry-title {
  margin: 0.5em 0;
  font-size: 1.8em;
  color: var(--epl-color-white);
  text-transform: none;
  font-weight: 600;
  position: relative;
  font-size: 1.4em;
  font-weight: 400;
}
.epl-office-single.epl-property-single-rec h1.entry-title::before {
  position: relative;
  margin-right: 8px;
  top: 12px;
  content: "";
  display: inline-block;
  width: 120px;
  height: 35px;
  background: transparent url("images/logo-harcourts-white.svg") center/100% no-repeat;
}
.epl-office-single.epl-property-single-rec .epl-office-info {
  font-size: 1.4em;
  font-weight: 600;
}
.epl-office-single.epl-property-single-rec .epl-office-info p {
  margin: 0;
}
.epl-office-single.epl-property-single-rec .epl-office-license {
  font-size: 1em;
  margin-bottom: 1em;
}
.epl-office-single.epl-property-single-rec .epl-contact-details .epl-label {
  width: 100px;
  display: inline-block;
}
.epl-office-single.epl-property-single-rec .epl-entry-footer {
  position: relative;
  margin-top: -2.8em;
  z-index: 3;
}

@media screen and (min-width: 770px) {
  .epl-office-single.epl-property-single-rec .epl-entry-content .container-wrap-outer-wrapper {
    grid-template-columns: 2fr 3fr;
  }
  .epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper {
    border-left: 2px solid var(--epl-color-white);
  }
  .epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper .epl-grid-block {
    margin-left: 5em;
  }
}
/*****************************
	Listing Widget
****************************/
.epl-listing-widget.property-widget-image {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  /* width: 50%; */
}

.epl-listing-widget.property-widget-image .entry-content {
  padding: 0 0 0 1em;
}

.epl-listing-widget .property-address {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.epl-listing-widget .suburb-name {
  font-weight: bold;
  color: var(--epl-color-primary);
}

.epl-listing-widget .street-name {
  font-size: 0.9em;
}

.epl-listing-widget .price {
  font-size: 0.9em;
  color: var(--epl-color-alternate);
}

.epl-property-widget-image-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .epl-listing-widget.property-widget-image {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    /* width: 50%; */
  }
  .epl-listing-widget.property-widget-image .entry-content {
    padding: 0.5em 0 1em 0;
  }
}
.epl-single-listing .site-content {
  background: var(--epl-color-white);
}
.epl-single-listing .site-content .ast-container {
  display: block;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.epl-single-listing .site-content .epl-loop-content .ast-article-single {
  padding: 0 !important;
}
@media screen and (max-width: 544px) {
  .epl-single-listing #content .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.epl-post-type-archive .site-content {
  background: var(--epl-color-white);
}
.epl-post-type-archive .site-content .ast-container {
  max-width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 544px) {
  .epl-post-type-archive #content .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.epl-single-listing .epl-single-default {
  margin-top: 2em;
}
.epl-post-type-archive .epl-section-wrap--archive {
  margin-top: 2em;
}
.epl-carousel-swiper .slick-next {
  padding-left: 5px;
}
.epl-carousel-swiper .slick-prev {
  padding-right: 5px;
}

.epl-listing-grid-view .status-sticker--category,
.epl-listing-grid-view-forced .status-sticker--category,
.epl-property-blog.epl-listing-grid-view .status-sticker--category,
.epl-property-blog.epl-listing-grid-view-forced .status-sticker--category {
  margin-right: auto;
}
.epl-listing-grid-view .epl-row-wrap--heading-price,
.epl-listing-grid-view-forced .epl-row-wrap--heading-price,
.epl-property-blog.epl-listing-grid-view .epl-row-wrap--heading-price,
.epl-property-blog.epl-listing-grid-view-forced .epl-row-wrap--heading-price {
  display: grid;
  grid-template-columns: 1fr 180px;
}
.epl-listing-grid-view .epl-rec-address .rec-icon,
.epl-listing-grid-view-forced .epl-rec-address .rec-icon,
.epl-property-blog.epl-listing-grid-view .epl-rec-address .rec-icon,
.epl-property-blog.epl-listing-grid-view-forced .epl-rec-address .rec-icon {
  width: 18px;
  height: 18px;
  filter: invert(24%) sepia(43%) saturate(644%) hue-rotate(147deg) brightness(97%) contrast(89%);
}
.epl-listing-grid-view .epl-rec-icons,
.epl-listing-grid-view-forced .epl-rec-icons,
.epl-property-blog.epl-listing-grid-view .epl-rec-icons,
.epl-property-blog.epl-listing-grid-view-forced .epl-rec-icons {
  margin-top: auto;
}
.epl-listing-grid-view .epl-rec-icons .rec-icon-label,
.epl-listing-grid-view-forced .epl-rec-icons .rec-icon-label,
.epl-property-blog.epl-listing-grid-view .epl-rec-icons .rec-icon-label,
.epl-property-blog.epl-listing-grid-view-forced .epl-rec-icons .rec-icon-label {
  display: none;
}
.epl-listing-grid-view .epl-button--card-link,
.epl-listing-grid-view-forced .epl-button--card-link,
.epl-property-blog.epl-listing-grid-view .epl-button--card-link,
.epl-property-blog.epl-listing-grid-view-forced .epl-button--card-link {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-weight: 600;
}
.epl-listing-grid-view .epl-button--card-link svg,
.epl-listing-grid-view-forced .epl-button--card-link svg,
.epl-property-blog.epl-listing-grid-view .epl-button--card-link svg,
.epl-property-blog.epl-listing-grid-view-forced .epl-button--card-link svg {
  width: 15px;
}

.epl-single-listing:not(.epl-single-directory) {
  background: var(--epl-color-white);
}

.epl-listing-single .epl-sep {
  margin: 1em 0;
  height: 1px;
  background: var(--epl-color-secondary);
}
.epl-listing-single .epl-rec-icons--single .rec-icon-label {
  flex-basis: 100%;
}
.epl-listing-single .epl-block-widget--agents {
  background: var(--epl-color-primary);
  padding: 0;
}

.epl-section-wrap--search {
  border-bottom: 1px solid var(--epl-color-grey-df);
}
.epl-section-wrap--search .epl-section {
  max-width: 800px;
}

.epl-search-form .epl-property_address {
  flex-basis: 40%;
}
.epl-search-form .epl-search-builder__item--submit .epl-search-btn {
  text-transform: uppercase;
}
.epl-search-form .epl-search-row-text {
  width: calc(33.333% - 1.5em);
  min-width: 200px;
}
.epl-search-form input[type=text]:focus {
  border: none;
  border-bottom: none;
}
@media screen and (max-width: 1550px) {
  .epl-search-form .epl-search-builder__row__items {
    flex-wrap: wrap;
  }
  .epl-search-form .epl-search-builder__row__items .epl-search-row-text {
    flex-basis: 80%;
  }
  .epl-search-form .epl-search-builder__row__items .epl-search-builder__item--post-type-select {
    flex-basis: calc(20% - 2em);
  }
  .epl-search-form .epl-search-builder__row__items > * {
    flex: 1;
  }
}
.epl-search-form .epl-search-builder__item:not(.epl-search-builder__item--submit) {
  min-height: 63px;
  background: var(--epl-color-white);
}
.epl-search-form .epl-search-builder__item.epl-property_address {
  min-height: 63px;
}
.epl-search-form .epl-search-builder__item.epl-property_address .field {
  padding-top: 0.25em;
}
.epl-search-form .epl-search-builder__item.epl-property_address label {
  display: none;
}
@media screen and (min-width: 360px) {
  .epl-search-form .epl-search-builder__item.epl-property_address {
    min-width: 360px;
  }
}
.epl-search-form .epl-search-builder__item.epl-search-builder__item--submit {
  min-height: 63px;
  border-style: none;
  padding: 0;
}
.epl-search-form .epl-search-builder__item.epl-search-builder__item--submit label {
  display: none;
}
.epl-search-form .epl-search-builder__item.epl-search-builder__item--submit .epl-search-btn {
  min-height: 63px;
}
.epl-search-form .epl-search-builder__button--toggle {
  min-width: max-content;
  min-height: 61px;
}

.gm-style img {
  border-radius: 0 !important;
}

.epl-infobox-wrap {
  background: var(--epl-color-tint);
  padding-block: 0;
}
.epl-infobox-wrap .epl-infobox-flat-container {
  margin: 0 auto;
}

.epl-infobox-flat-image-element,
.epl-infobox-flat-image {
  height: 100%;
}
.epl-infobox-flat-image-element img,
.epl-infobox-flat-image img {
  height: 100%;
}

.epl-am-section--listings {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  float: right;
  position: relative;
}

.epl-section-wrap--tools {
  background: #eee;
}
.epl-section-wrap--tools .epl-section {
  padding: 0;
}

.epl-am-map-wrapper .epl-map-btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
  background-color: var(--epl-color-tertiary);
  -webkit-border-radius: 4px;
  border-radius: 10px;
  border-style: none;
}
.epl-am-map-wrapper .epl-am-tools--in-map .epl-button-map,
.epl-am-map-wrapper .epl-am-tools--in-map button.epl-button-map {
  font-size: 1rem;
  padding: 0 1em;
  height: 30px;
  line-height: 34px;
}

.epl-section-inner--map-results .epl-section {
  max-width: 100%;
  padding: 0;
}
.epl-section-inner--map-results .epl-am-section--listings {
  overflow: scroll;
}
.epl-section-inner--map-results .epl-loop-content {
  padding: 1em;
  overflow-y: scroll;
}
.epl-section-inner--map-results .epl-section-wrap--tools .epl-section {
  padding: 1em;
}
.epl-section-inner--map-results .epl-am-template--full {
  display: block;
}

.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-section {
  padding: 1em 0;
  max-width: calc(1390px + 2em);
}
.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-loop-content {
  padding: 0 1em;
  overflow-y: initial;
}
.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-section-wrap--tools .epl-section {
  padding: 1em;
}
.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-am-template--full {
  display: none;
}

.epl-button--map-tools {
  line-height: 60px;
  height: 60px;
}
.epl-button--map-tools i {
  display: none;
}

.epl-am-section--tools {
  display: flex;
}
.epl-am-section--tools .epl-am-tool--buttons {
  margin-left: auto;
}
.epl-am-section--tools .epl-button {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.epl-button.epl-button--map-tool-toggle-close {
  display: none;
}
.epl-button.epl-button--map-tool-toggle-full-map, .epl-button.epl-button--map-tool-toggle-list {
  display: none !important;
}

.epl-am-toggle--full-screen,
.epl-am-toggle--full-screen #epl-advanced-map {
  position: fixed !important;
  inset: 0;
  top: 100px;
  height: 100vh !important;
  z-index: 200;
}

.epl-am-section--listings:not(.epl-am-section--full-width) {
  padding-right: 10px;
}

.epl-am-tool--map-types .epl-button-map--full,
.epl-am-tool--map-types .epl-button-map--view,
.epl-am-tool--map-controls .epl-button-map--full,
.epl-am-tool--map-controls .epl-button-map--view {
  display: none;
}

.epl-am-template--split {
  column-gap: 3em;
  row-gap: 0;
}

.epl-sd-single {
  padding-top: 2em;
}
.epl-sd-single .epl-section-inner__panel--description {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.epl-author-child .epl-row--contact {
  margin-top: 0.5em;
}
.epl-author-child .epl-link--sd-website {
  font-size: 0.8em;
}
.epl-author-child .epl-button {
  padding: 0.8em 1em 0.7em;
}

/*# sourceMappingURL=style-versioned.css.map */
