/*
	Website Name: Woodhull Auto Supply
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 29 Apr 2016
	
	Quick color references:
	Dk gray - #333
	Md gray - #666
	Md gray 2 - #999
	Lt gray - #ccc
	Dk orange - #c30
	Md orange - #e04500
	Lt orange - #f70
	Yellow - #ffd26e
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* "Beat THAT ClearFix!" by Thierry Koblentz - http://www.cssmojo.com/ */
.btcf:after{content:"";display:table;clear:both}

/* "Frustration Fixes" by Katherine Leonard - http://www.kat-and-mouse.com/ */
html,body{height:100%;overflow-x:hidden;overflow-y:auto;}a{color:inherit}strong,b,bold{font-weight:700}em,i,italic{font-style:italic}.left{float:left;text-align:left}.center{float:none;margin:0auto;text-align:center}.right{float:right;text-align:right}.noU{text-decoration:none}.showU{text-decoration:underline}

body {
	background-color: #666;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
header {
	background-attachment: fixed;	
	background-color: #ffd26e;
	background-image: url("graphics/wood_05.jpg");
	color: #333;
	position: relative;
	text-align: center;
}
#logo {
	display: inline-block;
		max-width: 550px;
		vertical-align: middle;
	margin: 1.5em auto;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}
#mainMenu {
	position: relative;
	text-align: center;
}
#phones, #social {
	display: inline-block;
		vertical-align: middle;
	margin-left: 2rem;
}
#phones {
	text-transform: uppercase;
}
#phones .call-phones {
	font-size: 14.5px;
}
#phones .main-phone {
	color: #e04500;
	font-size: 36px;
	font-weight: 700;
	margin: .125rem auto;
}
#phones .alt-phones {
	font-size: 12px;
}
#phones .block, #phones .divider {
	display: inline-block;
		vertical-align: middle;
}
ul.social {
	color: rgba(0,0,0,0);
	display: block;
	font-size: 40px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
ul.social li {
	background-image: url("graphics/social.png");
	background-repeat: no-repeat;
	background-size: auto 300%;
	border-radius: .125em;
	display: block;
		width: 1em;
		height: 1em;
		vertical-align: top;
	margin: .125em;
	padding: 0;
}
ul.social .fb {
	background-position: 0 -1em;
}
ul.social .eb {
	background-position: -6em -1em;
}
ul.social .fb:hover {
	background-position: 0 -2em;
}
ul.social .eb:hover {
	background-position: -6em -2em;
}

#mainMenu {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
#menuBtn {
	display: inline-block;
		width: 100%;
		vertical-align: middle;
	display: none;
	text-align: left;
}
#menuBtn:before {
	background-image: url("graphics/menuBtn.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
}
#menuBtn:hover, #menuBtn.active {
	background-color: #f70;
	color: #fff;
}
#menuBtn:hover:before, #menuBtn.active:before {
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul {
	display: inline-block;
}
#mainMenu ul li {
	display: inline-block;
		padding: .75rem .5rem;
}
#mainMenu ul li:hover {
	background-color: #f70;
}
#mainMenu ul li.parent {
	position: relative;
}
#mainMenu ul li.parent:before {
	content: "\25be";
	float: right;
	margin-left: .5em;
}

#mainMenu ul ul {
	background-color: #f70;
	display: none;
		min-width: 100%;
	margin: .75rem 0 0 -.5rem;
	padding: 0;
	position: absolute;
		z-index: 100;
	text-align: left;
}
#mainMenu ul ul li {
	display: block;
	padding: .75rem;
}
#mainMenu ul ul li:hover {
	background-color: #e04500;
}
#mainMenu ul li.parent:hover ul, #mainMenu ul ul:hover,  #mainMenu ul.active ul {
	display: block;
}
li#inventory-menu {
	display: inline-block;
}
#mainMenu li.search-from-mobile {
	display: none;
}
#mainMenu li.inv-search {
	cursor: pointer;
}

#content {
	background-attachment: fixed;	
	background-color: #ffd26e;
	background-image: url("graphics/wood_05.jpg");
}
#content .container {
	background-color: #fff;
	color: #333;
}
.callout {
	color: #e04500;
	display: block;
	font-family: "Oleo Script", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 2em;
	font-weight: 700;
	margin: auto;
	padding-top: 1.5rem;
	padding-bottom: .5rem;
	text-align: center;
}
aside {
	display: block;
		width: 250px;
	float: right;
	padding: 1rem;
	text-align: center;
}
aside address {
	font-weight: 700;
	margin-bottom: 1rem;
}
aside address .block {
	display: block;
}
aside address .divider {
	display: none;
}
aside address .line1 {
	font-size: 24px;
}
aside address .line2 {
	font-size: 22px;
}
#hours {
	color: #e04500;
	display: block;
		width: 220px;
	font-size: 14px;
	margin: auto;
	margin-bottom: 1rem;
}
#hours h1 {
	font-size: 16.25px;
	font-weight: 700;
	text-transform: uppercase;
}
#hours .block {
	clear: both;
	display: block;
	margin: auto;
}
main {
	padding: 1rem;
}
main h1 {
	font-weight: 700;
	margin-bottom: 1em;
}
main p {
	margin-bottom: 1em;
}
main a:hover {
	color: #e04500;
}

#searchBox {
	display: block;
		max-width: 100%;
	margin: 0 auto;
	padding: 2rem 1rem;
	text-align: center;
}
ul.search {
	margin-bottom: 1.5rem;
}
ul.search li {
	display: inline-block;
	margin: .5rem 1rem;
	
}
#searchBox iframe {
	display: block;
		width: 900px;
		height: 500px;
	margin: auto;
}

