/* =PennMac CSS by Holt Web Design - http://holtwebdesignservices.com/ */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* 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}


/* =Structure
-------------------------------------------------------------- */

html {

	font-size: 16px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #000;
	height: 100%;

}

body { height: 100%; background-color: #fff; }

::selection		{ background: royalblue; color: #fff;  /* Safari and Opera */ }
::-moz-selection 	{ background: royalblue; color: #fff;  /* Firefox */ }

/*

::-webkit-scrollbar { width: 16px; }
 
::-webkit-scrollbar-track { background-color: #142846; }
 
::-webkit-scrollbar-thumb { background-color: #32558d; }

::-webkit-scrollbar-thumb:active { background-color: #4068af; }

::-webkit-scrollbar-corner	{ background-color: #111; color: #32558d; }

::-webkit-resizer 	{ background-color: #111; color:#32558d; }

*/

#wrapper { 

	width: 100%; 
	min-height: 100%; 
	position: relative; 
	background: #fff; 

}



tt { font-family: Courier, monospace; }

b, strong { font-weight: 700; }

i, em { font-style: italic; }

img { max-width: 100%; height: auto; }


/* =Header & Menu
-------------------------------------------------------------- */

#wrapper {

	width: 100%; 

}



#header, #content { max-width: 1100px; margin: 0 auto; }


#header {

	background-color: #fff;
	line-height: 0;

}

#masthead {

	width: 100%;
	padding: 1rem 0;
	text-align: center; 

	background: transparent;
	line-height: 1rem;
	display: inline-block;

}

#masthead h1 a {

	display: inline-block;
	line-height: 0;

}

#masthead img {

	width: auto;
	height: 100px;

}


.site-title {

	width: 45%;
	margin-right: 5%;
	float: left;

}

h1.site-title {

	width: auto;
	display: inline-block;
	margin-right: 0;

}


.site-info {

	width: 50%;
	float: left;
	text-align: right; 

}

ul.social { list-style-type: none; margin-top: 0.5rem; font-size: 0; }

ul.social li { float: none; display: inline-block; margin-left: 5px; }


ul.social a {  

	font-size: 14px;
	line-height: 20px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	background-color: #ae0505;
	width: 20px;
	display: block;
	text-align: center;

}

ul.social a:hover { background-color: #015701; }

.info-item { width: 45%; margin-left: 5%; float: left; 	margin-bottom: 0rem; }


.info-item p {

	font-size: 0.85rem;
	line-height: 1rem;

}

.info-item h3 {

	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 0.25rem;
	color: #015701; 

}

.search-field {

	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	padding: 10px;
	display: inline-block;

}

.search-field input[type="text"] {

	width: 160px;
	height: 18px;
	border-radius: 5px;
	border: 0;
	background: #eee;
	padding: 3px 8px;

}


.search-field input[type="submit"] {

	background-color: #015701;
	border-radius: 5px; 
	border: 0;
	color: #fff;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;

}

#site-navigation {

	/* padding: 0 10px; */
	text-align: left;

	background: #015701;

	position: relative;
	z-index: 1000;


	display: inline-block;
	width: 100%; 


}

.nav-menu { display: inline-block; float: left; }

.nav-menu li, .shopping-cart li {

	display: inline-block;
	float: none;
	position: relative;

}

.nav-menu li.cart, .shopping-cart li.cart {

	float: right; 

}

.nav-menu a, .shopping-cart a {

	/* padding: 10px 8px; */
	padding: 10px 16px; 
	display: block; 
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;

}


.nav-menu li a.submenu:hover { 

	cursor: default;
	color: #fff;

}

.nav-menu li span:after, .nav-menu li a.submenu:after { 

	content: '\25be';
	float: none;
	margin-left: 5px;

}


.nav-menu a:hover, .shopping-cart a:hover {

	color: #fff;
	background-color: #ae0505; 

}


.nav-menu li:first-child a { padding-left: 1rem; }

.nav-menu li:last-child a { padding-right: 1rem; }



.nav-menu ul ul { 
	
	display: none; 
	position: absolute;
	left: 0;
	width: 220px; 
	background-color: #015701;
	z-index: 900;

	border-radius: 0 0 5px 5px; 
	overflow: hidden;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

}

