/* =========================================================
   ThetaSound Core — WPBakery Compatibility
========================================================= */

.vc_row,
.vc_row-fluid,
.vc_section,
.vc_column_container,
.vc_column-inner,
.wpb_column,
.wpb_wrapper,
.wpb_content_element {
  background: transparent;
}

.vc_row,
.vc_row-fluid,
.vc_section {
  max-width: 100%;
}

.wpb_wrapper {
  width: 100%;
}

/* Prevent builder/editor content from staying invisible due to scroll reveal */
body.compose-mode .fade-up,
body.compose-mode .stagger,
body.vc_editor .fade-up,
body.vc_editor .stagger {
  opacity: 1 !important;
  transform: none !important;
}

/* Do not let our fixed header block inline frontend editor controls */
body.compose-mode .theta-header,
body.vc_editor .theta-header {
  display: none !important;
}

body.compose-mode main.theta-main,
body.vc_editor main.theta-main {
  padding-top: 0 !important;
}
