.ais-SearchBox-form {
    display: block;
    height: auto;
    font-size: 28px;
}

.ais-SearchBox-input {
    font-size: 28px !important;
    font-weight: 100;
    width: 100%;
    height: auto !important;
    border: none;
    border-bottom: 5px solid #eee;
    background: url(/assets/search-256.png) left center no-repeat;
    background-size: 30px 30px;
    padding: 0 0 0 40px !important;
}

.ais-SearchBox-input,
.ais-SearchBox-input:focus {
    transition: border-color .3s ease-in;
    outline: 0;
}

.ais-SearchBox-input:focus {
    border-color: #ed5565;
}

.ais-Hits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ais-Hits-item {
    display: block !important;
    align-items: initial !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 !important;
    border: 0;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}

.ais-Hits-item .search_result {
    margin: 0 5px 5px 5px;
}

.ais-Hits-item .search_result,
.ais-Hits-item .search_result_text,
.ais-Hits-item .abstract,
.ais-Hits-item .title {
    font-size: 14px;
    line-height: 1.42857143;
}

.ais-ClearRefinements-button.btn {
    display: inline-block !important;
    width: auto !important;
}
