/* hide all theme header/footer/page title */
.site-header,
#masthead,
.main-header-bar,
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-builder-grid-row-container,
.ast-theme-transparent-header,
.ast-mobile-header-wrap,
.site-footer,
#colophon,
.entry-header,
.page-header,
.ast-single-entry-banner,
.site-below-footer-wrap {
  display:none !important;
}

html,body{
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
}

body{
  font-family:Arial,Helvetica,sans-serif !important;
}

.site,
.site-content,
#content,
.ast-container,
.entry-content,
.elementor-template-canvas .site-content {
  margin:0 !important;
  padding:0 !important;
  max-width:100% !important;
  width:100% !important;
}

.entry-content > *:not(.prx-home){
  display:none !important;
}
