.search-form.wordpress  {
    max-width: 935px;
    margin: 0 auto;
    border-bottom: 2px solid #9d6851;
    padding: 0 0 15px 0;
}

.wordpress input.search-field {
    width: 100%;
    padding: 0px;
    border: none;
    margin: -0.0625em 0px 0px;
    height: 1.25em;
    outline: none;
}

.wordpress input.search-field, .wordpress input.search-field::placeholder {
    background: none !important;
    border: none;
    width: 100%;
    font-size: 26px;
    line-height: 48px;
    color: #0021A5;
    font-weight: 600;
}
.wordpress input.search-field:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.wordpress-search span.post-meta {
    display: block;
    padding-top: .5rem !important;
}
.wordpress-search header.page-header {
    padding-bottom: 65px;
    padding-top: 120px;
}

.wordpress-search ul {
    padding-bottom: 65px;
}