@charset "UTF-8";
/**
 * 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: 768px) {
  .epl-hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .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;
}

@media screen and (max-width: 1200px) {
  .rec-module-outer-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/*********************************************
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;
}

body .epl-search-builder-column {
  width: auto !important;
}

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

/*****************************
	Author Box - Bio Card
****************************/
/*****************************
Author
****************************/
.container-wrap.container-wrap-author {
  background: #ffffff;
  padding: 0 0;
  color: #002B49;
}

.epl-author-box-flat {
  background: #ffffff;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
.epl-author-box-flat .epl-author-box-outer-wrapper {
  background: #ffffff;
  padding: 2em;
  display: flex;
  align-items: center;
}
.epl-author-box-flat .epl-author-box-outer-wrapper > * {
  min-width: auto;
  width: 100%;
}
.epl-author-box-flat img {
  display: block;
}
.epl-author-box-flat .epl-author-details {
  padding: 2em;
}
.epl-author-box-flat .epl-author-box.epl-author-image {
  min-width: 150px;
  padding-right: 1em;
  width: 30%;
}
.epl-author-box-flat a {
  color: #002B49;
}
.epl-author-box-flat .epl-author-title {
  margin: 0 0 0.2em;
  padding: 0;
  font-size: 1.6em;
  text-transform: uppercase;
}
.epl-author-box-flat .epl-author-title a {
  font-family: "Proxima Nova", Sans-serif;
}
.epl-author-box-flat .epl-author-position {
  font-size: 1em;
  margin-bottom: 1em !important;
  padding-bottom: 1em;
  border-bottom: 2px solid #002B49;
  max-width: 300px;
}
.epl-author-box-flat .epl-author-box-outer-wrapper {
  background: transparent;
  padding: 0;
}
.epl-author-box-flat .epl-author-position {
  font-size: 1em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.epl-author-box-flat .epl-author-contact {
  font-weight: 500;
}
.epl-author-box-flat .epl-sd-author-social-buttons {
  margin: 1em 0;
}
.epl-author-box-flat .epl-button {
  display: block;
  color: #ffffff;
  width: 100%;
  margin-bottom: 1em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 6px 0px #e4e4e4;
}
.epl-author-box-flat .epl-button:hover {
  box-shadow: none;
}

/*********************************************
	Buttons
*********************************************/
.epl-button-wrapper {
  margin: 0 0 2em;
}

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

.epl-button,
.epl-map-btn,
button.epl-button,
body input[type=submit].epl-button,
body input[type=button].epl-button {
  background: #002B49;
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 1em;
  margin: 0 2em 0.3em 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
  font-family: "Proxima Nova", Sans-serif;
}
.epl-button.epl-external-link,
.epl-map-btn.epl-external-link,
button.epl-button.epl-external-link,
body input[type=submit].epl-button.epl-external-link,
body input[type=button].epl-button.epl-external-link {
  background: #442943;
}

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

.epl-floor-plan,
.epl-comparable-button {
  position: relative;
}
.epl-floor-plan::before,
.epl-comparable-button::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/icon-plan-janine.svg") no-repeat;
  display: inline-block;
  line-height: 30px;
  position: relative;
  top: 0.4em;
  left: 0;
}

.epl-comparable-button::before {
  background: url("images/icon-document-janine.svg") no-repeat;
}

.epl-button:hover,
.epl-button:focus,
.epl-map-btn:hover,
.epl-map-btn: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: #000000;
  border: none;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.epl-button-outline,
button.epl-button-outline,
body input[type=submit].epl-button-outline,
body input[type=button].epl-button-outline {
  background: #ffffff;
  color: #002B49;
  border: 2px solid #002B49;
}

.epl-button-outline:hover,
.epl-button-outline:focus,
button.epl-button-outline:hover,
button.epl-button-outline:focus,
body input[type=submit].epl-button-outline:hover,
body input[type=submit].epl-button-outline:focus,
body input[type=button].epl-button-outline:hover,
body input[type=button].epl-button-outline:focus {
  background: #002B49;
  border: 2px solid #002B49;
}

.epl-button-wide,
button.epl-button-wide,
body input[type=submit].epl-button-wide,
body input[type=button].epl-button-wide {
  padding-left: 2em;
  padding-right: 2em;
}

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

/*********************************************
	Counter
*********************************************/
.epl-count-wrapper .epl-pagination-total {
  font-size: 1.5em;
  font-weight: 600;
}

/*********************************************
	Switch
*********************************************/
.epl-tool-switch {
  margin-left: auto;
}

/*********************************************
	Sorter
*********************************************/
#epl-sort-listings {
  border-radius: 0;
  background: url(images/select-arrow-large.svg) no-repeat right;
  background-size: 40px;
  padding: 0.5em !important;
  -webkit-appearance: none;
}

