/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

@media (min-width: 981px) {
  .search-form {
    display: none; }
  #search {
    display: inline-block;
    line-height: 35px;
    padding-left: .5em;
    position: relative;
    z-index: 99999999; }
    #search span {
      cursor: pointer;
      font-size: 21.6px; }
      #search span.icon-search {
        display: flex;
        padding-left: 1em;
        color: var(--black); }
    #search #search-header-close {
      position: absolute;
      background: transparent;
      border: 0;
      right: -30px;
      cursor: pointer;
      top: -20px;
      color: var(--white);
      font-size: 15px; }
    #search form input {
      flex: 2;
      height: 30px;
      width: 100%;
      border: 0;
      padding-bottom: .3em;
      border-bottom: 1px solid var(--main-color);
      font-family: "Raleway", "Raleway-fallback", sans-serif; }
      #search form input::-moz-placeholder {
        padding-left: 0; }
      #search form input::placeholder {
        padding-left: 0; }
      #search form input:focus {
        outline: 0; }
    #search #search-overlay {
      background-color: rgba(0, 0, 0, 0.6);
      bottom: 0;
      display: none;
      height: 100%;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%; }
    #search form {
      background-color: var(--white);
      border-radius: 5px;
      left: 50%;
      padding: 1em;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.3);
      width: 500px;
      display: flex;
      flex-wrap: wrap; }
      #search form button[type="submit"] {
        flex-basis: 50px;
        font-size: 18px;
        background: transparent;
        border: 0;
        font-weight: 400;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        z-index: 1; }
        #search form button[type="submit"] span {
          color: var(--main-color) !important; }
        #search form button[type="submit"]:focus {
          outline: 0; } }

@media (max-width: 980px) {
  #search.minimal {
    display: none !important; }
  #search {
    padding: .25em;
    border-radius: 3px;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    line-height: 35px;
    top: 2.5em;
    width: 200px;
    right: 0;
    padding-left: .5em;
    z-index: 8; }
    #search .icon-search {
      cursor: pointer; }
    #search:focus-within {
      border: 1px solid black; }
    #search form {
      display: flex; }
      #search form input {
        flex: 2;
        height: 30px;
        width: 100%;
        border: 0;
        padding-bottom: .3em; }
        #search form input::-moz-placeholder {
          padding-left: 0; }
        #search form input::placeholder {
          padding-left: 0; }
        #search form input:focus {
          outline: 0; }
      #search form button[type="submit"] {
        flex-basis: 50px;
        font-size: 18px;
        background: transparent;
        border: 0;
        font-weight: 400;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        z-index: 1; }
        #search form button[type="submit"]:focus {
          outline: 0; } }

/*# sourceMappingURL=search-overlay.css.map */
