/*
Theme Name: RealesWP Child
Theme URI: http://mariusn.com/themes/reales-wp/
Template: realeswp
Description: Reales WP Child theme
Version: 2.1
Author: Marius Nastase | n3sty.marius@gmail.com
Author URI: http://mariusn.com/
Text Domain: realeswp
Tags: black, white, light, four-columns, responsive-layout, custom-colors, custom-header, custom-menu, featured-image-header, full-width-template, sticky-post, theme-options, translation-ready, threaded-comments
License: 
License URI: 
*/


/*** Generale ***/

/* Menu superiore Fissato */
#hero-container > div.home-header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

/* Login nel menu orizzontale */
#hero-container > div.home-header > div.topUserWraper > div{
	display:none !important;
}

#hero-container > div.home-header > div.topUserWraper.open{
	display:none !important;	
}

#header > div.topUserWraper > div{
	display:none !important;
}

#page-hero-container > div.home-header > div.topUserWraper > div{
	display:none !important;
}

/* Dimensione Menu Orizzontale */
body {
    font-size: 16px;
}


/*** Home Page ***/

/* Colore barra sotto alle slide */ 
body > div.spotlight{
	background-color: #d82579 !important;
}

/* Logo Home Page */
.home-logo img {
    max-height: 150px !important;
    width: auto;
}

/* single-property */
#content > div.amenities > h3{
	display: none !important;
}

#content > div.amenities > div > div{
	display: none !important;
}

/* servizi */
#search-2{
	display: none !important;
}

#featured_properties_widget-4{
	display: none !important;
}

#featured_agents_widget-4{
	display: none !important;
}

/* Chi Siamo */
#search-agent-form{
	display: none !important;
}