#megamenu-wrapper
{
	position: relative;
	background: #222;		
	border: 1px solid #444;
	clear: both;
	border-bottom: 2px solid #444;
}

#megamenu-wrapper > .columns
{
	padding-left: 0;
	padding-right: 0;
}
	
#megamenu
{
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Top Level Menu Items */
ul#megamenu > li
{
	float: left;
	margin: 0;
	padding: 0;
}

body.woodshed #megamenu-wrapper,
body.oldtonezone #megamenu-wrapper,
body.stage #megamenu-wrapper,
body.locals #megamenu-wrapper,
body.headquarters #megamenu-wrapper 
{
	border-bottom: 2px solid white;
}

body.woodshed ul#megamenu > li#woodshedItem > a,
body.oldtonezone ul#megamenu > li#otzItem > a,
body.stage ul#megamenu > li#stageItem > a,
body.locals ul#megamenu > li#localsItem > a,
body.headquarters ul#megamenu>li#hqItem > a
{
	background: white !important;
}

body.woodshed ul#megamenu > li#woodshedItem > a,
body.oldtonezone ul#megamenu > li#otzItem > a,
body.stage ul#megamenu > li#stageItem > a,
body.locals ul#megamenu > li#localsItem > a,
body.locals ul#megamenu > li#localsItem > a i,
body.headquarters ul#megamenu>li#hqItem > a,
body.woodshed ul#megamenu > li#woodshedItem > a > .section-subtitle,
body.oldtonezone ul#megamenu > li#otzItem > a > .section-subtitle,
body.stage ul#megamenu > li#stageItem > a > .section-subtitle,
body.locals ul#megamenu > li#localsItem > a > .section-subtitle,
body.headquarters ul#megamenu>li#hqItem > a > .section-subtitle
{
	color: #444;
}


ul#megamenu > li > .megamenu-dropdown
{
	display: none;
}	

ul#megamenu > li:hover > a.has-dropdown,
ul#megamenu > li > a.hover.has-dropdown
{
	background: #444;
	color: white;

}

ul#megamenu > li:hover > .megamenu-dropdown
{
	position: absolute;
	width: 100%;
	text-align: left;
	background: #444;
	z-index: 10;
	padding: 1rem;
	left: 0;
	display: block
}


ul#megamenu > li#localsItem,
ul#megamenu > li#accountItem,
ul#megamenu > li#signinItem,
ul#megamenu > li#storeItem,
ul#megamenu > li#hqItem
{
	width: 20%;
	text-align: center;
}

ul#megamenu > li#searchItem
{
	width: 9%;
	text-align: right;
}
ul#megamenu > li#homeItem
{
	width: 12%;
	text-align: center;
}

ul#megamenu > li#woodshedItem,
ul#megamenu > li#otzItem,
ul#megamenu > li#stageItem
{
	width: 33.3%;
	text-align: center;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
}
ul#megamenu > li#localsItem,
ul#megamenu > li#hqItem
{
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #555;
}

ul#megamenu > li > a > .section-subtitle
{
	display: block;
	font-size: .8em;
	letter-spacing: 2px;
	color: #ddd;
	font-family: Open Sans;
	font-weight: 600;
	line-height: 1em;
}

ul#megamenu > li
{
	border-right: 1px solid #444;
}

/* Top Level Menu Item Links */
ul#megamenu > li > a
{
	display: block;
	width: auto;
	padding: 1em;
	width: 100%;
	margin: 0;
	font-size: .8rem;
	font-family: Oswald;
	letter-spacing: .03em;
	text-transform: uppercase;
}

ul#megamenu > li > a > i
{
	color: white;
	font-size: 1.2em;
	line-height: 1rem;
	margin-right: .2rem;
	font-style: normal;
}

ul#megamenu > li#localsItem > a > i
{
	font-size: 1.6em;
}

/* Elements that are only visible based on window size */
ul#megamenu > li > a > span.small-only
{
	display: inline
}

ul#megamenu > li > a > span.large-only,
ul#megamenu > li > a > span.full-item
{
	display: none;
}

/* Dropdown Styles */
.megamenu-dropdown
{
	font-family: inherit !important;
	background: #444 !important;
	margin-top: 0rem;
	box-shadow: 0px 25px 25px #111;
	border: none;
	padding: 1rem;
	text-align: left;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;
}


/* Link Lists In Menu */
ul.megamenu-list
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .8rem;
	border-top: thin solid transparent;
}

