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

/**
 * EPL Custom Templates CSS
 *
 * @package     EPL-CUSTOM-TEMPLATES
 * @since       2.9.7
 * @subpackage  css
 * @copyright   Copyright (c) 2022, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
:root {
	interpolate-size: allow-keywords;
	--epl-color-white-opacity-75: rgba(255, 255, 255, .75);
	--epl-color-white-opacity-50: rgba(255, 255, 255, .5);
	--epl-color-white-opacity-25: rgba(255, 255, 255, .25);
	--epl-color-white-opacity-10: rgba(255, 255, 255, .1);
	--epl-color-grey-df: #dfdfdf;
	--epl-color-grey-e1: #e1e1e1;
	--epl-color-grey-e2: #e2e2e2;
	--epl-color-grey-e5: #e5e5e5;
	--epl-color-grey-e7: #e7e7e7;
	--epl-color-grey-e9: #e9e9e9;
	--epl-color-grey-ef: #efefef;
	--epl-color-grey-f0: #f0f0f0;
	--epl-color-grey-f5: #f5f5f5;
	--epl-color-grey-f6: #f6f6f6;
	--epl-color-grey-f7: #f7f7f7;
	--epl-color-grey-f8: #f8f8f8;
	--epl-color-grey-f9: #f9f9f9;
	--epl-color-grey-fa: #fafafa;
	--epl-color-grey-fb: #fbfbfb;
	--epl-color-grey-fc: #fcfcfc;
	--epl-color-grey-fd: #fdfdfd;
	--epl-color-grey-fe: #fefefe;
	--epl-color-grey-ff: #fff;
	--epl-color-grey-ab: #ababab;
	--epl-color-grey-b1: #b1b1b1;
	--epl-color-grey-99: #999;
	--epl-color-grey-91: #919294;
	--epl-color-grey-89: #898989;
	--epl-color-grey-7f: #7f7f7f;
	--epl-color-silver: #c0c0c0;
	--epl-color-black: #000;
	--epl-color-white: #fff;
	--epl-color-grey: #002461;
	--epl-color-grey: #faf7f7;
	--epl-color-page: #f7f7f7;
	--epl-color-black-50: rgba(0, 0, 0, .497);
	--epl-color-primary: #000;
	--epl-color-primary-light: #000;
	--epl-color-primary-opacity: #000;
	--epl-color-secondary: #202024;
	--epl-color-secondary-light: #202024;
	--epl-color-secondary-opacity: #202024;
	--epl-color-tertiary: #ede8e3;
	--epl-color-tertiary-light: #ede8e3;
	--epl-color-tertiary-opacity: #ede8e3;
	--epl-color-accent: #cf945f;
	--epl-color-accent-light: #cf945f;
	--epl-color-accent-opacity: #cf945f;
	--epl-color-alternate: #cf945f;
	--epl-color-alternate-light: #cf945f;
	--epl-color-alternate-opacity: #cf945f;
	--epl-color-tint: #faf7f7;
	--epl-color-grey-dark: #575757;
	--epl-color-primary-100: rgba(13, 13, 13, 1);
	--epl-color-primary-70: rgba(13, 13, 13, .7);
	--epl-color-primary-50: rgba(13, 13, 13, .5);
	--epl-color-primary-30: rgba(13, 13, 13, .3);
	--epl-color-primary-10: rgba(13, 13, 13, .3);
	--epl-color-secondary-100: rgba(37, 46, 100, 1);
	--epl-color-secondary-70: rgba(37, 46, 100, .7);
	--epl-color-secondary-50: rgba(37, 46, 100, .5);
	--epl-color-secondary-30: rgba(37, 46, 100, .3);
	--epl-color-secondary-10: rgba(37, 46, 100, .3);
	--epl-color-accent-100: rgba(102, 109, 147, 1);
	--epl-color-accent-70: rgba(102, 109, 147, .7);
	--epl-color-accent-50: rgba(102, 109, 147, .5);
	--epl-color-accent-30: rgba(102, 109, 147, .3);
	--epl-color-accent-10: rgba(102, 109, 147, .3);
	--epl-font-family-primary: "Inter", sans-serif;
	--epl-font-family-secondary: "Inter", sans-serif;
	--epl-font-family-tertiary: "Inter", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1030px) {
	.epl-hide-desktop {
		display: none;
	}
}

@media screen and (max-width: 1030px) {
	.epl-hide-tablet-landscape {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.epl-hide-tablet {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.epl-hide-mobile {
		display: none;
	}
}

@media screen and (min-width: 600px) {
	.epl-hide-above-mobile {
		display: none;
	}
}

.epl-hide-custom-width {
	display: none;
}

@media screen and (min-width: 650px) {
	.epl-hide-custom-width {
		display: block;
	}
}

.epl-show-custom-width {
	display: none;
}

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

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

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

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

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

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

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

@media screen and (max-width: 100%) {
	.rec-module-outer-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.epl-text-trim {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

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

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

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

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

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

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

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

@media screen and (max-width: 500px) {
	.epl-property-blog, .epl-property-blog.hentry {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		float: none;
		clear: both;
	}
}

.epl-single-listing .grid-container.container {
	width: 100%;
	max-width: 100%;
}

.epl-single-listing .site-content, .epl-single-listing .content {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: initial;
}

/*****************************
	Archive Reset
****************************/
.epl-property-blog-rec, .epl-property-blog-rec.hentry, .epl-property-blog-rec.epl-listing-grid-view, .epl-property-blog-rec.epl-listing-grid-view-forced, .builder-module-content .epl-listing-grid-view-forced.hentry, .builder-module-content .epl-listing-grid-view.hentry, .epl-listing-grid-view, .epl-listing-grid-view-forced, .epl-listing-grid-view-forced.hentry, .epl-listing-grid-view.hentry, .epl-property-blog.epl-listing-grid-view, .epl-property-blog.epl-listing-grid-view-forced {
	display: flex;
	float: initial;
	box-sizing: border-box;
	width: initial;
	height: initial;
	max-width: 100%;
	box-shadow: none;
	overflow: hidden;
	font-size: initial;
	vertical-align: initial;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

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

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

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

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

.epl-featured-image a, .epl-featured-image img {
	display: block;
}

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

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

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

.epl-section-wrap--wide .epl-section {
	max-width: calc(100% - 12em);
}

.epl-section-wrap--narrow .epl-section {
	max-width: calc(1440px - 12em);
}

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

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

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

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

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

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

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

.epl-section-wrap--last .epl-section {
	padding-bottom: 0;
	margin-bottom: 0;
}

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

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

.epl-section {
	box-sizing: border-box;
	width: 100%;
	max-width: 1420px;
	overflow: visible;
	margin: 0 auto;
	padding: 4em 0;
}

@media screen and (max-width: 1420px) {
	.epl-section {
		padding: 2em 6em;
	}
}

@media screen and (max-width: 1030px) {
	.epl-section {
		padding: 1.5em 1em;
	}
}

@media screen and (max-width: 600px) {
	.epl-section {
		padding: 1em;
	}
}

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

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

.epl-section-wrap .epl-section--default {
	max-width: 1420px;
	margin-inline: auto;
}

.epl-section-wrap .epl-section--wide {
	max-width: calc(100% - 12em);
	margin-inline: auto;
}

.epl-section-wrap .epl-section--narrow {
	max-width: calc(1440px - 12em);
	margin-inline: auto;
}

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

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

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

.epl-section__flex__item {
	display: flex;
}

.epl-section--sidebar {
	width: 100%;
	display: grid;
	grid-template-areas: "main sidebar";
	grid-template-columns: 1fr 370px;
	gap: 5em;
}

@media screen and (max-width: 1200px) {
	.epl-section--sidebar {
		grid-template-areas: "main" "sidebar";
		grid-template-columns: 1fr;
	}
}

.epl-section--sidebar-right {
	grid-template-areas: "main sidebar";
	grid-template-columns: 1fr 370px;
}

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

.epl-section--sidebar-left {
	grid-template-areas: "sidebar main";
	grid-template-columns: 390px 1fr;
}

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

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

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

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

@media screen and (min-width: 600px) and (max-width: 1030px) {
	.epl-section {
		padding-inline: 1em;
	}
}

@media screen and (min-width: 1030px) and (max-width: 100%) {
	.epl-section {
		padding-inline: 1em;
	}
}

@media screen and (min-width: 100%) {
	.epl-section {
		padding-inline: 1em;
	}
}

.epl-section iframe {
	display: block;
	border: none;
}

.epl-section__item {
	margin: 0;
}

.epl-section__title {
	margin: 0 0 1em !important;
	padding: 0;
	color: var(--epl-color-secondary);
	font-family: var(--epl-font-family-secondary) !important;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 0;
	text-transform: none;
	border-bottom: 1px none var(--epl-color-grey-e1);
}

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

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

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

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

.epl-section-inner__panel {
	margin: 2em 0;
	padding: 0;
	border: 1px solid var(--epl-color-secondary);
	border-style: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.epl-section-inner__panel:first-child {
	margin-top: 0;
	padding-top: 0;
}

.epl-section-inner__panel:last-child {
	margin-bottom: 0;
	padding-bottom: 2em;
}

.epl-section-inner__panel .epl-tab-title {
	display: none;
}

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

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

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

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

.epl-section-inner--sidebar {
	grid-area: sidebar;
	margin: .5em 0 0;
	padding: 0;
	background: transparent;
	border: 2px solid var(--epl-color-secondary);
	border-style: none;
	box-shadow: none;
	border-radius: 0;
}

.epl-section-inner__title, h4.epl-section-inner__title {
	margin: 2em 0 1em;
	padding: 0 0 1em;
	color: var(--epl-color-secondary);
	font-family: var(--epl-font-family-secondary) !important;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	letter-spacing: -.02em;
	text-transform: none;
	border-bottom: solid;
}

.epl-section-inner__title:first-child, h4.epl-section-inner__title:first-child {
	margin-top: 0;
}

.epl-block-widget {
	margin: 0 0 2em;
	padding: 0 0 2.5em;
	background: transparent;
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-secondary);
	border-style: none none solid;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
	font-size: 1em;
	font-family: var(--epl-font-family-primary);
	line-height: 2;
}

.epl-block-widget:first-child {
	margin-top: -1em;
	padding-top: .5em;
	border-top: none;
}

.epl-block-widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.epl-row--space-between, .epl-row--justify-space-between, .epl-row--justify-content-space-between {
	display: flex;
	justify-content: space-between;
}

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

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

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

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

.epl-row--justify-content-center {
	display: flex;
	justify-content: center;
}

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

.epl-row--flex-start {
	display: flex;
	justify-content: flex-start;
}

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

.epl-row--flex-end {
	display: flex;
	justify-content: flex-end;
}

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

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

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

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

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

.epl-row--list-item .epl-value {
	font-weight: 400;
}

.epl-row--list-item .epl-value div {
	display: inline-block;
}

.epl-row--list-item:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.epl-row__link {
	position: absolute;
	inset: 0;
	display: block;
	align-content: center;
	background: transparent;
	color: transparent !important;
	font-family: var(--epl-font-family-primary);
	font-size: 1.3em;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	letter-spacing: 0;
	transition: all .5s ease-in-out;
	z-index: 2;
	cursor: pointer;
}

.epl-row__link:hover {
	background: transparent;
	color: transparent;
	opacity: 1;
	font-size: 1em;
}

.epl-row__link--shutter {
	overflow: hidden;
}

.epl-row__link--shutter::before {
	position: absolute;
	content: "";
	top: 0;
	top: -35%;
	left: 0;
	left: -35%;
	height: 100%;
	height: auto;
	width: 100%;
	width: auto;
	background-color: rgba(8, 49, 81, .5098039216);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: rotate(-45deg) scaleY(0);
	transform: rotate(-45deg) scaleY(0);
	right: -35%;
	bottom: -35%;
}

.epl-row__link--shutter:hover::before {
	transform: rotate(-45deg) scaleY(1.03);
}

.epl-row__link .epl-row__link__text {
	position: relative;
	padding: 1em;
	background: transparent;
	border: 1px solid var(--epl-color-white);
	font-size: 1em;
	color: var(--epl-color-white);
	opacity: 0;
	transition: ease-in-out opacity .6s;
}

.epl-row__link:hover .epl-row__link__text {
	opacity: 1;
}

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

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

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

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

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

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

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

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

@keyframes epl-animate-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes epl-animate-height {
	0% {
		height: 0px;
	}
	
	100% {
		height: 40px;
	}
}

@keyframes epl-animate-slide-in-left {
	0% {
		transform: translateX(-140px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes epl-animate-slide-in-up {
	0% {
		transform: translateY(40px);
	}
	
	100% {
		transform: translateY(0);
	}
}

/* SVG Icons */
.epl-icon-svg-container {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

.epl-icon-svg-container:last-child {
	margin-right: 0;
}

.epl-icon-svg, .epl-author-icon-svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	float: left;
}

.epl-icon-svg-container .icon-value {
	display: inline-block;
	margin: 0 0 0 .5em;
	line-height: 30px;
	vertical-align: top;
}

.epl-icon-color-frame {
	fill: #999;
}

.epl-single-default {
	width: 100%;
	max-width: 100%;
}

.elementor-shortcode .epl-rec-heading, .epl-property-single-rec .epl-rec-heading {
	margin: 0 0 1em;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-secondary);
	font-size: clamp(1.2em, 10vw - 1em, 2.4em);
	font-weight: 300;
	line-height: 1.355;
	letter-spacing: 0;
	text-transform: none;
}

.elementor-shortcode .epl-rec-heading--secondary, .epl-property-single-rec .epl-rec-heading--secondary {
	margin: 0 0 1em;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: inherit;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.355;
	letter-spacing: -.02em;
	text-transform: none;
}

.elementor-shortcode .epl-rec-address, .epl-property-single-rec .epl-rec-address {
	margin: 0;
	padding: 0;
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-secondary);
	font-size: clamp(1.4em, 10vw - 1em, 2.4em);
	font-weight: 300;
	line-height: 1.255;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
}

.elementor-shortcode .entry-title-sub, .epl-property-single-rec .entry-title-sub {
	display: block;
	font-size: .65em;
	font-weight: inherit;
	text-transform: uppercase;
}

.elementor-shortcode .item-street, .epl-property-single-rec .item-street {
	display: inline-block;
	font-size: inherit;
	font-weight: 300;
}

.elementor-shortcode .item-suburb, .epl-property-single-rec .item-suburb {
	display: inline-block;
}

.elementor-shortcode .item-state, .epl-property-single-rec .item-state {
	display: inline-block;
}

.elementor-shortcode .item-pcode, .epl-property-single-rec .item-pcode {
	display: inline-block;
}

.elementor-shortcode .epl-rec-suburb, .epl-property-single-rec .epl-rec-suburb {
	margin: 0;
	padding: 0;
	color: var(--epl-color-secondary);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 400;
	line-height: 1.355;
	letter-spacing: -.02em;
	text-transform: none;
}

.elementor-shortcode .epl-rec-status, .epl-property-single-rec .epl-rec-status {
	margin: 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: inherit;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.355;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
}

.elementor-shortcode .epl-rec-category, .epl-property-single-rec .epl-rec-category {
	margin: 0 0 0;
	padding: 0;
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-primary);
	font-size: 1.2em;
	font-weight: 300;
	line-height: inherit;
	letter-spacing: -.02em;
	text-transform: uppercase;
	text-align: center;
}

.elementor-shortcode .epl-rec-price, .epl-property-single-rec .epl-rec-price {
	margin: 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: inherit;
	font-weight: 300;
	line-height: 1.333;
	letter-spacing: -.02em;
	text-transform: none;
	text-align: left;
}

.elementor-shortcode .epl-rec-price .bond, .elementor-shortcode .epl-rec-price .rent-period, .epl-property-single-rec .epl-rec-price .bond, .epl-property-single-rec .epl-rec-price .rent-period {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: var(--epl-font-family-primary);
	font-size: inherit;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.02em;
	text-transform: none;
}

.elementor-shortcode .epl-rec-content, .epl-property-single-rec .epl-rec-content {
	margin: 1em 0 0;
	padding: 0;
	max-width: 100%;
	color: var(--epl-color-primary);
	font-size: 1.2em;
	font-family: var(--epl-font-family-primary);
	font-weight: 300;
	line-height: 2.155;
	letter-spacing: 0;
	text-align: left;
}

.elementor-shortcode .epl-rec-content p, .epl-property-single-rec .epl-rec-content p {
	margin-block: 1em;
}

.elementor-shortcode .epl-rec-features, .epl-property-single-rec .epl-rec-features {
	margin: 0 0 2em;
	padding: 0;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.elementor-shortcode .epl-rec-features .epl-tab-title, .epl-property-single-rec .epl-rec-features .epl-tab-title {
	display: none;
	margin: 1em 0 .5em;
	padding: 0;
	color: var(--epl-color-accent);
	font-family: var(--epl-font-family-secondary);
	font-size: 1.2em;
	font-weight: 600;
	font-style: normal;
	line-height: 1.355;
	letter-spacing: -.02em;
	text-transform: uppercase;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.elementor-shortcode .epl-section-map, .epl-property-single-rec .epl-section-map {
	margin-top: 0;
	color: var(--epl-color-primary);
}

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

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

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

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

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

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

ul.epl-search-tabs {
	margin: 0;
	padding: 0;
}

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

ul.epl-search-tabs li.epl-sb-current {
	background: var(--epl-color-black);
	color: var(--epl-color-white);
	border-bottom: none;
	margin-bottom: 0;
}

ul.epl-search-tabs li:last-child {
	border-right: 1px solid var(--epl-color-secondary);
}

.epl-search-form {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	overflow: visible;
	font-family: var(--epl-font-family-primary);
}

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

.epl-search-form .epl-search-builder__section {
	margin: 0;
	padding: 0;
	background: initial;
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-grey-e1);
	border-style: none;
	border-radius: 0;
}

.epl-search-form .epl-search-builder__section:last-child {
	margin-bottom: 0;
}

.epl-search-form .epl-search-builder__section--more-options {
	margin: .5em 0 0;
	padding: 0;
	background: transparent;
	color: initial;
	border: 2px solid var(--epl-color-grey-f7);
	border-style: none;
	border-radius: 0;
}

.epl-search-form .epl-search-builder__section--more-options > :nth-last-child(2) {
	margin-bottom: 0;
}

.epl-search-form .epl-search-builder__section--main {
	width: 100%;
}

.epl-search-form .epl-search-builder__row {
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1em;
	width: 100%;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: none;
	border-radius: 0;
	background: transparent;
}

.epl-search-form .epl-search-builder__row__items {
	display: flex;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: .5em;
	flex: 0 1 auto;
}

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

.epl-search-form .epl-search-builder__item {
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	display: flex;
	width: auto;
	min-width: auto;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: initial;
	gap: .3em;
}

.epl-search-form .epl-search-builder__row__closer {
	position: relative;
	color: transparent;
	width: 30px;
	display: inline-block;
}

.epl-search-form .field, .epl-search-form .epl-search-builder__item--toggle, .epl-search-form .epl-search-builder__row__title {
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s;
}

.epl-search-form .field select::after, .epl-search-form .field .nice-select::after, .epl-search-form .field .epl-search-builder__button--toggle::after, .epl-search-form .field .epl-search-builder__row__closer::after, .epl-search-form .epl-search-builder__item--toggle select::after, .epl-search-form .epl-search-builder__item--toggle .nice-select::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer::after, .epl-search-form .epl-search-builder__row__title select::after, .epl-search-form .epl-search-builder__row__title .nice-select::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer::after {
	content: "";
	display: block;
	pointer-events: none;
	position: initial;
	border-top: initial;
	border-bottom: 2px solid var(--epl-color-secondary);
	border-right: 2px solid var(--epl-color-secondary);
	border-left: initial;
	height: 8px;
	width: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s;
}

.epl-search-form .field .epl-search-builder__row__closer::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer::after {
	right: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.epl-search-form .field .epl-search-builder__row__closer--open::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__row__closer--open::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__row__closer--open::after {
	top: 20px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.epl-search-form .field .nice-select.open:after, .epl-search-form .epl-search-builder__item--toggle .nice-select.open:after, .epl-search-form .epl-search-builder__row__title .nice-select.open:after {
	right: 1em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.epl-search-form .field .epl-search-builder__button--toggle::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle::after {
	display: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.epl-search-form .field .epl-search-builder__button--toggle-active::after, .epl-search-form .epl-search-builder__item--toggle .epl-search-builder__button--toggle-active::after, .epl-search-form .epl-search-builder__row__title .epl-search-builder__button--toggle-active::after {
	display: none;
	margin-top: 2px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.epl-search-form .epl-search-row-text .field {
	width: 100%;
}

.epl-search-form .nice-select .list {
	padding: 0 !important;
	max-height: 300px;
	overflow: scroll;
	margin: 0;
}

.epl-search-form .epl-search-row-select .field, .epl-search-form .field-width, .epl-search-form .epl-search-btn {
	width: 100%;
	min-width: auto;
}

.epl-search-form .epl-search-row-options {
	margin-left: auto;
	flex: 0 0 auto;
}

.epl-search-form .epl-search-row-options > * {
	flex: 1 1 auto;
}

.epl-search-form .epl-search-row-options-section {
	flex: 1 0 100%;
}

.epl-search-form .epl-search-label {
	display: inline-block;
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	min-width: auto;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
}

.epl-search-form .epl-search-builder__item--submit .epl-search-label {
	display: none;
}

.epl-search-form .epl-search-builder__section--main .epl-search-label {
	display: none;
	width: auto;
}

.epl-search-form .epl-search-builder__button--toggle-wrap a:hover, .epl-search-form .epl-search-builder__button--toggle-wrap a:focus {
	text-decoration: none;
}

.epl-search-form .in-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: .5em;
	margin: 0;
	padding: 0 1.2em 0 1em;
	background: var(--epl-color-white);
	color: var(--epl-color-secondary);
	min-height: initial;
	height: 52px;
	line-height: 52px;
	outline: none;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: solid;
	border-radius: 0;
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}

.epl-search-form .in-field.open {
	background: var(--epl-color-white);
	border-color: var(--epl-color-secondary);
}

.epl-search-form .epl-search-other {
	display: flex;
	margin: 1em 0 0;
	padding: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: .5em;
}

.epl-search-form .epl-search-row-checkbox {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	gap: .5em;
}

.epl-search-form .epl-sb-counter-field {
	background: var(--epl-color-white);
	padding: 0;
	border-radius: 0;
	border-radius: .3em;
	display: grid;
	place-items: center;
	position: relative;
}

.epl-search-form .epl-sb-counter-field > * {
	align-items: center;
}

.epl-search-form .epl-sb-counter-field .x img {
	grid-area: 1/1/4/2;
}

.epl-search-form .epl-sb-counter-field .x .red {
	grid-area: 1/1/2/2;
}

.epl-search-form .epl-sb-counter-field .x .blue {
	grid-area: 3/1/4/2;
}

.epl-search-form .epl-sb-counter-field .in-field {
	padding: 0;
	width: 50px;
	text-align: center;
	height: 1em;
	line-height: 35px;
	grid-area: 1/1/4/2;
}

.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100px;
	grid-area: 1/1/4/2;
	position: relative;
	z-index: 1;
}

.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls > * {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background .2s ease-in-out;
}

.epl-search-form .epl-sb-counter-field .epl-sb-counter-controls > *:hover {
	background: var(--epl-color-secondary);
}

.epl-search-form .epl-sb-minus, .epl-search-form .epl-sb-plus {
	background: #f2f2f2;
	background: #f2f2f2;
	border: 1px solid #ddd;
	border: 1px solid #ddd;
	height: 2em;
	width: 2em;
	border-radius: .3em;
	font-size: 1em;
	font-weight: bold;
}

.epl-search-form input[type=checkbox] {
	-webkit-appearance: none;
}

.epl-search-form input[type=checkbox]:checked.in-field {
	position: relative;
}

.epl-search-form input[type=checkbox]:checked.in-field::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	color: var(--epl-color-secondary);
	text-align: center;
	width: 100%;
	font-family: fontawesome;
}

.epl-search-form .epl-search-btn {
	-webkit-appearance: none;
	pointer-events: auto;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 2em !important;
	min-height: 0;
	width: auto;
	height: auto;
	line-height: 52px;
	background: var(--epl-color-secondary);
	background-color: var(--epl-color-secondary) !important;
	background-size: 36px;
	background-position: center;
	color: var(--epl-color-white) !important;
	border: 1px solid transparent;
	border-style: solid;
	border-radius: 0 !important;
	text-transform: none;
	font-family: var(--epl-font-family-secondary);
	font-size: 1em;
	font-weight: 300;
	transition: all .2s ease-in-out;
	box-shadow: none;
}

.epl-search-form .epl-search-btn:hover {
	background: var(--epl-color-secondary);
	background-color: var(--epl-color-primary);
	background-size: 36px;
	background-position: center;
	color: var(--epl-color-white);
	border-color: var(--epl-color-primary);
	text-decoration: none;
}

.epl-search-form .epl-search-btn:focus {
	background: var(--epl-color-secondary);
	background-color: transparent;
	background-size: 36px;
	background-position: center;
	color: var(--epl-color-white);
	border-color: transparent;
	text-decoration: none;
}

.epl-search-form .epl-search-builder__button--toggle, .epl-search-form .epl-search-builder--clear-button {
	position: relative;
	-webkit-appearance: none;
	pointer-events: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 1em;
	margin: 0 auto 0;
	padding: 0 1em;
	flex-direction: row-reverse;
	justify-content: center;
	min-height: 0;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: var(--epl-color-white);
	color: var(--epl-color-secondary);
	border: 1px solid var(--epl-color-grey-e1);
	border-style: solid;
	border-radius: 0;
	text-transform: none;
	text-decoration: none;
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	font-weight: 400;
	letter-spacing: 0;
}

.epl-search-form .epl-search-builder__button--toggle:hover, .epl-search-form .epl-search-builder__button--toggle:focus, .epl-search-form .epl-search-builder--clear-button:hover, .epl-search-form .epl-search-builder--clear-button:focus {
	background-color: var(--epl-color-white);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-grey-e1);
	outline: none;
}

.epl-search-form .epl-property_address {
	position: relative;
}

.epl-search-form .epl-search-builder__no-suggestion {
	position: absolute;
	left: 0;
	bottom: -2em;
	color: var(--epl-color-primary);
}

.epl-search-form ::placeholder {
	color: var(--epl-color-secondary);
	font-weight: 400;
	font-size: 1em;
	opacity: 1;
}

.epl-search-form :-ms-input-placeholder {
	color: var(--epl-color-secondary);
	font-weight: 400;
	font-size: 1em;
	opacity: 1;
}

.epl-search-form ::-ms-input-placeholder {
	color: var(--epl-color-secondary);
	font-weight: 400;
	font-size: 1em;
	opacity: 1;
}

.ui-autocomplete {
	background: var(--epl-color-grey-e1);
}

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

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

.epl-search-not-found-message {
	margin-top: 3em;
}

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

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

.epl-search-builder__button__icon--magnify-plus, .epl-search-builder__button__icon--magnify-minus {
	border: none;
	border-width: 0;
	display: inline-block;
	padding: 0;
	margin-left: 0;
}

.epl-search-builder__button__icon--magnify-plus::after, .epl-search-builder__button__icon--magnify-minus::after {
	content: "";
	width: 20px;
	display: block;
	height: 20px;
	font-size: 2em;
	font-style: normal;
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/magnify.svg");
}

.epl-search-builder__button__icon--magnify-minus::after {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/magnifying-glass-minus-regular-white.svg");
}

.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper {
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
	background: hsla(0, 0%, 100%, .3);
	color: var(--epl-color-white);
	border-color: transparent;
}

.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current a {
	background: hsla(0, 0%, 100%, .5);
	color: var(--epl-color-white);
	border-color: transparent;
}

.epl-ct-tabbed-search .epl_ui_tab_content {
	background: hsla(0, 0%, 100%, .3);
	padding: .5em;
	box-sizing: border-box;
}

.epl-ct-tabbed-search .epl-ct-tabbed__sell-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.epl-ct-tabbed-search .epl-ct-tabbed__sell-tab span {
	flex: 1;
	display: block;
	width: auto;
	padding: 1em;
	background: var(--epl-color-white);
}

.epl-ct-tabbed-search .completere-home-search-tab {
	padding: 0 0 0 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 700px) {
	.epl-ct-tabbed-search .completere-home-search-tab {
		padding: 0 0 0 1em;
	}
}

.epl-ct-tabbed-search .epl-search-form .epl-search-builder__row__items {
	padding: 0 !important;
}

.epl-ct-tabbed-search .epl-search-form .in-field {
	border-color: transparent;
}

.epl-ct-tabbed-search .epl-search-form .epl-search-builder__button--toggle {
	border-color: transparent;
}

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

.epl-search-popup-section {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.epl-search-popup-section .epl-search-builder__button--toggle i {
	display: none;
}

.epl-search-popup-section .epl-search-row-clear {
	flex: 0 1 auto !important;
}

.epl-search-popup-section .epl-search-builder__section--overlay {
	max-width: 800px;
	padding: 2em 1em 8em;
	margin: auto;
}

.epl-search-popup-section .epl-search-builder__row--header-popup {
	background: var(--epl-color-primary);
	padding: 1em;
}

.epl-search-popup-section .epl-search-builder__row--header-popup .epl-search-builder__row__items {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-search-builder__row--popup {
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-search-builder__row--popup:last-child {
	margin-bottom: 4em;
	background: red;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-search-builder__item {
	flex: 1;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_tab_post_type .epl-field-row label {
	font-size: 1em;
	padding: .6em 3em;
	background: var(--epl-color-white);
	border: 1px solid #ccc;
}

@media screen and (max-width: 600px) {
	.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_tab_post_type .epl-field-row label {
		padding: .6em 1em;
	}
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_tab_post_type .epl-field-row :checked + label {
	border-color: var(--epl-color-primary);
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_tab_post_type .field {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_segment label {
	font-size: 1.2em;
	padding: 0 3em;
	background: var(--epl-color-white);
	border: 1px solid #ccc;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_segment :checked + label {
	border-color: var(--epl-color-primary);
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_bedrooms .field, .epl-search-popup-section .epl-search-builder__section--overlay .epl-property_bathrooms .field, .epl-search-popup-section .epl-search-builder__section--overlay .epl-property_carport .field {
	display: flex;
}

.epl-search-popup-section .epl-search-builder__section--overlay .epl-property_bedrooms .epl-search-radio-label, .epl-search-popup-section .epl-search-builder__section--overlay .epl-property_bathrooms .epl-search-radio-label, .epl-search-popup-section .epl-search-builder__section--overlay .epl-property_carport .epl-search-radio-label {
	font-size: 1em;
	text-align: center;
	margin: 0 .2em;
	flex: 1;
	background: var(--epl-color-white);
}

.epl-search-popup-section .epl-search-builder__row--mode .field {
	display: flex;
}

.epl-search-popup-section .epl-search-builder__row--mode .field > * {
	flex: 1;
}

.epl-search-popup-section .epl-search-builder__row--price .epl-search-builder__row__items {
	flex-direction: row;
}

.epl-search-popup-section .epl-search-builder__row--price .epl-search-builder__item {
	width: auto;
	flex: 1;
}

.epl-search-popup-section .epl-search-builder__row--footer-popup {
	padding: 1em;
	background-color: var(--epl-color-tertiary);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.epl-search-popup-section .epl-property_tab_post_type .epl-search-label, .epl-search-popup-section .epl-property_segment .epl-search-label {
	display: none;
}

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

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

.epl-search-not-found-title .entry-title {
	text-align: center;
	font-size: 2.6em;
	font-family: var(--epl-font-family-secondary);
	color: var(--epl-color-secondary);
}

.epl-search-not-found-message {
	margin: 0 0 14em;
}

.epl-search-not-found-message p {
	text-align: center;
	font-size: 1em;
	font-family: var(--epl-font-family-secondary);
	color: var(--epl-color-white);
}

.epl-search-not-found-message p a {
	color: var(--epl-color-accent);
	text-decoration: underline;
}

.epl-search-not-found-message p a:hover {
	color: var(--epl-color-white);
	text-decoration: none;
}

.epl-loop-tool .nice-select {
	display: flex;
	align-items: center;
	gap: .5em;
	margin: 0;
	padding: 0 1.2em 0 1em;
	background-color: var(--epl-color-white);
	border-radius: 0;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: solid;
	color: var(--epl-color-secondary);
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	font-weight: 300;
	height: 52px;
	line-height: 52px;
	text-transform: none;
}

.epl-loop-tool .nice-select::before--off {
	content: "";
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-filter.svg") no-repeat;
	background-position: center;
	height: 18px;
	width: 18px;
}

.epl-loop-tool .nice-select::before--off.nitro-lazy {
	background: none !important;
}

.epl-loop-tool .nice-select::after {
	content: "";
	display: none;
	pointer-events: none;
	position: initial;
	border-top: initial;
	border-bottom: 2px solid var(--epl-color-secondary);
	border-right: 2px solid var(--epl-color-secondary);
	border-left: initial;
	height: 8px;
	width: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s;
}

.epl-loop-tool .nice-select.open::after {
	right: 1em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.epl-loop-tool .nice-select .list {
	padding: 0 !important;
	max-height: 260px;
	overflow: scroll;
}

.epl-search-form .nice-select .list {
	padding: 0 !important;
	max-height: 290px;
	overflow: scroll;
}

.epl-search-form .nice-select .list, .epl-loop-tool .nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px var(--epl-color-primary);
	box-sizing: border-box;
	margin-top: 4px;
}

.epl-search-form .nice-select .list:hover .option:not(:hover), .epl-loop-tool .nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.epl-search-form .nice-select .option, .epl-loop-tool .nice-select .option {
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	padding-left: 18px;
	padding-right: 29px;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: var(--epl-color-primary);
}

.epl-search-form .nice-select .option.focus, .epl-loop-tool .nice-select .option.focus {
	background-color: var(--epl-color-secondary);
	color: var(--epl-color-primary);
}

.epl-search-form .nice-select .option:hover, .epl-loop-tool .nice-select .option:hover {
	background-color: var(--epl-color-secondary);
	color: var(--epl-color-white);
}

.epl-search-form .nice-select .option.selected.focus, .epl-loop-tool .nice-select .option.selected.focus {
	background-color: var(--epl-color-grey-e1);
	color: var(--epl-color-primary);
}

.epl-search-form .nice-select .option.focus:hover, .epl-loop-tool .nice-select .option.focus:hover {
	background-color: var(--epl-color-secondary);
	color: var(--epl-color-white);
}

.epl-search-form .nice-select .option.selected, .epl-loop-tool .nice-select .option.selected {
	font-weight: 700;
}

.epl-search-form .nice-select .option.disabled, .epl-loop-tool .nice-select .option.disabled {
	background-color: transparent;
	color: var(--epl-color-primary);
	cursor: default;
}

@media screen and (max-width: 660px) {
	.epl-tool-switch__label {
		display: none !important;
	}
}

/*********************************************
	Search - Range Slider
*********************************************/
.epl-lf-range-slider {
	display: flex !important;
	margin: 0 0 1em;
	padding: 0;
	flex-direction: column-reverse;
	gap: .5em;
	width: auto;
	flex-grow: 1;
}

.epl-lf-range-slider .epl-search-label {
	display: block !important;
	margin: 0;
	padding: 0;
	visibility: hidden;
	min-width: 200px;
}

.epl-lf-range-slider .epl-search-label .epl-lf-label-txt {
	visibility: visible;
	display: block;
	color: var(--epl-color-primary);
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
}

.epl-lf-range-slider .field {
	margin: 0em 0 0;
	padding: 0 15px;
	position: relative;
	order: -2;
}

.epl-lf-range-slider .ui-slider {
	margin: 4px 0 0;
	padding: 4px;
	background: var(--epl-color-secondary);
	color: var(--epl-color-secondary);
	box-shadow: -12px 0 0 0 var(--epl-color-secondary), 15px 0 0 0 var(--epl-color-secondary);
	border-radius: 3em;
	border: none;
}

.epl-lf-range-slider .ui-slider-range {
	background: var(--epl-color-primary);
	height: 8px;
}

.epl-lf-range-slider .ui-slider-handle {
	width: 26px;
	height: 26px;
	margin-left: -.7em;
	top: -9px;
	border: .07em solid var(--epl-color-primary);
	background: var(--epl-color-white) !important;
	border-radius: 3em;
	clip-path: initial;
}

.epl-lf-range-slider .ui-slider-handle:last-child {
	transform: initial;
	margin-left: -.3em;
}

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

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

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

a.epl-button, .epl-button, .epl-map-btn, button.epl-button, .epl-link--comparables, body input[type=submit].epl-button, body input[type=button].epl-button {
	display: inline-block;
	margin: 0;
	padding: 1em 1.5em;
	background: var(--epl-color-secondary);
	border-radius: 0;
	border: 1px solid var(--epl-color-secondary);
	border-color: var(--epl-color-secondary);
	border-style: solid;
	box-shadow: none;
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	line-height: 1.255;
	white-space: initial;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a.epl-button:hover, .epl-button:hover, .epl-map-btn:hover, button.epl-button:hover, .epl-link--comparables:hover, body input[type=submit].epl-button:hover, body input[type=button].epl-button:hover {
	background: var(--epl-color-tertiary);
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-tertiary);
	border-style: solid;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
}

a.epl-button:focus, .epl-button:focus, .epl-map-btn:focus, button.epl-button:focus, .epl-link--comparables:focus, body input[type=submit].epl-button:focus, body input[type=button].epl-button:focus {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	border: 1px solid var(--epl-color-grey-e7);
	border-style: solid;
	border-radius: 0;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
	outline: none !important;
}

a.epl-button.epl-button--on-dark, .epl-button.epl-button--on-dark, .epl-map-btn.epl-button--on-dark, button.epl-button.epl-button--on-dark, .epl-link--comparables.epl-button--on-dark, body input[type=submit].epl-button.epl-button--on-dark, body input[type=button].epl-button.epl-button--on-dark {
	background: var(--epl-color-white);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-white);
}

a.epl-button.epl-button--on-dark:hover, .epl-button.epl-button--on-dark:hover, .epl-map-btn.epl-button--on-dark:hover, button.epl-button.epl-button--on-dark:hover, .epl-link--comparables.epl-button--on-dark:hover, body input[type=submit].epl-button.epl-button--on-dark:hover, body input[type=button].epl-button.epl-button--on-dark:hover {
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
	border-color: var(--epl-color-secondary);
}

a.epl-button.epl-button--on-dark:focus, .epl-button.epl-button--on-dark:focus, .epl-map-btn.epl-button--on-dark:focus, button.epl-button.epl-button--on-dark:focus, .epl-link--comparables.epl-button--on-dark:focus, body input[type=submit].epl-button.epl-button--on-dark:focus, body input[type=button].epl-button.epl-button--on-dark:focus {
	background: var(--epl-color-grey-e7);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-grey-e7);
}

a.epl-button--outline, .epl-button--outline, .epl-map-btn--outline, button.epl-button--outline, .epl-link--comparables--outline, body input[type=submit].epl-button--outline, body input[type=button].epl-button--outline {
	background: transparent;
	color: var(--epl-color-secondary);
	border-color: var(--epl-color-secondary);
	border-style: solid;
}

a.epl-button--outline:hover, .epl-button--outline:hover, .epl-map-btn--outline:hover, button.epl-button--outline:hover, .epl-link--comparables--outline:hover, body input[type=submit].epl-button--outline:hover, body input[type=button].epl-button--outline:hover {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	border: 1px solid var(--epl-color-secondary);
	border-color: var(--epl-color-primary);
	border-style: solid;
}

a.epl-button--outline:focus, .epl-button--outline:focus, .epl-map-btn--outline:focus, button.epl-button--outline:focus, .epl-link--comparables--outline:focus, body input[type=submit].epl-button--outline:focus, body input[type=button].epl-button--outline:focus {
	background: var(--epl-color-grey-e7);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-grey-e7);
	border-style: solid;
}

a.epl-button--alternate, .epl-button--alternate, .epl-map-btn--alternate, button.epl-button--alternate, .epl-link--comparables--alternate, body input[type=submit].epl-button--alternate, body input[type=button].epl-button--alternate {
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
	border-color: var(--epl-color-primary);
}

a.epl-button--alternate:hover, .epl-button--alternate:hover, .epl-map-btn--alternate:hover, button.epl-button--alternate:hover, .epl-link--comparables--alternate:hover, body input[type=submit].epl-button--alternate:hover, body input[type=button].epl-button--alternate:hover {
	background: var(--epl-color-accent);
	color: var(--epl-color-white);
	border-color: var(--epl-color-accent);
}

a.epl-button--alternate:focus, .epl-button--alternate:focus, .epl-map-btn--alternate:focus, button.epl-button--alternate:focus, .epl-link--comparables--alternate:focus, body input[type=submit].epl-button--alternate:focus, body input[type=button].epl-button--alternate:focus {
	background: var(--epl-color-grey-e7);
	border-color: var(--epl-color-grey-e7);
	color: var(--epl-color-primary);
}

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

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

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

.epl-button--share, a.epl-button--share, button.epl-button--share {
	display: flex;
	align-items: center;
}

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

.epl-button-tool:hover {
	background: var(--epl-color-secondary);
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-primary);
	border-style: none;
	border-radius: 10px;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
}

.epl-button-tool:focus {
	background: var(--epl-color-secondary);
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-grey-e7);
	border-style: none;
	border-radius: 10px;
	box-shadow: none;
	text-transform: none;
	text-decoration: none;
	outline: none !important;
}

/*********************************************
	Buttons Icons
*********************************************/
.epl-pro-button-loader--icons .epl-button-wrapper, .epl-rec-buttons--icons .epl-button-wrapper {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: initial;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0;
}

.epl-pro-button-loader--icons .epl-button, .epl-rec-buttons--icons .epl-button {
	width: auto;
}

.epl-pro-button-loader--icons .epl-button.button-br, .epl-pro-button-loader--icons .epl-button.epl-floor-plan, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan, .epl-pro-button-loader--icons .epl-button.epl-button-street-view, .epl-pro-button-loader--icons .epl-button.epl-comparable-button, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url, .epl-pro-button-loader--icons .epl-button.epl-button--icon, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry, .epl-pro-button-loader--icons .epl-button.epl-button--contact, .epl-pro-button-loader--icons .epl-button.epl-button--brochure, .epl-pro-button-loader--icons .epl-button.epl-external-link, .epl-pro-button-loader--icons .epl-button.epl-button-matterport, .epl-rec-buttons--icons .epl-button.button-br, .epl-rec-buttons--icons .epl-button.epl-floor-plan, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan, .epl-rec-buttons--icons .epl-button.epl-button-street-view, .epl-rec-buttons--icons .epl-button.epl-comparable-button, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url, .epl-rec-buttons--icons .epl-button.epl-button--icon, .epl-rec-buttons--icons .epl-button.epl-button--enquiry, .epl-rec-buttons--icons .epl-button.epl-button--contact, .epl-rec-buttons--icons .epl-button.epl-button--brochure, .epl-rec-buttons--icons .epl-button.epl-external-link, .epl-rec-buttons--icons .epl-button.epl-button-matterport {
	margin: 0 -1px 0 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5em;
	background: var(--epl-color-white);
	border-color: var(--epl-color-grey-91);
	border-style: none;
	border-radius: 0;
	color: var(--epl-color-primary);
	pointer-events: all;
	cursor: pointer;
	text-transform: none;
}

.epl-pro-button-loader--icons .epl-button.button-br:hover, .epl-pro-button-loader--icons .epl-button.button-br:focus, .epl-pro-button-loader--icons .epl-button.epl-floor-plan:hover, .epl-pro-button-loader--icons .epl-button.epl-floor-plan:focus, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan:hover, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan:focus, .epl-pro-button-loader--icons .epl-button.epl-button-street-view:hover, .epl-pro-button-loader--icons .epl-button.epl-button-street-view:focus, .epl-pro-button-loader--icons .epl-button.epl-comparable-button:hover, .epl-pro-button-loader--icons .epl-button.epl-comparable-button:focus, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan:hover, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan:focus, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url:hover, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url:focus, .epl-pro-button-loader--icons .epl-button.epl-button--icon:hover, .epl-pro-button-loader--icons .epl-button.epl-button--icon:focus, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry:hover, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry:focus, .epl-pro-button-loader--icons .epl-button.epl-button--contact:hover, .epl-pro-button-loader--icons .epl-button.epl-button--contact:focus, .epl-pro-button-loader--icons .epl-button.epl-button--brochure:hover, .epl-pro-button-loader--icons .epl-button.epl-button--brochure:focus, .epl-pro-button-loader--icons .epl-button.epl-external-link:hover, .epl-pro-button-loader--icons .epl-button.epl-external-link:focus, .epl-pro-button-loader--icons .epl-button.epl-button-matterport:hover, .epl-pro-button-loader--icons .epl-button.epl-button-matterport:focus, .epl-rec-buttons--icons .epl-button.button-br:hover, .epl-rec-buttons--icons .epl-button.button-br:focus, .epl-rec-buttons--icons .epl-button.epl-floor-plan:hover, .epl-rec-buttons--icons .epl-button.epl-floor-plan:focus, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan:hover, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan:focus, .epl-rec-buttons--icons .epl-button.epl-button-street-view:hover, .epl-rec-buttons--icons .epl-button.epl-button-street-view:focus, .epl-rec-buttons--icons .epl-button.epl-comparable-button:hover, .epl-rec-buttons--icons .epl-button.epl-comparable-button:focus, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan:hover, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan:focus, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url:hover, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url:focus, .epl-rec-buttons--icons .epl-button.epl-button--icon:hover, .epl-rec-buttons--icons .epl-button.epl-button--icon:focus, .epl-rec-buttons--icons .epl-button.epl-button--enquiry:hover, .epl-rec-buttons--icons .epl-button.epl-button--enquiry:focus, .epl-rec-buttons--icons .epl-button.epl-button--contact:hover, .epl-rec-buttons--icons .epl-button.epl-button--contact:focus, .epl-rec-buttons--icons .epl-button.epl-button--brochure:hover, .epl-rec-buttons--icons .epl-button.epl-button--brochure:focus, .epl-rec-buttons--icons .epl-button.epl-external-link:hover, .epl-rec-buttons--icons .epl-button.epl-external-link:focus, .epl-rec-buttons--icons .epl-button.epl-button-matterport:hover, .epl-rec-buttons--icons .epl-button.epl-button-matterport:focus {
	color: var(--epl-color-primary);
	background: var(--epl-color-white);
	border-radius: 0;
}

.epl-pro-button-loader--icons .epl-button.button-br::before, .epl-pro-button-loader--icons .epl-button.epl-floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button-street-view::before, .epl-pro-button-loader--icons .epl-button.epl-comparable-button::before, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan::before, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::before, .epl-pro-button-loader--icons .epl-button.epl-button--icon::before, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact::before, .epl-pro-button-loader--icons .epl-button.epl-button--brochure::before, .epl-pro-button-loader--icons .epl-button.epl-external-link::before, .epl-pro-button-loader--icons .epl-button.epl-button-matterport::before, .epl-rec-buttons--icons .epl-button.button-br::before, .epl-rec-buttons--icons .epl-button.epl-floor-plan::before, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan::before, .epl-rec-buttons--icons .epl-button.epl-button-street-view::before, .epl-rec-buttons--icons .epl-button.epl-comparable-button::before, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan::before, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::before, .epl-rec-buttons--icons .epl-button.epl-button--icon::before, .epl-rec-buttons--icons .epl-button.epl-button--enquiry::before, .epl-rec-buttons--icons .epl-button.epl-button--contact::before, .epl-rec-buttons--icons .epl-button.epl-button--brochure::before, .epl-rec-buttons--icons .epl-button.epl-external-link::before, .epl-rec-buttons--icons .epl-button.epl-button-matterport::before {
	text-align: center;
	content: "";
	width: 38px;
	height: 38px;
	padding: 0;
	margin-right: 0;
	box-sizing: border-box;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/plan.svg");
	background-repeat: no-repeat;
	background-size: 38px 38px;
	background-position: center;
	display: block;
	line-height: 38px;
	background-color: transparent;
	border-radius: 0;
}

.epl-pro-button-loader--icons .epl-button.button-br::after--off, .epl-pro-button-loader--icons .epl-button.epl-floor-plan::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::after--off, .epl-pro-button-loader--icons .epl-button.epl-button-street-view::after--off, .epl-pro-button-loader--icons .epl-button.epl-comparable-button::after--off, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan::after--off, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--icon::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--contact::after--off, .epl-pro-button-loader--icons .epl-button.epl-button--brochure::after--off, .epl-pro-button-loader--icons .epl-button.epl-external-link::after--off, .epl-pro-button-loader--icons .epl-button.epl-button-matterport::after--off, .epl-rec-buttons--icons .epl-button.button-br::after--off, .epl-rec-buttons--icons .epl-button.epl-floor-plan::after--off, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan::after--off, .epl-rec-buttons--icons .epl-button.epl-button-street-view::after--off, .epl-rec-buttons--icons .epl-button.epl-comparable-button::after--off, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan::after--off, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::after--off, .epl-rec-buttons--icons .epl-button.epl-button--icon::after--off, .epl-rec-buttons--icons .epl-button.epl-button--enquiry::after--off, .epl-rec-buttons--icons .epl-button.epl-button--contact::after--off, .epl-rec-buttons--icons .epl-button.epl-button--brochure::after--off, .epl-rec-buttons--icons .epl-button.epl-external-link::after--off, .epl-rec-buttons--icons .epl-button.epl-button-matterport::after--off {
	text-align: center;
	content: "";
	width: 7px;
	height: 12px;
	padding: 0;
	margin-left: auto;
	box-sizing: border-box;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-caret-right.svg");
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position: center;
	display: block;
	line-height: 12px;
	background-color: transparent;
	border-radius: 0;
}

.epl-pro-button-loader--icons .epl-button.button-br::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-floor-plan::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button-street-view::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-comparable-button::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_floorplan::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button--icon::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button--enquiry::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button--contact::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button--brochure::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-external-link::after--off.nitro-lazy, .epl-pro-button-loader--icons .epl-button.epl-button-matterport::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.button-br::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-floor-plan::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button-street-view::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-comparable-button::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_floorplan::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button--icon::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button--enquiry::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button--contact::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button--brochure::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-external-link::after--off.nitro-lazy, .epl-rec-buttons--icons .epl-button.epl-button-matterport::after--off.nitro-lazy {
	background-image: none !important;
}

.epl-pro-button-loader--icons .epl-button.epl-floor-plan::before, .epl-pro-button-loader--icons .epl-button.epl-button--floor-plan::before, .epl-rec-buttons--icons .epl-button.epl-floor-plan::before, .epl-rec-buttons--icons .epl-button.epl-button--floor-plan::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-floor-plan.svg");
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/plan.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-external-link::before, .epl-rec-buttons--icons .epl-button.epl-external-link::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/vr-cardboard-solid.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--enquiry::before, .epl-pro-button-loader--icons .epl-button.epl-button--contact::before, .epl-rec-buttons--icons .epl-button.epl-button--enquiry::before, .epl-rec-buttons--icons .epl-button.epl-button--contact::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-contact.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button-matterport::before, .epl-rec-buttons--icons .epl-button.epl-button-matterport::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/vr-cardboard-solid.svg");
}

.epl-pro-button-loader--icons .epl-button.button-br::before, .epl-rec-buttons--icons .epl-button.button-br::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/map-light.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--map::before, .epl-rec-buttons--icons .epl-button.epl-button--map::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/location.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--broker::before, .epl-rec-buttons--icons .epl-button.epl-button--broker::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/memo-circle-check-light.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--video::before, .epl-rec-buttons--icons .epl-button.epl-button--video::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/play.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--street-view::before, .epl-rec-buttons--icons .epl-button.epl-button--street-view::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/street-view-solid.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--gallery::before, .epl-rec-buttons--icons .epl-button.epl-button--gallery::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/gallery.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-comparable-button::before, .epl-rec-buttons--icons .epl-button.epl-comparable-button::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/file-solid.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-custom-button-property_video_url::before, .epl-rec-buttons--icons .epl-button.epl-custom-button-property_video_url::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/play.svg");
}

.epl-pro-button-loader--icons .epl-button.epl-button--brochure::before, .epl-rec-buttons--icons .epl-button.epl-button--brochure::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-brochure.svg");
}

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

.epl-loop-tool {
	font-family: var(--epl-font-family-primary);
}

.epl-loop-tool ul {
	margin: 0;
	padding: 0;
}

/*********************************************
	Counter
*********************************************/
.epl-tool-results-counter .epl-tool-results-count__total {
	font-size: 1em;
	font-weight: normal;
}

.epl-tool-results-counter {
	text-transform: none;
}

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

.epl-tool-switch li.epl-tool-switch__item {
	padding: 0 1em 0;
	border: 1px solid var(--epl-color-grey-e1);
	border-radius: 3px;
	background: var(--epl-color-white);
	background-image: none;
	height: 40px;
	float: left;
	list-style: none !important;
	opacity: 1;
}

.epl-tool-switch li.epl-tool-switch__item.nitro-lazy {
	background-image: none !important;
}

.epl-tool-switch .epl-tool-switch__item {
	display: flex;
	align-items: center;
	gap: .5em;
}

.epl-tool-switch .epl-tool-switch__item .epl-tool-switch__icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/switch.svg");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: 33px 31px;
	top: -1px;
	position: relative;
	opacity: .5;
}

.epl-tool-switch .epl-tool-switch__item .epl-tool-switch__icon.nitro-lazy {
	background-image: none !important;
}

.epl-tool-switch li.view-list .epl-tool-switch__icon {
	background-position: -15px -14px;
}

.epl-tool-switch li.view-grid {
	margin: 0;
}

.epl-tool-switch li.view-grid .epl-tool-switch__icon {
	background-position: 2px -14px;
}

.epl-tool-switch .epl-tool-switch__label {
	line-height: 1;
}

.epl-tool-switch .epl-current-view .epl-tool-switch__label {
	display: inline-block;
	color: var(--epl-color-secondary);
}

.epl-tool-switch .epl-current-view .epl-tool-switch__icon {
	opacity: 1;
}

.epl-tool-map ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: .3em;
	list-style: none;
}

.epl-tool-map .epl-tool-switch__item {
	list-style: none;
}

.epl-tool-map .epl-tool-switch__item a {
	list-style: none;
	padding: 0 3em;
	border: 2px solid var(--epl-color-primary);
	border-radius: 0;
	font-size: .9em;
	letter-spacing: .1em;
	height: 52px;
	line-height: 52px;
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	background-image: none;
	text-transform: uppercase;
}

.epl-tool-map .epl-tool-switch__item a.nitro-lazy {
	background-image: none !important;
}

.epl-tool-map .epl-tool-switch__item__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: .2em;
	color: var(--epl-color-primary);
	font-weight: 500;
}

.epl-tool-map .epl-tool-switch__label {
	padding: 0 0;
}

.epl-tool-map .epl-icon {
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
}

/*********************************************
	Sorter
*********************************************/
.epl-tool-sorting {
	margin: 0;
	padding: 0;
}

.epl-tool-sorting .epl-sort-listings:not(.nice-select) {
	-webkit-appearance: none;
	margin: 0;
	padding: 0 3em 0 1em;
	background: white url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/select-arrow.svg") no-repeat right;
	background-size: 1.5em;
	box-shadow: none;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: solid;
	border-radius: 0;
	height: 29px;
	line-height: 29px;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	text-transform: none;
}

.epl-tool-sorting .epl-sort-listings:not(.nice-select).nitro-lazy {
	background: none !important;
}

.epl-tool-sorting .epl-sort-listings:not(.nice-select) span {
	text-transform: none;
}

.epl-tool-sorting .epl-sort-listings:not(.nice-select) .list {
	right: 0;
	left: initial;
}

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

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

.epl-button-icon--favs {
	position: relative;
	top: initial;
	right: 0;
	bottom: 0;
	padding: 0;
	background-color: var(--epl-color-white);
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	z-index: 10;
}

.epl-button-icon--favs:hover, .epl-button-icon--favs:focus {
	border: none;
	background-color: var(--epl-color-white);
	color: var(--epl-color-white);
}

.epl-button-icon--favs .epl-fav-icon-font::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fav-wh.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.epl-button-icon--favs.epl-fav-active .epl-fav-icon-font::before {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fav-solid.svg");
}

.rec-documents-wrapper .rec-documents {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rec-documents-wrapper .rec-document a {
	color: var(--epl-color-primary);
}

.rec-documents-wrapper .rec-document a:hover {
	color: var(--epl-color-secondary);
	font-weight: 500;
}

/*********************************************
	Similar
*********************************************/
.rec-similar-listings {
	max-width: 100%;
	margin: 0 auto;
}

.rec-similar-listings .entry-title {
	text-align: center;
	margin-bottom: 1em;
}

/*****************************
        Gravity Forms
****************************/
.gform_wrapper.gravity-theme form .gform_fields {
	grid-column-gap: 3.5%;
	grid-row-gap: 1.2em;
}

.gform_wrapper.gravity-theme form .gsection {
	border: none;
	padding: 2em 0 0;
}

.gform_wrapper.gravity-theme form .gsection_title {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 600;
	line-height: 1.3;
}

.gform_wrapper.gravity-theme form .gfield_label {
	margin-bottom: .3em;
	padding: 0;
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 800;
	color: var(--epl-color-primary);
	border-bottom: none;
}

.gform_wrapper.gravity-theme form .field_description_above .gfield_description {
	padding-top: .3em;
	padding-bottom: .3em;
}

.gform_wrapper.gravity-theme form .gfield_required .gfield_required_text {
	color: red;
	font-style: normal;
	font-size: 1em;
}

.gform_wrapper.gravity-theme form input[type=color], .gform_wrapper.gravity-theme form input[type=date], .gform_wrapper.gravity-theme form input[type=datetime-local], .gform_wrapper.gravity-theme form input[type=datetime], .gform_wrapper.gravity-theme form input[type=email], .gform_wrapper.gravity-theme form input[type=month], .gform_wrapper.gravity-theme form input[type=number], .gform_wrapper.gravity-theme form input[type=password], .gform_wrapper.gravity-theme form input[type=search], .gform_wrapper.gravity-theme form input[type=tel], .gform_wrapper.gravity-theme form input[type=text], .gform_wrapper.gravity-theme form input[type=time], .gform_wrapper.gravity-theme form input[type=url], .gform_wrapper.gravity-theme form input[type=week], .gform_wrapper.gravity-theme form select, .gform_wrapper.gravity-theme form textarea {
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
	padding: .8em .8em;
	border: 1px solid var(--epl-color-primary);
	border-radius: 0;
	color: var(--epl-color-primary);
	background: var(--epl-color-white);
	font-size: 1em;
}

.gform_wrapper.gravity-theme form input[type=color]:focus, .gform_wrapper.gravity-theme form input[type=date]:focus, .gform_wrapper.gravity-theme form input[type=datetime-local]:focus, .gform_wrapper.gravity-theme form input[type=datetime]:focus, .gform_wrapper.gravity-theme form input[type=email]:focus, .gform_wrapper.gravity-theme form input[type=month]:focus, .gform_wrapper.gravity-theme form input[type=number]:focus, .gform_wrapper.gravity-theme form input[type=password]:focus, .gform_wrapper.gravity-theme form input[type=search]:focus, .gform_wrapper.gravity-theme form input[type=tel]:focus, .gform_wrapper.gravity-theme form input[type=text]:focus, .gform_wrapper.gravity-theme form input[type=time]:focus, .gform_wrapper.gravity-theme form input[type=url]:focus, .gform_wrapper.gravity-theme form input[type=week]:focus, .gform_wrapper.gravity-theme form select:focus, .gform_wrapper.gravity-theme form textarea:focus {
	border: 1px solid var(--epl-color-secondary);
}

.gform_wrapper.gravity-theme form .gf_readonly input[type=date], .gform_wrapper.gravity-theme form .gf_readonly input[type=datetime-local], .gform_wrapper.gravity-theme form .gf_readonly input[type=datetime], .gform_wrapper.gravity-theme form .gf_readonly input[type=email], .gform_wrapper.gravity-theme form .gf_readonly input[type=month], .gform_wrapper.gravity-theme form .gf_readonly input[type=number], .gform_wrapper.gravity-theme form .gf_readonly input[type=password], .gform_wrapper.gravity-theme form .gf_readonly input[type=search], .gform_wrapper.gravity-theme form .gf_readonly input[type=tel], .gform_wrapper.gravity-theme form .gf_readonly input[type=text], .gform_wrapper.gravity-theme form .gf_readonly input[type=time], .gform_wrapper.gravity-theme form .gf_readonly input[type=url], .gform_wrapper.gravity-theme form .gf_readonly input[type=week], .gform_wrapper.gravity-theme form .gf_readonly select, .gform_wrapper.gravity-theme form .gf_readonly textarea {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	background: var(--epl-color-grey-df);
}

.gform_wrapper.gravity-theme form .gfield textarea.medium {
	height: 155px;
}

.gform_wrapper.gravity-theme form .gchoice label {
	font-weight: 400;
}

.gform_wrapper.gravity-theme form .gform_footer {
	margin: 1em 0 0;
	padding: 16px 0;
}

.gform_wrapper.gravity-theme form input[type=submit] {
	display: block;
	padding: 1em 1.2em;
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	font-size: 1em;
	font-weight: 300;
	border: none;
	border-radius: 0 !important;
	text-transform: uppercase !important;
}

.gform_wrapper.gravity-theme form input[type=submit]:hover {
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
}

.gform_wrapper.gravity-theme form .gfield_select {
	display: block !important;
}

.gform_wrapper.gravity-theme form .ui-selectmenu-button {
	display: none;
}

@media screen and (min-width: 641px) {
	.gform_wrapper.gravity-theme form .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme form .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 2.5%;
	}
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons {
	margin: 2em 0;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_label {
	margin: 0 0 .5em;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.6em;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio .gchoice {
	float: left;
	margin: 0 5px 5px 0;
	width: 245px;
	height: 40px;
	line-height: 29px;
	position: relative;
	text-align: center;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label, .gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--epl-color-white);
	color: var(--epl-color-tertiary);
	text-transform: uppercase;
	font-weight: 700 !important;
	max-width: 100% !important;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input[type=radio] {
	opacity: .01;
	z-index: 100;
	font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio input[type=radio]:checked + label, .gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio .Checked + label {
	background: var(--epl-color-white);
	color: var(--epl-color-primary);
	font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label {
	padding: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 90;
	font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .rec-form-radio-buttons .gfield_radio label:hover {
	background: #ddd;
}

/*********************************************
	Photoswipe
*********************************************/

/*********************************************
	WordPress Gallery
*********************************************/
.epl-gallery .gallery {
	display: grid;
	gap: 2em;
	grid-template-columns: 1fr 1fr;
}

.epl-gallery .gallery-caption, .epl-gallery .gallery-item a {
	width: 100%;
}

.epl-gallery.gallery-columns-4 > * {
	flex-basis: 25%;
	margin: 0;
	padding: 0;
}

.epl-gallery .gallery-item img, .epl-gallery .gallery-item a {
	display: block;
}

.epl-gallery .gallery-item img {
	width: 100%;
	object-fit: cover;
}

.epl-gallery #gallery-1 .gallery-item {
	margin: 0 0 30px;
	padding: 0;
	float: left;
	width: calc(33.333% - 50px);
}

@media screen and (max-width: 700px) {
	.epl-gallery #gallery-1 .gallery-item {
		width: calc(100% - 10px);
	}
}

.epl-gallery #gallery-1 img {
	display: block;
	padding: 0;
	border: none !important;
	border-radius: 0;
}

.epl-gallery dt {
	margin-bottom: 0;
}

.epl-gallery br {
	display: none;
}

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

.rec-accordion-faq {
	width: 100%;
	margin: 2% auto;
}

.rec-accordion-faq .epl_ui_accordion_menu {
	position: relative;
	background: var(--epl-color-tint);
	margin: 0;
	padding: 1.5rem 0;
	font-family: var(--epl-font-family-primary);
	font-size: 1.4em;
	border-bottom: 1px solid var(--epl-color-grey-b1);
}

.rec-accordion-faq .epl_ui_accordion_menu::before {
	content: "";
	color: var(--epl-color-secondary);
	position: absolute;
	top: 0%;
	right: 0;
	width: 50px;
	height: 50px;
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/select-arrow.svg") no-repeat;
	background-size: 150%;
	background-position: -5px 0;
}

.rec-accordion-faq .epl_ui_accordion_menu_current {
	background: var(--epl-color-tint);
	border-bottom: none;
	color: inherit;
	margin-bottom: 0;
}

.rec-accordion-faq .epl_ui_accordion_menu_current::before {
	transform: rotate(180deg);
	background-position: -20px 20px;
}

.rec-accordion-faq .epl_ui_accordion_content {
	padding: 1rem 0 0;
	border-bottom: 1px solid var(--epl-color-grey-b1);
}

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

@media screen and (max-width: 600px) {
	.epl-section-wrap--gallery .epl-section {
		padding-inline: 0;
	}
}

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

.epl-section-wrap--gallery-small .rec-gallery {
	display: flex;
	gap: 6em;
}

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

@media screen and (max-width: 770px) {
	.epl-section-wrap--gallery-small .rec-gallery {
		flex-wrap: wrap;
	}
}

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

ul.epl-property-features {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
}

ul.epl-property-features li {
	margin: 0;
	padding: 0;
}

ul.epl-property-features li::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/check-solid.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}

ul.epl-property-features li::marker {
	display: initial;
	font-size: 1.2em;
	color: var(--epl-color-accent);
}

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

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

@media screen and (min-width: 600px) {
	.epl-modal {
		padding: 0;
	}
}

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

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

.epl-modal__title .item-state, .epl-modal__title .item-pcode {
	display: none;
}

.epl-modal__address {
	color: var(--epl-color-secondary);
}

.epl-modal__address .entry-title-sub {
	font-weight: inherit !important;
}

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

.epl-modal__close__button {
	display: block;
	margin: 0;
	padding: 0;
	color: var(--epl-color-white);
	text-align: center;
	font-family: var(--epl-font-family-primary);
	font-weight: 600;
	font-size: 1em;
	line-height: 20px;
}

.epl-modal__close__button .epl-label {
	text-transform: uppercase;
	letter-spacing: .2em;
}

.epl-modal__close__button .epl-icon {
	margin: 0 0 0 .5em;
	width: 20px;
	height: 20px;
	background: transparent url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/xmark-solid.svg") no-repeat;
	background-position: center;
	border-radius: 0;
	vertical-align: middle;
}

.epl-modal__close__button .epl-icon.nitro-lazy {
	background: none !important;
}

.epl-modal__close__button:hover {
	background-color: transparent;
	color: var(--epl-color-white);
}

.epl-modal__featured-image {
	margin: 0;
	padding: 0;
}

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

.epl-modal__content {
	margin: 0;
	padding: 2em 2em;
}

.epl-modal__content .gform_heading {
	margin-bottom: 1em;
	line-height: 1.45;
}

.epl-modal__content .gform_description {
	font-size: .85em;
	letter-spacing: .05em;
}

.epl-modal-header-item {
	padding: 1em 2em;
}

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

/*********************************************
	Slider
*********************************************/
.epl-slider-single-wrapper .epl-slider-thumb-container .c {
	background: rgba(255, 255, 255, .5);
}

.epl-slider-single-wrapper .epl-slider-thumb-container .pav .c {
	background: rgba(255, 255, 255, 0);
}

.epl-slider-single-wrapper .epl-slider-thumb-container .p.pdn .c {
	border: none;
}

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

.epl-read-more-link-wrap {
	margin: 1em 0 2em;
}

.epl-read-more-link-wrap .epl-read-more-link {
	display: inline-block;
	margin: 0;
	padding: .5em 1em;
	background: var(--epl-color-secondary);
	border-radius: 10px;
	color: var(--epl-color-white);
	font-size: .9em;
	text-decoration: none;
	letter-spacing: 0;
}

.epl-read-more-link-wrap .epl-read-more-link:hover {
	box-shadow: none;
	color: var(--epl-color-white);
}

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

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

.epl-social-share {
	position: relative;
}

.epl-social-share .epl-social-share__buttons {
	position: relative;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: .5em;
}

.epl-social-share .epl-social-share__link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap: .5em;
	margin: 0;
	padding: 0;
	color: var(--epl-color-primary);
	border-radius: 0;
	min-width: auto;
	width: auto;
	height: auto;
	font-size: 1em;
	text-decoration: none;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: none;
}

.epl-social-share .epl-social-share__link i {
	margin: 0;
	width: 20px;
	height: 20px;
}

.epl-social-share .epl-social-share__link:hover {
	background: transparent;
	color: var(--epl-color-secondary);
	border-color: transparent;
	text-decoration: none;
}

.epl-social-share .epl-social-share__link:hover i {
	filter: none;
}

.epl-social-share .epl-social-share__link--share {
	background-image: transparent;
}

.epl-social-share .fa {
	font-weight: 400;
	font-size: 1em;
}

.epl-social-share .fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 1em;
}

.epl-social-share svg {
	margin: 0;
	padding: .2em;
	width: 2em;
	height: 2em;
	background: var(--epl-color-primary);
	border-radius: 3em;
	border: none;
}

.epl-social-share svg:hover {
	background: var(--epl-color-secondary);
	color: var(--epl-color-secondary);
	border-color: var(--epl-color-secondary);
}

.epl-social-share .epl-social-share__label {
	display: inline;
}

.epl-social-share__link .rec-social-icon {
	width: 20px;
	height: 20px;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/social/share.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	opacity: 1;
	font-size: 1em;
}

.epl-social-share__link .rec-social-icon.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--share {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/social/share.svg");
}

.epl-social-share__link .rec-social-icon--share.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--facebook {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/facebook.svg");
}

.epl-social-share__link .rec-social-icon--facebook.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--twitter {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/x-twitter.svg");
}

.epl-social-share__link .rec-social-icon--twitter.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--linkedin {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/linkedin.svg");
}

.epl-social-share__link .rec-social-icon--linkedin.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--pinterest {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/pinterest.svg");
}

.epl-social-share__link .rec-social-icon--pinterest.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--instagram {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/instagram.svg");
}

.epl-social-share__link .rec-social-icon--instagram.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link .rec-social-icon--email {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/envelope-regular.svg");
}

.epl-social-share__link .rec-social-icon--email.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--share {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/social/share--hover.svg");
}

.epl-social-share__link:hover .rec-social-icon--share.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--facebook {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/facebook.svg");
}

.epl-social-share__link:hover .rec-social-icon--facebook.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--twitter {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/x-twitter.svg");
}

.epl-social-share__link:hover .rec-social-icon--twitter.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--linkedin {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/linkedin.svg");
}

.epl-social-share__link:hover .rec-social-icon--linkedin.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--pinterest {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/pinterest.svg");
}

.epl-social-share__link:hover .rec-social-icon--pinterest.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--instagram {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/instagram.svg");
}

.epl-social-share__link:hover .rec-social-icon--instagram.nitro-lazy {
	background-image: none !important;
}

.epl-social-share__link:hover .rec-social-icon--email {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/envelope-regular.svg");
}

.epl-social-share__link:hover .rec-social-icon--email.nitro-lazy {
	background-image: none !important;
}

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

.epl-row-wrap--list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	column-gap: 2em;
	row-gap: 0;
}

.epl-row--list-item {
	display: flex;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	border: 1px solid rgba(42, 75, 89, .1);
	border-style: none none solid;
	justify-content: space-between;
	align-items: center;
	line-height: inherit;
	font-family: var(--epl-font-family-secondary);
}

.epl-row--list-item .epl-label {
	display: flex;
	justify-content: initial;
	align-items: center;
	gap: .5em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	color: var(--epl-color-primary);
}

.epl-row--list-item .epl-value {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	color: var(--epl-color-primary);
}

.epl-menu {
	display: flex;
	justify-content: stretch;
	margin: 0;
	padding: 0;
	gap: 0;
	list-style: none;
}

.epl-menu .nav-item, .epl-menu .menu-item {
	display: block;
}

.epl-menu .nav-item a, .epl-menu .menu-item a {
	display: block;
	margin: 0;
	padding: 1em 2em;
	background: var(--epl-color-secondary);
}

.epl-menu .nav-item a:hover, .epl-menu .menu-item a:hover {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
}

.epl-menu .current-menu-item a {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
}

.epl-menu .current-menu-item a:hover {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
}

.epl-image-cover {
	position: absolute;
	inset: 0;
	background: #000;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	isolation: isolate;
	display: grid;
	place-items: center;
	transition: opacity .3s ease-in-out;
	opacity: 1;
}

.epl-image-cover a {
	display: block;
	transform: translate(0, 150%);
	padding: 1em 2em;
	color: var(--epl-color-white);
	border: 1px solid var(--epl-color-white);
	border-radius: .7em;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0;
}

.epl-image-cover a:hover {
	background: var(--epl-color-white);
	color: var(--epl-color-secondary);
}

.epl-image-cover:hover {
	opacity: 1;
}

.epl-image-cover:hover a {
	opacity: 1;
	transform: translate(0, 0);
}

/*********************************************
	Carousel
*********************************************/
.epl-slick-item a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	background: #000;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .8001794468) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.rec-carousel-swiper {
	display: block !important;
	grid-template-columns: none !important;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 600px) {
	.rec-carousel-swiper {
		padding-inline: 0 !important;
	}
	
	.rec-carousel-swiper.epl-slick-carousel .slick-prev {
		left: 0;
	}
	
	.rec-carousel-swiper.epl-slick-carousel .slick-next {
		right: 0;
	}
}

