/*
Authors: Arslan Akram, Mohsin Rafique
Author URI: https://mohsinrafique.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl_2.0.html
Created on: 27_Jun_2018, 03:08:04
*/
/*--------------------------------------------------------------------------------
# Search Page
--------------------------------------------------------------------------------*/
.search-form {
  font-size: 16px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e4e4e4;
  margin: 30px 0 10px;
}

body.search-results .search-form.empty {
  padding: 35px 0;
  border-bottom: none;
}

.search-form label {
  display: block;
  padding: 0 0 10px;
  color: #494949;
}

.search-form .search-input {
  position: relative;
}

.search-form .search-field {
  background: #f2f2f2;
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 10px 15px;
  width: 100%;
  height: 36px;
  line-height: 16px;
  -webkit-appearance: initial;
}

.search-form .search-field:focus, .search-form .search-field:active {
  outline: none;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 22px;
  width: 78px;
  height: 36px;
  line-height: 38px;
  border: none;
  cursor: pointer;
}
