/* EPL Styles */


:root {
    --black: #000000;
    --dark: #414042;
    --grey: #949599;
    --white: #ffffff;
    --gold: #DAA256;
    --green: #5ebc5e;
}

.saved-fav-btn-text {
	display: none;
}

.under-offer-status {
    color: var(--black);
}


/* Helpers */

.epl-hide-desktop {
	display: none !important;
}
.epl-hide-tablet {
	display: none !important;
}
.epl-hide-mobile {

}
@media screen and ( min-width: 501px )  and ( max-width: 1024px ) {
	.epl-show-tablet {
		display: block !important;
	}
}
@media screen and ( max-width: 500px ) {
	.epl-show-mobile {
		display: block !important;
	}
	.epl-show-mobile.epl-flex {
		display: flex !important;
	}
	.epl-hide-mobile {
        display: none !important;
    }
}



/* Stickers */
.epl-stickers-wrapper {

}
.epl-property-single .status-sticker,
.epl-property-blog .status-sticker {
	background: #F00;
	color: var(--white);
}
.epl-property-single .status-sticker.under-offer,
.epl-property-blog .status-sticker.under-offer {
	background: var(--gold);
	color: var(--white);
}
.epl-property-blog-rec .status-sticker.auction {
    background: var(--dark);
}
.epl-property-blog-rec .status-sticker.open {
    background: var(--green);
}
.epl-property-blog-rec .status-sticker.new {
    background: var(--gold);
    color: var(--white);
}


body .epl-property-blog .status-sticker.new,
body .epl-property-single .status-sticker.new {
	background-color: #ffffff;
	color: #daa257;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/** Theme fixes **/
.epl-post-type-archive .site-content {
    background: #f5f5f5;
}


.epl-single-listing .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.epl-single-listing .ast-container #primary {
    margin-top: 0;
    margin-bottom: 0;
}


@media only screen and ( min-width: 1240px ) {xdfcz
    .epl-post-type-archive .ast-container {
        max-width: 1200px;
        padding: 10px;
    }
}
@media only screen and ( min-width: 545px ) {
    .epl-single-listing .entry-header {
        max-width: 100%!important;
        padding: 0!important;
        margin: 0;
    }
}



/** Archive Layout **/
.loop-content,
.epl-sd-listings,
.epl-favourite-listings-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	margin: 0;
	grid-gap: 50px;
}
.epl-loop-tools-wrap {
	grid-column: 1 / -1;
}

.epl-properties-sorting {
    padding: 0 0;
}

.epl-switching-sorting-wrap {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.epl-loop-tool.epl-fav-listings {
    margin-left: 10px;
    font-size: 1.5em;
}
.epl-properties-sorting .select2-container--default .select2-selection--single {
    border: 1px solid #e9e9ea;
    border-radius: 0;
    height: 45px;
    text-transform: uppercase;
    padding: 9px 12px
}
.epl-properties-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 9px;
}
.epl-property-blog-rec,
.epl-property-blog-rec.epl-listing-grid-view,
.epl-property-blog-rec.epl-listing-grid-view-forced {
    width: 100%;
    grid-column: auto;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%;
}
.epl-property-blog-rec.epl-listing-grid-view .epl-property-blog-entry-wrapper,
.epl-property-blog-rec.epl-listing-grid-view-forced .epl-property-blog-entry-wrapper {
    margin: 0;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
}




