#search_container .search-options,
.result-list #search_sorting, 
#fab-filters,
.result-list .sort-area,
.result-list .sidebar {
    display: none !important;
}

.blog-columns > div {
    width: 100%;
}

.result-list .search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.result-list .search-item {
    background: #fff;
    width: 32%;
    margin: 20px 0 0;
    position: relative;
    box-shadow: #c4c4c4 0 0 10px 0px;
}