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

/* Theme customization starts here
-------------------------------------------------------------- */
#tpbr_topbar {
	position: fixed !important;
	z-index: 9998;
	padding: 0 0 !important;
	width: calc(100% - 75px);
	top: 15px !important;
	background: transparent !important;
	height: 0px;
}
#tpbr_box {
	background: transparent !important;
	line-height: 40px;
	text-align: right !important;
	width: 100%;
	color: white;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#Top_bar a.responsive-menu-toggle {
	top: 35px;
	z-index: 9999;
}
#tpbr_calltoaction {
	background: #e0e0e0;
	display: inline-block;
	padding: 2px 10px 1px;
	color: white;
	text-decoration: none;
	margin: 0px 0px 0px 0 !important;
	border-radius: 3px;
	line-height: 28px;
}
#Side_slide ul.social {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	#tpbr_topbar {
		width: 100%;
		top: 12px !important;
	}
	#tpbr_box {
		text-align: center !important;
		height: 0;
	}
	#tpbr_calltoaction {
		padding: 2px 2px 1px !important;
	}
}