0.3.3 update added clickable phone and email links. The lz_charity_welfare_mail attribute apparently stores email addresses as links (prepends “https://”) and when called in header.php as:
<span class="col-org"><a href="mailto:<?php echo esc_url( get_theme_mod('lz_charity_welfare_mail','') ); ?>"><i class="fas fa-envelope"></i><?php echo esc_html( get_theme_mod('lz_charity_welfare_mail','') ); ?></a></span>
creates a clickable link like mailto:https://[email protected]
.