.nav-menu ul ul li {

	width: 100%;
	text-align: left;
	padding: 0;
	display: inline-block; 

}

.nav-menu ul ul li a {

	padding: 5px 8px;
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 16px;

}

.nav-menu li:hover > ul, .nav-menu li:focus > ul { 

	display: block; 

}


/* =Content
-------------------------------------------------------------- */

#content {

	padding-bottom: 70px; /* same height as #footer */
	text-align: center;

}

#primary {

	max-width: 1100px;
	padding: 1rem 0px 0px 0px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: left;
	width: 100%;

}


.site-content {

	color: #222;

}

.site-content a {

	font-weight: normal;
	text-decoration: underline;
	color: #ae0505;

}

.site-content a:hover {

	text-decoration: underline;
	color: #015701; 

}

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6 {

	margin-bottom: 1.25rem;
	color: #ae0505;
	font-weight: 300; 
	
}

.site-content h1 {


	font-size: 1.75rem;
	line-height: 2rem;
	border-bottom: 1px solid #222;
	padding-bottom: 0.125rem;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 0.5rem;


}


.site-content h2 {

    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #ae0505;
    padding-bottom: 0.125rem;
    margin-bottom: 0.25rem;

}

.site-content h3 {

	font-size: 1.25rem;
	line-height: 1.75rem;
	border-bottom: 1px solid #015701;
	text-transform: uppercase;
	color: #015701;

}

.site-content h4, .site-content h6  {

	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 0.5rem; 

}



.site-content h5 {

    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #015701;
    padding-bottom: 0.125rem;
    margin-bottom: 0.25rem;

}

.site-content p, blockquote, .site-content ul, .site-content ol {

	font-size: 0.875rem;
	line-height: 1.35rem; 
	
}

.site-content p {

	margin-bottom: 20px;
	margin-bottom: 1.25rem; 

}

.site-content blockquote { 

	margin: 0 30px; 
	margin: 0 1.875rem; 

}


.site-content blockquote {

	background-color: #eff0f1;
	padding: 1rem 2rem;
	margin: 1rem 0;
	text-align: center;

}

.site-content blockquote p:last-of-type { margin-bottom: 0; padding-bottom: 0; }

.site-content ul, .site-content ol { 

	margin-left: 30px;
	margin-right: 30px;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	margin-bottom: 1.25rem;

}

.site-content ul {

	list-style-type: square;
	list-style-position: inside;

}

.site-content ol {

	list-style-type: decimal;
	list-style-position: inside;

}


.site-content hr {

	border: 0;
	height: 1px;
	background: #ccc;
	margin-bottom: 20px;

}



.widget-area .widget { width: 22.75%; float: left; margin-right: 3%; }

.widget-area .widget:last-child { margin-right: 0; }

