/*
Theme Name: Hope Centre Theme
Theme URI: https://hopecentre.ca
Author: Javin / Antigravity
Author URI: https://hopecentre.ca
Description: Premium responsive WordPress theme for the Home of Planned Education (Hope Centre).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hope-centre-theme
*/

/* Overrides for WordPress dynamic menus */
.gr-org-homepage nav ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.gr-org-homepage nav ul.menu li {
    margin: 0;
    padding: 0;
}

.gr-org-homepage nav ul.menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
    box-sizing: border-box;
    transition: color 0.2s ease;
}

.gr-org-homepage nav ul.menu li a:hover,
.gr-org-homepage nav ul.menu li.current-menu-item a > a,
.gr-org-homepage nav ul.menu li.current-menu-item > a {
    color: #54A01E;
}
