/*
Theme Name: CDI Medilaser Child
Template: generatepress
Version: 1.1
Description: Child theme for CDI Medilaser. Adds a raw-content page template that bypasses wpautop/wptexturize for the custom-coded homepage bundle, and hosts the chrome-hiding CSS that used to live in GeneratePress's per-theme Additional CSS.
Author: NosisTech
*/

/* Full-bleed custom homepage design -- hide theme chrome only on the front page */
.page-id-11 .site-header,
.page-id-11 .site-footer,
.page-id-11 .entry-header,
.page-id-11 .sidebar,
.page-id-11 .widget-area {
    display: none !important;
}
.page-id-11 #primary,
.page-id-11 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
.page-id-11 .site-main,
.page-id-11 #main {
    padding: 0 !important;
    margin: 0 !important;
}
.page-id-11 .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}
body.page-id-11 {
    padding-top: 0 !important;
}
.page-id-11 .inside-article {
    padding: 0 !important;
    margin: 0 !important;
}
.page-id-11 .site-main > article {
    padding: 0 !important;
    margin: 0 !important;
}

.page-id-11 .site.grid-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
