/* Change button color in Joom Testimonials */

.btn-success, button.btn.btn-success {
    color: #ffffff;
    background-color: #BB2621;
    border-color: #BB2621;
}

.btn-success:hover, button.btn.btn-success:hover {
    color: white;
    background-color: #A3201D;
    border-color: #A3201D;
}

/* End change button color in Joom Testimonials */