/* Make ALL pages full width */
.page .site-content .container,
.page-template-default .site-content .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 40px !important; /* keeps it readable */
}

/* Remove sidebar on all pages */
.page #secondary {
    display: none !important;
}

.page #primary {
    width: 100% !important;
}