/* TME static rebuild — header logo constraint.
   Source: fusion_options.nav_height = 78px (the site's own header height).
   The Avada theme options carry no logo_dimension key, so Avada emitted
   width="" height="" and the 5000px logo rendered at natural size. */
.fusion-logo img { max-height: 78px; width: auto; height: auto; }
.fusion-header .fusion-logo img { max-height: 78px; }
.fusion-is-sticky .fusion-logo img { max-height: 60px; }
@media (max-width: 800px){ .fusion-logo img { max-height: 60px; } }
