/*
Theme Name: JH Web Designer
Theme URI: https://www.jhwebdesigner.com
Author: JH Web Designer
Author URI: https://www.jhwebdesigner.com
Description: A custom WordPress theme for your website by JH Web Designer.
Version: 2
*/

@font-face {
    font-family: "HandShop";
    src: url('fonts/HandShop.ttf') format('truetype');
}
@font-face {
    font-family: "HandShop";
    src: url('fonts/HandShop.woff') format('woff');
}

/* =Reset
-------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #E0BD8A;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.page-title,
.entry-content th,
.comment-content th {
	font-size: 12px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #242424;
}
.widget-title {
	color: #242424;
	font-size: 28px;
	font-family: 'Cookie', cursive;
	line-height: 1.2;
	font-weight: normal;
	text-transform: capitalize;
}
header.archive-header, header.page-header {
	border-bottom: 1px solid #E0BD8A;
	margin: 0 0 24px;
	padding: 0 0 9px;
}
header.archive-header h1.archive-title {
	color: #242424;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.181818182;
}
header.archive-header h1.archive-title span {
	color: #aa7323;
	font-style: italic;
}
header.archive-header h1.archive-title span.count::before {
	content: "entries: ";
	color: #242424;
}
header.archive-header h1.archive-title span.count {
	font-style: normal;
	float: right;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
label {
	color: #242424;
	font-weight: bold;
	text-transform: capitalize;
}
button,
input,
select,
textarea {
	border: 1px solid #E0BD8A;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	transition: all 0.35s ease 0s;
	outline: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #242424;
	transition: all 0.25s ease 0s;
}
span.selection .select2-container--default,
span.selection .select2-selection--single {
	border: 1px solid #E0BD8A;
	border-radius: 3px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 3px;
	color: #242424;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.428571429;
	padding: 0;
}
.menu-toggle:hover,
.menu-toggle:focus {
	color: #CA8242;
	background-color: transparent;
	border: 0;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: #242424;
	border: 1px solid #242424;
	border-radius: 3px;
	color: #FAD999;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.428571429;
	padding: 6px 10px;
	transition: all 0.35s ease 0s;
	outline: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background-color: #FAD999;
	color: #242424;
	transition: all 0.25s ease 0s;
}
.bypostauthor cite span {
	display: none;
	color: #fff;
	background-color: #aa7323;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin: 0 0 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding: 24px 0 0;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Breadcrumbs
-------------------------------------------------------------- */

div.breadcrumb-box {
	display: block;
	padding: 12px 24px;
	margin: 12px 0 0;
}
nav.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	display: block;
	color: #242424;
	font-size: 14px;
	line-height: 1.5;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}
nav.woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a {
	color: #242424;
	text-decoration: underline;
	outline: none;
}
nav.woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #aa7323;
	text-decoration: none;
}

/* =Cart and Checkout Message Box
-------------------------------------------------------------- */

div.cart-checkout-msg-box {
	display: block;
	background-color: #ffc0c0;
	border-top: 3px solid #b36767;
	color: #000;
	padding: 24px;
	margin: 0 0 36px;
}
div.cart-checkout-msg-box .message-content {
	font-weight: 900;
	line-height: 1.65;
}
div.cart-checkout-msg-box .message-content::before {
	display: block;
	content: '\f071';
	font-size: 22px;
	font-family: FontAwesome;
	font-weight: normal;
	float: left;
	line-height: 2;
	margin: 0 16px 0 0;
}

/* =Woo Products Share Icons
-------------------------------------------------------------- */
div.share-icon-box {
	display: block;
	margin: 24px 0 0;
}
div.share-icon-box span {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 6px;
}
div.share-icon-box a.share-icon-link {
	display: inline-block;
	margin: 0 3px;
}
div.share-icon-box a.share-icon-link::before {
	display: block;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 1;
}
div.share-icon-box a.share-icon-link.faceb::before {
	content: '\f082';
}
div.share-icon-box a.share-icon-link.pin::before {
	content: '\f0d3';
}
div.share-icon-box a.share-icon-link.twit::before {
	content: '\f081';
}

/* =Create Account
-------------------------------------------------------------- */

