/**

* Author: Debbie Campbell
* Author URI: http://www.paramaya.net
* Theme Name: Masterpiece Arms
* Theme URI: https://masterpiecearms.com
* Description: A responsive child theme of the Hybrid framework
* Version: 1.0
* Template: hybrid
**************************************************************/

@import url('css/normalize.css');

/* Vertical rhythm */
h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
body, nav, ul, menu, dir, h1, h2, h3, h4, h5 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

@font-face {
	font-family: 'menu';
	src:url('fonts/menu.eot');
	src:url('fonts/menu.eot') format('embedded-opentype'),
		url('fonts/menu.woff') format('woff'),
		url('fonts/menu.ttf') format('truetype'),
		url('fonts/menu.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
* Body
************************************************/

/* Sticky footer method: http://codecamel.com/fullheight */

html {
    font-size: 62.5%;
}
body {
	background: #fff;
	color: #17130d;
	font: 13px/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 960px) {
	body {
		background: url(images/body-bg.jpg) center top repeat-y;
	}
}

#body-container {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a, a:link, a:visited {
	color: #2b251b;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #777525;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: none;
}

/* Headlines */
h1, h2, h3, h4, h5 {
	color: #2b251b;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-weight: bold;
  	line-height: 130%;
  	margin: 10px 0;
  	text-rendering: optimizelegibility;
}
h1 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 32px;
}
p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5 {
	padding-top: 0.75em;
}
h2 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 29px;
}
h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 26px;
}
h4 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 23px;
}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 21px;
}

/* Text elements */
strong {font-weight: bold;}
em {
	font-size: 101%;
	font-style: italic;
}
abbr {border-bottom: 1px dotted #333;}
acronym {border-bottom: 1px dotted #333;}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
hr {
	margin: 0.5em auto 0;
   border-top: 1px dotted #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 80%;
}

/* Paragraphs */
p {
	margin-top: 0;
}

/* Unordered lists */
ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding-left: 1.5em;
}
ul li {
	margin-bottom: 0.4em;
}
.entry-content ul li {
	background: url(images/bullet.png) no-repeat 0 5px;
	padding: 0 0 0 14px;
}
.entry-content ul li li {
	background: url(images/bullet.png) no-repeat 0 5px;
}
ul li ul, ol li ul ol {
	margin-top: 0.4em;
}

/* Ordered lists */
ol {
	counter-reset: li; /* Initiate a counter */
	list-style: decimal;
	margin: 0 0 1em 1em;
	padding-left: 1.5em;
}
ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
ol li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}
ol li ul {
	list-style: lower-alpha;
	margin: 0.5em 0;
}
ol li li {
	background: none;
	margin-bottom: 0.4em;
	padding: 0;
}

/* Definition lists */
dl {}
dt {
	font-weight: bold;
	margin-left: 1.5em;
}
dd {}


/* Blockquotes */
blockquote {
	border-left: 6px solid #2b251b;
	font-size: 110%;
	line-height: 130%;
	margin: 1.5em 2em 1.5em 1.5em;
	padding: 1em 0 0.5em 1em;
}
@media only screen and (min-width: 960px) {
	blockquote {
		font-size: 120%;
		line-height: 140%;
		margin-left: 2em;
	}
}

/* Tables */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 2px;
	border-color: gray;
}
table caption {

}
tr {}
tr:nth-of-type(odd) {}

th {
	border: 1px solid #333;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
}
td {}

/* Forms */
form {}

input {
	background: #fff;
	border: 1px solid #b9b9b9;
	color: #444;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	margin-left: 0;
	padding: 4px 6px;
	overflow: hidden;
	position: relative;
}
input[type="text"] {
	width: 90%;
}
textarea {
	background: #fff;
	border: 1px solid #b9b9b9;
	color: #444;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	height: 150px;
	line-height: 20px;
	margin-left: 0;
	padding: 4px 6px;
	overflow: hidden;
	position: relative;
	width: 90%;
}
@media only screen and (min-width: 760px) {
	input {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 18px;
	}
	input[type="text"] {
		width: 50%;
	}
	textarea {
		font-size: 13px;
		font-size: 1.3rem;
		height: 150px;
		line-height: 18px;
		width: 50%;
	}
}
input:focus,textarea:focus {
	background-color: #fff;
	border: 1px solid #2b251b;
	-webkit-transition:background-color 0.15s ease-in;
    -moz-transition:background-color 0.15s ease-in;
    -o-transition:background-color 0.15s ease-in;
    transition:background-color 0.15s ease-in;
}
input.button, input#submit, input[type="submit"] {
	background: #777525;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 13px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	outline: none;
	margin: 5px auto;
	padding: 11px 16px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
}
input.button:hover, input#submit:hover, input[type="submit"]:hover {
	background: #2b251b;
}

label {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 1px;
}
option {}
fieldset {
	border: 1px solid #b9b9b9;
	display: block;
	margin: 5px 0 1.5em;
	padding: 1.2em;
}
legend {}
.button, .submit, .reset {}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {color: red;}

.error-404 p, .error-404 .error {
	color: #333;
}

/* Errors */
.error {color: red;}

