/*
 Theme Name:     Customizr Child
 Theme URI:      http://semistupid.com/customizr-child/
 Description:    Customizr Child Theme
 Author:         Flocko Creative Group              
 Author URI:     http://semistupid.com
 Template:       customizr        
 Version:        1.0.0             
*/


/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../customizr/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */


ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
ul.nav li.dropdown > ul.dropdown-menu {top: 96%; padding-top: 10px;}



/* 
IMPORTANT : If you write your CSS code in parent theme, it will be deleted when you update the theme.
If you want to personnalize the css of Customizr, use the Custom CSS section in the Customizer screen OR add your css code in this child theme style.css file.
*/