.location-search-input{
	width: 100%;
}

.autocomplete-dropdown-container{
	position: absolute;
	z-index: 10010;
	top: 100%;
	margin-top: 4px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .3) 0 1px 10px, rgba(0, 0, 0, .06) 0 2px 16px 1px, rgba(0, 0, 0, .06) 0 0 0 1px;
	border-radius: 5px;
	overflow: hidden;
}

.autocomplete-dropdown-container .suggestion-item,
.autocomplete-dropdown-container .suggestion-item--active{
	display: block;
	border: none;
	font-size: 14px !important;
	line-height: 1.3em;
	margin: 0;
	color: inherit;
	overflow: hidden;
	word-break: normal;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .5em 2em .5em 1em !important;
}
.autocomplete-dropdown-container .suggestion-item--active{
	background-color: #F7F8FA;
	text-decoration: none;
}