.rec-carousel-swiper .epl-property-blog-rec.epl-listing-grid-view-forced {
	display: block;
	float: left;
	max-width: 30%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	clear: unset;
}

.rec-carousel-swiper .epl-property-blog-rec.slick-slide {
	overflow: hidden;
	padding: 0 !important;
	margin: 1em !important;
}

@media screen and (max-width: 600px) {
	.rec-carousel-swiper .epl-property-blog-rec {
		font-size: .9em !important;
	}
	
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons {
		gap: .5em;
	}
}

@media screen and (min-width: 600px) and (max-width: 979px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-row--details {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 980px) and (max-width: 1120px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+3) {
		display: none;
	}
}

@media screen and (min-width: 1121px) and (max-width: 1280px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
		display: none;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+3) {
		display: none;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1850px) {
	.rec-carousel-swiper .epl-property-blog-rec .epl-rec-icons > :nth-child(n+4) {
		display: none;
	}
}

/*********************************************
	Inspections
*********************************************/
.epl-inspection-times {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: initial;
	gap: .7em;
}

.epl-inspection-times .epl-inspection-times-label {
	display: none;
	margin: .2em 0;
	padding: 0;
	background: initial;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.home-open-wrapper {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	line-height: 1.2;
}

.home-open-wrapper .home-open-date {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-basis: auto;
	line-height: 1.2;
	width: 100%;
}

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

.epl_inspection_calendar {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid var(--epl-color-grey-ab);
	border-style: none;
	text-decoration: none;
}

.epl_inspection_calendar:hover {
	background: var(--epl-color-tertiary);
}

.home-open-wrapper :last-child .epl_inspection_calendar {
	border-style: none;
}

.epl-inspection__card {
	display: block;
	margin: 0;
	padding: 1em;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1em;
	background: initial;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-family: var(--epl-font-family-primary);
	font-weight: 400;
	line-height: 1.355;
	text-align: center;
	border: 1px solid var(--epl-color-primary);
	border-style: solid;
	border-radius: 0;
	box-shadow: none;
}

.epl-inspection__card:hover {
	background: initial;
	color: var(--epl-color-primary);
	border-color: var(--epl-color-secondary);
	font-weight: 500;
}

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

.epl-inspection__card--title-icon-day-time {
	display: block;
}

.epl-inspection__card--title-icon-day-time .epl-inspection__item__title {
	text-transform: uppercase;
}

.epl-inspection__card--title-icon-day-time .epl-inspection__item__date, .epl-inspection__card--title-icon-day-time .epl-inspection__item__time {
	display: block;
}

.epl-inspection__card--date-time-icon {
	background: var(--epl-color-white);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1.5;
	letter-spacing: .05em;
}

.epl-inspection__card--date-time-icon .epl-inspection__item__date, .epl-inspection__card--date-time-icon .epl-inspection__item__time {
	display: block;
}

.epl-inspection__card--date-time-icon .epl-inspection__item__icon {
	display: flex;
	align-items: center;
	gap: .5em;
	color: var(--epl-color-secondary);
}

.epl-inspection__card--date-time-icon .epl-label {
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 600;
}

.epl-inspection__item__date----xxxxx::before {
	content: "";
	display: inline-block;
	margin-right: 1em;
	width: .9em;
	height: .9em;
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/arrow-right-light.svg");
	background-repeat: no-repeat;
	background-position: 0 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.epl-infobox-flat .epl-am-more-link {
	background: var(--epl-color-primary) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff !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 .3s ease 0s;
}

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

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

.epl-adv-popup-price .sold-status, .epl-adv-popup-price .page-price.sold {
	color: var(--epl-color-white);
	font-weight: 500;
}

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

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

.epl-propertybox-featured .epl-am-img-container::before {
	background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	transform: scale(.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 .7s ease 0s;
	z-index: 1;
}

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

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

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

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

.gm-ui-hover-effect {
	opacity: .8;
	top: -6px !important;
	right: 8px !important;
	width: 40px !important;
	height: 40px !important;
}

.gm-ui-hover-effect > span {
	background-color: var(--epl-color-secondary);
	width: 40px !important;
	height: 40px !important;
}

.epl-infobox-flat .epl-infobox-flat-container {
	width: 480px;
	overflow: hidden;
	max-width: 100%;
}

.epl-infobox-flat .epl-advanced-map-title-link {
	color: var(--epl-color-secondary);
}

.epl-infobox-flat .epl-infobox-flat-content {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	align-items: center;
}

@media screen and (max-width: 500px) {
	.epl-infobox-flat .epl-infobox-flat-content {
		grid-template-columns: 1fr !important;
	}
}

.epl-infobox-flat img {
	max-width: 100%;
	display: block;
	object-fit: cover;
	height: auto;
}

.epl-infobox-flat .epl-infobox-flat-image-element {
	position: relative;
}

.epl-infobox-flat .epl-infobox-flat-image-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 1.2em;
	padding: .5em;
	font-weight: bold;
}

.epl-infobox-flat .epl-infobox-flat-image-content .page-price {
	color: #fff;
}

.epl-infobox-flat .epl-infobox-flat-image-link {
	display: block;
	position: absolute;
	inset: 0;
	text-indent: -9999px;
}

.epl-infobox-flat .epl-infobox-flat-details-element {
	padding: 1em;
}

@media screen and (min-width: 500px) {
	.epl-infobox-flat .epl-infobox-flat-details-element {
		padding: 1em !important;
	}
}

.epl-infobox-flat .epl-infobox-flat-entry-title {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1;
}

.epl-infobox-flat .epl-infobox-flat-location {
	margin: 1em 0;
}

.epl-infobox-flat .epl-infobox-flat-meta {
	margin: 1em 0;
}

.epl-infobox-flat .epl-rec-icons {
	justify-content: flex-start;
}

.epl-infobox-flat .epl-am-value {
	font-weight: bold;
	font-size: 1.2em;
}

.epl-infobox-flat .epl-infobox-flat-button {
	margin-top: 1em;
}

@media screen and (min-width: 500px) {
	.epl-am-map-wrapper .gm-style-iw-d {
		overflow: clip !important;
	}
	
	.epl-infobox-flat .epl-infobox-flat-content {
		grid-template-columns: 1fr 1fr;
	}
	
	.epl-infobox-flat .epl-infobox-flat-details-element {
		padding: 0;
	}
}

/*****************************
	Advanced Map - Split
****************************/
.epl-am-map-template-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
}

.epl-am-template-map {
	float: none;
	width: 100%;
	height: 100% !important;
}

.epl-am-template-listings {
	float: none;
	width: 100%;
	padding-right: 1em;
}

.epl-am-template-listings .epl-shortcode .epl-loop-tools-wrap {
	display: none;
}

.epl-am-template-listings .epl-shortcode .epl-template-blog {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

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

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

.epl-icons, .epl-rec-icons, .epl-meta--icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: .5em;
	margin: 0 0 1em;
	padding: 0;
}

.epl-icons .epl-rec-icon, .epl-rec-icons .epl-rec-icon, .epl-meta--icons .epl-rec-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	gap: .3em;
	flex: 1;
	max-width: max-content;
	margin: 0;
	padding: 0 .5em 0 0;
	border: 1px solid var(--epl-color-primary);
	border-style: none solid none none;
	border-radius: 0;
	text-align: center;
	line-height: 1;
}

