File: D:/HostingSpaces/WKIst/sustarianliving.com/wwwroot/wp-content/themes/sprout-spoon/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<header id="header">
<div class="container">
<?php if(!get_theme_mod('sprout_spoon_header_social')) : ?>
<div id="top-social">
<?php if(get_theme_mod('sprout_spoon_facebook')) : ?><a href="http://facebook.com/<?php echo esc_html(get_theme_mod('sprout_spoon_facebook')); ?>" target="_blank"><i class="fa fa-facebook"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_twitter')) : ?><a href="http://twitter.com/<?php echo esc_html(get_theme_mod('sprout_spoon_twitter')); ?>" target="_blank"><i class="fa fa-twitter"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_instagram')) : ?><a href="http://instagram.com/<?php echo esc_html(get_theme_mod('sprout_spoon_instagram')); ?>" target="_blank"><i class="fa fa-instagram"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_pinterest')) : ?><a href="http://pinterest.com/<?php echo esc_html(get_theme_mod('sprout_spoon_pinterest')); ?>" target="_blank"><i class="fa fa-pinterest"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_bloglovin')) : ?><a href="http://bloglovin.com/<?php echo esc_html(get_theme_mod('sprout_spoon_bloglovin')); ?>" target="_blank"><i class="fa fa-heart"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_google')) : ?><a href="http://plus.google.com/<?php echo esc_html(get_theme_mod('sprout_spoon_google')); ?>" target="_blank"><i class="fa fa-google-plus"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_tumblr')) : ?><a href="http://<?php echo esc_html(get_theme_mod('sprout_spoon_tumblr')); ?>.tumblr.com/" target="_blank"><i class="fa fa-tumblr"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_youtube')) : ?><a href="http://youtube.com/<?php echo esc_html(get_theme_mod('sprout_spoon_youtube')); ?>" target="_blank"><i class="fa fa-youtube-play"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_dribbble')) : ?><a href="http://dribbble.com/<?php echo esc_html(get_theme_mod('sprout_spoon_dribbble')); ?>" target="_blank"><i class="fa fa-dribbble"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_soundcloud')) : ?><a href="http://soundcloud.com/<?php echo esc_html(get_theme_mod('sprout_spoon_soundcloud')); ?>" target="_blank"><i class="fa fa-soundcloud"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_vimeo')) : ?><a href="http://vimeo.com/<?php echo esc_html(get_theme_mod('sprout_spoon_vimeo')); ?>" target="_blank"><i class="fa fa-vimeo-square"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_linkedin')) : ?><a href="<?php echo esc_html(get_theme_mod('sprout_spoon_linkedin')); ?>" target="_blank"><i class="fa fa-linkedin"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_rss')) : ?><a href="<?php echo esc_url(get_theme_mod('sprout_spoon_rss')); ?>" target="_blank"><i class="fa fa-rss"></i></a><?php endif; ?>
</div>
<?php endif; ?>
<div id="logo">
<?php if(!get_theme_mod('sprout_spoon_logo')) : ?>
<?php if(is_front_page()) : ?>
<h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="<?php bloginfo( 'name' ); ?>" /></a></h1>
<?php else : ?>
<h2><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="<?php bloginfo( 'name' ); ?>" /></a></h2>
<?php endif; ?>
<?php else : ?>
<?php if(is_front_page()) : ?>
<h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url(get_theme_mod('sprout_spoon_logo')); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a></h1>
<?php else : ?>
<h2><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url(get_theme_mod('sprout_spoon_logo')); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a></h2>
<?php endif; ?>
<?php endif; ?>
</div>
<?php if(!get_theme_mod('sprout_spoon_header_search')) : ?>
<div id="top-search">
<?php get_search_form(); ?>
</div>
<?php endif; ?>
</div>
</header>
<nav id="navigation">
<div class="container">
<div id="nav-wrapper">
<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'main-menu', 'menu_class' => 'menu' ) ); ?>
</div>
<div class="menu-mobile"></div>
<div id="mobile-social">
<?php if(get_theme_mod('sprout_spoon_facebook')) : ?><a href="http://facebook.com/<?php echo esc_html(get_theme_mod('sprout_spoon_facebook')); ?>" target="_blank"><i class="fa fa-facebook"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_twitter')) : ?><a href="http://twitter.com/<?php echo esc_html(get_theme_mod('sprout_spoon_twitter')); ?>" target="_blank"><i class="fa fa-twitter"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_instagram')) : ?><a href="http://instagram.com/<?php echo esc_html(get_theme_mod('sprout_spoon_instagram')); ?>" target="_blank"><i class="fa fa-instagram"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_pinterest')) : ?><a href="http://pinterest.com/<?php echo esc_html(get_theme_mod('sprout_spoon_pinterest')); ?>" target="_blank"><i class="fa fa-pinterest"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_bloglovin')) : ?><a href="http://bloglovin.com/<?php echo esc_html(get_theme_mod('sprout_spoon_bloglovin')); ?>" target="_blank"><i class="fa fa-heart"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_google')) : ?><a href="http://plus.google.com/<?php echo esc_html(get_theme_mod('sprout_spoon_google')); ?>" target="_blank"><i class="fa fa-google-plus"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_tumblr')) : ?><a href="http://<?php echo esc_html(get_theme_mod('sprout_spoon_tumblr')); ?>.tumblr.com/" target="_blank"><i class="fa fa-tumblr"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_youtube')) : ?><a href="http://youtube.com/<?php echo esc_html(get_theme_mod('sprout_spoon_youtube')); ?>" target="_blank"><i class="fa fa-youtube-play"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_dribbble')) : ?><a href="http://dribbble.com/<?php echo esc_html(get_theme_mod('sprout_spoon_dribbble')); ?>" target="_blank"><i class="fa fa-dribbble"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_soundcloud')) : ?><a href="http://soundcloud.com/<?php echo esc_html(get_theme_mod('sprout_spoon_soundcloud')); ?>" target="_blank"><i class="fa fa-soundcloud"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_vimeo')) : ?><a href="http://vimeo.com/<?php echo esc_html(get_theme_mod('sprout_spoon_vimeo')); ?>" target="_blank"><i class="fa fa-vimeo-square"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_linkedin')) : ?><a href="<?php echo esc_html(get_theme_mod('sprout_spoon_linkedin')); ?>" target="_blank"><i class="fa fa-linkedin"></i></a><?php endif; ?>
<?php if(get_theme_mod('sprout_spoon_rss')) : ?><a href="<?php echo esc_url(get_theme_mod('sprout_spoon_rss')); ?>" target="_blank"><i class="fa fa-rss"></i></a><?php endif; ?>
</div>
</div>
</nav>