/*
Theme Name: Mobizz Theme
Description: Dedicated theme for Mobizz website, child theme of Flatsome.
Author: Chip Bizz BV
Template: flatsome
Version: 1.0
Text Domain: mobizz-theme
*/

/*************** 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  ***************/


}
