/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.3
*/
.gm-style .controls {
  font-size: 28px;
  /* this adjusts the size of all the controls */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1.25em;
  margin: 15px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1.25em;
}

.gm-style .controls button {
  border: 0;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
}

.gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
}

.gm-style .controls.zoom-control {
  display: flex;
  flex-direction: column;
  height: auto;
}

.gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}

.gm-style .controls.maptype-control {
  display: flex;
  flex-direction: row;
  width: auto;
}

.gm-style .controls.maptype-control button {
  display: inline-block;
  font-size: 0.5em;
  margin: 0 1px;
  padding: 0 6px;
}

.gm-style
  .controls.maptype-control.maptype-control-is-map
  .maptype-control-map {
  font-weight: 700;
}

.gm-style
  .controls.maptype-control.maptype-control-is-satellite
  .maptype-control-satellite {
  font-weight: 700;
}

.gm-style .controls.fullscreen-control button {
  display: block;
  font-size: 1em;
  height: 100%;
  width: 100%;
  background: transparent !important;
  cursor: pointer !important;
}

.gm-style .controls.fullscreen-control .fullscreen-control-icon {
  border-style: solid;
  height: 0.35em;
  position: absolute;
  width: 0.35em;
  transition: .25s;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 3px 0 0 3px;
  left: 0.1em;
  top: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 0 3px 3px 0;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 3px 3px 0 0;
  right: 0.1em;
  top: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 0 0 3px 3px;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 0 0 3px 3px;
  left: 0.1em;
  bottom: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 3px 3px 0 0;
}

.gm-style
  .controls.fullscreen-control
  .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 0 3px 3px 0;
  right: 0.1em;
  bottom: 0.1em;
}

.gm-style
  .controls.fullscreen-control.is-fullscreen
  .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 3px 0 0 3px;
}

.rh_prop_card__details_elementor .rh_prop_card__price,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price *,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status * {
	font-size: 16px !important;
}
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status {
	color: red;
}
.rh_prop_card__status,
.rh_page__property .rh_page__property_price .status {
	display: none !important;
	pointer-events: none !important;
	text-indent: -9999px !important;
}

.rh_map #map-head .infoBox .map-info-window .prop-thumb {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .25s;
}
.rh_map #map-head .infoBox .map-info-window a.thumb-link {
	display: block;
	overflow: hidden;
	height: 100px;
	position: relative;
}
.rh_map #map-head .infoBox:hover .map-info-window .prop-thumb {
	width: 110%;
} 
.infoBox > img {
	z-index: 1;
}
.rh_map #map-head {
	height: 47rem !important;
} 

.rhea-property-label,
.property-label {
	display: none !important;
	pointer-events: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.elementor_property_card_parent .rh_label_elementor,
.rh_label {
	width: calc(100% - 30px);
	background: transparent !important;
	background-color: transparent !important;
}
.elementor_property_card_parent .rh_label_elementor .rh_label__wrap,
.rh_label .rh_label__wrap {
	background: #ea723d;
	width: auto;
	display: inline-block;
	float: left;
	padding: 5px 5px 5px 16px !important;
}
.elementor_property_card_parent .rh_label_elementor .rh_label__wrap:first-child,
.rh_label .rh_label__wrap:first-child {
	padding-left: 10px !important;
}
.elementor_property_card_parent .rh_label_elementor span,
.rh_label .rh_label__wrap span {
	z-index: 1;
}
.rh_mod_sfoi_label_widget {
	text-align: center !important;
	margin-top: 35px;
}
body.page.home .rh_sfoi_buttons_wrapper {
	min-width: auto !important
}
body.page:not(.home) .rh_banner__image {
	height: 25rem !important;
}
.rh_menu__user_submit.emoji a {
	position: relative;
}
.rh_menu__user_submit.emoji a::before{
	content: '';
	display: inline-block;
	width: 15px;
}
.rh_menu__user_submit.emoji span {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -7.5px;
	background-image: url('../images/emoji-heart.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}
.rh_menu__user_submit a {
	font-size: 12px !important;
}

#rh-vue-search-popup {
	z-index: 9999999999 !important;
}
#rh-vue-popup-content > a {

}
#rh-vue-search-popup-container {

}
#rh-vue-search-popup-menu {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	border-bottom: 1px solid #f8f8f8;
}
#rh-vue-search-popup-menu > div {
	display: inline-block;
	width: 25%;
	border-right: 1px solid #f8f8f8;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}
#rh-vue-search-popup-menu > div.selected {
	color: #1ea69a !important;
}
#rh-vue-search-popup-menu > div::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #999 transparent transparent;
	transition: .25s;
}
#rh-vue-search-popup-menu > div.selected::after {
	top: -2px !important;
	border-color: transparent transparent #f90 !important;
}
#rh-vue-search-popup-menu > div:last-child {
	border-right: 0px;
}
#rh-vue-search-popup-footer {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	border-top: 1px solid #f8f8f8;
}
#rh-vue-search-popup-footer a {
	display: inline-block;
	width: 50%;
	border-right: 1px solid #f8f8f8;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
}
#rh-vue-search-popup-footer a.submit {
	background-color: #1ea69a;
	color: #fff;
}
html.rh-chld-html-scroll-off { 
	height: 100vh !important;
	overflow:hidden !important;
}
#rh-vue-search-popup-search-location,
#rh-vue-search-popup-search-category {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	height: 100%
}
#rh-vue-search-popup-search-location .rh-vue-search-popup-search-location-box,
#rh-vue-search-popup-search-category .rh-vue-search-popup-search-category-box {
	-webkit-box-flex: 1 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 1 auto;         /* OLD - Firefox 19- */
	-webkit-flex: 1 1 auto;          /* Chrome */
	-ms-flex: 1 1 auto;              /* IE 10 */
	flex: 1 1 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	border-right: 1px solid #f8f8f8;
	height: 252px;
}
#rh-vue-search-popup-search-location .rh-vue-search-popup-search-location-box:last-child,
#rh-vue-search-popup-search-category .rh-vue-search-popup-search-category-box:last-child {
	border-right: 0px;
}
#rh-vue-search-popup-search-location .location-item,
#rh-vue-search-popup-search-category .type-item {
	line-height: 50px;
	border-bottom: 1px solid #f8f8f8;
	padding-left: 16px;
	cursor: pointer;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
