.yfh_search_results-wrapper {
    float: left;
    width: 100%;
}

.yfh_search_results-wrapper .yfh_search_results {
    float: left;
    width: 100%;
}

.yfh_search_results-wrapper .yfh_search_results .yfh_search_results__no-result {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 20px;
}

.yfh_search_results-wrapper .yfh_search_results .yfh_search_results_grid { 
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.yfh_search_results_grid .yfh-post-type-item {
    float: left;
    width: 33.33%;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item__title.entry-title {
    text-align: center;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_address-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}


.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-total {
    border-top: 1px solid #cccccc;
    padding: 10px 0px;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-total .yfh-post-type-item_service-total-title {
    font-weight: 700;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-total .yfh-post-type-item_service-total-price {
    float: right;
}

.yfh_search_results_grid .yfh-post-type-item address {
    margin-bottom: 10px;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}


.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-list {
    list-style: none;
    margin: 0;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service-list-item .yfh-post-type-item_service-list-item-price {
    float:right;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item__container {
    float: left;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item__row {
    border: 1px solid #cccccc;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.yfh_search_results_grid .yfh-post-type-item__actions {
    display: block;
    text-align: center;
}

.yfh_search_results_grid .yfh-post-type-item__actions .yfh-post-type-item__actions--website a,
.yfh_search_results_grid .yfh-post-type-item__actions .yfh-post-type-item__actions--offer a
{
    background: #292b33;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.yfh_search_results_grid .yfh-post-type-item__actions .yfh-post-type-item__actions--website{
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.yfh_search_results_grid .yfh-post-type-item__actions .yfh-post-type-item__actions--offer {
    width: 100%;
    display: block;
    float: left;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_address {
    float: left;
    width: 100%;
}

.yfh_search_results_grid .yfh-post-type-item .yfh-post-type-item_service {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

/***************** MOBILE ***********************/

@media screen and (max-width: 768px) {
    .yfh_search_results_grid .yfh-post-type-item {
        width: 100%;
    }
}