/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.top_bar_right{
    background-color: #b89788 !important;
}
.top_bar_right:hover{
    background-color: #b89788 !important;
}
.top_bar_right > .top_bar_right_wrapper > .wpml-languages > a{
	color: #ffffff !important;
	font-size: 16px !important;
}
#menu-languages > .menu-item > a {
	color: #ffffff !important;
	font-size: 16px !important;
}
@media only screen and (max-width: 767px){
	.top_bar_right{
		display: none !important;
	}
}