.epl-icons .epl-rec-icon:first-child, .epl-rec-icons .epl-rec-icon:first-child, .epl-meta--icons .epl-rec-icon:first-child {
	margin-left: 0;
	padding-left: 0;
}

.epl-icons .epl-rec-icon:last-child, .epl-rec-icons .epl-rec-icon:last-child, .epl-meta--icons .epl-rec-icon:last-child {
	border-right: none;
}

.epl-icons .rec-icon-value, .epl-icons .rec-icon-label, .epl-icons .rec-icon-unit, .epl-rec-icons .rec-icon-value, .epl-rec-icons .rec-icon-label, .epl-rec-icons .rec-icon-unit, .epl-meta--icons .rec-icon-value, .epl-meta--icons .rec-icon-label, .epl-meta--icons .rec-icon-unit {
	display: inline-block;
}

.epl-icons .rec-icon-label, .epl-rec-icons .rec-icon-label, .epl-meta--icons .rec-icon-label {
	display: initial;
	flex-basis: 100%;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-weight: 300;
	font-family: var(--epl-font-family-primary);
	font-family: var(--epl-font-family-primary);
	text-transform: none;
	letter-spacing: 0;
}

.epl-icons .rec-icon-value, .epl-rec-icons .rec-icon-value, .epl-meta--icons .rec-icon-value {
	display: block;
	margin: 0;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-family: var(--epl-font-family-secondary);
	font-weight: 300;
}

