/**
 * EPL Custom Templates CSS
 *
 * @package     EPL
 * @since       3.1
 * @subpackage  EPL-CUSTOM-TEMPLATES-CSS
 * @copyright   Copyright (c) 2021, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
/*********************************************
Helper CSS Classes
*********************************************/
@media screen and (min-width: 1025px) {
  .epl-hide-desktop {
    display: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .epl-hide-tablet {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .epl-hide-mobile {
    display: none;
  }
}
.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;
}

/*********************************************
Wrapper styling
*********************************************/
.rec-module-outer-wrapper {
  clear: both;
  display: block;
  max-width: 1200px;
  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;
}

/*********************************************
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;
  }
}
/*********************************************
	Theme Fixes
*********************************************/
.epl-properties-sorting {
  display: inline-block;
  float: none;
  padding: 0;
  vertical-align: middle;
}
.epl-properties-sorting button {
  min-width: 200px;
}

.epl-switch-view {
  display: inline-block;
  float: none;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 100px;
}
.epl-switch-view ul {
  margin: 0 !important;
}
.epl-switch-view li {
  padding: 0 10px !important;
  margin-top: 0 !important;
}

.epl-row-buttons {
  margin: 0 0 2em;
}
.epl-row-buttons a {
  color: #a86c14;
  margin: 0 1em;
}

.epl-archive-entry-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-template-page-listings .qodef-wrapper {
  background: #ede8dd !important;
}

@media screen and (min-width: 500px) {
  .page-template-page-listings .qodef-wrapper {
    background: #ffffff !important;
  }
}
.epl-post-type-archive .qodef-wrapper {
  background: #ede8dd !important;
}
.epl-post-type-archive .qodef-content {
  padding: 1em;
}
.epl-post-type-archive #epl-archive-primary {
  display: block;
}

@media screen and (min-width: 500px) {
  .epl-post-type-archive .qodef-wrapper {
    background: #ffffff !important;
  }
  .epl-post-type-archive .qodef-content {
    padding: 0;
  }
}
.epl-single-listing .qodef-wrapper {
  background-color: #ffffff !important;
}
.epl-single-listing .site-content {
  display: block;
}
.epl-single-listing .post-comment-form-wrap {
  display: none;
}

/*****************************
	Author Box - Bio Card
****************************/
.container-wrap.container-wrap-author {
  background: #e4e4e4;
}

.epl-author-box-flat {
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  text-align: left;
  line-height: 2.5;
}
.epl-author-box-flat .epl-author-box-outer-wrapper {
  display: flex;
  gap: 1em;
  background: transparent;
  padding: 0 0 1em;
  margin: 0;
}
.epl-author-box-flat .epl-author-box-outer-wrapper > * {
  min-width: auto;
  width: 100%;
}
.epl-author-box-flat .epl-author-image {
  border-radius: 0;
  overflow: hidden;
  max-width: 112px;
  margin: auto;
}
.epl-author-box-flat img {
  display: block;
  margin: auto;
  width: 100%;
}
.epl-author-box-flat a {
  color: #061f12;
  display: inline-block;
  display: block;
}
.epl-author-box-flat .epl-author-details {
  padding: 0 0;
  overflow: hidden;
}
.epl-author-box-flat .epl-author-details .epl-label i {
  color: #061f12;
  padding-right: 0.3em;
}
.epl-author-box-flat .epl-author-title {
  margin: 0.4em 0 0;
  padding: 0;
  font-size: 1.1em;
  line-height: 2.5;
  font-weight: 400;
  text-transform: none;
}
.epl-author-box-flat .epl-author-title a {
  font-family: "optima", Arial, Helvetica, sans-serif;
  color: #061f12;
}
.epl-author-box-flat .epl-author-position {
  font-size: 0.9em;
  margin-bottom: 0.9em;
  font-weight: 400;
  color: #061f12;
}
.epl-author-box-flat .epl-sd-author-mobile,
.epl-author-box-flat .epl-sd-author-office-phone,
.epl-author-box-flat .epl-sd-author-email {
  font-weight: 400;
  font-size: 0.9em;
}
.epl-author-box-flat .epl-sd-author-email a {
  color: #061f12;
}
/*********************************************
	Buttons - Text Style
*********************************************/
.epl-button-wrapper {
  margin: 0 0 2em;
}

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

