/**
* Theme Name: Customizr
* Theme URI: http://presscustomizr.com/customizr
* Description: Customizr is a versatile and easy to customize WordPress theme, instantly giving a professional look to your online presence. Designed with visitor engagement in mind, it allows anyone to create a beautiful, fast and mobile friendly website compatible with all browsers and devices. Customizr works fine with major WordPress plugins like WooCommerce, bbPress, JetPack and many others. Top rated by hundreds and with a very active community of users and developers, the Customizr theme is a safe and reliable design option to publish your WordPress content.
* Version: 3.4.13
* Author: nikeo
* Author URI: http://presscustomizr.com/
* Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2015 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* The styleheets of Customizr are located in inc/assets/css. Each skin has its own stylesheet : blue.css, green.css, ...
* The current stylesheet is loaded after the main skin stylesheet.
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will persist on update since it is saved in your database.
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

div.center-slides-enabled{
	border-radius:0px 0px 10px 10px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
}
div.social-block.span5 {
	//display:none;
	position:absolute;
	left:0px;
	text-align:right;
	float:right;
	width:auto;
	//padding:0px;
	//margin:0px;
}
div.nav-collapse.collapse.tc-hover-menu-wrapper{
	position:absolute;
	right:0px;
}
div.btn-toggle-nav.pull-right{
	display:none;
}
div.social-block a.social-icon{
	margin:0px 10px 0px 10px;
	padding:0px;
}
div.social-block a.social-icon:first-child{
	//margin-left:55px;
}
div.menu-main-container ul li{
	padding:10px 0px 5px 15px;
	font-size:22px;
	font-weight:bold;
}
div.menu-main-container ul li a{
	border-bottom: 4px solid #fff;
	
}
div.menu-main-container ul li a:hover{
	border-bottom: 4px solid #08c;
}
div.navbar-wrapper{
	max-width:1172px;
}
div.fpc-container{
	max-width:1172px;
}

div#wpgmza_map{
	border-radius:10px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
}
div.credits p{
	display:none;
}
div.credits:before{
	content:"© 2015 Santiago Rental Suites. Se prohibe cualquier uso total o parcial de imágenes o información sin previa autorización de Santiago Rental Suites";
	color:#333;
	font-size:12px;
	text-align:center;
}
a.round-div{
	box-shadow:inset 0px 2px 5px rgba(0,0,0,1);
}
div.field-54.field-required textarea.field-input{
color:#666;
font-size:bold;
}