Caldera
/* Change background and text colo */
.caldera-grid .btn {
background-color: #BD6983 !important;
font-weight: 900;
}
/* Change Background and Text Color on Hover */
.caldera-grid .btn:hover {
background-color: white !important;
color: #BD6983 !important;
}