/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Scroll compact header rules live in wp_head (hara_child_compact_header_critical_css) for load order. */

@media (min-width: 1024px) {
	body.hara-compact-header #tbay-header .hara-scroll-menu-toggle:hover {
		background: #e8e8e8;
	}
}

/* Nav menu: flag icons (K-Beauty, American beauty) — see hara_child_nav_menu_item_flag_icons */
.hara-nav-flag {
	display: inline-block;
	margin-inline-end: 0.3em;
	font-size: 1.05em;
	line-height: 1;
	vertical-align: -0.06em;
	letter-spacing: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
}
#tbay-header .elementor-nav-menu .elementor-item .hara-nav-flag,
#tbay-header .elementor-nav-menu .elementor-item .hara-nav-flag-label {
	text-decoration: inherit;
}
#tbay-header .elementor-nav-menu .elementor-item:hover .hara-nav-flag,
#tbay-header .elementor-nav-menu .elementor-item:focus .hara-nav-flag {
	text-decoration: none !important;
}
