/*
 Theme Name:     Città Famiglie
 Theme URI:      http://www.cittafamiglie.it
 Description:    Child theme for Città Famiglie website
 Author:         Francesco Cozzi
 Author URI:     http://barikom.it
 Template:       barcelona
 Version:        1.0.0
*/

@import url("style_ver-5.4.9.css");

/* Dropdown menus must appear above the second row of nav items */
@media only screen and (min-width: 768px) {
    #navbar {
        overflow: visible !important;
        z-index: 3 !important;
    }

    .navbar-nav > li {
        position: relative !important;
    }

    .navbar-nav > li:hover,
    .navbar-nav > li.menu-item-hover {
        z-index: 10 !important;
    }

    .navbar-nav > li > .sub-menu {
        z-index: 11 !important;
    }
}
