/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#root {
    width: 100%;
    height: 100vh;
    display: flex;
}

body.full-width-page #main,
body.full-width-page .content-area,
body.full-width-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.full-width-page .widget-area,
body.full-width-page .sidebar {
    display: none !important;
}

