/*
	Theme Name: RealHomes Theme
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Description: Real Homes is a handcrafted WordPress theme for real estate websites. It offers purpose oriented design with all the useful features a real estate website needs. Real Homes theme facilitates its user on front end as well as on admin-side and makes properties management a breeze.
	Author: Inspiry Themes
	Author URI: https://www.inspirythemes.com/
	Version: 3.5.1
	Text Domain: framework
    Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/
.rh_svg{ fill: #4d56ff; }
.rh_menu__user .rh_menu__user_submit a,
.widget .tagcloud a,
button{ background-color: #4d56ff; }

.rh_menu__user .rh_menu__user_submit:hover a,
.widget .tagcloud a:hover,
button:hover{ background-color: #303a99; }

.rh_slide__desc .rh_slide_prop_price span,
.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__price,
.rh_agent .rh_agent__details .rh_agent__phone,
.rh_agent .rh_agent__details .rh_agent__listed .figure,
.rh_section .rh_section__head .rh_section__subtitle{
	color: #4d56ff;
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a,
.rh_footer{ background-color: #151942 !important;}

.rh_btn--secondary,
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__advance a:hover{ background-color: #4d56ff !important;}

.rh_footer.diagonal-border:before{ border-right: 100vw solid #151942 !important;}

/*-----HEADER------*/
/*.rh_header{ position: fixed; z-index: 10000;}*/

.rh_header .rh_header__wrap {
    padding: 2rem;
}

/*-----HIDE LOGIN------*/
.rh_menu__user_submit{ display: none;}
.logged-in .rh_menu__user_submit{ display: block !important;}

.rh_header--shadow,
.rh_overlay,
.rh_header,
.rh_banner__cover{
    background-image: linear-gradient(to bottom right, #7861f7, #02edff);
}

.rh_footer .rh_footer__logo{ width: 25%; }
.rh_footer{ padding: 12rem 0 3rem 0;}
.rh_footer a,
.rh_footer p{ color: white;}

.rh_logo{ max-width: 200px;}

.cls-1{ fill: #4d56ff !important;}

.rh_cta--featured .rh_cta{ background-attachment: fixed;}

.page-id-69 .rh_map,
.page-id-4583 .rh_page__title{display:none;}

.rh_view_type:before{
	content:'Tipo de vista';
	color: white;
	font-size: 1.4rem;
}

/*-----CROP IMAGES------*/
#property-detail-flexslider .flex-viewport{ max-height: 515px;}
#property-detail-flexslider .slides > li{
	height: 515px;
    position: relative;
}
#property-detail-flexslider .flex-viewport .slides img{
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	-o-object-fit: cover;
}
.rh_prop_card__thumbnail{ height: 200px;}
.rh_prop_card .rh_prop_card__thumbnail img{
	position: absolute;
     object-fit: cover;
	-o-object-fit: cover;
}
.rh_feature .rh_feature__icon{ width: 8rem; height: 8rem;}

.rh_partner{ width: 10%;}


/*-----MEDIA QUERIES------*/
@media only screen and (max-width: 480px) {
#property-detail-flexslider .flexslider{ max-height: 360px;}
#property-detail-flexslider .slides > li{
	height: 360px;
    position: relative;
}
	.rh_menu{
	position: absolute;
	padding-right: 6%;
}
	.rh_logo img{ padding-top: 6%;}
}