/*
	Website Name: Joe's Used Auto Parts
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 11 Jan 2019
*/

/* 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:0 auto;text-align:center}.right{float:right;text-align:right}.noU{text-decoration:none}.showU{text-decoration:underline}

body {
	background-color: #013;
	color: #fff;
	font-family: "Source Sans 3", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
header {
	background-attachment: fixed;
	background-image: url("graphics/metal.jpg");
	background-size: cover;
	font-family: Exo, "Source Sans 3", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
}
#logo, #info {
	display: inline-block;
		vertical-align: middle;
}
#logo {
	max-width: 400px;
	margin: 2rem 1rem 1rem 0;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}
#info {
	margin: auto;
	padding: 1rem 0;
}
.greble-scrap #info, .greble-u-pull #info, .ez-pull #info, .ez-auto #info, .zaprazny #info {
	padding: 3em 0;
}
#info h1, #info address, #info ul.phones {
	display: block;
	margin: auto;
	margin-bottom: .5rem;
}
#info h1 {
	font-size: 32px;
	margin-bottom: 1em;
}
#info ul.phones li {
	display: inline-block;
}
/* 
.joes #info ul.phones li:first-child:after, .zaprazny #info ul.phones li:first-child:after {
	content: "|";
	display: inline-block;
	margin: 0 .5rem;
}
*/
#info ul.phones li:last-child {
	display: block;
}
#info ul.phones .left, #info ul.phones .right {
	float: none;
	text-align: inherit;
}
#mainMenu {
	background-color: #013;
	color: #fff;
	font-family: Exo, "Source Sans 3", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: 700;
	margin: 0;
	position: relative;
	text-align: center;
}
#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: #013;
	color: #fff;
}
#menuBtn:hover:before, #menuBtn.active:before {
}
#menuLabel {
	display: inline-block;
	font-size: .9rem;
	font-weight: 400;
	padding-right: .75rem;
}
#mainMenu a {
	text-decoration: none;
}
#mainMenu ul {
	display: inline-block;
}
#mainMenu ul li {
	display: inline-block;
	margin: 0;
	padding: .5rem;
}
#mainMenu ul li:hover {
}
#mainMenu ul li.parent ul {
	display: none;
}
#mainMenu ul li.parent:hover ul, #mainMenu ul li.parent.active ul, #mainMenu ul li.parent ul:hover {
	display: block;
	position: absolute;
		top: 2rem;
	margin-left: -.5rem;
}
#mainMenu ul li:hover, #mainMenu ul li:hover ul {
	background-color: #adf;
	color: #001;
	z-index: 1001;
}
#mainMenu ul li.parent.active, #mainMenu ul li.parent.active ul {
	background-color: #fff;
	color: #001;
	z-index: 1000;
}
#mainMenu ul ul li:hover {
	background-color: rgba(0,0,17,0.25);
}
#mainMenu ul ul li {
	display: block;
	text-align: left;
}
#content {
	background-color: #fff;
	color: #013;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