#rh-vue-search-popup-search-location .location-item.selected,
#rh-vue-search-popup-search-category .type-item.selected {
	background: #eee;
}
#rh-vue-search-popup-search-location .location-item.selected::after,
#rh-vue-search-popup-search-category .type-item.selected::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #1ea69a;
	padding-left: 4px;
	display: inline-block;
	margin-left: 5px;
}
#rh-vue-search-popup-search-price-box {
	height: 252px;
}
#rh-vue-search-popup-search-price-box label {

}
#rh-vue-search-popup-search-price-box label span {
	display: block;
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #f8f8f8;
	padding-left: 16px;
	cursor: pointer;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
#rh-vue-search-popup-search-price-box label input[type=radio] {
	display: none !important;
}
#rh-vue-search-popup-search-price-box label input[type=radio]:checked ~ span {
	background: #eee;
}
#rh-vue-search-popup-search-price-box label input[type=radio]:checked ~ span::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #1ea69a;
	padding-left: 4px;
	display: inline-block;
	margin-left: 5px;
}
#rh-vue-search-popup-search-more {
	height: 252px;
}
#rh-vue-search-popup-search-more h3 {
	font-size: 15px !important;
	margin: 5px 0;
	padding: 8px 20px 0px;
}
#rh-vue-search-popup-search-more .rh-vue-search-popup-search-more-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 16px 8px;
	border-bottom: 1px solid #f8f8f8;
}
#rh-vue-search-popup-search-more .rh-vue-search-popup-search-more-container label {
	margin: 0px 4px 4px;
	width: calc( 33.3333% - 8px );
}
#rh-vue-search-popup-search-more .rh-vue-search-popup-search-more-container label input[type=radio] {
	display: none !important;
}
#rh-vue-search-popup-search-more .rh-vue-search-popup-search-more-container label span {
	display: block;
	width: 100%;
	padding: 4px 0;
	font-size: 1.0em;
	white-space: nowrap;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0;
	background-color: #fff;
	color: #666;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
#rh-vue-search-popup-search-more .rh-vue-search-popup-search-more-container label input[type=radio]:checked ~ span {
	color: #1ea69a;
	border-color: #1ea69a;
}
#rh-vue-search {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 500px;
}
#rh-vue-search > div {
	/*width: 25%;*/
	-webkit-box-flex: 1 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 1 auto;         /* OLD - Firefox 19- */
	-webkit-flex: 1 1 auto;          /* Chrome */
	-ms-flex: 1 1 auto;              /* IE 10 */
	flex: 1 1 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	border-right: 1px solid #ddd;
	text-align: center;
	line-height: 50px;
	cursor: pointer !important;
	white-space: nowrap;
}
#rh-vue-search > div::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #999 transparent transparent;
	transition: .25s;
}
#rh-vue-search > div.selected {
	color: #1ea69a;
}
#rh-vue-search > div.selected::after {
	top: -2px !important;
	border-color: transparent transparent #f90 !important;
}

.input-group {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
}
.mobile-number-plus {
	cursor: pointer !important;
	width: 46px;
}
#mobile-number[readonly] {
	background: #f5f5f5 !important;
	cursor: not-allowed !important;
}

.animation-rotate {
	-webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: inline-block;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#mobile-number-verify-popup-content {
	padding: 35px 20px 15px;
}
#mobile-number-verify-popup-content.loading {
	pointer-events: none !important;
}

#rh-vue-mobile-number-verify-popup .v--modal-overlay {
	z-index: 99999 !important;
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay .v--modal-box > a {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	transition: .25s;
	cursor: pointer;
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay .v--modal-box > a:hover {
	color: #1ea69a;
}

#mobile-number-verify-popup-content h2 {
	font-size: 24px;
	margin: 0px auto 20px;
}
#rh-mobile-verify-input-form .input-group {
	background-color: #fff;
	border: 1px solid #1ea69a;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(30, 166, 154, .25);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#rh-mobile-verify-input-form .country-code {
	height: 40px;
	line-height: 27px;
	padding: 7.5px 10px 7.5px 45px;
	background: transparent;
	position: relative;
	border-right: 1px solid #f5f5f5;
	font-size: 18px;
}
#rh-mobile-verify-input-form .country-code::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 17px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../images/hongkong-flag.gif');
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -8.5px;
}
#rh-mobile-verify-input-form input[type=text] {
	background: transparent;
	width: 100%;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 7.5px 10px !important;
}
#rh-mobile-verify-input-form button[type=button] {
	cursor: pointer;
	height: 40px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 16px;
	white-space: nowrap;
}
#rh-mobile-verify-input-form button[type=button] .animation-rotate {
	margin-left: 5px;
}