.widget-area .widget .item { text-align: center; padding: 1rem; 	border: 1px solid #ccc; overflow: hidden; }

.widget-area .widget .item img { max-width: 120px; height: auto; }

.widget-area .widget .item h3 { 

	border-bottom: 0;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0;
	margin-bottom: 0.5rem;
	margin-top: 0;


  }


.widget-area .widget .item .price { font-weight: 500; color: black; }



/* =Catalog as table
-------------------------------------------------------------- */

/*

.site-content table { width: 100%; display: block; empty-cells: hide; }

.site-content table tbody { width: 100%; display: block; }

.site-content table td a img { max-width: 75px; height: auto; margin-right: 10px; }

.site-content td { vertical-align: top; }

.site-content table td table { margin-bottom: 5px; }

.site-content table td form { margin-bottom: 15px; }

.site-content table td { font-size: 14px; line-height: 18px; }

.site-content table td table b { font-size: 16px; margin-right: 5px; }

.site-content table td:nth-child(3) { padding-right: 10px; }

.site-content table td:nth-child(1) { width: 0; }

.site-content table td:nth-child(2) { width: 85px; }

.site-content table td:nth-child(3) {	}

.site-content table td:nth-child(4) { width: 0; }

.site-content table td:nth-child(5) { width: 85px; }

.site-content table td:nth-child(6) {	}   

*/


/* =Image Alignment
-------------------------------------------------------------- */


.site-content img.alignleft { float: left; margin-right: 1rem; margin-bottom: 1rem; }

.site-content img.alignright { float: right; margin-left: 1rem; margin-bottom: 1rem; }

.site-content p img.alignright { margin-top: 1rem; }

.site-content img.top { margin-top: 0.25rem; }

.site-content img.alignleft, .site-content img.alignright { max-width: 40%; height: auto; }

.site-content img.large.top { margin-top: 0rem; margin-bottom: 0.5rem; }


/* =Catalog as UL
-------------------------------------------------------------- */



ul.catalog { list-style-type: none; margin: 0; padding: 0; width: 100%; margin-top: 1rem; }

ul.catalog li.item { width: 48%; margin-right: 2%; float: left; display: block; padding-bottom: 1.5rem; }

ul.catalog li:nth-child(2n+1) { clear: left; }

ul.catalog li.item div:first-of-type { width: 20%; float: left; text-align: center; }

ul.catalog li.item div:first-of-type img { max-width: 100%; height: auto; }

ul.catalog li.item div.info { width: 75%; padding: 0 2.5%; margin-left: 20%; }


ul.catalog li.item div.title { width: 100%; padding-bottom: 5px; }

ul.catalog li.item div.title div.name { width: 80%; text-align: left; }

ul.catalog li.item div.title div.name h3 { font-weight: normal; font-size: 0.9rem; line-height: 1.25rem; margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }

ul.catalog li.item div.title div.price { width: 20%; float: left; text-align: right; font-weight: bold; font-size: 0.9rem; }

ul.catalog li.item p { margin-bottom: 1rem; }

ul.catalog li.item form { line-height: 0; }


ul.col1 li.item { width: 100%; margin-right: 0;  }

ul.col1 li.item div:first-of-type { width: 10%; float: left; }

ul.col1 li.item div.info { width: 85%; padding: 0 2.5%; margin-left: 10%; }

ul.col1 li.item div.title { width: 100%; padding-bottom: 5px; }



.breadcrumb p { margin-bottom: 1.0rem; }

.breadcrumb.catalog p { margin-bottom: 0rem; }

.breadcrumb p:before { content: '\25c0'; margin-right: 5px; font-size: 80%;  color: #ccc; }

h3.price { margin: 1rem 0; color: #000; /* font-weight: bold; */  font-size: 1.5rem; border-bottom: 0; }

div.item img { max-width: 100%; height: auto; margin-bottom: 1rem; }


.item-long-desc h3 { display: none; } /* long-desc h3s should be removed; hiding them is enough for the time being. */


.item-image { width: 30%; margin-right: 2.5%; float: left; text-align: center; }

	.item-image img { max-width: 100%; height: auto; }

.item-desc { width: 67.5%; float: none; margin-left: 32.5%; }

.item-header h1 { line-height: 1.5rem; padding-bottom: 0.5rem; text-transform: uppercase; }

.item-long-desc { padding-top: 1rem; }


/* =Main Catalogs
-------------------------------------------------------------- */

ul.main.catalog { width: 100%; display: inline-block; }

ul.main.catalog li { width: 100%; clear: both; margin-bottom: 1rem; display: inline-block; }

ul.main.catalog img { float: none; max-width: 100%; height: auto; margin: 0 auto; }

ul.main.catalog p, ul.main.catalog h3 { margin-left: 22.5%; }

ul.main.catalog h3 a { text-decoration: none; }

ul.main.catalog a:first-of-type {

	width: 20%;
	display: inline-block;
	float: left;
	text-align: center;

}

ul.main.catalog h3 a:first-of-type {

	display: block;
	float: none;
	text-align: left;
	width: auto;

}

ul.main.catalog.icons h3 a:first-of-type { text-align: center; }


ul.main.catalog.icons li { width: 30.33333%; margin: 0 1.5%; float: left; clear: none; }

ul.main.catalog.icons li:nth-child(3n+1) { clear: both; }

ul.main.catalog.icons p, ul.main.catalog.icons h3, ul.main.catalog.icons a { margin-left: 0; text-align: center; clear: both; border-bottom: 0px solid transparent; }

ul.main.catalog.icons a.image { width: 100%; float: none; text-align: center; margin-bottom: 1rem; }

ul.main.catalog.icons img { width: auto; max-height: 100%; }

ul.icons a.image { width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; position: relative; }

ul.icons a.image div.image {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */

}

/* ul.main.catalog.icons p { display: none; } */





/* =Featured Items CSS
-------------------------------------------------------------- */

ul.featured.menu { list-style-type: none; margin: 0; padding: 0; }

ul.featured.menu li { width: 22.5%; margin: 0 1.25%; float: left; text-align: center; margin-bottom: 1rem; }

ul.featured.menu li:nth-child(4n+1) { clear: both; }

ul.featured.menu li img { max-width: 100%; height: auto; }



/* =Monthly Clubs CSS
-------------------------------------------------------------- */

ul.clubs { list-style-type: none; width: 100%; clear: both; margin: 0 0 1rem 0; }

ul.clubs li { width: 100%; clear: both; margin-bottom: 0.5rem; display: inline-block; }

ul.clubs li:last-child { margin-bottom: 0rem; }

ul.clubs .image { width: 20%; float: left; line-height: 0; }

ul.clubs .text { width: 50%; margin: 0 2.5%; float: left; padding: 0.5rem 0; }

ul.clubs div.button { width: 25%; text-align: center; float: left; padding: 1rem 0; }




/* =Cart CSS
-------------------------------------------------------------- */

table.cart-list { border-collapse: collapse; background-color: #f5f5f5; }

table.cart-list th, table.cart-list td { padding: 0.5rem 0.75rem; }

table.cart-list tr { background-color: #fff; }

table.cart-list tr:first-child, table.cart-list tr:last-child { background-color: transparent; }

table.cart-list tr th, table.cart-list tr td { width: 20%; text-align: left !important; }



table.cart-list td:nth-child(1), table.cart-list th:nth-child(1) { width: 10%; text-align: center; }

table.cart-list td:nth-child(2), table.cart-list th:nth-child(2) { width: 60%; text-align: left; }

table.cart-list td:nth-child(3), table.cart-list th:nth-child(3) { width: 10%;  text-align: center; }

table.cart-list td:nth-child(4), table.cart-list th:nth-child(4) { width: 10%; text-align: right !important; }

table.cart-list td:nth-child(5), table.cart-list th:nth-child(5) { width: 10%; text-align: right !important; }

table.cart-list tr:last-child td:nth-child(3) { text-align: right !important; }

table.cart-list input { width: 1rem; }

table.cart-list input[type="submit"] { width: auto; }

.cart.bottom.buttons input, .cart.bottom.buttons a { margin: 0.25rem !important; }


table.checkout { border-collapse: collapse; width: 100%;  background-color: #f5f5f5; }


table.checkout th, table.checkout td { padding: 0.5rem 0.75rem; }

table.checkout hr { display: none; }

table.checkout tr td { background-color: #fff; text-align: left;  }

#main table.checkout input, #main table.card input { margin-left: 0; }


#main table.checkout select { margin-left: 0.125rem; margin-right: 0.25rem; }


#main div.card input { margin-left: 0; margin-top: 10px; }

table.card th, table.card td { padding: 0.25rem 0.75rem 0.25rem 0; }

#main table.card select  { margin-left: 0.25rem; margin-right: 0.25rem; }



/* =Checkout CSS
-------------------------------------------------------------- */


table.shipping-info th, table.shipping-info td { padding: 0.5rem 0.75rem; }

table.shipping-info td:nth-child(1), table.shipping-info th:nth-child(1) { width: 20%; text-align: left; }

table.shipping-info td:nth-child(2), table.shipping-info th:nth-child(2) { width: 80%; text-align: left; }

input[name=f_s_phone] { margin-bottom: 0.25rem; }

.required span { color: red; }

p.area.code { margin: 0.125rem; padding: 0; font-size: 0.75rem; max-width: 75%; line-height: 1.125rem; }

/* =Additional CSS
-------------------------------------------------------------- */

#main.content, #front { 

	width: 73%;
	float: right;
	background: #fff;


	margin-bottom: 20px;
	overflow: hidden; 

}


.widget-area { 

	display: inline-block;
	padding-bottom: 0.5rem; 

}


#main .widget-area input { 

	width: 1.5rem;
	padding: 0.5rem;


}

#main .widget-area input[type="submit"] {

	width: auto;
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;

}

#main.content { 

	font-size: 0.875rem;
	line-height: 1.35rem;


}




#secondary.sidebar {

	width: 25%;
	float: left;
	overflow: hidden; 

}


#categories-menu, #brands-menu { 

	background: #fff;

	margin-bottom: 1rem; 

}


.sidebar h3, .sidebar h2 { color: #fff; padding: 12px; margin: 0; font-size: 1rem; line-height: 1rem; background-color: #000; text-transform: uppercase; }

.sidebar h3 { display: none; } /* hide the h3 outside of responsive view */

.sidebar p {

	margin-bottom: 0;
	margin-top: 1rem;
	font-size: 14px;

}

.sidebar ul {

	list-style-type: none;
	margin: 0;

}


.sidebar .featured.item img { width: 100%; height: auto; margin-bottom: 0; }

.sidebar .featured.item { font-size: 0; line-height: 0; margin-bottom: 1rem; }

.sidebar .featured.item a { display: inline-block; }

.sidebar .widget { margin-bottom: 1rem; }

.sidebar .widget img, .sidebar img { max-width: 100%; height: auto; }


/* =Accordion menu v1 (via http://codepen.io/Frecosse/pen/Akwdo )
-------------------------------------------------------------- */


ul#accordion {
	list-style:none;
	margin:0; 
	padding:0;
	width:100%;
	margin:0 auto;
}

ul#accordion li label, ul#accordion li.link {
	background: #fff; /* fallback colour */
	color: #000;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
}

