/* Change background and text color */
.caldera-grid .btn {
    background-color:#e80d0d !important;
    color:white !important;
    font-weight: 900;
}

/* Change background and text color on hover */
.caldera-grid .btn:hover {
    background-color:white !important;
    color:#BD6983 !important;
}
