/*
Theme Name: K3 Electric Child
Description: A custom child theme for K3 Electric

Author: Justin Lucas
Template: hello-elementor
Version: 1.0.0
*/

h3{ font-weight: 800 !important; text-transform: uppercase;}
ul { margin-bottom: 1em !important; }
.elementor-nav-menu ul li a, .elementor-nav-menu ul li a:focus, .elementor-nav-menu ul li a:hover{ line-height: 1em; }

/* Make each menu item a flex container */
.elementor-nav-menu .menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Push the dropdown arrow to the far right */
.elementor-nav-menu .sub-arrow {
    margin-left: auto;
}