/*
  jQuery.mmenu widescreen extension CSS
  To use on widescreens only, include it using a mediaquery:
*/
html, body {
  min-height: 100%;
  overflow: auto;
}

body {
  position: relative;
}

#mm-blocker {
  display: none !important;
}

.mm-page {
  background: inherit;
  box-sizing: border-box;
  width: 70% !important;
  min-height: 100%;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  left: 30% !important;
  top: 0 !important;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu {
  width: 30% !important;
  min-width: 30%;
  z-index: 0;
}

.mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom {
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}

.mm-menu:first-child, .mm-menu.mm-current {
  display: block;
}
