/*
Theme Name: Glowing Child Theme
Theme URI: https://glowing.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Glowing Theme
Version: 1.0.0
Template: glowing
Text Domain: glowing-child
*/

/* --- Menu mobile G5Core (off-canvas) --- */
.g5core-menu-mobile .main-menu-wrapper a.x-menu-link {
  font-size: 1.1rem !important;   /* leggermente più grande */
  color: #fff !important;          /* testo bianco */
  font-weight: 500;                /* un po’ più deciso */
}

/* Colore hover */
.g5core-menu-mobile .main-menu-wrapper a.x-menu-link:hover {
  color: #ddd !important;
}

/* --- Social networks nel menu mobile --- */
#g5core_menu_mobile .mobile-socials {
  display: flex;
  justify-content: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#g5core_menu_mobile .g5core-social-networks {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#g5core_menu_mobile .g5core-social-networks a {
  color: #000 !important;              /* forza colore bianco */
  font-size: 22px;
  transition: color 0.2s ease;
}

#g5core_menu_mobile .g5core-social-networks a i {
  color: #fff !important;              /* forza anche sull’icona */
}

#g5core_menu_mobile .g5core-social-networks a:hover,
#g5core_menu_mobile .g5core-social-networks a:hover i {
  color: #ddd !important;              /* hover più chiaro */
}

