<!--Blog single details-->
	<div class="pSingleDetails  bgLight">

		<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
				
				<!--Post navigation-->
		<div class="postNav ofsTop ofsBottom  bgGreyDark">
			<?php 
        echo AfterSetupTheme::get_next_post_link(get_the_ID());
        ?>
		</div>
		<!--End post navigation-->


		<!--Container-->
		<div class="container clearfix">

			<div class="<?php 
        echo esc_attr($left);
        ?>
 columns">
				<!--Blog single details inner-->
				<div class="pSingleDetailsInner tLeft  margMTop">