/*
Theme Name: RACE Concept School
Theme URI: https://raceconceptschool.com
Author: Programic IT Solutions,Raichur
Author URI: https://programicitsolutions.com
Description: Custom theme for RACE Concept School, Raichur - A CBSE affiliated school offering concept-based learning.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: race-theme
Tags: education, school, custom-logo, custom-menu
*/

/* This file is required for WordPress to recognize the theme */
/* All custom styles are in assets/css/custom.css */

/* ========== PAGE TEMPLATE STYLES ========== */

/* Fix header overlap for pages */




/* Remove white background from page content */
.race-page-content,
.race-page-content #main,
.race-page-content .entry-content {
    background: transparent !important;
}

/* Center content for regular pages */
body.page:not(.elementor-page) .site-main {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Page title styling */
.entry-header {
    margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .race-page-content {
        margin-top: 80px;
    }
    
    body.admin-bar .race-page-content {
        margin-top: 126px;
    }
}

@media (max-width: 767px) {
    .race-page-content {
        margin-top: 70px;
    }
    
    .race-custom-page-title {
        font-size: 28px !important;
    }
}