.wpisas_instant_search {
  box-sizing: border-box;
}
.wpisas_ajax_search_wrapper form {
  display: inline-block;
  position: relative;
  width: 100%;
}

.wpisas_full_view {
  background: none repeat scroll 0 0 rgb(220, 220, 220);
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  opacity: 0.9;
}
.wpisas_full_view.loggedin {
  top: 30px;
}
.wpisas_full_view .widget-title {
  color: #000000;
  margin: 0 !important;
  padding: 2px 15px !important;
  font-size: 12px;
}
.wpisas_full_view .wpisas_form_wrapper {
  height: 40px !important;
  margin: 0 auto;
  width: 98%;
}
.wpisas_full_view .wpisas_input {
  font-size: 16px;
  height: 40px !important;
  line-height: 40px;
  padding-left: 10px !important;
}
.wpisas_instant_search .widget-title, .wpisas_instant_search .wpisas_title {
  display: inline-block;
  margin: 0 0 5px !important;
  width: 100%;
}
.wpisas_full_view .wpisas_full_btn {
  background-position: 43px 43px;
  color: white !important;
  margin-right: 25px;
}
.wpisas_full_btn {
  background: url("../images/zoom.png") repeat scroll 43px -18px rgba(0, 0, 0, 0);
  float: right;
  height: 26px;
  text-decoration: none;
  width: 26px;
}
.wpisas_full_view .wpisas_submit, .wpisas_full_view .wpisas_submit:hover, .wpisas_full_view .wpisas_submit:active, .wpisas_full_view .wpisas_submit:visited {
  height: 40px;
}

/* Search Design */
.wpisas_instant_search.rounded .wpisas_form_wrapper, .wpisas_instant_search.rounded .wpisas_input {
  border-radius: 35px;
}
.wpisas_instant_search.rounded .wpisas_input {
  display: block;
  font-family: "Cabin",helvetica,arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 -1px 0 #000;
  width: 200px;
  padding-left: 10px !important;
}
.wpisas_instant_search.rounded .wpisas_submit {
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
  box-sizing: content-box;
  display: block;
  font-family: "Cabin",helvetica,arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: absolute;
}
.rounded.wpisas_suggestions {
  border-radius: 15px 15px 0 0;
}
.wpisas_full_view_list.wpisas_suggestions .wpisas_category {
  font-size: 18px !important;
  padding: 10px !important;
}
.wpisas_full_view_list.wpisas_suggestions li {
  font-size: 16px !important;
  line-height: 28px !important;
}
.wpisas_full_view_list.wpisas_suggestions a img {
  padding: 3px 20px;
}
.wpisas_full_view_list.wpisas_suggestions .wpisas_item_description {
  font-size: 14px !important;
}
.wpisas_full_view_list.wpisas_suggestions .wpisas_more {
  padding: 7px 10px;
}
.wpisas_instant_search input:focus::-webkit-input-placeholder { 
  color: #efe;
}
.wpisas_instant_search input:focus:-moz-placeholder {
  color: #efe;
}