/*********************************************
	Carousel
*********************************************/
body .slick-list {
  padding: 0 200px !important;
}

.epl-slick-carousel-thumb-wrapper-single-listing {
  padding-left: 10px;
  padding-right: 10px;
}

.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 {
  width: 70px;
  height: 70px;
}

/*********************************************
Inspections
*********************************************/
.epl-inspection-times-label {
  font-weight: 600;
}
.epl-inspection-times-label:after {
  content: ":";
  margin-left: -4px;
}

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

.rec-archive-inspection-section {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
  font-size: 0.8em;
}

.rec-archive-inspection-section .epl-inspection-times {
  display: block;
  padding: 0;
}

.rec-archive-inspection-section .epl-inspection-times-label {
  font-weight: 600;
}

.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper {
  margin: 0.3em 0 0;
  padding: 0;
  list-style-type: none;
}

.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper li a {
  color: #ffffff;
}

.rec-archive-inspection-section .epl-inspection-times-label,
.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper li {
  display: none;
}

.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper li {
  margin-bottom: 0;
}

.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper li:first-child {
  display: block;
}

.rec-archive-inspection-section .epl-inspection-times ul.home-open-wrapper li a,
.rec-archive-inspection-section .rec-archive-inspection-title {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  text-shadow: 0 0 3px #000000;
}

.rec-single-inspections {
  display: flex;
  gap: 0.5em;
}

/*****************************
	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: #ffffff;
  border-bottom: 3px solid #002B49;
  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: #ffffff;
  padding: 20px 30px;
  font-weight: 500;
}

.epl-infobox-flat .epl-propertybox-featured .epl-main-info .epl-am-title {
  color: #002B49;
  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: #002B49;
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
}

.epl-infobox-flat .epl-am-more-link {
  background: #002B49 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: #002B49 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: #ffffff;
  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: #ffffff;
  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: #002B49;
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
}

/*****************************
Icons - Text Plain
****************************/
.property-feature-icons .rec-custom-icon-text.air,
.property-feature-icons .rec-custom-icon-text.pool {
  /* display: none; */
}

.property-feature-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 0;
}
.property-feature-icons .rec-custom-icon-text {
  margin: 0 0.5em 0 0;
  padding: 0 0 0 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  gap: 0.3em;
}
.property-feature-icons .rec-icon-value,
.property-feature-icons .rec-icon-label {
  display: inline-block;
}
.property-feature-icons .rec-icon-label {
  display: inline-block;
}

.epl-rec-category {
  margin: 0;
  text-transform: uppercase;
}

/*********************************************
	Author SVG
*********************************************/
.epl-author-icon-svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #002B49;
  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: #000000;
}

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

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

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

body .epl-pagination a,
body .epl-pagination span {
  text-decoration: none;
  border: 2px solid #002B49;
  margin: 0.3em;
  display: inline-block;
  background: transparent;
  color: #002B49;
  line-height: 40px;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 0;
  font-weight: 600;
}