.epl-button,
button.epl-button,
body input[type=submit].epl-button,
body input[type=button].epl-button {
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #061f12 !important;
  padding: 0.3em 0.5em 0.2em;
  margin: 0 2em 1em 0;
  text-align: center;
  color: #061f12;
  line-height: 30px;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  font-family: "optima", Arial, Helvetica, sans-serif;
}
.epl-custom-button-first {
  margin-top: 1em !important;
}

.epl-button:hover,
.epl-button:focus,
button.epl-button:hover,
button.epl-button:focus,
body input[type=submit].epl-button:hover,
body input[type=submit].epl-button:focus,
body input[type=button].epl-button:hover,
body input[type=button].epl-button:focus {
  color: #ffffff;
  background: #061f12;
  border: 1px solid #061f12 !important;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

/*********************************************
	Tools
*********************************************/
.epl-loop-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.epl-archive-utility-wrapper {
  margin: 0;
}

/*********************************************
	Map
*********************************************/
.rec-map {
  -webkit-filter: grayscale(100%) sepia(15%) hue-rotate(-350deg);
  filter: grayscale(100%) sepia(15%) hue-rotate(-350deg);
}

/*********************************************
	Infinite
*********************************************/
.epl-infinite-loading-wrapper {
  text-align: center;
  margin-top: 2em;
}

.epl_infinite_loadmore {
  background-color: transparent;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1em 2em;
  border: 1px solid #061f12;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  border: 1px solid #061f12;
}
.epl_infinite_loadmore:hover {
  background: transparent;
}

/*********************************************
	Sorter Text
*********************************************/
#epl-sort-listings {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #061f12;
  background: url(images/select-arrow-no-space.svg) no-repeat right;
  background-size: 40px;
  padding: 0 !important;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "optima", Arial, Helvetica, sans-serif;
}

/*********************************************
	Social Share
*********************************************/
.epl-social-share-container {
  margin-top: 0.3em;
}

.epl-social-share-title {
  display: none;
}

.epl-social-share a:first-child {
  margin-left: -0.2em;
}

.epl-social-share-link i {
  font-size: 0.6em;
}

/*********************************************
	Shortcode Menu
*********************************************/
.epl-shortcode-menu {
  display: flex;
  justify-content: center;
}
.epl-shortcode-menu .menu {
  list-style: none;
  margin: 0;
}
.epl-shortcode-menu .menu-item {
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
}
.epl-shortcode-menu .current-menu-item a {
  color: #a86c14;
}

/*********************************************
	Carousel
*********************************************/
.pswp--open .pswp__ui button {
  font-family: initial;
  font-weight: initial;
  color: initial;
  background-color: initial;
  border-radius: initial;
  padding: initial;
}

body #epl-carousel-1-1 .slick-prev,
body #epl-carousel-1-1 .slick-next {
  background: #ffffff;
}

body #epl-carousel-1-1 .slick-prev {
  left: 0;
}
body #epl-carousel-1-1 .slick-prev::before {
  margin-left: 0;
}

body #epl-carousel-1-1 .slick-next {
  right: 0;
}
body #epl-carousel-1-1 .slick-next::before {
  margin-right: 0;
}

/*********************************************
Inspections
*********************************************/
.epl-inspection-times ul.home-open-wrapper {
  margin: 0.5em 0;
  padding: 0;
}
.epl-inspection-times .home-open-wrapper li {
  line-height: 1.2;
  list-style: none;
}

/*********************************************
	Author SVG
*********************************************/
.epl-author-icon-svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #061f12;
  border-radius: 30px;
  padding: 5px;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.epl-author-icon-svg:hover {
  border-color: #061f12;
}

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

.epl-icon-social .epl-icon-color-hollow {
  fill: #061f12;
  /* The icon items */
}

/*****************************
Icons - Style - Circle Icon
****************************/
.epl-rec-icons .rec-custom-icon-text,
.epl-item-property-icons .rec-custom-icon-text {
  display: inline-block;
  margin-right: 0.3em;
}
.epl-rec-icons .rec-icon-label,
.epl-item-property-icons .rec-icon-label {
  text-transform: uppercase;
}

