/*
Theme Name: OVshop thema
Description: OVshop thema (child-theme van Flatsome)
Author: Chip Bizz BV (Lucas Johnston, Mike Westra)
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#maintenance-notification-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #015fab;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 500; /* Updated z-index value */
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}
