/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body:not(.fusion-builder-live) .main-title {
  opacity: 0;
  visibility: hidden;
}
body:not(.fusion-builder-live) .lt {
  transform: translateX(100%);
}
body:not(.fusion-builder-live) .rt {
  transform: translateX(-100%);
}
body:not(.fusion-builder-live) .title .myChar:not(:last-child) {
  margin-right: 70px;
}
body:not(.fusion-builder-live) .reversed .myChar:last-child {
  transform: scaleX(-1);
}

body:not(.fusion-builder-live) .draw-svg {
  height: 100vh;
}
body:not(.fusion-builder-live) .draw-svg svg {
  height: 100%;
  width: auto;
}
body:not(.fusion-builder-live) #back,
body:not(.fusion-builder-live) #draw {
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.fusion-builder-live) #back {
  z-index: -1;
}

body:not(.fusion-builder-live) .pinned-container,
body:not(.fusion-builder-live) .pin-spacer,
body:not(.fusion-builder-live) .slider {
  width: 100vw !important;
  max-width: 100vw !important;
}/*# sourceMappingURL=style.css.map */