<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body>
</div>
</div>
<div class="row large-collapse">
- <div id="nav-off" class="small-12 large-9 columns">
-
+ <div id="nav-off" class="small-12 large-10 columns">
+
<?php get_template_part('parts/top-bar');?>
</div>
- <div class="large-3 columns show-for-large-up book-btn">
+ <div class="large-2 columns show-for-large-up book-btn">
<div class="row large-collapse">
<?php get_template_part ('parts/reservation-form-main');?>
</div>
</section>
<!--
<section class="middle tab-bar-section">
-
+
</section>
-->
<section class="right-small">
<a class="right-off-canvas-toggle menu-icon" href="#"><span>Book a Room</span></a>
-
+
</section>
-
+
</nav>
</div>
<div class="reservation-front" id="reservationContent">
</header>
</div>
</div>
-
+
<?php get_template_part('parts/off-canvas-menu');?>