.epl-property-blog-rec .property-featured-image-wrapper {
    position: relative;
}
.epl-property-blog-rec .rec-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease-in-out
}
.epl-property-blog-rec .rec-overlay:hover {
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.epl-property-blog-rec.epl-status-sold .rec-overlay {
    background: rgba(0,0,0,0.5);
    opacity: 1;
}
.epl-property-blog-rec.epl-status-sold .rec-overlay:hover {
    opacity: 0;
}
.rec-overlay-sold {
    background: var(--gold);
    padding: 0.2em 1.3em;
    transform: rotate(-10deg);
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    transition: all .3s ease-in-out;
}
.rec-overlay-sold:hover {
    transform: rotate(10deg);
}
.epl-property-blog-rec .status-sticker.sold {
    display: none;
}
.epl-property-blog-rec .epl-fav-button-wrap .fa,
.epl-property-blog-rec .rec-blog-icon-wrapper .fa {
    /* font-size: 1.3em; */
    font-weight: 300;
}

.rec-blog-icon-wrapper {
    position: absolute;
    top: 0;
    right: 37px;
    height: 37px;
    display: flex;
    z-index: 1;
}
.rec-blog-icon-wrapper > * {
    padding: 0.7em 0em;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.3em
}
.rec-blog-icon-wrapper .rec-blog-auction-icon {
    background: var(--dark);
    color: var(--white);
}
.rec-blog-icon-wrapper .rec-blog-inspection-icon {
    background: var(--green);
    color: var(--white);
}

.epl-property-single-rec .rec-blog-icon-wrapper {
    right: 0;
    height: 50px;
    display: flex;
    z-index: 99;
}
.epl-property-single-rec .rec-blog-icon-wrapper > * {
    padding: 0;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.epl-property-single-rec .epl-fav-button-wrap{
    background: var(--gold);
}
.epl-property-single-rec .epl-fav-button-wrap .fa,
.epl-property-single-rec .rec-blog-icon-wrapper .fa {
    font-size: 24px;
}
.epl-property-single-rec .rec-blog-icon-wrapper .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.1;
}
.epl-property-single-rec .fa.fa-heart-o {
    font-weight: 200;
}
.epl-property-blog-rec .epl-stickers-wrapper {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    top: unset;
    bottom: 0;
}
.epl-property-blog-rec .status-sticker {
    padding: 0.45em 1.8em;
    display: block;
    color: var(--white);
}
.epl-property-blog-rec .property-content {
    padding: 0;
}
.epl-property-blog-rec .property-content-wrapper {
    position: relative;
    padding: 1.4em 2em;
    min-height: 230px;
}
.epl-property-blog-rec .epl-rec-property-meta {

}

.epl-property-blog-rec h3.rec-address {
    font-size: 1em;
    margin-bottom: 0;
}
.epl-property-blog-rec .rec-address a {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.35em;
    display: block;
}
.epl-property-blog-rec .item-street {
    color: var(--black);
    line-height: 1.25em;
    display: block;
    margin-bottom: 0.3em;
}
.epl-property-blog-rec .entry-title-sub {
    color: var(--gold);
    font-size: 0.75em;
    line-height: 1.4em;
    display: block;
}
.epl-property-blog-rec .rec-title a {
    color: var(--black);
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    padding-bottom: 10px;
}
.epl-property-blog-rec .property-feature-icons {
    padding-bottom: 1em;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    display: flex;
}
.epl-property-blog-rec .epl-text-icon-label {
    font-size: 1.1em;
}
.epl-property-blog-rec .epl-text-icon-value {
    font-size: 1.3em;
}
.epl-property-blog-rec .epl-text-icon-container {
    margin-right: 1em;
}
.epl-property-blog-rec .epl-text-icon-label {
    color: var(--gold);
    margin-right: 0.35em;
}
.property-feature-icons .epl-text-icon-container-air {
    display: none !important;
}
.epl-property-blog-rec .rec-band-default {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.epl-property-blog-rec .rec-inspections-auctions {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.epl-property-blog-rec .rec-band {
    min-height: 75px;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1.2em 2em 0;
    background: #e7e7e7;
}
.epl-property-blog-rec .rec-band-inspection {
    background: #daead4;
    color: var(--black);
}
.epl-property-blog-rec  .rec-band-auction {
    background: #var(--grey);
    color: var(--white);
}
.epl-property-blog-rec .rec-band-heading {

}
.epl-property-blog-rec .rec-band-heading h4 {
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
    font-family: Helvetica,Verdana,Arial,sans-serif;
    margin: 0;
}
.epl-property-blog-rec.epl-status-sold .rec-band-heading {
    background: #f2e4ce
}
.epl-listing-grid-view.epl-property-blog-rec .epl-inspection-times,
.epl-listing-grid-view-forced.epl-property-blog-rec .epl-inspection-times {
    display: block;
    padding: 0;
}
.epl-property-blog-rec .epl-inspection-times-label,
.epl-property-blog-rec .rec-blog-auctions-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    margin: 0;
}
.epl-property-blog-rec .epl-inspection-times-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 0.4em;
}
.epl-property-blog-rec ul.home-open-wrapper {
    margin-bottom: 0;
}
.epl-property-blog-rec ul.home-open-wrapper li {
    display: none;
    line-height: 1;
}
.epl-property-blog-rec ul.home-open-wrapper li:first-child {
    display: block;
}
.epl-property-blog-rec .epl-inspection-times a {
    color: var(--black);
    font-family: Helvetica,Verdana,Arial,sans-serif;
}
.epl-property-blog-rec .rec-blog-auctions-title {
    color: var(--white);
}
.epl-property-blog-rec .home-auction-date {
    margin-top: 0.5em;
    font-family: Helvetica,Verdana,Arial,sans-serif;
    line-height: 1;
}
.epl-favourite-listings-label {
    margin-bottom: 25px;
}

.epl-property-blog-rec.epl-property-blog .epl-fav-button-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.epl-property-blog-rec .epl-fav-button {
    background: var(--gold);
    display: flex;
    width: 37px;
    height: 37px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}
.epl-fav-button-wrap .epl-fav-active .fa-heart {
    font-weight: 900;
}
.epl-property-blog-rec .price-read-more {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    background-color: #d2d3d5;
    padding: 1.5em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.epl-property-blog-rec.epl-status-sold .price-read-more {
    color: var(--white);
    background-color: var(--gold);
}
.epl-property-blog-rec.epl-status-sold .sold-status {
     color: var(--white);
}
.epl-property-blog-rec .price-read-more:hover:before {
    opacity: 1;
    transform: translate(0,0);
}
.epl-property-blog-rec .price-read-more:before {
   content: attr(data-hover);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transform: translate(-100%,0);
   transition: all .3s ease-in-out;
   padding: 1.5em 2em;
   background-color: var(--gold);
   color: var(--white);
}
.epl-property-blog-rec .price {
    color: var(--black);
    font-family: "Montserrat", Sans-serif;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.epl-property-blog-rec .rec-price-label {
    font-weight: 400;
    display: none;
}
.epl-property-blog-rec .price-read-more:hover .price {
    opacity: 0;
    transform: translate(100%,0);
}
.epl-property-blog-rec .read-more-cat-icon:hover {
    color: var(--white);
    background-color: var(--gold);
}
.epl-property-blog-rec .rec-cat-icon {
    color: var(--gold);
    font-size: 1.3em;
    font-weight: 300;
}
.epl-property-blog-rec .read-more-cat-icon:hover .rec-cat-icon {
    color: var(--white);
}

@media screen and ( max-width: 500px ) {
    .epl-property-single-rec .rec-blog-icon-wrapper > * {
        height: 35px;
        width: 35px;
    }
    .epl-property-single-rec .epl-fav-button-wrap .fa,
    .epl-property-single-rec .rec-blog-icon-wrapper .fa {
        font-size: 0.9em;
    }
}
/*****************************
        Pagination
****************************/
.epl-pagination {

}
.epl-pagination .pages,
.epl-pagination .last {
    display: none;
}
.epl-pagination a,
.epl-pagination span {
    background: #d2d3d5;
    color: var(--black);
    width: 34px;
    height: 34px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    FONT-SIZE: 13px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}
.epl-pagination .previouspostslink,
.epl-pagination .nextpostslink {
    background: var(--black);
    color: var(--white);
}
.epl-pagination a:hover,
.epl-pagination span.current {
    background-color: var(--gold);
}

.epl_infinite_loadmore {
   /*  display: none; */
}









/************************************
    Single Carousel
*************************************/

.epl-property-single-rec .entry-header {
    position: relative;
    z-index: 3;
    /* background: #eee url('images/SVG_DA-symbol-grey.svg') no-repeat; */
    background-position: right;
    border-bottom: 10px solid var(--gold);
    background: #292929;
}
.epl-property-single-rec .entry-header .epl-carousel-layout-full {
    max-width: 1200px;
    margin: 0 auto;
}
.epl-property-single-rec .slick-slide.epl-slider-current-slide {
    position: relative;
}
.epl-property-single-rec .epl-slider-content-box {
    top: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: none!important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.epl-property-single-rec #slick-slide00 .epl-slider-content-box {
    display: flex !important;
}
.epl-property-single-rec .epl-slider-content-box .property-box {
    width: 60%;
}
.epl-property-single-rec .property-street-address a {
    color: var(--white);
}
.epl-property-single-rec .epl-slider-content-box .item-street,
.epl-property-single-rec .epl-slider-content-box .entry-title-sub,
.epl-property-single-rec .epl-slider-content-box .page-price,
.epl-property-single-rec .epl-slider-content-box .epl-listing-status {
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    background: var(--black);
    box-shadow: 10px 0 0 var(--black), -10px 0 0 var(--black);
    line-height: 1.35em;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    width: max-content;
    max-width: 55%;
}
.epl-property-single-rec .epl-slider-content-box .item-street {
    font-size: 1.6em;
    display: inline;
}
.epl-property-single-rec .epl-slider-content-box .entry-title-sub {
    font-size: 0.9em;
    color: var(--gold);
}
.epl-property-single-rec .epl-slider-content-box .epl-listing-status {
    font-family: 'Montserrat',sans-serif;
    float: none;
    display: inline-block;
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 20px;
}
.epl-property-single-rec .epl-slider-content-box .page-price {
    font-size: 2.5em;
    margin: 0;
}
.epl-slick-carousel.slick-initialized .slick-prev::before,
.epl-slick-carousel.slick-initialized .slick-next::before {
    background: var(--black);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin: 0;
}
.epl-slick-carousel.slick-initialized .slick-prev,
.epl-slick-carousel.slick-initialized .slick-next {
    bottom: -26px;
    top: unset;
    width: 50px !important;
    height: 50px !important;
    background: #000 url( 'images/arrow-thin.svg' ) no-repeat !important;
    background-position: 7px 7px !important;
    background-size: 34px !important;
}
.epl-slick-carousel.slick-initialized .slick-prev {
    left: 0 !important;
}
.epl-slick-carousel.slick-initialized .slick-prev:before,
.epl-slick-carousel.slick-initialized .slick-next:before {
    display: none;
}
.epl-slick-carousel.slick-initialized .slick-next {
    right: 0 !important;
    bottom: -1px;
    transform: rotate(180deg);
}
.epl-slick-carousel.slick-initialized .slick-dots {
    text-align: right;
    bottom: 14px;
    width: calc( 100% - 100px);
    left: 3px;
    margin-bottom: 0;
}
.epl-slick-carousel .slick-dots li {
    margin: 0!important;
}
.epl-slick-carousel .slick-dots li button:before {
    font-size: 12px!important;
}

.epl-property-single-rec .entry-header .epl-status-sticker-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -3px;
    left: 50px;
    height: 52px;
}
.epl-property-single-rec .entry-header .status-sticker {
    padding: 6px 40px;
    font-family:  'Montserrat',sans-serif;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    height: 52px;
    color: var(--gold);
    background: var(--white);
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
    z-index: 1;
}
.epl-property-single-rec .entry-header .status-sticker.open {
    color: var(--white);
    background: var(--green);
}

@media screen and ( max-width: 500px ) {
    .epl-slick-carousel.slick-initialized .slick-prev,
    .epl-slick-carousel.slick-initialized .slick-next {
        width: 35px !important;
        height: 35px !important;
        background-size: 30px !important;
        background-position: 2px 2px !important;
    }
    .epl-slick-carousel.slick-initialized .slick-prev {
        bottom: -18px;
    }
    .epl-property-single-rec .entry-header .epl-status-sticker-wrapper {
        left: 35px;
        height: 38px;
    }
    .epl-property-single-rec .entry-header .status-sticker {
        left: 35px;
        height: 38px;
        font-size: 1em;
    }
}


/************************************
    Single Listing
*************************************/

.epl-property-single-rec {

}



/** Content Area **/

.epl-property-single-rec .epl-entry-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
@media screen and ( max-width: 1200px ) {
    .epl-property-single-rec .epl-entry-block {
        padding-left: 2em;
        padding-right: 2em;
    }
}



.epl-property-single-rec .entry-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family:  'Montserrat',sans-serif;
    position: relative;
    z-index: 3;
}


.epl-element-outer-wrapper,
.epl-sidebar-outer-wrapper {
    margin: 0;
    float: none!important;
}
.epl-element-outer-wrapper {
    width: 65%;
    margin-left: 5%;
}
.epl-left .epl-element {
    margin: 0;
}
.epl-property-single-rec .entry-content .item-street,
.epl-property-single-rec .entry-heading {
    font-size: 2em;
    line-height: 1.2;
}
.epl-property-single-rec .entry-content .entry-title-sub {
    font-weight: 700!important;
    color: var(--gold);
}
.epl-property-single-rec .epl-block-widget {
    margin-bottom: 2.4em;
}
.epl-property-single-rec .epl-block-widget:last-child {
    margin-bottom: 6.2em;
}


/************************************
    Single v2 Direct
*************************************/

.epl-property-single-direct {
    padding: 0 !important;

}

.epl-property-single-direct .epl-element {
    margin-bottom: 3.2em !important;
}
.epl-property-single-direct .entry-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-gap: 6vw;
    justify-content: space-between;
    color: var(--black);
}



