<?php
/**
* The Blog Sidebar containing the widget area.
*
* Portfilo theme functions and definitions
* @package Portfilo
* @author August Infotech
*/
?>
<div style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInRight;" class="popular wow fadeInRight animated animated" data-wow-delay="0.3s">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div>