/*style reusable block in WordPress called "contact buttons"*/
.contact-buttons a:hover {
    color: #ffffff !important;
    background-color: #468FCE !important;
}

.contact-buttons a:link {
    text-transform: uppercase !important;
    transition: all  250ms ease;
}