/*
 Theme Name:   PLSC Customizations
 Description:  BSC Website Customizations for PLSC
 Author:       Mike Burr
 Template:     storefront
 Version:      1.0.5
*/

.site-footer {
    background-color: white;
    border-top: 2px solid #004c80;
}

.error {
    color: red;
    font-weight: bold;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce-result-count {
    display: none;
}

.site-header .site-search { 
    display: none; 
}

#plsc_commentator_request_yes .optional {
    display: none;
}

div.storefront-breadcrumb {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}