<?php /* NOTE: GENERATED BY GULP !!! */ ?><?php foreach($flo_social_links as $key => $social_profile): ?>
	<?php if($social_profile['type']['value'] == 'custom'): ?>
		<?php
			if(isset($social_profile['custom-icon--hover']) && strlen($social_profile['custom-icon--hover']) ){
				$data_img_hover = 'data-icon_hover="'.$social_profile['custom-icon--hover'].'"';
			}else{
				$data_img_hover = '';
			}
		?>
		<a href="<?php echo $social_profile['link']; ?>" rel="noreferrer" target="_blank" class="flo-icon flo-icon__<?php echo $social_profile['type']['value']; ?>  flo-social-links--link-custom ">
			<?php if(isset($social_profile['custom-icon']) && strlen($social_profile['custom-icon']) ): ?>
				<img src="<?php echo $social_profile['custom-icon']; ?>" class="flo-footer__social-custom-icon" <?php echo $data_img_hover; ?> />
			<?php endif; ?>
		</a>
	<?php else: ?>
    	<a href="<?php echo $social_profile['link']; ?>" rel="noreferrer" target="_blank" class="flo-icon flo-icon-<?php echo $social_profile['type']['value']; ?> flo-social-links__link "></a>
    <?php endif; ?>

<?php endforeach; ?>
