/* meilisearch-1.6.css
   Replaces ambjolisearch-1.6.css
   Scope: only the header search form (input + button).
   Live dropdown is styled in smartsearch-live.css.
*/



/* search block */

/*Pole wyszukiwania - mobile*/

@media (max-width: 768px) {
	#header {
		height: 120px;
	}
    #search_block_top {
		position: absolute !important;
		margin-top: 72px;
		width: 66% !important;
    min-width: 255px !important;
    margin-right: 0px !important;
    }
}

#search_block_top {
    width: 50%;
    position: relative;
    margin-right: 50px;
    min-width: 622px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #search_block_top {
    width: 50% !important;
    margin-right: 10px;
    min-width: 450px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #search_block_top {
    margin-right: 10px;
    margin-top: 15px;
    min-width: 230px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #search_block_top {
  min-width: 400px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #search_block_top {
  min-width: 550px !important;
  }
}

#searchbox #search_query_top {
  padding-right: 52px;
  padding-left: 5%;
  border: 1px solid #c7c7c7;
  height: 42px;
  line-height: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #searchbox #search_query_top {
    height: 35px !important;
    font-size: 16px !important;
  }
  #searchbox .btn.button-search {
    height: 35px !important;
    width: 35px !important;
  }
}

/*#searchbox .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  width: 100%;
  text-align: center;
}*/

#searchbox .btn.button-search:before {
content: none !important;
}

#searchbox .btn.button-search span {
  display: none;
}

#searchbox .btn.button-search {
  background: #c00036;
  top: 0;
  right: 0;
  border: none;
  color: #ffffff;
  text-align: center;
  padding: 0;
  width: 42px;
  height: 42px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s;
  position: absolute;
}
