/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h2.subnav{
    font-family: "Montserrat", Sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
}

.subnav-menu ul{
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #EEEEEE;
  margin-bottom: -1px;
}
.subnav-menu li{
  border-bottom: 1px solid #EEEEEE;
}
.subnav-menu a{
  display: block;
  padding: 8px 0;
  color: #003A5D;
}

.subnav-menu a:hover{
  color: #91C0E9;
  text-decoration: none;
}

.subnav-menu li.current_page_item a{
  color: #91C0E9; 
}