@media screen and ( max-width: 800px ) {
    .epl-property-single-direct .entry-content {
        grid-template-columns: 1fr;
    }
    .epl-property-single-direct .entry-content .epl-element-outer-wrapper {
        order: 1
    }
   .epl-property-single-direct .entry-content .epl-sidebar-outer-wrapper {
        order: 2
    }
}

.epl-property-single-direct .epl-sidebar-outer-wrapper,
.epl-property-single-direct .epl-element-outer-wrapper {
    width: 100%;
    margin-left: 0;
}

.epl-property-single-direct .epl-entry-info-outer-wrapper {
    margin: 3.5em auto 3em;

}

.epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
}


.epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title .item-street {
    font-size: 4em;
    font-weight: bold;
    padding: 0.02em 0.3em;
    background: var(--black);
    display: inline;
    color: var(--white );
    /* margin-bottom: 1em; */
    line-height: 1.5;
    box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
}

.epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title .entry-title-sub {
    margin-top: 0.2em;
    font-size: 2.6em;
    font-weight: bold;
    padding: 0.07em 0.2em;
    background: transparent;
    display: table;
    color: var(--gold );
}

.epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title .entry-title-sub  > * {
    padding: 0 0.2em;

    padding: 0.02em 0.3em;
    background: var(--black);
    display: inline;
    /* margin-bottom: 1em; */
    line-height: 1.5;
    box-shadow: 10px 0 0 #000000, -10px 0 0 #000000;
}

