/*
Theme Name: Idaho Guardianship and Fiduciary Association
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: whitespace
Text Domain: igfa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

ul.simcal-events {
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 1020px) {
    /* hamburger button */
    .wp-block-navigation__responsive-container-open  {
      display: block !important;
    }
  
    /* full menu */
    .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
      display: none !important;
    }

    ul.wp-block-navigation-submenu {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    li.has-child> a {
        border-bottom: 1px solid;
    }
 }