div.entry-content div.registration-complete-msg-box p a {
	background-color: #242424;
	border: 1px solid #242424;
	color: #FAD999;
}
div.entry-content div.registration-complete-msg-box p a:hover {
	background-color: #FAD999;
	border: 1px solid #242424;
	color: #242424;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	color: #aa7323;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #444;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
}
.site-content a {
	outline: none;
}
.widget-area {
	margin: 24px 0 0;
}
#main {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}
/* Header */
div.header-top-widget-box {
	background-color: #343434;
	padding: 6px 24px;
}
hbar {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
}
aside.header-top-widget:nth-child(1) {
	display: table;
	float: left;
}
aside.header-top-widget:nth-child(2) {
	display: table;
	float: right;
}
aside.header-top-widget form input.search-field {
	background-color: #343434;
	border: 1px solid #FAD999;
	border-radius: 0;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	padding: 3px 6px;
	outline: none;
}
aside.header-top-widget form input.search-field:focus {
	border: 1px solid #D79557;
	transition: all 0.25s ease 0s;
}
aside.header-top-widget form input[type="submit"],
aside.header-top-widget form button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	padding: 3px 6px;
}
aside.header-top-widget form button::before {
	color: #FAD999;
}
aside.header-top-widget form input.search {
	border: 0;
	background-image: url('imgs/search-icon.png');
	background-repeat: no-repeat;
	height: 18px;
	width: 24px;
}
aside.header-top-widget form button span {
	display: none;
}
aside.header-top-widget a {
	display: inline-block;
	color: #FAD999;
	font-size: 18px;
	text-decoration: none;
	margin: 6px 0 0 9px;
	outline: none;
}
aside.header-top-widget a:hover {
	color: #fff;
}
.site-header {
	background-color: #fde8cd;
	padding: 0;
	position: relative;
}
hgroup {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding: 24px;
}
hgroup a.logo {
	display: table;
	margin: 0 auto;
	outline: none;
}
hgroup img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Navigation Menu */
.site-header div.top-nav {
	display: block;
	color: #242424;
	line-height: 1.5;
	text-align: center;
	margin: 24px 0 0;
}
.site-header div.top-nav a {
	color: #242424;
	text-decoration: none;
	outline: none;
}
.site-header div.top-nav a:hover {
	color: #a26d09;
}
.site-header div.top-nav span.cart-contents,
.site-header div.top-nav a.cart-contents {
	background-color: #242424;
	color: #FAD999;
	cursor: pointer;
	border-radius: 50%;
	padding: 12px 7px;
	position: absolute;
	top: 24px;
	right: 24px;
	text-align: center;
	width: 30px;
	height: 20px;
	text-decoration: none;
}
.site-header div.top-nav span.cart-contents:hover,
.site-header div.top-nav a.cart-contents:hover {
	background-color: #a26d09;
	color: #fde8cd;
}
.site-header div.top-nav span.cart-contents:hover::before,
.site-header div.top-nav a.cart-contents:hover::before {
	content: 'Cart';
	color: #fde8cd;
	font-family: inherit;
	font-size: 12px;
	line-height: 1;
}
.site-header div.top-nav span.cart-contents::before,
.site-header div.top-nav a.cart-contents::before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	margin: 0 8px 0 4px;
}
.site-header div.top-nav span.cart-contents span,
.site-header div.top-nav a.cart-contents span {
	background-color: #fff;
	color: #242424;
	position: absolute;
	width: 20px;
	height: 20px;
	justify-content: center;
	text-align: center;
	line-height: 1.35;
	border-radius: 50%;
	top: -3px;
	right: -12px;
	padding: 2px;
}
div.header-widget-box {
	display: none;
	text-align: center;
	margin: 0;
}
h3.header-widget-title {
	display: none;
}
aside.header-widget ul li {
	display: inline-block;
	margin: 0 6px 0;
}
aside.header-widget ul li a {
	color: #242424;
	text-decoration: none;
	outline: none;
}
aside.header-widget ul li a:hover {
	color: #a26d09;
}
.main-navigation {
	background-color: #efc8a1;
	margin: 0;
	padding: 12px;
	text-align: center;
}
.main-navigation li {
	font-size: 16px;
	line-height: 1.42857143;
	margin: 0;
	padding: 12px 0;
}
.main-navigation li.new {
	background-color: #fde8cd;
}
.main-navigation a {
	color: #242424;
	text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #242424;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	width: 100%;
}

