/** Theme Fixes */
.post-type-archive-property .container-wrap,
.post-type-archive-rental .container-wrap,
.post-type-archive-land .container-wrap,
.single-property .container-wrap,
.single-rental .container-wrap,
.single-land .container-wrap {
    padding: 0!important;
    background: #fff;
}
.single-property .container-wrap.no-sidebar,
.single-rental .container-wrap.no-sidebar,
.single-land .container-wrap.no-sidebar {
    z-index: 1;
}
.post-type-archive-property .main-content,
.post-type-archive-rental .main-content,
.post-type-archive-land .main-content {
    padding-left: 40px;
    padding-right: 40px;
}
.rec-posts-container {
    overflow: hidden;
    /* max-width: 75%;
    margin: 0 auto; */
}
.rec-posts-container .loop.pad {
    max-width:100%;
    width: 100%;
}
.gmnoprint {
   display: none;
}
@media only screen and (min-width: 601px) and (max-width: 999px) {
	.post-type-archive-property .container,
    .post-type-archive-rental .container,
    .post-type-archive-land .container {
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .rec-posts-container {
       /* max-width: 100%; */
    }
    .post-type-archive-property .container,
    .post-type-archive-rental .container,
    .post-type-archive-land .container {
        max-width: 100%;
    }
    .post-type-archive-property .main-content,
    .post-type-archive-rental .main-content,
    .post-type-archive-land .main-content {
        padding-left: 0;
        padding-right: 0;
    }
}

/** EPL Custom Styles */

/** Map */
.container.content-map {
    padding: 0;
    max-width: 100%;
}
.archive-advanced-map {
    overflow: hidden;
}
@media only screen and (max-width: 500px) {
    .post-type-archive-rental .archive-advanced-map {
        display: none;
    }
}


body .container-wrap-map {
	padding-bottom: 0;
}

/** Archive Search */
.archive-advanced-search {
    padding: 40px 55px;
}
.rec-archive-search-wrapper {
    background: #f8f8f8;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    max-width: 1325px;
    margin: 0 auto;
}
.rec-archive-search-wrapper .epl-search-form {
    width: 100%;
}
.rec-archive-search-wrapper .epl-search-row {
    margin-bottom: 1em;
    padding-top: 7px;
}
.rec-archive-search-wrapper .epl-search-form .epl-search-label {
    display: none;
}
.rec-archive-search-wrapper .epl-property_address {
    width: 92.5%;
}
.rec-archive-search-wrapper .epl-search-row-select .field {
    position: relative;
}
.rec-archive-search-wrapper .epl-search-row-select .field::after {
    font-family: FontAwesome !important;
    content: "\f078";
    display: inline-block;
    position: absolute;
    right: 20px;
    color: #1c2a38;
    line-height: 1;
    top: 7px;
    pointer-events: none;
}
.rec-archive-search-wrapper .epl-search-wide .in-field {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: transparent;
    font-family: "Varela Round";
    background-color: #fff;
}
.rec-archive-search-wrapper .epl-search-row-text .in-field {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 0;
}
.rec-archive-search-wrapper .epl-search-row-text .in-field::placeholder {
    font-style: italic;
    color: #333;
}
.rec-archive-search-wrapper .epl-search-row.epl-search-row-select .select2-choice {
    border: none;
    padding: 0;
}
.rec-archive-search-wrapper .epl-search-row.epl-search-row-select .in-field {
    background: #f8f8f8;
    box-shadow: none;
    padding-left: 0;
    border-right: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.rec-archive-search-wrapper .epl-search-custom-size {
    width: 7.5%;
    float: right;
    padding-top: 7px;
}
.rec-archive-search-wrapper .epl-search-btn {
    background: #1c2a38;
    border: none;
    padding-top: 9px;
    padding-left: 18px;
    padding-right: 10px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
    border-radius: 0 !important;
}
.rec-archive-search-wrapper .advanced-search-button {
    margin-right: 0!important;
    text-align: right;
    float: right;
    font-size: 13px;
    line-height: 30px;
}
.rec-archive-search-wrapper .more-options {
    color: #1c2a38;
}
.rec-archive-search-wrapper .more-options i {
    margin-left: 10px;
}
.rec-archive-search-wrapper .epl-search-other {
    width: 100%;
}
.rec-archive-search-wrapper .epl-search-wide .epl-search-row-checkbox {
    width: 33%;
}
.rec-archive-search-wrapper .epl-search-row-checkbox .check-label {
    padding-left: 5px;
    font-size: 0.8em;
    line-height: 2.5em;
}
@media only screen and (min-width: 980px) {
    .rec-archive-search-wrapper {
        padding-top: 40px;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 10px;
    }
    .rec-archive-search-wrapper .epl-search-row.epl-search-row-select {
        width: 14%;
        margin-right: 1%;
    }
    .rec-archive-search-wrapper .epl-search-wide .epl-search-row-checkbox {
        width: 20%;
        margin-bottom: 0;
    }
    .rec-archive-search-wrapper .advanced-search-button {
        width: 10%!important;
    }
    .rec-archive-search-wrapper .epl-search-row-checkbox .check-label {
        font-size: 1em;
        line-height: 2.2em;
    }
}
@media only screen and (min-width: 601px) and (max-width: 979px) {
    .rec-archive-search-wrapper .epl-property_address {
        width: 75%;
    }
    .rec-archive-search-wrapper .epl-search-custom-size {
        width: 25%;
    }
    .rec-archive-search-wrapper .epl-search-row.epl-search-row-select {
        width: 33%;
        margin-right: 0.3%;
    }
    .rec-archive-search-wrapper .advanced-search-button {
        width: 100%;
    }
    .rec-archive-search-wrapper .epl-search-row.epl-search-row-select .in-field {
        border-right: 0;
    }
    /* .rec-archive-search-wrapper .epl-search-row.epl-property_price_from .in-field,
    .rec-archive-search-wrapper .epl-search-row.epl-property_carport .in-field {
        border-right-width: 0px;
    } */
}
@media only screen and (max-width: 600px) {

    .archive-advanced-search {
        padding: 10px;
    }
    .rec-archive-search-wrapper .epl-property_address {
        width: 75%;
    }
    .rec-archive-search-wrapper .epl-search-row.epl-search-row-select .in-field {
        border-right: 0;
    }
    /* .rec-archive-search-wrapper .epl-search-row.epl-property_price_from .in-field,
    .rec-archive-search-wrapper .epl-search-row.epl-property_bedrooms .in-field {
        border-right-width: 1px;
    } */
    .rec-archive-search-wrapper .epl-search-wide .in-field {
        padding-left: 5px;
        padding-right: 5px;
    }
    .rec-archive-search-wrapper .epl-search-row-select .field::after {
        right: 10px;
    }
    .rec-archive-search-wrapper .epl-search-wide .in-field {
        font-size: 14px;
    }
    .rec-archive-search-wrapper .advanced-search-button {
        width: 100%;
    }
    .rec-archive-search-wrapper .epl-search-wide .epl-search-row-checkbox {
        width: 50%;
    }
    /* .epl-search-wide .epl-property_location {
        display: none;
    } */
    .rec-archive-search-wrapper .epl-search-row-half {
        width: 50%;
    }
    .rec-archive-search-wrapper .epl-search-custom-size {
        width: 25%;
    }
    /* .rec-archive-search-wrapper .epl-property_category {
           width: 100%;
       } */
    .rec-archive-search-wrapper .epl-search-btn {
        padding: 8px 10px;
    }
    .rec-archive-search-wrapper .epl-search-row-checkbox .check-label {
        font-size: 0.7em;
    }
}















/** Archive Listing */
.epl-archive-utility-wrapper {
    padding: 0 15px;
}
.epl-count-wrapper,
.epl-loop-tools {
    display: inline-block;
}
.epl-loop-tools {
    float: right;
	width: 200px;
}
.epl-loop-tools .epl-properties-sorting {
    padding-right: 0;
	width: 200px;
}
.epl-loop-tools .epl-switch-view {
    display: none;
	width: 200px;
}
.epl-property-blog-rec .epl-property-blog-entry-wrapper {
    margin: 15px;
    border: none;
    box-shadow: none;
}
.epl-property-blog-rec .epl-row-2-column .epl-row-left {
    width: 65%;
    float: left;
}
.epl-property-blog-rec .epl-row-2-column .epl-row-right {
    width:35%;
    float: left;
}
.epl-property-blog-rec .property-box-left img {
    margin-bottom: 0!important;
}
.epl-property-blog-rec .property-box-right {
    border: #d3d3d3 0.5px solid;
    padding: 0;
    border-top: none;
}
.epl-property-blog-rec .property-title-wrapper {
    background: #1c2a38;
    padding: 1em;
}
.epl-property-blog-rec .epl-rec-headline-price {
    min-height: 65px;
    color: #fff;
}
.epl-property-blog-rec .epl-rec-address {
    font-size: 20px;
    font-weight: 700;
    margin-top: 7px;
    min-height: 45px;
}
.epl-property-blog-rec .epl-rec-address a {
    color:  #fff;
}
.epl-property-blog-rec .epl-rec-property-meta {
    color: #000;
}
.epl-property-blog-rec .epl-rec-headline-price,
.epl-property-blog-rec .property-feature-icons {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    overflow: hidden;
}
.epl-property-blog-rec .epl-rec-availability {
    min-height: 20px;
    margin-bottom: 10px;
}
.epl-property-blog-rec .epl-rec-availability strong {
    margin-right: 5px;
}
.epl-property-blog .property-content-wrapper {
    overflow: hidden;
}
.epl-property-blog-rec .epl-row-2-column .property-feature-icons {
    color: #5fbb46;
    margin: 0.5em 0;
    width: 60%;
}
.epl-property-blog-rec .rec-icon {
    display: inline-block;
}
.epl-property-blog-rec .epl-rec-icons-btn {
    overflow: hidden;
}
.epl-property-blog-rec .epl-row-2-column .epl-rec-book-now {
	width: 40%;
	text-align: right;
}
.epl-property-blog-rec a {
    text-decoration: none;
    color: #000;
}
.epl-property-blog-rec .property-agent {
    display: flex;
    align-items: center;
    margin: 0.5em 0;
}
.epl-property-blog-rec .property-agent i {
    margin-right: 10px;
}
body[data-form-submit="regular"] .epl-rec-book-now form input[type="submit"],
.epl-property-blog-rec .epl-rec-book-now .button-inspect-re {
    background: #1c2a38;
    color: #fff;
    border: 2px solid #1c2a38;
    padding: 9px 25px!important;
    border-radius: 30px !important;
}
body[data-form-submit="regular"] .epl-rec-book-now form input[type="submit"]:hover,
.epl-property-blog-rec .epl-rec-book-now .button-inspect-re:hover {
    background: #fff;
    color: #1c2a38;
    box-shadow: none!important;
}

/** epl default icons **/
.epl-icon-container-pool,
.epl-icon-container-air {
    display: none;
}
.epl-icon-color-base {
    fill: rgb(28,42,56);
}
.epl-icon-color-alternate {
    fill: rgb(28,42,56);
}
.epl-icon-color-frame {
    fill: rgb(28,42,56);
}
.epl-icon.epl-icon-svg.bed,
.epl-icon.epl-icon-svg.bath,
.epl-icon.epl-icon-svg.car {
    border: 2px solid #1c2a38;
    border-radius: 50%;
}
.epl-icon-svg-container .icon-value {
    font-weight: bold;
    color: #1c2a38;
    font-family: inherit;
}
@media only screen and (min-width: 980px) {
	.epl-property-blog-rec.epl-listing-grid-view,
    .epl-property-blog-rec.epl-listing-grid-view-forced {
        /* width: 50%; */
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
	body[data-form-submit="regular"] .epl-rec-book-now form input[type="submit"] {
		padding: 9px !important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
	body[data-form-submit="regular"] .epl-rec-book-now form input[type="submit"] {
		padding: 9px !important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .epl-archive-utility-wrapper {
        /* padding: 0; */
    }
    .epl-property-blog-rec.epl-listing-grid-view,
    .epl-property-blog-rec.epl-listing-grid-view-forced {
        width: 50%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
	.epl-property-blog-rec.epl-listing-grid-view,
    .epl-property-blog-rec.epl-listing-grid-view-forced {
        width: 100%;
        max-width: 100%;
    }
    body[data-form-submit="regular"] .epl-rec-book-now form input[type="submit"] {
		/* padding: 9px !important; */
	}
    .epl-loop-tools {
        margin-top: 15px;
    }
}
/** Pagination */
.epl-pagination {
    text-align: center;
    padding: 0 15px 15px;
}
.epl-pagination a:hover,
.epl-pagination span.current {
    background: #1c2a38;
    border-color: #1c2a38;
}


/** Single Listing Carousel*/
.single-property .container-wrap,
.single-rental .container-wrap,
.single-land .container-wrap {
    /* padding: 0!important; */
}
.container-wrap.container-wrap-carousel {
    min-height: 0!important;
}
.container.content-carousel {
    padding: 0;
    max-width: 100%;
}
.single-listing-carousel-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide img {
   max-width: 100%;
}
.slick-dots li button::before {
    font-size: 35px !important;
    line-height: 26px !important;
    color: #eee !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
    color: #5fbb46 !important;
}
.slick-dots {
    bottom: 30px!important;
}
.slick-frame .frame {
    background: #000;
}
.slick-frame .frame img {
    opacity: 0.7;
}
.slick-frame .frame.slick-active img {
    opacity: 1 !important;
}

/** Single Listing */
.container-wrap.container-wrap-title-bar {
    overflow: visible;
    float: left;
    background: #1c2a38;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 2 !important;
    min-height: 0 !important;
}
.content-title .rec-meta-title-price,
.content-title .rec-single-listing-buttons-outer-wrapper {
    width: 50%;
}
.rec-single-listing-buttons-outer-wrapper .button-1form/* ,
.rec-single-listing-buttons-outer-wrapper .button-inspect-re */ {
    display: none;
}
.content-title .page-price {
    display: block;
    color: #fff;
}
.content-title .entry-title,
.epl-property-single-rec .epl-entry-header-row h2.entry-heading {
    font-size: 24px;
    font-weight: 700!important;
    line-height: 1;
}
.content-title .entry-title {
    margin-left: -2px;
    color: #fff;
    margin-bottom: 0;
}
.epl-button-wrapper {
    position: relative;
}
.epl-button-wrapper .epl-button,
.epl-button-wrapper button.epl-button,
.rec-single-listing-buttons-outer-wrapper .button-inspect-re,
body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper input[type="submit"] {
    border-radius: 30px!important;
    border: 2px solid rgba(255,255,255,0.75);
    background: transparent;
    padding: 9px 15px;
}
.epl-button-wrapper .epl-button:hover,
body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper input[type="submit"]:hover {
    border-color: rgba(255,255,255,1);
}
.epl-button-wrapper .epl-button,
body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper input[type="submit"]/*,
.epl-button-wrapper .epl-button a*/ {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
    background: transparent;
}
body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper form input[type="submit"] {
    padding: 9px 15px!important;
}
body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper form input[type="submit"]:hover {
    box-shadow: none!important;
    transform: none;
}
.epl-button-wrapper .rec-social-share-wrapper {
    position: absolute;
    right: 0;
    margin: 5px 0;
    padding: 10px 15px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    border: 1px solid #ccc;
}
.epl-button-wrapper .epl-social-share-link:hover {
    color: #5fbb46;
    text-decoration: none;
}
.epl-button-wrapper .epl-social-share-link {
    display: block;
    color: #071a2a;
    text-align: left;
    padding: 5px;
    min-width: 95px;
}
.epl-button-wrapper .epl-social-share-link i {
    margin-right: 10px;
}
.epl-property-single-rec .epl-entry-header-row h3.entry-heading {
    text-align: left;
}
.epl-property-single-rec .rec-property-icons,
.epl-property-single-rec .entry-heading {
    padding: 20px 0;
}
.epl-property-single-rec .epl-icon-svg-container .icon-value {
    font-weight: 500;
    font-family: inherit;
}
.epl-property-single-rec .epl-tab-content p {
    line-height: 1.4!important;
    text-align: left;
    font-size: 14px!important;
    padding-bottom: 20px!important;
}
.epl-property-single-rec .widget-title,
.epl-property-single-rec .epl-inspection-times-label {
    font-size: 16px!important;
    text-align: left;
    color: #000!important;
    padding-left: 0!important;
    font-weight: 600;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    .content-title .rec-meta-title-price,
    .content-title .rec-single-listing-buttons-outer-wrapper {
        width: 100%;
    }
    .epl-button-wrapper .epl-button,
	.epl-button-wrapper button.epl-button,
	.rec-single-listing-buttons-outer-wrapper .button-inspect-re,
	body[data-form-submit="regular"] .rec-single-listing-buttons-outer-wrapper form input[type="submit"] {
		float: left;
		margin-right: 4px;
		margin-top: 4px;
	}
}


/** Single Listing Agent */
.epl-property-single-rec .epl-author-box-container {
   /* width: 50%;
    float: left;*/
}
.epl-property-single-rec .epl-author-box-outer-wrapper {
    background: transparent;
}
.epl-block.epl-block-agent-section {
    padding: 10px;
    background: #eee;
}
.epl-property-single-rec .epl-author-image {
    padding-right: 0;
    width: 50%;
}
.epl-property-single-rec .epl-author-image a {
    float: left;
}
.epl-property-single-rec .epl-author-image img {
    margin-bottom: 0!important;
    display: block;
    border-radius: 50%;
}
.epl-property-single-rec .epl-author-details {
    width: 50%;
    text-align: left;
    float: left;
    padding-left: 1em;
    padding-right: 0;
}
.epl-property-single-rec .epl-author-box .epl-author-title {
}
.epl-property-single-rec .epl-author-box span.label-email,
.epl-property-single-rec .epl-author-box span.label-mobile {
    font-size: 14px!important;
    color: #000!important;
    padding-left: 0!important;
    text-align: left;
}
.epl-property-single-rec .epl-author-box a {
    color: #1c2a38;
    /*word-wrap: anywhere;*/
    word-break: break-all;
    display: inline-block;
}
.epl-property-single-rec .epl-block-agent-section {
    padding-top: 2em;
}
@media only screen and (max-width: 600px) {
    .epl-property-single-rec .epl-block-agent-section {
        border-bottom: 1px solid #ccc;
    }
}


/** Property Features */
.epl-property-single-rec .epl-block.epl-sidebar {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    overflow: hidden;
}
.epl-sidebar.epl-block-features-section {
    border-bottom: 1px solid #ccc;
}
.epl-property-single-rec .epl-block.epl-block-map-section {
    border-bottom: none;
    float: left;
    margin-top: 0.5em;
    clear: both;
}
.epl-property-single-rec .epl-tab-title-property-features {
    text-align: left;
    border: none;
}
.epl-property-single-rec .epl-property-features,
.epl-property-single-rec .rec-property-info-list {
    margin: 0;
    text-align: left;
}
.epl-property-single-rec .epl-property-features li {
    list-style-type: none;
    line-height: 1.4;
}
.epl-property-single-rec .rec-property-info-list strong {
    min-width: 65px;
    display: inline-block;
}
.epl-property-single-rec .list-details-value {
    display: inline-block;
    font-size: 14px !important;
}
.epl-property-single-rec .list-details-value span {
    padding: 0!important;
    font-size: 14px !important;
}

/** Single Map */
.epl_tabbed_map_control,
.epl-am-single-map-wrapper .epl-single-map-controls {
    display: none;
}
.epl_tabbed_maps_wrapper {
    margin-bottom: 0;
}

/** Inspections */
.epl-property-single-rec .epl-inspection-times-label {
    margin: 0;
}
.epl-property-single-rec .epl-inspection-times ul.home-open-wrapper li {
    text-align: left;
}
.epl-property-single-rec .epl-inspection-times a {
    color: #1c2a38;
}
.epl-property-single-rec .epl_inspection_calendar::before {
    content: "\f073";
    padding-right: 10px;
    font-family: fontawesome;
}

/** Buttons */
.epl-block-buttons .epl-button-wrapper {
    /* display: flex; */
    /* justify-content: space-around; */
}
.epl-block-buttons .epl-button {

    background: #fff;
    border-color: #1c2a38;
    color: #1c2a38;
    padding: 9px 25px;
}
.epl-block-buttons .epl-button.button-1form,
.epl-block-buttons .epl-button.button-inspect-re {
    display: inline-block;
}




/** Buttons in sidebar */
.epl-sidebar .rec-social-share-btn.epl-button {
     display: none;
}

.epl-sidebar .epl-block-buttons .epl-button {
    background: #fff;
    border-color: #1c2a38;
    color: #1c2a38;
}
.epl-sidebar .epl-block-buttons .epl-button,
.epl-sidebar .epl-block-buttons input[type="submit"] {
    background: #fff;
    border-radius: 30px !important;
    opacity: 1;
}
.epl-sidebar .epl-block-buttons .epl-button:hover,
.epl-sidebar .epl-block-buttons input[type="submit"]:hover {
    background: #1c2a38;
    color: #fff;
    box-shadow: none;
}
.container-wrap .epl-sidebar .epl-block-buttons input[type="submit"]:hover {
    box-shadow: none !important;
        transform: translateY(0);
    -webkit-transform: translateY(0);
}

.epl-sidebar .epl-block-buttons input[type="submit"].epl-button.button-1form {
    padding: 11px 15px !important;
}

/** Similar Listings **/
.epl-block-similar-section h2 {
    text-align: center;
    margin: 30px 0;
}
.epl-block-similar-section .epl-shortcode-listing .epl-listing-post{
    float: left;
}
.epl-shortcode-listing .slick-dots{
    bottom: -3px!important;
}
.epl-sidebar .rec-social-share-wrapper {
    display: none!important;
}
/** Suburb Summary **/
.epl-block-suburb-profile-section{
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.epl-block-suburb-profile-section > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.suburb-profile-info {
    padding: 80px;
}
.epl-block.epl-element.epl-block-map-section {
    margin-bottom: 0px !important;
}
.suburb-link a{
    background-color: transparent !important;
    border: 2px solid rgb(51, 63, 72) !important;
    color:#333f48 !important;
}
.suburb-profile-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(221, 221, 221);
    filter: grayscale(100%);
}
/** Single Location Profile Page **/
.single-suburb-profile-image-wrapper {
    max-height: 75vh;
    overflow: hidden;
}
.single-suburb-profile-image-wrapper .wp-post-image {
    width: 100%;
    height: auto;
}
.rec-suburb-title{
    text-align: center;
}
.epl-author-email .fa{
    font-size: 10px;
}

@media only screen and ( max-width: 600px ) {
    .epl-block-suburb-profile-section .suburb-profile-image {
        display: none;
    }
    .epl-block-suburb-profile-section .suburb-profile-info {
        width: 100%;
        padding-bottom: 0;
    }
    .epl-block-suburb-profile-section .suburb-profile-info h2,
    .epl-block-suburb-profile-section .suburb-profile-info .suburb-summary {
        display: none;
    }
}
/** Select 2 Style override */
.rec-archive-search-wrapper .epl-search-row.epl-search-row-select .fancy-select-wrap {
    padding-top: 0;
}
.rec-archive-search-wrapper .epl-search-row.epl-search-row-select .select2-choice {
    border: none;
    padding: 0;
}
.rec-archive-search-wrapper .select2-container .select2-choice .select2-arrow {
    display: none;
}
.rec-archive-search-wrapper .epl-search-row.epl-search-row-select .select2-choice:hover {
    background-color: transparent!important;
}
body[data-fancy-form-rcs="1"] .rec-archive-search-wrapper .select2-container .select2-choice:hover > .select2-chosen {
    color: #000!important;
}
.rec-archive-search-wrapper .select2-container .select2-chosen {
   font-weight: normal;
   font-family: "Varela Round";
   line-height: 1.5 !important;
}

/** Single Agent */
.epl-sd-header {
    position: relative;
}

.epl-sd-fullwidth-image img {
    width: 100%;
    display: block;
    height: auto;
}

.rec-listing-agent-bg {
    display: block;
    width: 100%;
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 160px;
    overflow: hidden;
    background-position: 15%;
}

.epl-sd-header .contact-details {
    position: absolute;
    bottom: 0;
}

.epl-sd-header .contact-details .contact-details-top {
    width: max-content;
    margin: 0 0 0 auto;
    padding-right: 90px;
}

.epl-sd-header .contact-details .contact-details-bottom {
    padding: 0 0 30px 90px;
}
.epl-sd-header .rec-agent-social-btn strong,
.epl-sd-header .author-title,
.epl-sd-header .author-position {
    color: #1c2a38;
}
.epl-sd-header .author-title {
    font-size: 40px;
}
.epl-sd-tabs-horizontal .epl_ui_tab_menu_wrapper {
    margin: 30px 0;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
    background: #1c2a38;
}
ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current {
    background: #fff;
}
.epl-sd-section-title {
    display: none;
}
.epl-sd-listings .epl-property-blog-rec .epl-property-blog-entry-wrapper {
    margin: 4px;
    text-align: left;
}
.epl-sd-listings .epl-property-blog-rec .page-price,
.epl-sd-listings .epl-property-blog-rec span.page-price-rent,
.epl-sd-listings .epl-property-blog-rec .epl-rec-address span {
    color: #FFF!important;
    padding: 0!important;
}

/** Author Archive */
.epl-author-simple {
    margin: 0;
}
.epl-author-simple .epl-property-blog-entry-wrapper {
    margin: 8px;
    position: relative;
}
.epl-author-simple .epl-author-details {
    position: absolute;
    bottom: 0;
    left: 0;
}
.epl-author-simple .epl-author-info {
    padding-left: 20px;
    padding-bottom: 15px;
    color: #fff;
}
.epl-author-simple .epl-author-box .epl-author-title {
    margin: 0;
    line-height: 1;
    color: #5FBB46;
}
.epl-author-simple .epl-author-box.epl-author-image img {
    margin: 0;
    display: block;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}
.epl-author-simple .epl-author-box.epl-author-image img:hover {
    filter: grayscale(0%);
    transition: all 0.5s ease;
}
.epl-author-simple.slick-slide {
    max-width: 300px;
}
.slick-dotted.slick-slider {
    padding-bottom: 20px;
}

/** Agent Archive */
.rec-agent-archive-image-bg {
    display: block;
    min-height: 300px;
    background-size: cover;
    background-position-x: 10%;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}
.rec-agent-archive-image-bg:hover {
    filter: grayscale(0%);
    transition: all 0.5s ease;
}










/** EPL SEARCH  ROW */

.container.main-content.test {
    max-width: 1920px;
}
.archive-advanced-search-rows {
    padding: 0;
    margin: 16px;
}
.rec-archive-search-wrapper-rows {
    background: #1c2a38;
}


.rec-archive-search-wrapper-rows .epl-search-form .epl-search-label {
    display: block;
    margin-left: 7px;
}






.rec-archive-search-wrapper-rows .epl-search-wide {
    padding-bottom: 0;
}
.rec-archive-search-wrapper-rows .epl-search-label {
    font-size: 0.8em;
    font-weight: 600;

}




.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row {
    margin: 0;
    margin-right: 0;
    padding: 0;
    min-height: 0;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row.epl-property_location {
    float: left;
    width: 20%;
}

.rec-archive-search-wrapper-rows .epl-rows-inner {
    float: left;
    height: 174px;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}


.rec-archive-search-wrapper-rows .epl-search-wide .epl-property_location,
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row-half,
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-submit-row {
    width: 25%;
    float: left;
    display: block;
    margin-right: 0;
    box-sizing: border-box;
}


.rec-archive-search-wrapper-rows .advanced-search-sec .epl-search-row-half {
    width: auto;
    margin-right: 20px;
    display: inline-block;
}
.rec-archive-search-wrapper-rows .advanced-search-sec .epl-search-row-half label {
   color: #ffffff;
   font-size: 0.8em;
   height: 1em;
}
.rec-archive-search-wrapper-rows .advanced-search-sec .epl-search-row-half input {
    margin-top: 3px;
    height: 1.5em;
    /* line-height: 2.2em; */
    vertical-align: top;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-property_category {
   /*  width: 40%; */
}

.rec-archive-search-wrapper-rows .epl-search-wide select.field-multiple {
    min-height: 115px;
    background: #fff;
}
.rec-archive-search-wrapper-rows .epl-search-wide select.in-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 8px bottom 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-submit-row {
    float: left;
    padding: 5px;
    margin-top: 31px;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-btn {
    padding: 4px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    margin-top: 34px;
    background: #fff;
    border-radius: 4px !important;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-btn .fa-search {
    color: #62BB46;
}
.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-btn:hover {

}

.rec-archive-search-wrapper-rows  .epl-search-custom-size {
    float: left;
    padding-top: 0;
    margin-top: 0;
    min-height: 0;
    box-sizing: border-box;
    padding: 1px 2px;
}


.rec-archive-search-wrapper-rows .epl-search-row.epl-search-row-select .in-field#property_location {
    display: block !important;
    height: 140px;
}


.rec-archive-search-wrapper-rows .select2-container-multi.property_location {
    display: none !important;
}

.rec-archive-search-wrapper-rows .epl-property_address {
    width: 25%;
    float: left;
    /* height: 40px; */
}

.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row.epl-property_location .field::after {
    display: none;
}
.rec-archive-search-wrapper-rows .epl-search-row.epl-search-row-select .in-field {
    background: #ffffff;
    box-shadow: none;
    padding-left: 0;
    padding: 0 5px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    line-height: 40px;
}

.rec-archive-search-wrapper-rows .epl-search-row-text .in-field {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 0;
    border: 1px solid #aaa;
    line-height: 40px;
}

.rec-archive-search-wrapper-rows .epl-search-wide .field{
    margin: 0px;
    box-sizing: border-box;
    padding: 0 2px;
}


.rec-archive-search-wrapper-rows .epl-search-row-select .field::after {
    right: 17px;
    top: 12px;
}


.rec-archive-search-wrapper-rows .epl-search-wide .in-field {
    font-size: 13px;
    padding: 0 5px;
    border-radius: 4px;
}

.rec-archive-search-wrapper-rows .more-options {
    color: #fff;
}

@media only screen and ( min-width: 980px ) {
    .rec-archive-search-wrapper-rows {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
    }
}

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

	.rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row.epl-property_location {
        float: left;
        width: 100%;
    }

    .rec-archive-search-wrapper-rows .epl-rows-inner {
        float: left;
        height: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }


}

@media only screen and (max-width: 550px) {
    .rec-archive-search-wrapper-rows .epl-search-wide .epl-property_category,
    .rec-archive-search-wrapper-rows .epl-search-wide .epl-property_location {
        width: 100%;
    }
    .rec-archive-search-wrapper-rows .epl-search-wide .epl-search-row-half,
    .rec-archive-search-wrapper-rows .epl-search-wide .epl-search-submit-row {
        width: 50%;
    }
    .rec-archive-search-wrapper-rows .epl-search-wide .epl-property_address {
        width: 50%;
    }
}

/* Stickers color */
.epl-property-single .status-sticker,
.epl-property-blog .status-sticker {
	background: #F00;
	color: #fff;
}
.epl-property-single .status-sticker.under-offer,
.epl-property-blog .status-sticker.under-offer {
	background: #FFA500;
}
.epl-property-single .status-sticker.open,
.epl-property-blog .status-sticker.open {
	background: #7FAF1B;
}
.epl-property-single .status-sticker.new,
.epl-property-blog .status-sticker.new {
	background: #800080;
}

/* Styling */
body .epl-property-single .status-sticker,
body .epl-property-blog .status-sticker {
	padding: 0.3em 1em;
	margin-right: 0;
	font-size: 2em;
	test-transform: uppercase;
	font-weight: bold;
}
/* Stickers color */
body .epl-property-single .status-sticker,
body .epl-property-blog .status-sticker {
	background: #F00;
	color: #fff;
}