/* Smoke
--------------------------------------------------------------- */
body.trx_effects_smoke_present .page_content_wrap,
body.trx_effects_smoke_present.body_style_boxed .page_wrap {
  background-color: transparent;
}
body.trx_effects_smoke_present .page_content_wrap .elementor-section[class*="scheme_"],
body.trx_effects_smoke_present.body_style_boxed .page_wrap .elementor-section[class*="scheme_"] {
  background-color: transparent;
}
body.trx_effects_smoke_present > .trx_effects_smoke {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.trx_effects_smoke_present.mobile_device > .trx_effects_smoke {
	height: 100vh !important;
	max-height: 100%;
	min-height: -webkit-fill-available;
}
  
.e-con > .trx_effects_smoke,
.elementor-section > .trx_effects_smoke,
.elementor-column > .trx_effects_smoke {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
.e-con.trx_effects_smoke_present > .trx_effects_smoke,
.elementor-section.trx_effects_smoke_present > .trx_effects_smoke,
.elementor-column.trx_effects_smoke_present > .trx_effects_smoke {
  display: block;
}

.e-con[class*="scheme_"].trx_effects_smoke_present,
.e-con[class*="scheme_"].trx_effects_smoke_present_in_column,
.elementor-section[class*="scheme_"].trx_effects_smoke_present,
.elementor-section[class*="scheme_"].trx_effects_smoke_present_in_column {
  background-color: transparent;
}

.elementor-widget-trx_sc_smoke.elementor-widget.elementor-element-edit-mode {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  width: auto;
}