aside {
	display: block;
		width: 250px;
	float: right;
	margin: 0 1rem;
	text-align: center;
}
.joes .home aside, .joes .home main, .joes .contact aside, .joes .contact main, .ez-pull .home aside, .ez-pull .home main {
	display: inline-block;
		vertical-align: top;
	float: none;
	margin: auto;
}
#hours {
	display: block;
		max-width: 180px;
	margin: auto;
	margin-bottom: 1rem;
}
#hours h1 {
	font-weight: 700;
}
aside p {
	margin-bottom: 1em;
	text-align: left;
}
.sidebar-menu {
	border: #013 2px solid;
	display: block;
	margin: 1rem auto;
	padding: 1rem;
	text-align: left;
}
.sidebar-menu li {
	padding: .2em;
}
.sidebar-menu li::before {
	content: "\00BB";
	padding-right: .5em;
}
.sidebar-menu li.menu-header {
	background-color: #013;
	color: #fff;
	font-weight: 700;
	margin: -1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
.sidebar-menu li.menu-header::before {
	content: "";
	padding: 0;
}
.sidebar-menu a {
	text-decoration: none;
}
.sidebar-menu a:hover {
	color: #3cf;
}
main {
	margin: 0 1rem;
}
.joes .home main, .ez-pull .home main {
	max-width: 700px;
	padding: 0 1rem;
}
main h1 {
	font-weight: 700;
	margin-bottom: 1em;
}
main p {
	margin-bottom: 1em;
}
.callout {
	font-family: Exo, "Source Sans 3", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25em;
	margin: 1em auto;
	text-align: center;
}
ul.scrap {
	display: block;
	margin: auto;
}
ul.scrap li {
	display: inline-block;
}
ul.scrap li:after {
	content: "\25c6";
	display: inline-block;
	margin: 0 1em;
}
ul.scrap li:last-child:after {
	content: "";
	margin: 0;
}
ul.directions {
	list-style-type: none;
}
ul.directions li {
	font-weight: 700;
}
ul.directions ul, ul.features {
	list-style-type: square;
	margin: .25em 1em 1em 3em;
}
ul.directions ul li {
	font-weight: 400;
}
#map, #frame {
	display: block;
		max-width: 800px;
	margin: 1em auto;
	text-align: center;
}
.greble-scrap #frame {
	max-width: 600px;
}
#map iframe {
	display: block;
		width: 100%;
		height: 600px;
}
#mapLink {
	display: none;
}
#frame img {
	max-width: 100%;
	height: auto;
}

footer {
	font-size: .8rem;
	padding: 1rem;
}

#summerHrs {
	display: none;
}
#winterHrs {
	display: block;
}

a.btn {
	color: inherit;
	text-decoration: none;
}
div.btn, ul.btn li {
	background-color: #fff;
	border-radius: .5rem;
	color: #001;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 1rem;
}
div.btn:hover, ul.btn li:hover {
	background-color: #adf;
}

ul.assoc, ul.pymt {
	margin-bottom: 1rem;
	text-align: center;
}
ul.assoc li {
	display: inline-block;
		vertical-align: middle;
	margin: 1rem .5rem;
}
ul.assoc li img {
	display: block;
		width: auto;
		height: 60px;
	margin: auto;
}
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-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	color: rgba(0,0,0,0);
	display: block;
		width: 3em;
		height: 2em;
	font-size: 18px;
}
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}
ul.pymt .diners {background-position: -18em 0}
ul.pymt .bitcoin {background-position: -21em 0}
.container {
	margin: 0 auto;
	max-width: 1100px;
}

/* Calendar */
.disclaimers {
	clear: both;
	display: block;
	overflow: visible;
}
.disclaimers:after {
	content:"";display:table;clear:both;
}
.disclaimers ul li:nth-child(odd) {
	clear: left;
	float: left;
	text-align: left;
}
.disclaimers ul li:nth-child(even) {
	clear: right;
	float: right;
	text-align: right;
}
#calendar {
	background-color: #fff;
	color: #000;
}
#cal header h1 {
	background-color: #013;
	margin-bottom: 0;
}

/* Price List */
#priceList {
	display: block;
		max-width: 800px;
	line-height: 1.25em;
	padding-top: 1.5em;
	position: relative;
	text-align: left;
}
#priceList .list {
	border: 1px solid #fff;
	display: block;
		width: 100%;
		max-height: 400px;
	overflow-y: scroll;
}
#headerRow {
	background-color: #fff;
	border: 1px solid #fff;
	color: #004;
	display: block;
		width: calc(100% - 6px);
	padding: 3px;
	position: absolute;
		top: 0;
}
#headerRow span {
	display: inline-block;
}
#headerRow .item {
	width: 70%;
}
#headerRow .price {
	text-align: center;
}
#priceList ul {
	display: table;
		width: 100%;
	table-layout: fixed;
}
#priceList ul li {
	display: table-row;
}
#priceList ul li:nth-child(even) ul {
	background-color: rgba(255,255,255,0.1);
}
#priceList ul ul li {
	display: table-cell;
		vertical-align: top;
	padding: 3px;
}
#priceList .list .item {
	width: 35%;
}
#priceList .list .type {
	width: 30%;
}
#priceList .list .price {
	width: 15%;
	text-align: right;
}
#priceList .list .price-qty {
}

