                    <?php do_action( 'cutie_hook_sections_after' ); ?>
                </div><!-- ** Container End ** -->
            </div><!-- **Main - End ** -->

            <?php do_action( 'cutie_hook_content_after' ); ?>

            <!-- **Footer** -->
            <?php do_action( 'cutie_footer' ); ?>
            <!-- **Footer - End** -->
        </div><!-- **Inner Wrapper - End** -->

    </div><!-- **Wrapper - End** -->

    <?php
        // Hook to add additional content before body tag closed.
        do_action( 'cutie_hook_bottom' );
	    wp_footer(); ?>
</body>
</html>