.form-group .rh-error {
	color: red;
	font-size: 12px;
	display: block;
	margin-top: 7.5px;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: .25s;
}
.alert.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

ul#rh-mobile-verify-inputs {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	list-style: none !important;
	margin: 25px auto !important;
	padding: 0px !important;
	width: 100% !important;
}
ul#rh-mobile-verify-inputs li {
	--border-width: 3px;
	border-radius: var(--border-width);
	width: 45px;
	height: 65px;
	line-height: 65px;
	font-size: 32px;
	border: 3px solid #ddd;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	position: relative;
	z-index: 0;
}
ul#rh-mobile-verify-inputs.loading li::after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
	background-size: 300% 300%;
	background-position: 0 50%;
	border-radius: calc(2 * var(--border-width));
	animation: moveGradient 4s alternate infinite;
	z-index: -1;
}
@keyframes moveGradient {
	50% {
		background-position: 100% 50%;
	}
}
ul#rh-mobile-verify-inputs li span {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	line-height: 62px;
}
ul#rh-mobile-verify-inputs li span.place-holder {
	color: #ddd !important;
}

ul#rh-mobile-verify-calculator {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	list-style: none !important;
	margin: 0px auto !important;
	padding: 0px !important;
	width: calc( 100% + 20px ) !important;
	max-width: 320px;
	flex-wrap: wrap;
}
ul#rh-mobile-verify-calculator li {
	margin: 0px 0px 20px !important;
	padding: 0px !important;
	width: calc( 25% - 10px );
}
ul#rh-mobile-verify-calculator li:last-child {
	width: calc( 50% - 5px );
	background-color: #1ea69a;
}
ul#rh-mobile-verify-calculator li button[type=button] {
	text-align: center;
	width: 100%;
	padding-top: 60%;
	position: relative;
	border: 0px;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	transition: .5s;
}
ul#rh-mobile-verify-calculator.loading li button[type=button] {
	background-color: #ddd !important;
	cursor: not-allowed !important;
}
ul#rh-mobile-verify-calculator li:last-child button[type=button] {
	padding-top: inherit !important;
	height: 100%;
}
ul#rh-mobile-verify-calculator li button[type=button] span {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

#rh-mobile-verify-form a {
	cursor: pointer !important;
}
a.rh_prop_card__link_wrap {
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.rh_prop_card__wrap .rh_prop_card__details_elementor,
.rh_prop_card__wrap .rh_prop_card__details,
.rh_list_card__wrap .rh_list_card__map_details,
.rh_list_card__wrap .rh_list_card__details_wrap {
	position: relative;
}

#mobile-number-verify-popup-content {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding: 35px 30px 15px;
	width: 100%;
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay .v--modal-box {
	background-size: cover;
	background-position: top center;
	background-color: #fff;
	background-repeat: no-repeat;
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay.page-1 .v--modal-box {
	background-image: url( '../images/phone-verify-bg-1.jpg' );
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay.page-2 .v--modal-box {
	background-image: url( '../images/phone-verify-bg-2.jpg' );
}
#mobile-number-verify-popup-header {
	padding: 20px 15px;
	text-align: center;
	font-size: 23px;
	color: #ffffff;
	background-color: rgba(26, 122, 29, .6);
	min-height: 67px;
	position: relative;
}
#rh-vue-mobile-number-verify-popup .v--modal-overlay.page-2 #mobile-number-verify-popup-header {
	background-color: transparent !important;
}
#mobile-number-verify-popup-header > a {
	position: absolute;
	left: 15px;
	cursor: pointer;
	font-size: 23px;
	color: #ffffff;
}
#rh-mobile-verify-input-form {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	margin-top: 45px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
}
#mobile-number-verify-popup-content h2 {
	color: #12491d !important;
	text-align: center;
}
#rh-mobile-verify-input-form .form-group {
	margin-bottom: 20px !important;
}
#rh-mobile-verify-input-form .form-group:last-child {
	margin-bottom: 0px !important;
}
#rh-mobile-verify-input-form .form-group small {
	display: block; 
	text-align: center;
	margin-bottom: 20px;
	color: #666666 !important;
	font-size: 14px !important;
}
#rh-mobile-verify-input-form .form-group button[type=button] {
	display: block;
	height: 50px;
	font-size: 30px;
	width: 100% !important;
	border-radius: .25rem;
	-wekbit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-webkit-box-shadow: 0px 0px 5px 2.5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 2.5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 2.5px rgba(0,0,0,0.15);
}
#rh-mobile-verify-input-form .input-group {
	border: 0px !important;
	box-shadow: none !important;
}
#rh-mobile-verify-input-form .country-code {
	border-radius: .25rem;
	-wekbit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border: 1px solid #1ea69a !important;
	padding: 9.5px 10px 9.5px 45px;
	margin-right: 5px !important;
	height: 50px !important;
	line-height: 22px;
}
#rh-mobile-verify-input-form input[type=text] {
	border-radius: .25rem;
	-wekbit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border: 1px solid #1ea69a !important;
	padding: 9.5px 10px !important;
	line-height: 22px;
}
#rh-mobile-verify-form-intro {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	margin-bottom: 20px;
}
#rh-mobile-verify-form-intro > span {
	width: 51px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../images/phone-ring.png');
}
#rh-mobile-verify-form-intro > p {
	text-align: left;
	color: #666666 !important;
	font-size: 15px !important;
	line-height: 25px !important; 
}
#rh-mobile-verify-form-intro > p > strong {
	color: #12491d !important;
}
ul#rh-mobile-verify-inputs li {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
	background-color: #d3e8b5 !important;
	border-color: transparent !important;
}
ul#rh-mobile-verify-inputs li span {
	line-height: 50px !important;
	background-color: #80c41c !important;
	color: #060606 !important;
}
ul#rh-mobile-verify-inputs li span.place-holder {
	background-color: #d3e8b5 !important;
	color: #80c41c !important;
}
ul#rh-mobile-verify-inputs {
	margin: 20px auto 15px !important;
}
ul#rh-mobile-verify-calculator {
	justify-content: flex-end;
}
ul#rh-mobile-verify-calculator li {
	width: 33.3333% !important;
	margin-bottom: 0px !important;
	text-align: center;
	background-color: transparent !important;
}
ul#rh-mobile-verify-calculator li button[type=button] {
	width: 50px;
	height: 50px;
	background: red;
	padding-top: 0px;
	color: #12491d !important;
	background-color: transparent !important;
	transition: .25s !important;
	border-radius: .25rem;
	-wekbit-border-radius: .25rem;
	-moz-border-radius: .25rem;
}
ul#rh-mobile-verify-calculator li button[type=button]:hover {
	background-color: #84a08a !important;
	color: #fff !important;
}	
ul#rh-mobile-verify-calculator li button[type=button] span {
	font-size: 35px !important;
}
.alert.no-bg {
	background-color: transparent !important;
	border: 0px !important;
	outline: none !important;
	box-shadow: none !important;
}
body.home .widget_tag_cloud {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

#mobile-bottom-sidebar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 9;
	background-color: rgba(255,255,255,.95);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.56); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.56);
}
#mobile-bottom-sidebar .mbs-container {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	padding: 10px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	align-items: center !important;
}
#mobile-bottom-sidebar .mbs-container > div {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center !important;
}
#mobile-bottom-sidebar .mbs-avatar {
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	background-color: #d5d5d5;
	display: inline-block;
	margin-right: 15px;
}
#mobile-bottom-sidebar {
	font-size: 18px;
}
#mobile-bottom-sidebar a {
	display: inline-block;
	margin-right: 15px;
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
#mobile-bottom-sidebar a:last-child {
	margin-right: 0px !important;
}
#mobile-bottom-sidebar a.mbs-phone {
	background-color: #1ea69a;
}
#mobile-bottom-sidebar a.mbs-whatsapp {
	background-color: #25d366;
}