@media screen and (max-width: 999px) {
	#mainMenu {
		margin-bottom: 2rem;
	}
	#menuBtn {
		display: inline-block;
	}
	#menuLabel {
		display: none;
	}
	#mainMenu ul {
		background-color: #001;
		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.parent.active {
		background-color: inherit;
		color: inherit;
	}
	#mainMenu ul li:hover, #mainMenu ul li.parent:hover, #mainMenu ul li.parent:hover ul {
		background-color: inherit;
		color: inherit;
	}
	#mainMenu ul li.parent a.parent-link:after {
		content: "\25b8";
		margin-left: .5rem;
	}
	#mainMenu ul li.parent.active a.parent-link:after {
		content: "\25be";
	}
	#mainMenu ul li.parent.active ul {
		background-color: inherit;
		color: inherit;
		display: inline-block;
		position: relative;
			top: auto;
			left: auto;
			z-index: auto;
	}
	#mainMenu ul li.parent.active ul {
		display: block;
		margin-left: 2rem;
		padding-top: .75rem;
		position: relative;
			top: auto;
			left: auto;
			z-index: auto;
	}
	#mainMenu ul li.parent ul li { 
		padding: .5rem 0;
	}
	#mainMenu ul li.parent.active ul {
		color: inherit;
	}
	aside, main, .joes .home aside, .joes .home main, .joes .map main, .greble-scrap .home main, .greble-scrap .home aside, .ez-pull .home main, .ez-pull .home aside {
		display: block;
			width: auto;
			max-width: 100%;
		float: none;
		margin: auto;
		padding: 0 1rem;
	}
	.greble-u-pull .home aside, .ez-pull .home aside {
		max-width: 300px;
	}
	.joes .map aside, .ez-pull .map aside, .ez-auto .map aside, .zaprazy .map aside, .greble-scrap .map aside, .greble-u-pull .map aside, .zaprazny .map aside {
		display: none;
	}
	#priceList {
		display: block;
		margin: auto;
	}
	
}
@media screen and (max-width: 899px) {
	#logo, #info {
		display: block;
		margin: auto;
		padding: 1rem 0;
	}
	#logo {
		padding: 0 1rem;
	}
	#info address {
		font-size: 18px;
		line-height: 1.125em;
		margin-bottom: 1.5rem;
	}
	#info address .block {
		display: block;
	}
	#info address .divider {
		display: none;
	}
	#info ul.phones {
		display: block;
			width: 190px;
	}
	#info ul.phones li {
		display: block;	
		line-height: 1.25em;
	}
	.joes #info ul.phones li:first-child:after {
		content: "";
		margin: 0;
	}
	#info ul.phones .left {
		float: left;
		text-align: left;
	}
	#info ul.phones .right {
		float: right;
		text-align: right;
	}
	.joes .home aside {
		display: block;
			width: auto;
		float: none;
		margin: auto;
	}
	footer .left, footer .right {
		float: none;
		line-height: 1.25em;
		text-align: center;
	}
}
@media screen and (max-width: 699px) {
	/* ul.pymt .cc {
		background-size: auto 100%;
		border-radius: 3px;
		font-size: 12px;
	} */
	footer .block {
		display: block;
		margin-bottom: .5em;
	}
	footer .divider {
		display: none;
	}
	#headerRow span {
		display: block;
		
	}
	#headerRow .item {
		float: left;
		text-align: left;
		width: auto;
	}
	#headerRow .price {
		float: right;
		text-align: right;
	}
}
@media screen and (max-width: 399px) {
	#map iframe {
		display: none;
	}
	#mapLink {
		display: inline-block;
	}
	footer .block2 {
		display: block;
	}
	footer .divider2 {
		display: none;
	}
}