/* Force full width - override GuCherry theme container */0

body {
    background: #fff;
    border: 1px solid #ccd0d4;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /* margin: 2em auto; */
    /* padding: 1em 2em; */
    /* max-width: 700px; */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.site-content,
.content-area,
.site-main,
#main,
#content,
#primary,
.container,
.entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Remove sidebar space */
#secondary,
.widget-area,
.sidebar {
    display: none !important;
}