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

/* Theme customization starts here
-------------------------------------------------------------- */
#Content .section:first-child .mcb-wrap:first-child {
    padding-top: 80px;
}
.mcb-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
#Top_bar #logo img {
    max-width: 120px;
}
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px;
}
@media only screen and (max-width: 767px){
	#Top_bar .top_bar_left {
	    width: initial;
	}
	#Top_bar .top_bar_right {
	    position: absolute;
	    left: 0px;
	    margin-top: 20px;
	}
	#Top_bar .top_bar_right a.button.action_button {
	    display: none;
	}
	#Top_bar .search_wrapper {
	    top: auto;
	    bottom: auto;
	}
}