/* Alignment */
.left, .alignleft {
	clear: both;
	float: left;
	margin: 0 18px 12px 0;
	max-width: 50%;
}
.right, .alignright {
	clear: both;
	float: right;
	margin: 0 0 12px 18px;
	max-width: 50%;
}
@media screen and (min-width: 480px) {
	img.alignleft {
		width: auto;
	}
	img.alignright {
		width: auto;
	}
}
.center, .aligncenter {
	clear: both;
	text-align: center;
	margin: 6px auto 10px;
}
.block, .alignnone {}

.clear {clear: both;}

.clearfix:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/**
* Images
************************************************/

/* Normal images */
img, a img {
    height:auto;
	max-width:100%;
    width: auto;
}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

#header-container {
	background: #000403;
	height: auto;
	margin: 0 0 1px;
	padding: 0;
	position: relative;
	width: 100%;
}

#header {
	margin: 0;
	position: relative;
	width: 100%;
}

#site-title, #site-description { display: none; }

#logo {
	display: block;
	margin: 0 auto;
	padding: 40px 5px;
	max-width: 480px;
	width: 95%;
}
#logo img {
	height: auto;
	margin: 0 auto;
}

@media only screen and (min-width: 960px) {
	#header-container {
		background: transparent;
		margin: 0;
	}
	#header {
		background: url(images/header-bg.jpg) center top no-repeat;
		height: 493px;
		margin: 0 auto;
		width: 960px;
	}
	#logo {
		display: none;
	}

}


/**
* Primary Menu
************************************************/

/* Skip links, tabbable */
#skip a {
	position: absolute;
	top: -50px;
}
#skip a:active, #skip a:focus {
	top: 0;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	z-index: 25;
}

