/*
Theme Name: FactoryHub Child
Theme URI: http://steelthemes.com/factoryhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry, Factory, Engineering & All Industrial Business WordPress Theme
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factoryhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: factoryhub
*/
.site-development-notice {
    width: 100%;
    padding: 6px 20px;
    background: #f4d6d6;
    color: #8f2f2f;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #edcaca;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .site-development-notice {
        padding: 6px 12px;
        font-size: 12px;
    }
}