/* Color Themes */
.wpisas_instant_search.black .widget-title, .wpisas_instant_search.black .wpisas_title {
  color: #b7b7b7;
}
.wpisas_instant_search.black .wpisas_input {
  background-color: #555555 !important;
  color: #f0f0f0 !important;
  box-shadow: 0 2px 0 #000;
  color: #888;
  border-color: #cccccc!important;
}
.wpisas_instant_search.black .wpisas_submit {
  color: #fff;
  border-color: #cccccc!important;
}
.wpisas_instant_search.square.black .wpisas_submit:before {
  border-color: transparent #6e6e6e;
}
.wpisas_instant_search.black button:hover,
.wpisas_instant_search.black button:focus {
  background: #292929;
  background: -webkit-linear-gradient(#393939, #292929);
  background: linear-gradient(#393939, #292929);
  color: #5f5;
  outline: none;
}
.wpisas_instant_search.black button:active {
  background: #292929;
  background: -webkit-linear-gradient(#393939, #292929);
  background: linear-gradient(#393939, #292929);
  box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
  top: 1px;
}
.wpisas_suggestions.black .ac_over a.wpisas_category {
  background-color: #7f7f7f !important;
  color: #b7b7b7 !important;
}
.wpisas_suggestions.black .ac_over {
  background-color: #7f7f7f !important;
  color: #cecece !important;
}
.wpisas_suggestions.black .ac_over a, .wpisas_suggestions.black .ac_over a span {
  color: #cecece !important;
}
.wpisas_suggestions.black .ac_even a {
  color: #b4b4b4 !important;
}
.wpisas_suggestions.black .ac_odd a {
  color: #b4b4b4 !important;
}
.wpisas_suggestions.black .ac_odd {
  background-color: #595959;
}
.wpisas_suggestions.black .ac_even {
  background-color: #6d6d6d;
}
.wpisas_suggestions.black .wpisas_category {
  background-color: #6d6d6d !important;
  color: #b4b4b4 !important;
}
.wpisas_suggestions.black .wpisas_more {
  background-color: #595959 !important;
  color: #b4b4b4 !important;
}

/* theme 2 */
.wpisas_instant_search.rounded {
  border-radius: 5px;
  padding: 12px 10px;
}
.wpisas_instant_search.black {
  background-color: #444444;
}
.wpisas_instant_search.white .widget-title, .wpisas_instant_search.white .wpisas_title {
  color: #000000;
}
.wpisas_instant_search.white .wpisas_input {
  background-color: #ffffff !important;
  color: #696969 !important;
  border: 1px solid rgb(220, 220, 220) !important;
}
.wpisas_instant_search.white .wpisas_submit, .wpisas_instant_search.white .wpisas_submit:hover, .wpisas_instant_search.white .wpisas_submit:active, .wpisas_instant_search.white .wpisas_submit:visited {
  border-color: #cccccc;
}
.wpisas_instant_search.rounded .wpisas_submit, .wpisas_instant_search.rounded .wpisas_submit:hover, .wpisas_instant_search.rounded .wpisas_submit:active, .wpisas_instant_search.rounded .wpisas_submit:visited {
  right: 10px;
  top: 2px;
}
.wpisas_full_view.wpisas_instant_search.rounded .wpisas_submit, .wpisas_full_view.wpisas_instant_search.rounded .wpisas_submit:hover, .wpisas_full_view.wpisas_instant_search.rounded .wpisas_submit:active, .wpisas_full_view.wpisas_instant_search.rounded .wpisas_submit:visited {
  right: 15px;
  top: 0;
}
.wpisas_suggestions.white .ac_even {
  background-color: #f7f7f7;
}
.wpisas_suggestions.white .ac_even a {
  color: #363636 !important;
}
.wpisas_suggestions.white .ac_odd {
  background-color: #e7e7e7;
}
.wpisas_suggestions.white .ac_odd a {
  color: #4c4c4c !important;
}
.wpisas_suggestions.white .ac_over {
  background-color: #cbcbcb;
  color: #171717;
}
.wpisas_suggestions.white .wpisas_category {
  background-color: #f7f7f7 !important;
  color: #363636 !important;
}
.wpisas_suggestions.white .wpisas_more {
  background-color: #e7e7e7 !important;
  color: #4c4c4c !important;
}
.wpisas_suggestions.white .ac_over a, .wpisas_suggestions.white .ac_over a span, .wpisas_suggestions.white .ac_over a.wpisas_category {
  background-color: #cbcbcb !important;
  color: #454545 !important;
}

/* Theme 3 */
.wpisas_instant_search.skyblue {
  background-color: #87CEFA;
}
.wpisas_instant_search .widget-title, .wpisas_instant_search .wpisas_title {
  color: #000000;
}
.wpisas_instant_search.skyblue .wpisas_input {
  background-color: #95dcff !important;
  border: 1px solid rgb(91, 190, 245) !important;
  color: #696969 !important;
}
.wpisas_instant_search.skyblue .wpisas_submit {
  border-color: rgb(91, 190, 245);
}
.wpisas_instant_search.square.skyblue .wpisas_submit {
  background-color: #5bbef5 !important;
  border: 1px solid rgb(91, 190, 245);
}
.wpisas_instant_search.square.skyblue .wpisas_submit:before {
  border-color: transparent #5bbef5;
}
.wpisas_suggestions.skyblue .ac_even {
  background-color: #95DCFF;
}
.wpisas_suggestions.skyblue .ac_even a {
  color: #363636 !important;
}
.wpisas_suggestions.skyblue .ac_odd {
  background-color: #87CEFA;
}
.wpisas_suggestions.skyblue .ac_odd a {
  color: #4c4c4c !important;
}
.wpisas_suggestions.skyblue .ac_over {
  background-color: #aaf1ff;
  color: #171717;
}
.wpisas_suggestions.skyblue .wpisas_category {
  background-color: #95DCFF !important;
  color: #363636 !important;
}
.wpisas_suggestions.skyblue .wpisas_more {
  background-color: #87CEFA !important;
  color: #4c4c4c !important;
}
.wpisas_suggestions.skyblue .ac_over a, .wpisas_suggestions.skyblue .ac_over a span, .wpisas_suggestions.skyblue .ac_over a.wpisas_category {
  background-color: #aaf1ff !important;
  color: #454545 !important;
}

/* Theme 4 */
.wpisas_instant_search.lightcoral {
  background-color: #f08080;
}
.wpisas_instant_search.lightcoral .wpisas_input {
  background-color: #ff9595 !important;
  border: 1px solid rgb(220, 220, 220) !important;
  color: #696969 !important;
}
.wpisas_instant_search.lightcoral .wpisas_submit {
  border-color: rgb(220, 220, 220);
}
.wpisas_instant_search.square.lightcoral .wpisas_submit {
  background-color: #ffb2b2 !important;
  border-left-width: 0;
}
.wpisas_instant_search.square.lightcoral .wpisas_submit:before {
  border-color: transparent #ffb2b2;
}
.wpisas_suggestions.lightcoral .ac_even {
  background-color: #FF9595;
}
.wpisas_suggestions.lightcoral .ac_even a {
  color: #363636 !important;
}
.wpisas_suggestions.lightcoral .ac_odd {
  background-color: #F08080;
}
.wpisas_suggestions.lightcoral .ac_odd a {
  color: #4c4c4c !important;
}
.wpisas_suggestions.lightcoral .ac_over {
  background-color: #FFABAB;
  color: #171717;
}
.wpisas_suggestions.lightcoral .wpisas_category {
  background-color: #FF9595 !important;
  color: #363636 !important;
}
.wpisas_suggestions.lightcoral .wpisas_more {
  background-color: #F08080 !important;
  color: #4c4c4c !important;
}
.wpisas_suggestions.lightcoral .ac_over a, .wpisas_suggestions.lightcoral .ac_over a span, .wpisas_suggestions.lightcoral .ac_over a.wpisas_category {
  background-color: #FFABAB !important;
  color: #454545 !important;
}

/* Theme 5 */
.wpisas_instant_search.lightsalmon {
  background-color: #ffa07a;
}
.wpisas_instant_search.lightsalmon .wpisas_input {
  background-color: #ffb18b !important;
  border: 1px solid rgb(220, 220, 220) !important;
  color: #696969 !important;
}
.wpisas_instant_search.lightsalmon .wpisas_submit {
  border-color: rgb(220, 220, 220);
}
.wpisas_instant_search.square.lightsalmon .wpisas_submit {
  background-color: #ffc49e !important;
  border-left-width: 0;
}
.wpisas_instant_search.square.lightsalmon .wpisas_submit:before {
  border-color: transparent #ffc49e;
}
.wpisas_suggestions.lightsalmon .ac_even {
  background-color: #FFB18B;
}
.wpisas_suggestions.lightsalmon .ac_even a {
  color: #363636 !important;
}
.wpisas_suggestions.lightsalmon .ac_odd {
  background-color: #FFA07A;
}
.wpisas_suggestions.lightsalmon .ac_odd a {
  color: #4c4c4c !important;
}
.wpisas_suggestions.lightsalmon .ac_over {
  background-color: #FFC09A;
  color: #171717;
}
.wpisas_suggestions.lightsalmon .wpisas_category {
  background-color: #FFB18B !important;
  color: #363636 !important;
}
.wpisas_suggestions.lightsalmon .wpisas_more {
  background-color: #FFA07A !important;
  color: #4c4c4c !important;
}
.wpisas_suggestions.lightsalmon .ac_over a, .wpisas_suggestions.lightsalmon .ac_over a span, .wpisas_suggestions.lightsalmon .ac_over a.wpisas_category {
  background-color: #FFC09A !important;
  color: #454545 !important;
}

.wpisas_instant_search.square .wpisas_input {
  border-radius: 0;
  font-weight: 500;
  height: 30px;
  padding-left: 15px;
}
.wpisas_instant_search.white .wpisas_input {
  background-color: #fffbf8;
  color: #939393;
}
.wpisas_instant_search.square .wpisas_submit {
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
}
.wpisas_instant_search.square.white .wpisas_submit {
  background-color: #555555 !important;
  border: 1px solid #555555;
}
.wpisas_instant_search.square.white .wpisas_submit:before {
  border-color: transparent #555555;
}
.wpisas_instant_search.square {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.wpisas_instant_search.white {
  background-color: rgba(255, 255, 255, 0.8);
}
.wpisas_instant_search.square.white {
  box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
.wpisas_instant_search.square.black {
  box-shadow: 0 2px 4px 0 rgba(85, 85, 85, 0.83), 0 10px 15px 0 rgba(85, 85, 85, 0.12), 0 -2px 6px 1px rgba(0, 0, 0, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
.wpisas_instant_search.square.skyblue {
  box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
.wpisas_instant_search.square.lightcoral {
  box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
.wpisas_instant_search.square.lightsalmon {
  box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
.wpisas_instant_search.black.square .wpisas_submit {
  background-color: #6e6e6e !important;
}
.wpisas_instant_search.square .wpisas_submit:before {
  border-style: solid solid solid none;
  border-width: 7px 7px 7px 0;
  left: -7px;
  top: 7px;
  content: "";
  position: absolute;
}
.wpisas_full_view.wpisas_instant_search.square .wpisas_submit:before {
  border-width: 10px 10px 10px 0;
  left: -10px;
  top: 10px;
}
.wpisas_instant_search.simple {
  background-color: transparent;
}
.wpisas_instant_search.simple .wpisas_submit {
  height: 100%;
  right: 0;
}
.wpisas_instant_search.simple .wpisas_input {
  box-shadow: none;
}