﻿/*! #######################################################################
	HeadShrinker v1.0.2
	--------
	To be used with jquery.headshrinker.js by Chris Wharton (https://github.com/weare2ndfloor/HeadShrinker)
####################################################################### */
/* 
	The body class of "headshrinker" is added when the plugin is active 
	We also add a class of "headshrunk" onto the cloned header in case you want to overwrite CSS specifically	
*/
.headshrinker .headshrunk {
	background: #fff;
}
.headshrinker .headshrunk nav ul li a {
	color: #34485d;
}
.headshrinker .headshrunk nav ul li a:hover {
	color: #ff862d;
}
.headshrinker .headshrunk a.headshrinker-reveal {
	width: 44px;
	height: 44px;
	background: #f0f0f0;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 25px;
	border: 1px solid #000;
	border-radius: 6px;
}
.headshrinker .headshrunk a.headshrinker-reveal.hs-reveal-left {
	right: auto;
	left: 20px;
}
.headshrinker .headshrunk a.headshrinker-reveal span {
	display: block;
	width: 60%;
	margin: 0 auto;
	background-color: #ff862d;
	height: 4px;
	margin-top: 13px !important;
	margin-bottom: -10px !important;
	border-radius: 50px;
}
.headshrinker .headshrunk .headshrinker-menu {
	position: absolute;
	left: 0;
	overflow-y: scroll;
	max-height: 500px;
}
.headshrinker .headshrunk .headshrinker-menu {
	display: block;
	width: 100%;
	text-align: left;	
}
.headshrinker .headshrunk .headshrinker-menu ul, .headshrinker .headshrunk .headshrinker-menu li  {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.headshrinker .headshrunk .headshrinker-menu a {
	display: block;
	background: #fff;
	padding: 5px 5px !important;
	border-bottom: 1px solid #a0a0a0;
}
.headshrinker .headshrunk .headshrinker-menu ul ul a {
	padding-left: 30px !important;
}
.headshrinker .headshrunk .headshrinker-menu ul ul ul a {
	padding-left: 50px !important;
}
.headshrinker .headshrunk .headshrinker-menu ul ul ul ul a {
	padding-left: 70px !important;
}
.headshrinker .headshrunk .headshrinker-menu ul ul ul ul ul a {
	padding-left: 90px !important;
}
.headshrinker .headshrunk .headshrinker-menu ul li a.headshrinker-expand {
	width: 20px;
	height: 20px;
	border: none !important;
	padding: 3px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none !important;
	font-size: 20px;
}
