/*
Theme Name: Bridge child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme child
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Symon
Author URI: http://www.qodethemes.com/
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Template: bridge

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


ul.lang-flag{
    position: absolute !important;
    top: -35px;
    right: -90px;
    margin-left: 17px !important;  
}
ul.lang-flag li a{
   padding: 0 6px;
   text-transform: uppercase;
   background: #fff ;
   border-right: 1px solid #ddd;
}

li.qtranxs-lang-menu-item{

    height: 69px;background: #fff ;
}

li.qtranxs-lang-menu-item a:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}




.mobile-lang-flag{
    display: none;
    float: right;
}

@media only screen and (max-width: 1000px){
.mobile-lang-flag{
    display: block !important;
}

ul.mobile-lang-flag{margin:0;padding: 0; list-style: none;}
ul.mobile-lang-flag li{display: inline-block;
margin-top: 33px;}
ul.mobile-lang-flag li a{display: block;padding: 5px;text-transform: uppercase;}


}