/** Property Icons Widget **/
.epl-property-single-rec .epl-block-widget-icons {
    margin-bottom: 1.7em;
}

/** Price Widget **/
.epl-property-single-rec .epl-block-widget-price {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.epl-property-single-rec .epl-listing-status {
    padding: 0;
    text-transform: uppercase;
    font-size: 1.16em;
}
.epl-property-single-rec .page-price {
    font-size: 2em;
    font-weight: 700;
    color: var(--black);
}

/** Snapshot **/
.epl-property-single-rec .epl-block-widget-snapshot  {
    margin-top: 2.2em;
    margin-bottom: 2.7em;
}
.epl-property-single-rec .rec-info-list-item {
    font-size: 0.9em;
    border-top: 2px dotted #ddd;
    padding: 0.56em 0;
}
.epl-property-single-rec .rec-info-list-item:last-child {
    border-bottom: 2px dotted #ddd;
}

.epl-property-single-rec .rec-info-list-value {
    font-family: Helvetica,Verdana,Arial,sans-serif;
}

.epl-property-single-rec .rec-info-list-label {
    min-width: 40%;
    display: inline-block;
    text-transform: uppercase;
}

/** Property Icons **/
.epl-property-single-rec .property-feature-icons {
    display: flex;
    font-size: 1.4em;
    margin: 0;
}
.epl-property-single-rec .property-feature-icons .epl-text-icon-container {
    border-right: 2px dotted #ddd;
    padding: 0 0.95em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}
.epl-property-single-rec .property-feature-icons .epl-text-icon-container:first-child {
    border-left: 2px dotted #ddd;
}
.epl-property-single-rec .epl-text-icon-label {
    color: var(--gold);
}
.epl-property-single-rec .epl-text-icon-value {
    line-height: 1;
}
/** Open Times **/
.epl-property-single-rec .epl-block-widget-open-homes {
    margin-bottom: 3em;
}
.epl-property-single-rec .widget-title,
.epl-property-single-rec .epl-tab-title-property-features {
    font-size: 1.17em;
    display: flex;
    justify-content: space-between;
    background: #ddd;
    padding: 0.9em 1em;
    line-height: 1.3;
    margin: 0;
    border: none;
}
.epl-property-single-rec .widget-title::after,
.epl-property-single-rec .epl-tab-title-property-features::after {
    content: "\f271";
    font-weight: normal;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.3em;
    line-height: 0.8;
}
.epl-property-single-rec .epl-tab-title-property-features::after {
    content: "\f022";
}
.epl-property-single-rec .epl-inspection-times-label {
    display: none;
}
.epl-property-single-rec ul.home-open-wrapper {
    margin: 0;
}
.epl-property-single-rec .home-open-date,
.epl-property-single-rec .home-auction-date {
    font-size: 0.9em;
    border-bottom: 2px dotted #ddd;
    padding: 0.65em 0;
    list-style: none;
    color: var(--black);
}

.epl-property-single-rec .home-open-date span,
.epl-property-single-rec .home-auction-date span {
     font-family: Helvetica, Verdana, Arial, sans-serif;
}


.epl-property-single-rec .home-open-date a {
    color: var(--black);
}
.epl-property-single-rec .home-open-date strong,
.epl-property-single-rec .home-auction-date strong {
    text-transform: uppercase;
    margin-right: 5px;
}
/** Auctions **/
.epl-property-single-rec .epl-block-widget-auctions  .widget-title::after {
    content: "\f0e3";
    font-weight: 900;
}
/** EPL Buttons **/
.epl-property-single-rec .epl-block-widget-epl-buttons {
    margin-bottom: 1.7em;
}
.epl-property-single-rec .epl-button {
    background: var(--black);
    border-radius: 0;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 1em;
    padding: 15px 20px;
    margin-bottom: 3px;
    line-height: 2.5;
    transition: 0.3s all;
}
.epl-property-single-rec .epl-button:hover {
    background: var(--dark);
}

.epl-property-single-rec .epl-block-widget .epl-button  {
   width: 49%;
}
.epl-property-single-rec .epl-button a {
    color: var(--white);
    font-weight: 700;
}
.epl-property-single-rec .epl-block-widget .epl-button-enq {
    background: var(--gold);
    width: 100%;
}
.epl-property-single-rec .epl-block-widget .epl-button-enq:hover {
    background: var(--black);
}
/** Description **/
.epl-property-single-rec .entry-heading {
    margin-bottom: 1.5em;
}
.epl-property-single-rec .property-description {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 2.5em;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
/** Features **/
.epl-property-single-rec .tab-content ul:after {
    content: '';
    display: block;
    clear: both;
}
.epl-property-single-rec .epl-property-features {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin: 0;
    grid-gap: 2px;
}
.epl-property-single-rec .epl-property-features li {
    margin: 0;
    padding: 0.75rem 0;
    border-bottom: 2px dotted #ddd;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;

}
.epl-property-single-rec .epl-property-features li a {
    color: var(--black);
}
.epl-property-single-rec .epl-property-features li:before {
    content: "\f058";
    margin-right: 15px;
    color: var(--gold);
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 1.1em;
}
.epl-property-single-rec .epl-property-features li.bedrooms,
.epl-property-single-rec .epl-property-features li.bathrooms,
.epl-property-single-rec .epl-property-features li.parking,
.epl-property-single-rec .epl-property-features li.pool,
.epl-property-single-rec .epl-property-features li.air,
.epl-property-single-rec .epl-property-features li.alarm {
    display: none;
}
.epl-property-single-rec .epl-property-features li.property-category:before,
.epl-property-single-rec .epl-property-features li.courtyard:before {
    content: "\f015";
}
.epl-property-single-rec .epl-property-features li.land-size:before,
.epl-property-single-rec .epl-property-features li.building-size:before,
.epl-property-single-rec .epl-property-features li.land_fully_fenced:before {
    content: "\f565";
}
.epl-property-single-rec .epl-property-features li.bedrooms:before,
.epl-property-single-rec .epl-property-features li.rooms:before {
    content: "\f236";
}
.epl-property-single-rec .epl-property-features li.bathrooms:before,
.epl-property-single-rec .epl-property-features li.ensuite:before {
    content: "\f2cd";
}
.epl-property-single-rec .epl-property-features li.parking:before,
.epl-property-single-rec .epl-property-features li.carport:before,
.epl-property-single-rec .epl-property-features li.secure_parking:before,
.epl-property-single-rec .epl-property-features li.garage:before,
.epl-property-single-rec .epl-property-features li.open_spaces:before,
.epl-property-single-rec .epl-property-features li.remote_garage:before {
    content: "\f5e4";
}
.epl-property-single-rec .epl-property-features li.pool:before,
.epl-property-single-rec .epl-property-features li.in-ground-pool:before {
    content: "\f5c5";
}
.epl-property-single-rec .epl-property-features li.study:before {
    content: "\f518";
}
.epl-property-single-rec .epl-property-features li.solar-panels:before,
.epl-property-single-rec .epl-property-features li.solar-hot-water:before {
    content: "\f5ba";
}
.epl-property-single-rec .epl-property-features li.dishwasher:before {
    content: "\f2e7";
}
.epl-property-single-rec .epl-property-features li.rumpus_room:before {
    content: "\f45d";
}
.epl-property-single-rec .epl-property-features li.outdoor_entertaining:before,
.epl-property-single-rec .epl-property-features li.tennis_court:before {
    content: "\f44e";
}
.epl-property-single-rec .epl-property-features li.alarm-system:before {
    content: "\f0f3";
}
.epl-property-single-rec .epl-property-features li.year-built:before {
    content: "\f807";
}
.epl-property-single-rec .epl-property-features li.toilet:before {
    content: "\f71e";
}
.epl-property-single-rec .epl-property-features li.gym:before {
    content: "\f44b";
}
.epl-property-single-rec .epl-property-features li.workshop:before {
    content: "\f7d9";
}
.epl-property-single-rec .epl-property-features li.floor_boards:before {
    content: "\f009";
}
.epl-property-single-rec .epl-property-features li.broadband:before {
    content: "\f1eb";
}
.epl-property-single-rec .epl-property-features li.pay_tv:before {
    content: "\f26c";
}
.epl-property-single-rec .epl-property-features li.intercom:before {
    content: "\f2a0";
}
.epl-property-single-rec .epl-property-features li.spa:before {
    content: "\f5bb";
}
.epl-property-single-rec .epl-property-features li.ducted_heating:before,
.epl-property-single-rec .epl-property-features li.split_system_heating:before,
.epl-property-single-rec .epl-property-features li.hydronic_heating:before,
.epl-property-single-rec .epl-property-features li.gas_heating:before,
.epl-property-single-rec .epl-property-features li.open_fire_place:before {
    content: "\f7e4";
}
.epl-property-single-rec .epl-property-features li.ducted_cooling:before,
.epl-property-single-rec .epl-property-features li.split_system_aircon:before,
.epl-property-single-rec .epl-property-features li.reverse_cycle_aircon:before,
.epl-property-single-rec .epl-property-features li.evaporative_cooling:before {
    content: "\f2dc";
}
/** Social Share **/
.rec-share-save {
    display: flex;
    justify-content: space-between;
}
.epl-social-share {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}
.epl-social-share-title {
    padding-right: 23px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4;
}
.epl-social-share-link i {
    font-size: 1.2rem;
    padding-right: 7px;
}
.rec-return-text {
    padding-left: 5px;
    text-transform: uppercase;
    color: var(--black);
    font-size: 0.74em;
}
.rec-save-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.rec-save-wrapper > span {
    width: 50px;
    height: 50px;
    padding: 0;
}
.rec-save-wrapper > .epl-fav-button-wrap .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.1;
}
.rec-save-wrapper .epl-fav-button-wrap .fa:before {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec-print-btn,
.rec-save-btn {
    width: 50px;
    height: 50px;
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}
.rec-print-btn {
    background: #ddd;
    color: var(--black);
}
.rec-save-btn {
    color: var(--white);
    background: var(--gold);
}


#cboxLoadedContent .epl-property-video {
	display: block !important;
}

/** Suburb Profile and Map **/
.rec-suburb-map-background-wrapper {

    display: flex;
    z-index: 2;
    position: relative;
}
.rec-suburb-map-outer-wrapper {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;

}
.rec-agents-background-overlay  {
    background-attachment: fixed;
}
.rec-suburb-section,
.rec-map-section {
    width: 50%;
    float: left;
    height: 100%;
}
.rec-suburb-section {
    background: var(--gold);
    padding: 5.3em 3em;
    /* min-height: 650px; */
}
.suburb-section-title {
    background: var(--black);
    color: var(--white);
    padding: 0 0.5em;
    display: inline-block;
    font-size: 2.35em;
    line-height: 1.3;
    margin-bottom: 1.1em;
}
.suburb-profile,
.suburb-snapshot {
}
.suburb-name {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0.7em;
    color: var(--black);
}
.suburb-description {
    font-size: 0.95em;
    line-height: 1.3;
}
.suburb-snapshot {
    margin: 2.5em 0;
    overflow: hidden;
}
.suburb-snapshot h4 {
    font-size: 1.2em;
    background: rgba(255,255,255,0.5);
    padding: 0.7em 0.9em;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
}
.suburb-snapshot h4::after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
}
.suburb-snapshot ul {
    margin: 0;

}
.suburb-snapshot .epl-yelp-biz-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax( 280px, 1fr ));
    margin-top: 1px;
}
.suburb-snapshot .epl-yelp-biz-list > * {
    min-height: 62px
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-biz-item {
    overflow: hidden;
    list-style: none;
    border: 2px solid var(--gold);
    margin: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 3px;
    align-items: stretch;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-title-wrap {
    padding: 0 1em;
    width: 100%;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    font-size: 0.8em;
    line-height: 1;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-details-wrap {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    padding: 5px;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-cat-icon {
    min-width: 20px;
    font-size: 1.4em;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-cat-icon i.fa {
    background: none;
    color: var(--black);
    padding: 0;
    font-size: 0.8em;
    line-height: 1;
    border-radius: 0;
    margin: 0;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-distance {
    /* font-size: 1em; */
    font-weight: 700;
    line-height: 1;
}
.suburb-snapshot .epl-yelp-tpl-default .epl-yelp-title {
    display: inline-block;
    font-size: 0.82em;
    padding-left: 5px;
    font-weight: normal;
}
.epl-button.suburb-enquire {
    font-size: 1.1em;
    padding: 0.6em 4.5em;
    width: auto;
}
.epl-button.suburb-enquire:hover {
    background: var(--white);
    color: var(--black);
}

/** Map **/
.rec-map-section .epl-tab-section {
    margin-top: 0;
}
#epl-default-map,
.epl-am-map-wrapper,
#eplAmsinglePropertyMap {
    /* height: 650px !important; */
    height: 100%!important;
}
.epl-adv-popup-meta {
    display: none;
}

/** Agent Section **/
.epl-property-single-rec .rec-agents-background-wrapper {
    background-color: var(--black);
    position: relative;
    z-index: 2;
}
.epl-property-single-rec .rec-agents-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 7.3em;
    padding-bottom: 7.3em;
}
.rec-company-info,
.epl-author-box-flat {
    position: relative;
    z-index: 2;
}
.epl-property-single-rec  .epl-author-box-flat {
    text-align: center;
    /* width: 23%; */
    background: transparent !important;
    padding: 0 !important;
}





.rec-logo-agent {

}
.rec-logo-agent img {

}
.rec-company-info {
    font-family: 'Montserrat',sans-serif;
    position: relative;
    z-index: 4;
    margin-bottom: 1em;
}
.rec-company-info .fa-user-tie {
    color: var(--gold);
    font-size: 2.2em;
}
.agent-section-title {
    color: var(--white);
    max-width: 150px;
    margin: 0.5em 0 0.7em;
    font-size: 2.3em;
}
.rec-company-info a {
    display: block;
}
.company-mobile i {
    font-size: 1.1em;
    margin-right: 0.5em;
}
.company-mobile-value {
    font-weight: 700;
    color: var(--white);
    font-size: 1.4em;
}
.company-email {
    color: var(--white);
    font-size: 0.88em;
    line-height: 1.7;
    font-weight: 400;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
.company-website {
    font-weight: 700;
    font-size: 0.88em;
}
.rec-company-info .rec-return-link {
    margin: 1.2em 0 1.8em;
}
.rec-company-info .rec-return-link i {
    font-size: 0.7em;

}
.rec-company-info .rec-return-text {
    padding-left: 0.5em;
    text-transform: uppercase;
    color: var(--white);

}
.epl-button.agent-enquire {
    background: var(--gold);
    line-height: 1.4;
    padding: 1.2em 4.7em;
    display: inline-block;
    font-size: 1.1em;
}
.epl-button.agent-enquire:hover {
    background: var(--white);
    color: var(--black);
}
.epl-author-box-outer-wrapper {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.epl-author-box-flat .epl-author-box {
    width: 100%;
    padding: 0;
    max-width: 230px;
}
.epl-author-box-flat .epl-author-image {
    width: auto;
    overflow: hidden;
}
.epl-author-box-flat .epl-author-image img {
    width: 230px;
    transition: 0.3s all;
    border-radius: 180px;
}
.epl-author-box-flat .epl-author-image:hover img {
    opacity: 0.8;
}
.epl-author-box-flat .epl-author-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em;
}
.epl-author-box-flat .epl-author-box a:hover {
    /* color: inherit; */
}
.epl-author-box-flat .epl-author-contact {
    line-height: 0.7em;
    margin-top: 5px;
}
.epl-author-box-flat .epl-author-contact a {
    color: var(--white);
    font-weight: 400 !important;
    font-size: 0.8em;
}
.epl-author-box-flat .rec-sd-position-wrapper {
    min-height: 0.7em;
    font-size: 1.15em;
    font-weight: 400;
}
.epl-author-box-flat .epl-author-position {
    color: var(--gold);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.1;
}
.epl-author-box-flat .epl-author-bio {
    margin-top: 5px;
}
.epl-bio-more .epl-button {
    border: 1px solid #666;
    width: 100%;
    color: #aaa;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: space-between;
    margin: 1.9em auto 0;
    align-items: center;
    padding: 0.8em 1.5em;
    font-size: 0.8em;
    line-height: 1.5em;
}
.epl-bio-more .epl-button::after {
    content: "\f2c1";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5em;
    color: var(--gold);
}
.epl-bio-more .epl-button:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--black);
}
.epl-bio-more .epl-button:hover::after {
    color: var(--black);
}








@media only screen and (max-width: 1300px) {

    .suburb-snapshot .epl-yelp-tpl-default .epl-yelp-biz-item {
        width: 100%;
        min-height: auto;
    }
}

@media only screen and (max-width: 796px) {
    .rec-company-info {
        flex-basis: 100%;
        text-align: center;
    }
    .agent-section-title {
         margin-left: auto;
         margin-right: auto;
    }
    .epl-property-single-rec .epl-one-agents .rec-agents-outer-wrapper {
        display: block;
    }
    .epl-one-agents .rec-logo-agent {
        display: none;
    }


}
@media only screen and (max-width: 690px) {
    .epl-property-single-rec .entry-header {
        margin: 0;
        padding: 0!important;
    }
    .epl-property-single-rec .epl-slider-content-box .property-box {
        width: 100%;
    }
    .epl-property-single-rec .epl-slider-content-box .item-street,
    .epl-property-single-rec .epl-slider-content-box .page-price {
        font-size: 20px;
    }
    .epl-property-single-rec .epl-slider-content-box .entry-title-sub,
    .epl-property-single-rec .epl-slider-content-box .epl-listing-status {
        font-size: 16px;
    }
    .epl-property-single-rec .entry-content {
        margin: 0;
        flex-direction: column;
    }
    .epl-element-outer-wrapper,
    .epl-sidebar-outer-wrapper {
        width: 100%;
    }
    .epl-element-outer-wrapper {
        margin-left: 0;
    }
    .rec-suburb-section, .rec-map-section {
        width: 100%;
    }
    .rec-suburb-section {
        padding: 2em;
    }
    #epl-default-map, .epl-am-map-wrapper, #eplAmsinglePropertyMap {
        height: 300px;
    }
    .rec-agents-outer-wrapper {
        flex-direction: column;
        padding: 20px 10px;
    }
    .rec-company-info, .epl-author-box-flat {
        width: 100%;
        margin: 2em 0;
    }
}

@media screen and ( max-width: 500px ) {
    .epl-property-single-direct .entry-content {
        grid-gap: 0;
    }
    .epl-property-single-rec  .epl-author-box-flat {
        text-align: center;
        width: 100%;
        background: transparent !important;
        padding: 0 !important;
    }
    .rec-company-info, .epl-author-box-flat {
        width: 100%;
        margin: 2em 0;
        text-align: center;
    }
    .rec-company-info {
        order: 99
    }
    .agent-section-title {
        margin: 0.5em auto 0.7em;
    }
    .rec-logo-agent {
        text-align: center;
    }
    .epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title .item-street {
        font-size: 2em;
    }
    .epl-property-single-direct .epl-entry-info-outer-wrapper .entry-title .entry-title-sub {
        font-size: 1.6em;
    }
    .epl-button.suburb-enquire {
        width: 100%;
    }
}

/** Search **/

.epl-search-wide {

}

.epl-search-wide form {

}


.epl-search-section {

}

.epl-search-section-first {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
}

.epl-search-section-first > * {
    flex: 1;
    min-width: 100px;
}

.epl-search-section-advanced {
}

.epl-search-section-advanced .epl-search-section-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    width: 100%;
}
.epl-search-section-child > * {
    flex: 1;
}

.rec-map-grid-toggle-section .elementor-text-editor {
    display: flex;
}

@media screen and ( max-width: 500px ) {
    .rec-map-grid-toggle-section .elementor-text-editor {
        flex-wrap: wrap;
    }
   .rec-map-grid-toggle-section .elementor-text-editor .rec-toggle-view-buttons {
        order: -1
    }
}







.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-weight: bold;
    font-size: 0.9em;
    font-family: "Montserrat", sans-serif;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.1;
}


