/*
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.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#Top_bar .menu_wrapper {
    float: right!important;
}

#Top_bar #logo{
    float: left;
}

.legal_text p {
	font-size:12px;
	line-height:22px;
}

@media only screen and (max-width: 767px){
	#Top_bar .logo #logo img {
		padding: 10px 0 10px;
	}
}

@media only screen and (min-width: 1240px) {
    body #Top_bar.is-sticky #logo img {
        max-height: 55px;
        width: auto !important;
    }
}