body.page-template-submit-property .rh_form__item label.error {
	display: none !important;
}

#rh-vue-search-custom-pricerange {
	width: 70%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center !important;
}
#rh-vue-search-custom-pricerange > div {
	width: 50% !important;
}
#rh-vue-search-custom-pricerange input {
	padding: 5px;
	text-align: center;
	width: 100% !important;
	overflow: hidden !important;
}

/**
 * Override Realhomes theme version 1.4.3
 */
/*.inspiry_select_picker_trigger > .dropdown-toggle {
	border: 0px !important;
}*/
.page-breadcrumbs-modern li a, .page-breadcrumbs-modern li i {
	white-space: nowrap;
}
.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta_wrap_elementor {
	margin-left: auto !important;
	margin-right: auto !important;
}
.rh_prop_card_meta_wrap_stylish .rh_prop_card__meta .rhea_meta_titles {
	margin-bottom: 0px !important;
}
.inspiry_select_picker_trigger.open > button.dropdown-toggle,
.inspiry_select_picker_trigger.open .dropdown-menu,
.inspiry_select_picker_trigger .dropdown-menu li a {
	background-color: #1ea69a !important;
	border-color: #1ea69a !important;
	color: #fff !important;
}
.inspiry_select_picker_trigger.open > button.dropdown-toggle span.caret {
	border-top-color: #fff !important;
}
.inspiry_select_picker_trigger.dropup.open > button.dropdown-toggle span.caret {
	border-bottom-color: #fff !important;
	border-top-color: transparent !important;
}
.inspiry_select_picker_trigger .dropdown-menu li.selected,
.inspiry_select_picker_trigger .dropdown-menu li:hover,
.inspiry_select_picker_trigger div.dropdown-menu li.selected a,
.inspiry_select_picker_trigger div.dropdown-menu li:hover a {
	background-color: #1a9086 !important;
	color: #fff !important;
}

.inspiry_select_picker_trigger .no-results {
	background-color: #1a9086 !important;
	border-color: #1a9086 !important;
	color: #fff !important;
	margin: 5px auto -10px !important;
	padding: 1.5rem 2.5rem !important;
	white-space: normal !important;
}
body.single-property .inspiry_select_picker_field.rh_prop_search__option input {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	color: #fff !important;
}
body.single-property .inspiry_select_picker_trigger > button.dropdown-toggle {
	padding: 2rem 2rem;
	border: 0;
	background-color: transparent !important;
	border-color: transparent !important;
	color: inherit !important;
}
body.single-property .advance-search .rh_prop_search__option .rh_prop_search__selectwrap {
	margin-top: 0px;
}
body.single-property .rh_property__meta_wrap .rh_property__meta .figure {
	line-height: 24px;
}
.rh_mod_sfoi_wrapper .rh_prop_search__select.rh_sfoi_field_selected label,
.rh_sfoi_advance_search_form .inspiry_bs_is_open label,
.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_mod_text_field.rh_mod_text_field_focused label,
.rh_mod_sfoi_wrapper .rh_mod_text_field.rh_mod_text_field_focused label {
	z-index: 1000 !important;
}
.rh_sfoi_advance_search_form .inspiry_bs_is_open label {
	line-height: 40px;
}

