/**

* Theme Name: Customizr Pro

* Theme URI: http://presscustomizr.com/extension/customizr-pro/

* Description: The pro version of the popular Customizr WordPress theme.

* Version: 1.1.9

* Author: Press Customizr

* 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 (Press Customizr), 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.

*/



.home .entry-header {

display: none;

}
.idinsert{
    font-size: 11px;
    background-color: green;
    color: #FFF;
    padding: 3px;
    text-align: center;
    border: 1px solid yellow;
    max-width: 100px;
    margin: 10px auto;
    display: none;
}