/* Enter Your Custom CSS Here */

.et_header_style_centered #et_top_search {
	display: none !important;
	float: none;
}

#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	line-height: 0px;
}

#et-top-navigation { visibility: hidden; }

h3 {
	font-size: 22px;
	line-height: 30px;
}

body {
	color: #666;
	background-color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em;
}

