#kreo-search-bar {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 3000;
}
#kreo-search-bar form {
  position: relative;
  padding: 0;
  margin: 0;
}
#kreo-search-bar input {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 24pt;
  padding: 0 80px 0 60px;
  margin: 0;
  border-radius: 0;
  line-height: 66px;
  height: 66px;
}
#kreo-search-bar input::placeholder {
  color: #dddddd;
}
#kreo-search-bar button,.search-bar button:hover {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border: none;
  background: none;
  box-shadow: none;
  color:black;
  margin: 0;
  padding: 0 40px 0 0;
  box-sizing: content-box;
  font-size: 25px;
  text-shadow: none;
}
#kreo-search-bar button i:hover {
  box-shadow: none !important;
}

#search-icon.open {
  display: flex;
  align-item: center;
}
#search-icon.open img {
  height: auto !important;
}

@media screen and (max-width: 1024px) {
  #kreo-search-bar input {
    padding: 0 80px 0 20px;
    font-size: 20pt;
  }
  #kreo-search-bar button{
    font-size: 20px;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 500px) {
  #kreo-search-bar input {
    font-size: 16pt;
  }
}
