.custom_search {
	display: none;
}

@media (min-width: 960px) {
	.menu-item-link.search-icon {
		position: relative;
	}
	.custom_search {
		position: absolute;
		right: 100%;
		min-width: 200px;
		top: 50%;
		margin-top: -26px;
	}
}

@media (max-width: 960px) {
	.custom_search {
		display: none !important;
	}
}