/*.wp_autosearch_suggestions a {
  display: block;
  clear: left;
  text-decoration: none;
}
.wp_autosearch_suggestions a img {
  float: left;
  padding: 3px 5px;
  padding-right: 10px;
}
.wps_over a.wp_autosearch_category {
  color: #FFFFFF !important;
  background-color: 6A81A0 !important;
}
.wps_over a.wp_autosearch_more {
  color: #FFFFFF !important;
  background-color: #4682A0 !important;
}
.wp_autosearch_suggestions .wp_autosearch_more a {
  height: auto;
  color: #FFFFFF !important;
}
.wp_autosearch_image {
  margin: 2px;
}
.wp_autosearch_result {
  padding-left: 5px;
}
.wp_autosearch_indicator {
  background: url('http://localhost/wp-content/plugins/wp-autosearch//assert/image/indicator.gif') no-repeat scroll 100% 50% #FFF !important;
}
.wp_autosearch_suggestions {
  padding: 0px;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.wp_autosearch_suggestions ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp_autosearch_suggestions li {
  margin: 0px;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.wps_odd {
  background-color: #FFFFFF;
}
.wps_even {
  background-color: #E8E8E8;
}
.wp_autosearch_wrapper {
  width: 100%;
}
.wp_autosearch_submit,
.wp_autosearch_submit:hover,
.wp_autosearch_submit:active,
.wp_autosearch_submit:visited {
  cursor: pointer;
  height: 50px;
  width: 54px;
  overflow: hidden;
  background: transparent url('http://localhost/wp-content/plugins/wp-autosearch/assert/image/search-icon.png') no-repeat scroll !important;
  float: right;
  font-size: 100%;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.wp_autosearch_form_wrapper {
  width: 100%;
  border: 1px solid #57C297 !important;
  height: 52px !important;
  background-color: #FFFFFF !important;
  position: relative;
}
.wp_autosearch_item_description {
  padding-right: 2px;
  padding-left: 2px;
}
.wp_autosearch_form_label {
  display: none;
}*/

.wp_autosearch_input {
  width: 100% !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  border: none !important;
  background-color: inherit !important;
  outline: inherit;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-indent: inherit !important;
  margin: inherit !important;
  padding: 5px 10px !important;
  overflow: inherit;
  float: none;
  line-height: inherit;
  vertical-align: inherit;
  color: inherit !important;
}
.wp_autosearch_suggestions {
  margin-left: -1px !important;
  margin-top: 2px !important;
  width: 335px !important;
  box-shadow: 0 4px 5px grey;
  -webkit-box-shadow: 0 4px 5px grey;
}
.wp_autosearch_suggestions .wp_autosearch_category {
  font-size: 14px;
  padding: 10px;
  display: block;
  background-color: #8d2922 !important;
  color: #fff !important;
}
.wp_autosearch_suggestions .wps_even {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: transparent;
}
.wp_autosearch_suggestions .wps_even:first-child {
  border-top: none;
}
.wp_autosearch_suggestions .wps_odd a {
  font-size: 12.5px !important;
}
.wp_autosearch_suggestions .wps_even a {
  font-size: 12.5px !important;
}
.wp_autosearch_suggestions .wps_odd:hover {
  background: #ffdf6c;
}
.wp_autosearch_suggestions .wps_even:hover {
  background: #ffdf6c;
}
.ac_over {
  background-color: #ffdf6c;
  color: #000 !important;
}
.ac_over a,
.ac_over a span {
  color: #000 !important;
}
.wp_autosearch_suggestions a .searchheading {
  display: block;
  font-weight: bold;
  padding-top: 18px;
}
.wp_autosearch_suggestions .wp_autosearch_more {
  background-color: #8d2922 !important;
  color: #FFFFFF !important;
  font-size: 14px;
  padding: 10px;
  background-image: url(/wp-content/themes/liberfierithemebytitas/assets/img/search-more-right-arrow.png);
}
@media only screen and (max-width: 1050px) {
  .wp_autosearch_suggestions {
    margin-left: -20.4px !important;
    margin-top: 3px !important;
    width: calc(100vw - 60px) !important;
  }
}
@media only screen and (max-width: 500px) {
  .wp_autosearch_suggestions {
    margin-left: -20.4px !important;
    margin-top: 3px !important;
    width: calc(100vw - 18px) !important;
  }
}