/*
Theme Name: Mr Corn Full Width
Theme URI: https://mrcorn.ca
Author: Russ
Author URI: https://mrcorn.ca
Description: Mr Corn BBQ Catering theme with branded nav and footer. Works with Mr Corn Page Editor plugin.
Version: 2.0.0
License: GPL-2.0-or-later
Text Domain: mrcorn
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
    font-family: 'Barlow', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ── REMOVE OLD ELEMENTOR/THEME CHROME (not our nav/footer) ── */
.site-header:not(.mc-header),
.sidebar,
.widget-area,
.wp-block-template-part,
nav.navigation,
.breadcrumb,
.entry-header,
.entry-footer,
.post-navigation,
.comments-area {
    display: none !important;
}

/* ── CONTENT AREA: full width, no padding ── */
.site-content,
.content-area,
#primary,
#main,
.site-main,
main,
.entry-content,
.post-content,
.page-content,
article,
.hentry {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* ── ADMIN BAR OFFSET ── */
body.admin-bar .mc-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .mc-header {
        top: 46px;
    }
}

/* ── WP ADMIN BAR ── */
#wpadminbar { z-index: 1000000 !important; }

/* ── VISUAL EDITOR HIGHLIGHT RING ── */
/* Outlines injected ONLY by the plugin when editing. Never shown to visitors. */
