html {
  scroll-behavior: smooth;
}

body.mcm-page {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

body.mcm-page #headerwrap,
body.mcm-page #footerwrap,
body.mcm-page #sidebar,
body.mcm-page .page-title,
body.mcm-page .post-title,
body.mcm-page .post-meta,
body.mcm-page .comments-area {
  display: none !important;
}

body.mcm-page #pagewrap,
body.mcm-page #body,
body.mcm-page #main,
body.mcm-page #layout,
body.mcm-page #content,
body.mcm-page .site-content,
body.mcm-page .content,
body.mcm-page .pagewidth,
body.mcm-page .post,
body.mcm-page .type-page,
body.mcm-page .post-content,
body.mcm-page .entry-content,
body.mcm-page .themify_builder_content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mcm-page #layout {
  display: block !important;
}

body.mcm-page .mcm-root {
  width: 100%;
  min-width: 320px;
}

body.mcm-page.admin-bar .site-header {
  top: 44px;
}

@media (max-width: 782px) {
  body.mcm-page.admin-bar .site-header {
    top: 58px;
  }
}
