<?php
/**
 * The template for displaying cursor dot.
 *
 * @package     Bloghash
 * @author      Peregrine Themes
 * @since       1.0.0
 */

?>

<div id="bloghash-cursor-dot" class="bloghash-cursor bloghash-js-cursor">
	<div class="bloghash-cursor-wrapper">
		<div class="bloghash-cursor--follower bloghash-js-follower"></div>
		<div class="bloghash-cursor--label bloghash-js-label"></div>
		<div class="bloghash-cursor--icon bloghash-js-icon"></div>
	</div>
</div><!-- END #bloghash-cursor-dot -->
