body.josa-exact-page {
  background: #f6f1e7;
}

body.josa-exact-page #main-content,
body.josa-exact-page .entry-content,
body.josa-exact-page .et-l--post,
body.josa-exact-page .et_builder_inner_content {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.josa-exact-page #main-content .container,
body.josa-exact-page .entry-content > *,
body.josa-exact-page article,
body.josa-exact-page .post,
body.josa-exact-page .page {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.josa-exact-page .josa-wp-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  position: relative;
  z-index: 1;
}

body.josa-exact-page .josa-wp-shell a {
  text-decoration: none;
}

body.josa-exact-page .josa-wp-shell img {
  max-width: 100%;
}

body.josa-exact-page #left-area {
  width: 100% !important;
  padding: 0 !important;
}

body.josa-exact-page #sidebar {
  display: none !important;
}

body.josa-exact-page #main-content .container:before {
  display: none !important;
}

body.josa-exact-page .entry-title {
  display: none !important;
}

