/* fixed input width for search */

@media (min-width: 992px) {
	#block-madrone-search input {
		width: 280px; /** This can be removed if the bug is fixed at the theme level **/
	}
}