/*
    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
	
----------------------------------------------------------------------------------------------------------------*/
h1{
	font-size:30px;
	
}
p{
	font-size:18px;
	color:#333;
}
h1, p, li{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo-inner-wrapper{	
	vertical-align: bottom;
	padding-bottom:5px;
}

.site-logo img{
	width:90%;
	height:auto;
}

@media (max-width: 1200px) {
	.site-logo img{
		max-width:350px;
		margin-top:40px;
	}
}
@media (max-width: 991px) {
	.site-logo img{
		max-width:300px;
		margin-top:0px;
	}
}
@media (max-width: 500px) {
	.site-logo img{
		max-width:250px;
		margin-top:0px;
	}
}




.header-variation-two .main-menu .current-menu-item > a, .header-variation-two .main-menu li:hover > a{
	background-color:#fff;
	color:#ed6b33;
}
.header-variation-two .current-menu-ancestor > a {
    background-color: #fff;
	color:#ed6b33 !important;
}

/*Botón buscar*/
.form-submit-btn:hover {
    background-color: #c7450d;
}



/*Remover el cartel sobre el slider home*/
.slider-variation-three .slide-inner-container{
	display:none;
}

/*añadir border a los campos de busqueda*/
.select2-container--default .select2-selection--single{
	border-color:#666;
}
.advance-search input[type="text"]{
	border:#666 1px solid;
}

/*colores debajo de iconos social*/
.header-variation-two .header-social-nav .twitter{
	border-bottom-color:#58c7ff;
}
.header-variation-two .header-social-nav .facebook{
	border-bottom-color:#466bc6;
}
.header-variation-two .header-social-nav .linkedin{
	border-bottom-color:#ed6b33;
}


/*search title*/
.search-title{
	background-color:#222;
}


@media (max-width: 768px) {
	.search-title {
		font-size: 16px;
		padding: 10px 25px;
        padding-right: 25px;
        padding-left: 25px;
		text-transform: uppercase;
		text-align: center;
	}
}

.form-submit-btn{
	background-color:#ed6b33
}

/*Servicios*/
.compra-venta, .alquileres, .reformas{
	height:200px;
	width:100%;
	border-radius:4px;
	text-align:center;
	position:relative;
}
.compra-venta img, .alquileres img, .reformas img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.compra-venta{
	background-color:#ff8138;	
}
.alquileres{
	background-color:#8c133f;
}

.reformas{
	background-color:#065280;
}

.services-text{
	text-align:center;
	margin-top:20px;
	font-size:18px;
	color:#333;
}

/*Contact page */

.site-pages{
	padding-top:0px;
}
#map-canvas{
height:400px;
}

/*Contact form*/
#contact-form-section p{
	font-size:15px;
}
#contact-form-section a{
	color:#0dbae8
}
#contact-form-section a:hover{
	color:#999;
}
#contact-form-section input, #contact-form-section textarea {
	color:#666;
}
#contact-form-section .wpcf7-submit{
	color:#fff;
}
#contact-form-section .wpcf7-mail-sent-ok{
	color:#b9fc37;
	font-weight:700;
}




/*cookies*/
.has-cookie-bar #catapult-cookie-bar{
	max-height:40px !important;
	padding:6px 20px 10px;
}
button#catapultCookie{
	font-size:13px !important;
	padding: 3px 6px !important;
}




/*footer copyright*/
.footer-logo p{
	color:#bcbcbc;
}
.custom-html-widget p{
	font-size:15px;
}



	
	