/*
 Theme Name:   Bitz Child
 Theme URI:    http://themeforest.net/item/bitz-news-publishing-theme/13542402
 Description:  Bitz Child Theme
 Author: MNKY
 Template:     bitz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
*/

#top-bar-wrapper {
    background-color: #f7f7f7;
    color: #1e1e1e;
}
#site-navigation ul li a{
    font-weight: inherit;
}
@media (max-width: 1024px) {
    #header-sidebar {
        float: right;
        width: 50%;
    }
}

@media (max-width: 979px) {
    #site-header,
    #top-bar-wrapper {
        display: block;
    }

    #header-sidebar {
        float: none;
        width: 100%;
    }

    #header-wrapper #site-logo img.retina-logo {
        width: 250px;
        display: none;
    }
}

@media (max-width: 767px) {
    #header-sidebar,
    #top-bar {
        display: block;
    }

    #top-bar-wrapper #topleft-widget-area,
    #top-bar-wrapper #topright-widget-area {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #top-bar-wrapper #top-bar ul li {
        float: none;
    }

    #top-bar-wrapper figure.wp-caption {
        margin: 0 auto;
    }

    #top-bar-wrapper #top-bar #topright-widget-area ul {
        float: none;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {


    #header-sidebar {
        width: 100%;
    }
}
