.site-main__message {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.site-main__message p {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}

.site-main__message.site-main__message--success {
    background: rgb(82,196,26, 0.5);
}

.site-main__message.site-main__message--error {
    background: rgb(255,77,79, 0.5);
}

.site-main .yfh_funeral_home {
    margin: 0 auto;
    width: 500px;
    padding: 20px;
}

.site-main .yfh_funeral_home .post-entry__address {
    margin-bottom: 20px;
}

.site-main .yfh_funeral_home .post-entry__address-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.site-main .yfh_funeral_home .post-entry__item-service {
    margin-bottom: 20px;
}

.site-main .yfh_funeral_home .post-entry__item-service-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.site-main .yfh_funeral_home .post-entry__item-service-list-item .post-entry__item-service-list-item-price {
    float:right;
}

.site-main .yfh_funeral_home .yfh-post-type-item_service-total .post-entry__item-service-total-price {
    float:right;
}

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

.site-main .yfh_funeral_home .yfh-funeral-home-contact .yfh-funeral-home-contact-title{
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
}


.site-main .yfh_funeral_home .yfh-funeral-home-contact .yfh-funeral-home-contact-form__fields input{
    width: 100%;
}

.site-main .yfh_funeral_home .yfh-funeral-home-contact .yfh-funeral-home-contact-form__fields textarea{
    width: 100%;
}

.site-main .yfh_funeral_home .yfh-funeral-home-contact .yfh-funeral-home-contact-form-submit-button-wrapper {
    text-align: right;
}

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

@media screen and (max-width: 768px) {
    .site-main .yfh_funeral_home {
        width: auto;
    }
}