/*
 * Elementor frontend overrides
 * ----------------------------
 * Loaded via wp_enqueue_style() in functions.php with a dependency on
 * "elementor-frontend", so this file is guaranteed to load AFTER Elementor's
 * own stylesheets and after per-page "elementor-post-{id}" CSS.
 *
 * Tip on specificity: Elementor scopes most rules with the element's ID,
 * e.g. ".elementor-element.elementor-element-1a2b3c4 { ... }". To beat that,
 * either match the same ID or double a class to bump specificity, e.g.
 *   .elementor-section.elementor-section { padding: 0; }
 *
 * Add your overrides below.
 */

 /* Primary Navigation */
 .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 13px 12px;
 }
  .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 12px;
 }
