.covf-popup-search {
  position: fixed;
  width: 0;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.94);
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .covf-popup-search .covf-close-popup {
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 40px;
    padding: 0 15px;
    background: #888888; }
  .covf-popup-search .covf-close-popup:hover {
    background: #aaaaaa; }

.covf-reveal-search .covf-popup-search {
  opacity: 1;
  visibility: visible;
  width: 100%; }

.covf-popup-search .search-box {
  position: absolute;
  top: 50%;
  width: 100%; }

.covf-popup-search .search-form {
  text-align: center; }

.covf-popup-search .search-form label {
  display: block;
  width: 70%;
  float: left; }

.covf-popup-search .search-form label .search-field {
  height: 45px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%; }

.covf-popup-search .search-form .search-submit {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 30%; }

.covf-popup-search .search-form {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.covf-popup-search .search-form label {
  width: 85%;
  width: calc(100% - 200px); }

.covf-popup-search .search-form .search-submit {
  float: right;
  font-size: 24px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0px; }

.covf-popup-search .search-form .search-submit:hover {
}

.covf-popup-search .search-form label .search-field {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  width: 100%;
  font-size: 24px; }