.w3-search-block-form {
  position: relative;
  width: 100%;
  display: inline-block;
}

.search-slide-wrapper {
  background-color: white;
}

.w3-search-block-form input {
  width: 100%;
}

.w3-search-block-form .form-item {
  width: 70%;
  float: left;
}

.w3-search-block-form .form-actions {
  width: 30%;
  float: right;
}

.w3-search-block-form .form-type-search input {
  border-right: none !important;
  text-indent: 20px;
  background-color: transparent;
}

.w3-search-block-form .form-type-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 8px;
  background-color: transparent;
  opacity: 0.5;
}

.w3-search-block-form .form-item,
.w3-search-block-form .form-actions {
  margin: 5px auto !important;
  display: inline-block;
}

.w3-search-block-form .form-actions input {
  font-family: FontAwesome;
  margin: 0 !important;
}
