/* Adjust the Slider Height */
#customizr-slider.carousel .item {
height:         479px;
min-height:     479px;
line-height:    479px;
}

/* quita los controles de paginar resultados Remove Previous/Next & Text */
.pager .previous > a, .pager .previous > span,
.pager .next > a, .pager .next > span {
display:    none;
}
.assistive-text {
display:    none;
}

/* modifica el tamaño y color de los titulos de los widget */
.widget h3.widget-title {font-size:15px;text-align:center;}

/* elimina el interlineado de los titulos de cada entrada reciente */
#main-wrapper .widget li {line-height:10px;}

/* tamaño de los titulos de cada entrada reciente y del interlineado */
.widget a.post-title {font-size:12px;line-height:14px}

/* tamaño de los extraxtos de cada entrada reciente y del interlineado */
.widget p {font-size:11px;line-height:14px;}

/* Remove Page Icon/Title de las páginas 197 y 232 */
/*.page-id-455 .entry-title.format-icon {
display:    none;
}*/
.page-id-376 .entry-title.format-icon {
display:    none;
}
.page-id-52 .entry-title.format-icon {
display:    none;
}
.page-id-187 .entry-title.format-icon {
display:    none;
}
.page-id-197 .entry-title.format-icon {
display:    none;
}
.page-id-232 .entry-title.format-icon {
display:    none;
}


/* Remove the icon before post titles */
.format-icon:before {
display: none;
}

/* Remove entire Post Notice */
.entry-meta {
display:    none;
}

/* Remove grey bar  */
footer#footer {
border-top:     none;
}

/* Oculta la línea debajo del título de cada página <hr class="featurette-divider __before_content"></hr> */
.featurette-divider.__before_content {
display:    none;
}
 
/* Reduce whitespace  */
#main-wrapper {
margin-bottom:  0px;
}

/* Remove Page Icon/Title */
/* .page .entry-title.format-icon {
display:    none;
}*/

/* Remove Post Icon/Title */
/* .blog .entry-title.format-icon {
display:    none;
}*/

/* Oculta la línea debajo del título de cada página <hr class="featurette-divider __before_content"></hr> */
.page .featurette-divider.__before_content {
display:    none;
}

/* Oculta la línea debajo del título de cada post <hr class="featurette-divider __before_content"></hr> */
.post .featurette-divider.__before_content {
display:    none;
}

/* Remove the icon and category archives header*/
header.archive-header {
display: none;
}
 
/* Remove the icon before post titles */
.format-icon:before {
display: none;
}

/* Change size of Page/Post Title */
/* h1=Page, h2=Post */
h1.entry-title, h2.entry-title {font-size: 20px;}   /* Alternative 1 */
/* h1.entry-title, h2.entry-title {font-size: 90%;} */   /* Alternative 2 */
/* h1.entry-title, h2.entry-title {font-size: 0.5em;} */ /* Alternative 3 */

/* Change color of Page/Post Title */
/* h1.entry-title>a, h2.entry-title>a {color: blue;} */    /* Change red to required color */

/* cambiar tamaño de los títulos de los post */

/**
 * Theme Name: Customizr
 * Theme URI: http://www.themesandco.com/customizr
 * Description:  Enjoy designing a beautiful website live with the WP customizer : select skin, logo, social profiles, sliders, layout, home featured blocks, or even live css styling. The flat and fully responsive design can be used for small businesses, portfolios, blogs, corporate sites or landing pages. Built with valid HTML5 and CSS3 (from the Twitter Bootstrap), cross-browser tested, the theme is translation ready and available in 15 languages. Ready for WooCommerce, bbPress, qTranslate, the code is easily extensible with a comprehensive API of hooks.
 * Version: 3.1.6
 * Author: nikeo
 * Author URI: http://www.themesandco.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, 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) 2013 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/css. Each skin has its own stylesheet : blue.css, green.css, ...
 *
 * IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
 * If you want to style the css of Customizr, you can either use the Custom CSS section in the customizer (which will not be lost on update) OR create a child theme (recommended if you do many customizations) and add your css code in the style.css file of it.
 */