/**
 * Theme Name:  Festiven Child
 * Theme URI:   http://tokomoo.com
 * Description: A blank child theme of the Festiven parent theme.
 * Version:     1.0
 * Author:      Your Name
 * Author URI:  http://tokomoo.com
 * Tags:        shop
 *
 * License:     GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template:    festiven
 */

/* Importing the parent theme stylesheet. */
@import url( '../festiven/style.css' );

/* Place your custom style here. */

.site-header--type-1 .bottom-header .desktop-navigation .menu > .menu-item:hover > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: white;
}

.desktop-navigation .menu-item > a, .desktop-navigation .page_item > a {
    padding: 24px 15px 25px 15px !important;
}