</div>
<div class="alert-x">X</div>
</div>-->
-<!--
<div id="pre-head" class="show-for-medium-up opensearchserver.ignore">
<div class="row">
<div class="medium-9 large-5 columns">
<ul>
+<!--
<li><a href="<?php bloginfo('url'); ?>/about-us/contact-us">Send Us A Note</a></li>
<li>800.705.3031</li>
<li>989.705.3700</li>
+-->
</ul>
</div>
<div class="medium-3 large-5 columns text-right">
- <?php //get_template_part('parts/header-search'); ?>
+ <?php get_template_part('parts/header-search'); ?>
</div>
</div>
</div>
--->
<header class="main opensearchserver.ignore">
<div class="row">
- <?php get_custom_logo($blog_id = 0 );?>
- <?php the_custom_logo($blog_id = 0 );?>
- <?php
- if ( is_front_page() && is_home() ) : ?>
- <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
- <?php else : ?>
- <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
- <?php endif;
-
- $description = get_bloginfo( 'description', 'display' );
- if ( $description || is_customize_preview() ) : ?>
- <p class="site-description"><?php echo $description; ?></p>
- <?php endif;
- ?>
+ <a class="logo left show-for-large-up" href="<?php bloginfo('url'); ?>">Logo Here</a>
+ <div class="small-12 columns text-center show-for-medium-down">
+ <a class="logo" href="<?php bloginfo('url'); ?>">Logo Here</a>
+ </div>
+ <?php get_template_part('sections/top-bar');?>
</div>
- <?php get_template_part('sections/top-bar');?>
</header>
\ No newline at end of file