.search-container #search-toggle {
  cursor: pointer; }

.search-form {
  /*display: none;*/
  /*padding: 20px 25px;*/
  /*width: 320px;*/
  /*height: 100px;*/
  /*position: fixed;*/
  /*right: 80px;*/
  display:inline-block;
  background-color: #000;
  z-index: 1000000000;
  color: #fff; }
  .search-form input {
    color: #000;
    border-radius: 10px;
    }
  .search-form button {
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    border: none;
    width: 40px; }
    .search-form button i {
      position: relative;
      top: 3px; }
.search-container {
  color: #fff;
  text-align: center; }
.search-container i {
font-size: 30px;
margin: 50px 0; }
.search-button-2 {
	position: absolute;
	top: 45px;
	right: 10px;
	display: none;
	z-index: 1000000;
}
@media (max-width:450px){
  .search-form {
    right:0;
    top:80px !important;
  }
  #trigger i,.search-button-2 i {color:#fff;}
}