/* Child Theme - Custom CSS File for Buyers to Modify */

.rh_header__wrap .rh_logo_inner {
	width: 200px;
	max-width: 200px;
}

.rh_header__wrap .rh_menu__user {
	display: none!important;
}

@media (max-width: 767px) {
	.rh_header__wrap {
		position: relative;
	}
	.rh_header .rh_header__wrap .rh_logo {
		display: inline-block;
		padding: 0px;
		margin: 0px;
	}
	.rh_header .rh_header__wrap {
		padding: 20px;
		text-align: left;
		box-sizing: border-box;
	}
	.rh_header_responsive .rh_menu {
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-width: 558px) {
	.rh_header_responsive .rh_menu {
		padding: 0;
	}
}

.rh_menu__responsive {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#menu-main-menu-2 .current-menu-item > a {
	background-color: transparent;
	border-bottom: 2px solid #009CC5;
	border-top: 2px solid transparent;
	box-sizing: border-box;
}

#menu-main-menu-2 .menu-item,
#menu-main-menu-2 .menu-item > a:hover {
	background: transparent!important;
}

#menu-main-menu-2 {
	font-weight: 500;
}

.rh_header--shadow {
	background: rgb(0,133,179);
	background: -moz-linear-gradient(180deg, rgba(0,133,179,0.5) 0%, rgba(193,223,194,0.2) 48%, rgba(161,212,195,0.09707633053221287) 74%, rgba(0,156,197,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,133,179,0.5) 0%, rgba(193,223,194,0.2) 48%, rgba(161,212,195,0.09707633053221287) 74%, rgba(0,156,197,0) 100%);
	background: linear-gradient(180deg, rgba(0,133,179,0.5) 0%, rgba(193,223,194,0.2) 48%, rgba(161,212,195,0.09707633053221287) 74%, rgba(0,156,197,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0085b3",endColorstr="#009cc5",GradientType=1);
}

#menu-main-menu .current-menu-item > a {
	background-color: transparent;
}

#menu-main-menu .menu-item:hover > a {
	background-color: transparent;
}

.rh_mod_sticky_header .header_logo img {
    max-height: 60px;
    padding: 5px 0;
}

.rh_sticky_header_container .submit_property {
	display: none!important;
}

.rh_footer .rh_footer__logo img {
	min-height: 80px;
	min-width: 200px;
}



@media (min-width: 1024px) {
	.rh_footer .rh_footer__logo img {
		min-width: 200px;
		margin-top: 20px;
		margin-bottom: -150px;
	}
}

@media (max-width: 1023px) {
	.rh_footer__wrap.rh_footer--alignTop.rh_footer--paddingBottom > .rh_footer__widgets.columns-3:nth-child(1) {
		display: none;
	}
}

.rh_banner__image {
    height: 20rem
}

.rh_banner__cover {
	background: rgb(0,133,179);
	background: -moz-linear-gradient(180deg, rgba(0,133,179,0.6) 0%, rgba(193,223,194,0.4) 48%, rgba(161,212,195,0.3) 74%, rgba(255,255,255,0.30155812324929976) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,133,179,0.6) 0%, rgba(193,223,194,0.4) 48%, rgba(161,212,195,0.3) 74%, rgba(255,255,255,0.30155812324929976) 100%);
	background: linear-gradient(180deg, rgba(0,133,179,0.6) 0%, rgba(193,223,194,0.4) 48%, rgba(161,212,195,0.3) 74%, rgba(255,255,255,0.30155812324929976) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0085b3",endColorstr="#ffffff",GradientType=1);
}
.rh_banner__cover:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-color: rgba(0,0,0,.3);
}

.rh_page__agents + .rh_page__sidebar,
.rh_page__listing_page + .rh_page__sidebar {
	display: none;
}

.rh_page.rh_page__listing_page.rh_page__news + .rh_page__sidebar {
	display: initial;
}

.rh_page__agents {
	margin: 0 auto;
}
.rh_page.rh_page__listing_page.rh_page__news {
	width: 100%;
}

.single-property .rh_property__sidebar.rh_property__content {
	height: min-content;
}
.single-property .rh_property__sidebar.rh_property__content .widget {
	margin-bottom: 0px;
}
.single-property .rh_property__sidebar.rh_property__content .title {
    padding: 0 0 2rem 0;
    border-bottom: 1px dashed rgba(128,128,128,.2);
	line-height: 44px;
	margin-bottom: 30px;
}

.rh_contact__form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0px;
}
.single-property .rh_property__sidebar.rh_property__content .rh_contact__form {
	max-width: 400px;
}
.single-property .rh_property__sidebar.rh_property__content .hide_summary {
	display: none;
}
.rh_contact__form .rh_contact__input label {
	color: rgb(68, 68, 68);
}
.gform_fields .gfield .gfield_required {
    display: inline;
    margin-left: 2px;
    color: #ff3546;
}
.rh_contact__form .gform_button {
	background: #0085b3;
	line-height: 21px;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #fff;
}

.ginput_container_select {
	display: block;
    width: 100%;
    color: grey;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(128,128,128,.2);
    margin-bottom: 1.5rem;
}
.ginput_container_select select:focus, .ginput_container_select select:focus-visible {
	outline: none!important;
}
.ginput_container_consent + .gfield_description.validation_message {
	clear: both;
}
.gform_wrapper .gform_fields .gfield .gfield_description.validation_message {
    color: #fff;
    background-color: rgba(255,53,70,0.9);
    text-align: left;
    padding: 3px 10px;
	margin-bottom: 1.5rem;
    margin-top: -1.5rem;
}

.gform_wrapper .gform_fields .gfield .ginput_container_consent+.validation_message,.gform_wrapper .gform_fields .gfield .gfield_consent_description+.validation_message,.gform_wrapper .gform_fields .gfield .ginput_recaptcha+.validation_message {
    margin-top: 5px
}

.gfield .gfield_label,
.rh_inspiry_gdpr .gfield_label {
	display: block;
	margin-bottom: 1rem;
}

@media(min-width: 480px) {
    .single-property .rh_property__sidebar.rh_property__content .title {
        padding:0 0 3rem 0;
    }
}

@media(min-width: 1024px) {
    .rh_page__main {
        width:90%;
        padding-right: 0rem
	}
	.rh_page.rh_page__listing_page.rh_page__news {
		width:73%;
        padding-right: 3rem
	}
}

@media(min-width: 1280px) {
    .rh_page__main {
        width:90%
	}
	.rh_page.rh_page__listing_page.rh_page__news {
		width: 70%;
	}
}

.rh_agent_card__link p,
.rh_agent_card__link i,
.rh_agent_card__link {
	color: #009CC5!important
}

.rh_menu__hamburger.hamburger.hamburger--squeeze {
	background-color: #0085B3;
	padding: 1.2rem;
}

#menu-main-menu-1 .menu-item:hover a,
#menu-main-menu-1 .menu-item.current-menu-item a {
	color: #0085B3;
}

.qe-faq-toggle .qe-toggle-content p {
	color: #222;
}

p {
	color: #333;
}

.rh_blog__post .entry-header .entry-meta,
.rh_blog__post .entry-header .entry-meta .vcard,
.rh_blog__post .entry-header .entry-meta a {
	color: #fff;
	font-style: italic;
}

.rh_blog__post .entry-header .entry-meta a {
	text-decoration: underline;
}