/*
Theme Name: Inspiro Child
Theme URI: https://Harvey-Wallace.co.uk/
Description: Child theme for the Inspiro theme
Author: Robert Harvey
Author URI: https://Harvey-Wallace.co.uk/
Template: inspiro
Version: 1.0.0
Text Domain: inspiro-child
*/

/* Put your custom CSS below this line */


/* Brass for Good Footer */

.bfg-footer{
    background:#111;
    color:#fff;
    padding:60px 20px 30px;
}

.bfg-footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:40px;
    max-width:1200px;
    margin:auto;
}

.bfg-footer-col h3{
    margin-bottom:12px;
    font-size:18px;
}

.bfg-footer-col p{
    font-size:14px;
    line-height:1.6;
}

/* Footer links (not buttons) */

.bfg-footer a:not(.bfg-donate-btn){
    color:#ffd200 !important;
    text-decoration:none;
}

.bfg-footer a:not(.bfg-donate-btn):hover{
    color:#ffe45c !important;
    text-decoration:underline;
}

.bfg-footer a{
    transition: color 0.2s ease;
}


/* Donate Button */

.bfg-donate-btn{
    display:inline-block;
    margin-top:10px;
    padding:12px 22px;
    background:#ffd200;
    color:#000 !important;
    font-weight:600;
    border-radius:6px;
    text-decoration:none;
    transition:all 0.25s ease;
    box-shadow:0 0 0 rgba(255,210,0,0);
}

.bfg-donate-btn:hover{
    background:#ffbf00;
    color:#000 !important;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(255,210,0,0.35);
}


/* Footer Bottom */

.bfg-footer-bottom{
    border-top:1px solid #333;
    margin-top:40px;
    padding-top:20px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    font-size:13px;
}