
@media only screen and (min-width:768px) {
	#et-info {
		float: right !important;
	}
}

@media only screen and (min-width:981px) {
	.et_header_style_left #et_top_search {
		position: absolute !important;
		right: 0;
	}
	
	.et_header_style_left #et-top-navigation {
		padding-right: 40px !important;
	}
	
	.et_header_style_centered #et_top_search {
		position: absolute !important;
		right: -20px;
		top: 10px;
	}
	
	.et_header_style_centered #et-top-navigation {
		padding-right: 0 !important;
	}
}

#top-menu li.current-menu-item>a {
	color: black !important;
}

#top-menu li.current-menu-item>a:hover {
	color: #2ea3f2 !important;
}

#mobile_menu li.dbdb_secondary-menu {
	display: none !important;
}

@media only screen and (max-width:980px) {
	#main-header .et-search-field {
		max-width: calc(100% - 30px);
	}
	
	#main-header .et-search-form {
		max-width: calc(50% - 16px) !important;
	}
}

body.et_hide_fixed_logo .et-fixed-header .centered-inline-logo-wrap {
	width: 0 !important;
}
