#main-header span.logo_img img {
	max-width: 280px;
	width: 100%;
	padding: 8px 0;
}

#main-header.et-fixed-header span.logo_img img {
	width: 200px;
}
@media only screen and (min-width:950px) and  (max-width:1200px) {
	div#content-area {
		padding: 0 15px;
	}
	#et-top-navigation {
		padding-right: 20px;
	}
	.et_header_style_left .logo_container {
		padding: 0 20px;
	}
	.mobile_menu_bar:before {
		color: #fff !important;
	}
}
@media only screen and (max-width: 991px)  {
	#main-header.et-fixed-header span.logo_img img {
		max-width: 260px;
	}
	.et_mobile_menu {
		margin: 0 !important;
	}
}