/* Banner */
banner {
	display: block;
}
banner a {
	outline: none;
}
banner img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin: 0;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin: 0 0 24px;
}
.widget-area .widget .textwidget {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #E0BD8A;
	padding: 12px;
}
.widget-area .textwidget ul {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #E0BD8A;
	list-style: disc outside;
	padding: 12px;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #aa7323;
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #444;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
div.tagcloud a.tag-cloud-link {
	display: inline-block;
	color: #aa7323;
	border: 1px solid #aa7323;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 3px;
	margin: 3px;
}
div.tagcloud a.tag-cloud-link:hover {
	color: #242424;
	border: 1px solid #242424;
}
/* Footer */
footer[role="contentinfo"] {
	background-color: #151515;
	color: #fff;
	clear: both;
	font-size: 12px;
	line-height: 2;
	margin: 0;
	padding: 24px;
}
footer[role="contentinfo"] a {
	color: #fff;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #FAD999;
}
div.site-info {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
}
div.site-info span {
	display: table;
}
div.site-info span a {
	text-decoration: underline;
}
div.site-info span a:hover {
	text-decoration: none;
}

/* Footer Widgets */
div.footer-widget-box {
	display: block;
	background-color: #242424;
	border-top: 3px solid #151515;
	padding: 24px;
	margin: 24px 0 0;
}
div.footer-widgets {
	display: block;
	color: #eee;
	max-width: 1400px;
	margin: 0 auto;
}
aside.footer-widget {
	display: block;
	margin: 0 0 24px;
}
div.footer-widget-box .footer-widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.footer-widget-title {
	font-size: 16px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #FAD999;
}
div.footer-widget-box .footer-widget h3 {
	margin: 0 0 12px;
}
div.footer-widget-box .footer-widget h3::after {
	display: block;
	content: "";
	background-color: #3e3e3e;
	height: 2px;
	width: 50px;
}
div.footer-widget-box .footer-widget p,
div.footer-widget-box .footer-widget li,
div.footer-widget-box .footer-widget .textwidget {
	font-size: 13px;
	line-height: 1.7;
}
div.footer-widget-box .footer-widget a {
	color: #eee;
	text-decoration: none;
	outline: none;
}
div.footer-widget-box .footer-widget a:hover {
	color: #FAD999;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin: 0 0 24px;
}
.entry-header img.wp-post-image {
	margin: 0 0 24px;
}
.entry-header .entry-title {
	color: #242424;
	font-family: 'Cookie', cursive;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: capitalize;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin: 24px 0 0;
	font-weight: normal;
}
.entry-header .comments-link {
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin: 0 0 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin: 0 0 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin: 12px 0;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin: 0 0 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 0 24px;
	margin: 0 1.714285714rem;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	margin: 0;
}
.woocommerce-checkout td.product-name ul.wc-item-meta li,
.woocommerce-view-order td.product-name ul.wc-item-meta li {
	margin: 0 0 3px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #E0BD8A;
	color: #444;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #E0BD8A;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin: 0 0 48px;
	padding: 0 0 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 22px 0 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin: 8px 0 0;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin: 0 0 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding: 0 0 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin: 0 0 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	color: #242424;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 12px;
}
.comments-title span {
	color: #aa7323;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 24px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
div.cite-time-box {
	display: block;
	margin-left: 60px;
	padding: 10px 0;
}
.comments-area article header cite {
	color: #242424;
	font-style: normal;
	font-size: 16px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: bold;
}
.comments-area article header time {
	color: #808080;
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	float: right;
	margin: -2px 0 0;
}
.comments-area article header a {
	text-decoration: none;
	color: #aa7323;
}
.comments-area article header a:hover {
	color: #444;
}
.comments-area article header cite a {
	color: #aa7323;
}
.comments-area article header cite a:hover {
	color: #444;
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
div.comments-area ol.commentlist li.comment.even {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 12px;
	margin: 0 0 24px;
}
div.reply,
section.comment-content.comment {
	margin-left: 60px;
}
a.comment-reply-link {
	color: #aa7323;
	border: 1px solid #dcdcdc;
	font-size: 13px;
	line-height: 1.846153846;
	text-transform: uppercase;
	padding: 3px 6px;
}
a.comment-reply-link::before {
	content: "\f112";
	font-family: FontAwesome;
	margin: 0 6px 0 0;
}
a.comment-reply-link:hover{
	color: #444;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin: 0 0 24px;
}

/* Comment form */
#respond {
	margin: 24px 0 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 24px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin: 0 0 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Home page template
-------------------------------------------------------------- */
body.page-template-homepage {
	background-color: #F5F5F5;
}
body.page-template-homepage .site {
	background-color: transparent;
}
.entry-page-image {
	margin: 0 0 14px;
}
body.page-template-homepage #main {
	max-width: 100%;
	padding: 0;
}
body.page-template-homepage div.footer-widget-box {
	margin: 0;
}
.page-template-homepage .site-content article {
	max-width: 1400px;
	margin: 0 auto 24px;
}
.page-template-homepage .widget-area {
	border-top: 3px solid #EAD2B0;
	background-color: #F6EDE0;
	color: #242424;
	clear: both;
	float: left;
	width: auto;
	padding: 24px;
	margin: 0;
}
.page-template-homepage .widget-area .widget .textwidget {
	border: 0;
	border-top: 0;
	padding: 0;
}
.page-template-homepage .widget-area .front-widgets {
	margin: 0 0 24px;
}
.page-template-homepage .widget-area .front-widgets .widget {
	margin: 0;
}
.page-template-homepage .widget-area .front-widgets .widget h3.widget-title {
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	font-family: inherit;
	line-height: 1.5;
	text-transform: capitalize;
}
.page-template-homepage .widget-area .front-widgets .widget h3 {
	margin: 0 0 18px;
}
.page-template-homepage .widget-area .front-widgets .widget h3::after {
	content: "";
	display: block;
	background-color: #DBCDBA;
	height: 3px;
	margin: 6px 0 0;
	width: 200px;
}
.page-template-homepage .widget-area .front-widgets p {
	font-size: 14px;
}
.page-template-homepage .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.page-template-homepage .widget-area .widget li a {
	color: #242424;
	text-decoration: underline;
	outline: none;
}
.page-template-homepage .widget-area .widget li a:hover {
	text-decoration: none;
}
.page-template-homepage .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}

/* =My Pagination - Product Search
----------------------------------------------- */
div.product-search.page-num {
	display: block;
	text-align: center;
	padding: 12px;
}
div.product-search.page-num .page-numbers.current {
	background-color: #242424;
	color: #FAD999;
}
div.product-search.page-num .page-numbers {
	display: inline-block;
	border: 1px solid #242424;
	padding: 5px 12px;
	line-height: 1.5;
	margin: 0 -4px 0 0;
	border-right: 0;
}
div.product-search.page-num a.page-numbers:hover {
	background-color: #FAD999;
	color: #242424;
}
div.product-search.page-num .page-numbers:last-of-type {
	border-right: 1px solid #242424;
}
div.product-search.page-num .page-numbers.dots {
	border-right: 0;
}

/* WooCommerce
-------------------------------------------------------------- */

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #242424;
	border-right: 0;
	margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #242424;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #FAD999;
	color: #242424;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #242424;
	color: #FAD999;
}

