/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
#Top_bar .logo {
    margin: 0 0px 0 20px;
    
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
    border-right-width: 0px;
    border-style: solid;
}

#Top_bar .menu li ul {
    background-image: none;
}

#Top_bar .menu li ul li a {
    padding: 10px 20px;
    display: block;
    border-bottom: none;
}

@media only screen and (min-width: 1240px) {
	.menuo-right #Top_bar .menu_wrapper {
    	float: right;
    	padding: 0 10px;
	}
}

@media only screen and (min-width: 1240px) {
	.menuo-right #Top_bar .menu > li > ul.mfn-megamenu {
    	width: 100%!important;

    	margin: 0;
    	padding: 20px 40px;
	}
	#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    	text-transform: uppercase;
    	font-weight: 900;
    	background: none;
	}
}