/*
Theme Name: 360 Sport Solutions
Theme URI: https://360sportevents.com
Author: 360 Sport Solutions
Author URI: https://360sportevents.com
Description: WordPress theme for 360 Sport Solutions - Sport Event & Equipment Solutions. Fully compatible with Elementor page builder. Preserves all original design, colors, and functionality.
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: 360sport
Tags: custom, sport, events, elementor, full-width-template, custom-menu, featured-images, translation-ready

This theme is based on the original HTML design and converted to WordPress with Elementor compatibility.
*/

/* Import all original CSS files */
@import url('../360sportevents/css/ckav-main.css');
@import url('../360sportevents/css/ckav-elements.css');
@import url('../360sportevents/css/ckav-helper.css');
@import url('../360sportevents/css/ckav-responsive.css');
@import url('../360sportevents/css/template-custom.css');

/* WordPress specific styles */
.wp-block-group {
    margin-bottom: 0;
}

.elementor-page .elementor {
    max-width: 100%;
}

/* Ensure full width for Elementor pages */
.elementor-page .site-content {
    padding: 0;
}

/* WordPress admin bar adjustment */
.admin-bar .header-section {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header-section {
        top: 46px;
    }
}

