/*
Theme Name: AAA Child V2 (staging clone of ecomus-child)
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaa-child-v2
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/
/* Fix footer white space */
.site-footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#wrapper, .site-content, main {
    flex: 1;
}
.site-footer + *, 
footer + * {
    display: none;
}
#site-footer {
    margin-bottom: 0 !important;
}
