/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.lvw-form-search  { padding: 10px 0 25px; }
.lvw-form-search form { width: 585px; max-width: 100%; }
.lvw-form-search .lvw-form__row { display: flex; align-items: center; justify-content: center; }
.lvw-form-search .awesomplete { flex: 1; position: relative; }
.lvw-form-search .awesomplete > span {display: none;}
.lvw-form-search .awesomplete ul { list-style: none; margin-top: 0; position: absolute; left: 0; top: 100%; width: 100%; background: #fff; border: 1px solid #ccc; max-width: 100%; z-index: 99; }
.lvw-form-search button { width: 130px; height: 40px; color: #fff; line-height: 40px; background: #3b4395; text-align: center; appearance: none; border: none; transition: .3s; }
.lvw-form-search button:hover { background: color(#3b4395 b(35%)); }
.lvw-form-search input { width: 100%; height: 40px; border: 1px solid #ccc; background: #fff; font-size: 14px; color: #333; padding: 8px 12px; appearance: none; border-radius: 0; }
.lvw-form-search input::placeholder { color: #aaa; opacity: 1; }
.lvw-form-search input:-ms-input-placeholder { color: #aaa; }

/* Tablet Portrait */

@media (max-width: 991px) {
	.lvw-form-search form { width: 370px; }

}
