/*
Theme Name:   Inspiro Child
Theme URI:    https://yourwebsite.com/inspiro-child/
Description:  A child theme for the Inspiro WordPress theme. Customize styles and functionality here without modifying the parent theme.
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     inspiro
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:  inspiro-child
Tags:         child-theme, inspiro
*/

/* =====================================================
   INSPIRO CHILD THEME - Custom Styles
   Add your customizations below.
   Parent theme styles are loaded automatically via functions.php.
   ===================================================== */

/* --- Typography Overrides --- */
body {
    /* font-family: 'Your Custom Font', sans-serif; */
    /* font-size: 16px; */
}

/* --- Color / Brand Overrides --- */
:root {
    /* Override Inspiro CSS variables here if the theme uses them */
    /* --color-primary: #your-color; */
}

/* --- Header Customizations --- */
.site-header {
    /* background-color: #fff; */
}

/* --- Navigation Customizations --- */
.main-navigation a {
    /* color: #333; */
}

/* --- Footer Customizations --- */
.site-footer {
    /* background-color: #111; */
    /* color: #fff; */
}

/* --- Button Styles --- */
.button,
button,
input[type="submit"] {
    /* background-color: #your-accent-color; */
    /* border-radius: 4px; */
}

/* --- Custom Section / Layout Tweaks --- */

/* Add your custom CSS below this line */

.navbar, .headroom--not-top .navbar {
    background-color: #ffffff;
}
.navbar a {
    color: #222222;
}
.sb-search {
    display: none !important;
}

footer a {
    color: #FFF !important;
}