/***** Search *****/
.searchform {
  background: none;
  float: left;
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
.searchform label.screen-reader-text{ display: none; }
/*.searchform .btntext {
  border: medium none;
  float: left;
  height: 24px;
  padding: 0 0 0 1%;
  width: 80%;
  min-height: 20px;
}*/
.searchform input[type="text"]{
  width: 100%;
  border: 1px solid #dce0e0;
  color: #222;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  outline: none;
}
.searchform #searchsubmit {
  display: none;
}
.full-header .searchform {
  display: none;
}
@media only screen and (max-width: 768px){

}