/*# sourceMappingURL=frontend-styles.min.css.map */

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.pac-container {
	box-shadow: none;
	border-top: none;
	border-radius: 0;
	margin-left: -.5px;
}

.pac-container .pac-item {
	line-height: 38px;
	padding: 0 14px;
	cursor: pointer;
}

.pac-container .pac-item .pac-icon {
	margin-top: 10px;
}

.pac-container .pac-item:hover .pac-icon.pac-icon-marker {
	background-position: -18px -161px !important;
}

.pac-container.pac-logo::after {
	background: none !important;
	display: none;
}

.rh_wrapper_floating_features {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 999999999;
}

.rh_wrapper_floating_features ::-webkit-scrollbar {
	width: 5px;
	z-index: 99999999999;
	background-color: #fff;
}

.rh_wrapper_floating_features ::-webkit-scrollbar-track {
	border-radius: 0;
}

.rh_wrapper_floating_features ::-webkit-scrollbar-thumb {
	background-color: #e0e0e0;
	border-radius: 0;
}

.rh_wrapper_currency_switcher {
	margin-bottom: 3px;
	position: relative;
	right: calc(-100% + 47px);
	transition: .5s all ease-in-out;
	direction: ltr;
}

.rh_wrapper_currency_switcher form {
	margin-bottom: 0;
}

.rh_wrapper_currency_switcher:hover {
	right: 0;
	transition: .2s all ease-in-out;
}

.rh_wrapper_currency_switcher.parent_open {
	right: 0;
	transition: .2s all ease-in-out;
}

.rh_currency_open_full {
	right: 0;
}

.rh_currency_open_full #currency-switcher #selected-currency:hover {
	background-color: #fff;
	color: #0d0d0d;
}

#currency-switcher-form {
	background: #000;
}

#currency-switcher {
	margin: 0;
	position: relative;
}

#currency-switcher #selected-currency {
	color: #fff;
	font-size: 11px;
	line-height: 24px;
	padding: 13px 13px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	transition: .2s all;
}

#currency-switcher #selected-currency:after {
	position: absolute;
	right: 10px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
}

#currency-switcher #selected-currency i {
	display: inline-block;
}

#currency-switcher #selected-currency .currency_text {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 14px;
	line-height: 14px;
}

#currency-switcher.open #selected-currency {
	background-color: #fff;
	color: #0d0d0d;
}

#currency-switcher-list {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	max-height: 220px;
	overflow-y: auto;
}

#currency-switcher-list li {
	display: flex;
	align-items: center;
	padding: 13px;
	background-color: #fff;
	color: gray;
	border-top: none;
	font-size: 14px;
	line-height: 26px;
	cursor: pointer;
	vertical-align: middle;
	transition: .2s all;
}

#currency-switcher-list li:hover {
	background-color: #f7f7f7;
}

#currency-switcher-list li i {
	display: inline-block;
}

#currency-switcher-list li .currency_text {
	margin-left: 13px;
	margin-right: 9px;
}

.rh_wrapper_language_switcher {
	direction: ltr;
	margin-bottom: 3px;
	position: relative;
	right: calc(-100% + 47px);
	transition: .5s all ease-in-out;
}

.rh_wrapper_language_switcher:hover {
	right: 0;
	transition: .2s all ease-in-out;
}

.rh_wrapper_language_switcher.parent_open {
	right: 0;
	transition: .2s all ease-in-out;
}

.rh_language_open_full {
	right: 0;
}

.rh_language_open_full .inspiry-language-switcher .inspiry-language.current:hover {
	background: #fff;
}

.rh_language_open_full .inspiry-language-switcher .inspiry-language.current:hover span {
	color: #0d0d0d;
}

.rh_language_open_full .inspiry-language-switcher .inspiry-language.current:hover:after {
	color: #0d0d0d;
}

.inspiry-language-switcher {
	background: #000;
	cursor: pointer;
}

.inspiry-language-switcher ul {
	list-style: none;
	z-index: 999;
	margin: 0;
}

.inspiry-language-switcher li {
	display: flex;
}

.inspiry-language-switcher li img {
	width: 24px;
	height: 16px;
	margin-left: 6px;
	margin-right: 6px;
}

.inspiry-language-switcher li a {
	transition: all .2s linear;
	display: flex;
	padding: 13px 7px;
	width: 100%;
	color: gray;
}

.inspiry-language-switcher li a:hover {
	background: #f7f7f7;
}

.inspiry-language-switcher>ul>li {
	position: relative;
	padding: 13px 18px 13px 7px;
	transition: all .2s linear;
}

.inspiry-language-switcher>ul>li:after {
	position: absolute;
	right: 10px;
	top: 10px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
}

.inspiry-language-switcher>ul>li.open {
	background-color: #fff;
}

.inspiry-language-switcher>ul>li.open span {
	color: #0d0d0d;
}

.inspiry-language-switcher>ul>li.open:after {
	color: #0d0d0d;
}

.inspiry-language-switcher>ul>li>ul {
	width: 100%;
	max-height: 220px;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
	display: none;
}

.inspiry-language-switcher .inspiry-language.current {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2.4rem;
	text-transform: capitalize;
	transition: all .2s linear;
	color: #fff;
}

.inspiry-language-switcher span:not(.inspiry-no-language-flag) {
	display: inline-block;
	word-break: break-all;
}