/*****************************
	Pagination - Circles
****************************/
body .epl-pagination {
  clear: both;
  margin: 60px 0 !important;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

body .epl-pagination a,
body .epl-pagination span {
  text-decoration: none;
  border: 1px solid #061f12;
  margin: 0.3em;
  display: inline-block;
  background: transparent;
  color: #061f12;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50px;
}

body .epl-pagination .pages {
  border: 1px solid #061f12;
}

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

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

body .epl-pagination a:hover,
body .epl-pagination span.current {
  background: #061f12;
  border-color: #061f12;
  display: inline-block;
}

body .epl-pagination a:hover {
  background: #a86c14;
  display: inline-block;
  color: #ffffff;
}

body .epl-pagination ul li:hover a,
body .epl-pagination ul li.active a {
  background: #7a7a7a;
}

body .epl-pagination ul li:hover a:after,
body .epl-pagination ul li.active a:after {
  background: #7a7a7a;
}

/*********************************************
	Stickers
*********************************************/
.sold-status,
.page-price.sold {
  color: #061f12;
}

.under-offer-status {
  color: #061f12;
}

/*****************************
Stickers
****************************/
/* Circle Status Stickers */
.epl-stickers-wrapper {
  top: 0;
  left: 0;
}

.epl-property-single .status-sticker,
.epl-property-blog .status-sticker {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.5em 0.25em;
  margin: 0;
  background: #061f12;
  /* text styling */
  font-size: 1.1rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.02em;
  /* Adjust based on your theme fonts. */
  /* transform: rotate(-20deg); */
}

.epl-property-single-rec .status-sticker.under-offer,
.epl-property-blog-rec .status-sticker.under-offer,
.epl-property-single-rec .status-sticker.sold,
.epl-property-blog-rec .status-sticker.sold,
.epl-property-single-rec .status-sticker.new,
.epl-property-blog-rec .status-sticker.new {
  background: #ede8dd;
  color: #ffffff;
}

.epl-property-single-rec .status-sticker.open,
.epl-property-blog-rec .status-sticker.open {
  background: #061f12;
  color: #ffffff;
}

.epl-property-single-rec .status-sticker.under-offer,
.epl-property-blog-rec .status-sticker.under-offer {
  background: #e4e4e4;
  color: #ffffff;
}

.epl-property-single-rec .status-sticker.sold,
.epl-property-blog-rec .status-sticker.sold {
  background: #061f12;
  color: #ffffff;
}

/*********************************************
	Listing Single Info Panel
*********************************************/
.container-wrap-details {
  margin-top: 0;
}

.rec-epl-listing-info-panel-details-background-wrapper {
  border-bottom: 1px solid #061f12;
}

.rec-epl-listing-info-panel-details-outer-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 0;
}

.epl-rec-panel-details .epl-rec-widget-title {
  margin-bottom: 1em;
}
.epl-rec-panel-details .epl-rec-address {
  margin: 0;
}
.epl-rec-panel-details .price {
  font-size: 1.2em;
  margin: 0.5em 0 0;
  padding: 0;
}
.epl-rec-panel-details .epl-rec-meta-icons-buttons {
  display: flex;
  align-items: center;
  gap: 2em;
}
.epl-rec-panel-details .epl-inspection-times {
  margin: 0;
}
.epl-rec-panel-details .epl-button-wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.epl-rec-panel-details .epl-button-wrapper > * {
  margin: 1em;
  flex-grow: 1;
}
.epl-rec-panel-details .epl-button-wrapper :first-child {
  margin-left: 0;
}
.epl-rec-panel-details .epl-button-wrapper :last-child {
  margin-right: 0;
}
.epl-rec-panel-details .epl-button-wrapper > * {
  margin: 0.3em;
}

/*********************************************
	Listing Single Info Bar - Theme Fixes
*********************************************/
/*********************************************
	Listing Single Info Bar
*********************************************/
.rec-epl-listing-info-bar-background-wrapper {
  background: #ffffff;
  margin-bottom: 0;
}

.rec-epl-listing-info-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 0;
}

.rec-bar-info-column .rec-bar-button button {
  margin: 0;
}

.rec-bar-info-column-address .epl-rec-address {
  line-height: 1.3;
  font-family: "optima", Arial, Helvetica, sans-serif;
  color: #061f12;
  margin: 0;
  font-size: 1.4em;
}
.rec-bar-info-column-address .item-street {
  display: inline-block;
  font-weight: normal;
}
.rec-bar-info-column-address .item-suburb {
  font-weight: 500;
}
.rec-bar-info-column-address .item-state,
.rec-bar-info-column-address .item-pcode {
  display: none;
}

.rec-bar-info-column-icons .property-feature-icons {
  font-size: 1.2em;
  font-weight: 600;
  color: #061f12;
  margin-bottom: 0.5em;
}
.rec-bar-info-column-icons .property-feature-icons .rec-custom-icon-text {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 3px solid #061f12;
}
.rec-bar-info-column-icons .property-feature-icons .rec-custom-icon-text:last-child {
  border-right: none;
}
.rec-bar-info-column-icons .pricing {
  font-weight: 600;
  color: #BB0F00;
}
.rec-bar-info-column-icons .pricing .sold-status,
.rec-bar-info-column-icons .pricing .page-price.sold {
  color: #061f12;
}

