.es_search_list_block h2{
    color: #ff4800;
    padding-top: 50px;
}
.area a,.wp-block-button__link:not(.has-text-color){
    background-color: #FFF;
    border-top: 1px solid #446698;
    border-right: 1px solid #446698;
    border-left: 1px solid #446698;
    border-bottom: 5px solid #446698;
}
.wp-block-button__link:not(.has-text-color){
    color: #446698;
}
.wp-block-button__link:not(:hover).outline{
    color: #FFF;
    background: #ff4800;
    border: 1px solid #ccc;
}
.site-content{
    min-height: 0vh;
}

@media screen and (max-width: 740px){
    #main .fieldset{
        margin-top: 35px;
    }
    #main .site-content{
        min-height: 0vh;
    }
}
