.asterion_search input[type=text] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    /* outline: none; */
    border: 1px solid #ddd;
}

.asterion_search_wrapper {
    padding: 0px 0px;
    margin-bottom: 20px;
    position: relative;
}

.asterion_search::placeholder {
    color: #666;
}

.asterion_search {
    padding: 8px 25px 8px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.asterion_search:focus{

    box-shadow: none;
    outline-color: #bbb;
}

a.asterion_search_close {
  color: #cacaca;
  font-size: 15px;
  line-height: 0.5;
  display: none;
  text-decoration: none;
  font-family: "Open Sans";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 8px;
}

a.asterion_search_close:hover {
text-decoration: none;
color: #333;
}