ul#accordion li input[type='checkbox'] {
	display: none;
}

ul#accordion li label, ul#accordion li.link a {
	display:block;
	padding:12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;

}

ul#accordion li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

ul#accordion li span {
	display:inline;
	float:right;
	background:#48515c;
	border:1px solid #3c434c;
	border-bottom:1px solid #707781;
	padding:4px 6px;
	font-size:10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 0 10px #111;
	-webkit-box-shadow: inset 0 0 10px #111;
	box-shadow: inner 0 0 10px #111;
	position:relative;
}

ul#accordion li label:hover, ul#accordion li.link a:hover {
	color: #222;
	background: #f5f5f5; /* fallback colour */
	cursor: pointer;
}

ul#accordion li label:hover span {
	background:#3e505e;
}

ul#accordion li input[type='checkbox']:checked ~ label {

	color: #333;

}

ul#accordion li input[type='checkbox']:checked ~ label span {
	background: #2173a1; /* fallback colour */

}

ul#accordion li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	min-height:40px;
		border-bottom: 1px solid #ccc;

}


ul#accordion li:last-child input[type='checkbox']:checked ~ .options {

	border-bottom: 0;

}

ul#accordion ul {
	background:#fff; margin:0; padding:0;

}

ul#accordion li:last-child { border-bottom: 0; }

