/*
 Theme Name:   Barcellona Basket Child
 Theme URI:    https://barcellonabasket.it
 Description:  Child theme di Astra per Barcellona Basket SSD - Sito ufficiale della squadra di pallacanestro di Barcellona Pozzo di Gotto
 Author:       Barcellona Basket Dev Team
 Author URI:   https://barcellonabasket.it
 Template:     astra
 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:  barcellona-basket
 Tags:         basketball, sports, team, astra-child
*/

/* ==========================================================================
   Barcellona Basket - Global Style Overrides
   ========================================================================== */

/* Override Astra defaults to match our brand */
:root {
    --bb-primary-orange: #FF4500;
    --bb-primary-red: #D32F2F;
    --bb-accent-yellow: #FFD700;
    --bb-dark: #0A0A0A;
    --bb-dark-gray: #1A1A1A;
    --bb-light-gray: #F5F5F5;
    --bb-white: #FFFFFF;
}

/* Remove Astra default layout when using our custom templates */
body.page-template-template-home,
body.page-template-template-squadra,
body.page-template-template-storia,
body.page-template-template-contatti,
body.page-template-template-news-archive {
    background: var(--bb-dark);
    color: var(--bb-white);
}

/* Hide Astra header/footer on custom templates (we use our own) */
body.bb-custom-template .site-header,
body.bb-custom-template #ast-desktop-header,
body.bb-custom-template .site-footer,
body.bb-custom-template #colophon,
body.bb-custom-template .ast-footer-overlay,
body.bb-custom-template .main-header-bar {
    display: none !important;
}

body.bb-custom-template #primary {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

body.bb-custom-template .site-content {
    padding: 0 !important;
}

body.bb-custom-template #page {
    overflow-x: hidden;
}
