?>
 columns">
				<div class="with-sidebar-content <?php 
    echo $gdlr_sidebar['center'];
    ?>
 columns">
					<div class="gdlr-item gdlr-item-start-content">
						<div id="room-<?php 
    the_ID();
    ?>
" <?php 
    post_class();
    ?>
>
							<?php 
    echo gdlrs_get_reservation_bar(true);
    ?>
						
							<div class="gdlr-room-main-content">
								<div class="gdlr-room-thumbnail gdlr-single-room-thumbnail">
								<?php 
    echo gdlr_get_room_thumbnail($gdlr_post_option, $hostel_option['room-thumbnail-size']);
    echo gdlr_get_room_thumbnail_control($gdlr_post_option);
    ?>
								</div>
								<div class="gdlr-room-title-wrapper">
									<h3 class="gdlr-room-title"><?php 
    echo get_the_title();
    ?>
</h3>
									<?php 
">
			<div class="with-sidebar-left <?php 
echo $gdlr_sidebar['outer'];
?>
 columns">
				<div class="with-sidebar-content <?php 
echo $gdlr_sidebar['center'];
?>
 columns">
					<div class="gdlr-item gdlr-item-start-content" id="gdlr-single-booking-content" data-ajax="<?php 
echo AJAX_URL;
?>
">
						
						<?php 
echo gdlrs_get_reservation_bar();
?>
						
						<div class="gdlr-booking-content">
							<?php 
if (!empty($_GET['state']) && $_GET['state'] == 4 && !empty($_GET['invoice'])) {
    echo gdlr_booking_process_bar(4);
} else {
    if (!empty($_POST['hotel_data'])) {
        echo gdlr_booking_process_bar(2);
    } else {
        echo gdlr_booking_process_bar(1);
    }
}
?>