/* Mobile menu courtesy justintadlock.com */
@media only screen and (max-width: 960px) {
	nav.menu {
		background: #777525;
		height: 40px;
		text-align: center;
		width: 100%;
	}
	h3.menu-toggle {
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: Arial, Tahoma, Geneva, sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 40px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		/*text-indent: -9999em;*/
		width: 100%;
	}
	h3.menu-toggle:hover,
	h3.menu-toggle.active {
		color: #fff;
		text-decoration: none;
	}
	h3.menu-toggle .icon-menu {
		color: #e6d8c0;
		margin: 0;
		padding: 0 0 0 1.3em;
		position: relative;
		width: 97.5%;
	}
	h3.menu-toggle:hover,
	h3.menu-toggle.active {
		text-decoration: none;
	}

	h3.menu-toggle [class^="icon-"], h3.menu-toggle [class*=" icon-"] {
		font-family: 'menu';
		speak: none;
		font-size: 16px;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon-menu:before {
		color: #fff;
		content: "\e602";
	  	left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	nav.menu .wrap {
		clear: both;
		color: #000;
		display: none; /* visibility will be toggled with jquery */
		margin: 0 auto;
		padding: 0 0 1px;
		position: relative;
		text-align: left;
		width: 100% !important;
		z-index: 999;
	}
	.wrap .menu-primary-container {
		width: 100%;
	}
	.wrap ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li {
		background-image: none;
		background: #1d1d1d;
		border-top: 1px solid #3e3e3e;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 40px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.menu .wrap li:hover {
		background: #111111;
	}
	nav.menu .wrap li a {
		color: #999;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: normal;
		padding: 8px 12px 8px 10px;
		text-decoration: none;
	}
	nav.menu .wrap li:hover a {
		color: #fff;
	}

	/* Submenus */
	nav.menu .wrap ul ul li {
		line-height: 40px;
		margin: 0;
		padding: 0;
	}
	nav.menu .wrap ul ul li a {
		color: #999;
		line-height: 20px;
		margin: 0;
		padding: 8px 12px 8px 24px;
	}
	nav.menu .wrap ul ul li a:hover {
		color: #fff;
	}
}

/* Main menu */
@media only screen and (min-width: 960px) {
	nav.menu {
		background: #232A0E;
		margin: 0 auto;
		width: 960px;
	}
	h3.menu-toggle {
		display: none;
	}

	.wrap {
		border: 0;
		float: none;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.wrap h3 {
   		position: absolute !important;
   		top: -9999px !important;
   		left: -9999px !important;
	}

	.menu-primary-container {
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	.menu-primary-container:after {
		content:".";
		display:block;
	    height:0;
	    clear:both;
	    visibility:hidden;
	}

	/* Menu list */
	.wrap ul.menu-items {
		list-style: none;
		margin: 0 20px 0 0;
		padding: 0 10px 0 0;
	}
	.wrap ul.menu-items li {
		background: none;
		border: 1px solid #000;
		display: inline;
		float: left;
		font-family: Arial, Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		list-style: none;
	    margin: 0;
	    padding: 5px 8px 4px 7px;
	    position: relative;
	    text-transform: uppercase;
	}
	.wrap ul.menu-items li:hover {
		background: #000;
	}
	.wrap ul.menu-items li a,
	.wrap ul.menu-items li a:link,
	.wrap ul.menu-items li a:visited {
		color: #fff;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	.wrap ul.menu-items li a:hover, .wrap ul.menu-items li a:active {
		color: #fff;
		text-decoration: none;
	}
	.wrap ul.menu-items li:hover > ul {}
	.wrap ul.menu-items li.current_page_item > a,
	.wrap ul.menu-items li.current-menu-ancestor > a,
	.wrap ul.menu-items li.current-menu-item > a,
	.wrap ul.menu-items li.current-menu-parent > a {
		color: #fff;
		text-decoration: none;
	}
	* html .wrap ul.menu-items li.current_page_item a,
	* html .wrap ul.menu-items li.current-menu-ancestor a,
	* html .wrap ul.menu-items li.current-menu-item a,
	* html .wrap ul.menu-items li.current-menu-parent a,
	* html .wrap ul.menu-items li a:hover {
		color: #fff;
		text-decoration: none;
	}
}


/* Submenu rules */
@media only screen and (max-width: 960px) {
	nav.submenu {
		background: #101207;
		border-top: 1px solid #fff;
		height: 34px;
		text-align: center;
	}
	nav.submenu h3.menu-toggle {
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: Arial, Tahoma, Geneva, sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 34px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		/*text-indent: -9999em;*/
		width: 100%;
	}
	nav.submenu h3.menu-toggle:hover,
	nav.submenu h3.menu-toggle.active {
		color: #fff;
		text-decoration: none;
	}
	nav.submenu h3.menu-toggle:hover,
	nav.submenu h3.menu-toggle.active {
		text-decoration: none;
	}

	nav.submenu .wrap {
		clear: both;
		color: #000;
		display: none; /* visibility will be toggled with jquery */
		margin: 0 auto;
		padding: 0 0 1px;
		position: relative;
		text-align: left;
		width: 100% !important;
		z-index: 999;
	}
	nav.submenu .wrap .menu-secondary-container {
		width: 100%;
	}
	nav.submenu .wrap ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.submenu .wrap li {
		background-image: none;
		background: #1d1d1d;
		border-top: 1px solid #3e3e3e;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 34px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.submenu .wrap li:hover {
		background: #111111;
	}
	nav.submenu .wrap li a {
		color: #999;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		padding: 8px 12px 8px 8px;
		text-decoration: none;
	}
	nav.submenu .wrap li:hover a {
		color: #fff;
	}

	/* Submenus */
	nav.submenu .wrap ul ul li {
		line-height: 40px;
		margin: 0;
		padding: 0;
	}
	nav.submenu .wrap ul ul li a {
		color: #999;
		line-height: 20px;
		margin: 0;
		padding: 8px 12px 8px 24px;
	}
	nav.submenu .wrap ul ul li a:hover {
		color: #fff;
	}
}

/* Submenu (Secondary Menu) */
@media only screen and (min-width: 960px) {
	nav.submenu {
		background: #101207;
		margin: 0 auto;
		width: 960px;
	}

	/* Menu list */
	nav.submenu .wrap ul.menu-items li {
		font-size: 11px;
		font-size: 1.1rem;
	    text-transform: none;
		padding:5px 9px 4px 10px;
	}
	nav.submenu .wrap ul.menu-items li a,
	nav.submenu .wrap ul.menu-items li a:link,
	nav.submenu .wrap ul.menu-items li a:visited {
		color: #A9A984;
	}
	nav.submenu .wrap ul.menu-items li a:hover,
	nav.submenu .wrap ul.menu-items li a:active {
		color: #fff;
		text-decoration: none;
	}
	nav.submenu .wrap ul.menu-items li:hover > ul {}
	nav.submenu .wrap ul.menu-items li.current_page_item > a,
	nav.submenu .wrap ul.menu-items li.current-menu-ancestor > a,
	nav.submenu .wrap ul.menu-items li.current-menu-item > a,
	nav.submenu .wrap ul.menu-items li.current-menu-parent > a {
		color: #fff;
		text-decoration: none;
	}
	* html nav.submenu .wrap ul.menu-items li.current_page_item a,
	* html nav.submenu .wrap ul.menu-items li.current-menu-ancestor a,
	* html nav.submenu .wrap ul.menu-items li.current-menu-item a,
	* html nav.submenu .wrap ul.menu-items li.current-menu-parent a,
	* html nav.submenu .wrap ul.menu-items li a:hover {
		color: #fff;
		text-decoration: none;
	}
}



/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#container:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#product-nav, #announce {
	display: none;
}
@media only screen and (min-width: 960px) {
	#container {
		background: #F3F3F3 url(images/content-bg.jpg) left top repeat-y;
		max-width: 960px;
	}
	#product-nav {
		background: #111;
		display: block;
		height: 220px;
		margin: 0;
		padding: 0;
		width: 960px;
	}
	#product-nav ul {
		height: 220px;
		list-style: none;
		margin: 0 0 0 32px;
		padding: 0;
	}
	#product-nav li {
		background: none;
		display: block;
		float: left;
		height: 200px;
		margin: 10px 32px 0 0;
		padding: 0;
		width: 200px;
	}
	#product-nav li#suppressors {
		background: url(images/mpa-suppressors.jpg) left top no-repeat;
	}
	#product-nav li#defenders {
		background: url(images/defender-series.jpg) left top no-repeat;
	}
	#product-nav li#mpar-series {
		background: url(images/mpar-series.jpg) left top no-repeat;
	}
	#product-nav li#mpa-bolt-action {
		background: url(images/mpa-bolt-action.jpg) left top no-repeat;
		margin-right: 0;
	}
	#product-nav li a {
		display: block;
		height: 200px;
	}
	#product-nav span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	#product-nav img {
		margin: 20px auto;
	}
	#announce {
		/*background: #172929;*/
		background: #71711a;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 42px;
	}
	#announce a {
		/*color: #f0f3a2;*/
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 42px;
		text-decoration: none;
	}
	#announce a:hover {
		color: #fff;
	}
}

