.mm-navbar {
  background: #434242;
  text-align: left;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px 0 20px;
}

.mm-navbar a {
  border: 0;
}

.mm-navbar a:hover {
  background: none;
  border: 0;
}

.mm-navbar a:focus {
  outline: none;
  box-shadow: none;
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
  display: none;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview,
.mm-panels>.mm-panel>.mm-listview {
  margin-top: 0;
}

.mm-menu.mm-theme-white .mm-navbar .mm-title {
  text-transform: uppercase;
  font-family: 'Neutraface', sans-serif;
  color: #DDD8D5;
  font-weight: bold;
}

.mm-menu.mm-theme-white .mm-prev:before {
  left: 8px;
}

.mm-menu.mm-theme-white .mm-prev.mm-btn:after,
.mm-menu.mm-theme-white .mm-prev.mm-btn:before {
  border-color: rgba(255, 255, 255, .46);
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: #DDD8D5;
}

.mm-listview {
  border-top: 2px solid #e3e3e3;
}

.mm-listview > li {
  border-top: 2px solid #e3e3e3;
  margin-top: -2px;
}

.mm-listview > li > a,
.mm-listview > li > span {
  color: #000;
  font-weight: 700;
  padding: 12px 10px 12px 20px;
  border: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
  border-bottom-width: 2px;
  border-color: #e3e3e3;
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: #e3e3e3;
}

.mm-listview > li.menu-featured-links {
  margin: 12px 0;
  border-top: 0;
}

.mm-listview > li.menu-featured-links a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 20px;
  background: #fc3;
}

.mm-listview > li.menu-featured-links ~ li.menu-featured-links a {
  background: #fff;
  border: 1px solid #e3e3e3;
}

.mm-listview > li.menu-featured-links:after {
  border: 0;
}

.mm-next:after,
.mm-prev:before {
  width: 6px;
  height: 6px;
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: #c3bebe;
}

#mm-blocker {
  background: rgba(3,2,1,.2);
}

.mm-panel .fieldable-panels-pane {
  background: #f0efee;
  padding: 12px 10px 12px 20px;
  border-top: 2px solid #fff;
  margin: 0 -20px;
  font-size: 14px;
}

.mm-panel .fieldable-panels-pane p {
  margin-bottom: 0;
}

.mm-panel .fa {
  margin-right: 5px;
}
