/*
Theme Name: VFS Blocksy Child
Template: blocksy
Author: Villalbi Fencing Sport
Description: Tema hijo de Blocksy para el sitio VFS (Villalbi Fencing Sport). 
Version: 1.0
*/

/* --- Footer con copyright personalizado --- */
footer .ct-footer-copyright {
    font-size: 0 !important;
}
footer .ct-footer-copyright::after {
    content: "Villalbi Fencing Sport © 2025";
    font-size: 14px !important;
    display: block;
    text-align: center;
}

/* --- Logo más grande y responsive --- */
header .site-logo img {
    max-height: 90px !important;
    height: auto !important;
}
@media (min-width: 1200px) {
    header .site-logo img {
        max-height: 110px !important;
    }
}
@media (max-width: 768px) {
    header .site-logo img {
        max-height: 75px !important;
    }
}
