.full-screen-search-button {
  font-size: 18px; }
  .full-screen-search-button.btn-link, .full-screen-search-button.btn-link:hover, .full-screen-search-button.btn-link:focus {
    text-decoration: none; }

.full-screen-search-form {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.925);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .full-screen-search-form .full-screen-search-form-input {
    padding-bottom: 2em;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (max-width: 767px) {
      .full-screen-search-form .full-screen-search-form-input {
        font-size: 8px; } }
    @media (max-width: 480px) {
      .full-screen-search-form .full-screen-search-form-input {
        font-size: 6px; } }
    .full-screen-search-form .full-screen-search-form-input label {
      margin-bottom: 0.85em;
      font-size: 2.1em;
      line-height: 1.4;
      color: #284ed9;
      font-weight: normal; }
    .full-screen-search-form .full-screen-search-form-input .search-query {
      border: 0;
      padding: 0;
      height: auto;
      font-size: 90px;
      letter-spacing: -0.05em;
      line-height: 1.3em;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-align: center; }
      .full-screen-search-form .full-screen-search-form-input .search-query:focus, .full-screen-search-form .full-screen-search-form-input .search-query:active {
        outline: 0; }
  .full-screen-search-form > div {
    display: table-cell;
    vertical-align: middle; }

/*# sourceMappingURL=dxpr-theme-full-screen-search.css.map */