/*!
Theme Name: Gerow
Theme URI: https://www.themedox.com/gerow/
Author: AsaWeb
Author URI: https://www.rtl-theme.com/gerow-wordpress-theme
Description: Gerow - Business Consulting WordPress Theme
Version: 1.2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gerow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#mega-menu-wrap-primary .mega-menu li.mega-menu-item > a {
    text-transform: none !important;
}
/* ساب‌منو رو پنهان کن پیش‌فرض */
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* نمایش ساب‌منو هنگام هاور */
.main-menu .menu-item:hover > .sub-menu {
  display: flex;
  flex-direction: row;  /* افقی کردن آیتم‌های زیرمنو */
  gap: 20px;            /* فاصله بین آیتم‌ها */
}

/* استایل آیتم‌های زیرمنو */
.main-menu .sub-menu li {
  list-style: none;
  padding: 5px 10px;
  white-space: nowrap;
}

