.algolia-autocomplete {
	z-index: 4 !important;
}
.aa-dropdown-menu {
	/* we set the width in JS */
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35);
	margin: -1px 1px 0 1px;;
	font-size: 14px;
	color: #333;
}

.aa-dropdown-menu:after {
	content: " ";
	display: block;
	clear: both;
}

.aa-dropdown-menu .aa-input, .aa-dropdown-menu .aa-hint {
	width: 100%;
}
.aa-dropdown-menu .aa-hint {
	color: #888;
}

/* Font */
.aa-dropdown-menu a {
	font-weight: normal;
	text-decoration: none;
}
.aa-dropdown-menu a:hover {
	text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
	margin: 0 14px;
	line-height: 3em;
	display: none;
}
.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more
{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-title {
	float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
	float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
	font-weight: bold;
}

/* Suggestion */

.aa-dropdown-menu .aa-suggestion {
	font-size: 13px;
/* 	padding: 16px; */
	border-top: 1px solid #efefef;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 44.3 51.7' style='enable-background:new 0 0 44.3 51.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:none;stroke:%23555555;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;} .st1{fill:none;stroke:%23555555;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} %3C/style%3E%3Cpolygon class='st0' points='42.8,50.2 1.5,50.2 1.5,1.5 30.8,1.5 42.8,13.5 '/%3E%3Cpolygon class='st0' points='42.8,13.5 30.8,13.5 30.8,1.5 '/%3E%3Cline class='st1' x1='11' y1='25.8' x2='33.8' y2='25.8'/%3E%3Cline class='st1' x1='11' y1='35.8' x2='33.8' y2='35.8'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: 16px 20px;
    background-size: 16px 16px;
    padding: 14px 16px 14px 40px;
}

.aa-dropdown-menu .aa-suggestion a {
	color: #314560;
}
.aa-dropdown-menu .aa-suggestion:hover,
.aa-dropdown-menu .aa-suggestion.aa-cursor a {
	color: #314560;
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
	color: #555;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em, 
.aa-dropdown-menu .aa-suggestion em {
	box-shadow: none;
	background: #fff8d2;
	color: #111;
	font-style: normal;
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
	background-color: #f8f8f8;

}

.aa-dropdown-menu a.suggestion-link {
	display: block;
}

.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
	line-height: 32px;
}


.aa-dropdown-menu a.suggestion-link svg {
	vertical-align: middle;
	fill: rgba(0,0,0,.3);
	float: left;
}

/* Clearfix */
.aa-dropdown-menu .clear {
	clear: both;
}

/* Empty */
.autocomplete-empty {
	clear: both;
	padding: 16px;
}

.autocomplete-empty .empty-query {
	font-weight: bold;
}