@media screen and (max-width: 768px) {
  .rec-epl-listing-info-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .rec-epl-listing-info-bar > *:first-child {
    margin-bottom: 1em;
  }
}
/*********************************************
	Tabs
*********************************************/
ul.epl_ui_tab_menu_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
  background: transparent;
  color: #061f12;
  cursor: pointer;
  display: block;
  margin: 1px;
  padding: 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
  color: #061f12;
  font-size: 1em;
  font-weight: 500 !important;
  margin-bottom: 1em;
  color: #061f12;
  border: 1px solid #061f12;
  display: block;
  text-align: center;
  padding: 0.4em 0.6em;
  background: #061f12;
  color: #ffffff;
  width: 100%;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current {
  background: transparent;
  border-bottom: none;
  margin-bottom: 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current a {
  background: #ffffff;
  color: #061f12;
}

.epl_ui_tab_content {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.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%;
}

/*********************************************
	Search Builder - Select2
*********************************************/
.epl_search_builder_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  grid-column: 1/-1;
}

.epl-search-form .epl-search-builder-section-main {
  width: 100%;
}
.epl-search-form .epl-search-builder-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
}
.epl-search-form .epl-search-row-main {
  width: 100%;
  margin-bottom: 0.4em;
}
.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-lf-range-slider {
  width: auto;
  flex-grow: 1;
}
.epl-search-form .epl-search-builder-toggle-wrap {
  flex: 0 0 auto;
}
.epl-search-form .epl-search-label {
  display: none;
}
.epl-search-form .in-field {
  display: none;
}
.epl-search-form .epl-search-btn {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 1em;
  background: #061f12 !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.epl-search-form .epl-search-btn:hover {
  background: #a86c14 !important;
}
.epl-search-form a.epl-search-builder-toggle {
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border: none;
  padding: 1em;
  color: #ffffff;
  background: #061f12;
}
.epl-search-form ::placeholder {
  color: #061f12 !important;
  font-weight: 500;
  font-size: 1.1em;
  opacity: 1;
  /* Firefox */
}
.epl-search-form :-ms-input-placeholder {
  color: #061f12 !important;
  font-weight: 500;
  font-size: 1.1em;
}
.epl-search-form ::-ms-input-placeholder {
  color: #061f12 !important;
  font-weight: 500;
  font-size: 1.1em;
}

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

body .epl-search-form .epl-search-row-text .in-field {
  border: none;
  padding: 6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e4e4e4;
}

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

.epl-search-not-found-message p {
  text-align: center;
}

a.epl-search-builder-toggle {
  color: #061f12;
  outline: none;
  justify-content: center;
}

/** EPL Search **/
/*********************************************
	Search - Select2
*********************************************/
.epl-search-form .select2-container,
.epl-properties-sorting .select2-container {
  width: 100% !important;
  margin-top: 0 !important;
  /* Fixes Google Chrome */
  margin-top: 0 !important;
}
.epl-search-form .select2-container .select2-selection,
.epl-properties-sorting .select2-container .select2-selection {
  line-height: 1.2;
  background: #ffffff;
  padding: 1em;
  border: 1px solid #061f12;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
}
.epl-search-form .select2-container .select2-selection .select2-selection__rendered,
.epl-search-form .select2-container .select2-selection .select2-selection__placeholder,
.epl-properties-sorting .select2-container .select2-selection .select2-selection__rendered,
.epl-properties-sorting .select2-container .select2-selection .select2-selection__placeholder {
  display: block;
  padding-left: 0;
  padding-right: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #061f12;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.epl-search-form .select2-container .select2-selection .select2-selection__arrow,
.epl-properties-sorting .select2-container .select2-selection .select2-selection__arrow {
  top: 0.7em;
  right: 1px;
  width: 35px;
  height: 40px;
  display: block;
  border: none;
  background: url("images/select-arrow-large.svg") no-repeat right center;
  line-height: 1.5;
}
.epl-search-form .select2-container .select2-selection .select2-selection__arrow b,
.epl-properties-sorting .select2-container .select2-selection .select2-selection__arrow b {
  border: none;
}
.epl-search-form .select2-container--open,
.epl-properties-sorting .select2-container--open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 1px #061f12;
}
.epl-search-form .select2-container--open .select2-selection--single .select2-selection__arrow,
.epl-properties-sorting .select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