ul#accordion ul li a {
display: block;
	padding: 8px 24px;
	background: #EAEAEA;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

ul#accordion ul li a:hover {
	color:#000;
	background: #fff;
	text-decoration: none;
}

ul#accordion ul li a span {
	color:#999;
	background:none;
	border:1px solid #ccc; 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul#accordion ul li {
	border-bottom:1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 
}


ul#accordion ul li:last-child {
	 border-bottom:0;
}

.options {
	height: 0;
	display: block;
	overflow: hidden;
}

li.block label:after {

	content: '\25bc';
	float: right;
	font-size: 70%;

}


ul#accordion li input[type='checkbox']:checked ~ label:after {

	content: '\25b2';

}



/* =Accordion menu v2 (via http://www.designchemical.com/lab/jquery-vertical-accordion-menu-plugin/examples/ )
-------------------------------------------------------------- */

.pennmac-main-menu { display: none; } /* default; prevents pop-out */

a.dcjq-parent.active + ul.pennmac-main-menu { display: block !important; }

#accordionmenu { margin-bottom: 1rem; }

#accordionmenu a.toggle {

color: #fff;
	padding: 12px;
	margin: 0;
	font-size: 1rem;
	line-height: 1rem;
	background-color: #000;
	text-transform: uppercase;
	display: block;
	text-decoration: none; 
	font-weight: 300;

}

#accordionmenu a.toggle.dcjq-count { display: none; }

