/* ----------- Weird Portfolio Bug Fix ----------- */
@media (max-width: 959px) and (min-width: 570px) {
  html.chrome:not(.ie):not(.firefox):not(.fp-enabled) body.portfolio-template-default .main-container .cols-md-responsive {
    height: 100% !important;
  }
}

/* ----------- Mobile Styles. ----------- */
@media screen and (max-width: 959px) {
  body {
    /* ----------- Mobile Header Styles. ----------- */
  }
  body header .main-menu-container.open-items {
    overflow: hidden !important;
    height: calc(100vh - 60px) !important;
  }
  body header .main-menu-container.open-items .menu-horizontal {
    min-width: 100vw;
  }
}
/*# sourceMappingURL=enee-uncode.css.map */