/**
  Full width mode
  **/
.visualplus-fullwidth {
  max-width: 100%;
  width: 100%;
}

.visualplus-fullwidth > .masking {
  padding: 0;
}

[class^="parallax-"] {
  -webkit-transition: background-position 1s ease 0s;
  -moz-transition: background-position 1s ease 0s;
  transition: background-position 1s ease 0s;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: transparent;
}

.js-fullscreen .masking {
  height: 100% !important;
}

.js-fullscreen .masking > .container-fluid {
  height: 100% !important;
}

[class^="visualplus_"] > .wpb_wrapper > * {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  word-spacing: inherit;
}