/*
Theme Name:   Wavy Child
Theme URI:    https://estudiopatagon.com/projects/wavy-for-wordpress/
Author: EstudioPatagon
Author URI: https://estudiopatagon.com/
Description:  Child theme, based on Wavy
Template: wavy

*/

/* Add your custom code just below */

.site-logo a, .navbar-brand a {
    background-image: url('https://clutchjustice.com/wp-content/uploads/2026/04/Clutch-2026-Logo.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    text-indent: -9999px !important; /* This hides the stubborn text logo */
    width: 250px; /* Adjust to your logo's width */
    height: 80px; /* Adjust to your logo's height */
}

/* Ensure it shows on mobile too */
@media (max-width: 768px) {
    .site-logo a, .navbar-brand a {
        width: 180px;
        height: 60px;
    }
}