.epl-search-wide .epl-search-label {
    display: none;
}
.epl-search-wide .epl-search-row-half,
.epl-search-wide .epl-author_id {
    width: auto;
    min-width: 110px;
    text-transform: uppercase;
}
.epl-search-wide .epl-property_location,
.epl-search-wide .epl-property_category {
    width: auto;
    float: none;
    flex: 2;
}
.epl-search-wide .epl-property_location {
    text-transform: uppercase;
    min-width: 100px;
}
.epl-search-wide .epl-property_category {
    width: auto;
    text-transform: uppercase;
    min-width: 170px;
}
.epl-search-wide .epl-search-row-adv-search-btn {
    width: auto;
    text-transform: capitalize;
}
.epl-search-wide .epl-search-submit-row {
    width: auto;
    min-width: 140px;
}
.epl-search-wide .epl-property_bedrooms_max {
    display: none;
}
.epl-search-wide .select2-container {
    width: 100% !important;
}
.epl-search-wide .select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: 1px solid #e9e9ea;
    border-bottom: 0;
    border-radius: 0;
    padding: 9px 12px;
    height: 50px;

}
.epl-search-wide .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 15px;
}
.epl-search-wide .epl-search-row-adv-search-btn {
    padding: 0;
    text-align: center;
    /* border: 1px solid #ccc; */
    border-left: transparent;
    border-bottom: transparent;
    height: 50px;
    line-height: 50px;
    background-color: #c7c8ca;
    cursor: pointer;
}
.epl-search-wide .epl-search-row-adv-search-btn .field {

}
.epl-search-wide .epl-search-submit-row {
    margin: 0;
}
.epl-search-wide .epl-search-btn {
    padding: 9px 12px;
    height: 50px;
    border-radius: 0;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.epl-search-wide .epl-search-btn::before {
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
}

.epl-search-wide .epl-property_carport .select2-container--default:last-child .select2-selection--single {
    margin-right: 0;
}


/* Advanced Search Section */
.epl-advanced-search-section {
    display: none;
}
.epl-advanced-search-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    font-size: 0.9em;
    text-transform: none;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.epl-advanced-search-section .select2-container--default .select2-selection--single {
    background-color: #dcddde;
    border-bottom: 0;
    border-radius: 0;
}





.epl-search-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.epl-properties-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 1px;
    right: 1px;
    width: 42px;
}
.epl-properties-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    /* top: -3px; */
}
.epl-search-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.epl-properties-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(images/select-arrow.svg) no-repeat right;
}
.epl-search-form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.epl-properties-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.epl-search-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.epl-properties-sorting .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
        transform: rotate(180deg);
}

