/*
Theme Name:   SmithSound Child
Theme URI:    https://www.smithsound.ca/
Description:  Child theme for Emotions Lite. Adds an accessible off-canvas (hamburger) mobile menu, fixes a live CSS bug in the parent's inline styles, and hardens a few parent template issues. All customisation lives here so the parent theme can still be updated safely.
Author:       Aman Sarwar
Author URI:   https://www.smithsound.ca/
Template:     emotions-lite
Version:      1.0.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  smithsound-child
Tags:         two-columns, right-sidebar, custom-menu, accessibility-ready
*/

/* --------------------------------------------------------------------------
 * Child overrides only. The off-canvas menu has its own stylesheet
 * (assets/css/offcanvas.css) so it stays easy to reason about.
 * The parent stylesheet is enqueued separately in functions.php — the parent
 * uses get_stylesheet_uri(), which in a child theme resolves to THIS file,
 * so the parent's own style.css would otherwise never load.
 * ----------------------------------------------------------------------- */

/* The parent's text "Menu" button is replaced by our hamburger, which sits in
   the same .toggle-container so the theme's own header layout still applies.
   The original button stays in the DOM (hidden) purely so the parent's
   navigation.js has a target and its desktop submenu handling keeps working. */
.main-navigation .menu-toggle {
	display: none !important;
}
