/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
/** OLD **/
/** /OLD **/
/* line 1, ../scss/_classes.scss */
.hidden {
  display: none;
}

@media all and (min-width: 740px) and (max-width: 979px) {
  /* line 12, ../scss/linnanmaki-linnanmaki-narrow.scss */
  .block-menu-block-lintsi-menu-main-menu {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media all and (min-width: 740px) and (max-width: 979px) {
  /* line 19, ../scss/linnanmaki-linnanmaki-narrow.scss */
  .opening-hours-container {
    width: 100% !important;
  }
}

@media all and (min-width: 740px) and (max-width: 979px) {
  /* line 25, ../scss/linnanmaki-linnanmaki-narrow.scss */
  .weather-container {
    width: 100% !important;
  }
}

@media all and (min-width: 740px) and (max-width: 979px) {
  /* line 31, ../scss/linnanmaki-linnanmaki-narrow.scss */
  #user_login_form,
  .create-account,
  .continue-checkout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 150px !important;
    width: 100% !important;
  }
}
