/*
 Theme Name: Chromium Child for Shop Auto Gadgets
 Template: chromium
 Version: 1.0.0
 Description: Child theme of Chromium (Themes Zone) for Shop Auto Gadgets
 Author: Longan Digital
*/

/* Last edited 28 Mar 2026, Hazirah */

/* Nav/Menu */

	@media screen and (max-width: 782px) {
		.site-branding .site-logo {display: none;}
		.hgroup-sidebar {margin-top: 60px;}
		/* ^-- Site logo hidden for cleaner header look while the Tactile top header bar is in use,
		 * 		as otherwise both logos show up.
		 * 		Note that Tactile settings in Customizer does have a 'Push down site' option, but this also allows other top bars to be shown, so for now sticking to CSS solution for a cleaner look */
		
		.chrom-bread-wrap {max-height: 50px;}
		/* ^-- Given a max height as otherwise Visa Acceptance Solutions plugin (as of v.2.2.1)
		 * 		seems to cause this breadcrumb bar to have an unrestrained height. Workaround fix. */
	}