.inspiry-language-switcher .inspiry-language-native {
	white-space: nowrap;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rh_compare_action_notification {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 999999;
	padding: 15px 25px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	max-width: calc(100% - 30px);
	transform: translateY(150%);
	transition: all .3s ease-in-out;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	background-color: #1a1a1a;
	color: #fff;
}

.rh_compare_action_notification.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rh_floating_compare_button {
	direction: ltr;
	padding: 9px 13px;
	color: #fff;
	cursor: pointer;
	background: #000;
	transition: .2s all;
	position: relative;
}

.rh_floating_compare_button svg {
	fill: #fff;
	transition: .2s all;
}

.rh_floating_compare_button .rh_compare_count {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

.rh_floating_compare_button:after {
	position: absolute;
	right: 10px;
	top: 10px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 24px;
}

.rh_floating_compare_button .rh_compare_icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.rh_floating_compare_button .rh_compare_icon svg {
	width: 100%;
	height: auto;
}

.rh_wrapper_properties_compare {
	position: relative;
	right: -100%;
	transition: .2s all ease-in-out;
}

.rh_wrapper_properties_compare.rh_has_compare_children {
	right: 0;
}

.rh_compare {
	margin: 0 4px;
	padding: 20px;
	text-align: left;
	box-shadow: 0 -6px 6px rgba(0, 0, 0, .1);
	background: #fff;
}

@media (min-width: 768px) {
	.rh_compare {
		margin-right: 0;
		margin-left: 0;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
	}
}

.rh_compare .title {
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--rh-global-color-headings);
}

.rh_compare .rh_compare__carousel {
	display: flex;
	flex-direction: column;
}

.rh_compare .rh_compare__carousel .rh_compare__remove {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	line-height: 10px;
	background: #000;
	transition: .2s all linear;
}

.rh_compare .rh_compare__carousel .rh_compare__remove:hover {
	background: rgba(0, 0, 0, .6);
	transition: .2s all linear;
}

.rh_compare .rh_compare__carousel .rh_compare__remove i {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #fff;
}

.rh_compare .rh_compare__carousel .rh_compare__remove svg {
	width: 100%;
	height: auto;
}

.rtl .rh_compare .rh_compare__carousel .rh_compare__remove {
	right: auto;
	left: 0;
}

.rh_compare_open .rh_floating_compare_button {
	background: #fff;
	color: #0d0d0d;
}

.rh_compare_open .rh_floating_compare_button svg {
	fill: #000;
}

.rh_fixed_side_bar_compare {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	z-index: 99;
	width: 360px;
}

.rh_fixed_side_bar_compare .rh_compare .rh_compare__carousel .rh_compare__slide {
	width: 100%;
}

.rh_fixed_side_bar_compare .rh_compare__submit {
	display: block;
	padding: 11px 20px;
	font-size: 15px;
	text-align: center;
	transition: .2s all ease-in-out;
	background: var(--rh-global-color-primary-dark);
	color: #fff;
}

.rh_fixed_side_bar_compare .rh_compare__submit:hover {
	background: var(--rh-global-color-secondary-dark);
}

.rh_floating_classic .rh_compare__slide_img .rh_compare_view_title:hover {
	color: #df5400;
}

.rh_floating_classic .rh_compare__submit {
	background: #ec894d;
}

.rh_floating_classic .rh_compare__submit:hover {
	background: #e3712c;
}

.rh_compare__slide_img {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.rh_compare__slide_img .rh_compare_img_inner {
	position: relative;
	flex-shrink: 0;
	width: 100px;
}

.rh_compare__slide_img .rh_compare_view_title {
	display: inline-block;
	flex: 1;
	align-self: flex-start;
	font-size: 16px;
	font-weight: 500;
	transition: .2s all ease-in-out;
	color: var(--rh-global-color-headings);
}

.rh_compare__slide_img .rh_compare_view_title:hover {
	color: var(--rh-global-color-primary);
}

.rtl .rh_compare__slide_img .rh_compare_view_title, .rtl .rh_compare .title {
	text-align: right;
}

.rh-compare-properties-head .compare-share-buttons {
	position: relative;
}

.rh-compare-properties-head .compare-share-buttons .share-header {
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	margin: 0;
	background-color: var(--rh-global-color-primary);
	color: #fff;
	cursor: pointer;
	z-index: 990;
	transition: all 200ms linear;
}

.rh-compare-properties-head .compare-share-buttons .share-header:hover {
	background-color: var(--rh-global-color-primary-dark);
}

.rh-compare-properties-head .compare-share-buttons ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	transition: all 200ms linear;
	z-index: 888;
}

.rh-compare-properties-head .compare-share-buttons ul li {
	font-size: 25px;
	margin: 0;
	float: left;
}

.rh-compare-properties-head .compare-share-buttons ul li a {
	display: inline-block;
	padding: 7px 13px 6px;
	background-color: #fff;
	border: 3px solid #627bdf;
	transition: all 200ms linear;
}

.rh-compare-properties-head .compare-share-buttons ul li a.whatsapp {
	border-color: #25d366;
	color: #25d366;
}

.rh-compare-properties-head .compare-share-buttons ul li a.whatsapp:hover, .rh-compare-properties-head .compare-share-buttons ul li a.whatsapp.active {
	background-color: #25d366;
	color: #fff;
}

.rh-compare-properties-head .compare-share-buttons ul li a.email {
	border-color: #627bdf;
	color: #627bdf;
}

.rh-compare-properties-head .compare-share-buttons ul li a.email:hover, .rh-compare-properties-head .compare-share-buttons ul li a.email.active {
	background-color: #627bdf;
	color: #fff;
}

.rh-compare-properties-head .compare-share-buttons .share-header:hover+ul {
	left: 86.6px;
	opacity: 1;
}

.rh-compare-properties-head .compare-share-buttons ul:hover {
	left: 86.6px;
	opacity: 1;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap {
	display: none;
	position: absolute;
	left: 86px;
	top: 50px;
	min-width: 330px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(51, 50, 34, .3333333333);
	transition: all 200ms linear;
	box-sizing: content-box;
	z-index: 999;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap label {
	display: block;
	margin: 0 0 10px;
	color: #333;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fields {
	display: flex;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fields input[type=email] {
	border: 1px solid #dadada;
	border-radius: 0;
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	font-size: 14px;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fields .rh-btn-primary {
	border-radius: 0;
	padding: 10px 30px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .email-error {
	position: absolute;
	bottom: -20px;
	left: 60px;
	font-size: 16px;
	background-color: #333;
	color: #fff;
	padding: 7px 12px;
	border-radius: 5px;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .email-error:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -5px;
	left: 10px;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid #000;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .compare-share-progress {
	display: none;
	padding: 5px 0;
	text-align: center;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .compare-share-progress svg g path {
	fill: var(--rh-global-color-primary);
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .compare-share-progress .message {
	display: none;
	font-size: 18px;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .compare-share-progress .message i {
	font-size: 24px;
	margin: 0 0 10px;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fa-times {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 6px;
	font-size: 10px;
	background-color: var(--rh-global-color-primary);
	color: #fff;
	cursor: pointer;
	transition: all 200ms linear;
}

.rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fa-times:hover {
	background-color: #000;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-header {
	padding: 8px 30px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
	transition: .2s all linear;
	line-height: 1.2;
	border: 2px solid var(--rh-global-color-primary);
	position: relative;
	z-index: 999;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-header:hover {
	background-color: #fff;
	color: var(--rh-global-color-primary);
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-header:hover+ul {
	left: 92px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons ul {
	margin: 0 0 0 15px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons ul li {
	line-height: 26px;
	margin: 0 1px 0 0;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons ul li a {
	padding: 4px 9px;
	font-size: 16px;
	border-radius: 50%;
	border-width: 2px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons ul:hover {
	left: 92px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap {
	top: 40px;
	left: 110px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap label {
	font-size: 14px;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .fields {
	margin-bottom: 0;
}

.design_ultra .rh-compare-properties-head .compare-share-buttons .share-by-mail-wrap .message {
	margin: 0;
}

div.rh-ultra-tooltip {
	padding: 5px 10px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 13px;
	box-shadow: none;
	outline: none;
	font-family: "DM Sans", sans-serif;
	line-height: 1;
	background: #000;
	color: #fff;
}

div.rh-ultra-tooltip .arrow:after {
	background: #000;
}

div.rh-ultra-tooltip.ui-widget-content {
	border: 0;
	white-space: nowrap;
}

div.rh-ultra-tooltip .arrow {
	width: 100%;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
}

div.rh-ultra-tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}

div.rh-ultra-tooltip .arrow.top:after {
	bottom: -20px;
	top: auto;
}

div.rh-ultra-tooltip .arrow.left:after {
	left: auto;
	right: 25px;
}

.rtl div.rh-ultra-tooltip .arrow.left:after {
	left: 37px;
	right: auto;
}

div.rh-ultra-tooltip .arrow:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	top: -21px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px #000;
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.rh_wrapper_floating_features {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
		right: auto;
		top: auto;
		bottom: 0;
		background: #000;
	}
	
	.rh_wrapper_currency_switcher, .rh_wrapper_properties_compare, .rh_wrapper_language_switcher {
		right: 0;
		margin-bottom: 0;
	}
	
	.rh_wrapper_properties_compare {
		display: none;
	}
	
	.rh_wrapper_properties_compare.rh_has_compare_children {
		display: block;
	}
	
	.rh_floating_compare_button:after {
		top: 10px;
		right: 5px;
		transform: rotate(180deg);
	}
	
	.inspiry-language-switcher>ul>li:after {
		top: 10px;
		transform: rotate(180deg);
	}
	
	.inspiry-language-switcher>ul>li>ul {
		top: auto;
		bottom: 100%;
	}
	
	#currency-switcher #selected-currency:after {
		transform: rotate(180deg);
	}
	
	#currency-switcher-list {
		top: auto;
		bottom: 100%;
	}
	
	.rh_fixed_side_bar_compare {
		position: fixed;
		top: auto;
		bottom: 42px;
		width: 100%;
		left: 0;
		right: auto;
	}
	
	.rtl .rh_fixed_side_bar_compare {
		right: auto;
		left: 0;
	}
	
	.rtl .property-agent-contact-methods-wrapper .property-agent-details .agent-thumb .rh_agent_verification__icon {
		right: auto;
		left: 2px;
	}
	
	.inspiry_body_floating_features_show #footer-wrapper {
		margin-bottom: 42px;
	}
	
	.inspiry_body_floating_features_hide .rh_wrapper_floating_features {
		display: none;
	}
}

@media (max-width: 667px) {
	.rh_wrapper_floating_features {
		z-index: 9999999999;
	}
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform .3s ease-out, opacity .3s ease-in;
}

.leaflet-cluster-spider-leg {
	transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(var(--rh-global-color-primary-rgb), .5);
	color: #fff;
}

.marker-cluster-small div {
	background-color: rgba(var(--rh-global-color-primary-rgb), 1);
}

.marker-cluster-medium {
	background-color: rgba(var(--rh-global-color-secondary-rgb), .6);
	color: #fff;
}

.marker-cluster-medium div {
	background-color: rgba(var(--rh-global-color-secondary-rgb), 1);
}

.marker-cluster-large {
	background-color: rgba(var(--rh-global-color-primary-rgb), .6);
	color: #fff;
}

.marker-cluster-large div {
	background-color: rgba(var(--rh-global-color-primary-rgb), .6);
}

.leaflet-oldie .marker-cluster-small {
	background-color: var(--rh-global-color-primary);
	color: #fff;
}

.leaflet-oldie .marker-cluster-small div {
	background-color: var(--rh-global-color-primary);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: #f1d357;
	color: #fff;
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
	background-color: var(--rh-global-color-secondary);
	color: #fff;
}

.leaflet-oldie .marker-cluster-large div {
	background-color: var(--rh-global-color-secondary);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
}

.marker-cluster span {
	line-height: 30px;
}

.grecaptcha-badge {
	bottom: 130px !important;
	z-index: 9999;
}

.design_classic.single-property .g-recaptcha-type-v3 {
	margin-bottom: 0;
}

.design_classic .marker-cluster-small {
	background-color: rgba(89, 186, 227, .5);
}

.design_classic .marker-cluster-small div {
	background-color: #59bae3;
}

.rh_login_modal_wrapper {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 9999999;
	justify-content: center;
	align-items: center;
	display: none;
}

.rh_login_modal_wrapper li {
	list-style: none;
	display: inline-block;
}

.rh_login_modal_wrapper .rh_modal_field {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.rh_login_modal_wrapper .rh_modal_field.error {
	border-color: red;
	color: inherit;
}

.rh_login_modal_wrapper .rh_modal_labels {
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

.rh_login_modal_wrapper .rh_modal_input_cb {
	display: none;
}

.rh_login_modal_wrapper .rh_modal_label_cb {
	margin: 5px 0 20px 0;
	display: inline-block;
	color: #1a1a1a;
}

.rh_login_modal_wrapper .rh_modal_label_cb:before {
	content: "";
	position: absolute;
	left: auto;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	background-color: #e8e8e8;
}

.rh_login_modal_wrapper .rh_modal_label_cb:after {
	display: block;
	position: absolute;
	margin-top: -13px;
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	font-size: 11px;
	text-rendering: auto;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

.rh_login_modal_wrapper .rh_modal_label_cb span {
	margin: 0 0 0 30px;
	font-size: 14px;
	color: #1a1a1a;
}

.rh_login_modal_wrapper .rh_modal_input_cb:checked~.rh_modal_label_cb:before {
	background-color: var(--rh-global-color-primary);
}

.rh_login_modal_wrapper .rh_modal_input_cb:checked~.rh_modal_label_cb:after {
	content: "";
}

.rh_login_modal_wrapper ::-moz-placeholder {
	color: gray;
}

.rh_login_modal_wrapper ::placeholder {
	color: gray;
}

.rh_login_modal_wrapper button:not(.dropdown-toggle) {
	line-height: 40px;
	width: 100%;
	padding: 0;
	cursor: pointer;
}

.rh_login_modal_wrapper button:not(.dropdown-toggle):hover {
	background: var(--rh-global-color-primary-dark);
	color: var(--rh-global-color-primary);
}

.rh_login_modal_wrapper .rh_login_tabs {
	margin-bottom: 25px;
	margin-left: -11px;
	margin-right: -11px;
}

.rh_login_modal_wrapper .rh_login_tabs li {
	color: gray;
	font-size: 14px;
	margin-left: 11px;
	margin-right: 11px;
	display: inline-block;
	padding-bottom: 15px;
	cursor: pointer;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: .2s all ease-in-out;
}

.rh_login_modal_wrapper .rh_login_tabs li:hover {
	color: #1ea39a;
	border-color: #1ea39a;
}

.rh_login_modal_wrapper .rh_login_tabs li.rh_active {
	color: #1ea39a;
	border-color: #1ea39a;
}

.rh_login_modal_wrapper .wp-social-login-provider-list {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: -3px;
	margin-right: -3px;
	display: flex;
}

.rh_login_modal_wrapper .wp-social-login-provider-list a {
	display: inline-block;
	color: #fff;
	padding: 12px 0;
	margin: 3px;
	font-size: 13px;
	flex: auto;
	text-align: center;
	transition: .2s all ease-in-out;
}

.rh_login_modal_wrapper .wp-social-login-provider-list a:hover {
	background: #1a1a1a;
}

.rh_login_modal_wrapper .wp-social-login-provider-list .wp-social-login-provider-facebook {
	background: #3b5998;
}

.rh_login_modal_wrapper .wp-social-login-provider-list .wp-social-login-provider-google {
	background: #dd4b39;
}

.rh_login_modal_wrapper .wp-social-login-provider-list .wp-social-login-provider-twitter {
	background: #1da1f2;
}

.rh_login_modal_wrapper label.error {
	display: none !important;
}

.rh_login_modal_wrapper .rh_modal__recaptcha {
	margin-bottom: 20px;
}

.rh_login_modal_wrapper .rh_modal_role_select {
	margin-bottom: 20px;
}

.rh_login_modal_wrapper .rh_modal_role_select .inspiry_bs_default_mod button.dropdown-toggle {
	padding: 10px 15px;
}

.rh_login_modal_wrapper #user-role, .rh_login_modal_wrapper .rh_custom_login_modal_select {
	width: 100%;
	margin-bottom: 0;
	border: none;
	height: 40px;
	outline: none;
	color: gray;
	padding-left: 0;
	padding-right: 0;
}

.rh_login_modal_wrapper .rh_forget_password_trigger:hover {
	color: var(--rh-global-color-secondary);
}

.rh_login_quote_side {
	display: flex;
	position: relative;
	background-image: url("https://cdn-ikppfmh.nitrocdn.com/qWXshdusRxTxtwLGvUsVjxhdgfHFpnhu/assets/images/optimized/rev-6e90cf4/neevilas.in/wp-content/themes/realhomes/common/images/login-modal.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rh_login_quote_side.nitro-lazy {
	background-image: none !important;
}

.rh_login_quote_side .rh_bg_layer {
	display: block;
	background: #000;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (max-width: 1023px) {
	.rh_login_quote_side {
		display: none;
	}
}

.rh_wapper_quote_contents {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rh_login_modal_box {
	background: #fff;
	max-width: 1000px;
	width: 100%;
	display: flex;
	position: relative;
}

.rh_login_modal_box.rh_login_no_quote {
	max-width: 500px;
}

.rh_login_modal_box .rh_login_sides {
	max-width: 500px;
	flex: 1;
	background-position: left top;
	background-size: cover;
	padding: 35px 45px;
}

@media (max-width: 479px) {
	.rh_login_modal_box .rh_login_sides {
		padding: 35px 10px;
	}
}

.rh_login_modal_box .rh_login_form_side {
	position: relative;
	overflow: hidden;
}

.rh_login_modal_box .rh_login_close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 10px 14px;
	background: #e4e4e4;
	color: #1a1a1a;
	cursor: pointer;
	transition: .2s all ease-in-out;
}

.rh_login_modal_box .rh_login_close:hover {
	color: #fff;
	background: #1a1a1a;
}

@media (max-width: 1023px) {
	.rh_login_modal_box {
		max-width: 500px;
		max-height: 100%;
		overflow-y: auto;
	}
}

.rh_login_modal_box .wp-social-login-widget {
	margin-top: 15px;
}

.rh_login_quote_box .rh_login_quote {
	font-size: 22px;
	font-style: italic;
	font-weight: 500;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 10px;
}

.rh_login_quote_box .rh_login_quote_author {
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	opacity: .5;
}

.rh_wrapper_inline_labels {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rh_forget_password_trigger {
	color: gray;
	font-size: 13px;
	cursor: pointer;
	font-weight: 500;
	transition: .2s all ease-in-out;
	margin-bottom: 10px;
}

.rh_forget_password_trigger:hover {
	color: var(--rh-global-color-secondary);
}

.rh_login_date_box span {
	display: block;
	color: #fff;
}

.rh_login_date_box .rh_login_date {
	font-size: 20px;
}

.rh_login_date_box .rh_login_day {
	font-size: 30px;
	font-weight: 500;
}

.rh_form_modal {
	display: none;
}

.rh_login_modal_show {
	display: block;
}

.rh_login_logo {
	margin-bottom: 30px;
}

.rh_login_logo a {
	display: inline-block;
}

.rh_login_logo img {
	filter: drop-shadow(1px 1px 2px gray);
}

.rh_login_blog_name {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.rh_login_blog_name {
		display: none;
	}
}

.rh_login_modal_messages {
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	transition: .5s all ease-in-out;
	padding: 25px 45px;
	background: rgba(0, 0, 0, .95);
}

.rh_login_modal_messages p {
	margin-bottom: 0;
	color: #fff;
}

.rh_login_modal_messages .rh_login_close_message {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 10px;
	color: #fff;
}

.rh_login_modal_classic .rh_login_tabs li.rh_active {
	color: #ec894d;
	border-color: #ec894d;
}

.rh_login_modal_classic .rh_login_tabs li:hover {
	color: #ec894d;
	border-color: #ec894d;
}

.rh_login_modal_classic .rh_modal_field {
	box-sizing: border-box;
	border-color: #cdcdcd;
	outline: none;
}

.rh_login_modal_classic .rh_modal_field:focus {
	border-color: #cdcdcd !important;
	box-shadow: none !important;
}

.rh_login_modal_classic .rh_modal_field.error {
	border-color: red !important;
}

.rh_login_modal_classic .rh_modal_field::-moz-placeholder {
	color: gray;
}

.rh_login_modal_classic .rh_modal_field::placeholder {
	color: gray;
}

.rh_login_modal_classic .rh_modal_label_cb:after {
	margin-top: -15px;
	margin-left: 5px;
}

.rh_login_modal_classic button {
	background: #ec894d;
	color: #fff;
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
	border: none;
	outline: none;
	line-height: 34px;
}

.rh_login_modal_classic button:hover {
	background: #e3712c;
}

.rh_login_modal_classic button.dropdown-toggle:hover {
	background: rgba(0, 0, 0, 0);
}

.rh_login_modal_classic .wp-social-login-provider-list a {
	padding: 7px 0;
}

.rh_login_modal_classic .rh_modal_labels {
	color: #394041;
}

.rh_login_modal_classic .rh_login_blog_name {
	color: #394041;
}

.rh_login_modal_classic form {
	margin-bottom: 0;
}

.rh_login_modal_classic .rh_forget_password_trigger:hover {
	color: #df5400;
}

.rh_login_modal_classic .rh_login_date_box .rh_login_date {
	margin-bottom: 10px;
}

.rh_login_modal_classic .rh_modal_role_select {
	margin-bottom: 20px;
}

.rh_login_modal_classic .rh_modal_role_select .inspiry_select_picker_trigger.bootstrap-select button.dropdown-toggle {
	padding: 2px 15px;
}

.rh_login_modal_classic .rh_modal_role_select .inspiry_select_picker_trigger.bootstrap-select button.dropdown-toggle .bs-caret {
	height: 38px;
}

.rh_login_modal_classic #user-role, .rh_login_modal_classic .rh_custom_login_modal_select {
	width: 100%;
	margin-bottom: 0;
	border: none;
	height: 34px;
	outline: none;
	color: gray;
}

.inspiry-select2-login-modal-container {
	z-index: 99999999999;
	display: block;
}

.inspiry-select2-login-modal-container:focus {
	outline: none !important;
}

.inspiry-select2-login-modal-container .select2-selection--single {
	height: 40px;
	outline: none !important;
	border: none;
	border-radius: 0;
}

.inspiry-select2-login-modal-container .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	outline: none !important;
	padding-left: 15px;
}

.inspiry-select2-login-modal-container .select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 40px;
}

.rh_login_quote_mark {
	display: inline-block;
	width: 36px;
	margin-bottom: 30px;
}

.rh_login_quote_mark svg {
	fill: #fff;
}

.rtl .rh_login_quote_mark {
	transform: rotateY(180deg);
}

.rtl .rh_login_modal_box .rh_login_close {
	right: auto;
	left: 0;
}

.rh_modal_login_loader {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .4);
}

.rh_modal_login_loader svg rect {
	fill: rgba(0, 0, 0, 0);
}

.rh_modal_login_loader.rh_modal_login_loader_hide {
	display: none;
}

.rh_modal_login_loader.rh_modal_login_classic svg path {
	fill: #ec894d;
}

.rh-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0, 0, 0, .8);
}

.rh-modal button {
	padding: 1.2rem 1.8rem;
	cursor: pointer;
}

.rh-modal button:disabled {
	pointer-events: none;
	background-color: #cdcdcd;
	border: 1px solid #999;
	color: #999;
}

.rh-modal .close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
	display: block;
	padding: 10px 14px;
	transition: .2s all ease-in-out;
	background: rgba(0, 0, 0, 0);
	color: #1a1a1a;
}

.rh-modal .close:hover {
	color: #fff;
	background-color: #1a1a1a;
}

.rh-modal.show .rh-modal-dialog {
	transform: none;
}

.rh-modal-dialog {
	position: relative;
	margin: 15px;
	pointer-events: none;
	transition: transform .2s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.rh-modal-dialog {
		transition: none;
	}
}

@media (min-width: 576px) {
	.rh-modal-dialog {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.rh-modal-dialog {
		width: 650px;
	}
}

.rh-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	outline: 0;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	background-color: #fff;
}

.rh-modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 2.5rem;
	padding: 3rem 1.5rem 0;
}

@media (min-width: 576px) {
	.rh-modal-header {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

.rh-modal-title {
	margin: 0 0 .5rem;
	font-size: 2.4rem;
}

.rh-modal-sub-title {
	margin: 0;
}

.rh-modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.5rem;
}

@media (min-width: 576px) {
	.rh-modal-body {
		padding: 3rem;
	}
}

.rh-modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem;
	background: rgba(242, 243, 248, .8);
}

@media (min-width: 576px) {
	.rh-modal-footer {
		padding: 2.5rem 3rem;
	}
}

.report-property-modal .title {
	margin: 1rem 0 2.5rem;
}

.report-property-modal label {
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #000;
}

.report-property-modal label span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}

.report-property-modal label input {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.report-property-modal label input+span::after {
	display: block;
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 1px solid #979797;
}

.report-property-modal .checkbox-single label {
	padding: 1.5rem 0;
}

@media (min-width: 576px) {
	.report-property-modal .checkbox-single label {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.report-property-modal .checkbox-single label:not(:last-child) {
	border-bottom: 1px solid #cbccd1;
}

.report-property-modal .checkbox-single label span {
	margin: 0 .4rem;
	font-weight: 500;
}

.report-property-modal .checkbox-single label input:checked+span::after {
	background-color: var(--rh-global-color-primary);
	border-color: var(--rh-global-color-primary-dark);
	box-shadow: 0 0 0 4px rgba(var(--rh-global-color-primary-rgb), .3);
}

.report-property-modal .checkbox-multi {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.report-property-modal .checkbox-multi label span {
	flex-direction: row-reverse;
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	padding: 1.5rem 1.5rem;
	border: 1px solid #cbccd1;
}

.report-property-modal .checkbox-multi label span::after {
	width: 2.4rem;
	height: 2.4rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 2.3rem;
	text-align: center;
}

.report-property-modal .checkbox-multi label input:checked+span {
	border-color: rgba(var(--rh-global-color-primary-rgb), .2);
	background: rgba(var(--rh-global-color-primary-rgb), .1);
}

.report-property-modal .checkbox-multi label input:checked+span::after {
	content: "";
	background-color: var(--rh-global-color-primary);
	border-color: var(--rh-global-color-primary);
	color: #fff;
}

.report-property-modal textarea {
	display: block;
	margin: 0;
	padding: 1.5rem;
	width: 100%;
	height: 12rem;
	resize: none;
	border: 1px solid #cbccd1;
	color: #000;
}

.report-property-modal textarea.error {
	border-color: red;
}

.report-property-modal .feedback-user-email {
	display: block;
	width: calc(100% - 3rem);
	padding: 1.4rem 1.5rem;
	margin: 0 1.5rem 3rem;
	border: 1px solid #cbccd1;
}

@media (min-width: 576px) {
	.report-property-modal .feedback-user-email {
		width: calc(100% - 6rem);
		margin-right: 3rem;
		margin-left: 3rem;
	}
}

.report-property-modal .feedback-user-email.error {
	border-color: red;
}

.report-property-modal .response-container {
	padding: 3rem;
}

.report-property-modal .response-container>*:empty {
	margin: 0;
}

.report-property-modal .response-title {
	margin: 0 0 1.5rem;
	font-size: 2.4rem;
	font-weight: 500;
}

.report-property-modal .response-text {
	margin: 0;
	font-size: 1.8rem;
}

.report-property-modal.has-response .rh-modal-header, .report-property-modal.has-response .rh-modal-body, .report-property-modal.has-response .feedback-user-email, .report-property-modal.has-response button {
	display: none !important;
}

.report-property-modal.has-response .btn-ok {
	display: initial !important;
}

.report-property-modal .btn-ok {
	display: none;
	min-width: 10rem;
}

.report-property-modal .hide {
	display: none !important;
}

.report-property-modal #error-container {
	margin: 0;
}

.report-property-modal #error-container label {
	padding: 0 1.5rem;
	color: red;
	margin: 0 0 25px;
}

@media (min-width: 576px) {
	.report-property-modal #error-container label {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

.report-property-modal svg rect {
	fill: rgba(0, 0, 0, 0);
}

.report-this-property i {
	margin-top: 2px;
	font-size: 2.1rem;
}

.rtl .rh-modal .close {
	right: auto;
	left: 5px;
}

.sub-properties-table-container {
	overflow-x: auto;
}

@media (max-width: 767px) {
	.sub-properties-table-container {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
}

.sub-properties-list-table {
	margin-bottom: 0;
	text-align: center;
	table-layout: auto;
	background-color: #fff;
}

.sub-properties-list-table th {
	font-size: 14px;
	background-color: #f7f7f7;
}

.sub-properties-list-table th, .sub-properties-list-table td {
	padding: 10px 8px;
}

.sub-properties-list-table td {
	font-size: 13px;
}

.sub-properties-list-table strong {
	font-weight: 500;
}

.sub-properties-list-table .sub-property-title {
	width: 150px;
}

.sub-properties-list-table .sub-property-beds {
	width: 60px;
}

.sub-properties-list-table .sub-property-baths {
	width: 60px;
}

#overview .sub-properties-list-table {
	margin-bottom: 30px;
}

.rh_vox_overlay {
	z-index: 999999999;
}

.rh_page__head-agents-list-template {
	padding-bottom: 0;
}

.rh_page__head-agents-list-template .rh_page__controls .rh_sort_controls .select2-selection--single {
	width: 28rem;
}

.realhomes-social-login .realhomes-social-login-widget {
	margin-bottom: 20px;
	padding-top: 20px;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-connect-with {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #394041;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-ajax-message {
	margin-top: 10px;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-ajax-message.error {
	color: red;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-list {
	padding-top: 7px;
	display: flex;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-list a {
	color: #fff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-list a:hover {
	color: #fff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider {
	display: inline-block;
	padding: 8px 13px;
	margin: 5px 0 0 6px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #e3712c;
	flex: auto;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider:first-child {
	margin-left: 0;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider:hover {
	background-color: #1a1a1a !important;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider.in-progress {
	cursor: normal;
	background-color: gray;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider.in-progress:hover {
	background-color: gray !important;
}

.realhomes-social-login .realhomes-social-login-widget i.fa {
	display: inline-block;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-facebook {
	background-color: #3b5998;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-facebook:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-facebook:hover {
	background-color: #344e86;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-google {
	background-color: #dd4b39;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-google:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-google:hover {
	background-color: #4285f4;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitter {
	background-color: #1da1f2;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitter:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitter:hover {
	background-color: #14171a;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-yahoo {
	background-color: #410093;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-yahoo:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-yahoo:hover {
	background-color: #36007a;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-linkedin {
	background-color: #0077b5;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-linkedin:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-linkedin:hover {
	background-color: #8d6cab;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-instagram {
	background-color: #f77737;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-instagram:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-instagram:hover {
	background-color: #fcaf45;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-wordpress {
	background-color: #21759b;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-wordpress:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-wordpress:hover {
	background-color: #464646;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-disqus {
	background-color: #2e9fff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-disqus:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-disqus:hover {
	background-color: #1593ff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-reddit {
	background-color: #ff4500;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-reddit:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-reddit:hover {
	background-color: #5f99cf;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-foursquare {
	background-color: #f94877;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-foursquare:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-foursquare:hover {
	background-color: #0732a2;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-lastfm {
	background-color: #d51007;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-lastfm:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-lastfm:hover {
	background-color: #bc0e06;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-tumblr {
	background-color: #35465c;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-tumblr:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-tumblr:hover {
	background-color: #2c3a4c;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-goodreads {
	background-color: #553b08;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-goodreads:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-goodreads:hover {
	background-color: #3e2b06;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-stackoverflow {
	background-color: #fe7a15;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-stackoverflow:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-stackoverflow:hover {
	background-color: #f86c01;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-github {
	background-color: #4183c4;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-github:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-github:hover {
	background-color: #3876b4;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-dribbble {
	background-color: #ea4c89;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-dribbble:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-dribbble:hover {
	background-color: #444;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-500px {
	background-color: #0099e5;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-500px:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-500px:hover {
	background-color: #ff4c4c;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-skyrock {
	background-color: #009aff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-skyrock:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-skyrock:hover {
	background-color: #008be6;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-mixi {
	background-color: #e67e22;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-mixi:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-mixi:hover {
	background-color: #d67118;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-steam {
	background-color: #000;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-steam:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-steam:hover {
	background-color: #00adee;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitchtv {
	background-color: #6441a5;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitchtv:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-twitchtv:hover {
	background-color: #b9a3e3;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-vkontakte {
	background-color: #45668e;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-vkontakte:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-vkontakte:hover {
	background-color: #3d5a7d;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-mailru {
	background-color: #07c;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-mailru:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-mailru:hover {
	background-color: #0068b3;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-yandex {
	background-color: #fc0;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-yandex:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-yandex:hover {
	background-color: #e6b800;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-odnoklassniki {
	background-color: #ed812b;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-odnoklassniki:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-odnoklassniki:hover {
	background-color: #eb7314;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-aol {
	background-color: #ff0b00;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-aol:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-aol:hover {
	background-color: #00c4ff;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-live {
	background-color: #00bcf2;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-live:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-live:hover {
	background-color: #00a8d9;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-pixelpin {
	background-color: #1d8bd5;
}

.realhomes-social-login .realhomes-social-login-widget .rsl-provider-pixelpin:focus, .realhomes-social-login .realhomes-social-login-widget .rsl-provider-pixelpin:hover {
	background-color: #1a7cbf;
}

.inspiry_select_picker_trigger {
	position: relative;
}

.inspiry_select_picker_trigger>.dropdown-toggle {
	background: #fff;
	color: gray;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

.inspiry_select_picker_trigger>.dropdown-toggle:focus {
	outline: none !important;
}

.inspiry_select_picker_trigger>.dropdown-toggle.inspiry-error {
	border-color: red;
}

.inspiry_select_picker_trigger>.dropdown-toggle span.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid gray;
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	content: "";
}

.inspiry_select_picker_trigger.dropup span.caret {
	border-top: none;
	border-bottom: 4px solid gray;
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 4px solid rgba(0, 0, 0, 0);
	content: "";
}

.inspiry_select_picker_trigger.dropup .dropdown-menu {
	bottom: 100%;
}

.inspiry_select_picker_trigger>.dropdown-menu {
	display: none;
	position: absolute;
	border-radius: 0;
	margin-top: 0;
	padding: 0;
	background: #fff;
	z-index: 999999999;
}

.inspiry_select_picker_trigger>.dropdown-menu li {
	display: block;
}

.inspiry_select_picker_trigger>.dropdown-menu li:hover {
	background: #f3f3f3;
}

.inspiry_select_picker_trigger>.dropdown-menu li a {
	display: block;
	padding: 7px 24px;
	color: gray;
	line-height: 30px;
	background: rgba(0, 0, 0, 0);
}

.inspiry_select_picker_trigger>.dropdown-menu li a:hover {
	color: #1a1a1a;
}

.inspiry_select_picker_trigger>.dropdown-menu li.selected {
	background: #f3f3f3;
}

.inspiry_select_picker_trigger>.dropdown-menu li.selected a {
	color: #1a1a1a;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block {
	border: 1px solid #d6d6d6;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block button {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	color: gray;
	height: 34px;
	line-height: 34px;
	border: none;
	outline: none;
	box-shadow: none;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block button:active {
	box-shadow: none;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block button:focus {
	box-shadow: none;
	outline: none;
	border: none;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block button:hover {
	color: #1a1a1a;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn {
	cursor: pointer;
	transition: .2s all ease-in-out;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn:hover {
	background: var(--rh-global-color-primary-dark, #1a9086);
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn:hover svg {
	fill: #fff;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn svg {
	fill: #fff;
}

.inspiry_select_picker_trigger>.dropdown-menu .btn-block .actions-btn svg .rh-st0 {
	stroke: #fff;
}

.inspiry_select_picker_trigger.open .dropdown-menu {
	display: block;
}

.inspiry_select_picker_trigger.show-tick .dropdown-menu .selected span.check-mark {
	font-size: 10px;
	top: 15px;
}

.inspiry_select_picker_trigger .form-control {
	border: 1px solid #d6d6d6;
	height: 34px;
	box-shadow: none;
}

.inspiry_select_picker_trigger .bs-actionsbox button svg {
	width: 14px;
	height: 100%;
	vertical-align: middle;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger>.dropdown-toggle {
	cursor: pointer;
	padding-left: 24px;
	padding-top: 30px;
	padding-bottom: 12px;
	border: none;
	background: rgba(0, 0, 0, 0);
	z-index: 999;
	color: rgba(0, 0, 0, 0) !important;
	transition: all .2s ease-in-out;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu {
	background: var(--rh-global-color-primary);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px var(--rh-global-color-primary-dark, #1a9086);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu ::-webkit-scrollbar-thumb {
	background-color: var(--rh-global-color-primary-dark, #1a9086);
	outline: 1px solid var(--rh-global-color-primary-dark, #1a9086);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu li {
	transition: .2s all ease-in-out;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu li.selected {
	background: var(--rh-global-color-primary-dark, #1a9086);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu li:hover {
	background: var(--rh-global-color-primary-dark, #1a9086);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu li a {
	color: #fff;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .btn-block {
	border-color: #fff;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .actions-btn {
	cursor: pointer;
	transition: .2s all ease-in-out;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .actions-btn:hover {
	background: var(--rh-global-color-primary-dark, #1a9086);
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .actions-btn:hover svg {
	fill: #fff;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .actions-btn svg {
	fill: #fff;
}

.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu .actions-btn svg .rh-st0 {
	stroke: #fff;
}

.rh_sfoi_advance_search_form .rh_sfoi_field_selected .inspiry_select_picker_trigger>.dropdown-toggle {
	color: #444 !important;
}

.rh_sfoi_advance_search_form .inspiry_bs_is_open {
	background: var(--rh-global-color-primary);
}

.rh_sfoi_advance_search_form .inspiry_bs_is_open label {
	color: #fff !important;
}

.rh_sfoi_advance_search_form .inspiry_bs_is_open.rh_sfoi_field_selected .inspiry_select_picker_trigger button.dropdown-toggle {
	color: #fff !important;
}

.rh_sfoi_advance_search_form .inspiry_bs_is_open .inspiry_select_picker_trigger button.dropdown-toggle span.caret {
	border-top-color: #fff;
}

.rh_sfoi_advance_search_form .inspiry_bs_is_open .inspiry_select_picker_trigger.dropup button.dropdown-toggle span.caret {
	border-bottom-color: #fff;
}

.rh_sfoi_advance_search_form .no-results {
	background: rgba(0, 0, 0, 0);
}

.inspiry_bs_listing button.dropdown-toggle {
	min-width: 220px;
}

.inspiry_bs_agents_listing button.dropdown-toggle {
	min-width: 280px;
}

.rtl .bootstrap-select .dropdown-toggle .caret {
	right: auto;
	left: 12px;
}

.rtl .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	right: auto;
	left: 15px;
}

.rtl .bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-left: 34px;
	margin-right: auto;
}

.rtl .bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-left: inherit;
	padding-right: initial;
	text-align: right;
}

.inspiry_rating_margin_bottom .inspiry_stars_avg_rating {
	margin-bottom: 10px;
}

.inspiry_stars_avg_rating {
	position: relative;
	cursor: pointer;
}

.inspiry_stars_avg_rating .rvr_rating_down {
	vertical-align: middle;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
}

.inspiry_stars_avg_rating .inspiry_wrapper_rating_info {
	position: absolute;
	z-index: 99999999;
	width: 320px;
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	transform: scale(.9);
	transition: all .2s ease-in-out;
	margin-top: 7px;
	transition-delay: .2s;
	top: 100%;
}

.inspiry_stars_avg_rating .inspiry_wrapper_rating_info:after {
	position: absolute;
	top: -7px;
	content: "";
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	border: 1px solid #eee;
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.inspiry_stars_avg_rating:hover .inspiry_wrapper_rating_info {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage:last-of-type {
	margin-bottom: 0;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage span {
	display: block;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_sorting_label {
	width: 100px;
	color: #1a1a1a;
	margin-right: 5px;
	text-align: initial;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_line {
	display: block;
	height: 5px;
	width: 100%;
	position: relative;
	background: #eee;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_line .inspiry_rating_line_inner {
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--rh-global-color-secondary);
}

.inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_text {
	width: 100px;
	text-align: center;
	padding-left: 15px;
}

.inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_text_inner {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #eee;
	color: #1a1a1a;
}

.inspiry_rating_right .inspiry_stars_avg_rating .inspiry_wrapper_rating_info {
	transform-origin: right top;
	right: 0;
}

.inspiry_rating_right .inspiry_stars_avg_rating .inspiry_wrapper_rating_info:after {
	right: 14px;
}

.inspiry_rating_left .inspiry_stars_avg_rating .inspiry_wrapper_rating_info {
	transform-origin: left top;
	left: 0;
}

.inspiry_rating_left .inspiry_stars_avg_rating .inspiry_wrapper_rating_info:after {
	left: 14px;
}

.rtl .inspiry_rating_right .inspiry_stars_avg_rating .inspiry_wrapper_rating_info {
	transform-origin: left top;
	left: 0;
	right: auto;
}

.rtl .inspiry_rating_right .inspiry_stars_avg_rating .inspiry_wrapper_rating_info:after {
	left: 14px;
	right: auto;
}

.rtl .inspiry_rating_right .inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_line .inspiry_rating_line_inner {
	left: auto;
	right: 0;
}

.rtl .inspiry_rating_left .inspiry_stars_avg_rating .inspiry_wrapper_rating_info {
	transform-origin: right top;
	right: 0;
	left: auto;
}

.rtl .inspiry_rating_left .inspiry_stars_avg_rating .inspiry_wrapper_rating_info:after {
	right: 14px;
	left: auto;
}

.rtl .inspiry_rating_left .inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_line .inspiry_rating_line_inner {
	left: auto;
	right: 0;
}

.rtl .inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_text {
	padding-left: 0;
	padding-right: 15px;
}

.rtl .inspiry_stars_avg_rating .inspiry_rating_percentage .inspiry_rating_sorting_label {
	margin-right: 0;
	margin-left: 5px;
}

.design_modern #signup-content {
	padding: 80px 0;
}

@media (min-width: 1140px) {
	.design_modern #signup-content {
		padding: 250px 0 200px;
	}
}

.design_modern .mu_register, .design_modern .wp-signup-container, .design_modern .wp-activate-container {
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-color: #fff;
}

@media (min-width: 768px) {
	.design_modern .mu_register, .design_modern .wp-signup-container, .design_modern .wp-activate-container {
		max-width: 660px;
		padding: 40px;
	}
}

.design_modern .mu_register form, .design_modern .wp-signup-container form, .design_modern .wp-activate-container form {
	margin: 0;
	font-size: 13px;
}

.design_modern .mu_register h1, .design_modern .mu_register h2, .design_modern .mu_register h3, .design_modern .wp-signup-container h1, .design_modern .wp-signup-container h2, .design_modern .wp-signup-container h3, .design_modern .wp-activate-container h1, .design_modern .wp-activate-container h2, .design_modern .wp-activate-container h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
}

.design_modern .mu_register p, .design_modern .wp-signup-container p, .design_modern .wp-activate-container p {
	margin: 24px 0;
	line-height: 1.75;
}

.design_modern .mu_register p br, .design_modern .wp-signup-container p br, .design_modern .wp-activate-container p br {
	display: block;
}

.design_modern .mu_register p:empty, .design_modern .wp-signup-container p:empty, .design_modern .wp-activate-container p:empty {
	display: none;
}

.design_modern .mu_register p.submit, .design_modern .wp-signup-container p.submit, .design_modern .wp-activate-container p.submit {
	margin-bottom: 0;
}

.design_modern .mu_register br, .design_modern .wp-signup-container br, .design_modern .wp-activate-container br {
	display: none;
}

.design_modern .mu_register label, .design_modern .wp-signup-container label, .design_modern .wp-activate-container label {
	margin: 28px 0 8px !important;
	font-weight: 500;
	font-size: 16px;
}

.design_modern .mu_register label[for=blogname], .design_modern .wp-signup-container label[for=blogname], .design_modern .wp-activate-container label[for=blogname] {
	margin-top: 0 !important;
}

.design_modern .mu_register strong, .design_modern .mu_register label, .design_modern .mu_register select, .design_modern .wp-signup-container strong, .design_modern .wp-signup-container label, .design_modern .wp-signup-container select, .design_modern .wp-activate-container strong, .design_modern .wp-activate-container label, .design_modern .wp-activate-container select {
	color: #000;
}

.design_modern .mu_register select, .design_modern .mu_register input[type=text], .design_modern .mu_register input[type=email], .design_modern .wp-signup-container select, .design_modern .wp-signup-container input[type=text], .design_modern .wp-signup-container input[type=email], .design_modern .wp-activate-container select, .design_modern .wp-activate-container input[type=text], .design_modern .wp-activate-container input[type=email] {
	display: block;
	width: 100%;
	padding: 12px 15px;
	margin: 0 0 5px !important;
	font-size: 16px !important;
	line-height: 1.5;
	border: 1px solid rgba(128, 128, 128, .2);
	transition: .2s all linear;
}

.design_modern .mu_register select:focus, .design_modern .wp-signup-container select:focus, .design_modern .wp-activate-container select:focus {
	outline: none;
}

.design_modern .mu_register [type=checkbox], .design_modern .mu_register [type=radio], .design_modern .wp-signup-container [type=checkbox], .design_modern .wp-signup-container [type=radio], .design_modern .wp-activate-container [type=checkbox], .design_modern .wp-activate-container [type=radio] {
	margin: 5px 10px 10px 0;
}

.design_modern .mu_register [type=checkbox]:last-of-type, .design_modern .mu_register [type=radio]:last-of-type, .design_modern .wp-signup-container [type=checkbox]:last-of-type, .design_modern .wp-signup-container [type=radio]:last-of-type, .design_modern .wp-activate-container [type=checkbox]:last-of-type, .design_modern .wp-activate-container [type=radio]:last-of-type {
	margin-bottom: 0;
}

.design_modern .mu_register input[type=submit], .design_modern .wp-signup-container input[type=submit], .design_modern .wp-activate-container input[type=submit] {
	height: auto;
	margin: 0;
	padding: 15px 15px;
	font-size: 16px;
	cursor: pointer;
	transition: .2s all linear;
	background: var(--rh-global-color-primary);
	color: #fff;
}

.design_modern .mu_register input[type=submit]:hover, .design_modern .wp-signup-container input[type=submit]:hover, .design_modern .wp-activate-container input[type=submit]:hover {
	background: var(--rh-global-color-primary-dark);
}

.design_modern .mu_register .error, .design_modern .wp-signup-container .error, .design_modern .wp-activate-container .error {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 400;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #ff5722;
}

.design_modern .mu_register .privacy-intro label.checkbox, .design_modern .wp-signup-container .privacy-intro label.checkbox, .design_modern .wp-activate-container .privacy-intro label.checkbox {
	display: block;
	margin: 8px 0 0 !important;
}

.design_modern .mu_register .suffix_address, .design_modern .wp-signup-container .suffix_address, .design_modern .wp-activate-container .suffix_address {
	font-size: 16px;
	color: #ff5722;
}

.design_modern .mu_register ul, .design_modern .wp-signup-container ul, .design_modern .wp-activate-container ul {
	list-style: none;
}

.design_modern .mu_register ul li, .design_modern .wp-signup-container ul li, .design_modern .wp-activate-container ul li {
	margin-top: 20px;
}

.design_modern .mu_register ul li p, .design_modern .wp-signup-container ul li p, .design_modern .wp-activate-container ul li p {
	margin: 0;
}

.rtl.design_modern .mu_register [type=checkbox], .rtl.design_modern .mu_register [type=radio], .rtl.design_modern .wp-signup-container [type=checkbox], .rtl.design_modern .wp-signup-container [type=radio], .rtl.design_modern .wp-activate-container [type=checkbox], .rtl.design_modern .wp-activate-container [type=radio], .rtl.design_classic .mu_register [type=checkbox], .rtl.design_classic .mu_register [type=radio], .rtl.design_classic .wp-signup-container [type=checkbox], .rtl.design_classic .wp-signup-container [type=radio], .rtl.design_classic .wp-activate-container [type=checkbox], .rtl.design_classic .wp-activate-container [type=radio] {
	margin-right: 0;
	margin-left: 10px;
}

.rtl.design_modern .mu_register select, .rtl.design_modern .wp-signup-container select, .rtl.design_modern .wp-activate-container select, .rtl.design_classic .mu_register select, .rtl.design_classic .wp-signup-container select, .rtl.design_classic .wp-activate-container select {
	background-position: left 12px top 50%;
}

.design_classic #signup-content {
	padding: 70px 0;
	text-align: initial;
}

.design_classic #signup-content * {
	box-sizing: border-box;
}

.design_classic .mu_register, .design_classic .wp-signup-container, .design_classic .wp-activate-container {
	margin: 0 auto;
	padding: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-color: #fff;
}

@media (min-width: 768px) {
	.design_classic .mu_register, .design_classic .wp-signup-container, .design_classic .wp-activate-container {
		max-width: 660px;
		padding: 40px;
	}
}

.design_classic .mu_register form, .design_classic .wp-signup-container form, .design_classic .wp-activate-container form {
	margin: 0;
	font-size: 13px;
}

.design_classic .mu_register h1, .design_classic .mu_register h2, .design_classic .mu_register h3, .design_classic .wp-signup-container h1, .design_classic .wp-signup-container h2, .design_classic .wp-signup-container h3, .design_classic .wp-activate-container h1, .design_classic .wp-activate-container h2, .design_classic .wp-activate-container h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
}

.design_classic .mu_register p, .design_classic .wp-signup-container p, .design_classic .wp-activate-container p {
	margin: 24px 0;
	line-height: 1.75;
}

.design_classic .mu_register p br, .design_classic .wp-signup-container p br, .design_classic .wp-activate-container p br {
	display: block;
}

.design_classic .mu_register p:empty, .design_classic .wp-signup-container p:empty, .design_classic .wp-activate-container p:empty {
	display: none;
}

.design_classic .mu_register p.submit, .design_classic .wp-signup-container p.submit, .design_classic .wp-activate-container p.submit {
	margin-bottom: 0;
}

.design_classic .mu_register br, .design_classic .wp-signup-container br, .design_classic .wp-activate-container br {
	display: none;
}

.design_classic .mu_register label, .design_classic .wp-signup-container label, .design_classic .wp-activate-container label {
	margin: 28px 0 8px !important;
	font-weight: 500;
	font-size: 16px;
}

.design_classic .mu_register label[for=blogname], .design_classic .wp-signup-container label[for=blogname], .design_classic .wp-activate-container label[for=blogname] {
	margin-top: 0 !important;
}

.design_classic .mu_register strong, .design_classic .mu_register label, .design_classic .mu_register select, .design_classic .wp-signup-container strong, .design_classic .wp-signup-container label, .design_classic .wp-signup-container select, .design_classic .wp-activate-container strong, .design_classic .wp-activate-container label, .design_classic .wp-activate-container select {
	color: #000;
}

.design_classic .mu_register select, .design_classic .mu_register input[type=text], .design_classic .mu_register input[type=email], .design_classic .wp-signup-container select, .design_classic .wp-signup-container input[type=text], .design_classic .wp-signup-container input[type=email], .design_classic .wp-activate-container select, .design_classic .wp-activate-container input[type=text], .design_classic .wp-activate-container input[type=email] {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	border-radius: 0;
	margin: 0 0 5px !important;
	font-size: 16px !important;
	line-height: 1.5;
	border: 1px solid rgba(128, 128, 128, .2);
	transition: .2s all linear;
}

.design_classic .mu_register select, .design_classic .wp-signup-container select, .design_classic .wp-activate-container select {
	cursor: pointer;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 12px top 50%;
	background-size: 13px 13px;
}

.design_classic .mu_register select.nitro-lazy, .design_classic .wp-signup-container select.nitro-lazy, .design_classic .wp-activate-container select.nitro-lazy {
	background-image: none !important;
}

.design_classic .mu_register select:focus, .design_classic .wp-signup-container select:focus, .design_classic .wp-activate-container select:focus {
	outline: none;
}

.design_classic .mu_register [type=checkbox], .design_classic .mu_register [type=radio], .design_classic .wp-signup-container [type=checkbox], .design_classic .wp-signup-container [type=radio], .design_classic .wp-activate-container [type=checkbox], .design_classic .wp-activate-container [type=radio] {
	margin: 5px 10px 10px 0;
	padding: 0;
	vertical-align: initial;
}

.design_classic .mu_register [type=checkbox]:last-of-type, .design_classic .mu_register [type=radio]:last-of-type, .design_classic .wp-signup-container [type=checkbox]:last-of-type, .design_classic .wp-signup-container [type=radio]:last-of-type, .design_classic .wp-activate-container [type=checkbox]:last-of-type, .design_classic .wp-activate-container [type=radio]:last-of-type {
	margin-bottom: 0;
}

.design_classic .mu_register .radio, .design_classic .mu_register .checkbox, .design_classic .wp-signup-container .radio, .design_classic .wp-signup-container .checkbox, .design_classic .wp-activate-container .radio, .design_classic .wp-activate-container .checkbox {
	padding: 0;
}

.design_classic .mu_register input[type=submit], .design_classic .wp-signup-container input[type=submit], .design_classic .wp-activate-container input[type=submit] {
	height: auto;
	margin: 0;
	padding: 15px 15px 13px;
	font-size: 16px;
	cursor: pointer;
	transition: .2s all linear;
}

.design_classic .mu_register .error, .design_classic .wp-signup-container .error, .design_classic .wp-activate-container .error {
	margin: 0 0 2px;
	padding: 0;
	font-weight: 400;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #ff5722;
}

.design_classic .mu_register .privacy-intro label.checkbox, .design_classic .wp-signup-container .privacy-intro label.checkbox, .design_classic .wp-activate-container .privacy-intro label.checkbox {
	display: block;
	margin: 8px 0 0 !important;
}

.design_classic .mu_register .suffix_address, .design_classic .wp-signup-container .suffix_address, .design_classic .wp-activate-container .suffix_address {
	font-size: 16px;
	color: #ff5722;
}

.design_classic .mu_register ul, .design_classic .wp-signup-container ul, .design_classic .wp-activate-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.design_classic .mu_register ul li, .design_classic .wp-signup-container ul li, .design_classic .wp-activate-container ul li {
	margin-top: 20px;
}

.design_classic .mu_register ul li p, .design_classic .wp-signup-container ul li p, .design_classic .wp-activate-container ul li p {
	margin: 0;
}

.similar-properties-filters-wrapper a {
	display: inline-block;
	margin: 0 3px 5px;
	text-transform: capitalize;
}

.design_classic .similar-properties-filters-wrapper .rh-btn {
	padding: 12px;
	font-size: 14px;
}

.design_classic .similar-properties-filters-wrapper, .design_classic .no-similar-property-found {
	margin: 0 -3px 15px;
	padding: 5px 0 0;
}

@media (min-width: 440px) {
	.design_classic .similar-properties-filters-wrapper, .design_classic .no-similar-property-found {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 980px) {
	.design_classic .similar-properties-filters-wrapper, .design_classic .no-similar-property-found {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.design_classic .similar-properties-filters-wrapper, .design_classic .no-similar-property-found {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.design_classic .no-similar-property-found p {
	margin-left: 3px;
	margin-right: 3px;
}

.design_classic .single-property-fullwidth .similar-properties-filters-wrapper, .design_classic .single-property-fullwidth .no-similar-property-found {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 440px) {
	.design_classic .single-property-fullwidth .similar-properties-filters-wrapper, .design_classic .single-property-fullwidth .no-similar-property-found {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.design_classic .single-property-fullwidth .similar-properties-filters-wrapper, .design_classic .single-property-fullwidth .no-similar-property-found {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.design_modern .similar-properties-filters-wrapper {
	margin: 0 -3px 2rem;
}

.design_modern .similar-properties-filters-wrapper .rh-btn {
	padding: 1.5rem;
	font-size: 1.4rem;
}

.design_modern .no-similar-property-found {
	padding-left: 20px;
	padding-right: 20px;
}

.design_modern .similar-properties-content-wrapper .no-similar-property-found {
	padding-left: 14px;
	padding-right: 14px;
}

.admin-bar .fancybox-container {
	margin-top: 32px;
}

.admin-bar .fancybox-caption {
	padding-bottom: 60px;
}

.fancybox-container {
	z-index: 99999999999;
}

.design_modern.compensate-for-scrollbar {
	margin-right: initial !important;
}

.rhea_map_lightbox_content {
	width: 80%;
	height: 80%;
}

.design_ultra .rhea_map_lightbox_content {
	border-radius: 25px;
}

.rh_rvr_ratings_wrapper_stylish {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.rh_rvr_ratings_wrapper_stylish .rh_rvr_ratings {
	margin-bottom: 10px;
	margin-right: 10px;
}

.rh_stars_avg_rating {
	position: relative;
	cursor: pointer;
}

.rh_stars_avg_rating .rh_wrapper_rating_info {
	position: absolute;
	z-index: 99999999;
	width: 320px;
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	transform: scale(.9);
	transition: all .2s ease-in-out;
	margin-top: 7px;
	transition-delay: .2s;
}

.rh_stars_avg_rating .rh_wrapper_rating_info:after {
	position: absolute;
	top: -7px;
	content: "";
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	border: 1px solid #eee;
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.rh_stars_avg_rating .rh_wrapper_rating_info:after {
	position: absolute;
	top: -7px;
	content: "";
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	border: 1px solid #eee;
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.rh_stars_avg_rating .rh_rating_percentage {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.rh_stars_avg_rating .rh_rating_percentage span {
	display: block;
}

.rh_stars_avg_rating .rh_rating_percentage .rh_rating_sorting_label {
	width: 100px;
	color: #1a1a1a;
}

.rh_stars_avg_rating .rh_rating_percentage .rh_rating_line {
	display: block;
	height: 5px;
	width: 100%;
	position: relative;
	background: #eee;
}

.rh_stars_avg_rating .rh_rating_percentage .rh_rating_line .rh_rating_line_inner {
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--rh-global-color-secondary);
}

.rh_stars_avg_rating .rh_rating_percentage .rh_rating_text {
	width: 100px;
	text-align: center;
	padding-left: 20px;
}

.rh_stars_avg_rating:hover .rh_wrapper_rating_info {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
}

.rvr_rating_left .rh_stars_avg_rating:after {
	left: 14px;
}

.rvr_rating_left .rh_stars_avg_rating .rh_wrapper_rating_info {
	transform-origin: left top;
	left: 0;
}

.rtl .rvr_rating_left .rhea_stars_avg_rating .rhea_wrapper_rating_info {
	transform-origin: right top;
	right: 0;
	left: auto;
}

.rhea-hide-before-load {
	display: none;
}

.rh-hide-before-ready {
	display: none !important;
}

.rh-hide-before-load {
	display: none !important;
}

.property-agent-contact-methods-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	padding: 10px 10px 0;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, .03);
	border-top: 1px solid #eee;
	background-color: #fff;
}

@media (min-width: 768px) {
	.property-agent-contact-methods-wrapper {
		display: none;
	}
}

.property-agent-contact-methods-wrapper .property-agent-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
}

.property-agent-contact-methods-wrapper .property-agent-details .agent-thumb {
	position: relative;
}

.property-agent-contact-methods-wrapper .property-agent-details .agent-thumb .rh_main_verification__icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: auto;
	right: 6px;
	bottom: -2px;
}

.property-agent-contact-methods-wrapper .property-agent-details .agent-thumb .rh_main_verification__icon svg {
	fill: #fff;
	width: 8px;
	height: 8px;
}

.property-agent-contact-methods-wrapper .property-agent-details img {
	max-width: 48px;
	margin-right: 10px;
}

.property-agent-contact-methods-wrapper .property-agent-details .property-agent-name {
	display: none;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 380px) {
	.property-agent-contact-methods-wrapper .property-agent-details .property-agent-name {
		display: block;
	}
}

.property-agent-contact-methods-wrapper .property-agent-contact-methods {
	display: flex;
	padding-bottom: 10px;
}

.property-agent-contact-methods-wrapper .agent-contact-method-btn {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: 8px;
	text-align: center;
	transition: all .3s ease-in-out;
}

.property-agent-contact-methods-wrapper .agent-contact-method-btn:first-child {
	margin-left: 0;
}

.property-agent-contact-methods-wrapper svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%, -50%);
}

.property-agent-contact-methods-wrapper svg path, .property-agent-contact-methods-wrapper svg rect {
	fill: #fff;
}

.property-agent-contact-methods-wrapper .agent-contact-method-mail-btn svg {
	width: 24px;
}

.property-agent-contact-methods-wrapper .agent-contact-method-whatsapp-btn svg {
	width: 22px;
}

.property-agent-contact-methods-wrapper .agent-contact-method-call-btn svg {
	width: 17px;
}

.add-to-compare-span span, .add-to-compare-span a {
	cursor: pointer;
}

.rtl .property-agent-contact-methods-wrapper .property-agent-details img {
	margin-right: 0;
	margin-left: 10px;
}

.rtl .property-agent-contact-methods-wrapper .agent-contact-method-btn {
	margin-left: 0;
	margin-right: 8px;
}

.rtl .property-agent-contact-methods-wrapper .agent-contact-method-btn:first-child {
	margin-right: 0;
}

.rh-global-box-shadow {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .05);
}

.rh-custom-search-form-wrapper {
	position: relative;
	z-index: 999;
}

.rh-position-sticky {
	position: sticky !important;
	top: 0;
}

.rh-widget-no-items-found {
	text-align: center;
	font-weight: 500;
	background: #fff;
	padding: 15px 10px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
}

.hide-ultra-price-postfix-separator .ere-price-slash {
	display: none;
}

@media (max-width: 767px) {
	.btn-whatsapp-chat, .btn-call-now {
		display: none;
	}
	
	.has-agent-sticky-bar .rh_wrapper_floating_features {
		bottom: 69px;
	}
	
	.has-agent-sticky-bar .rh_fixed_side_bar_compare {
		bottom: 111px;
	}
}

@media (min-width: 1140px) {
	.rhea_responsive_header_temp {
		display: none;
	}
}

@media (max-width: 1024px) {
	.rhea_long_screen_header_temp.rhea_mobile_nav_is_default {
		display: none;
	}
}

.admin-bar #rhea-sticky-header.sticked {
	top: var(--wp-admin--admin-bar--height, 32px);
}

#rhea-sticky-header {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: all .25s ease-in-out;
}

@media (max-width: 1024px) {
	#rhea-sticky-header {
		display: none !important;
	}
}

#rhea-sticky-header.sticked {
	z-index: 999999;
	opacity: 1;
	transform: translateY(0);
	animation: slide-down .25s;
}

@media (max-width: 1023px) {
	.page-template-properties .col-8.main-content, .page-template-properties .rh_page__main, .page-template-properties-search .col-8.main-content, .page-template-properties-search .rh_page__main {
		order: 1;
		padding-bottom: 0;
	}
	
	.page-template-properties .col-8.main-content .rh_pagination, .page-template-properties .col-8.main-content .rh_filter_pagination, .page-template-properties .rh_page__main .rh_pagination, .page-template-properties .rh_page__main .rh_filter_pagination, .page-template-properties-search .col-8.main-content .rh_pagination, .page-template-properties-search .col-8.main-content .rh_filter_pagination, .page-template-properties-search .rh_page__main .rh_pagination, .page-template-properties-search .rh_page__main .rh_filter_pagination {
		margin-bottom: 0;
	}
	
	.page-template-properties .col-4.sidebar-content, .page-template-properties .rh_page__sidebar, .page-template-properties-search .col-4.sidebar-content, .page-template-properties-search .rh_page__sidebar {
		order: 2;
		margin-top: 40px;
	}
	
	.page-template-properties .col-4.sidebar-content .sidebar>section:last-of-type, .page-template-properties .col-4.sidebar-content .sidebar>div:last-of-type, .page-template-properties-search .col-4.sidebar-content .sidebar>section:last-of-type, .page-template-properties-search .col-4.sidebar-content .sidebar>div:last-of-type {
		margin-bottom: 0;
	}
}
