/*
Theme Name:  Hercules Child
Template:    hello-elementor
Version:     1.0.0
Description: Hercules Corporation child theme for Hello Elementor.
Author:      SCBW
*/

/* Custom base styles loaded on top of Hello Elementor */
:root {
	--hc-blue:   #003594;
	--hc-red:    #e41e26;
	--hc-gray:   #f5f5f5;
	--hc-dark:   #1a1a1a;
	--hc-white:  #ffffff;
}

/* hc-page-title-hide — hide WP-generated page title on all pages */
.page .entry-header,
.page .page-header,
.entry-header.page-header,
body.page h1.entry-title,
body.page .page-title { display: none !important; }

/* Remove default entry-content top-margin so Elementor sections butt against header */
.entry-content { margin-top: 0 !important; padding: 0 !important; }
/* hc-nav-fix — force single-row navigation, fix colours */
.elementor-nav-menu .elementor-nav-menu { flex-wrap: nowrap !important; white-space: nowrap; }
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li { flex-shrink: 0 !important; }
/* Override pink nav link colour that Hello Elementor injects */
.elementor-nav-menu .elementor-item { color: #1e3356 !important; }
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active { color: #107e77 !important; }