/* Fusion/Avada slider heal.
   The mirror has no working slider JS, so the flexslider never initialises:
   its <ul> collapses to 0px, every <li> stays display:none, and a loading
   spinner sits on top forever. Reveal the first slide statically. */
.fusion-slider-loading { display: none !important; }
.tfs-slider, .tfs-slider .slides { height: auto !important; min-height: inherit !important; }
.tfs-slider .slides > li:first-child { display: block !important; opacity: 1 !important; position: relative !important; width: 100% !important; }
.tfs-slider .slides > li:not(:first-child) { display: none !important; }
.slide-content-container { display: block !important; }
.slide-content { opacity: 1 !important; }
