.crsearch-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}
.crsearch-form {
  height: 100%;
  width: 100%;
}
.crsearch-form .search-field {
  background-color: transparent;
  font-size: 5em;
  height: 100%;
  text-align: center;
  width: 100%;
}
.crsearch-form #searchsubmit.search-submit {
  background: transparent !important;
  border: 5px solid #000000;
  border-radius: 0;
  bottom: 10%;
  box-shadow: 0 0 0;
  position: absolute;
  right: 10%;
  color: #000000;
  text-transform: uppercase;
}
.crsearch-close {
  height: 60px;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 54px;
  cursor: pointer;
}
.crsearch-close > span {
  background-color: #000000;
  height: 9px;
  width: 54px;
  position: absolute;
  border-radius: 5px;
}
.crsearch-close > span:first-child {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crsearch-close > span:last-child {
  top: 27px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.crsearch-form input, .crsearch-form textarea {
  color: #000000;
}