/*********************************************
	Select2 - Outside of epl-search-form
*********************************************/
body .select2-container .select2-dropdown {
  background-color: #ffffff;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0 1px #061f12;
}
body .select2-container .select2-search {
  /* Causes issues display: none; */
}
body .select2-container .select2-search .select2-search__field {
  border: 1px solid #7a7a7a;
  height: auto;
}
body .select2-container .select2-results__option {
  font-weight: 500;
}
body .select2-container .select2-results__option--selected {
  background: #7a7a7a;
  color: #ffffff;
}
body .select2-container .select2-results__option--highlighted {
  background: #7a7a7a !important;
  color: #ffffff;
}

/** EPL Search Select 2 **/
/*********************************************
	Search - Range Slider
*********************************************/
.epl-lf-range-slider {
  padding: 0.3em 0;
}
.epl-lf-range-slider .epl-search-label {
  display: inherit !important;
  visibility: hidden;
  margin-top: 0 !important;
  order: 0;
}
.epl-lf-range-slider .epl-search-label .epl-lf-label-txt {
  visibility: visible;
  width: 100%;
  display: block;
  color: #061f12;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.epl-lf-range-slider .field {
  margin: 1em 0 0;
  padding: 0 15px;
  position: relative;
  order: -2;
}
.epl-lf-range-slider .ui-slider {
  margin: 0;
  box-shadow: -12px 0 0 0 #7a7a7a, 15px 0 0 0 #7a7a7a;
  background: #7a7a7a;
  color: #ffffff;
  padding: 14px;
  border-radius: 20px;
}
.epl-lf-range-slider .ui-slider-range {
  background: #061f12;
}
.epl-lf-range-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
  margin-left: -0.6em;
  top: 1px;
  border: 1px solid #ffffff;
  background: #061f12 !important;
  border-radius: 20px;
}

/*****************************
	Archive - Helpers
****************************/
.epl-archive-default-outer,
.epl-listing-shortcode-page-template {
  background: #ede8dd;
  padding: 5em 0;
  box-sizing: border-box;
}

@media screen and (min-width: 500px) {
  .epl-archive-default-outer,
.epl-listing-shortcode-page-template {
    padding: 5em 5em;
  }
}
.epl-listing-shortcode-page-template .qodef-container-inner {
  width: 100%;
  padding: 0;
}

.epl-archive-default {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  overflow: visible !important;
}

.epl-template-builder,
.epl-template-blog,
.epl-template-default,
.epl-template-grid,
.epl-sd-listings-inner,
.epl-sd-shortcode-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin: 0;
  gap: 2em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  min-width: 0;
  min-height: 0;
}

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

/*****************************
	Archive - Container
****************************/
.epl-property-blog-rec {
  grid-column: 1/-1;
}

.epl-property-blog-rec.epl-listing-grid-view,
.epl-property-blog-rec.epl-listing-grid-view-forced {
  grid-column: initial;
}

