/*
Theme Name: Mikado One Child
Theme URI: http://demo.mikado-themes.com/mikado
Description: A child theme of Mikado One Theme
Author: Mikado Themes
Author URI: http://www.mikado-themes.com
Version: 1.0.0
Template: mikado1
*/
@import url("../mikado1/style.css");

.lng-container {
	position: absolute; 
	display: inline-block; 
	margin: 0; 
	vertical-align: middle; 
	width: 100%; 
	left: 0; 
	color: #fff; 
	top: 10px;
	z-index: 101;
}

.lng-container a {
	color: #fff; 
	font-size: 14px; 
	font-weight: bold;
} 

.sticky .lng-container {
    box-sizing: border-box;
    color: #442813;
    left: auto;
    right: 0;
    text-align: right;
    top: 0;
    width: auto;
}

.sticky .lng-container a {
	color: #442813;
	line-height: 60px;
}

.lng-container span.s {
	display: none;
}
.lng-container span.f {
	display: inline-block;
}

@media only screen and (max-width: 1000px) {
	.lng-container {
	    box-sizing: border-box;
	    color: #442813;
	    left: auto;
	    right: 0;
	    text-align: right;
	    top: 0;
	    width: auto;
	}

	.lng-container a {
		color: #442813;
		line-height: 100px;
	}
}

@media only screen and (max-width: 800px) {
	.lng-container span.s {
		display: inline-block;
	}
	.lng-container span.f {
		display: none;
	}
}
