/*
Theme Name: AVE - Impreza Child
Description: Child theme of Impreza carrying the AVE site customisations (product-category description shortcode, New Products ordering, ex-Code-Snippets hooks). Keeps the parent theme pristine so it can be updated.
Template: Impreza
Version: 1.1.0
Author: Audio Visual Events
Text Domain: impreza-child
*/


/* Header menu weight. Up to Impreza 8.24 the theme only loaded Roboto 300 and
 * 700, so the menu's font-weight:400 was rendered with the 300 face. 9.2 loads
 * the full variable Roboto (100-900), so 400 now renders as a real 400 and the
 * menu (and its dropdowns) look heavier. Pin the intended light weight. */
.ush_menu_2.type_desktop .w-nav-anchor.level_1,
.ush_menu_2.type_desktop .w-nav-anchor.level_2,
.ush_menu_2.type_desktop .w-nav-anchor.level_3 {
	font-weight: 200;
}

/* Footer link hover. 9.2 changed `.w-text.has_text_color a` from
 * `color: inherit` to `color: inherit !important`, so links inside a Text
 * element that has its own text colour (the white "Audio Visual Services"
 * list in the footer block) no longer take the footer hover colour. Restore
 * it. (Cleaner long-term fix: remove the custom white colour from those Text
 * elements in the footer page block - the footer already makes links white.) */
.no-touch .color_footer-top .w-text.has_text_color a:hover {
	color: var(--color-subfooter-link-hover) !important;
}