/**
* Content
************************************************/

/* Contains site's main content */
.content, .woocommerce .content {
	display: block;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
}
@media only screen and (min-width: 840px) {
	.content, .woocommerce .content {
		float: right;
		margin: 0;
		overflow: hidden;
		width: 75.83%;
	}
	.home .content, .blog .content, .singular-post .content {
		float: left;
		margin: 0;
		overflow: hidden;
		width: 70.88%;
	}
	.content:after, .woocommerce .content:after {
		content:".";
		display:block;
   		height:0;
   		clear:both;
   		visibility:hidden;
	}
}

/* Archive and search <div> before posts are listed */
.archive-info, .author-info, .term-info, .category-info,
.tag-info, .date-info, .search-info, .loop-meta {
	margin:  0;
	padding: 0 20px 10px 20px;
}

/* Archive and search page titles. */
.archive-title, .author-title, .term-title, .category-title,
.tag-title, .date-title, .search-title, .loop-title {
	border-bottom: 1px solid #352774;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 5px;
	padding: 0 0 1px;
}
.loop-description, .archive-description, .date-description {
	margin-top: 0;
}

.hentry, .woocode {
	padding: 0 20px 10px 20px;
}
.post {
	padding: 0 20px 20px 20px;
}
.loop-meta + .post {
	padding-top: 0;
}
.page {
	padding: 0 20px 10px 20px;
}
@media only screen and (min-width: 960px) {
	.hentry {padding: 0 55px 20px 20px;}
	.post {padding: 0 55px 25px 20px;}
	.page {padding: 0 55px 20px 20px;}
	.woocode {padding: 0 55px 20px 20px;}
}

/* Post, page, and 404 page titles */
.entry-title, .post-title, .page-title, .attachment-title, .error-404-title {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 32px;
	width: auto;
}


/* Author and date byline */
p.byline {
	font-size: 11px;
	font-size: 1.1rem;
	margin: -3px 0 0;
	padding: 0 0 20px;
}

/* Full entries */
.entry-content {
	margin-bottom: 0;
}

/* Excerpts (introduced) */
.entry-summary {}

/* Using <!--nextpage--> */
p.page-links a {}

/* More link <!--more--> */
a.more-link {}

p.no-data {
	margin: 0 0 1.5em;
	padding: 0 20px;
}

/* Entry metadata */
.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 6px 0 0 0;
}

		/* Post series */
		.series {}
			.series-title {}

/* Navigation links */
.navigation-links {
	clear: both;
	margin: 1em 0;
	padding: 0 0 5px;
}
.navigation-links:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.navigation-links .previous {
	float: left;
	padding-left: 10px;
}
.navigation-links .next {
	float: right;
	padding-right: 10px;
}
@media only screen and (min-width: 900px) {
	.navigation-links .previous {
		padding-left: 20px;
	}
	.navigation-links .next {
		padding: 20px;
	}
}

.navigation-links a .previous, .navigation-links a .next {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-decoration: none;
}
.navigation-links a span:hover, .navigation-links a span:hover {
	text-decoration: underline;
}

/* WP PageNavi (plugin) */
.wp-pagenavi {margin: 0 0 30px 20px;}
.wp-pagenavi .pages {}
.wp-pagenavi .current {}
.wp-pagenavi .extend {}
.wp-pagenavi a {
	text-decoration: none;
	border: none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
	border: none;
}

		/* Attachment image navigation */
		.navigation-attachment {}

/**
* Comments template
************************************************/

/* Wrapper for entire comments area */
#comments-template {
	padding: 15px 20px 0 20px;
}

/* Comments section headers/titles */
.comments-header {}
#comments-number {
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0 0 20px;
}
#comments div.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
}
#comments div.comment-text p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
}

#commentform p.log-in-out {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Comments closed paragraph */
p.comments-closed {font-style: italic;}

/* Main comments section */
#comments {color: #333;}
#comments ol.comment-list {
	margin: 0;
	padding: 0;
}
.comment-text {
	margin-top: 1em;
}

/* Individual comments (note that WordPress has even/odd backwards) */
#comments li {
	clear: left;
	list-style: none;
	margin-bottom: 2em;
}
.comment-list cite {
	color: #777;
	display:block;
	font-style:normal;
	padding: 0;
}
.comment-list img.avatar {
	border: 1px solid #b9b9b9;
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
}
#comments li li {list-style-type: lower-alpha;}
#comments li li li {list-style-type: lower-roman;}
#comments li li li li li {list-style-type: lower-roman;}
#comments li li li li {list-style-type: lower-alpha;}
#comments li.even {}
#comments li.odd {}
#comments li.thread-even {}
#comments li.thread-odd {}
#comments li.author {background: #dddddd;}
#comments li.trackback {}
#comments li.pingback {}

.comment-list span.author {
	clear: none;
	text-transform: uppercase;
}

.comment-list .time {}

#comments .alt .comment-text {}

/* Comment metadata */
#comments .comment-meta .published, .comment-meta a.permalink,
.comment-meta a.comment-reply-link {
	font-size: 11px;
	font-size: 1.1rem;
}
#comments .comment-meta cite {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

/* Main comment form div */
#respond {
	clear: left;
	margin: 0 0 15px;
	padding-top: 20px;
}

