Hi there,
the Navigation Search item has its own CSS class of search-item – heres some CSS to remove the background hover color from it and optionally add a different color to the icon:
.main-navigation .main-nav ul li.search-item:hover>a {
background-color: transparent; /* Remvoe background color on hover */
color: #f00; /* Optional - Change icon color onn hover */
}
The default search behaviour is the standard WP Search function – it will do a basic search for any Title. Content or Term….