/*
When customizing this theme, it is recommended to use existing theme configuration or add override CSS/LESS 
files instead of editing platform-defined CSS/LESS. This will make future upgrades simpler.

Direct edits to platform-defined CSS/LESS is not prevented, but will require manual diff/merging when upgrading
to new versions of this theme.
*/
/*
When customizing this theme, it is recommended to use existing theme configuration or add override CSS/LESS
files instead of editing platform-defined CSS/LESS. This will make future upgrades simpler.

Direct edits to platform-defined CSS/LESS is not prevented, but will require manual diff/merging when upgrading
to new versions of this theme.
*/

@media only screen and (max-width: 1024px) and (min-width: 670px)  {
  .touch .layout-content.content-left-sidebar-right .layout-region.left-sidebar,
  .touch .layout-content.sidebar-left-content-right .layout-region.left-sidebar,
  .touch .layout-content.sidebar-left-content-center-sidebar-right .layout-region.left-sidebar,
  .touch .layout-content.header-top-content-left-sidebar-right .layout-region.left-sidebar,
  .touch .layout-content.header-top-sidebar-left-content-right .layout-region.left-sidebar,
  .touch .layout-content.content-left-sidebar-right .layout-region.right-sidebar,
  .touch .layout-content.sidebar-left-content-right .layout-region.right-sidebar,
  .touch .layout-content.sidebar-left-content-center-sidebar-right .layout-region.right-sidebar,
  .touch .layout-content.header-top-content-left-sidebar-right .layout-region.right-sidebar,
  .touch .layout-content.header-top-sidebar-left-content-right .layout-region.right-sidebar {
    width: 185px;
  }
  .touch .admin-bar,
  .touch .page-editing,
  .touch .page-editing *,
  .touch .page-management-edit-link,
  .touch .page-management-edit-link *,
  .touch .content-fragment-management,
  .touch .content-fragment-management-header,
  .touch .content-fragment-management-header-inner,
  .touch .page-editing,
  .touch .page-management-edit-link {
    display: none;
  }
  .touch .banner.site {
    position: static;
  }
}