/* --- SEARCH FORM BUG FIX --- */
.searchform {
	z-index: 1!important
}
.search-page {
    transition: 0.4s all!important;
    overflow: hidden;
    height: 172px;
}
.search-page.hide {
    height: 0;
}