ul.directions {
	list-style-type: none;
}
ul.directions li {
	font-weight: 700;
}
ul.directions ul, ul.policies {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.directions ul li {
	font-weight: 400;
}
#map {
	display: block;
		max-width: 800px;
	margin: auto;
	padding: 1em 0 2em 0;
}
#map iframe {
	display: block;
		width: 100%;
		height: 600px;
}
#mapLink {
	display: none;
}

ul.policies {
	font-size: 1.2em;
}
ul.policies li {
	padding-top: 1em;
}

.notice {
	color: #e04500;
	display: block;
		max-width: 60%;
		margin: auto;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
	text-transform: uppercase;
}

footer {
	display: flex;
	flex-flow: row wrap;
	font-size: 14px;
	justify-content: space-around;
	text-align: center;
}

footer .col {
	padding: 1rem;
	text-align: left;
}

ul.btn a, #map a.btn {
	color: inherit;
	text-decoration: none;
}
ul.btn li, li.btn, #searchBox .btn .active, #map div.btn {
	background-color: #f70;
	border-radius: .25rem;
	box-shadow: -.1rem -.1rem 0 #ffd26e, .1rem .1rem 0 #e04500;
	color: #fff;
	font-weight: 700;
	padding: .5rem;
	text-align: center;
}
ul.btn li:hover, li.btn:hover, #searchBox .btn li:hover, #map div.btn:hover {
	background-color: #e04500;
	box-shadow: -.1rem -.1rem 0 #f70, .1rem .1rem 0 #666;
}
#searchBox .btn li {
	background-color: #999;
	box-shadow: -.1rem -.1rem 0 #ccc, .1rem .1rem 0 #666;
}
ul.pymt {
	text-align: center;
}
ul.pymt li {
	display: inline-block;
		vertical-align: middle;
	margin: .2rem .1rem;
}
ul.pymt .cc {
	background-size: auto 100%;
	background-image: url("graphics/payments.png");
	background-repeat: no-repeat;
	border: 1px solid #999;
	border-radius: .25em;
	box-shadow: .1rem .1rem 0 #999;
	color: rgba(0,0,0,0);
	display: block;
		width: 3em;
		height: 2em;
	font-size: 20px;
}
ul.pymt .visa {background-position: 0 0}
ul.pymt .mc {background-position: -3em 0}
ul.pymt .disc {background-position: -6em 0}
ul.pymt .paypal {background-position: -9em 0}
ul.pymt .amex {background-position: -12em 0}
ul.pymt .debit {background-position: -15em 0}
.container {
	margin: 0 auto;
	max-width: 1000px;
}

.all-caps {
	text-transform: uppercase;
}


/* Mail Form */
#mailForm {
	background-color: #eee;
	border: 3px double #666;
	display: block;
		max-width: 600px;
	margin: 3em 2em;
	padding: 1em;
	position: relative;
}
#mailForm label, #mailForm .label {
	font-size: .8em;
	font-weight: 700;
	line-height: 1rem;
	margin-right: .5rem;
}
#mailForm .fixed {
	display: inline-block;
		width: 50px;
}
#mailForm .junkerDetails {
	background-color: #ccc;
	border: 2px solid #666;
	margin: 1rem 2rem;
	padding: 1em;
}
#mailForm .block {
	display: block;
	margin-bottom: .25rem;
}
#mailForm textarea {
	box-sizing: border-box;
		width: 100%;
		height: 6em;
	outline: none;
	resize: none;
}
#mailForm .req {
	color: #c30;
}
#mailForm .note {
	font-size: .9em;
	position: absolute;
		top: 1rem;
		right: 1rem;
}
#check {
	margin: 1em;
}



@media screen and (max-width: 999px) {
	#menuBtn {
		display: inline-block;
	}
	#mainMenu ul {
		background-color: #666;
		display: block;
			width: 100%;
		display: none;
		position: absolute;
			z-index: 100;
	}
	#mainMenu ul li {
		color: #fff;
		display: block;
		padding-left: 32px;
		text-align: left;
	}
	#mainMenu ul li:hover {
		background-color: #333;
	}
	li#invMenu, li.parent#invMenu {
		display: none;
	}
	#mainMenu ul li.search-from-mobile {
		display: block;
	}
	#searchBox {
		display: none;
	}
	#social {
		position: absolute;
		top: .25em;
		right: .25em;
	}
	ul.social {
		font-size: 32px;
	}
	ul.social li {
		display: inline-block;
		margin: 0;
	}
	
}
@media screen and (max-width: 899px) {
	#logo, #phones {
		display: block;
		margin: auto;
		padding: 0;
	}
	#logo {
		padding-top: 2.5rem;
	}
	#phones {
		padding-bottom: 1em;
	}
	.home aside {
		display: block;
		float: none;
		margin: auto;
	}
	.map aside, .quote aside {
		display: none;
	}
	#mailForm {
		margin: 3em auto;
	}
	#mailForm .junkerDetails {
		background-color: #ccc;
		border: 2px solid #666;
		margin: 1rem auto;
		padding: 1em;
	}
}

@media screen and (max-width: 699px) {
	footer {
		display: block;
		line-height: 1.25em;
		padding: 10px;
	}
	footer .col {
		display: block;
		margin: 0 auto;
		margin-bottom: .5em;
		padding: 0;
		text-align: center;
	}
	ul.pymt .cc {
		background-size: auto 100%;
		border-radius: 3px;
		font-size: 10px;
	}
}

@media screen and (max-width: 399px) {
	#map iframe {
		display: none;
	}
	#mapLink {
		display: block;
		margin: 0 10px;
	}
}