/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/
/* Your CSS code goes here
-------------------------------------- */

.menu-ani-4 .main-menu> .menu-item > a span {
    border-bottom-width: 3px;
}

.large-menu > .menu-item.menu-item-has-children:hover> a:after {
 color: var(--nav-color-h-accent,var(--g-color));
}

.main-menu .sub-menu > .menu-item a {
  border-left: 3px solid transparent;
}

.main-menu .sub-menu > .menu-item a:hover {
  background: #8882;
  border-left-color: var(--nav-color-h-accent,var(--g-color));
}


.main-menu .sub-menu > .menu-item a:hover > span {
  color: var(--body-fcolor);
}