
.uc-my-footer a:visited {
-webkit-transition: 0.5s ease;
transition: 0.5s ease; 
}


.uc-my-footer a:hover, a:visited:hover {
color: #fff !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
}
