/*
Theme Name: Curly Child
Theme URI: https://curly.qodeinteractive.com/
Description: A child theme of Curly Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com/
Version: 1.0.0
Text Domain: curly
Template: curly
*/

/* =============================================================================
   Logo — scale icon logo up to fill the menu bar height.
   The theme sets max-height on the anchor (caps large logos but does nothing
   for small icons) and also injects an inline height via PHP. We leave the
   existing layout model untouched and only override the image dimensions.
   Adjust the 65px value if you want the logo taller or shorter.
   ============================================================================= */
.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
    max-height: none;
    height: 65px !important; /* override the 32px inline style injected by the theme PHP;
                                the img already has height:100% so it fills this naturally */
}
