/*! responsive-nav.js 1.0.39 by @viljamis */

.menu-menutop-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

/* .menu-menutop-container li {
  width: 100%;
  display: block;
} */

.js .menu-menutop-container {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.menu-menutop-container.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    text-indent: -999px; position: relative;
  width:40px; height:40px; margin:0 auto 20px; display:block; background:#821a0d; line-height:40px; text-align:center;
}
.nav-toggle:before {
    color: #fff;
    font-family: "FontAwesome";
    content: "";
    text-indent: 0;
    text-align: center;position: absolute; left:0; top:0;    width: 40px;
    height: 40px;
    font-size: 28px;
}
.nav-toggle.active::before {
     font-family:'icomoon' !important;    content: "\e902" !important;
}
@media screen and (min-width: 40em) {
  .js .menu-menutop-container {
    position: relative;
  }
  .js .menu-menutop-container.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
	.menu_wp_redskins ul#menu-menutop li{display:block !important;}
	
}