#accordionmenu a.toggle:after {

	content: '\2630';
	margin-left: 5px;
	float: right;
	font-weight: 300;
}

#accordionmenu a.toggle.active:after {

	content: '\2715';

}

.pennmac-main-menu li.menu a.dcjq-parent:after {
	content: '\25bc';
	margin-left: 5px;
	float: right;
	font-weight: 300; 
	font-size: 70%; 
}

.pennmac-main-menu li.menu a.dcjq-parent.active:after {

	content: '\25b2';

}


.pennmac-main-menu li {

	background: #fff;
	color: #000;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

} 

.pennmac-main-menu li a {

	display: block;
	padding: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;

}

.pennmac-main-menu li a:hover {

	text-decoration: none;
	color: #222;
	background: #f5f5f5;
	cursor: pointer;

}


.pennmac-main-menu li.menu a .dcjq-count { color: #999; }

.pennmac-main-menu li ul.options { height: auto; }

.pennmac-main-menu li ul.options li { border-top: 1px solid #ccc; border-left: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; }

.pennmac-main-menu ul.options a {

	display: block;
	padding: 8px 24px;
	background: #EAEAEA;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;

}


.pennmac-main-menu ul.options a:hover {

	color: #000;
	background: #fff;
	text-decoration: none;

}


/* =Search Results
-------------------------------------------------------------- */

.search.results .term { color: #ae0505; }

p.search.matches:after { content: ':'; }

ul.search.navigation { list-style-type: none; margin: 0; }

ul.search.navigation:first-of-type li { margin-bottom: 0.75rem; }

ul.search.navigation:first-of-type li:last-child { margin-bottom: 1rem; }


ul.search.navigation:last-of-type { text-align: center; }

ul.search.navigation:last-of-type li { display: inline-block; float: none; }

ul.search.navigation:last-of-type li.pipe, ul.search.navigation:last-of-type li.bracket { display: none; }

ul.search.navigation:last-of-type li.search { font-size: 0; }

ul.search.navigation:last-of-type li.search a { font-size: 0.875rem; margin: 0 0.25rem; line-height: 1rem; text-decoration: none; }

ul.search.navigation:last-of-type li.search a:after { content: " Results"; }


ul.search.navigation:last-of-type li.search.prev a:before, ul.search.navigation:last-of-type li.search.next a:after  { font-size: text-decoration: none; line-height: 1rem; vertical-align: top; }

ul.search.navigation:last-of-type li.search.prev a:before { content:'\2190'; margin-right: 3px;  }

ul.search.navigation:last-of-type li.search.next a:after { content: ' Results \2192'; }

/* =Footer
-------------------------------------------------------------- */

#footer {

	min-height: 70px;
	position: absolute;
	bottom: 0; 
	width: 100%;
	padding: 0;
	background-color: #000;
 
}

.footer-text { 	

	padding: 9px 20px;  
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	max-width: 1100px;
	margin: 0 auto;

}

.footer-text p { 

	padding: 3px 10px;
	text-align: center; 

}

.footer-text span {

	padding: 0px 10px;

}

.footer-text a { 

	color: #fff;
	font-weight: normal;
	text-decoration: underline;

}

.footer-text a:hover {

	color: #ae0505;

}


/* =Buttons & forms
-------------------------------------------------------------- */

#main input, a.button, a.continue.shopping {

	padding: 0.5rem 1rem;
	border: 0;
	font-size: 0.9rem;
	line-height: 1.25rem;
	font-size: 0.9rem;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
	background-color: #eee;
	text-decoration: none; 

}


a.continue.shopping { display: inline-block; }

#main input[type="submit"], a.continue.shopping { 

	background-color: #ae0505;
	font-size: 0.9rem;
	color: #fff;
	padding: 0.5rem 1rem;
	line-height: 1.25rem; 
	margin-left: 0.5rem; 
	cursor: pointer; 

}


#main input[type="submit"]:hover, input[type="submit"]:active, a.button:hover, a.continue.shopping:hover {

	background-color: #015701;

}

#main .info input, #main .info input[type="submit"] {

	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	line-height: 0.9rem;
	
}

#main .info input[type="submit"] {

	margin-left: 0.25rem;

}

