#footer a,
#footer a.elementor-social-icon i {
  color: rgba(255,255,255,0.7);
  opacity: 1;
  
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

#footer a:hover,
#footer a.elementor-social-icon i:hover {
  color: #fff;
  opacity: 1;
}