/* Select2 Outside of epl-search-form */
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--gold) !important;
    color: white;
}
body .select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;
    font-size: 0.8em;
}
body .select2-search--dropdown {
    /* display: none; */
}
body .select2-container .select2-results {
	font-family: Helvetica,Verdana,Arial,sans-serif;
}





.rec-toggle-view-buttons {
    display: flex;
    /* padding: 0 15px; */
}
.rec-toggle-view-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: var(--black);
    width: 50px;
    height: 50px;
    background-color: #dcddde;
}
.rec-toggle-view-buttons a.active {
    background-color: #c7c8ca;
}
.rec-toggle-view-buttons .rec-fav {
    background-color: var(--gold);
    color: var(--white);
    font-size: 1.2em;
}
.rec-listings-map-view {
    display: none;
}


@media screen and ( max-width: 500px ) {

    .rec-toggle-view-buttons {

    }
    .rec-toggle-view-buttons > * {
        width: 100% !important
    }
    .epl-search-wide .epl-property_location,
    .epl-search-wide .epl-property_category,
    .epl-search-wide .epl-properties-sorting,
    .epl-search-wide .epl-search-row-adv-search-btn {
        flex-basis: 50%;
    }

    .rec-map-grid-toggle-section .elementor-text-editor {
        flex-wrap: wrap;
    }
    .rec-map-grid-toggle-section .elementor-text-editor .rec-toggle-view-buttons {
        order: -1;
        width: 100%;
    }

}



