/* VELAXIZ v1.50.0 — Solutions full-width equal side gutters. */

/*
 * Keep the Solutions archive/taxonomy listing visually centered while still
 * using almost the entire viewport. 60px on both sides is enough to house the
 * global 50px fixed toolbar (right:10px) without giving the right side a
 * larger visual gutter than the left.
 */
@media (min-width: 1200px) {
    body.post-type-archive-solution .app-section > .themeflat-container2,
    body.tax-solution-type .app-section > .themeflat-container2 {
        margin-left: 60px;
        margin-right: 60px;
    }
}
