/*
Theme Name:  AgentsFlow Blocksy Child
Theme URI:   https://agentsflow.com
Description: Blocksy Child Theme with custom AgentsFlow footer layout using Tailwind CSS (Windpress)
Author:      AgentsFlow
Author URI:  https://agentsflow.com
Template:    blocksy
Version:     1.0.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agentsflow-blocksy-child
Tags:        blocksy, child-theme, tailwind, footer
*/

/* ============================================================
   Suppress Blocksy's default footer builder output completely.
   Our custom footer.php handles all footer rendering.
   ============================================================ */

/* Hide Blocksy footer builder rows if they still render */
.ct-footer-builder,
.ct-footer,
footer.ct-footer {
    display: none !important;
}

/* Remove any default body/page bottom padding Blocksy adds for the footer */
.site-main + footer,
#colophon:not(#agentsflow-footer) {
    display: none !important;
}