ul.megamenu-list li
{
	padding: 0;
	line-height: 1.2em;
	margin: 0 0 .5rem 0;
}

ul.megamenu-list li a
{
	padding: 0;
}

ul.megamenu-list li.megamenu-list-heading
{
	text-transform: uppercase;
	color: white;
	font-size: 1rem;
	letter-spacing: 1px;
}

.megamenu-column h5.megamenu-section-title
{
	line-height: 1em;
	font-size: 1.3rem;
	margin: 0 0 0 0;
	font-weight: 900;
	text-transform: uppercase;
	font-family: Oswald !important;
}

.megamenu-column h5.megamenu-section-title.disabled
{
	color: #999;
}
.megamenu-column h5.megamenu-section-title a i
{
	color: white;
}
.megamenu-section-tagline	
{
	display: block;
	font-size: .8rem;
	line-height: 1.1em;
	margin-bottom: 1rem;
	margin-top: .5rem;
	color: #ccc;
}

.megamenu-section-description
{
	line-height: 1.4em;
}

.megamenu-section-description h5
{
	font-family: 'Nothing You Could Do', 'Open Sans', Helvetica, Sans-Serif !important;
}

.megamenu-column p
{
	margin-bottom: .5em;
}


/* Lists inside megamenu section */
ul.inline-block-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

ul.inline-block-list > li
{
	margin: 0 1.5rem .5rem 0;
	padding: 0;
	float: left;
}


/* Menu Dividers */
hr.menu-divider
{
	color: #555;
	border-color: #555 !important;
	padding: 0;
	margin: 0 !important;
}

.megamenu-section-divider
{
	clear: both;
	border-bottom: 1px solid #555;
	margin-bottom: 1rem;
}

.medium-up, .large-up
{
	display:none;
}

.small-only, .medium-down
{
	display: inline;
}

@media only screen and (min-width: 40.063em)
{
	ul#megamenu > li
	{
		float: left;
		width: auto !important;
		margin: 0 0 0 0;
		padding: 0;
		border-top: none !important;
		border-bottom: none !important;
	}

	
	ul#megamenu > li#hqItem
	{
		float: right;
		border-right: none;
		border-left: 1px solid #555;
	}
		
	ul#megamenu > li > a
	{
		font-size: .9rem;
		padding: 1rem;
	}
	ul#megamenu > li > a > span.small-only
	{
		display: none;
	}
	
	ul#megamenu > li > a > span.large-only,
	ul#megamenu > li > a > span.full-item
	{
		display: inline;
	}
		
	.small-only, .large-up
	{
		display: none;
	}
	
	.medium-up, .medium-down
	{
		display: inline;
	}
		

}

@media only screen and (min-width: 64.063em)
{
	
	ul#megamenu > li > a
	{
		font-size: 1rem;
	}

	ul#megamenu > li > a > span.small-only
	{
		display: none;
	}
	
	ul#megamenu > li > a > span.large-only,
	ul#megamenu > li > a > span.full-item
	{
		display: inline;
	}
	

	ul#megamenu > li#localsItem,
	ul#megamenu > li#accountItem,
	ul#megamenu > li#signinItem,
	ul#megamenu > li#hqItem
	{
		margin-top: 0;
	}
	ul#megamenu > li#localsItem,
	ul#megamenu > li#storeItem
	{
	}
	
	ul#megamenu > li#homeItem
	{
	}

	.megamenu-section-description h5
	{
	}
	.small-only, .medium-down
	{
		display: none;
	}

	.large-up, .medium-up
	{
		display: inline;
	}
		
}
	