.woocommerce div.product p.stock::before {
	content: "QTY: ";
	color: #444;
	font-weight: bold;
}
.woocommerce div.product p.stock {
	color: #e81212;
	font-size: 14px;
}

.woocommerce ul.products li.product span.product-meta {
	display: block;
}
.woocommerce ul.products li.product .product-sku::before {
	content: "SKU: ";
	font-weight: bold;
}
.woocommerce ul.products li.product .product-qty::before {
	content: "QTY: ";
	color: #444;
	font-weight: bold;
}
.woocommerce ul.products li.product .product-qty {
	color: #e81212;
}

.woocommerce ul.products li.product a {
	text-align: center;
	text-decoration: none;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
}
.woocommerce ul.products li.product .price {
	display: block;
	color: #242424;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
}
.woocommerce span.onsale {
	background-color: #FAD999;
	color: #242424;
	font-size: 16px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	margin: 0 0 0 6px;
}
.woocommerce ul.product_list_widget del span.woocommerce-Price-amount.amount {
	color: #a2a2a2;
	text-decoration: line-through;
}
.woocommerce ul.product_list_widget ins {
	background-color: transparent;
	margin: 0 0 0 6px;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 24px;
}
.woocommerce ul.products li.product a {
	margin: 0 auto;
	display: table;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #FAD999;
	background-color: #242424;
	border: 1px solid #242424;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
	transition: all 0.35s ease 0s;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #242424;
	color: #FAD999;
	-webkit-font-smoothing: antialiased;
	transition: all 0.35s ease 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #FAD999;
	text-decoration: none;
	background-image: none;
	color: #242424;
	transition: all 0.25s ease 0s;
}
.woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
	background-color: #242424;
	color: #FAD999;
	text-transform: capitalize;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #FAD999;
	color: #242424;
	transition: all 0.25s ease 0s;
}

