?>
</div>           
    <div class="event-title">
        <?php 
the_title();
?>
    </div>
    <div class="event-start-date"><?php 
$timestamp = strtotime(get_event_start_date());
if ($timestamp != null) {
    echo date("M j, Y", $timestamp);
}
?>
</div>   
    <div class="event-location">
     <?php 
if (get_event_location() == 'Anywhere') {
    echo 'Online Event';
} else {
    display_event_location(false);
}
?>
    </div>
    <div class="box-footer">
      <div class="event-type"> <div><?php 
display_event_type();
?>
</div> </div>      
      <div class="event-ticket"><?php 
echo '#' . get_event_ticket_option();
?>
<?php

/**
 * Single view event meta box
 *
 * Hooked into single_event_listing_start priority 20
 *
 * @since  1.14.0
 */
global $post;
do_action('single_event_listing_meta_before');
?>
<section class="meta">
  
  <div class="col-md-12">
     
     <div class="event-title">
        <?php 
the_title();
?>
     </div>    
      <?php 
do_action('single_event_listing_meta_start');
?>
        
        <div class="form-group meta-text" >		  
	        <span><?php 
display_event_type($post);
?>
</span> 	
            <big>|</big>