/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

/* Fix footer helpful links to be white by default */
.site-footer.footer-dark .widget_services ul li a {
    color: #fff !important;
}

/* Keep the orange hover effect */
.site-footer.footer-dark .widget_services ul li a:hover {
    color: #ff5e15 !important;
}