/*
 Theme Name: Bitz Child
 Theme URI: http://themeforest.net/item/bitz-news-publishing-theme/13542402
 Description: Child theme of Bitz WordPress theme available exclusively on Theme Forest.
 Author: MNKY
 Author URI: http://themeforest.net/user/MNKY
 Template:     bitz
 Version:      1.0.0
 License: Envato Marketplaces Split Licence
 License URI: Envato Marketplace Item License Certificate
 Tags: theme-options, translation-ready, rtl-language-support, post-formats, microformats, full-width-template, custom-colors, left-sidebar, right-sidebar, fluid-layout
 Text Domain:  bitz-child
*/



#top-bar #lang_sel ul li a {
    text-align: left;
    padding: 3px 0 3px 20px !important;
}
#top-bar #lang_sel ul li li a {
    color:#000 !important;
}
#top-bar #lang_sel ul li {
    float: left;
    margin: 5px 0 0 0;
    width: 160px;
    text-align: left;
    border: none 0;
}
#lang_sel a.lang_sel_sel::after {
    content: '\f0dd';
    font-family: FontAwesome;
    position: absolute;
    right: 12px !important;
    font-size: 14px;
    top: 5px !important;
    height: 26px;
    line-height: 24px;
    padding-left: 0 !important;
    border: none 0 !important;
}
#lang_sel ul ul {
    
    top: 40px !important;
    border: none 0;
}


@media only screen and (max-width:480px) {
.mm-header { height: 60px!important; }
.mm-header .mm-title, .mm-header .mm-close { padding-top: 10px!important; }
.mm-hasheader.mm-menu > .mm-list.mm-panel { padding-top: 70px!important; }
#top-bar-wrapper, #top-bar-wrapper #top-bar { display: block; }
#topright-widget-area, #topleft-widget-area #text-24 { display: none; }
#top-bar .widget-container { margin-right: 0; width: 100%; }
.wpml-ls-legacy-dropdown { width: 100%; }
#top-bar #lang_sel ul li { margin: 5px 0 0 0; width: 100%; }
#top-bar #lang_sel ul li a { text-align: left; padding: 0px 0 0px 20px !important; margin: 0 0 5px 0; width: 100%; box-sizing: border-box; height: 34px; }

}