.epl-icons .rec-icon-unit, .epl-rec-icons .rec-icon-unit, .epl-meta--icons .rec-icon-unit {
	display: inline-block;
	font-size: 1em;
	text-transform: none;
}

.epl-icons .rec-icon, .epl-rec-icons .rec-icon, .epl-meta--icons .rec-icon {
	display: flex;
	place-content: center;
	align-items: center;
	background-color: transparent;
	border-radius: 0;
	height: 20px;
	width: 20px;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.epl-icons .rec-icon i, .epl-rec-icons .rec-icon i, .epl-meta--icons .rec-icon i {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	opacity: 1;
	font-size: 1em;
}

.epl-icons .rec-icon i span, .epl-rec-icons .rec-icon i span, .epl-meta--icons .rec-icon i span {
	display: none;
}

.epl-icons .bedroom .rec-icon i, .epl-rec-icons .bedroom .rec-icon i, .epl-meta--icons .bedroom .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/bed-solid-white.svg");
}

.epl-icons .bedroom .rec-icon i.nitro-lazy, .epl-rec-icons .bedroom .rec-icon i.nitro-lazy, .epl-meta--icons .bedroom .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .bathroom .rec-icon i, .epl-rec-icons .bathroom .rec-icon i, .epl-meta--icons .bathroom .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/bath-solid-white.svg");
}

