div#search_logo img {
    /* display: none; */
    width: 252px!important;
    margin: 0;
    height: 68px!important;
}
div#search_logo {
	background: #007abd;
	margin-right: 20px;
	margin-top: 16px;
	border-bottom: 0;
	width: 252px!important;
	height: 68px!important;
}

div#search_head {
    background: #007abd;
}
.wp_search .search_logo {
    width: 260px!important;
    height: 100px;
    float: left;
}
.search_tabs a {
    color: white;
}
a.search_input.search_advanced {
    color: white!important;
}

.search_tabs a:hover {
    color: white;
}
@media screen and (max-width: 999px) {
	div#search_logo{
    margin: 0 auto;
}

	
}