.search {
  right: 0;
  position: absolute;
  height: 0;
  opacity: 0;
  float: right;
  border: none;
  border-bottom: 3px solid #af1685;
  width: 20%;
  color: #af1685;
  font-size: 20px;
  text-align: center;
  transition: all 1s ease;
  outline: none;
}

.search-item{
  list-style: none;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 24px;
}

.search-url{
  opacity: 0.5;
}

.paginate-active{
  color: black;
}

.paginate-item{
  list-style: none;
}

::-webkit-input-placeholder {
  font-size: 15px;
  opacity: 0.5;
  font-weight: 100;
  color: #000000;
}

.focus {
  height: auto;
  width: 500px;
  transition: all 1s ease;
  opacity: 1;
}

#magnify {
  background: none;
  outline: none;
  border: none;
  transition: all 1s ease;
}

#search-form {
  position: relative;
  height: 0;
  width: 100%;

}


@media (max-width: 991.98px) {
  .search {
    position: initial;
  }

  #search-form {
    margin-top: 15px;
    position: initial;
  }

  .search-box{
    display: flex;
  }

  .focus {
    width: 100%;
    margin-right: 5px;
  }
}