a.button {

	clear: both;
	display: inline-block;
	margin: 0.5rem 0 0.5rem 0;
	background: #ae0505;
	color: #fff;
	text-decoration: none;
	

}


a.button:hover {

	color: #fff; 
	text-decoration: none;

}

/* =Categories menu
-------------------------------------------------------------- */

.sidebar h2 { display: none; }

.sidebar h3:hover { cursor: pointer; }
.sidebar h3:after { content: "\2630"; margin-left: 5px; float: right; }
.sidebar h3 { display: block; border-bottom: 0;  }
.sidebar #categories-menu ul#accordion { display: none; }

.sidebar #categories-menu ul#accordion.toggled-on { display: block; border-bottom: 1px solid #ccc; }


/* =Responsive
-------------------------------------------------------------- */

.menu-toggle, #categories-menu { display: none; }



@media only screen and (max-width: 1100px) {

	#site-navigation, #secondary.sidebar, #main.content { border-radius: 0; }

	#masthead {

		line-height: 1rem;
	display: block;

	overflow: hidden;
	margin: 0 auto;
	width: 96%;

	}

	#masthead img {

	width: 100%;
	max-width: 600px;
	height: auto;

	}

	.info-item { width: 100%; margin-left: 0;  }

	.info-item:first-of-type { margin-bottom: 1rem; }

	.nav-menu li.cart { float: none; }

	#site-navigation { text-align: center; }

	.item-desc { width: 65%; margin-right: 2.5%; }


	ul.clubs .text { width: 50%; margin: 0 2.5%; float: left; padding: 0; }

	ul.clubs div.button { width: 25%; text-align: center; float: left; padding: 0; }

}

@media only screen and (max-width: 800px) {

	.nav-menu, .shopping-cart { clear: both; text-align: center; float: none; }
	.nav-menu li.cart, .shopping-cart li.cart { float: none; width: 100%; }

}

@media only screen and (max-width: 710px) {

	div.site-title, div.site-info {

	width: 100%;
	margin-right: 0;
	text-align: center; 

	}


	h1.site-title {

	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 0.5rem;

	}


	.widget-area .widget { width: 48%; margin-right: 4%; padding-bottom: 1rem;  }

	.widget-area .widget:nth-child(2n) { margin-right: 0; }

	#front.widgets { padding-bottom: 0; }

	ul.featured.menu li { width: 45%; margin-left: 2.5%; margin-right: 2.5%; }

	ul.featured.menu li:nth-child(4n+1) { clear: both; }

	ul.featured.menu li:nth-child(2n+1) { clear: both; }

}