/* Comment form title */
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
}
#respond #reply-title {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Comment form elements */
p#cancel-comment-reply {font-style: italic;}
#respond form {
	padding-top: 10px;
}
#respond cite.fn {font-size: 1em;}
#respond .form-author, #respond .form-email, #respond .form-url {
	text-align: left;
}
#respond #commentform label {
	display: block;
}
#respond input.text-input {
	margin: 0;
}
#respond input.text-input:focus, #respond textarea:focus {}
#respond .form-textarea {}
#respond .form-textarea label {}


/**
* Search template
************************************************/
#content .search {
	margin: 0 0 30px 20px;
}
.error-404 #content .search {
	margin: 20px 0 30px;
}
#content .search-form input.search-text {
	background: #f8f8f0;
	border: 1px solid #81858f;
	color: #81858f;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-size: 1.5rem;
	font-style: italic;
	position: absolute;
	margin: 0;
	padding: 2px 4px;
	width: 180px;
}
#content .search .search-form input:focus {
	background: #fff;
}
#content .search input.button {
	background: transparent url(images/mag-glass.png) no-repeat 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	height: 24px;
	left: 169px;
	position: relative;
	text-indent: -9999px;
	top: -1px;
	width: 24px;
}

/**
* Utility widget sections (see other widget code below)
************************************************/

/* All utility widget sections (except widgets template) */
.utility {}

/* Before content */
#utility-before-content {}

/* After content */
#utility-after-content {}

/* After post but before comments */
#utility-after-single {}

/* After page but before comments */
#utility-after-page {}

/* Widgets page template widgets */
.page-template-widgets #content .widget {}

/**
* Widget sections
************************************************/

/* Primary widget section */
#primary {
	display: block;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}
#primary .widget {
	border: 0;
	margin: 0 0 20px;
	width: 100%;
}
#primary .widget-inside {
 	margin: 0;
 	padding: 0 20px;
}
@media only screen and (min-width: 840px) {
    #primary {
    	border-right: 1px solid #2b251b;
    	float: left;
    	padding: 20px 20px 20px 0;
   		overflow: hidden;
   		width: 20.83%;
	}
  	.home #primary, .blog #primary, .singular-post #primary {
    	float: right;
    	padding: 20px 0;
   		overflow: hidden;
   		width: 27.04%;
	}
	#primary .widget {
		float: none;
		margin: 0 0 20px 20px;
		max-width: 180px;
	}
	.home #primary .widget, .blog #primary .widget,
	.singular-post #primary .widget {
    	margin: 0 55px 20px 0;
		max-width: 240px;
	}
}

#primary h3.widget-title {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 21px;
	margin: 0 0 0.5em;
	padding: 0;
}

#primary .textwidget, #primary .textwidget p {
	line-height: 16px;
	margin: 0 0 20px;
	padding: 0;
}

#primary ul {
	margin-bottom: 0;
	padding-left: 0.5em;
}


/* Secondary widget section */
#secondary {}
#secondary:after {}
#secondary .widget {}
#secondary .widget-inside {}
#secondary h3.widget-title {}


/**
* Footer
************************************************/

#footer-container {
	background: #000;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#footer-container:after {
	content:".";
	display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Subsidiary widget section */
#subsidiary {}
#subsidiary .widget {
	color: #b0a180;
	margin: 10px auto;
	width: 90%;
}
#subsidiary .widget-inside {}
#subsidiary .widget-title {}
#subsidiary ul {
	margin: 0;
	padding: 0;
	text-align: center
}
#subsidiary li {
	background: none;
	display: inline;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 16px;
	margin: 0 auto;
	padding: 0 5px;
}
#subsidiary a {
	color: #b0a180;
}

/* Footer section */
#footer {
	position: relative;
	text-align: center;
	width: auto;
}
#footer a {
	color: #b0a180;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	color: #b0a180;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 14px;
	margin: 0 auto 20px;
	width: 90%;
}

@media only screen and (min-width: 960px) {
	#footer-container {
		margin: 0 auto;
		width: 960px;
	}
}


/**
* Miscellanous
************************************************/
a.linkbutton {
	background: #777525;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 13px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	outline: none;
	margin: 5px auto;
	padding: 11px 16px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
}
a.linkbutton:hover {
	background: #2b251b;
}

/* Gravity Forms */
.gform_wrapper ul li {
	background: none;
	padding: 0;
}
.gform_wrapper ul li.gfield {
	background: none;
	clear: left !important;
	margin-bottom: 0.7em !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 90% !important;
}
.gform_wrapper .top_label textarea {
	width: 90% !important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 10px 0 0 0 !important;
	font-weight: bold;
}

.gform_wrapper select {
	font-size: 13px !important;
	font-size: 1.3rem !important;
	padding: 3px 6px !important;
}
.ui-datepicker-title select,
.ui-datepicker-title select option {
	color: #333 !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"],
.gform_wrapper input[type="email"], .gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	background: #fff !important;
	border: 1px solid #b9b9b9 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	line-height: 15px !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: normal;
	margin-left: 0 !important;
	padding: 4px 6px !important;
	overflow: hidden;
}
.gform_wrapper textarea {
	background: #fff !important;
	border: 1px solid #b9b9b9 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: normal;
	padding: 4px 6px !important;
	resize: none;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	background: none;
	border: 0;
	outline: none;
}

