?>
					</div>
				</div>
			</article>

		<?php 
    }
}
?>

		<?php 
WpvTemplates::right_sidebar();
?>

		<?php 
if (wpv_get_optionb('show-related-portfolios') && WPV_Portfolio::in_category($terms_slug) > 1) {
    ?>
			<div class="clearfix related-portfolios">
				<div class="grid-1-1">
					<?php 
    echo apply_filters('wpv_related_portfolios_title', '<h2 class="related-content-title">' . wpv_get_option('related-portfolios-title') . '</h3>');
    ?>
					<?php 
    echo WPV_Portfolio::shortcode(array('column' => 4, 'cat' => $terms_slug, 'ids' => '', 'max' => 8, 'height' => 400, 'title' => 'below', 'desc' => true, 'more' => __('View', 'church-event'), 'nopaging' => 'true', 'group' => 'true', 'layout' => 'scrollable', 'post__not_in' => get_the_ID()));
    ?>
				</div>
			</div>
		<?php 
}
if (!wpv_is_reduced_response()) {
    ?>