/*
 Theme Name:     Storefront-Child-Theme-2026
 Theme URI:      https://www.deadstarpublishing.co.uk
 Description:    Storefront Child Theme for use on Deadstar Publishing's website. Adds capacity for multiple templates and autotemplating by category.
 Author:         Kevin Davies
 Author URI:     https://www.deadstarpublishing.co.uk
 Template:       storefront
 Version:        1.1.0
*/
 
/* @import url("../storefront/style.css"); */
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
* Sets menu bar to orange for main site
*/
    .storefront-primary-navigation {
        background: #fe5e00;
    } 


/*
* Resets orange menu bar to black on mobile/small screens
*/
@media screen and (max-width:765px){
 .storefront-primary-navigation {background: #000000;}
}

/* The commented out code was used to hide the original footer. Disabled now that function amends footer as wanted.
*div.site-info {
*display: none; 
*} */

/* Fixes colour of text in drop down menus. */

.select2-results {
color: black;
}