/*
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.1
*/

.rh_banner .rh_banner__title {
	font-size:2.6rem;
}

.single-property .rh_banner .rh_banner__title {
	display:none!important;
}

.rh_banner__image {
    background-position: center center !important;
}

.rh_footer {

    background: #00b8ea!important;

}

.rh_footer, .rh_footer .rh_footer__logo .tag-line, .rh_footer__widgets .textwidget p, .rh_footer__widgets .textwidget, .rh_footer .rh_footer__wrap .copyrights, .rh_footer .rh_footer__wrap .designed-by, .rh_contact_widget .rh_contact_widget__item .content {
	color:#fff!important;
	
}

.rh_footer a, .rh_footer .rh_footer__wrap .designed-by a, .rh_footer .rh_footer__wrap .copyrights a, .rh_footer .rh_footer__social a {
	color:#fff!important;
	
}

.rh_menu__user_submit {
	display:none!important;
	
}

.wpcf7-form-control.wpcf7-submit {
    background: #263d86;
    color: #fff;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #102b87;
}


.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
    color: #808080;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(128, 128, 128, 0.2);
    margin-bottom: 1.5rem;
width: 100%;
}

select {
	-moz-appearance:auto!important;
	-webkit-appearance:auto!important; 
}

.wpcf7-form label {
color: #1a1a1a;
font-size: 1.5rem;
line-height: 1.5;
margin-bottom: 1rem;
}

.wpcf7-not-valid {
background: rgba(234, 61, 61, 0.05);
border-color: #ea3d3d;
-webkit-transition: 0.2s all linear;
transition: 0.2s all linear;
}

span.wpcf7-not-valid-tip {
	margin-bottom: 1.5rem;
}

span.wpcf7-list-item { 
	display: block;
	cursor: pointer;

}

.paoc-popup-modal-cnt table {
margin-top: 2rem;
}

.paoc-popup-modal-cnt li {

    margin-left: 40px;

}


.popupaoc-link {

    text-decoration: inherit;
	font-size:small;

}

.popupaoc-link:hover {

    border-bottom: 1px solid;

}