<?php if ( 'on' == et_get_option( 'divi_back_to_top', 'false' ) ) : ?>
	<span class="et_pb_scroll_top et-pb-icon"></span>
<?php endif;
if ( ! is_page_template( 'page-template-blank.php' ) ) : ?>
			<footer id="main-footer">
				<?php get_sidebar( 'footer' ); ?>
		<?php
			if ( has_nav_menu( 'footer-menu' ) ) : ?>
				<div id="et-footer-nav">
					<div class="container">
						<?php
							wp_nav_menu( array(
								'theme_location' => 'footer-menu',
								'depth'          => '1',
								'menu_class'     => 'bottom-nav',
								'container'      => '',
								'fallback_cb'    => '',
							) );
						?>
					</div>
				</div> <!-- #et-footer-nav -->
			<?php endif; ?>
				<div id="footer-bottom">
					<div class="container clearfix">
				<?php
					if ( false !== et_get_option( 'show_footer_social_icons', true ) ) {
						get_template_part( 'includes/social_icons', 'footer' );
					}
				?>
						

<p style="color:#FFFFFF" id="footer-info">© Copyright 2017 | 7 Day Locksmith - Amazing Locksmith Company In San Diego</p>

                        <div style="display:none;" itemscope="" itemtype="http://schema.org/LocalBusiness">
							<span itemprop=”name”><?php echo get_option('co_name') ;?></span>
							<link itemprop=”url” href="<?php echo get_option('co_website') ;?>">
                            <span itemprop=”description”><?php echo get_option('co_description') ;?></span>
							<span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress">
                                <span itemprop=”streetAddress”><?php echo get_option('co_st_addr') ;?></span>
                                <span itemprop=”addressLocality”><?php echo get_option('co_city') ;?></span>, 
                                <span itemprop=”addressRegion”><?php echo get_option('co_state') ;?></span>,
                                <span itemprop=”postalCode”><?php echo get_option('co_zip') ;?></span>
                            </span>
                           	<span itemprop=”telephone”><?php echo get_option('co_phone') ;?></span>
                           	<span itemprop=”faxNumber”><?php echo get_option('co_fax') ;?></span>
							<span itemprop="email"><?php echo get_option('co_email') ;?></span>
							<link itemprop="logo" href="<?php echo get_template_directory_uri() . '/images/logo.png'; ?>">
							<link itemprop="sameAs" href="<?php echo get_option('co_social_url') ;?>">
							<link itemprop=”hasMap” href="<?php echo get_option('co_gmap_url') ;?>">
							<span itemprop="geo" itemscope="" itemtype="http://schema.org/GeoCoordinates">
								<meta itemprop="latitude" content="<?php echo get_option('co_lat') ;?>">
								<meta itemprop="longitude" content="<?php echo get_option('co_long') ;?>">
							</span>
							<time itemprop="openingHours" datetime="<?php echo get_option('co_days') ;?> <?php echo get_option('co_hours') ;?>"><?php echo get_option('co_hours') ;?></time> 
                        </div>
					</div>	<!-- .container -->
				</div>
			</footer> <!-- #main-footer -->
		</div> <!-- #et-main-area -->
<?php endif; // ! is_page_template( 'page-template-blank.php' ) ?>
	</div> <!-- #page-container -->
	<?php wp_footer(); ?>
</body>
</html>