/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.0
*/


.eg__h1{
  margin-bottom: 0!important;
  font-size: 24px;
  color: #2c67a7;
  font-weight: bold;
}

@media (min-width: 992px) {
  .siteHeader {
    z-index: 1100;
    overflow: visible;
  }

  .siteHeader .container,
  .gMenu_outer,
  ul.gMenu {
    overflow: visible;
  }

  ul.gMenu > li > ul.sub-menu {
    z-index: 1200;
  }

  .device-pc ul.gMenu > li:focus-within > ul.sub-menu {
    display: block;
    overflow: visible;
    max-height: none;
  }

  .page-header {
    position: relative;
    z-index: 1;
  }
}