/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-language-dropdown .image-icon {
	margin-left: 5px;
}
.header-language-dropdown img {
	width: 24px;
}
.header-language-dropdown>a {
	flex-wrap: nowrap !important;
}
#header .header-wrapper #masthead .flex-left .nav-left {
	justify-content: flex-start;
}

@media (max-width: 480px) {
	#header .nav>li.header-language-dropdown>a  {
		font-size: 0;
	}
		#header .nav>li.header-language-dropdown>a>i {
		font-size: 16px;
	}
}