.epl-icons .bathroom .rec-icon i.nitro-lazy, .epl-rec-icons .bathroom .rec-icon i.nitro-lazy, .epl-meta--icons .bathroom .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .toilet .rec-icon i, .epl-rec-icons .toilet .rec-icon i, .epl-meta--icons .toilet .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/toilet.svg");
}

.epl-icons .toilet .rec-icon i.nitro-lazy, .epl-rec-icons .toilet .rec-icon i.nitro-lazy, .epl-meta--icons .toilet .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .parking .rec-icon i, .epl-rec-icons .parking .rec-icon i, .epl-meta--icons .parking .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/car-solid-white.svg");
}

.epl-icons .parking .rec-icon i.nitro-lazy, .epl-rec-icons .parking .rec-icon i.nitro-lazy, .epl-meta--icons .parking .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .pool .rec-icon i, .epl-rec-icons .pool .rec-icon i, .epl-meta--icons .pool .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/water-ladder-solid.svg");
	margin-right: 0;
}

.epl-icons .pool .rec-icon i.nitro-lazy, .epl-rec-icons .pool .rec-icon i.nitro-lazy, .epl-meta--icons .pool .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .land .rec-icon i, .epl-rec-icons .land .rec-icon i, .epl-meta--icons .land .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/vector-square-solid.svg");
}

.epl-icons .land .rec-icon i.nitro-lazy, .epl-rec-icons .land .rec-icon i.nitro-lazy, .epl-meta--icons .land .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .frontage .rec-icon i, .epl-rec-icons .frontage .rec-icon i, .epl-meta--icons .frontage .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/ruler-horizontal-solid.svg");
}

.epl-icons .frontage .rec-icon i.nitro-lazy, .epl-rec-icons .frontage .rec-icon i.nitro-lazy, .epl-meta--icons .frontage .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .frontage .rec-icon-value, .epl-rec-icons .frontage .rec-icon-value, .epl-meta--icons .frontage .rec-icon-value {
	margin-left: .2em;
}

.epl-icons .building .rec-icon i, .epl-rec-icons .building .rec-icon i, .epl-meta--icons .building .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/building-solid.svg");
}

.epl-icons .building .rec-icon i.nitro-lazy, .epl-rec-icons .building .rec-icon i.nitro-lazy, .epl-meta--icons .building .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .category .rec-icon i, .epl-rec-icons .category .rec-icon i, .epl-meta--icons .category .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/home.svg");
}

.epl-icons .category .rec-icon i.nitro-lazy, .epl-rec-icons .category .rec-icon i.nitro-lazy, .epl-meta--icons .category .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons .category .rec-icon i, .epl-rec-icons .category .rec-icon i, .epl-meta--icons .category .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/home.svg");
}

.epl-icons .category .rec-icon i.nitro-lazy, .epl-rec-icons .category .rec-icon i.nitro-lazy, .epl-meta--icons .category .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--card, .epl-rec-icons--card, .epl-meta--icons--card {
	margin-top: auto;
}

.epl-icons--single, .epl-rec-icons--single, .epl-meta--icons--single {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0 .3em;
	gap: 1em;
}

@media screen and (max-width: 767px) {
	.epl-icons--single, .epl-rec-icons--single, .epl-meta--icons--single {
		padding: 0;
		gap: 1.5em;
	}
}

.epl-icons--single .epl-rec-icon, .epl-rec-icons--single .epl-rec-icon, .epl-meta--icons--single .epl-rec-icon {
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: .8em;
	margin: 0;
	padding: 0;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
	border-radius: 0;
	text-align: left;
	line-height: 1;
}

.epl-icons--single .epl-rec-icon:first-child, .epl-rec-icons--single .epl-rec-icon:first-child, .epl-meta--icons--single .epl-rec-icon:first-child {
	border-right: none;
}

.epl-icons--single .epl-rec-icon:last-child, .epl-rec-icons--single .epl-rec-icon:last-child, .epl-meta--icons--single .epl-rec-icon:last-child {
	border-right: none;
}

.epl-icons--single .epl-rec-icon .rec-icon, .epl-rec-icons--single .epl-rec-icon .rec-icon, .epl-meta--icons--single .epl-rec-icon .rec-icon {
	width: 40px;
	height: 40px;
	display: grid;
	align-items: center;
	place-content: center;
	border: 2px solid var(--epl-color-secondary);
	border-style: none;
	border-radius: 100px;
}

.epl-icons--single .epl-rec-icon .rec-icon i, .epl-rec-icons--single .epl-rec-icon .rec-icon i, .epl-meta--icons--single .epl-rec-icon .rec-icon i {
	margin: 0;
}

.epl-icons--single .epl-rec-icon .rec-icon-value, .epl-rec-icons--single .epl-rec-icon .rec-icon-value, .epl-meta--icons--single .epl-rec-icon .rec-icon-value {
	display: block;
	margin: 0;
	color: var(--epl-color-white);
	font-size: 1.6em;
	font-family: var(--epl-font-family-secondary);
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.epl-icons--single .epl-rec-icon .rec-icon-value, .epl-rec-icons--single .epl-rec-icon .rec-icon-value, .epl-meta--icons--single .epl-rec-icon .rec-icon-value {
		font-size: 1.2em;
	}
}

.epl-icons--single .epl-rec-icon .rec-icon-label, .epl-rec-icons--single .epl-rec-icon .rec-icon-label, .epl-meta--icons--single .epl-rec-icon .rec-icon-label {
	display: initial;
	flex-basis: auto;
	color: var(--epl-color-white);
	font-size: 1.6em;
	font-weight: 400;
	font-family: inherit;
	font-family: inherit;
	text-transform: initial;
	letter-spacing: 0;
}

.epl-icons--single .rec-icon i, .epl-rec-icons--single .rec-icon i, .epl-meta--icons--single .rec-icon i {
	width: 30px;
	height: 30px;
	background-size: 30px 30px !important;
}

@media screen and (max-width: 767px) {
	.epl-icons--single .rec-icon i, .epl-rec-icons--single .rec-icon i, .epl-meta--icons--single .rec-icon i {
		width: 20px;
		height: 20px;
		background-size: 20px 20px !important;
	}
}

.epl-icons--single .bedroom .rec-icon i, .epl-rec-icons--single .bedroom .rec-icon i, .epl-meta--icons--single .bedroom .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/bed-solid-white.svg");
}

.epl-icons--single .bedroom .rec-icon i.nitro-lazy, .epl-rec-icons--single .bedroom .rec-icon i.nitro-lazy, .epl-meta--icons--single .bedroom .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .bathroom .rec-icon i, .epl-rec-icons--single .bathroom .rec-icon i, .epl-meta--icons--single .bathroom .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/bath-solid-white.svg");
}

.epl-icons--single .bathroom .rec-icon i.nitro-lazy, .epl-rec-icons--single .bathroom .rec-icon i.nitro-lazy, .epl-meta--icons--single .bathroom .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .toilet .rec-icon i, .epl-rec-icons--single .toilet .rec-icon i, .epl-meta--icons--single .toilet .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/toilet.svg");
}

.epl-icons--single .toilet .rec-icon i.nitro-lazy, .epl-rec-icons--single .toilet .rec-icon i.nitro-lazy, .epl-meta--icons--single .toilet .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .parking .rec-icon i, .epl-rec-icons--single .parking .rec-icon i, .epl-meta--icons--single .parking .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/car-solid-white.svg");
}

.epl-icons--single .parking .rec-icon i.nitro-lazy, .epl-rec-icons--single .parking .rec-icon i.nitro-lazy, .epl-meta--icons--single .parking .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .pool .rec-icon i, .epl-rec-icons--single .pool .rec-icon i, .epl-meta--icons--single .pool .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/water-ladder-solid.svg");
	margin-right: 0;
}

.epl-icons--single .pool .rec-icon i.nitro-lazy, .epl-rec-icons--single .pool .rec-icon i.nitro-lazy, .epl-meta--icons--single .pool .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .land .rec-icon i, .epl-rec-icons--single .land .rec-icon i, .epl-meta--icons--single .land .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/vector-square-solid.svg");
}

.epl-icons--single .land .rec-icon i.nitro-lazy, .epl-rec-icons--single .land .rec-icon i.nitro-lazy, .epl-meta--icons--single .land .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .frontage .rec-icon i, .epl-rec-icons--single .frontage .rec-icon i, .epl-meta--icons--single .frontage .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/ruler-horizontal-solid.svg");
}

.epl-icons--single .frontage .rec-icon i.nitro-lazy, .epl-rec-icons--single .frontage .rec-icon i.nitro-lazy, .epl-meta--icons--single .frontage .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .frontage .rec-icon-value, .epl-rec-icons--single .frontage .rec-icon-value, .epl-meta--icons--single .frontage .rec-icon-value {
	margin-left: .2em;
}

.epl-icons--single .building .rec-icon i, .epl-rec-icons--single .building .rec-icon i, .epl-meta--icons--single .building .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/building-solid.svg");
}

.epl-icons--single .building .rec-icon i.nitro-lazy, .epl-rec-icons--single .building .rec-icon i.nitro-lazy, .epl-meta--icons--single .building .rec-icon i.nitro-lazy {
	background-image: none !important;
}

.epl-icons--single .category .rec-icon i, .epl-rec-icons--single .category .rec-icon i, .epl-meta--icons--single .category .rec-icon i {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/home.svg");
}

.epl-icons--single .category .rec-icon i.nitro-lazy, .epl-rec-icons--single .category .rec-icon i.nitro-lazy, .epl-meta--icons--single .category .rec-icon i.nitro-lazy {
	background-image: none !important;
}

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

.epl-icon--phone {
	background-image: url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/soames/phone.svg");
}

.epl-icon--phone.nitro-lazy {
	background-image: none !important;
}

.epl-icon--address {
	background-image: url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/soames/address.svg");
}

.epl-icon--address.nitro-lazy {
	background-image: none !important;
}

.epl-icon--map-view {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/location-dot-light.svg");
}

.epl-icon--map-view.nitro-lazy {
	background-image: none !important;
}

.epl-icon--close {
	background-image: url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/soames/close.svg");
}

.epl-icon--close.nitro-lazy {
	background-image: none !important;
}

.epl-icon--grid-view {
	background-image: url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/soames/close-red.svg");
}

.epl-icon--grid-view.nitro-lazy {
	background-image: none !important;
}

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

.rec-icon-bed {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-bed.svg");
}

.rec-icon-bed.nitro-lazy {
	background-image: none !important;
}

.rec-icon-bath {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-bath.svg");
}

.rec-icon-bath.nitro-lazy {
	background-image: none !important;
}

.rec-icon-car {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-car.svg");
}

.rec-icon-car.nitro-lazy {
	background-image: none !important;
}

.rec-icon-land {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-land.svg");
}

.rec-icon-land.nitro-lazy {
	background-image: none !important;
}

.rec-icon-house {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-house.svg");
}

.rec-icon-house.nitro-lazy {
	background-image: none !important;
}

.rec-icon-gallery {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-gallery.svg");
}

.rec-icon-gallery.nitro-lazy {
	background-image: none !important;
}

.rec-icon-calendar {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-calendar.svg");
}

.rec-icon-calendar.nitro-lazy {
	background-image: none !important;
}

.rec-icon-clock {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/clock.svg");
}

.rec-icon-clock.nitro-lazy {
	background-image: none !important;
}

.rec-icon-magnify-white {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-magnify-wh.svg");
}

.rec-icon-magnify-white.nitro-lazy {
	background-image: none !important;
}

.rec-icon-inspection {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-inspection.svg");
}

.rec-icon-inspection.nitro-lazy {
	background-image: none !important;
}

.rec-icon-auction {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-auction.svg");
}

.rec-icon-auction.nitro-lazy {
	background-image: none !important;
}

.rec-icon-filter {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-filter.svg");
}

.rec-icon-filter.nitro-lazy {
	background-image: none !important;
}

.rec-icon-pin {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/location.svg");
}

.rec-icon-pin.nitro-lazy {
	background-image: none !important;
}

.rec-icon-plus {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/plus.svg");
}

.rec-icon-plus.nitro-lazy {
	background-image: none !important;
}

.rec-icon-minus {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/minus.svg");
}

.rec-icon-minus.nitro-lazy {
	background-image: none !important;
}

.rec-icon-house {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/home.svg");
}

.rec-icon-house.nitro-lazy {
	background-image: none !important;
}

.rec-icon-clipboard {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/clipboard.svg");
}

.rec-icon-clipboard.nitro-lazy {
	background-image: none !important;
}

.rec-icon-parking {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/parking.svg");
}

.rec-icon-parking.nitro-lazy {
	background-image: none !important;
}

.rec-icon-phone {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/phone-light.svg");
}

.rec-icon-phone.nitro-lazy {
	background-image: none !important;
}

.rec-icon-mobile {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/mobile-light.svg");
}

.rec-icon-mobile.nitro-lazy {
	background-image: none !important;
}

.rec-icon-envelope {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa/envelope-light.svg");
}

.rec-icon-envelope.nitro-lazy {
	background-image: none !important;
}

.rec-icon-camera {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/camera.svg");
}

.rec-icon-camera.nitro-lazy {
	background-image: none !important;
}

.rec-icon-fav {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fav-wh.svg");
}

.rec-icon-fav.nitro-lazy {
	background-image: none !important;
}

.rec-icon-fav-selected {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fav-solid.svg");
}

.rec-icon-fav-selected.nitro-lazy {
	background-image: none !important;
}

.rec-icon-share {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/social/share.svg");
}

.rec-icon-share.nitro-lazy {
	background-image: none !important;
}

.rec-icon-share-alternate {
	background-image: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/source/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/social/share--hover.svg");
}

.rec-icon-share-alternate.nitro-lazy {
	background-image: none !important;
}

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

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

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

body .epl-pagination a.previouspostslink, body .epl-pagination a.nextpostslink {
	width: 50px;
	padding-inline: 1em;
}

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

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

body .epl-pagination .first:hover {
	background: #eee;
}

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

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

body .epl-pagination .first::before:hover {
	border-right-color: var(--epl-color-white);
}

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

body .epl-pagination .last:hover::before {
	border-left-color: var(--epl-color-primary);
}

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

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

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

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

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

@media screen and (min-width: 600px) {
	body .epl-pagination {
		text-align: center;
	}
}

.epl-stickers-wrapper {
	display: block;
	position: absolute;
	top: 1em;
	bottom: initial;
	left: initial;
	right: 0;
	text-align: left;
	z-index: 3;
}

.epl-stickers-wrapper .status-sticker {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: .25em 1em;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	text-align: left;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}

.epl-stickers-wrapper .status-sticker.new {
	display: inline-block;
	background: var(--epl-color-secondary);
}

.epl-stickers-wrapper .status-sticker.new::after {
	border-right-color: var(--epl-color-secondary);
	border-left-color: var(--epl-color-secondary);
}

.epl-stickers-wrapper .status-sticker.current {
	display: inline-block;
	background: var(--epl-color-secondary-opacity);
}

.epl-stickers-wrapper .status-sticker.current::after {
	border-right-color: var(--epl-color-secondary-opacity);
	border-left-color: var(--epl-color-secondary-opacity);
}

.epl-stickers-wrapper .status-sticker.open {
	display: inline-block;
	background: var(--epl-color-tertiary);
	color: var(--epl-color-primary);
}

.epl-stickers-wrapper .status-sticker.open::after {
	border-right-color: var(--epl-color-tertiary);
	border-left-color: var(--epl-color-tertiary);
}

.epl-stickers-wrapper .status-sticker.under-offer {
	display: inline-block;
	background: var(--epl-color-tertiary);
	color: var(--epl-color-primary);
}

.epl-stickers-wrapper .status-sticker.under-offer::after {
	border-right-color: var(--epl-color-tertiary);
	border-left-color: var(--epl-color-tertiary);
}

.epl-stickers-wrapper .status-sticker.sold {
	display: inline-block;
	background: red;
}

.epl-stickers-wrapper .status-sticker.sold::after {
	border-right-color: red;
	border-left-color: red;
}

.epl-stickers-wrapper .status-sticker.leased {
	display: inline-block;
	background: var(--epl-color-accent);
}

.epl-stickers-wrapper .status-sticker.leased::after {
	border-right-color: var(--epl-color-accent);
	border-left-color: var(--epl-color-accent);
}

.epl-stickers-wrapper .status-sticker.featured {
	display: inline-block;
	background: var(--epl-color-accent);
}

.epl-stickers-wrapper .status-sticker.featured::after {
	border-right-color: var(--epl-color-accent);
	border-left-color: var(--epl-color-accent);
}

.epl-stickers-wrapper .status-sticker--alternate {
	display: flex;
	justify-content: space-between;
}

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

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

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

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

.rec-epl-listing-info-panel {
	display: flex;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}

.rec-epl-listing-info-panel .epl_inspection_calendar {
	display: inline-block;
}

.rec-epl-listing-info-panel .epl-inspection__item--icon-time {
	margin-top: .3em;
	font-size: 1.2em;
}

.rec-epl-listing-info-panel .home-open-wrapper li:first-child {
	display: inline-block;
}

.rec-panel-block-listing-details {
	flex: 0 0 30em;
	background: var(--epl-color-accent);
	z-index: 3;
}

.rec-panel-block-listing-details .rec-contents {
	padding: 2em;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
}

.rec-panel-block-listing-details .epl-rec-widget-title {
	margin-bottom: 1em;
}

.rec-panel-block-listing-details .epl-rec-category {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: .15em;
}

.rec-panel-block-listing-details .epl-rec-address {
	margin: 0 0 .5em;
	line-height: 1.1;
	font-size: clamp(1em, 10vw - 1em, 3em);
}

.rec-panel-block-listing-details .epl-rec-icons {
	margin: 0 auto;
	font-size: 1.1em;
	margin-bottom: .2em;
}

.rec-panel-block-listing-details .epl-rec-icons .epl-rec-icon {
	margin: 0 .8em 0 0;
	padding: 0 1.4em 0 0;
}

.rec-panel-block-listing-details .epl-rec-icons .rec-icon-value {
	font-size: 1.2em;
}

.rec-panel-block-listing-details .price {
	margin: .3em 0 1.4em;
	padding: .5em 0;
	font-size: 1em;
	border-top: 1px solid var(--epl-color-primary);
	border-bottom: 1px solid var(--epl-color-primary);
}

.rec-panel-block-listing-details .epl-inspection-times {
	margin: 0;
}