@media screen and (min-width: 1280px) {
	.rh_header .rh_header__wrap {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and ( max-width: 1140px ) {
	.rh_header .rh_header__wrap > .rh_logo {
		display: none !important;
	}
	.rh_header_responsive .rh_menu {
		width: 100% !important;
		margin-top: 10px;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		justify-content: space-between;
		align-items: center !important;
		padding: 0px 25px;
	}
	.rh_header_responsive .rh_header__wrap .rh_logo {
		width: 20% !important;
		flex: none !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	.rh_header_responsive .rh_menu .rh_menu__hamburger {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}
@media screen and ( max-width: 768px ) {
	.rh_header .rh_header__wrap {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-wrap: wrap-reverse;
	}
	
	.rh_prop_card .rh_prop_card__details {
		padding: 0px !important;
	}
	.rh_prop_card .rh_prop_card__details h3,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__excerpt,
	.Featured_Properties_Widget .rh_prop_card__details .rh_prop_card__meta_wrap {
		margin-bottom: 0px !important;
	}
	.rh_prop_card__details_elementor .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price *,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status * {
		font-size: 20px !important;
	}
	.rh_header .rh_header__wrap .rh_logo {
		width: 25% !important;
	}

	.rh_list_card__wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: auto !important;
	}
	.rh_list_card__wrap .rh_list_card__map_thumbnail {
		width: 40% !important;
		height: auto !important;
	}
	.rh_list_card__wrap .rh_list_card__map_wrap {
		width: 60% !important;
		padding: 15px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details h3,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta_wrap,
	.rh_list_card__wrap .rh_list_card__details h3{
		margin: 0px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta {
		padding-bottom: 5px !important
	}
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta_wrap {
		/*flex-wrap: nowrap;*/
	}
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta_wrap {
		margin-top: 0px !important;
	}
	.rh_list_card__wrap .rh_list_card__priceLabel {
		padding-top: 5px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns {
		margin: 1rem;
	}
	.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__author {
		white-space: nowrap !important;
	}
	.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__author span {
		display: inline-block !important;
		margin-left: 5px;
	}
}
@media screen and ( max-width: 767px ) {
	.rh_header_responsive .rh_menu .rh_menu__user {
		text-align: right !important;
	}
	.rh_header_responsive .rh_menu {
		padding: 0px 15px !important;
	}
	.rh_mod_sfoi_wrapper .rh_sfoi_titles {
		margin-bottom: 25px !important;
	}
	.rh_mod_sfoi_label_widget {
		margin-top: 80px !important;
	}
	.inspiry_mod_header_variation_one .rh_mod_sfoi_wrapper {
		min-height: 550px;
	}
	.inspiry_responsive_header_is_transparent .rh_mod_sfoi-container {
		margin-bottom: 50px !important;
		/*margin-top: 100px !important;*/
		margin-top: 30px !important;
	}
	.rh_mod_sfoi_wrapper .rh_prop_search__select,
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_mod_text_field,
	.rh_top_sfoi_fields .rh_prop_search__option,
	.rh_sfoi_buttons_wrapper .rh_mode_sfoi_search_btn button {
		height: 45px;
	}
	.rh_mod_sfoi_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 10px !important;
	}
	.rh_mod_sfoi_wrapper .rh_prop_search__select label,
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_mod_text_field label,
	.rh_mod_sfoi_wrapper .rh_mod_text_field label {
		line-height: 45px;
		font-size: 12px !important;
	}
	.rh_mod_sfoi_wrapper .rh_mod_text_field input,
	.rh_mod_sfoi_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 27px;
		font-size: 12px !important;
	}
	.rh_mod_sfoi_wrapper .more-options-wrapper {
		padding: 12px 0px 0px 24px;
	}
	.rh_mod_sfoi_wrapper .more-options-wrapper .option-bar label,
	.rh_sfoi_buttons_wrapper .rh_mode_sfoi_search_btn button {
		font-size: 12px !important;
	}
	.rh_menu__user_submit.emoji span {
		left: 10px;
	}
	.rh_sfoi_advance_search_form .inspiry_select_picker_trigger > .dropdown-toggle {
		padding: 18px 24px 0px !important;
	}
	.rh_mod_sfoi_wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
		line-height: 27px;
		font-size: 12px !important;
	}
}
@media screen and ( max-width: 628px ) {
	.rh_properties_element .wrapper_properties_ele {
		width: 100% !important;
	}
	.rh_prop_card__wrap,
	.rh_list_card__wrap {
		display: table !important;
		table-layout: fixed !important;
		width: 100%;
	}
	.rh_page__map_properties .rh_list_card__wrap {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.rh_prop_card__wrap .rh_prop_card__thumbnail,
	.rh_list_card__wrap .rh_list_card__thumbnail {
		width: 40%;
		display: table-cell;
		vertical-align: middle !important;
		height: auto !important;
	}
	/*.rh_list_card__wrap .rh_list_card__map_thumbnail {
		height: 20rem !important;
	}*/
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rhea_figure_property_one > a,
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rh_figure_property_one > a,
	.rh_list_card__wrap .rh_list_card__thumbnail .rh_figure_property_list_one > a {
		position: absolute !important;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden !important;
	}
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rhea_figure_property_one > a img,
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rh_figure_property_one > a img,
	.rh_list_card__wrap .rh_list_card__thumbnail .rh_figure_property_list_one > a img {
		object-fit: cover;
	}
	
	.rh_prop_card__wrap .rh_prop_card__details_elementor,
	.rh_prop_card__wrap .rh_prop_card__details,
	.rh_list_card__wrap .rh_list_card__details_wrap {
		width: 60%;
		display: table-cell;
		padding: 15px !important;
		vertical-align: middle !important;
	}
}
@media screen and ( max-width: 500px ) {
	.rh_header_responsive .rh_menu {
		padding: 0px 10px !important;
	}
	.rh_header_responsive .rh_menu .rh_logo {
		display: none !important;
	}
	.rh_header .rh_header__wrap > .rh_logo {
		display: block !important;
		width: 100% !important;
	}
	.rh_header_responsive .rh_menu .rh_menu__user {
		text-align: left !important;
	}
	.rh_map #map-head {
		height: 42rem !important;
	} 
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta_wrap_elementor,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta_wrap,
	.rh_list_card__wrap .rh_prop_card__details .rh_prop_card__meta_wrap {
		flex-wrap: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_titles,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta .rh_meta_titles,
	.rh_list_card__wrap .rh_list_card__map_wrap h3 a,
	.rh_list_card__wrap .rh_list_card__wrap h3 a {
		margin-bottom: 0px !important;
		font-size: 12px !important;
		white-space: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_icon_wrapper,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta > div,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta > div {
		font-size: 12px !important;
		white-space: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta {
		padding-bottom: 5px !important;
	}
	.rh_prop_card__wrap .rh_prop_card__thumbnail,
	.rh_list_card__wrap .rh_list_card__thumbnail {
		width: 35%;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor,
	.rh_prop_card__wrap .rh_prop_card__details,
	.rh_prop_card__wrap .rh_list_card__details_wrap {
		width: 65%;
		padding: 5px 15px !important;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__excerpt,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__excerpt {
		font-size: 12px !important;
	}
	.rh_prop_card__details_elementor .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price *,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status * {
		font-size: 14px !important;
	}
	.inspiry_responsive_header_is_transparent .rh_mod_sfoi-container {
		margin-bottom: 0px !important;
		/*margin-top: 180px !important;*/
		margin-top: 110px !important;
	}
	.inspiry_mod_header_variation_one .rh_mod_sfoi_wrapper {
		min-height: 320px !important;
		transition: .5s;
	}
	.rh_mod_sfoi_wrapper .rh_sfoi_titles {
		margin-bottom: 15px !important;
	}
	.inspiry_mod_header_variation_one .rh_mod_sfoi_wrapper.rh_mod_sfoi_wrapper_is_open {
		min-height: 500px !important;
	}
	.inspiry_mod_header_variation_one .rh_mod_sfoi_wrapper.rh_mod_sfoi_wrapper_is_open_lv2 {
		min-height: 720px !important;
	}

	.rh_list_card__wrap .rh_list_card__map_thumbnail {
		width: 35% !important;
	}
	.rh_list_card__wrap .rh_list_card__map_wrap {
		width: 65% !important;
		padding: 15px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details h3,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta_wrap,
	.rh_list_card__wrap .rh_list_card__details h3,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta_wrap {
		font-size: 12px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta {
		padding-bottom: 5px !important
	}
	.rh_list_card__wrap .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price *,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__status,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__status *,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__price *,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__status,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__status *,
	.rh_list_card__wrap .rh_list_card__priceLabel .rh_list_card__price .price {
		font-size: 14px !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta_wrap .rh_list_card__meta,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta_wrap .rh_list_card__meta {
		margin-right: 5px !important;
	}
	.rh_list_card__meta div .figure,
	.rh_list_card__meta div .label {
		font-size: 12px !important;
	}
	.rh_list_card__meta div svg {
		width: 14px;
	}
	#rh-vue-search-popup .v--modal-overlay .v--modal-box {
		top: 0px !important;
		border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
	}
	body.admin-bar #rh-vue-search-popup .v--modal-overlay .v--modal-box {
		top: 46px !important;
	}
	#rh-vue-search > div {
		font-size: 12px !important;
	}
	#rh-vue-search {
		border-left: 0 !important;
		border-right: 0 !important;
	}
	#rh-vue-mobile-number-verify-popup .v--modal-overlay .v--modal-box {
		top: 0px !important;
		bottom: 0px !important;
		height: 100vh !important;
		width: 100% !important;
		left: 0px !important;
		top: 0px !important;
		right: auto !important;
		bottom: auto !important;
	}
	#rh-mobile-verify-input-form {
		margin-top: 30px;
	}
	/*body.admin-bar #rh-vue-mobile-number-verify-popup .v--modal-overlay .v--modal-box {
		top: 46px !important;
		height: calc( 100vh - 46px ) !important;
	}*/
	#mobile-number-verify-popup-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.rh_banner__image.rh_banner__image-single-property {
		height: 18rem !important;
	}

	.single-property .rh_property__map_wrap #property_map {
		height: 27rem !important;
	}
	.single-property .infoBox .map-info-window .prop-title {
		padding: 2.5px 1.5rem !important;
	}
	.single-property .infoBox .map-info-window .rh_agent_form .rh_agent_form__row, 
	.single-property .infoBox .map-info-window p, 
	.single-property .rh_agent_form .infoBox .map-info-window .rh_agent_form__row {
		padding: 0px 1.5rem 2.5px !important;
	}
	.single-property .infoBox .map-info-window .prop-thumb {
		height: 100px !important;
		object-fit: cover !important;
	}

	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(1),
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(2),
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(3) {
		min-width: 100px !important;
	}

	#mobile-bottom-sidebar { 
		padding: 10px;
	}
	#mobile-bottom-sidebar .mbs-container {
		padding: 0px;
	}
	#mobile-bottom-sidebar .mbs-avatar {
		margin-right: 5px;
		width: 35px;
		height: 35px;
	}
	#mobile-bottom-sidebar {
		font-size: 16px;
	}
	#mobile-bottom-sidebar a {
		display: inline-block;
		margin-right: 5px;
		padding: 10px;
		font-size: 16px;
		color: #fff;
	}
	body.single-property .rh_footer__before_fix {
		padding-bottom: 5rem !important;
	}

	.rh_prop_card .rh_prop_card__details h3 a,
	.rh_prop_card__details_elementor h3 a,
	.rh_list_card__wrap .rh_list_card__map_wrap h3 a {
		word-break: break-word;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 22px; /* fallback */
		max-height: 50px; /* fallback */
		-webkit-line-clamp: 2; /* number of lines to show */
		-webkit-box-orient: vertical;
		white-space: normal;
	}

	.rh_page__head .rh_page__title {
		font-size: 2rem !important;
		text-align: left !important;
	}
	.rh_page__head .rh_page__title .title {
		font-size: 2rem !important;
	}
	.rh_page__head .rh_page__controls.cs-sort-controls {
		-webkit-flex-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
		align-items: center;
		padding: 0px 15px;
		margin-bottom: 15px;
	}
	.rh_page__head .rh_page__controls.cs-sort-controls .rh_page__title {
		padding-bottom: 0px !important;
	}
	.entry-content h1 {
		font-size: 2rem !important;
	}
	.rh_sfoi_advance_search_form .inspiry_select_picker_trigger div.dropdown-menu li a {
		font-size: 12px !important;
		padding: 5px 15px;
	}
	.rh_sfoi_advance_search_form .bootstrap-select.show-tick .dropdown-menu li a span.text {
		margin-right: 0px !important;
		display: block !important;
	}
	.rh_sfoi_advance_search_form .inspiry_select_picker_trigger.show-tick .dropdown-menu .selected span.check-mark {
		font-size: 10px;
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		right: 5px !important;
	}
	.rh_sfoi_advance_search_form .inspiry_select_picker_trigger .no-results {
		font-size: 12px !important;
		padding: 5px 15px !important;
	}
	.rh_sfoi_advance_search_form .inspiry_select_picker_trigger > .dropdown-toggle {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.rh_mod_sfoi_wrapper .rh_prop_search__select label,
	.rh_mod_sfoi_wrapper .more-options-wrapper {
		padding-left: 15px !important;
	}
	.rh_mod_sfoi_wrapper .rh_prop_search__select.rh_sfoi_field_selected label,
	.rh_sfoi_advance_search_form .inspiry_bs_is_open label,
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_mod_text_field.rh_mod_text_field_focused label,
	.rh_mod_sfoi_wrapper .rh_mod_text_field.rh_mod_text_field_focused label {
		padding-left: 15px !important;
		transform: unset !important;
		-webkit-transform: unset !important;
		-ms-transform: unset !important;
		font-size: 10px !important;
		line-height: 34px !important;
		z-index: 1000 !important;
	}
	.rh_mod_sfoi_wrapper .rh_mod_text_field label,
	.rh_mod_sfoi_wrapper .rh_mod_text_field input,
	.open_more_features {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media screen and ( max-width: 480px ) {
	.rh_property__id {
		justify-content: center !important;
	}
	.rh_property__id > div {
		text-align: center !important;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_titles,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta .rh_meta_titles,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta .rh_meta_titles {
		margin-bottom: 0px !important;
		font-size: 10px !important;
		white-space: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_icon_wrapper,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta > div,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta > div {
		font-size: 10px !important;
		white-space: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__excerpt,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__excerpt,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__excerpt {
		font-size: 11px !important;
	}
	.elementor_property_card_parent .rh_overlay__contents a,
	.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a,
	.rh_list_card__thumbnail .rh_overlay__contents a {
		font-size: 12px !important;
		padding: 5px 15px;
	}

	.rh_list_card__wrap .rh_overlay__contents a {
		font-size: 10px !important;
		padding: 2.5px 10px !important;
	}

	.rh_prop_card .rh_prop_card__details .rh_prop_card__meta svg,
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta svg,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta svg {
		float: left !important;
		margin-right: 10px;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta svg {
		margin-right: 0px;
	}
	.rh_prop_card .rh_prop_card__details .rh_prop_card__meta .label,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__meta .figure,
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .label,
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .figure,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta .label,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta .figure {
		display: block !important;
		font-size: 12px !important;
	}
	.rh_page__head .rh_page__controls {
		width: calc( 100% + 40px ) !important;
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.rh_page__head .rh_page__controls .rh_sort_controls .select2-selection--single {
		width: 20rem;
	}
}
@media screen and (max-width: 400px) {
	.rh_property__print .share-this.sharer-0:not(.realhomes-line-social-share-enabled) .social.networks-5.center,
	.social.networks-5.center {
		margin-left: -86px;
		width: 250px;
	}
	#trp-floater-ls-current-language a, 
	#trp-floater-ls-language-list a {
		padding: 10px 8px !important;
		font-size: 70% !important;
	}
}
@media screen and ( max-width: 350px ) {
	.rh_page__head .rh_page__controls .rh_sort_controls .select2-selection--single {
		width: 18rem;
	}
	.rh_page__head .rh_page__title {
		font-size: 1.8rem !important;
		text-align: left !important;
	}
	.rh_page__head .rh_page__title .title {
		font-size: 1.8rem !important;
	}
	#mobile-number-verify-popup-content {
		padding: 35px 15px 15px !important;
	}
	#rh-mobile-verify-input-form {
		margin-top: 55px;
	}
	#mobile-number-verify-popup-content h2 {
		font-size: 22px !important;
	}
	#rh-mobile-verify-input-form .form-group small {
		font-size: 12px !important;
	}
	.rh_menu__user_submit a {
		font-size: 10.5px !important;
	}
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rhea_figure_property_one > a,
	.rh_prop_card__wrap .rh_prop_card__thumbnail .rh_figure_property_one > a,
	.rh_list_card__wrap .rh_list_card__thumbnail .rh_figure_property_one > a {
		position: unset !important;
	}
	.rh_prop_card__wrap,
	.rh_list_card__wrap {
		display: block !important;
	}
	.rh_prop_card__wrap .rh_prop_card__thumbnail {
		width: 100%;
		display: block !important;
	}
	.rh_list_card__wrap .rh_list_card__thumbnail {
		width: 100%;
		display: block !important;
		padding-top: 70%;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor,
	.rh_prop_card__wrap .rh_prop_card__details,
	.rh_list_card__wrap .rh_list_card__details {
		width: 100%;
		display: block !important;
		padding: 15px;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_titles,
	.rh_prop_card__wrap .rh_prop_card__details .rh_prop_card__meta .rh_meta_titles,
	.rh_list_card__wrap .rh_list_card__map_wrap h3 a,
	.rh_list_card__wrap .rh_list_card__wrap h3 a {
		margin-bottom: 0px !important;
		font-size: 14px !important;
		white-space: nowrap;
	}
	.rh_prop_card__wrap .rh_prop_card__details_elementor .rh_prop_card__meta .rhea_meta_icon_wrapper,
	.rh_prop_card__meta .rh_prop_card__details .rh_prop_card__meta > div,
	.rh_list_card__meta .rh_list_card__details .rh_list_card__meta > div {
		font-size: 14px !important;
		white-space: nowrap;
	}
	.rh_prop_card__details_elementor .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price *,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status,
	.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status *,
	.rh_list_card__wrap .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__price *,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__status,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__priceLabel .rh_list_card__status *,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__price,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__price *,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__status,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__priceLabel .rh_list_card__status * {
		font-size: 16px !important;
	}
	.elementor_property_card_parent .rh_overlay__contents a,
	.rh_prop_card .rh_prop_card__thumbnail .rh_overlay__contents a,
	.rh_list_card .rh_list_card__thumbnail .rh_overlay__contents a {
		font-size: 14px !important;
		padding: 10px 20px;
	}
	.rh_list_card__wrap .rh_overlay__contents a {
		font-size: 14px !important;
		padding: 10px 20px !important;
	}
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option {
		min-width: 150px !important;
	}
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(1),
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(2),
	.rh_mod_sfoi_wrapper .rh_mod_sfoi_advance_fields .rh_prop_search__option:nth-child(3) {
		min-width: 100px !important;
	}
	.rh_list_card__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: inherit !important;
	}
	.rh_list_card__wrap .rh_list_card__map_wrap,
	.rh_list_card__wrap .rh_list_card__map_thumbnail {
		width: 100% !important;
	}
	.rh_list_card__wrap .rh_list_card__map_thumbnail {
		height: 14rem !important;
	}
	.rh_list_card__wrap .rh_list_card__map_details h3,
	.rh_list_card__wrap .rh_list_card__map_details .rh_list_card__meta_wrap,
	.rh_list_card__wrap .rh_list_card__details h3,
	.rh_list_card__wrap .rh_list_card__details .rh_list_card__meta_wrap {
		font-size: 14px !important;
	}
	#rh-vue-search > div {
		font-size: 10px !important;
	}
	ul#rh-mobile-verify-calculator {
		max-width: 100% !important;
	}
	.rh_banner__image.rh_banner__image-single-property {
		height: 15rem !important;
	}
	.rh_property .rh_property__sidebar {
		width: 100% !important;
	}
	.rh_footer .rh_footer__wrap {
		padding: 0 1rem 0 !important;
	}
	.rh_footer .rh_footer__logo {
		display: block !important;
		width: 100% !important;
	}
	.rh_property .rh_property__content {
		padding: 1rem !important;
	}
	.share-this.sharer-0 .social ul {
		width: 100% !important;
	}
	.inspiry_mod_header_variation_one .rh_mod_sfoi_wrapper.rh_mod_sfoi_wrapper_is_open_lv2 {
		min-height: 790px !important;
	}
	.rh_header_responsive .rh_menu {
		padding: 0 5px!important;
	}
	.rh_menu__user .rh_menu__user_submit {
		padding-left: 5px !important;
	}
	#trp-floater-ls-current-language a, 
	#trp-floater-ls-language-list a {
		padding: 8px 5px !important;
		font-size: 50% !important;
	}
}