#exhibitorgrid-filters label{
	color:#000;
}
#exhibitorgrid-filters button{
	background:#0e78be;
}
#wrapper_search-company, #wrapper_exhibitor-level{
	float:left;
	width:49.9%;
}
#wrapper_exhibitorgrid-select{
	margin-top:7px;
}
.exhibitorgrid-card{
	padding:0;
	padding-right:10px;
}

@media screen and (max-width: 768px) {

	.exhibitorgrid-card{
		width:49.9%;
	}
	.exhibitorgrid-card h2{
		font-size:18px;
	}
	#wrapper_search-company, #wrapper_exhibitor-level{
		float:none;
		width:100%;
	}
	#wrapper_search-company input {
	    width: 70% !important;
	}
	#wrapper_exhibitorgrid-select button {
	    left: 70%;
	}
	#wrapper_exhibitor-level-select {
	    width: 70% !important;
	}
	#main-header .container {
	    padding:0 !important;
	    width:96% !important;
	}
	#main-header div.container div.logo_container a img {
	    max-width: 250px;
	}
	form.et-search-form {
	    background: #7c7c7c !important;
	    width:100%;
	}
	.et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
	    width: 100%!important;
	    max-width: 100%!important;
	}
	#exhibitorgridModal td{
		padding:0 15px;
	}

}