@media only screen and (max-width: 650px) {


.menu-toggle.toggled-on:after, #toggle.toggled-on:after { content: '\2715'; margin-left: 7px; }

#pennmac-menu { display: none; }

#categories-menu { display: block; }

.site-content p { margin-bottom: 0.5rem; }

ul.main.catalog { margin-top: 0.5rem; }

.catalog h3, ul.main.catalog li { margin-bottom: 0.5rem; }

.site-content h1 { line-height: 2rem; }

#secondary .widgets { display: none; }

#categories-menu, #brands-menu { margin-bottom: 0rem; }

ul.catalog li.item { width: 100%; margin-right: 0;  }

ul.catalog li.item div:first-of-type { width: 10%; float: left; }

ul.catalog li.item div.info { width: 85%; padding: 0 2.5%; margin-left: 10%; }

ul.catalog li.item div.title { width: 100%; padding-bottom: 5px; }

ul.main.catalog.icons li:nth-child(3n+1) { clear: none; }

ul.main.catalog.icons li:nth-child(2n+1) { clear: both; }

ul.main.catalog.icons li { width: 45%; }

.sidebar h3 { display: block; text-align: center;  border-bottom: 0; }

.sidebar h3:after { float: none; }

.sidebar ul#accordion.toggled-on { display: block;  text-align: center; }

.sidebar ul#accordion.toggled-on li.block label:after { float: none; margin-left: 5px; }


.item-image { 

	float: none;
	width: 100%;
	margin-right: 0;
	padding-bottom: 1rem;
	text-align: center; 

}


div.item .item-image img {

	margin-bottom: 0

}

.item-desc {

	width: 100%;
	margin-bottom: 1rem; 
	margin-left: 0;
	
}

.item-desc .item-header {

	text-align: center;

}


.nav-menu li:first-child a { padding-left: 0rem; }

.nav-menu li:last-child a { padding-right: 0rem; }

.nav-menu li:first-child a:hover { border-radius: 0; }

.nav-menu li:last-child a:hover { border-radius: 0; }


	ul.social li { margin: 0 3px; }

	.info-item, .info-item:first-of-type {

		margin-bottom: 0.5rem;
		margin-top: 0.5rem;

	}

	#masthead {

		margin-bottom: 0;
		padding-bottom: 0.5rem;

	}


	h1.site-title {

		padding-bottom: 0;

	}

	#site-navigation {

		padding: 0;
		border-radius: 0;
		text-align: center;

	}

	.menu-toggle { 

		display: block; 
		font-weight: bold;
		padding: 13px;
		text-align: center;
		color: #fff; 
  		margin: 0 auto;
  		cursor: pointer;
		position: relative;
		line-height: 1rem;
	}


	.menu-toggle.toggled-on {

		color: #fff;

	}

	.menu-toggle:after {

		content: "\2630";
		margin-left: 5px; 

	}


	.menu-toggle.toggled-on {

		margin-bottom: 5px;

	}

	.nav-menu {

		 display: none; 

	}

	.nav-menu.toggled-on { 

		display: block; 

	}

	.nav-menu.toggled-on li {

		width: 100%;
		display: block;
		padding: 0;

	}


	.nav-menu li.cart {

		float: none;

	}


	/* This shows a.submenu and sets padding for all links. */

	.nav-menu.toggled-on li a {

		padding: 8px;
		display: block;

	}

	.nav-menu.toggled-on li a:active {

		background: #32558d;

	}


	/* Hides the dropdown menu span, which does not work on older devices. */

	.nav-menu.toggled-on li span.submenu {

		display: none;

	}


	.nav-menu.toggled-on ul ul {

		position: relative;
		left: auto;
		width: 100%;
		box-shadow: 0 0 0 transparent; 

	}

	.nav-menu.toggled-on ul ul a:hover {

		background: #ae0505;

	}

	.nav-menu.toggled-on ul ul li {

		text-align: center;

	}

	#content { 

		padding-bottom: 0px; 

	}


#primary {

	width: 100%;
	padding: 0;
	display: inline-block;
	overflow: hidden;

}


	#main.content, #front { padding: 10px 5%; }

	#banner { margin-top: -10px; margin-left: -6%; margin-right: -6%; }

	#main.content, #secondary.sidebar, #front {
		
		max-width: 100%;
		width: 100%;

		border-radius: 0;
		box-shadow: 0 0 0 transparent;
		margin: 0;
		overflow: hidden;
		border: 0; 

	}

	#secondary.sidebar {

		padding-bottom: 0;
		width: 100%;
		max-width: 100%;

	}

	#footer { 

		position: relative; 

	}

	/* tweaks the jquery accordion menu for mobile devices */

	#accordionmenu a.toggle { text-align: center; }
	#accordionmenu a.toggle:after { float: none; }
	.pennmac-main-menu li a { text-align: center; }
	.pennmac-main-menu li.menu a.dcjq-parent:after { float: none; }



table.cart-list th, table.cart-list td { padding: 0.5rem 0.25rem; }

table.cart-list td:nth-child(1), table.cart-list th:nth-child(1) { width: 20%; text-align: center; }

table.cart-list td:nth-child(2), table.cart-list th:nth-child(2) { width: 20%; text-align: left; }

table.cart-list td:nth-child(3), table.cart-list th:nth-child(3) { width: 20%;  text-align: center; }

table.cart-list td:nth-child(4), table.cart-list th:nth-child(4) { width: 20%; text-align: right !important; }

table.cart-list td:nth-child(5), table.cart-list th:nth-child(5) { width: 20%; text-align: left !important; }

}


@media only screen and (max-width: 440px) {

	ul.main.catalog.icons li { width: 95%; }

	ul.clubs .text { width: 45%; margin: 0 2.5%; }

	ul.clubs div.button { width: 30%; text-align: center; }
	
	ul.clubs div.button a.button { padding: 0.5rem 0.5rem; }

}