#acma-contact-info-details .sc_icons_item_description span, #acma-contact-info-details .sc_icons_item_description span a {
    color: #6fae50;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#acma-contact-info-details .sc_icons_item_description span a:hover {
    color: #f1e300;
}

.font-dark *, .font-dark strong {
    color: #1d1d1d!important;
}