body .epl-pagination .pages {
  border: 1px solid #002B49;
  display: none;
}

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: #002B49;
  border-color: #002B49;
  display: inline-block;
}

body .epl-pagination a:hover {
  background: #002B49;
  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 - Button
*********************************************/
.sold-status,
.page-price.sold {
  color: #000000;
}

.under-offer-status {
  color: #000000;
}

/*****************************
Stickers
****************************/
/* Circle Status Stickers */
.epl-stickers-wrapper {
  top: 1em;
  left: initial;
  right: 1em;
}

.epl-property-single .status-sticker,
.epl-property-blog .status-sticker {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em 0.25em;
  border-radius: 0;
  margin: 0;
  background: #002B49;
  /* text styling */
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  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: #002B49;
  color: #ffffff;
}

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

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

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

/*********************************************
	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: "Proxima Nova", Sans-serif;
  color: #002B49;
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0;
}
.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: #002B49;
  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 #002B49;
}
.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: #002B49;
}
.rec-bar-info-column-icons .pricing .sold-status,
.rec-bar-info-column-icons .pricing .page-price.sold {
  color: #002B49;
}

@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: #000000;
  cursor: pointer;
  display: block;
  margin: 1px;
  padding: 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
  color: #000000;
  font-size: 1em;
  font-weight: 500 !important;
  margin-bottom: 1em;
  color: #000000;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  padding: 0.4em 0.6em;
  background: #000000;
  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: #000000;
}

.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: #002B49 !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem !important;
}
.epl-search-form .epl-search-btn:hover {
  background: #d4ae71 !important;
}
.epl-search-form a.epl-search-builder-toggle {
  font-family: "Proxima Nova", Sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border: none;
  padding: 1em;
  color: #ffffff;
  background: #002B49;
}
.epl-search-form ::placeholder {
  color: #000000 !important;
  font-weight: 500;
  font-size: 1.1em;
  opacity: 1;
  /* Firefox */
}
.epl-search-form :-ms-input-placeholder {
  color: #000000 !important;
  font-weight: 500;
  font-size: 1.1em;
}
.epl-search-form ::-ms-input-placeholder {
  color: #000000 !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: #002B49;
  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 #7a7a7a;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  outline: none;
  font-size: 0.9rem;
  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: #7a7a7a;
  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 #002B49;
}
.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 #002B49;
}
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: #002B49;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.epl-lf-range-slider .field {
  margin: 0.4em 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: #002B49;
}
.epl-lf-range-slider .ui-slider-handle {
  width: 26px;
  height: 26px;
  margin-left: -0.6em;
  top: 1px;
  border: 1px solid #ffffff;
  background: #002B49 !important;
  border-radius: 20px;
}

/*****************************
	Archive - Helpers
****************************/
.epl-archive-default {
  width: 100%;
  max-width: 1700px;
  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(440px, 1fr));
  margin: 0;
  gap: 1em;
  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;
}

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

