/*
Theme Name: Weaver Xtreme Child
Template: weaver-xtreme
Author: Child Theme Configurator
Version: 1.0.1425128789
Updated: 2015-02-28 13:06:29
*/

@charset "UTF-8";

<nav id="menu" role="navigation">
	<?php wp_nav_menu( array(
		'theme_location'  => 'header-menu',
		'container'	  => '',
		'menu_id'	  => 'main-nav',
		'menu_class'	  => '',
		'before'	  => '<span class="pipe"> | </span>'
	) ); ?>
</nav><!-- #menu -->
.site-header h1 a:before {
	content: "";
	display: block; width: 48px; height: 48px;
	margin: 0 auto 12px;
	background-image: url("http://dummyimage.com/72x72/ff0000/ffffff.png");
	background-size: cover;
}
.site-header h1 { margin-bottom: 0; }

@media screen and (min-width: 600px) {
	.site-header h1 a:before {
		width: 72px; height: 72px;
		position: absolute; top: 0; left: -96px;
	}
	.site-title, .site-description { position: relative; margin-left: 96px; }
	
	/* Hide title of form on letter campaigns */

.letter #can_embed_form .action_sidebar h4 {
    display:none;
}