/* .epl-am-template-listings.epl-am-split-listings {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 600px!important;
    z-index: 999;
} */
.epl-am-template-listings .epl-archive-utility-wrapper {
    display: none;
}
/* .epl-am-template-listings .loop.epl-shortcode  {
    max-width: 350px;
    padding: 10px;
    max-height: 550px;
    overflow: scroll;
    background: var(--black);
    margin-right: 20px;
    transition: width 0.5s ease;
} */
/* .epl-am-template-listings .epl-property-blog-rec,
.epl-am-template-listings .epl-property-blog-rec.epl-listing-grid-view,
.epl-am-template-listings .epl-property-blog-rec.epl-listing-grid-view-forced {
    border: 1px solid var(--gold);
} */
.epl-am-template-listings .map-listings-toggle {
    background: var(--gold);
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -39px;
    z-index: 999;
    top: 10px;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    border-radius: 50px;
    line-height: 1;
    cursor: pointer;
}
/* .closed + .loop.epl-shortcode.epl-clearfix {
    width: 0;
}
.opened + .loop.epl-shortcode.epl-clearfix {
    width: 350px;
} */
@media only screen and (max-width: 1350px) {
    .epl-search-wide .select2-container .select2-selection--single .select2-selection__rendered,
    .epl-search-wide .epl-search-row-adv-search-btn .field,
    .epl-search-wide .epl-search-btn {
        font-size: 0.85em;
    }
    .epl-search-wide .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
    }
}
@media only screen and (max-width: 980px) {
    .epl-search-wide .select2-container .select2-selection--single .select2-selection__rendered,
    .epl-search-wide .epl-search-row-adv-search-btn .field,
    .epl-search-wide .epl-search-btn {
        font-size: 0.8em;
        padding-right: 0;
    }
    .epl-search-wide .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 2.5;
    }
    .epl-search-wide .epl-search-btn {
        padding-right: 12px;
    }
}
@media only screen and (max-width: 850px) {
    .epl-am-template-listings.epl-am-split-listings {
        display: none;
    }
}