.container .gform_wrapper .ginput_complex input[type=text],
.container .gform_wrapper .ginput_complex input[type=url],
.container .gform_wrapper .ginput_complex input[type=email],
.container .gform_wrapper .ginput_complex input[type=tel],
.container .gform_wrapper .ginput_complex input[type=number],
.container .gform_wrapper .ginput_complex input[type=password],
.container .gform_wrapper .ginput_complex select {
	padding: 8px 4px !important;
	width: 94% !important;
}
.gform_wrapper .simple_captcha_medium input[type="text"] {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 4px 8px;
	width: 90% !important;
}

.gform_wrapper .gform_footer {
	padding: 10px 0 10px 0 !important;
	margin: 0 !important;
	clear: both;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 8px 14px 7px;
}

@media only screen and (min-width: 480px) {
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 50% !important;
	}
	.gform_wrapper .top_label textarea {
		width: 50% !important;
	}
	.gform_wrapper .simple_captcha_medium input[type="text"] {
		width: 50% !important;
	}
}
@media only screen and (min-width: 960px) {
	.content .gform_wrapper {
		background: #fff;
		padding: 15px 20px;
	}
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 30% !important;
	}
	.gform_wrapper .top_label textarea {
		width: 50% !important;
	}
	.gform_wrapper .simple_captcha_medium input[type="text"] {
		width: 30% !important;
	}
}

/**
* WooCommerce Customizations
************************************************/

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
	padding: 20px 0 10px !important;
}

/* Shop menu */
#primary .widget.nav-menu .widget-inside {
	padding: 0;
}
ul#menu-shop-menu {
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
}
ul#menu-shop-menu li {
	background-image: none;
	display: list-item;
	font-weight: normal;
	line-height: 1.2;
	margin: 1px 0 0;
	padding: 0;
}
ul#menu-shop-menu a {
	display: block;
	text-decoration: none;
}
ul#menu-shop-menu .menu-item-object-product_cat a {
	font-weight: bold;
}
ul#menu-shop-menu li a:link, ul#menu-shop-menu li a:visited {
	color: #fff;
	font-size: 14px;
}
ul#menu-shop-menu li li a:link, ul#menu-shop-menu li li a:visited {
	color: #000;
	font-size: 14px;
}
#primary ul#menu-shop-menu ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#primary ul#menu-shop-menu ul a {
	font-weight: normal;
	padding-left: 15px;
}
#primary ul#menu-shop-menu ul ul a {
	font-weight: normal;
	padding-left: 25px;
}

ul#menu-shop-menu li a, ul#menu-shop-menu ul li a {
	background:#000;
	color:#fff;
	padding:0.5em;
}
ul#menu-shop-menu li a:hover, ul#menu-shop-menu ul li a:hover {
	background:#000;
}

ul#menu-shop-menu li ul li a,
ul#menu-shop-menu li ul ul li a {
	background:#ccc;
	color:#000;
	padding-left: 0;
	-webkit-transition:all .09s ease-in;
    -moz-transition:all .09s ease-in;
    -o-transition:all .09s ease-in;
    transition:all .09s ease-in;
}
ul#menu-shop-menu li ul li a:hover,
ul#menu-shop-menu li ul ul li a:hover {
	background: #aaa;
	border-left: 5px #000 solid;
	padding-left: 0;
	-webkit-transition:all .09s ease-in;
    -moz-transition:all .09s ease-in;
    -o-transition:all .09s ease-in;
    transition:all .09s ease-in;
}
ul#menu-shop-menu a.active, ul#menu-shop-menu ul li a.active,
ul#menu-shop-menu a.active:hover,
ul#menu-shop-menu ul li a.active:hover {
	text-decoration:underline;
}

@media only screen and (max-width: 540px) {
	#primary .widget.nav-menu .widget-inside {
		padding: 0 20px;
	}
}


/* Shop page and subcats */
mark.count {
	background: transparent;
}
li.product-category h3, .woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	line-height: 1.5;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #000 !important;
}
.woocommerce ul.page-numbers li {
	background: none;
}

/* Single Product page */
.woocommerce .product {
	padding-top: 10px;
}
.woocommerce .ssba {
	display: none;
}
span.tagged_as, span.posted_in {
	display: block;
}

table.shop_attributes {
	background: #fff;
	color: #000;
}
table.shop_attributes th {
	color: #000;
}
table.shop_attributes td {
	padding: 8px !important;
}
p.price span.amount {
	color: #232A0E;
}
.product p.stock {
	color: #777525 !important;
}
.product_meta span.sku {
	font-size: 120%;
	font-weight: bold;
}
.product_meta span.posted_in,
.product_meta span.tagged_as {
	color: #777;
	font-size: 11px;
	font-size: 1.1rem;
}
.product_meta span.posted_in {
	margin-top: 15px;
}
.product_meta span.tagged_as {
	margin-top: 5px;
}
.product_meta span.posted_in a, .product_meta span.tagged_as a {
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
}

/* Remove that pesky subimage in the Woo lightbox */
body > div.pp_pic_holder.pp_woocommerce > div.pp_content_container > div > div > div > div.pp_fade > div.pp_gallery > div {display: none;}


