/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* === LOGO SIZE FIX 2026-02-22 === */
.fusion-logo .fusion-logo-link img,
.fusion-logo img,
#logo img {
    max-height: 50px !important;
    width: auto !important;
    object-fit: contain !important;
}
.fusion-sticky-header-wrapper .fusion-logo img {
    max-height: 40px !important;
    width: auto !important;
}
@media (max-width: 800px) {
    .fusion-logo img { max-height: 36px !important; width: auto !important; }
}