</div>
</article>
<!--//cruise item-->
<?php 
} else {
    ?>
	<li>
		<a href="<?php 
    echo esc_url($cruise_obj->get_permalink());
    ?>
">
			<h3><?php 
    echo $cruise_obj->get_title();
    ?>
 <?php 
    if ($cruise_obj->get_status() == 'private') {
        echo '<span class="private">' . __('Pending', 'bookyourtravel') . '</span>';
    }
    ?>
			</h3>
			<?php 
    if ($cruise_min_price > 0) {
        ?>
			<p>
				<?php 
        $price_string = '';
        if (!$show_currency_symbol_after) {
            $price_string = '<span class="curr">' . $default_currency_symbol . '</span>';
            $price_string .= '<span class="amount">' . number_format_i18n($cruise_min_price, $price_decimal_places) . '</span>';
        } else {
            $price_string = '<span class="amount">' . number_format_i18n($cruise_min_price, $price_decimal_places) . '</span>';