.rec-panel-block-listing-details .epl-button-wrapper {
	margin: 1em 0 .3em;
	display: flex;
	gap: .5em;
	flex-wrap: wrap;
}

.rec-panel-block-listing-details .epl-button-wrapper > * {
	margin: 0;
	flex: 1 1 40%;
}

.rec-panel-block-listing-details .epl-button-wrapper :first-child {
	margin-left: 0;
}

.rec-panel-block-listing-details .epl-button-wrapper :last-child {
	margin-right: 0;
}

.rec-panel-block-listing-details .epl-button-wrapper::after {
	display: none;
}

.rec-panel-block-listing-details .epl-custom-button-wrapper > * {
	flex: 1 1 100%;
}

.rec-panel-block-listing-details .epl-inspection-times {
	margin: .5em 0;
}

.rec-panel-block-listing-details .epl-inspection-times ul.home-open-wrapper {
	margin: 0;
	padding: 0;
}

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

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

.rec-panel-block-listing-featured-image img {
	display: block;
}

@media screen and (max-width: 1280px) {
	.rec-panel-block-listing-details {
		flex: 0 0 auto;
	}
}

@media screen and (max-width: 1030px) {
	.rec-panel-block-listing-details {
		position: absolute;
		top: 2em;
		left: 2%;
		bottom: 2em;
		box-shadow: none;
	}
}

@media screen and (max-width: 1030px) and (min-width: 981px) {
	.rec-panel-block-listing-details {
		left: 10%;
	}
}

@media screen and (max-width: 1030px) {
	.rec-contents {
		font-size: .8em;
	}
}

