/*======================================
Theme Name: Divi
Theme URI: https://divicake.com/
Description: To add social media icon Instagram and menu - please choose
Version: 1.0
Author: DESC Designs
Author URI: http://descdesigns.com.au
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



<?php if ( 'on' === et_get_option( 'divi_show_instagram_icon', 'on' ) ) : ?>
	<li class="et-social-icon et-social-instagram">
		<a href="<?php echo esc_url( et_get_option( 'divi_instagram_url', 'https://www.instagram.com/sacredkeys/' ) ); ?>" class="icon">
			<span><?php esc_html_e( 'instagram', 'Divi' ); ?></span>
		</a>
	</li>
<?php endif; ?>