/* WooCommerce Cart */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	border: 1px solid #E0BD8A;
	width: auto;
}
div.cart_totals h2 {
	color: #aa7323;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.woocommerce table.shop_table {
	border: 1px solid #E0BD8A;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 3px;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #E0BD8A;
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5;
}
.woocommerce table.shop_table_responsive tbody th.product-name, .woocommerce-page table.shop_table_responsive tbody th.product-name {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid #E0BD8A;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #E0BD8A;
}
.woocommerce ul#shipping_method li {
	line-height: 1.5;
	list-style: none;
	margin: 0 0 12px;
}
.woocommerce ul#shipping_method li:last-of-type {
	margin: 0 0 24px;
}
.woocommerce ul#shipping_method li span.shipping-note {
	display: none;
	line-height: 1.5;
	margin: 6px 0 0;
}
.woocommerce ul#shipping_method li span.shipping-note.active {
	display: block;
}

/* WooCommerce Checkout */
form.woocommerce-checkout h3 {
	display: block;
	color: #aa7323;
	border-bottom: 1px solid #E0BD8A;
	box-sizing: border-box;
	line-height: 2.5;
	text-transform: uppercase;
	margin: 0 0 24px;
	width: 100%;
}
form.woocommerce-checkout div.col-2 div.woocommerce-additional-fields h3 {
	display: none;
}
form.woocommerce-checkout h3#order_review_heading {
	border: 0;
	margin: 24px 0 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #f5f5f5;
	color: #242424;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #f5f5f5;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}
div.cross-sells h2 {
	color: #242424;
	clear: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 9px;
}
div.cross-sells ul.products {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #E0BD8A;
	padding: 12px;
}
div.cross-sells ul.products li {
	text-align: center;
}
div.cross-sells ul.products li a h2 {
	color: #aa7323;
}
div.cross-sells ul.products li:hover a h2 {
	color: #444;
}
.woocommerce-page form div.payment_method_stripe div.form-row-first,
.woocommerce-page form div.payment_method_stripe div.form-row-last {
	width: auto;
}
body.woocommerce-checkout p.woo-checkout-sq {
	background-color: #fff1a4;
	color: #000;
	padding: 12px;
}
body.woocommerce-checkout p.woo-checkout-sq::before {
	content: 'Security Question';
	color: #ff0000;
	font-weight: bold;
}
body.woocommerce-checkout p.woo-checkout-sq input {
	border: 1px solid #fff;
	border-radius: 0;
	transition: all 0.35s ease 0s;
}
body.woocommerce-checkout p.woo-checkout-sq input:focus {
	border: 1px solid #242424;
	transition: all 0.25s ease 0s;
}