.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 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  font-size: initial;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.epl-listing-grid-view,
.epl-listing-grid-view-forced,
.epl-property-blog.epl-listing-grid-view,
.epl-property-blog.epl-listing-grid-view-forced {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .epl-template-builder,
.epl-template-blog,
.epl-template-default,
.epl-template-grid,
.epl-sd-listings-inner,
.epl-sd-shortcode-content {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .epl-template-builder,
.epl-template-blog,
.epl-template-default,
.epl-template-grid,
.epl-sd-listings-inner,
.epl-sd-shortcode-content {
    grid-template-columns: 1fr;
  }
}
/*** Archive Template ***/
/*****************************
	Archive - GRID Only
****************************/
/** Grid **/
.epl-listing-grid-view.epl-property-blog-rec,
.epl-listing-grid-view-forced.epl-property-blog-rec {
  position: relative;
  padding: 2px;
}
.epl-listing-grid-view.epl-property-blog-rec a,
.epl-listing-grid-view-forced.epl-property-blog-rec a {
  color: #061f12;
  font-family: "optima", Arial, Helvetica, sans-serif;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-property-blog-entry-wrapper,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-property-blog-entry-wrapper {
  margin: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  position: relative;
  color: #061f12;
}
.epl-listing-grid-view.epl-property-blog-rec .property-feature-icons,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-feature-icons {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.epl-listing-grid-view.epl-property-blog-rec .property-feature-icons .rec-custom-icon-text,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-feature-icons .rec-custom-icon-text {
  align-items: center;
}
.epl-listing-grid-view.epl-property-blog-rec .property-box img,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-box img {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-inner,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-inner {
  overflow: hidden;
  text-align: left;
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-featured-image,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-featured-image {
  box-shadow: 0 0 2px 0px #7a7a7a;
  transition: transform 0.2s ease-in;
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-featured-image .rec-item-featured-image,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-featured-image .rec-item-featured-image {
  position: relative;
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-featured-image:hover,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-featured-image:hover {
  transform: translateY(-4px);
}
.epl-listing-grid-view.epl-property-blog-rec:hover .property-content-featured-image,
.epl-listing-grid-view-forced.epl-property-blog-rec:hover .property-content-featured-image {
  transform: translateY(-4px);
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-default,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-default {
  flex-grow: 1;
  padding: 1em 0;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-price,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-price {
  color: #061f12;
  margin: 0.1em 0 0;
  font-weight: 300;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-price .sold-status,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-price .page-price.sold,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-price .sold-status,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-price .page-price.sold {
  color: #061f12;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-price .page-price,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-price .page-price {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address {
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  color: #061f12;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address h3,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address h3 {
  font-size: 1.2em;
  margin: 0;
  line-height: 1.5;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .item-street,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .entry-title-sub,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .item-street,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .entry-title-sub {
  display: inline;
  line-height: 1.5;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .item-street,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .item-street {
  font-size: inherit;
  font-weight: normal;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .entry-title-sub,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .entry-title-sub {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-icons,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-icons {
  margin: 0.5em 0 0;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-link,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
}

/** Responsive **/
/*** Archive Template ***/
/*****************************
Single Listing - Cedar
****************************/
.epl-single-default-outer {
  background: #ede8dd;
  padding: 5em 1em;
}

@media screen and (min-width: 500px) {
  .epl-single-default-outer {
    background: #ede8dd;
    padding: 5em 5em;
  }
}
.container-wrap-image {
  max-width: 1200px;
  margin: 0 auto;
}

.epl-template-single-loop-default {
  max-width: 1200px;
  margin: 0 auto;
}

.epl-element-outer-wrapper.epl-left {
  width: 68%;
}

.epl-sidebar-outer-wrapper.epl-right {
  width: 42%;
  margin-left: 68%;
}

@media screen and (max-width: 767px) {
  .epl-element-outer-wrapper,
.epl-sidebar-outer-wrapper {
    float: none !important;
    width: auto;
    margin: 0;
  }

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

/*****************************
Info Bar
****************************/
.container-wrap-info-bar {
  padding: 0;
}

.rec-epl-info-bar-background-wrapper {
  padding: 0 !important;
}

.rec-epl-info-bar-outer-wrapper {
  background: #ffffff !important;
}

.rec-epl-info-bar .entry-title {
  font-size: 1.4em;
  line-height: 46.5px;
}

.rec-epl-info-bar .property-feature-icons {
  line-height: 46.5px;
  font-size: 1.2em;
}

@media screen and (max-width: 999px) {
  .rec-epl-info-bar.epl-row-2-column > * {
    width: 100%;
    float: left;
    text-align: left;
  }

  .rec-epl-info-bar .entry-title {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .rec-epl-info-bar .property-feature-icons {
    line-height: 1.3;
    font-size: 1.1em;
  }
}
/*****************************
Carousel
****************************/
.epl-carousel-top-title-widget {
  padding: 0 !important;
}

body .epl-slick-carousel .slick-dots {
  bottom: 25px;
}

/*****************************
	Single
****************************/
.epl-property-single-rec .epl-block {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2em;
}
.epl-property-single-rec .epl-block.epl-sidebar {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2em;
}

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

@media screen and (min-width: 768px) {
  .epl-property-single-rec {
    margin: 3em 0;
  }

  .epl-content-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .epl-content-grid {
    grid-template-columns: 1fr 340px;
  }
}
/** Sidebar Widgets **/
.epl-property-single-rec .epl-block-widget {
  padding: 0 0;
  margin: 2em 0;
}
.epl-property-single-rec .epl-block-widget:first-child {
  margin-top: 0;
}
.epl-property-single-rec .epl-block-widget.epl-block-widget-details {
  margin-bottom: 0;
}

@media screen and (min-width: 500px) {
  .epl-property-single-rec .epl-block-widget-author {
    justify-content: flex-start;
  }
}
.epl-block-widget-info .property-feature-icons {
  justify-content: flex-start;
  margin-top: 2em;
}
.epl-block-widget-info .property-feature-icons .rec-custom-icon-text {
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
  border-left: none;
  border-right: 1px solid #e4e4e4;
}
.epl-block-widget-info .property-feature-icons .rec-custom-icon-text:last-child {
  border-right: none;
}

.epl-property-single-rec .epl-block-widget-property-custom-buttons {
  padding-bottom: 1em;
}

.epl-property-single-rec h1.entry-title {
  font-size: 2em;
  margin: 0 0 0;
  display: block !important;
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}

@media screen and (min-width: 500px) {
  .epl-property-single-rec h1.entry-title {
    margin-bottom: 1em;
  }
}
.epl-property-single-rec .entry-title {
  font-size: 2em;
  margin: 0 0 2em;
  display: block !important;
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.epl-property-single .tab-content h3 {
  margin: 0 0 1em;
  font-size: 1em;
  font-weight: 600;
}

.epl-property-single-rec .entry-address {
  font-size: 1.4em !important;
  margin-top: 0;
  display: inline-block !important;
}

.epl-property-single-rec .entry-address .item-street {
  display: inline-block;
}

.epl-property-single-rec .entry-title-sub {
  font-size: inherit;
  font-weight: 400;
}

.epl-property-single-rec .epl-property-featured-icons-mobile {
  margin: 0;
}
.epl-property-single-rec .epl-property-featured-icons-mobile > * {
  border-right: 1px solid #061f12;
  padding-right: 0.3em;
  text-transform: uppercase;
}
.epl-property-single-rec .epl-property-featured-icons-mobile > *:last-child {
  border-right: none;
}

.epl-property-single-rec .epl-property-meta-price-mobile.pricing {
  margin-bottom: 1em;
}

.rec-inspection-time,
.epl-inspection-times-mobile {
  text-align: center;
}

/*****************************
Sidebar
****************************/
.epl-property-single-rec .epl-sidebar .epl-block-agents-section {
  margin-bottom: 0;
}

.epl-property-single-rec .epl-sidebar .epl-property-walkscore {
  padding-bottom: 0;
}

.epl-property-single-rec .epl-sidebar .epl-block:last-child {
  border: none;
}

.epl-property-single-rec .epl-block-content-section br {
  margin-bottom: 10px;
}

.epl-property-single-rec .epl-block-widget-property-price {
  /* margin-top: 50px; */
}

.epl-property-single-rec .epl-tab-title-property-features,
.epl-property-single-rec .widget-title {
  border: 0;
  margin-top: 1em;
}

/*****************************
Widgets
****************************/
.epl-property-single-rec .epl-block-widget .widget-title {
  /* padding-top: 10px; */
  margin: 0 0 1em;
}

/*****************************
Features Widget
****************************/
.epl-property-single-rec .epl-tab-section-features,
.epl-property-single-rec .epl-tab-title-property-features {
  margin: 0;
}

.epl-property-single-rec .epl-tab-title-property-features {
  margin-bottom: 1em;
  font-size: 18px;
}

.epl-property-single-rec .epl-tab-section-features {
  margin: 0;
  color: #061f12;
}

/** Features List **/
.epl-property-single-rec .epl-property-features li,
.epl-property-single-rec .epl-property-features div {
  padding: 5.5px 0;
}

.epl-property-single-rec .epl-property-features li {
  color: #061f12;
}

.epl-property-single-rec .epl-property-features li a {
  color: #061f12;
}

.epl-property-single-rec .epl-tab-section-features .property-category,
.epl-property-single-rec .epl-tab-section-features .bedroom,
.epl-property-single-rec .epl-tab-section-features .bathroom,
.epl-property-single-rec .epl-tab-section-features .parking,
.epl-property-single-rec .epl-tab-section-features .land-size,
.epl-property-single-rec .epl-tab-section-features .garage,
.epl-property-single-rec .epl-tab-section-features .carport,
.epl-property-single-rec .epl-tab-section-features .parking,
.epl-property-single-rec .epl-tab-section-features .energy_rating {
  /* display: none; */
}

.epl-property-features.listing-info {
  list-style: disc;
  margin-left: 1.3em !important;
}

/*****************************
Pricing
****************************/
.epl-property-single-rec .property-meta.pricing {
  text-align: left;
  margin-left: 0;
  font-size: 1.2em;
  font-weight: 500;
}

/*****************************
Info List
****************************/
.epl-property-single-rec .rec-property-info-list {
  list-style: none;
}

.epl-property-single-rec .rec-property-info-list li {
  line-height: 1.5;
  color: #061f12;
}

.epl-property-single-rec .rec-property-info-list strong,
.epl-property-single-rec .rec-property-info-list span {
  display: inline-block;
  width: 50%;
}

.epl-property-single-rec .rec-property-info-list span {
  margin-left: -4px;
}

/*****************************
Inspections
****************************/
.epl-property-single-rec .epl-inspection-times-label {
  text-transform: uppercase;
}

.epl-property-single-rec .instyle-single-inspections {
  /* display: inline-block; */
  padding: 8px 15px;
  border-radius: 3px;
}

.epl-property-single-rec .instyle-single-inspections:hover {
  background: #F0F0F0;
}

.epl-property-single-rec .epl-inspection-times ul.home-open-wrapper {
  margin: 0 !important;
  list-style: none;
  padding: 0;
}

.epl-property-single-rec .epl-inspection-times ul.home-open-wrapper li {
  line-height: 1.5;
  margin-left: 0;
  margin-bottom: 0;
}

/*.epl-property-single-rec .epl-inspection-times ul.home-open-wrapper li::before {
	margin-right: 5px;
	content: "\f073";
	font-family: $font-family-fontawesome;
	margin-right: 5px;
}*/
.epl-property-single-rec .instyle-single-inspections .iacbr-date-col,
.epl-property-single-rec .instyle-single-inspections .iacbr-icon-col {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  padding: 5px 15px;
  box-sizing: border-box;
}

.epl-property-single-rec .instyle-single-inspections .iacbr-date-col {
  width: 70%;
}

.epl-property-single-rec .instyle-single-inspections .iacbr-icon-col {
  width: 30%;
  margin-left: -4px;
  text-align: center;
}

.epl-property-single-rec .instyle-single-inspections .iacbr-icon-col i {
  font-size: 1.4em;
}

.epl-property-single-rec .epl-location-profiles-box {
  /* display: none; */
}

/*****************************
Information Widget
****************************/
.epl-listing-information {
  line-height: 2.1;
}
.epl-listing-information ul {
  color: #061f12;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}
.epl-listing-information .epl-item {
  display: block;
}
.epl-listing-information .epl-label {
  display: inline-block;
  color: #061f12;
  font-size: 1.2em;
  margin-right: 0.3em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-width: 120px;
}
.epl-listing-information .epl-value {
  padding-right: 3px;
  color: #061f12;
  font-size: 1em;
}
.epl-listing-information .epl-item-property-icons .epl-value .rec-custom-icon-text {
  display: inline-block;
  margin-right: 0.3em;
}
.epl-listing-information .epl-item-property-icons .rec-icon-label {
  text-transform: none;
}
.epl-listing-information .epl-item-property-inspection .epl-label {
  float: left;
  margin-right: 0.5em;
}
.epl-listing-information .epl-item-property-inspection .epl-value {
  float: left;
}
.epl-listing-information .epl-item-property-inspection .home-open-wrapper {
  margin: 0.3em 0 0;
}

/** Responsive **/
@media screen and (max-width: 767px) {
  .epl-property-single-rec .epl-block-content-section {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 690px) {
  .epl-author-image img {
    margin: 0 auto;
  }
}
/*** Single Template ***/
/*****************************
        Single - Staff
****************************/
.epl-single-directory .content {
  padding-top: 4em;
}

/*****************************
Single Directory - 
****************************/
.epl-single-directory .epl-element-outer-wrapper.epl-left {
  width: 40%;
}
.epl-single-directory .epl-sidebar-outer-wrapper.epl-right {
  width: 60%;
  margin-left: 40%;
}

@media screen and (max-width: 767px) {
  .epl-single-directory .epl-element-outer-wrapper.epl-left,
.epl-single-directory .epl-sidebar-outer-wrapper.epl-right {
    float: none !important;
    width: auto;
    margin: 0;
  }
  .epl-single-directory .epl-left .epl-element {
    margin-right: 0;
  }
}
.container-wrap-staff-hero {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.container-wrap-staff-hero .epl-entry-header {
  position: relative;
}

.container-wrap-staff-hero .epl-sd-entry-image {
  position: relative;
  max-height: 500px;
}

.container-wrap-staff-hero .epl-contact-details {
  position: absolute;
  bottom: 120px;
  color: #ffffff;
}

.container-wrap-staff-hero .epl-contact-details h1 {
  color: #ffffff;
}

.epl_ui_tab_content {
  background: transparent;
}

/*****************************
	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: #061f12;
}

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

.epl-listing-widget .price {
  font-size: 0.9em;
  color: #a86c14;
}

.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;
  }
}

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