.aw-ch-search {
	position: relative;
}

.aw-ch-results {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
	left: 0;
	margin-top: 4px;
	max-height: 320px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	z-index: 9999;
	  color: #111 !important;
}

.aw-ch-result {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #eef0f2;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font: inherit;
	padding: 10px 12px;
	text-align: left;
	width: 100%;
	  color: #111 !important;
}

.aw-ch-result:hover,
.aw-ch-result:focus {
	background: #f6f7f7;
	outline: none;
}

.aw-ch-result-title {
	display: block;
	font-weight: 700;
	line-height: 1.35;
	    color: #111 !important;
}

.aw-ch-result-meta,
.aw-ch-result-address {
	display: block;
	font-size: 0.9em;
	line-height: 1.35;
	margin-top: 3px;
	    color: #111 !important;
}

.aw-ch-result-message {
	cursor: default;
}
.aw-ch-results * {
    color: #111 !important;
}