.related ul.products li.product,
.upsells.products ul.products li.product,
.related ul li.product,
.upsells.products ul li.product {
	max-width: 22% !important;
}
@media only screen and (max-width: 400px) {
	.woocommerce .related ul.products li.product,
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce .upsells.products ul.products li.product {
		float: left;
		max-width: 100% !important;
		width: 100% !important;
	}
}
@media only screen and (min-width: 400px) and (max-width: 840px) {
	.woocommerce .related ul.products li.product,
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce .upsells.products ul.products li.product {
		float: left;
		max-width: 45% !important;
		width: 45% !important;
	}
}

table.variations select {
	margin: 0 0 15px;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	margin: 0 12px 12px 0;
}

/* Cart page */
input#coupon_code {
	width: 120px !important;
}
.woocommerce-error li {
	background: none;
}
table.cart {
	background: #fff;
	color: #000;
}
table.cart th {
	border: 0;
	color: #000;
}
table.cart td {
	padding: 8px !important;
}

.cart_totals table {
	background: #fff;
}
.cart_totals table th {
	border: 0;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px !important;
	width: 50% !important;
}
.cart_totals table td {
	color: #000;
	padding: 8px !important;
	width: 49% !important;
}
.cart_totals table ul li {
	background: none;
}
.cart-collaterals ul#shipping_method li {
	background: none;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	text-align:left !important;
	width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce form.woocommerce-shipping-calculator {
	padding: 15px 0 10px;
}
.woocommerce a.shipping-calculator-button {
	font-size: 22px;
	font-size: 2.2rem;
}

.woocommerce .wc-proceed-to-checkout {
	position: relative;
	text-align: right;
}
.woocommerce .wc-proceed-to-checkout a {
	display: block;
	float: right;
	left: 0;
	max-width: 25%;
	right: 0;
	width: auto;
}
@media only screen and (max-width: 480px) {
	.woocommerce .wc-proceed-to-checkout a {
		float: none;
		max-width: 100%;
		width: auto;
	}
}


/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */

@media only screen and (max-width: 480px) {
	/* Force table to not be like tables anymore */
	.woocommerce-page table.shop_table,
	.woocommerce-page table.shop_table thead,
	.woocommerce-page table.shop_table tbody,
	.woocommerce-page table.shop_table th,
	.woocommerce-page table.shop_table td,
	.woocommerce-page table.shop_table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-page table.shop_table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.woocommerce-page table.shop_table tr {
		/*border: 1px solid #d2d3d3; */
	}

	.woocommerce-page table.shop_table td {
		/* Behave  like a "row" */
		border: 1px solid #d2d3d3;
		position: relative;
		padding-left: 30% !important;
	}

	.woocommerce-page table.shop_table {
		border: none;
	}

	.woocommerce-page table.shop_table td.product-spacer {
		border-color: #FFF;
		height: 10px;
	}

	.woocommerce-page table.shop_table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.woocommerce-page table.shop_table td.product-remove:before {
		content: "DELETE";
	}

	.woocommerce-page table.shop_table tr.composited_table_item td.product-remove:before {
		content: "";
	}

	.woocommerce-page table.shop_table td.product-thumbnail:before {
		content: "IMAGE";
	}

	.woocommerce-page table.shop_table td.product-name:before {
		content: "PRODUCT";
	}

	.woocommerce-page table.shop_table td.product-price:before {
		content: "PRICE";
	}

	.woocommerce-page table.shop_table td.product-quantity:before {
		content: "QUANTITY";
	}

	.woocommerce-page table.shop_table td.product-subtotal:before {
		content: "SUBTOTAL";
	}

	.woocommerce-page table.shop_table td.product-total:before {
		content: "TOTAL";
	}

	.woocommerce-page table.shop_table.my_account_orders td.order-number:before {
		content: "ORDER";
	}

	.woocommerce-page table.shop_table.my_account_orders td.order-date:before {
		content: "DATE";
	}

	.woocommerce-page table.shop_table.my_account_orders td.order-status:before {
		content: "STATUS";
	}

	.woocommerce-page table.shop_table.my_account_orders td.order-total:before {
		content: "TOTAL";
	}

	.woocommerce-page table.shop_table.my_account_orders td.order-actions:before {
		content: "";
	}

	.woocommerce .quantity,
	.woocommerce #content .quantity,
	.woocommerce-page .quantity,
	.woocommerce-page #content .quantity {
		margin: 0;
	}

	.woocommerce-page table.cart td.actions,
	.woocommerce-page #content table.cart td.actions {
		text-align: left;
		border:0;
		padding-left: 6px !important;
	}

	.woocommerce-page table.cart td.actions .button.alt,
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}

	.woocommerce-page table.cart td.actions div,
	.woocommerce-page #content table.cart td.actions div,
	.woocommerce-page table.cart td.actions input,
	.woocommerce-page #content table.cart td.actions input {
		margin-bottom: 10px;
		float: left;
		margin-top: 10px;
	}

	.woocommerce-page .cart-collaterals .cart_totals {
		clear: both;
		float: left;
		margin-top: 30px;
		width: 100%;
		text-align: left;
	}

	.woocommerce-page .cart-collaterals .cart_totals th,
	.woocommerce-page .cart-collaterals .cart_totals td {
		border:0 !important;
	}

	.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
		padding-left: 6px !important;
	}

	.woocommerce-page table.shop_table tr.cart-subtotal td,
	.woocommerce-page table.shop_table tr.shipping td,
	.woocommerce-page table.shop_table tr.total td,
	.woocommerce-page table.shop_table.order_details tfoot th,
	.woocommerce-page table.shop_table.order_details tfoot td {
		padding-left: 6px !important;
		border:0 !important;
	}

	.woocommerce-page table.shop_table tbody {
		padding-top: 10px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce .order_details ul,
	.woocommerce-page .order_details ul,
	.woocommerce .order_details,
	.woocommerce-page .order_details {
		padding:0;
	}

	.woocommerce .order_details li,
	.woocommerce-page .order_details li {
		clear: left;
		margin-bottom: 10px;
		border:0;
	}

	.woocommerce td.actions .coupon {
		margin-bottom: 10px;
	}

	/* END Make the cart table responsive */
}


