/*
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
-------------------------------------- */

ul.sub-menu { column-count: 3; }
.large-menu .sub-menu, .header-dropdown { min-width: 1000px; left: 0px !important; }
.sub-menu a { font-size: 14px !important; font-weight: 400 !important; }

.menu-ani-3 .main-menu > .menu-item > a:before { top: 15px; right: 5px; bottom: 15px; left: 5px; }
.mobile-qview { display: none; }

.site-wrap ul { line-height: normal; }

@media (max-width: 600px) {
	ul#menu-main-1 { display: flex; flex-wrap: nowrap; overflow-x: scroll; scrollbar-width: none; }
}