/*
    Theme Name: Real Places Child
    Theme URI: http://themeforest.net/item/real-places-responsive-wordpress-real-estate-theme/12579089
    Description: Child theme for Real Places. Real Places is a WordPress theme for Real Estate Websites.
    Author: Inspiry Themes
    Author URI: http://themeforest.net/user/inspirythemes/portfolio
    Version: 1.2.0
    Template: inspiry-real-places

    ----------------------------------------------------------------------------------------------------------------*/
	
	
	.option-bar.property-location select#child-location]{
		display:none!important;
		margin-left:900px!important;
	}
	
	#child-location {
		display:none!important;
	}

/*
.meta-item.meta-property-type {
	display:none!important;
}
*/

#text-2 {
	color: #FFF!important;
	background-color: #1092c9!important;
	padding: 20px!important;
}

#text-2 h3 {
	color: #FFF!important;
}

#text-4 {
	color: #000!important;
	background-color: #1092c9!important;
	padding: 20px!important;
}

#text-4 h3 {
	color: #FFF!important;
}

#text-6 {
	color: #000!important;
	background-color: #0DBAE8!important;
	padding: 20px!important;
}

#text-6 h3 {
	color: #FFF!important;
}


.single-property .widget-advance-search {
	display:none!important;
}


/*-- Hide my property ---*/

.hide_my_prop {
	display:none!important;
}

/*-- Buttons ----*/

.login-register-link {
	background-color: #FC0!important;
	color: #FFF!important;
}

.login-register-link:hover {
	background-color: #0dbae8!important;
	color: #FFF!important;
}

.submit-property-link.red_bk {
	background-color: #CC0000!important;
	color: #FFF!important;
}

.submit-property-link.red_bk:hover {
	background-color: #0dbae8!important;
	color: #FFF!important;
}

.submit-property-link.blue_bk {
	background-color: #0dbae8!important;
	color: #FFF!important;
}

.submit-property-link.blue_bk:hover {
	background-color: #333!important;
	color: #FFF!important;
}


.add-to-fav {
	background-color: #CC0000!important;
	color: #FFF!important;
}

.add-to-fav:hover {
	background-color: #0dbae8!important;
	color: #FFF!important
}