#adminmenu .wp-not-current-submenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu{
  margin-top: 0 !important;
}
.wpmudui .wrap{
  margin-top: 30px !important;
}
.wpmud #wpbody{
  background-color: transparent !important;
}
.wpmudui .wrap>*>h1:first-child{
  margin: 0 !important;
  padding: 0;
  background: none;
  border: none;
}
.block-editor-page .block-editor__container{
  position: relative !important;
}
.block-editor-page .edit-post-layout__content{
  position: initial;
  overflow-y: initial;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.block-editor-page .block-editor__container .wp-block{
  max-width: 100%;
}
.block-editor-page .edit-post-layout,
.block-editor-page .edit-post-visual-editor{
  padding: 0;
}
body:not(.wp-customizer):not(.vc_editor).block-editor-page #wpbody-content{
  top: 28px;
}
body.gutenberg-editor-page #wpbody-content{
  min-height: 100vh !important;
  height: auto !important;
}

@media (min-width: 782px){
  .edit-post-sidebar {
    top: 138px !important;
  }
  .edit-post-header {
    top: 64px !important;
  }
}

@media (min-width: 960px){
  .auto-fold .edit-post-header {
    left: 284px !important;
  }
}

@media only screen and (min-width: 1224px){
  body:not(.wp-customizer).block-editor-page #wpbody-content,
  .block-editor-page #screen-meta-links {
    width: calc( 70.2% - 250px ) !important;
  }
}

@media only screen and (min-width: 1920px){
  body:not(.wp-customizer).block-editor-page #wpbody-content,
  .block-editor-page #screen-meta-links,
  body.rtl:not(.wp-customizer).block-editor-page #wpbody-content,
  body.rtl.block-editor-page #screen-meta-links {
    width: calc( 80% - 250px ) !important;
  }
}