/*****************************
	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: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 6px 0px #e4e4e4;
  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: 1700px) {
  .epl-archive-default {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .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(280px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .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(270px, 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 a,
.epl-listing-grid-view-forced.epl-property-blog-rec a {
  color: #7a7a7a;
  font-family: "Proxima Nova", 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: #7a7a7a;
}
.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;
  transition: transform 0.3s;
  /* Animation */
}
.epl-listing-grid-view.epl-property-blog-rec .property-content,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content {
  padding: initial;
}
.epl-listing-grid-view.epl-property-blog-rec .property-content-inner,
.epl-listing-grid-view-forced.epl-property-blog-rec .property-content-inner {
  position: relative;
  overflow: hidden;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: left;
}
.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;
  background: rgba(0, 0, 0, 0.1);
  color: transparent;
}
.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 .epl-rec-overlay,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: transparent;
  transition: background-color 0.3s ease;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-overlay:hover,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-overlay:hover {
  background: black;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-property-meta,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-property-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 0.5em 0.6em;
  line-height: 1.2;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-property-meta .sold-status,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-property-meta .page-price.sold,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-property-meta .under-offer-status,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-property-meta .sold-status,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-property-meta .page-price.sold,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-property-meta .under-offer-status {
  color: #ffffff;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-price,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-price {
  margin-bottom: 0;
  line-height: 1.2;
}
.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: 1em;
  font-weight: 500;
}
.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: 500;
  font-size: 1em;
  text-transform: none;
  margin: 0;
  color: #ffffff;
  font-family: "Proxima Nova", Sans-serif;
  display: block;
  line-height: 1.2;
}
.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;
}
.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 {
  font-size: inherit;
}
.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-block;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em;
}
.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;
}
.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-block;
  font-size: inherit;
  font-weight: inherit;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .item-separator,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .item-state,
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-address .item-pcode,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .item-separator,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .item-state,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-address .item-pcode {
  display: none;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-icons,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-icons {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0.2em;
  font-weight: 500;
}
.epl-listing-grid-view.epl-property-blog-rec .epl-rec-icons .rec-custom-icon-text,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-rec-icons .rec-custom-icon-text {
  line-height: 1.2;
}

.epl-listing-grid-view.epl-property-blog-rec:hover .epl-rec-overlay,
.epl-listing-grid-view-forced.epl-property-blog-rec:hover .epl-rec-overlay {
  background: rgba(0, 0, 0, 0);
}
.epl-listing-grid-view.epl-property-blog-rec:hover .property-box img,
.epl-listing-grid-view-forced.epl-property-blog-rec:hover .property-box img {
  transform: scale(1.1);
}

/** Responsive **/
/*** Archive Template ***/
/*****************************
Single Listing - 
****************************/
.epl-template-single-loop-default {
  max-width: 1200px;
  margin: 0 auto;
}

.epl-sidebar-outer-wrapper.epl-left {
  width: 40%;
  margin-left: 0;
}

.epl-element-outer-wrapper.epl-right {
  width: 60%;
  margin-left: 40%;
}

@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 {
  margin-bottom: 2em;
}

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

/** Sidebar Widgets **/
.epl-property-single-rec .epl-block-widget {
  padding: 2em 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}

.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 .epl-block-content-section {
  padding: 3em;
  background: #ffffff;
}

.epl-property-single-rec .entry-title {
  font-size: 2rem;
  margin-top: 0;
  display: block !important;
  font-family: "Proxima Nova", Sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #002B49;
}

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

.epl-property-single-rec .epl-single-description {
  font-weight: 400;
  font-size: 1.1rem;
  color: #3C3C3C;
}

/*****************************
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;
  font-weight: 600;
  color: #7a7a7a;
}

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

.epl-property-single-rec .epl-property-features li a {
  color: #7a7a7a;
}

.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: #000000;
}

.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 {
  display: none;
}

.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: "";
  font-family: "Font Awesome 5 Free";
  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 ul {
  color: #002B49;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}

.epl-listing-information .epl-label {
  color: #7a7a7a;
}

.epl-listing-information .epl-value {
  float: right;
  font-weight: 600;
  padding-right: 3px;
  color: #d4ae71;
}

.epl-listing-information .rec-icon-label {
  display: none;
}

/** Responsive **/
@media screen and (max-width: 1200px) {
  .epl-template-single-loop-default {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .epl-property-single-rec .epl-block-content-section {
    border-right: none;
    padding-right: 0;
  }

  .epl-property-single-rec .epl-block-content-section {
    padding: 1em;
  }
}
@media screen and (max-width: 690px) {
  .epl-author-box-outer-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }

  .epl-author-image img {
    margin: 0 auto;
  }
}
/*** Single Template ***/
/*****************************
        Single - Staff
****************************/
.epl-single-directory .content {
  margin-top: 10em;
}

/*****************************
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: #002B49;
}

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

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

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