/*
Theme Name: Ordering
Theme URI: https://ordering.dashify.com.au
Description: Font Awesome 5.15.2 + Bootstrap 5.2 Framework
Author: Gerard Milo
Author URI: https://www.dashify.com.au
Template: dashify
Version: 5.0
*/
@import url("../dashify/style.css");

@media ( max-width: 991px ) {
    #header-meta {
        display: none;
    }
}
 
body #header-wrapper.header-style-ecommerce, 
#header-meta {
    background: #ED3124 !important;
}

/*
.btn {
    background: #162F24 !important;
    border-color: #162F24 !important;
    color: #FFF;
}
.btn.active {
    background: #ED3124 !important;
    border-color: #ED3124 !important;
}
body .btn:hover {
    opacity: 0.8;
    background: #162F24 !important;
    border-color: #162F24 !important;
}
*/