/* Checkout page */
#order_review table, table.order_details {
	background: #fff;
}
#order_review table th, table.order_details th {
	border: 0;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px !important;
}
ul.order_details li, .woocommerce form.checkout ul li {
	background: none;
}
.woocommerce #payment {
	background: #fff !important;
}
ul.payment_methods li {
	background: none;
}


/* Buttons */
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce #content input.button, .woocommerce-page a.button,
.woocommerce-page button.button, .woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	background: #777525 !important;
	border: 1px solid #c7c0c7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font: 13px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal !important;
	line-height: 1em;
	margin: 0;
	overflow: visible;
	padding: 6px 10px;
	position: relative;
	text-shadow: none !important;
	white-space: nowrap;
}
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover, .woocommerce-page a.button:hover,
.woocommerce-page button.button:hover, .woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	background: #2b251b !important;
}


/* Woo mini cart widget */
#primary.aside .widget_shopping_cart .widget-inside {
	padding: 0;
}
#primary.aside .widget_shopping_cart li {
	background: none;
}
#primary.aside .widget_shopping_cart p.total {
	border-top-color: #000;
}
#primary.aside .widget_shopping_cart p.buttons a.button {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	margin-bottom: 3px;
}
@media only screen and (max-width: 540px) {
	#primary.aside .widget_shopping_cart {
		margin: 0 20px 20px;
		max-width: 90%;
	}
	#primary.aside .widget_shopping_cart img.wp-post-image {
		display: none;
	}
}


/* Woo search widget */
#primary.aside .widget_product_search {
	margin: 0 0 20px 20px;
}
.home #primary.aside .widget_product_search {
	margin: 0 20px 20px;
}
.blog #primary.aside .widget_product_search,
.singular-post #primary.aside .widget_product_search {
	margin: 0 20px 20px 0;
}
#primary.aside .widget_product_search .widget-inside {
	padding: 0 20px 0 0;
}
#primary.aside .widget_product_search input[type="text"] {
	width: 100%;
}
#primary.aside .widget_product_search input[type="submit"] {
	padding: 5px 11px;
}
#primary.aside .widget_product_search label.screen-reader-text {
	left: -9999px;
	position: absolute;
}

.home #primary.aside .widget_product_search input[type="text"] {
	width: 60%;
}

@media only screen and (max-width: 540px) {
	.blog #primary.aside .widget_product_search,
	.singular-post #primary.aside .widget_product_search,
	.home #primary.aside .widget_product_search,
	.blog #primary.aside .widget_product_search {
		margin: 0 20px 20px;
	}
	#primary.aside .widget_product_search input[type="text"] {
		width: 80%;
	}
}

/* Woo Featured products on home page */
.home .woocommerce {
	white-space: normal !important;
}
.home .woocommerce ul.products {
	margin: 5px 0;
	padding: 0;
}
.home .woocommerce ul.products li.product {
	background: none;
	color: #000 !important;
	padding: 0;
	overflow: hidden;
}
.home .woocommerce ul.products li.product a h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	margin: 0;
	padding: 6px 0;
	width: 100%;
}
.home .woocommerce h3 {
	white-space: normal !important;
}
.home .woocommerce ul.products li.product span.price {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.home .woocommerce ul.products li.product a.button {
	margin: 10px 0;
	padding: 7px 12px;
}

@media only screen and (max-width: 540px) {
	.home .woocommerce h3 {
		white-space: normal;
	}
	.home .woocommerce ul.products li.product {
		overflow: hidden;
}

/* Style data tables */
.data {
	margin:0 auto 1em auto;
	border-collapse: collapse;
	border: 1px solid #000;
}

.data caption {
	font-size: 1.1em;
	width: 100%;
	font-weight:bold;
	background-color: #000;
	color: #fff;
	border-right: 1px solid #000;
}

.data th {
	background-color: #ccc;
	color: #000;
}
.data th, .data td {
	border: 1px solid #000;
	margin: 0;
	padding: 3px 10px;
	font-size: .9em;
}

.data model {
	width: 20%;
}

/* Style top-rated products */
ul.product_list_widget li {
	background: none;
}

/* Style state dropdown in card */
.woocommerce-checkout .form-row .chosen-container ul.chosen-results li.active-result {
	background-image: none !important;
}

/* Woo Dealer Locator */
#addressSubmit.slp_ui_button {
	background-image: none !important;
	background: #777525 !important;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 20px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	outline: none;
	margin: 5px auto;
	padding: 11px 16px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
}
#addressSubmit.slp_ui_button:hover {
	background: #2b251b;
}
#map_sidebar {
	padding-top: 20px !important;
}

/* Remove bullets */
li.product {
	background-image: none !important;
}

