/*
Theme Name:   Enfold Child
Theme URI:    https://kriesi.at/themes/enfold/
Description:  Enfold Child Theme
Author:       Your Name
Author URI:   https://example.com
Template:     enfold
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  enfold-child
*/

/* Import parent theme styles */
@import url("../enfold/style.css");


/* Footer improvements - hide empty columns on mobile */
@media only screen and (max-width: 767px) {
    /* Hide empty footer columns */
    .flex_column:empty,
    .flex_column:has(> section:only-child > span.seperator:only-child) {
        display: none !important;
    }
    
    /* Override Enfold's default footer spacing */
    .responsive #top #wrap_all .av-flex-cells .no_margin,
    .responsive #top #wrap_all .flex_column,
    .responsive #top .container .av-content-small {
        margin-bottom: 0 !important;
    }
    
    .footer_color .widget_media_image img.image {
        width: auto !important;
        max-width: 150px !important;
        height: auto !important;
    }
}