/* @override http://taproot-foundation.flywheelsites.com/wp-content/themes/gmlaunch/css/mobile-nav.css?ver=4.9.6 */
/* @override http://taproot-foundation.flywheelsites.com/wp-content/themes/gmlaunch/css/mobile-nav.css?ver=4.9.6 */
/* @override http://taproot-foundation.flywheelsites.com/wp-content/themes/gmlaunch/css/mobile-nav.css?ver=4.9.6 */
/* @override http://taproot-foundation.flywheelsites.com/wp-content/themes/gmlaunch/css/mobile-nav.css?ver=4.9.6 */
/* @override http://taproot-foundation.flywheelsites.com/wp-content/themes/gmlaunch/css/mobile-nav.css?ver=4.9.6 */
header.mobile-menu {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
}

.section-site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: white;
}

header.mobile-menu.navShadow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  background: white;
}

/*** Navigation Styles ***/
.mobile-menu nav {
  width: 100%;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
}

/*@media screen and (max-width: 1050px) {
  .mobile-menu nav {
    grid-template-columns: .8fr 2.9fr;     -ms-grid-columns: .8fr 2.9fr;
  }
}*/
.mobile-menu #brand,
.mobile-menu #menu,
.mobile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu #brand {
  padding-left: 1.5%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mobile-menu #brand {
    padding-left: 5%;
    width: 50%;
  }
}

.mobile-menu #logo {
  cursor: pointer;
  width: 150px;
}

@media screen and (max-width: 1050px) {
  .mobile-menu #logo {
    width: 130px;
  }
}

.mobile-menu #logo svg {
  display: block;
  width: 100%;
}

/*** Menu Styles ***/
.mobile-menu #menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 1.5%;
  width: 77%;
}

@media screen and (max-width: 767px) {
  .mobile-menu #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0%;
    width: 20%;
  }
}

.menu-header-menu-desktop-container {
  width: 100%;
}

.mobile-menu ul {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu li {
  list-style: none;
}

.mobile-menu ul.showMenu li a {
  font-size: 21px;
}

.mobile-menu li a {
  display: block;
  white-space: nowrap;
  font-family: 'Clarke', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 0px;
  line-height: 1;
  color: #4D4D4D;
  opacity: 1;
}

.mobile-menu li a:hover {
  opacity: .5;
}

.mobile-menu li.current-menu-item a {
  /*color: rgba(255, 198, 41, 1);*/
  opacity: .5;
}

@media screen and (max-width: 1150px) {
  .mobile-menu li a {
    font-size: 17px;
  }
}

.mobile-menu #menu-toggle {
  width: 55px;
  height: 55px;
  background: #fec526;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.mobile-menu #menu-toggle:hover .bar {
  width: 25px;
}

.mobile-menu #menu-toggle.closeMenu .bar {
  width: 25px;
}

.mobile-menu #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.mobile-menu #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu .bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mobile-menu .bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

.bar:last-child {
  width: 15px;
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 767px) {
  .menu-header-menu-desktop-container {
    width: inherit;
  }
  .mobile-menu #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu ul {
    display: inline-block;
    width: 100vw;
    height: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100px;
    -webkit-box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-menu ul.showMenu {
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-bottom: 25%;
  }
  .mobile-menu ul.showMenu li {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu li {
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
    text-align: center;
  }
  .mobile-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