/* WooCommerce My Account */
header.woocommerce-Address-title {
	display: block;
	background-color: #f5f5f5;
	padding: 0 12px;
	margin: 0 0 24px;
}
div.woocommerce-MyAccount-content header.woocommerce-Address-title h3 {
	color: #444;
	font-size: 16px;
	border: 0;
}
.woocommerce-Address header.woocommerce-Address-title h3 {
	display: table;
	float: left;
	text-transform: uppercase;
	margin: 0;
}
header.woocommerce-Address-title a.edit {
	float: right;
}
div.woocommerce-MyAccount-content h3 {
	color: #aa7323;
	border-bottom: 1px solid #E0BD8A;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 24px;
}
form.edit-account fieldset legend {
	display: block;
	border-bottom: 1px solid #E0BD8A;
	color: #aa7323;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 9px 0 12px;
	width: 100%;
}
form.edit-account label {
	font-weight: bold;
	text-transform: capitalize;
}
form.edit-account label span {
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 12px;
}
form.edit-account fieldset {
	margin: 0 0 24px;
}
form.register p,
form.edit-account fieldset p {
	position: relative;
}
form.register p:nth-child(5) i.fa,
form.edit-account fieldset p.woo-confirm-pass i.fa,
form.edit-account fieldset p.woo-new-pass i.fa,
form.edit-account fieldset p.woo-current-pass i.fa {
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 32px;
	right: 12px;
}
form.register p:nth-child(5) i.fa-eye-slash,
form.edit-account fieldset p.woo-confirm-pass i.fa-eye-slash,
form.edit-account fieldset p.woo-new-pass i.fa-eye-slash,
form.edit-account fieldset p.woo-current-pass i.fa-eye-slash {
	display: none;
}
td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	margin: 0 2px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li:nth-child(1) {
	border-top: 1px solid #ccc;
}
.woocommerce-MyAccount-navigation ul li {
	display: block;
	color: #444;
	margin:0;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
	line-height: 2;
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #444;
	display: block;
	text-decoration: none;
	outline: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #aa7323;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::after {
	display: block;
	content: "\f0e4";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after {
	display: block;
	content: "\f218";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after {
	display: block;
	content: "\f2bb";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::after {
	display: block;
	content: "\f09d";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
	display: block;
	content: "\f007";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
	display: block;
	content: "\f08b";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--track-my-order a::after {
	display: block;
	content: "\f0d1";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::after {
	display: block;
	content: "\f019";
	font-family: FontAwesome;
	font-size: 20px;
	margin: -7px 0 0 0;
	float: right;
}
#add_payment_method #payment div.payment_box .form-row-first {
	width: auto;
}

/* WooCommerce Notices */
.woocommerce-message,
.woocommerce-info {
	background-color: #fff;
	border-top-color: #E0BD8A;
	border: 1px solid #E0BD8A;
	border-top: 3px solid #E0BD8A;
	color: #242424;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #E0BD8A;
}

/* WooCommerce Create Account */
.woocommerce form.register {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	border-radius: 0;
}
.woocommerce form.register label {
	font-weight: bold;
}
.woocommerce form.register a.login-btn {
	display: inline-block;
	background-color: #FAD999;
	border: 1px solid #242424;
	color: #242424;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 12px;
	margin: 0 0 0 18px;
	transition: all 0.35s ease 0s;
}
.woocommerce form.register a.login-btn:hover {
	background-color: #242424;
	color: #FAD999;
	transition: all 0.25s ease 0s;
}

/* WooCommerce Widgets */
aside.widget_tag_cloud div.tagcloud,
aside.widget_categories ul,
aside.widget ul.menu,
.woocommerce ul.product_list_widget,
.widget-area ul.product-categories {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #E0BD8A;
	padding: 12px;
}
aside.widget_categories ul li.current-cat a,
aside.widget ul.menu li.current-menu-item a,
.widget-area ul.product-categories li.current-cat a {
	color: #242424;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount.amount {
	color: #ae7c1c;
}
.woocommerce ul.product_list_widget li img {
	width: 100px;
}
.woocommerce ul.product_list_widget li {
	line-height: 1.714285714;
}

/* Shop by Cookie Cutter Widget */
aside.widget.widget_nav_menu h3 {
	cursor: pointer;
}
#nav_menu-5 h3.widget-title::after,
#nav_menu-7 h3.widget-title::after {
	content: '\f543';
	font-family: dashicons;
	float: right;
}
#nav_menu-5 h3.widget-title.active::after,
#nav_menu-7 h3.widget-title.active::after {
	content: '\f460';
	font-family: dashicons;
	float: right;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container.cookie-cutters-nav.hide,
aside.widget.widget_nav_menu div.menu-stl-file-cookie-cutters-container.stl-file-cookie-cutters-nav.hide {
	display: none;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container ul.menu {
	display: block;
	height: 500px;
	overflow: hidden;
	overflow-y: scroll;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container ul.menu li.menu-item {
	display: none;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container ul.menu li.menu-item.active {
	display: block;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container ul.menu li.load-more a.loadmorebtn {
	display: inline-block;
	background-color: #242424;
	border: 1px solid #242424;
	color: #fff;
	text-align: center;
	padding: 6px 12px;
	margin: 14px 0 0 0;
	transition: all 0.35s ease 0s;
}
aside.widget.widget_nav_menu div.menu-shop-by-cookie-cutter-container ul.menu li.load-more a.loadmorebtn:hover {
	background-color: #fff;
	border: 1px solid #242424;
	color: #242424;
	transition: all 0.25s ease 0s;
}

/* Product STL File Ribbon */
.woocommerce ul.products li.product img.stl-file-ribbon,
.woocommerce-page ul.products li.product img.stl-file-ribbon {
	display: block;
	border-radius: 0;
	box-shadow: none;
	top: 0;
	left: 0;
	position: absolute;
	width: 90px;
	z-index: 9999;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* =Blog, Category, Tag, Single Sections
-------------------------------------------------------------- */

div.blog-pagination {
	display: block;
	margin: 0 0 48px;
}
div.blog-pagination ul.page-numbers {
	display: flex;
	list-style: none;
	line-height: 1.714285714;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}
div.blog-pagination ul.page-numbers li {
	display: block;
	margin: 0 3px;
}
div.blog-pagination ul.page-numbers li span.current {
	display: block;
	background-color: #fff;
	border: 1px solid #242424;
	color: #242424;
	padding: 0 8px;
}
div.blog-pagination ul.page-numbers li a {
	display: block;
	background-color: #242424;
	border: 1px solid #242424;
	color: #fad999;
	text-decoration: none;
	padding: 0 8px;
	outline: none;
	transition: all 0.35s ease 0s;
}
div.blog-pagination ul.page-numbers li a {
	line-height: 1.7;
	height: 24px;
}
div.blog-pagination ul.page-numbers li a:hover {
	background-color: #fad999;
	color: #242424;
	transition: all 0.25s ease 0s;
}

/* Blog Home, Category & Tag */
body.blog .blog-entry-header {
	margin: 0 0 36px;
}
body.blog .blog-entry-header .blog-entry-title {
	color: #242424;
	font-family: 'Cookie', cursive;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: capitalize;
}
body.blog div.blog-posting-img-box,
body.category div.blog-posting-img-box,
body.tag div.blog-posting-img-box {
	display: block;
	margin: 0 0 24px;
}
body.blog div.blog-posting-img-box a,
body.category div.blog-posting-img-box a,
body.tag div.blog-posting-img-box a {
	display: block;
}
body.blog div.blog-posting-img-box img,
body.category div.blog-posting-img-box img,
body.tag div.blog-posting-img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}
body.blog div.blog-posting-content-box .entry-header,
body.category div.blog-posting-content-box .entry-header,
body.tag div.blog-posting-content-box .entry-header {
	margin: 0 0 12px;
}
body.blog div.blog-posting-content-box .entry-header .entry-title,
body.category div.blog-posting-content-box .entry-header .entry-title,
body.tag div.blog-posting-content-box .entry-header .entry-title {
	color: #242424;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	text-transform: capitalize;
}
body.blog div.blog-posting-content-box .entry-header div.entry-details,
body.category div.blog-posting-content-box .entry-header  div.entry-details,
body.tag div.blog-posting-content-box .entry-header  div.entry-details {
	display: flex;
	margin: 0 0 12px;
}
body.blog div.blog-posting-content-box .entry-header span.entry-date,
body.category div.blog-posting-content-box .entry-header span.entry-date,
body.tag div.blog-posting-content-box .entry-header span.entry-date {
	display: block;
	text-transform: uppercase;
}
body.blog div.blog-posting-content-box .entry-header span.entry-date::before,
body.category div.blog-posting-content-box .entry-header span.entry-date::before,
body.tag div.blog-posting-content-box .entry-header span.entry-date::before {
	content: "\f073";
	font-family: FontAwesome;
	margin: 0 9px 0 0;
}
body.blog div.blog-posting-content-box .entry-header span.entry-date::after,
body.category div.blog-posting-content-box .entry-header span.entry-date::after,
body.tag div.blog-posting-content-box .entry-header span.entry-date::after {
	content: "|";
	margin: 0 9px;
}
body.blog div.blog-posting-content-box .entry-header span.leave-reply::before,
body.category div.blog-posting-content-box .entry-header span.leave-reply::before,
body.tag div.blog-posting-content-box .entry-header span.leave-reply::before {
	content: "\f0e5";
	font-family: FontAwesome;
	margin: 0 9px 0 0;
}
body.blog div.blog-posting-content-box div.entry-summary a,
body.category div.blog-posting-content-box div.entry-summary a,
body.tag div.blog-posting-content-box div.entry-summary a {
	display: block;
	background-color: #fff;
	border: 1px solid #aa7323;
	color: #aa7323;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.35s ease 0s;
	line-height: 1.5;
	padding: 12px;
	margin: 12px 0 0;
	width: 120px;
}
body.blog div.blog-posting-content-box div.entry-summary a:hover,
body.category div.blog-posting-content-box div.entry-summary a:hover,
body.tag div.blog-posting-content-box div.entry-summary a:hover {
	background-color: #aa7323;
	border: 1px solid #aa7323;
	color: #fff;
	transition: all 0.25s ease 0s;
}

/* Blog Single */
body.single div.entry-details {
	display: block;
	line-height: 1.5;
	margin: 0 0 24px;
}
body.single div.entry-details span::before {
	font-family: FontAwesome;
	margin: 0 6px 0 0;
}
body.single div.entry-details span.entry-date::before {
	content: "\f073";
}
body.single div.entry-details span.category::before {
	content: "\f114";
}
body.single div.entry-details span.tag::before {
	content: "\f02b";
}
body.single div.entry-details span.leave-reply::before {
	content: "\f0e5";
}
body.single div.entry-details span.tag::after,
body.single div.entry-details span.category::after,
body.single div.entry-details span.entry-date::after {
	content: "|";
	margin: 0 3px;
}
body.single-post .site-content article {
	border-bottom: 4px double #E0BD8A;
}
body.single-post .site-content .comments-area article {
	margin: 0 0 24px;
	border-bottom: 0;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	.main-navigation li.main-blog,
	.main-navigation li.main-recipes,
	.main-navigation li.main-cg,
	.main-navigation li.main-catalog,
	.main-navigation li.main-gear,
	.main-navigation li.main-gift-cards,
	.main-navigation li.main-ccotm,
	.main-navigation li.main-faq,
	.main-navigation li.main-about-us,
	.main-navigation li.main-contact-us {
		display: none;
	}

	aside.header-top-widget:nth-child(1) {
		display: table;
		float: left;
	}
	aside.header-top-widget:nth-child(2) {
		display: table;
		float: right;
	}
	hgroup {
		padding: 12px 24px;
	}
	hgroup a.logo {
		float: left;
		margin: 0;
		width: 120px;
	}
	.site-header div.top-nav {
		float: right;
		text-align: left;
		padding: 12px 0;
		margin: 18px 0 0;
		width: 350px;
	}
	.site-header div.top-nav span.cart-contents,
	.site-header div.top-nav a.cart-contents {
		top: 30px;
	}
	div.header-widget-box {
		display: block;
		float: right;
		clear: right;
		text-align: right;
		margin: 0;
		padding: 16px 0;
		width: auto;
	}
	aside.header-widget ul li {
		margin: 0 0 0 12px;
	}
	.author-avatar {
		float: left;
		margin: 8px 0 0;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 68%;
	}
	body.page-template-homepage .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 27%;
	}
	.main-navigation {
		padding: 0 24px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: center;
		max-width: 1400px;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		outline: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #242424;
		font-weight: bold;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 0 9px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		background-color: #fde8cd;
		color: #242424;
	}
	.main-navigation li {
		font-size: 12px;
		margin: 0 0 0 -4px;
		padding: 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		background-color: #fde8cd;
		color: #242424;
	}
	.menu-toggle {
		display: none;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.page-template-homepage .site-content,
	.page-template-homepage article {
		overflow: hidden;
	}
	.page-template-homepage.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.page-template-homepage .widget-area {
		display: flex;
	}
	.page-template-homepage .widget-area .front-widgets {
		display: block;
		float: left;
		width: 50%;
		padding: 0 24px;
		margin: 0;
	}
	.commentlist .children {
		margin-left: 48px;
	}
	div.footer-widgets {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	aside.footer-widget {
		display: block;
		padding: 0 24px;
		margin: 0;
		width: 25%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 32%;
		margin: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 62%;
	}
	#add_payment_method #payment div.payment_box .form-row-first {
		width: 140px;
	}
	.woocommerce-page form div.payment_method_stripe div.form-row-first,
	.woocommerce-page form div.payment_method_stripe div.form-row-last {
		width: 40%;
	}
	.woocommerce table.shop_table_responsive tbody th.product-name, .woocommerce-page table.shop_table_responsive tbody th.product-name {
		display: table-cell;
		box-sizing: unset;
		width: auto;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	div.breadcrumb-box {
		margin: 48px 0 0;
	}
	hgroup {
		position: relative;
		padding: 19px 24px;
	}
	hgroup a.logo {
		float: none;
		position: absolute;
		margin: 0;
		top: 12px;
		width: 200px;
		z-index: 1;
	}
	.site-header div.top-nav {
		float: right;
		text-align: left;
		width: 350px;
		margin: 0;
	}
	.site-header div.top-nav span.cart-contents,
	.site-header div.top-nav a.cart-contents {
		top: 22px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation li {
		font-size: 14px;
	}
	.main-navigation li a {
		padding: 0 16px;
	}
	.page-template-homepage .site-content {
		margin: 24px 0 0;
	}
	div.site-info span {
		float: right;
	}
	.woocommerce ul.product_list_widget li img {
		width: 80px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 25%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 70%;
	}
	div.footer-widgets {
		display: flex;
		flex-wrap: nowrap;
	}
	aside.footer-widget:nth-of-type(2),
	aside.footer-widget:nth-of-type(3) {
		width: 15%;
	}

	body.blog .site-content article,
	body.category .site-content article,
	body.tag .site-content article {
		display: flex;
		justify-content: space-between;
	}
	body.blog div.blog-posting-img-box,
	body.category div.blog-posting-img-box,
	body.tag div.blog-posting-img-box {
		display: block;
		margin: 0;
		width: 300px;
	}
	body.blog div.blog-posting-content-box,
	body.category div.blog-posting-content-box,
	body.tag div.blog-posting-content-box {
		display: block;
		width: 64%;
	}
	.woocommerce ul.products li.product img.stl-file-ribbon,
	.woocommerce-page ul.products li.product img.stl-file-ribbon {
		width: 80px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin: 0 0 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}