@media screen and (max-width: 770px) {
	.rec-epl-listing-info-panel {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.rec-panel-block-listing-details {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		box-shadow: none;
	}
	
	.rec-contents {
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	.rec-contents {
		font-size: .8em;
	}
}

.epl-section-wrap--info-bar {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}

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

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

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

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

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

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

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

.epl-section-wrap--info-bar .epl-section {
	margin: 0 auto;
	padding-block: 2em;
	color: var(--epl-color-primary);
	text-align: left;
	align-items: initial;
	border: 1px var(--epl-color-primary) solid;
	border-style: none none solid;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-address {
	margin: .5em 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-secondary);
	font-size: clamp(1.2em, 10vw - 1em, 1.8em);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-address .entry-title-sub {
	display: inline;
	margin: 0;
	font-family: var(--epl-font-family-secondary);
	font-size: inherit;
	font-weight: 600;
	letter-spacing: 0;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-street {
	display: initial;
	font-size: 1em;
	font-weight: 600;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-state {
	display: none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-address .item-pcode {
	display: none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-suburb {
	margin: 0 0 1.2em;
	padding: 0;
	color: var(--epl-color-primary);
}

.epl-section-wrap--info-bar .epl-section .epl-rec-suburb .entry-title-sub {
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: -.02em;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-heading {
	margin: 0 0 .5em;
	padding: 0;
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-primary);
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-status {
	display: inline-block;
	margin: 0;
	padding: .5em 1.2em;
	background: #e4f4ff;
	border: none;
	border-radius: 2em;
	color: var(--epl-color-secondary);
	font-size: .8em;
	font-weight: 600;
	letter-spacing: -.02em;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-status .epl-listing-status {
	text-transform: uppercase;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-price {
	margin: 0;
	padding: 0;
	font-family: var(--epl-font-family-primary);
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-price .page-price, .epl-section-wrap--info-bar .epl-section .epl-rec-price .rent-period, .epl-section-wrap--info-bar .epl-section .epl-rec-price .bond {
	color: var(--epl-color-primary);
}

.epl-section-wrap--info-bar .epl-section .epl-rec-price .bond {
	font-size: .5em;
	margin-left: .5em;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons {
	display: flex;
	margin: 0 0 2em;
	padding: 0;
	background: transparent;
	justify-content: center;
	gap: 0;
	font-size: 1em;
	letter-spacing: 0;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon {
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
	gap: .5em;
	border: 1px var(--epl-color-primary) solid;
	border-style: none solid none none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon:first-child {
	border-left: none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .epl-rec-icon:last-child {
	border-right: none;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-label, .epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-value, .epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-unit {
	color: var(--epl-color-primary);
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-label {
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-icons .rec-icon-value {
	font-size: 1.1em;
	font-weight: 300;
}

.epl-section-wrap--info-bar .epl-section .epl-rec-buttons .epl-button-wrapper {
	justify-content: center;
}

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

.epl-section-wrap--info-bar--icons .epl-rec-item {
	display: grid;
	padding: 0 1em 0 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	gap: 0;
	flex: 1 1 auto;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: none solid none none;
	border-radius: 0;
}

.epl-section-wrap--info-bar--icons .epl-rec-item:last-child {
	border-right-style: none;
}

.epl-section-wrap--info-bar--icons .epl-rec-item .epl-label {
	flex-basis: 100%;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	font-weight: 600;
}

.epl-section-wrap--info-bar--icons .epl-rec-item .epl-value {
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: .9em;
	font-weight: 400;
}

/*********************************************
	Status Bar
*********************************************/
.rec-epl-listing-status-bar {
	padding: 1em;
	background: var(--epl-color-secondary);
}

.rec-epl-listing-status-bar h4.epl-rec-meta {
	color: var(--epl-color-white);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
}

/*********************************************
	Listing Module Enquiry
*********************************************/
.epl-property-single-rec .epl-section-enquiry {
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
}

.epl-property-single-rec .epl-section-enquiry h4, .epl-property-single-rec .epl-section-enquiry h5, .epl-property-single-rec .epl-section-enquiry h6 {
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-primary);
}

.epl-property-single-rec .epl-section-enquiry .rec-entry-title-wrapper .rec-entry-title {
	color: var(--epl-color-white);
	border-color: var(--epl-color-white);
}

.epl-property-single-rec .epl-section-enquiry .epl-rec-inner-container {
	max-width: 100%;
	margin: 0 auto;
}

.epl-property-single-rec .epl-section-enquiry .rec-contents {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
}

.epl-property-single-rec .epl-section-enquiry .epl-rec-heading {
	font-size: 1.4em;
	font-weight: 600;
	color: var(--epl-color-white);
}

.epl-property-single-rec .epl-section-enquiry .epl-rec-address {
	font-size: 1.2em;
	color: var(--epl-color-white);
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons {
	margin: .2em 0 0;
	font-size: 1.2em;
	gap: 1em;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .epl-rec-icon {
	display: flex;
	flex-direction: column;
	gap: .5em;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .rec-icon-value {
	font-size: .8em;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bedroom .rec-icon-label {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-bed.svg") no-repeat;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bedroom .rec-icon-label.nitro-lazy {
	background: none !important;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bathroom .rec-icon-label {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-bath.svg") no-repeat;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .bathroom .rec-icon-label.nitro-lazy {
	background: none !important;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .parking .rec-icon-label {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/button-car.svg") no-repeat;
}

.epl-property-single-rec .epl-section-enquiry .property-feature-icons .parking .rec-icon-label.nitro-lazy {
	background: none !important;
}

@media screen and (max-width: 100%) {
	.epl-property-single-rec .epl-section-enquiry .epl-rec-inner-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 600px) {
	.epl-property-single-rec .epl-section-enquiry .rec-contents {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2em;
	}
}

.epl-author-box-wrapper {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	gap: 3em;
	width: 100%;
}

.epl-author-box-wrapper > * {
	flex: 1;
}

.epl-author-box-card {
	position: relative;
	display: flex;
	grid-template-areas: "header content" "footer footer";
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: initial;
	align-items: stretch;
	gap: 1em;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--epl-color-primary);
	width: 100%;
	max-width: 400px;
	border: 1px solid transparent;
	border-style: solid;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
}

.epl-author-box-card > * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.epl-author-box-card:first-child {
	margin-top: 0;
}

.epl-author-box-card a:not(.epl-button, .epl-social-share__link--share, .epl-social-share__link, .epl-row--button) {
	color: var(--epl-color-secondary);
}

.epl-author-box-card a:not(.epl-button, .epl-social-share__link--share, .epl-social-share__link, .epl-row--button):hover {
	color: var(--epl-color-primary);
	text-decoration: none;
}

.epl-author-box-card img {
	display: block;
}

.epl-author-box-card .epl-author-box-card__inner {
	margin: 0;
	padding: 0 0 2em;
	display: flex;
	grid-template-columns: initial;
	flex-direction: row;
	justify-content: flex-start;
	place-items: initial;
	align-items: center;
	gap: 1em;
	background: transparent;
	text-align: left;
	border: 1px solid var(--epl-color-secondary-opacity);
	border-style: none;
}

.epl-author-box-card .epl-author-box-card__inner > * {
	min-width: 0;
	width: 100%;
	flex: initial;
}

@media screen and (max-width: 400px) {
	.epl-author-box-card .epl-author-box-card__inner {
		flex-wrap: wrap;
	}
}

.epl-author-box-card .epl-author-box-card__row--header {
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	max-width: initial;
	text-align: left;
	border: 1px solid var(--epl-color-grey-e5);
	border-style: none;
}

.epl-author-box-card .epl-author-box-card__row--header img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 0;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	object-fit: cover;
}

.epl-author-box-card .epl-author-box-card__row--content {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	text-align: left;
	border: 4px solid var(--epl-color-white);
	border-style: none;
	overflow: hidden;
}

.epl-author-box-card .epl-author-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	font-family: var(--epl-font-family-primary);
}

.epl-author-box-card .epl-author-title a {
	text-decoration: none;
	color: var(--epl-color-primary);
}

.epl-author-box-card .epl-author-position {
	margin: .5em 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-secondary);
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: -.02em;
	line-height: 1.1555;
	text-transform: none;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.epl-author-box-card .epl-author-slogan {
	margin: 0 0 .5em;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -.02em;
	text-transform: uppercase;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
}

.epl-author-box-card .epl-author-contact {
	margin: 0;
	padding: 0;
	color: var(--epl-color-secondary);
	font-family: var(--epl-font-family-primary);
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.555;
}

.epl-author-box-card .epl-author-contact a {
	box-sizing: border-box;
	display: block;
	gap: .5em;
	margin: 0;
	padding: 0;
	color: var(--epl-color-secondary);
	text-decoration: none;
	text-align: inherit;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	border: 1px solid var(--epl-color-secondary);
	border-style: none;
	border-radius: 0;
}

.epl-author-box-card .epl-author-contact a:hover {
	color: var(--epl-color-secondary);
	border-color: var(--epl-color-secondary);
	text-decoration: none;
	opacity: .5;
}

.epl-author-box-card .epl-author-contact i {
	color: var(--epl-color-secondary);
	margin-right: .3em;
}

.epl-author-box-card .epl-bio-more {
	display: block;
	overflow: visible;
}

.epl-author-box-card .epl-sd-author-social-buttons {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
}

.epl-author-box-card .epl-author-icon-svg {
	display: block;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: none;
	border-radius: 30px;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	transition: border 500ms ease-out;
}

.epl-author-box-card .epl-author-icon-svg:hover {
	border-color: var(--epl-color-primary);
}

.epl-author-box-card .epl-button.disabled {
	display: block;
	margin: 1em 0 0;
	padding: 1.25em 1em;
	background: var(--epl-color-white);
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-primary);
	border-style: solid;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}

.epl-author-box-card .epl-button.disabled:hover {
	background: var(--epl-color-white);
	color: var(--epl-color-secondary);
	border-color: var(--epl-color-secondary);
	box-shadow: none;
}

/*********************************************
	Tabs - Solid
*********************************************/
ul.epl_ui_tab_menu_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 2em 0;
	padding: 0;
	gap: 0;
}

ul.epl_ui_tab_menu_wrapper > :first-child {
	overflow: hidden;
	border-top-left-radius: .2em;
	border-bottom-left-radius: .2em;
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--epl-color-black);
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
	padding: .5em 2.5em;
	font-size: 1em;
	font-weight: 500;
	text-transform: none;
	background: var(--epl-color-white);
	color: var(--epl-color-primary);
	border: 1px solid var(--epl-color-grey-e1);
	border-radius: 0;
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current {
	background: transparent;
	border: none;
	margin-bottom: 0;
}

ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current a {
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
	border-color: var(--epl-color-secondary);
}

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

.epl_ui_tab_content_current {
	display: inherit;
}

.epl_ui_tab_menu_wrapper_vertical {
	display: inline;
	float: left;
	width: 20%;
}

.epl_ui_tab_menu_wrapper_vertical li {
	width: 100%;
}

.epl_ui_tab_menu_wrapper_vertical .epl_ui_tab_content {
	margin-left: 25%;
}

/* Tooltip container */
.epl-tooltip {
	position: relative;
	border-bottom: 1px dotted var(--epl-color-primary);
}

.epl-tooltip .epl-tooltip__text {
	display: none;
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 120px;
	background-color: var(--epl-color-primary);
	color: var(--epl-color-white);
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}

.epl-tooltip:hover .epl-tooltip__text {
	visibility: visible;
}

.epl-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.epl-video-container iframe {
	margin: 1em 0 0;
}

/*********************************************
	Archive: Slim
*********************************************/
.epl-rec-agents {
	position: relative;
	inset: initial;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: .5em;
}

.epl-rec-agents > :nth-child(2) {
	margin-top: 0;
}

.epl-rec-agents .epl-rec-agent {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: .5em;
	line-height: 0;
}

.epl-rec-agents .epl-rec-agent__row__image a {
	display: block;
	margin: 0;
	padding: 0;
	height: 35px;
	max-width: 35px;
	border: 1px solid var(--epl-color-primary);
	border-style: none;
	border-radius: 3em;
	overflow: hidden;
}

.epl-rec-agents .epl-entry-title {
	font-weight: 300;
	font-size: 1.1em;
	color: var(--epl-color-primary);
}

.epl-rec-agents--pic-name-dual-agents .epl-rec-agent__row__images {
	display: flex;
	gap: .5em;
}

.epl-rec-agents--pic-name-dual-agents .epl-rec-agent__row__image {
	position: relative;
}

.epl-rec-agents--pic-name-dual-agents .epl-rec-agent__row__image.epl-rec-agent__row__secondary {
	margin-left: 0;
}

.epl-rec-agents--pic-name-dual-agents .epl-rec-agent__row__primary {
	z-index: 2;
}

.epl-rec-agents--pic-name-dual-agents .epl-rec-agent__row__names {
	display: flex;
	gap: .3em;
}

/*********************************************
Staff Hero
*********************************************/
.rec-staff-hero-bg-outer-wrapper {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.rec-staff-hero-bg-outer-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.rec-staff-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rec-staff-hero-bg .rec-text-container--- {
	position: absolute;
	inset: 0;
	margin: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* DEMO-SPECIFIC STYLES */
.rec-typewriter {
	display: flex;
	justify-content: center;
}

.rec-typewriter .title-heading-center {
	display: block;
	color: #fff;
	font-family: monospace;
	overflow: hidden;
	border-right: .15em solid orange;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .15em;
	animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
	from {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to {
		border-color: transparent;
	}
	
	50% {
		border-color: var(--epl-color-primary);
	}
}

.epl-section-wrap--info-bar--listing-overlay {
	position: fixed;
	width: 100%;
	bottom: -200px;
	z-index: 10;
	background: var(--epl-color-white);
	transition: bottom .3s ease-in-out;
	padding: 1em 0;
	border-top: 1px solid var(--epl-color-primary);
	border-bottom: 1px solid var(--epl-color-primary);
}

.epl-section-wrap--info-bar--listing-overlay .epl-section {
	padding: 0;
}

.epl-section-wrap--info-bar--listing-overlay .epl-button--outline {
	margin-left: 2em;
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
	border-color: var(--epl-color-secondary);
}

.epl-section-wrap--info-bar--listing-overlay .epl-button--outline:hover {
	background: var(--epl-color-white);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-primary);
}

.epl-section-wrap--info-bar--listing-overlay .epl-button--outline:focus {
	background: var(--epl-color-grey-e7);
	color: var(--epl-color-primary);
	border-color: var(--epl-color-grey-e7);
}

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

.epl-info-bar--listing-overlay {
	margin: 0;
	padding: 2em 0;
}

.epl-info-bar--listing-overlay .epl-info-bar__row--address {
	display: flex;
	align-items: center;
	gap: 2rem;
	font-size: .7em;
}

.epl-info-bar--listing-overlay .epl-info-bar__row--address .epl-rec-address {
	padding: .6em 2rem;
	border-left: 1px solid #dedede;
}

.epl-info-bar--listing-overlay .epl-info-bar__row--address .epl-rec-address .entry-title-sub {
	margin: 0;
}

.epl-info-bar--listing-overlay .epl-info-bar__row--agent > :nth-child(2) {
	display: none;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry {
	margin: 0;
	max-width: 100%;
	box-shadow: none;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__inner {
	display: flex;
	align-items: center;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__row--header {
	max-width: 96px;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-box-card__row--header img {
	border-radius: 30em;
	border-color: #dedede;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-title {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-position {
	margin: 0;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-slogan {
	display: none;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-author-contact {
	margin: 0;
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-sd-author-email.disabled {
	margin-left: 4em;
	background: var(--epl-color-secondary);
	padding: 1em 2.8em .9em;
	border-color: var(--epl-color-secondary);
}

.epl-info-bar--listing-overlay .epl-author-box-card.hentry .epl-sd-author-email.disabled a.disabled {
	color: var(--epl-color-white);
}

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

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

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

@media screen and (max-width: 600px) {
	.epl-shortcode .loop-content:not(.epl-widget), .epl-template-builder:not(.epl-widget), .epl-template-blog:not(.epl-widget), .epl-template-default:not(.epl-widget), .epl-template-grid:not(.epl-widget), .epl-template-featured:not(.epl-widget), .epl-template-trending:not(.epl-widget), .epl-template-card:not(.epl-widget), .epl-shortcode-listing-category:not(.epl-widget), .epl-sd-listings-inner:not(.epl-widget), .epl-sd-shortcode-content:not(.epl-widget), .epl-of-listings:not(.epl-widget), .epl-office-team:not(.epl-widget) {
		row-gap: 1.5em;
		column-gap: 1.5em;
	}
}

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

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

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

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

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

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

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

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

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

.epl-template-featured .epl-stickers-wrapper, .epl-template-trending .epl-stickers-wrapper {
	display: none !important;
}

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

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

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

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

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

.epl-property-blog-rec, .epl-property-blog-rec.hentry {
	position: relative;
	isolation: isolate;
	display: grid;
	margin: 0;
	padding: 0;
	overflow: visible;
	grid-template-columns: 380px 1fr;
	grid-template-rows: initial;
	column-gap: 0;
	row-gap: 0;
	flex-direction: row;
	grid-column: 1/-1;
	background: var(--epl-color-white);
	border: 1px solid var(--epl-color-primary);
	border-style: none;
	border-radius: 0;
	box-shadow: none;
	max-width: 100%;
	transition: background .5s;
	min-width: 0;
}

.epl-property-blog-rec a:not(.epl-button, .epl-sticker, .epl-row__link, .epl-image-cover a), .epl-property-blog-rec.hentry a:not(.epl-button, .epl-sticker, .epl-row__link, .epl-image-cover a) {
	color: var(--epl-color-secondary);
}

.epl-property-blog-rec:hover, .epl-property-blog-rec.hentry:hover {
	background-color: var(--epl-color-white);
	border-color: inherit;
	box-shadow: none;
	transform: none;
}

.epl-property-blog-rec:hover .epl-blog-image img, .epl-property-blog-rec.hentry:hover .epl-blog-image img {
	transform: none;
	filter: none;
}

.epl-property-blog-rec .epl-row-wrap--header, .epl-property-blog-rec.hentry .epl-row-wrap--header {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	flex-direction: column;
	justify-content: center;
	gap: .3em;
	overflow: visible;
	border-radius: 0;
	min-width: 0;
}

.epl-property-blog-rec .epl-row-wrap--header .epl-blog-image img, .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-blog-image img {
	display: block;
	transition: all .5s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	border-radius: 0 0 0 0;
}

.epl-property-blog-rec .epl-row-wrap--header .epl-archive-entry-image, .epl-property-blog-rec.hentry .epl-row-wrap--header .epl-archive-entry-image {
	position: relative;
	overflow: visible;
	border-radius: 0;
}

.epl-property-blog-rec .epl-blog-image, .epl-property-blog-rec.hentry .epl-blog-image {
	position: relative;
	overflow: hidden;
}

.epl-property-blog-rec .epl-blog-image::before, .epl-property-blog-rec.hentry .epl-blog-image::before {
	content: "";
	display: block;
	inset: 0;
	position: absolute;
	z-index: 1;
	background: rgba(2, 0, 36, .4);
	background: -moz-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 3, 0) 60%, rgba(0, 0, 0, .4) 100%);
	background: -webkit-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 3, 0) 60%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 3, 0) 60%, rgba(0, 0, 0, .4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#000000", GradientType=1);
}

.epl-property-blog-rec .epl-row-wrap--content, .epl-property-blog-rec.hentry .epl-row-wrap--content {
	flex-basis: auto;
	flex-grow: 1;
	box-sizing: border-box;
	position: relative;
	inset: 0;
	z-index: 2;
	display: grid;
	margin: 0;
	padding: 1em 1.3em;
	grid-template-columns: 1fr;
	flex-direction: column;
	justify-content: initial;
	align-items: initial;
	align-content: center;
	gap: .5em;
	text-align: left;
	background: var(--epl-color-tertiary);
	min-width: 0;
}

.epl-property-blog-rec .epl-row-wrap--footer, .epl-property-blog-rec.hentry .epl-row-wrap--footer {
	position: relative;
	inset: initial;
	z-index: 1;
	display: grid;
	margin: 0;
	padding: 1em 1.3em;
	grid-template-columns: 1fr;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: .5em;
	transition: opacity 300ms;
	opacity: 1;
	background: transparent;
	border-top: none;
}

.epl-property-blog-rec:hover .epl-row-wrap--footer, .epl-property-blog-rec.hentry:hover .epl-row-wrap--footer {
	opacity: 1;
}

.epl-property-blog-rec .epl-row--content > *, .epl-property-blog-rec.hentry .epl-row--content > * {
	flex: 0 1 auto;
}

.epl-property-blog-rec .epl-rec-address, .epl-property-blog-rec.hentry .epl-rec-address {
	margin: .3em 0;
	padding: 0;
	font-family: var(--epl-font-family-primary);
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.22;
	letter-spacing: -.02em;
	color: var(--epl-color-primary);
}

.epl-property-blog-rec .epl-rec-address a, .epl-property-blog-rec.hentry .epl-rec-address a {
	display: inline;
	flex-direction: initial;
	color: var(--epl-color-primary);
}

.epl-property-blog-rec .epl-rec-address .item-street, .epl-property-blog-rec .epl-rec-address .entry-title-sub, .epl-property-blog-rec.hentry .epl-rec-address .item-street, .epl-property-blog-rec.hentry .epl-rec-address .entry-title-sub {
	display: block;
}

.epl-property-blog-rec .epl-rec-address .item-street, .epl-property-blog-rec.hentry .epl-rec-address .item-street {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}

.epl-property-blog-rec .epl-rec-address .entry-title-sub, .epl-property-blog-rec.hentry .epl-rec-address .entry-title-sub {
	display: block;
	margin: 0;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.epl-property-blog-rec .epl-rec-address .item-suburb, .epl-property-blog-rec.hentry .epl-rec-address .item-suburb {
	display: inline-block;
}

.epl-property-blog-rec .epl-rec-address .item-state, .epl-property-blog-rec.hentry .epl-rec-address .item-state {
	display: inline;
}

.epl-property-blog-rec .epl-rec-address .item-pcode, .epl-property-blog-rec.hentry .epl-rec-address .item-pcode {
	display: inline;
}

.epl-property-blog-rec .epl-rec-address .item-country, .epl-property-blog-rec.hentry .epl-rec-address .item-country {
	display: none;
}

.epl-property-blog-rec .epl-rec-heading, .epl-property-blog-rec.hentry .epl-rec-heading {
	margin: 0;
	padding: 0;
	font-family: var(--epl-font-family-secondary);
	font-weight: 700;
	font-size: 1.2em;
	text-transform: none;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0;
	color: var(--epl-color-secondary);
	min-width: 0;
	flex: initial;
}

.epl-property-blog-rec .epl-rec-heading a, .epl-property-blog-rec.hentry .epl-rec-heading a {
	color: var(--epl-color-secondary);
}

.epl-property-blog-rec .epl-rec-heading p, .epl-property-blog-rec.hentry .epl-rec-heading p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.epl-property-blog-rec .epl-rec-suburb, .epl-property-blog-rec.hentry .epl-rec-suburb {
	margin: 0;
	padding: 0;
	font-family: var(--epl-font-family-secondary);
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0;
	color: var(--epl-color-secondary);
}

.epl-property-blog-rec .epl-rec-suburb a, .epl-property-blog-rec.hentry .epl-rec-suburb a {
	color: var(--epl-color-secondary);
}

.epl-property-blog-rec .epl-rec-category, .epl-property-blog-rec.hentry .epl-rec-category {
	margin: 0;
	padding: 0;
	font-family: var(--epl-font-family-primary);
	font-weight: 500;
	font-size: .9em;
	text-transform: none;
	letter-spacing: -.02em;
	color: var(--epl-color-primary);
}

.epl-property-blog-rec .epl-rec-category a, .epl-property-blog-rec.hentry .epl-rec-category a {
	color: var(--epl-color-primary);
}

.epl-property-blog-rec .epl-rec-status, .epl-property-blog-rec.hentry .epl-rec-status {
	margin: 0;
	padding: .4em 1em;
	background: var(--epl-color-tertiary);
	color: var(--epl-color-secondary);
	border-radius: 1em;
	font-family: var(--epl-font-family-primary);
	font-weight: 500;
	font-size: .9em;
	text-transform: none;
	letter-spacing: -.02em;
}

.epl-property-blog-rec .epl-rec-status a, .epl-property-blog-rec.hentry .epl-rec-status a {
	color: var(--epl-color-primary);
}

.epl-property-blog-rec .epl-rec-price, .epl-property-blog-rec.hentry .epl-rec-price {
	margin: 0;
	padding: 1em 1.3em;
	background: initial;
	border-radius: 0;
	color: var(--epl-color-white);
	font-family: var(--epl-font-family-primary);
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: inherit;
	text-transform: none;
	letter-spacing: -.02em;
}

.epl-property-blog-rec .epl-rec-excerpt, .epl-property-blog-rec.hentry .epl-rec-excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-family: var(--epl-font-family-primary);
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-transform: none;
	letter-spacing: -.02em;
}

.epl-property-blog-rec .epl-excerpt-content, .epl-property-blog-rec.hentry .epl-excerpt-content {
	margin: 0;
}

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

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

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

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

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

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

.epl-listing-grid-view, .epl-listing-grid-view.hentry, .epl-listing-grid-view-forced, .epl-listing-grid-view-forced.hentry {
	display: flex;
	grid-column: initial;
	flex-direction: column;
	grid-template-rows: initial;
	justify-content: space-between;
}

.epl-listing-grid-view .epl-row-wrap--content, .epl-listing-grid-view.hentry .epl-row-wrap--content, .epl-listing-grid-view-forced .epl-row-wrap--content, .epl-listing-grid-view-forced.hentry .epl-row-wrap--content {
	display: flex;
}

.epl-listing-grid-view .epl-blog-image img, .epl-listing-grid-view.hentry .epl-blog-image img, .epl-listing-grid-view-forced .epl-blog-image img, .epl-listing-grid-view-forced.hentry .epl-blog-image img {
	max-width: 100%;
}

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

@media screen and (min-width: 600px) {}

@media screen and (min-width: 770px) {}

@media screen and (min-width: 900px) {}

.epl-listing-grid-view, .epl-listing-grid-view-forced, .epl-property-blog.epl-listing-grid-view, .epl-property-blog.epl-listing-grid-view-forced {
	grid-template-columns: 1fr;
}

.epl-listing-grid-view.hentry, .epl-listing-grid-view-forced.hentry, .epl-property-blog.epl-listing-grid-view.hentry, .epl-property-blog.epl-listing-grid-view-forced.hentry {
	grid-template-columns: 1fr;
}

.epl-inspections-list .epl-inspections-menu-item {
	margin-left: .5em;
}

.epl-inspections-list .epl-inspections-menu-item a {
	display: inline-block;
	font-size: .85em;
	padding: 1.3em 1.5em 1.4em;
	border: 1px solid var(--epl-color-primary);
	text-transform: uppercase;
	letter-spacing: .16em;
}

.epl-inspections-list .epl-inspection-times-section {
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 0;
}

.epl-inspections-list .epl-inspection-times-heading {
	background: var(--epl-color-white);
	margin-bottom: 4px;
}

.epl-inspections-list .epl-inspection-block {
	padding: 1.2em 0 1em;
}

.epl-inspections-list .epl-inspection-block-date {
	font-family: var(--epl-font-family-secondary);
	font-size: 2em;
	font-weight: 400;
}

.epl-inspections-list .epl-property-blog-rec--inspections, .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
	max-width: 100%;
	margin: 0 0 4px;
	padding: 2em 0;
	border-top: 1px solid var(--epl-color-grey-ef);
	border-bottom: 1px solid var(--epl-color-grey-ef);
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content > :first-child, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content > :first-child {
	padding-left: 0;
	border-left: none;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-column, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-column {
	border-left: 1px solid var(--epl-color-grey-ef);
	padding-left: 3em;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-blog-image img, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-blog-image img {
	margin: 0;
	width: 100% !important;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
	display: grid;
	padding: 1em;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	gap: .5em;
	grid-template-columns: 1fr;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-suburb, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-suburb {
	font-size: .7em;
	color: var(--epl-color-primary);
}

.epl-inspections-list .epl-property-blog-rec--inspections h3.epl-rec-address, .epl-inspections-list .epl-property-blog-rec--inspections.hentry h3.epl-rec-address {
	margin: .2em 0 .7em !important;
	font-size: 1em !important;
	font-family: var(--epl-font-family-secondary) !important;
	line-height: .9 !important;
}

.epl-inspections-list .epl-property-blog-rec--inspections .item-state, .epl-inspections-list .epl-property-blog-rec--inspections .item-pcode, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .item-state, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .item-pcode {
	display: none;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-icons, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-icons {
	justify-content: flex-start;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-rec-meta a, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-rec-meta a {
	text-decoration: none;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-label, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-label {
	font-size: .8em;
	font-weight: 600;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value {
	margin: .3em 0 0;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--next-inspection, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--next-inspection {
	margin: 0 0 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--next-inspection i, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--next-inspection i {
	top: 5x;
	font-size: 1.4em;
	margin-right: .5em;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
	background: var(--epl-color-white);
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--add-to-calendar, .epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--add-to-calendar, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email {
	text-align: left;
	margin: 1em 0 0;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--add-to-calendar a, .epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email a, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--add-to-calendar a, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email a {
	display: inline-block;
	font-size: .85em;
	padding: 1em 1.5em;
	border: 2px solid var(--epl-color-primary);
	background: var(--epl-color-primary);
	color: var(--epl-color-white) !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .16em;
	border-radius: 0;
}

.epl-inspections-list .epl-property-blog-rec--inspections .epl-meta-value--email a, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-meta-value--email a {
	background: transparent;
	color: var(--epl-color-primary) !important;
}

@media screen and (min-width: 480px) and (max-width: 690px) {
	.epl-inspections-list .epl-property-blog-rec--inspections, .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
		grid-template-columns: 160px 1fr;
	}
}

@media screen and (min-width: 691px) {
	.epl-inspections-list .epl-property-blog-rec--inspections, .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
		grid-template-columns: 246px 1fr;
	}
	
	.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
		padding: 1em 2em;
	}
}

@media screen and (min-width: 820px) {
	.epl-inspections-list .epl-property-blog-rec--inspections, .epl-inspections-list .epl-property-blog-rec--inspections.hentry {
		grid-template-columns: 246px 1fr;
	}
}

@media screen and (min-width: 999px) {
	.epl-inspections-list .epl-property-blog-rec--inspections .epl-row-wrap--content, .epl-inspections-list .epl-property-blog-rec--inspections.hentry .epl-row-wrap--content {
		padding: 1em 2em;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.epl-inspection-times-checkbox {
	width: 100%;
	margin: 0;
	position: absolute;
	display: block;
	z-index: 2;
	top: 3px;
}

.epl-inspection-times-checkbox input[type=checkbox] {
	width: 30px;
	height: 30px;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 2;
}

.epl-inspection-times-checkbox label {
	position: relative;
}

.epl-inspection-times-checkbox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 22px;
	height: 22px;
	transition: transform .28s ease;
	border-radius: 0;
	border: 1px solid var(--epl-color-accent);
	background: var(--epl-color-white);
}

.epl-inspection-times-checkbox label:after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 2px solid var(--epl-color-accent);
	border-left: 2px solid var(--epl-color-accent);
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0);
	transition: transform ease .25s;
	will-change: transform;
	position: absolute;
	top: 12px;
	left: 10px;
	border-color: var(--epl-color-accent) !important;
}

.epl-inspection-times-checkbox input[type=checkbox]:checked ~ label::before {
	color: var(--epl-color-accent);
}

.epl-inspection-times-checkbox input[type=checkbox]:checked ~ label::after {
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

.epl-inspection-times-checkbox label {
	min-height: 34px;
	display: block;
	padding-left: 40px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	vertical-align: sub;
}

.epl-inspection-times-checkbox label span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.epl-inspection-times-checkbox input[type=checkbox]:focus + label::before {
	outline: 0;
}

.epl-location-profile-blog, .epl-location-profile-blog.hentry {
	position: relative;
}

.epl-location-profile-blog .epl-row-wrap--content, .epl-location-profile-blog.hentry .epl-row-wrap--content {
	padding: 0 1.5em 1.5em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

.epl-location-profile-blog .epl-rec-address, .epl-location-profile-blog.hentry .epl-rec-address {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -.02em;
}

.epl-location-profile-blog .epl-rec-address a, .epl-location-profile-blog.hentry .epl-rec-address a {
	color: var(--epl-color-white) !important;
}

.epl-location-profile-blog .epl-rec-heading, .epl-location-profile-blog.hentry .epl-rec-heading {
	margin: .5em 0 0;
	color: var(--epl-color-white);
}

.epl-location-profile-blog .epl-image-cover, .epl-location-profile-blog.hentry .epl-image-cover {
	opacity: 1;
	background: #000;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.epl-location-profile-blog .epl-row__link, .epl-location-profile-blog.hentry .epl-row__link {
	font-size: 1em;
	align-content: stretch;
	justify-items: end;
	align-items: end;
}

.epl-location-profile-blog .epl-row__link .epl-button, .epl-location-profile-blog.hentry .epl-row__link .epl-button {
	margin: 1.5em;
}

@media screen and (max-width: 820px) {
	.epl-location-profile-blog .epl-row__link .epl-button, .epl-location-profile-blog.hentry .epl-row__link .epl-button {
		font-size: .8em;
	}
}

.epl-gallery-remaining {
	margin: 0;
	padding: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, .3);
	font-size: 1em;
}

.epl-gallery-remaining--mobile {
	right: 1em;
	bottom: 1em;
	background: var(--epl-color-secondary);
	color: var(--epl-color-white);
}

.epl-gallery-remaining--mobile .epl-gallery-remaining__counter {
	font-size: 1em;
}

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

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

/*********************************************
	Swiper
*********************************************/
.epl-search-form--swiper-tabs {
	margin: 0 0 2em;
}

.epl-search-form--swiper-tabs .field {
	text-align: right;
}

.epl-search-form--swiper-tabs .epl-field-row {
	margin-right: .1em;
}

.epl-search-form--swiper-tabs .epl-search-row-button .field label {
	padding: .4em 1.5em;
	border: 1px solid transparent;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: .85em;
}

.epl-search-form--swiper-tabs .epl-search-row-button .field input[type=radio]:checked + label {
	background: transparent;
	color: var(--epl-color-secondary);
	border: 1px solid var(--epl-color-secondary);
}

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

.epl-listing-swiper.epl-clearfix::after {
	display: none;
}

.epl-listing-swiper .loop-footer {
	display: none;
}

.epl-listing-swiper {
	scroll-snap-type: inline mandatory;
}

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

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

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

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

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

@media screen and (min-width: 600px) {
	.epl-listing-swiper {
		grid-auto-columns: 88%;
	}
}

@media screen and (min-width: 600px) {
	.epl-listing-swiper {
		grid-auto-columns: 88%;
	}
}

@media screen and (min-width: 770px) {
	.epl-listing-swiper {
		grid-auto-columns: 44%;
	}
}

@media screen and (min-width: 1030px) {
	.epl-listing-swiper {
		grid-auto-columns: 30%;
	}
}

.epl-single-directory .site-content .ast-container {
	max-width: 100%;
	padding: 0;
}

@media screen and (max-width: 100%) {
	.epl-single-directory .ast-container .container-wrap-outer-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.epl-sd-load-more {
	display: none;
}

.epl-sd-single {
	margin: 0;
}

.epl-sd-single .epl-section-wrap--author--featured-image .epl-section {
	margin-top: 0;
	padding: 0;
	display: grid;
}

@media screen and (min-width: 700px) {
	.epl-sd-single .epl-section-wrap--author--featured-image .epl-section {
		grid-template-columns: 1fr 1.5fr;
		gap: 4em;
	}
}

.epl-sd-single .epl-sd-entry-image--hero {
	overflow: hidden;
}

.epl-sd-single .epl-sd-entry-image--hero img {
	max-height: 500px;
	object-fit: cover;
	object-position: bottom;
}

.epl-sd-single .epl-sd-entry-image--featured {
	height: 100%;
}

.epl-sd-single .epl-sd-entry-image--featured img {
	height: 100% !important;
	object-fit: cover;
}

.epl-sd-single .epl-row--entry-content {
	padding-block: 4em;
}

.epl-sd-single .epl-entry-content .container-wrap-outer-wrapper {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-columns: 1fr;
	gap: 2em;
}

.epl-sd-single .epl-sd-entry-image img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.epl-sd-single .epl-section__item--details {
	display: flex;
	column-gap: 5em;
	row-gap: 1em;
	flex-wrap: wrap;
}

.epl-sd-single .epl-author-title {
	margin: .3em 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-size: 2.4em;
	font-family: var(--epl-font-family-primary);
	font-weight: 600;
	letter-spacing: -.02em;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.22;
}

.epl-sd-single .epl-author-position {
	margin: 2em 0;
	padding: 0;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-family: var(--epl-font-family-primary);
	font-weight: 300;
	letter-spacing: -.02em;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.22;
}

.epl-sd-single .epl-author-slogan {
	margin-top: 1em;
	font-size: 1em;
	font-weight: 600;
	color: var(--epl-color-white);
}

.epl-sd-single .epl-author-contact {
	margin: 0;
	line-height: 1.4;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-family: var(--epl-font-family-primary);
}

.epl-sd-single .epl-author-contact .epl-label {
	font-weight: 600;
}

.epl-sd-single .epl-sd-author-social-buttons {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
}

.epl-sd-single .epl-icon-svg-container {
	margin: 0;
}

.epl-sd-single .epl-author-icon-svg {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	width: auto;
	height: auto;
	background: transparent;
	line-height: 25px;
	border-radius: 5px;
	border: 1px solid var(--epl-color-grey-e1);
	border-style: solid;
}

.epl-sd-single .epl-author-icon-svg svg {
	padding: 4px;
	width: 40px;
	height: 40px;
}

.epl-sd-single .epl-rec-content {
	margin: 1em 0 0;
	padding: 0;
	max-width: 100%;
	color: var(--epl-color-primary);
	font-size: 1em;
	font-family: var(--epl-font-family-primary);
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}

.epl-sd-single .epl-button--staff-email {
	font-size: 1.2em;
	margin-top: 1em;
	padding: 1em 5em;
}

.epl-sd-single .epl-contact-details--social .epl-icon-container-email {
	display: none;
}

.epl-sd-single .epl-contact-details--buttons {
	display: flex;
	gap: 1em;
	justify-content: flex-start;
}

.epl-sd-single .rec-author-buttons {
	margin: 1em 0;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
}

.epl-sd-single .rec-author-buttons > * {
	flex: 1 1 40%;
}

.epl-sd-single .rec-author-buttons .rec-author-appraisal-button {
	flex: 1 1 100%;
}

.epl-sd-single .rec-author-buttons .rec-author-appraisal-button .epl-button {
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	border: 1px solid var(--epl-color-primary);
}

.epl-sd-single .rec-author-buttons .epl-button {
	width: 100%;
	margin: 0;
	background: var(--epl-color-white);
	color: var(--epl-color-grey);
	border: 1px solid var(--epl-color-primary);
}

.epl-sd-single .rec-author-buttons .epl-button:hover {
	background: var(--epl-color-black);
	border-color: var(--epl-color-black);
	color: var(--epl-color-white);
}

.epl-sd-single .epl-entry-footer {
	margin-top: 2em;
}

.epl-sd-single .epl-section__row--button {
	text-align: center;
	margin: 3em 0;
}

.epl-sd-single .epl-contact-details--social {
	flex-basis: 100%;
}

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

.epl-sd-single .epl-author-icon {
	width: 40px;
	height: 40px;
}

.epl-sd-single .epl-section__item--agent-details {
	display: flex;
	gap: 2em;
}

.epl-sd-single .epl-section__item--agent-details .epl-sd-entry-image img {
	border: none;
}

.epl-sd-single .epl-section__item--agent-details .epl-author-title {
	color: var(--epl-color-primary);
	text-shadow: none;
}

.epl-sd-single .epl-section__item--agent-details .epl-author-position {
	color: var(--epl-color-primary);
	text-shadow: none;
}

.epl-sd-single .epl-section-wrap--author--listings {
	text-align: center;
}

.epl-sd-single .epl-section__title {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 0;
}

.epl-sd-single .epl-button--outline {
	border-color: var(--epl-color-secondary);
	color: var(--epl-color-secondary);
}

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

.facebook-icon-24 {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/facebook.svg") no-repeat;
}

.facebook-icon-24.nitro-lazy {
	background: none !important;
}

.instagram-icon-24 {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/instagram.svg") no-repeat;
}

.instagram-icon-24.nitro-lazy {
	background: none !important;
}

.twitter-icon-24 {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/twitter.svg") no-repeat;
}

.twitter-icon-24.nitro-lazy {
	background: none !important;
}

.linkedin-icon-24 {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/linkedin.svg") no-repeat;
}

.linkedin-icon-24.nitro-lazy {
	background: none !important;
}

.youtube-icon-24 {
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-0386459/www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/icons/fa-social/youtube.svg") no-repeat;
}

.youtube-icon-24.nitro-lazy {
	background: none !important;
}

.epl-author-title.office-title {
	position: relative;
	font-size: 1.4em;
	font-weight: 400;
}

.epl-author-title.office-title::before {
	position: relative;
	margin-right: 8px;
	top: 10px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 35px;
	background: transparent url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/logo-harcourts.svg") center/100% no-repeat;
}

@media screen and (min-width: 770px) {
	.epl-sd-hero-left .epl-entry-content .container-wrap-outer-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

.epl-staff-shortcode-carousel .epl-author-section-header {
	display: none !important;
}

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

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

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

.epl-sd-filter__button {
	padding: 0 .5em;
	border: none;
	border-right: 1px solid var(--epl-color-primary);
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
}

.epl-sd-filter__button:last-child {
	border-right: none;
}

.epl-sd-filter__active {
	background: transparent;
	color: var(--epl-color-primary);
	font-weight: 700;
}

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

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

.epl-author-section-header {
	grid-column: 1/-1;
}

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

/* Author Styling */
.epl-author-archive:not(.epl-author-section-header) {
	overflow: visible;
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: #fdfcfc;
	display: flex;
	flex-direction: column;
	text-align: left;
	box-shadow: none;
}

.epl-author-archive:not(.epl-author-section-header) img {
	width: 100%;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-title {
	position: relative;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-details {
	width: auto;
	padding: 1.2em;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-info, .epl-author-archive:not(.epl-author-section-header) .epl-author-title {
	border: none;
	margin: 0;
	padding: 0;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-title {
	text-transform: none;
	text-transform: none;
	text-transform: uppercase;
	color: var(--epl-color-secondary);
	margin: 0;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	letter-spacing: -.02em;
	text-align: center;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-title a {
	color: var(--epl-color-secondary);
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-position {
	margin: 0;
	color: var(--epl-color-primary);
	font-size: .8em;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	text-transform: uppercase;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-info i {
	margin-right: .6em;
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-button .epl-button {
	background: var(--epl-color-white);
	border: 1px solid var(--epl-color-secondary);
	color: var(--epl-color-secondary);
}

.epl-author-archive:not(.epl-author-section-header) .epl-author-contact-button .epl-button:hover {
	border-color: var(--epl-color-primary);
	color: var(--epl-color-primary);
}

.epl-author-card .epl-author-box {
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.epl-author-card .epl-author-image {
	position: relative;
	min-width: 100%;
	padding-right: 0;
	width: auto;
}

.epl-author-card .epl-author-image a, .epl-author-card .epl-author-image img {
	display: block;
}

.epl-author-card .epl-author-image img {
	border-radius: 0;
	overflow: hidden;
}

.epl-author-card .epl-author-details {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0;
}

.epl-author-card .epl-row--buttons {
	display: flex;
	gap: 1.5em;
	margin-top: auto;
	padding-top: 1.5em;
	border-top: 1px solid var(--epl-color-grey-e1);
}

.epl-author-card .epl-row--buttons > * {
	flex: 1;
	min-width: fit-content;
}

.epl-author-card .epl-author-details, .epl-author-card .epl-author-footer {
	min-width: 100%;
	padding-right: 0;
	width: auto;
}

.epl-author-card .epl-author-contact-title {
	flex: 1 1 auto;
}

.epl-author-card .epl-sd-author-social-buttons {
	margin: 1em 0 0;
	display: flex;
	justify-content: center;
}

.epl-author-card .epl-button {
	width: 100%;
}

.epl-author-image img {
	margin: 0;
	padding: 0;
	height: auto;
}

.epl-author-image img.avatar {
	width: auto;
}

.epl-author-box-zoom .epl-author-box.epl-author-image img {
	margin: 0;
	padding: 0;
	width: 100%;
	transition: filter .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
	filter: saturate(0);
}

.epl-author-box-zoom .epl-author-box .darker {
	min-height: 100px;
	background: #000;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 500ms ease 0s;
}

.epl-author-box-zoom .epl-author-box .epl-staff-office-logo-overlay {
	position: absolute;
	right: 1em;
	bottom: 1em;
	width: 100px;
}

.epl-author-box-zoom .epl-author-box .epl-staff-office-logo-overlay img {
	opacity: 0;
}

.epl-author-box-zoom .epl-author-box-contact-details {
	padding: 0;
}

.epl-author-box-zoom .epl-author-details.epl-author-box {
	min-height: 0;
}

.epl-author-box-zoom:hover .epl-author-box.epl-author-image img {
	transform: scale(1);
	filter: saturate(1);
}

.epl-author-box-zoom:hover .epl-staff-office-logo-overlay img {
	opacity: 1;
}

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

@media screen and (max-width: 100%) {
	.epl-single-epl_office .ast-container .container-wrap-outer-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.epl-office-single.epl-property-single-rec {
	margin: 0 0 3em;
}

.epl-office-single.epl-property-single-rec.ast-article-single {
	padding: 0;
}

.epl-office-single.epl-property-single-rec .epl-entry-content {
	position: relative;
	background: var(--epl-color-page);
	color: var(--epl-color-white);
	overflow: hidden;
}

.epl-office-single.epl-property-single-rec .epl-entry-content .container-wrap-outer-wrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 2em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: center;
	z-index: 1;
}

.epl-office-single.epl-property-single-rec .epl-office-entry-image {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.epl-office-single.epl-property-single-rec .epl-office-entry-image img {
	height: 100%;
	object-fit: cover;
}

.epl-office-single.epl-property-single-rec .epl-office-entry-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--epl-color-black);
	opacity: .5;
}

.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper {
	border-left: none;
}

.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper .epl-grid-block {
	margin-left: 0;
}

.epl-office-single.epl-property-single-rec h1.entry-title {
	margin: .5em 0;
	font-size: 1.8em;
	font-size: 1.4em;
	color: var(--epl-color-white);
	text-transform: none;
	font-weight: 600;
	font-weight: 400;
	position: relative;
}

.epl-office-single.epl-property-single-rec h1.entry-title::before {
	position: relative;
	margin-right: 8px;
	top: 12px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 35px;
	background: transparent url("https://www.companyre.com.au/wp-content/plugins/epl-custom-templates-companyre/assets/images/logo-harcourts-white.svg") center/100% no-repeat;
}

.epl-office-single.epl-property-single-rec .epl-office-info {
	font-size: 1.4em;
	font-weight: 600;
}

.epl-office-single.epl-property-single-rec .epl-office-info p {
	margin: 0;
}

.epl-office-single.epl-property-single-rec .epl-office-license {
	font-size: 1em;
	margin-bottom: 1em;
}

.epl-office-single.epl-property-single-rec .epl-contact-details .epl-label {
	width: 100px;
	display: inline-block;
}

.epl-office-single.epl-property-single-rec .epl-entry-footer {
	position: relative;
	margin-top: -2.8em;
	z-index: 3;
}

@media screen and (min-width: 770px) {
	.epl-office-single.epl-property-single-rec .epl-entry-content .container-wrap-outer-wrapper {
		grid-template-columns: 2fr 3fr;
	}
	
	.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper {
		border-left: 2px solid var(--epl-color-white);
	}
	
	.epl-office-single.epl-property-single-rec .epl-grid-sidebar-outer-wrapper .epl-grid-block {
		margin-left: 5em;
	}
}

/*****************************
	Listing Widget
****************************/
.epl-listing-widget.property-widget-image {
	margin-bottom: 0;
	display: grid;
	grid-template-columns: 60px 1fr;
}

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

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

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

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

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

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

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.epl-listing-widget.property-widget-image {
		margin-bottom: 0;
		display: grid;
		grid-template-columns: 1fr;
	}
	
	.epl-listing-widget.property-widget-image .entry-content {
		padding: .5em 0 1em 0;
	}
}

.epl-single-listing .wrapper {
	max-width: 100%;
}

@media screen and (max-width: 1030px) {
	.epl-single-listing .epl-section-wrap--wide .epl-section {
		max-width: 100%;
	}
}

.epl-post-type-archive .site-content .ast-container {
	display: block;
	max-width: 100% !important;
	padding-inline: 0;
}

.home-carousel-slider {
	padding: 0 50px !important;
	position: relative;
}

.home-carousel-slider .epl-property-blog, .home-carousel-slider .epl-property-blog.hentry, .home-carousel-slider .epl-property-blog.epl-listing-grid-view, .home-carousel-slider .epl-property-blog.epl-listing-grid-view-forced {
	display: block;
	float: left;
	max-width: 380px;
	clear: unset;
}

@media screen and (max-width: 400px) {
	header .nav-trigger {
		padding: 15px 15px 15px 15px !important;
	}
	
	header .navbar-brand-inner img {
		max-width: 200px;
	}
}

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

.epl-post-type-archive main .container {
	width: 100%;
	padding-inline: 0;
}

.epl-section-wrap--wide .epl-section {
	padding-inline: 0;
}

@media screen and (max-width: 1024px) {
	.epl-section-wrap--wide .epl-section {
		max-width: calc(100% - 4em);
	}
}

.epl-listing-grid-view .epl-rec-price, .epl-listing-grid-view-forced .epl-rec-price, .epl-property-blog.epl-listing-grid-view .epl-rec-price, .epl-property-blog.epl-listing-grid-view-forced .epl-rec-price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.epl-listing-grid-view .epl-rec-agent__names, .epl-listing-grid-view-forced .epl-rec-agent__names, .epl-property-blog.epl-listing-grid-view .epl-rec-agent__names, .epl-property-blog.epl-listing-grid-view-forced .epl-rec-agent__names {
	text-align: right;
}

.epl-listing-grid-view .epl-blog-image::after, .epl-listing-grid-view-forced .epl-blog-image::after, .epl-property-blog.epl-listing-grid-view .epl-blog-image::after, .epl-property-blog.epl-listing-grid-view-forced .epl-blog-image::after {
	position: absolute;
	content: "";
	inset: 0;
	background: transparent;
	transition: ease-in-out all .3s;
	opacity: .7;
}

.epl-listing-grid-view:not(:hover) .epl-blog-image::after, .epl-listing-grid-view-forced:not(:hover) .epl-blog-image::after, .epl-property-blog.epl-listing-grid-view:not(:hover) .epl-blog-image::after, .epl-property-blog.epl-listing-grid-view-forced:not(:hover) .epl-blog-image::after {
	position: absolute;
	content: "";
	inset: 0;
	background: #272727;
	transition: ease-in-out all .33s;
	opacity: .7;
}

.epl-rec-agent__row img {
	filter: grayscale(1);
}

.epl-am-section--map.epl-am-section--hidden {
	display: none;
}

@media screen and (min-width: 800px) and (max-width: 1400px) {
	.epl-shortcode .epl-grid-4:not(.epl-widget) {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

.epl-single-listing .epl-listing-single {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.epl-single-listing .site-content {
		margin-bottom: 600px;
	}
}

.epl-single-listing .epl-row--over-image {
	position: absolute;
	bottom: 4em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.epl-single-listing .epl-rec-buttons--icons .epl-button-wrapper > *::after {
	content: "View";
	display: inline-block;
	background: var(--epl-color-primary);
	color: var(--epl-color-white);
	border-radius: 6px;
	padding: .3em .6em;
	margin-left: auto;
	font-size: .9em;
}

.epl-single-listing .epl-rec-buttons--icons .epl-button-wrapper > *:hover::after {
	background: var(--epl-color-tertiary);
	color: var(--epl-color-primary);
}

.epl-single-listing .epl-author-box-card .epl-button {
	background: var(--epl-color-tertiary);
	color: var(--epl-color-primary);
	padding: .5em;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.epl-single-listing .epl-author-box-card .epl-button .rec-icon {
	margin-right: 0;
}

.epl-single-listing .epl-author-contact-details {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: .5em;
}

.epl-single-listing .epl-row--author-email {
	margin-top: auto;
}

@media screen and (min-width: 900px) {
	.epl-single-listing .epl-modal {
		width: 800px;
	}
}

.epl-single-listing .epl-section-wrap--modal .epl-author-box-wrapper {
	padding: 0;
	flex-direction: row;
	gap: 1em;
	justify-content: center;
}

.epl-single-listing .epl-section-wrap--modal .epl-author-box-card {
	margin: 0;
	align-items: center;
}

.epl-single-listing .epl-section-wrap--modal .epl-row--author-email {
	display: none;
}

.epl-single-listing .epl-section-wrap--modal .epl-author-box-card__row--header img {
	max-width: 120px;
}

.epl-single-listing .epl-section-wrap--modal .gfield_select {
	display: block !important;
}

.epl-single-listing .epl-section-wrap--modal .ui-selectmenu-button {
	display: none;
}

.epl-single-listing .epl-section-wrap--modal input[type=submit] {
	width: 100%;
}

.epl-search-builder__wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.epl-search-form .fancy-select-wrap {
	padding-top: 0 !important;
}

.epl-search-form .epl-search-builder__section--more-options .epl-search-builder__row__items {
	flex-direction: column;
}

.epl-search-form .epl-property_address {
	flex: 1;
}

@media screen and (min-width: 600px) {
	.epl-search-form .sortby .list {
		left: initial;
		right: 0;
	}
}

@media screen and (min-width: 600px) and (max-width: 770px) {
	.epl-search-form .epl-property_status {
		flex-basis: 20%;
	}
	
	.epl-search-form .epl-property_address {
		flex-basis: 60%;
	}
}

@media screen and (max-width: 600px) {
	.epl-search-form .epl-search-row {
		flex: 1 1 45%;
	}
	
	.epl-search-form .epl-property_address {
		flex: 1 1 100%;
	}
}

.epl-search-form .epl-property_segment label {
	margin: 0;
	padding: 0 1em;
	height: 52px;
	line-height: 52px;
}

@media screen and (max-width: 600px) {
	.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu a {
		padding-inline: 1em;
	}
}

.epl-ct-tabbed-search ul.epl_ui_tab_menu_wrapper {
	flex-wrap: wrap;
}

.epl-search-form .ui-widget {
	display: none;
}

@media screen and (max-width: 1030px) {
	.epl-section-wrap--search {
		margin-top: 32px;
	}
}

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

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

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

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

.epl-section-inner--map-results .epl-section {
	max-width: 100%;
	padding: 0;
}

.epl-section-inner--map-results .epl-am-section--listings {
	overflow: scroll;
}

.epl-section-inner--map-results .epl-loop-content {
	padding: 1em;
	overflow-y: scroll;
}

.epl-section-inner--map-results .epl-section-wrap--tools .epl-section {
	padding: 1em;
}

.epl-section-inner--map-results .epl-am-template--full {
	display: block;
}

.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-section {
	padding: 1em 0;
	max-width: 1420px;
}

.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-loop-content {
	padding: 0 1em;
	overflow-y: initial;
}

.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-section-wrap--tools .epl-section {
	padding: 1em;
}

.epl-section-inner--map-results:has(.epl-am-section--full-width) .epl-am-template--full {
	display: none;
}

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

.epl-button--map-tools i {
	display: none;
}

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

.epl-am-section--tools .epl-am-tool--buttons {
	margin-left: auto;
}

.epl-am-section--tools .epl-button {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.epl-button.epl-button--map-tool-toggle-close {
	display: none;
}

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

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

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

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

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

.epl-sd-single--ct-custom .epl-section-wrap--author--video .epl-section {
	padding-block: 0;
}

.epl-sd-single--ct-custom .epl-section-wrap--author--video iframe {
	width: 100% !important;
	height: 800px !important;
}

@media screen and (min-width: 1030px) {
	.epl-sd-single--ct-custom .epl-section--sidebar-right {
		grid-template-columns: 1fr 470px;
	}
}

.epl-sd-single--ct-custom .epl-info-bar .epl-row {
	margin: 3em 0;
}

.epl-sd-single--ct-custom .epl-info-bar .epl-row:first-child {
	margin-top: 0;
}

.epl-sd-single--ct-custom .epl-info-bar .epl-label {
	flex-basis: 100%;
	text-align: center;
	font-weight: 300;
}

.epl-sd-single--ct-custom .epl-row--location-profile {
	text-align: center;
}

.epl-sd-single--ct-custom .epl-rec-buttons .epl-button-wrapper {
	justify-content: center;
}

.epl-sd-single--ct-custom .epl-icon-container-email {
	display: none;
}

.epl-sd-single--ct-custom .epl-row--office-logo {
	text-align: center;
}

.epl-sd-single--ct-custom .epl-row--office-logo img {
	max-width: 200px;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details {
	margin: 0;
	padding: 0;
	box-shadow: 6px 6px 28px 0px rgba(228, 228, 228, .5);
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content-intro > * {
	padding-inline: 3rem;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-block-sub-title {
	padding-top: 3em;
	color: red;
	text-transform: uppercase;
	font-size: .8em;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-block-title {
	margin: 1em 0 .3em;
	color: var(--epl-color-primary);
	font-weight: 800;
	font-size: 2.4em;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details p {
	font-weight: 300;
	font-size: 1.1em;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content {
	background: var(--epl-color-grey-f7);
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content .epl-row {
	border-bottom: 1px solid rgba(112, 112, 112, .1215686275);
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content .epl-row:last-child {
	border-bottom: none;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content .epl-row > * {
	padding: 2rem 3rem;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content .epl-label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: .8em;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content a {
	color: var(--epl-color-primary);
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--staff-content .epl-value {
	font-weight: 300;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--email .epl-label {
	display: block;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--mobile .epl-value {
	font-size: 1.6em;
	font-weight: 700;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-sd-author-mobile {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.epl-sd-single--ct-custom .epl-block-widget--staff-details .epl-row--social svg {
	filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(91%) contrast(85%);
}

.epl-sd-entry-image--featured img, .epl-row--author-image img {
	filter: grayscale(1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.epl-author-simple .epl-author-image {
	position: relative;
}

.epl-author-simple .epl-author-image-cover-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	transition: width ease-in-out .3s, opacity ease-in-out .3s;
	background: var(--epl-color-primary);
	overflow: hidden;
}

.epl-author-simple .epl-author-image-cover {
	display: block;
	position: absolute;
	left: -66px;
	bottom: 6em;
	width: 200px;
	transform: rotate(-90deg);
	transition: opacity ease-in-out .3s;
	transition-delay: .3s;
	opacity: 0;
	font-weight: 600;
	font-size: 1.2em;
	color: red;
}

.epl-author-simple:hover .epl-author-image-cover-container {
	width: 100%;
}

.epl-author-simple:hover .epl-author-image-cover-container .epl-author-image-cover {
	opacity: 1;
}

.epl-author-simple .epl-author-image img {
	filter: grayscale(1);
}

.epl-author-simple .epl-author-logo {
	position: absolute;
	bottom: .8em;
	right: 1em;
	max-width: 22%;
}
