<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/** CSS SEARCH FORM **/

#searchform input[type="submit"] {
    width: 60px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    background: url(../img/search.svg) no-repeat center center; 
}
.search-header {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
#searchform {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 50px;
    display: flex;
    font-weight: 600;
}
.search-field {
    width: 330px;
    height: 35px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #111;
    margin-top: 6px;
    border-radius: 26px;
}

.mini-nav-search { 
    margin: 0; 
}
#searchform-mini {
    margin: 0;
    right: 90px;
    width: 200px;
    position: absolute;
    border: 1px solid #555;
    border-radius: 30px;
    height: 50px;
    top: 13px;
    opacity: 0;
    z-index: 9;
    display: flex;
    font-weight: 600;
}
#searchform-mini input[type="submit"] {
    width: 60px;
    border: 0;
    background-color: transparent !important;
    cursor: pointer;
    background: url(../img/search.svg) no-repeat center center; 
}
.search-field-mini {
    width: 125px;
    height: 32px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #ccc;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 20px;
}
input::placeholder {
  color:;
  }


</pre></body></html>