/*
Theme Name: SPMS Twenty Seventeen Child
Description: Child theme for the SPMS Athletic Boosters website.
Author: SPMS Athletic Boosters
Template: twentyseventeen
Version: 1.0
*/


/* ==========================================================
   WooCommerce Customizations
   ========================================================== */

/* Hide WooCommerce breadcrumbs */
.woocommerce-breadcrumb {
    display: none !important;
}

/* Remove the sidebar from WooCommerce pages */
.woocommerce #secondary {
    display: none !important;
}

/* Allow WooCommerce content to use the full available width */
.woocommerce #primary {
    width: 100% !important;
    float: none !important;
}


/* ==========================================================
   SPMS Global Page Layout
   Convert Twenty Seventeen pages to single-column layout
   ========================================================== */

@media screen and (min-width: 48em) {

    /* Page title */
    #primary article.page > .entry-header {
        float: none !important;
        width: 100% !important;
    }

    /* Page content */
    #primary article.page > .entry-content {
        float: none !important;
        width: 100% !important;
    }

}

