| 1 |
/* |
| 2 |
TODO: Temp fix - Need to unify the background & lazy-load selectors. |
| 3 |
This fix accounts for the DOM experiment & motion fx changes, that are already fixed in the background |
| 4 |
selector itself (which is the reason we need to unify it). |
| 5 |
*/ |
| 6 |
.lazyloaded:not(.elementor-motion-effects-element-type-background), |
| 7 |
.lazyloaded > .elementor-motion-effects-container > .elementor-motion-effects-layer, |
| 8 |
.lazyloaded > [class*=-wrap] > .elementor-motion-effects-container > .elementor-motion-effects-layer, |
| 9 |
body.e-lazyload .lazyloaded .elementor-background-overlay, |
| 10 |
body.e-lazyload .e-con.lazyloaded::before, |
| 11 |
body.e-lazyload .lazyloaded { |
| 12 |
--e-bg-lazyload-loaded: var(--e-bg-lazyload); |
| 13 |
} |
| 14 |
|
| 15 |
/*# sourceMappingURL=frontend.css.map */ |