/** Enquiry Form **/
.rec-enquiry-form {
    display: none;
}
.rec-modal .rec-enquiry-form {
    display: block;
}
.rec-enquiry-form .ginput_container input,
.rec-enquiry-form .ginput_container textarea {
    background-color: #383838;
    border: 0 0 1px 0;
    border-style: solid;
    border-color: #818285;
    border-radius: 0;
}
/** Popup Rec */
.rec-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height:  100vh;
    background: rgba(0,0,0,0.8);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.25s ease;
    will-change: opacity, background;
}
.rec-modal.hide {
    opacity: 0;
    z-index: -1;
    background: transparent;
    visibility: hidden;
}
.rec-modal-title {
    padding: 5px 20px;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
}
.rec-modal-title i {
    color: var(--gold);
    margin-right: 1em;
}
.rec-modal-content {
    background: var(--black);
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.75);
    max-width: 60vw;
    transition: transform 0.25s ease;
    transform:  translateY(0);
    will-change: transform;
    color: var(--white);
}
.rec-modal.hide .rec-modal-content {
    transform: translateY(-100px);
}
.rec-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0;
}
.rec-modal-head .rec-modal-close {
    font-size: 36px;
    cursor: pointer;
}
.rec-modal-body {
    padding: 0 25px 20px;
}

/** Background Overlay**/
.rec-agents-background-overlay  {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.rec-agents-background-overlay  {
    background-image: url('images/3Symbol-WhitebGAsset-3High-Res.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}


#epl_ps_tab_1 {
	display: inherit;
}


/** END - DirectAgents - EPL Styles **/