<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Printing Solutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: printing-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Printing Solutions is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Pages
	-404
	-Home
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
} */
/* HTML5 hidden-attribute fix for newer browsers */
/* *[hidden] {
    display: none;
}
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;
} */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	margin: 0 !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	/* outline: 1px dotted ButtonText; */
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

:root {
	--blue: #1e90ff;
	--red: red;
	--white: #ffffff;
	--yellow: #ffffff;
	--mainfont: 'Montserrat', sans-serif;
}

p,a {
	font-size: 15px;
	font-weight: 300;
  }
a,p,h1,h2,h3,h4,h5,h6 {
	font-family: var(--mainfont);
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
h1 { 
	font-size: 21px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}

@media screen and (max-width: 1000px) {
	p,a {
		font-size: calc(13px + 2 * ((100vw - 800px) / 638));
	}
	h1 {
		font-size: calc(21px * ((100vw - 800px) / 638));
	}
	h2 {
		font-size: calc(19px * ((100vw - 800px) / 638));
	}
	h3 {
		font-size: calc(17px * ((100vw - 800px) / 638));
	}
	h4 {
		font-size: calc(15px * ((100vw - 800px) / 638));
	}
	h5 {
		font-size: calc(14px * ((100vw - 800px) / 638));
	}
	h6 {
		font-size: calc(13px * ((100vw - 800px) / 638));
	}
}

@media screen and (min-width: 1000px) {
	p,a {
		font-size: 13px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url('../icomoon.html');
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

/* Elements
--------------------------------------------- */
body {
	background-position: center center;
	position: relative;
}

body.light {
	background-image: url('../png/background-image3.png');
}

body.dark {
	background-image: url('../png/background-image-dark2.png');
	/* background-image: url('https://printingdev2.wpengine.com/wp-content/uploads/2020/12/background-image-dark.png'); */
}

#dark-mode {
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 100000;
	cursor: pointer;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

div {
	/* background: #FFFFFF; */
}

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #565656;
}

a:focus {
	/* outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/* border-color: #aaa #bbb #bbb; */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#masthead {
/* header { */
	background-color: rgba(255,255,255,.9);
	position: relative;
}

#page {
	position: relative;
}

/* Breadcrumb
--------------------------------------------- */

.woocommerce-breadcrumb {
	margin-top: 6px !important;
}

span.color-bc {
	position: relative;
	margin-top: 4px;
}

span.color-bc span {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-top: 8px;
	animation-name: crumb;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

@keyframes crumb{
	0%{margin-top: 12px};
	25%{margin-top: 10px};
	50%{margin-top: 8px};
	75%{margin-top: 10px};
	100%{margin-top: 12px}
}

span.color-bc .c {
	background-color: cyan;
	left: 5px;
	animation-delay: 0s;
}

span.color-bc .m {
	background-color: magenta;
	left: 15px;
	animation-delay: .2s;
}

span.color-bc .y {
	background-color: yellow;
	left: 25px;
	animation-delay: .4s;
	/* border: 1px solid #aeaeae; */
}

span.color-bc .k {
	background-color: black;
	left: 35px;
	animation-delay: .6s;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/* Shop
--------------------------------------------- */

.shop-header {
	width: 100%;
	padding: 60px;
	display: flex;
	display: -webkit-box; 
	display: -webkit-flex; 
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	/* background-position: right; */
	background-size: cover;
	background-repeat: no-repeat;
}

.shop-header a {
	background-color: #000000;
	color: #FFF;
	height:100%;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	transition: ease-in-out .1s all;
}

.shop-header a:hover {
	box-shadow: 8px 8px 0 0 #aeaeae;
}

/* Search
--------------------------------------------- */

#main.search .search-posts article{
	margin: 40px auto;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#main.search .entry-summary p {
	font-size: 14px;
}

#main.search h1 {
	text-align: center;
}

#main.search h2 a{
	font-size: 20px;
	font-weight: 700;
}

#main.search img{
	max-width: 300px;
	width: 80%;
	margin: auto;
}

#main.search .search-wrap, div.shop-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
}

.shop-archive-wrap {
	min-width: 79%;
	max-width: 95%;
	padding: 0 15px;
}

#main.search .search-posts {
	/* text-align: center;
	border-bottom: 1px solid #000000; */
}

#main.search .search-link {
	margin: 0 auto 30px auto;
	text-align: center;
}

#main.search .search-link a {
	text-align: center;
	padding: 15px 25px;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
}

/* About
--------------------------------------------- */

#about-wrapper {

}

#about-wrapper .logo {
	max-width: 600px;
	width: 80%;
	margin: 30px auto;
}

#about-wrapper .text p {
	line-height: 3em;
	font-size: 16px;
}

#about-wrapper .text {
	margin: auto;
	background-color: rgba(255,255,255,.6);
	max-width: 900px;
	width: 90%;
}

#about-wrapper .statement {
	text-align: center;
	width: 100%;
	padding: 3%;
	background-color: #000000;
}

#about-wrapper .statement h2 {
	color: #FFFFFF;
}

/* Blog
--------------------------------------------- */
.post-snippet-wrap {
	max-width: 900px;
	margin: 0 auto 20px auto;
	padding: 20px 0;
	width: 90%;
	border-bottom: 1px solid #000000;
}

.post-snippet-wrap img {
	max-width: 450px;
	width: 80%;
}

.post-snippet-wrap a.read-more {
	background-color: #000000;
	padding: 10px 25px;
	border-radius: none;
	color: #FFFFFF;
	font-weight: 700;
}

.post-snippet-wrap a.read-more:hover {
	text-decoration: underline;
}

/* 404
--------------------------------------------- */




/* Home
--------------------------------------------- */

#main {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	background-color: rgba(255,255,255,.3);
}

#main h1 {
	background-color: rgba(255,255,255,0);
}

#home-body {
	max-width: 1400px;
	width: 95%;
	display: flex;
	flex-flow: row nowrap;
	margin: auto;
	justify-content: space-around;
	align-items: flex-start;
}

#home-sidebar {
	background-color: #FFFFFF;
	border: 1px solid #aeaeae;
	/* box-shadow: -10px 10px 8px 2px #565656; */
	transition: ease-in-out .2s all;
	margin-bottom: 30px;
}

#home-sidebar .home-sidebar-header:after {
	content: ' ';
	border-top: 15px solid #000000;
	border-right: 15px solid transparent;
	border-left: 15px solid #000000;
	border-bottom: 15px solid transparent;
	position: absolute;
	margin-left: 0px;
	width: 0px;
	height: 0px;
}

#home-sidebar .home-sidebar-header h2{
	font-size: 20px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	padding: 15px 0px;
}

#home-sidebar .product-links {
	padding: 15px 10px 0px 10px;
	min-width: 250px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.loop-descript {
	text-align: left;
	margin: auto;
	width: 75%;
}

.loop-descript span {
	font-weight: 700;
	font-style: italic;
}

/* Sidebar Icon Font */

@font-face {
  font-family: 'new-icons';
  src:  url('../eot/new-icons0418.eot');
  src:  url('../eot/new-icons0418.eot#iefix') format('embedded-opentype'),
    url('../ttf/new-icons0418.ttf') format('truetype'),
    url('../woff/new-icons0418.woff') format('woff'),
    url('../svg/new-icons0418.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'new-icons' !important;
}

.icon-bookmark:before {
  content: "\e916";
}
.icon-brochure:before {
  content: "\e915";
}
.icon-businesscard:before {
  content: "\e914";
}
.icon-calendar:before {
  content: "\e913";
}
.icon-decal:before {
  content: "\e912";
}
.icon-doorhanger:before {
  content: "\e911";
}
.icon-flyer:before {
  content: "\e910";
}
.icon-greeting-card:before {
  content: "\e90f";
}
.icon-letterhead:before {
  content: "\e90e";
}
.icon-magazine:before {
  content: "\e90d";
}
.icon-magnet:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90b";
}
.icon-ncr:before {
  content: "\e90a";
}
.icon-notecard:before {
  content: "\e909";
}
.icon-postcard:before {
  content: "\e908";
}
.icon-poster:before {
  content: "\e907";
}
.icon-sleeve:before {
  content: "\e906";
}
.icon-sign:before {
  content: "\e905";
}
.icon-sticker:before {
  content: "\e904";
}
.icon-tabletent:before {
  content: "\e903";
}
.icon-tablethrow:before {
  content: "\e902";
}
.icon-banner:before {
  content: "\e901";
}
.icon-booklet:before {
  content: "\e900";
}
.icon-folder:before {
  content: "\e919";
}
.icon-env:before {
  content: "\e918";
}
.icon-can:before {
  content: "\e917";
}
.icon-settings:before {
  content: "\e91a";
}
.icon-payment:before {
  content: "\e920";
}
.icon-orders:before {
  content: "\e91b";
}
.icon-logout:before {
  content: "\e91c";
}
.icon-downloads:before {
  content: "\e91d";
}
.icon-dashboard:before {
  content: "\e91e";
}
.icon-address:before {
  content: "\e91f";
}

#home-sidebar .product-links span {
	display: inline-block;

}

#home-sidebar .product-links tr {
	transition: ease-in-out .5s all;
	cursor: pointer;
}

#home-sidebar .product-links tr:hover span {
	transform: rotate(10deg);
	color: red;
}

#home-sidebar .product-links td:nth-of-type(2) {
	border-bottom: 1px solid #aeaeae;
	/* width: 100%; */
}

#home-sidebar .product-links td a {
	display: block;
	padding: 6px 0px;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}

.prod-icon::before{
	font-size: 26px;
}

#home-gallery {
	width: 70%;
}

#home-gallery .gallery-row {
	transition: ease-in-out .2s all;
	margin-bottom: 3%;
	background-color: #FFFFFF;
}

#home-gallery .gallery-row .glide__slide {
	min-height: 350px;
	display: flex;
	flex-direction: column;
	overflow: scroll;
}

#home-gallery .gallery-row .glide__slide a {
	display: flex;
	flex-direction: column;
	flex:1;
}

#home-gallery .gallery-row .glide__slide a div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	flex:1;
}

.gallery-title {
	width: 100%;
	border-bottom: 1px solid #aeaeae;
	padding: 0 0 0 30px;
}

.gallery-row-inner .glide .glide__arrow--left {
	left: 10px!important;
}

.gallery-row-inner .glide .glide__arrow--right {
	right: 10px!important;
}

.gallery-row-inner .glide .glide__arrow {
	transform: scaleY(4);
	padding: 0 5px !important;
	border: none !important;
	box-shadow: none !important;
	color: #000000;
	font-size: 10px;
	font-weight: 100;
}

.gallery-row-inner .glide__slide div {
	padding: 10px 0px;
}

.gallery-row-inner .glide__slide:hover div {
	box-shadow: 0 0 2px 2px #aeaeae;
	background-color: #fafafa;
}

.gallery-row-inner .glide__slide:hover h5, .product img:hover h2 {
	text-decoration: underline;
}

.gallery-row-inner .glide__slide h5 {
	text-align: center;
	transition: ease-in-out .3s all;
}

.gallery-row-inner .glide__slide h6 {
	text-align: left;
	font-weight: 300;
	margin: 0 0 0 50px;
}

.gallery-row-inner .glide__slide p {
	max-width: 90%;
	margin: auto; 
}

.pageBreak {
	margin: 20px auto;
	padding: 10px 20px;
	max-width: 1300px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
}

.pageBreak div {
	width: 33.3%;
	margin: 20px 0 20px 0;
}

.colorbar {
	max-width: 150px;
	margin: auto;
	width: 50%;
	position:relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.colorbar span {
	display: block;
}

@keyframes cyan-spot {
	0% {border-radius: 0%; width: 25px; height: 25px; margin-left: 0px;}
	29% {border-radius: 0%; width: 25px; height: 25px; margin-left: 0px;}
	30% {border-radius: 0%; width: 25px; height: 25px; margin-left: 0px;}
	31% {border-radius: 25%; width: 25px; height: 25px; margin-left: 5px;}
	32% {border-radius: 50%; width: 25px; height: 25px; margin-left: 10px;}
	35% {border-radius: 50%; width: 25px; height: 25px; margin-left: 35px;}
	40% {border-radius: 50%; width: 25px; height: 25px; margin-left: 0px;}
	/* 40% {border-radius: 50%; width: 25px; height: 25px; margin-left: 35px;}
	50% {border-radius: 50%; width: 25px; height: 25px; margin-left: 0px;}
	60% {border-radius: 50%; width: 25px; height: 25px; margin-left: 0px;}
	80% {border-radius: 50%; width: 25px; height: 25px; margin-left: 10px;} */
	85% {border-radius: 50%; width: 25px; height: 25px; margin-left: 0px;}
	90% {border-radius: 25%; width: 25px; height: 25px; margin-left: 35px;}
	95% {border-radius: 0%; width: 25px; height: 25px; margin-left: 0px;}
	100% {border-radius: 0%; width: 25px; height: 25px; margin-left: 0px;}
}

@keyframes magenta-spot {
	0% {border-radius: 0%; width: 25px; height: 25px; margin-left: 25px;}
	29% {border-radius: 0%; width: 25px; height: 25px; margin-left: 25px;}
	30% {border-radius: 0%; width: 25px; height: 25px; margin-left: 25px;}
	31% {border-radius: 25%; width: 20px; height: 20px; margin-left: 25px;}
	32% {border-radius: 45%; width: 20px; height: 20px; margin-left: 25px;}
	35% {border-radius: 50%; width: 20px; height: 20px; margin-left: 60px;}
	40% {border-radius: 50%; width: 20px; height: 20px; margin-left: 5px;}
	/* 40% {border-radius: 50%; width: 20px; height: 20px; margin-left: 60px;}
	50% {border-radius: 50%; width: 20px; height: 20px; margin-left: 5px;}
	60% {border-radius: 50%; width: 20px; height: 20px; margin-left: 10px;}
	80% {border-radius: 50%; width: 20px; height: 20px; margin-left: -15px;} */
	85% {border-radius: 50%; width: 20px; height: 20px; margin-left: 5px;}
	90% {border-radius: 25%; width: 23px; height: 23px; margin-left: 65px;}
	95% {border-radius: 0%; width: 25px; height: 25px; margin-left: 25px;}
	100% {border-radius: 0%; width: 25px; height: 25px; margin-left: 25px;}
}

@keyframes yellow-spot {
	0% {border-radius: 0%; width: 25px; height: 25px; margin-left: 50px;}
	29% {border-radius: 0%; width: 25px; height: 25px; margin-left: 50px;}
	30% {border-radius: 0%; width: 25px; height: 25px; margin-left: 50px;}
	31% {border-radius: 25%; width: 20px; height: 20px; margin-left: 50px;}
	32% {border-radius: 45%; width: 15px; height: 15px; margin-left: 50px;}
	35% {border-radius: 50%; width: 15px; height: 15px; margin-left: 85px;}
	40% {border-radius: 50%; width: 15px; height: 15px; margin-left: 10px;}
	/* 40% {border-radius: 50%; width: 15px; height: 15px; margin-left: 85px;}
	50% {border-radius: 50%; width: 15px; height: 15px; margin-left: 10px;}
	60% {border-radius: 50%; width: 15px; height: 15px; margin-left: 30px;}
	80% {border-radius: 50%; width: 15px; height: 15px; margin-left: -20px;} */
	85% {border-radius: 50%; width: 15px; height: 15px; margin-left: 10px;}
	90% {border-radius: 25%; width: 18px; height: 18px; margin-left: 95px;}
	95% {border-radius: 0%; width: 25px; height: 25px; margin-left: 50px;}
	100% {border-radius: 0%; width: 25px; height: 25px; margin-left: 50px;}
}

@keyframes black-spot {
	0% {border-radius: 0%; width: 25px; height: 25px; margin-left: 75px;}
	29% {border-radius: 0%; width: 25px; height: 25px; margin-left: 75px;}
	30% {border-radius: 25%; width: 20px; height: 20px; margin-left: 75px;}
	31% {border-radius: 45%; width: 15px; height: 15px; margin-left: 75px;}
	32% {border-radius: 50%; width: 10px; height: 10px; margin-left: 75px;}
	35% {border-radius: 50%; width: 10px; height: 10px; margin-left: 105px;}
	40% {border-radius: 50%; width: 10px; height: 10px; margin-left: 15px; margin-top: 0px;}
	/* 40% {border-radius: 50%; width: 10px; height: 10px; margin-left: 105px;}
	50% {border-radius: 50%; width: 10px; height: 10px; margin-left: 15px; margin-top: 0px;}
	60% {border-radius: 50%; width: 10px; height: 10px; margin-left: 50px; margin-top: 5px;}
	80% {border-radius: 50%; width: 10px; height: 10px; margin-left: -25px; margin-top: 5px;} */
	85% {border-radius: 50%; width: 10px; height: 10px; margin-left: 15px; margin-top: 0px;}
	90% {border-radius: 25%; width: 15px; height: 15px; margin-left: 125px; margin-top: 5px;}
	95% {border-radius: 0%; width: 25px; height: 25px; margin-left: 75px; margin-top: 0px;}
	100% {border-radius: 0%; width: 25px; height: 25px; margin-left: 75px;}
}

.colorbar .cyan {
	height: 25px;
	width: 25px;
	background-color: #00FFFF;
	animation-duration: 10s;
	animation-name: cyan-spot;
	animation-iteration-count: infinite;
	animation-direction: normal;
	position: absolute;
}

.colorbar .magenta {
	height: 25px;
	width: 25px;
	background-color: #FF00FF;
	animation-duration: 10s;
	animation-name: magenta-spot;
	animation-iteration-count: infinite;
	animation-direction: normal;
	position: absolute;
	margin-right: -25px;
}

.colorbar .yellow {
	height: 25px;
	width: 25px;
	background-color: #FFFF00;
	animation-duration: 10s;
	animation-name: yellow-spot;
	animation-iteration-count: infinite;
	animation-direction: normal;
	position: absolute;
	margin-right: -50px;
}

.colorbar .black {
	height: 25px;
	width: 25px;
	background-color: #000000;
	animation-duration: 10s;
	animation-name: black-spot;
	animation-iteration-count: infinite;
	animation-direction: normal;
	position: absolute;
	margin-right: -75px;
}

@keyframes cropmark {
	0%{transform:rotate(0deg)}
	50%{transform:rotate(0deg)}
	60%{transform:rotate(720deg)}
	90%{transform:rotate(540deg)}
	100%{transform:rotate(0deg)}
}

@keyframes cropmark-before {
	0%{margin-top: -6px; opacity:1;}
	50%{margin-top: -6px; opacity:1;}
	60%{margin-top: 7px; opacity:0;}
	80%{margin-top: -4px; opacity:0;}
	90%{margin-top: -6px; opacity:1;}
	100%{margin-top: -6px; opacity:1;}
}

@keyframes cropmark-after {
	0%{margin-left: -6px; opacity:1;}
	50%{margin-left: -6px; opacity:1;}
	60%{margin-left: 6px; opacity:0;}
	80%{margin-left: -4px; opacity:0;}
	90%{margin-left: -6px; opacity:1;}
	100%{margin-left: -7px; opacity:1;}
}

.cropmark {
	position: relative;
	animation-duration: 10s;
	animation-name: cropmark;
	animation-iteration-count: infinite;
	animation-direction: normal;
	max-width: 50px;
}

.cropmark span {
	display: block;
	content: ' ';
	width: 26px;
	height: 26px;
	margin-right: 2px;
	border: 2px solid #000000;
	border-radius: 50%;
}

.cropmark span:before {
	display: inline-block;
	position: absolute;
	content: ' ';
	width: 2px;
	height: 33px;
	margin: -6px 0px 0px 10px;
	background-color: #000000;
	animation-duration: 10s;
	animation-name: cropmark-before;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

.cropmark span:after {
	display: inline-block;
	position: absolute;
	content: ' ';
	width: 33px;
	height: 2px;
	margin: 10px 3px 0px -6px;
	background-color: #000000;
	animation-duration: 10s;
	animation-name: cropmark-after;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

.pageBreak .message {
	text-align: center;
}

.cta-button {
	margin: auto;
	cursor: pointer;
	background-color: #000000;
	border-radius: 0;
	font-weight: 700;
	color: #FFFFFF;
	box-shadow: 3px 3px 0px 0px #565656;
	border: none;
	transition: ease-in-out .3s all;
}

.cta-button:hover {
	box-shadow: 6px 6px 0px 0px #565656;
}

.gallery-row.promo1 {
	background-repeat: no-repeat;
	border: 1px solid #aeaeae;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10% 5%;
}

.gallery-row.promo1 .shade-div {
	background-color: #FFFFFF;
	opacity: .0;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.gallery-row.promo1 .promo-text-div{
	color: #000000;
}

.gallery-row.promo1 .promo-text-div input[type="submit"]{
	cursor: pointer;
	border: none;
	border-radius: 0;
	font-weight: 700;
	padding: 15px 20px;
	background-color: #000000;
	color: #FFFFFF;
	transition: ease-in-out .1s all;
	box-shadow: 3px 3px 0 0 #565656;
}

.gallery-row.promo1 .promo-text-div input[type="submit"]:hover {
	box-shadow: 6px 6px 0 0 #565656;
}

.gallery-row.promo1 .promo-image-div {
	max-width: 400px;
	min-width: 300px;
}
.gallery-row.promo1 div {
	position: relative;
	z-index: 1;
}

.posts-wrap {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto 5% auto;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}

.posts-wrap .posts-wrap-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	border-left: 1px solid rgb(54, 51, 51);
	border-bottom: 1px solid rgb(54, 51, 51);
	transition: ease-in-out .2s all;
}

.posts-wrap .posts-wrap-flex:hover {
	box-shadow: -3px 3px 3px 0 #000;
	border-left: 1px solid rgb(255,255,255,0);
	border-bottom: 1px solid rgb(255,255,255,0);
}

.posts-wrap .posts-wrap-flex a {
	max-width: 300px;
	width: 95%;
	padding: 10px;
	background-color: rgba(255,255,255,.3);
	transition: ease-in-out .3s all;
}

.posts-wrap .posts-wrap-flex a:hover {
	background-color: rgba(255,255,255,8);
}

.posts-wrap .posts-wrap-flex .post-block img{
	max-width: 200px;
}

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

	.posts-wrap .posts-wrap-flex {
		flex-flow: column;
		border: none;
	}

	.posts-wrap .posts-wrap-flex a {
		max-width: 400px;
		width: 100%;
		margin: 5% auto 5% auto;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.posts-wrap .posts-wrap-flex a:hover {
		background-color: rgba(255,255,255,8);
		box-shadow: -3px 3px 3px 0 #000;
	}

}

@keyframes hide-confirm {
	0% {height:auto; display: block; opacity: 1;}
	90% {height: auto; opacity: 1;}
	92% {height: 15px; opacity: .8;}
	94% {height: 10px; opacity: .5;}
	97% {height: 5px; opacity: .2;}
	100% {height:0px; display:none; opacity: 0}
}

.email-confirm {
	/* display: none; */
	z-index: 10000001;
	top: 0;
	width: 100%;
	padding: 5px 0;
	background-color: #000;
	color: #FFF;
	text-align: center;
	animation-name: hide-confirm;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	/* animation-direction: normal; */
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.email-confirm h4 {
	color: #FFF;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

header#masthead {
}
/* 
#masthead {
	border-bottom: .5px solid #565656;
    max-width: 1150px;
	margin: auto;
} */

#masthead-inner{
	width: 100%;
}

.nav-links span{
	font-weight: 700;
	text-decoration: underline;
}

#masthead-inner div.nav-top {
	display: grid;
	grid-template-columns: minmax(175px, 20%) 1fr minmax(150px, 15%);
	align-items: center;
	width: 100%;
}

#masthead-inner div.nav-top div.site-branding {
	background-color: #000;
	position: relative;
	transform: skewX( -45deg );
	padding-left: 55%;
	margin-left: -55%;
}

#masthead-inner div.nav-top div.site-branding svg{
	display: block;
	width: 50%;
	min-width: 150px;
	margin: 3% auto;
	transform: skewX( 45deg );
}

#nav-center {
	/*text-align: center;*/
}

#site-navigation {
	width: 60%;
	height: 100%;
	margin: auto;
	align-self: end;
}

.main-menu-ul a {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
	/*font-weight: 700;*/
}

.ul-wrap a {
	font-weight: 300;
	font-size: 12px;
}

.main-menu-ul {
	margin: 0 auto;
	display: flex;
	height: 100%;
	flex-flow: row nowrap;
	list-style-type: none;
	align-items: flex-end;
	padding: 0;
	justify-content: space-between;
}

.main-menu-ul&gt;li:hover{
	background-color: #cccccc;
}

.main-menu-ul&gt;li {
	padding: 10px;
}

#customer-nav {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}

#header-search {
	margin-bottom: 5px;
	display: none;
}
#header-search form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#header-search.active {
	display: block;
	position: absolute;
	top: 40px;
	right: 50px;
	width: 250px;
	height: 40px;
}
#header-search form button {
	background-color: #000;
	color: #FFF;
	border-radius: 0px;
	cursor: pointer;
	border: 3px solid #000;
	height: 36px;
	padding: 0;
}
.search-glass {
	transition: .2s ease-in-out all;
	cursor: pointer;
	font-size: 25px;
	color: #000;
}

.search-glass:hover {
	color: #aeaeae;
}

#header-search form input::placeholder {
	font-weight: 300;
	font-size: 13px;
}

#header-search form input {
	border: none;
	text-align: left;
	border: 3px solid #000000;
	border-radius: 0%;
	max-width: 400px;
}

.customer-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 8px;
	position: relative;
}

.customer-links i.fab {
	color: #FFF;
	background-color: #000;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

div.customer-links .account-link i,
div.customer-links .cart-link i {
	font-size: 25px;
}

#user-fname-desktop p{
	text-align: center;
	margin: auto;
}

#user-fname-mobile p{
	text-align: center;
	margin: auto;
}

.customer-links span {
	width: 1px;
	height: 25px;
	margin: 0 10px;
	background-color: #000000;
}

#site-navigation {
	text-align: center;
	/* padding: 10px 0; */
}

#mobile-navigation {
	position: absolute;
}

.mm-parent, .mm-child, .mm-child ul {
	list-style-type: none;
	position: relative;
}

.mm-parent ul {
	padding: 0;
	margin: 0;
	display: none;
	overflow: hidden;
}

.mm-parent ul.open {
	height: auto;
	overflow: visible;
}

.mm-parent ul.close {
	height: 0;
	overflow: hidden;
}

.mm-parent ul li {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-align: left;
}

.mm-parent .caret, .mm-child .caret {
	display: inline-block;
	font-size: 34px;
	position: absolute;
	right: 20px;
	top: -5px;
}

.main-navigation #primary-menu li {
	margin: 0 40px;

}

.main-navigation {
	display: block;
}

.menu-dd {
	display: none;
	padding: 0;
	background-color: rgba(255,255,255,0);
}

.menu-dd .ul-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	padding: 0;
	background-color: #fcfcfc;
	border: 3px solid #aeaeae;
	border-style: outset;
}

.menu-dd .ul-wrap .dd-wrap ul {
	position: relative;
	padding: 0px 0px 10px 25px;
}

.menu-dd .dd-wrap .desc-wrap {
	background-color: #aeaeae;
	text-align: center;
	width: 50%;
}

.dd-wrap {
	position: relative;
	width: 20%;
	padding-left: 5%;
}

.dd-wrap span.nav-divider {
	height:80%;
	width: 1px;
	background-color: #aeaeae;
	position: absolute;
	top: 20px;
	right: 0px;
}

.dd-wrap h5 {
	margin-bottom: 0;
}

.dd-wrap h5 a {
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
}

.menu-dd .dd-wrap .desc-wrap img{
	max-width: 200px;
}

.menu-dd ul{
	text-align: left;
	list-style-type: none;
}

.menu-dd ul li {
	margin-bottom: 5px;
}

.menu-dd ul li a {
	padding: 5px;
	font-weight: 700;
}

.menu-dd ul li a:hover{
	/* font-style: italic; */
	/* text-decoration: underline; */
}

#nav-hover-div {
	background-color: #fbfbfb;
	border: 4px solid #000000;
	position: absolute;
	z-index: 1001;
	padding: 14px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	/* transform: rotate(-10deg); */
}

#nav-hover-div::after {
	content: ' ';
	background-color: rgba(0,0,0,0);
	border-top: 20px solid rgba(0,0,0,0);
	border-right: 20px solid rgba(0,0,0,0);
	border-left: 20px solid #000000;
	border-bottom: 20px solid #000000;
	position: absolute;
	right: -4px;
	top: -44px;
}

#nav-hover-div img {
	width: 110px;
}

#nav-hover-div p{
	font-size: 13px;
	text-align: center;
	max-width: 100px;
}

div.menu-under {
	height: 0px;
	width: 60%;
	margin: auto;
	background-color: #2b84ff;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid white;
}

div.menu-under p {
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 5px;
	margin: 5px auto;
}

div.menu-under a {
	padding: 5px 15px;
	margin-left: 5px;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	transition: ease-in-out .2s box-shadow;
}

div.menu-under a:hover {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	box-shadow: 3px 3px 0 0 #FFFFFF;
}

@keyframes menu-under {
	0%{height:0px;}
	100%{height:50px;}
}

.main-menu-ul li:hover div.menu-under{
	animation-name: menu-under;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.main-menu-ul li:hover .menu-dd,.menu-dd:hover {
	display: table-cell;
    position: static;
    text-align: center;
	vertical-align: middle;
    float: none;
	background-color: rgba(255,255,255,0);
	position: absolute;
    z-index: 1000;
    top: 100%;
    left: 24px;
    right: 24px;
    text-align: left;
	overflow: scroll;
	max-width: 1300px;
	margin: auto;
    /* max-height: calc(100vh - 133px); */
}

.order-product-online {
	position: relative;
}

.order-product-online::after {
	content: ' ';
	position: absolute;
	bottom: 7px;
	left: -10px;
	width: 0;
	height: 0;
	background-color: #FFF;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent magenta;
}

.order-product-online::before {
	content: 'Order Online';
	position: absolute;
	left: -70px;
	bottom: 5px;
	/* top: 0px; */
	font-size: 7px;
}

@keyframes productHover {
	0%{height: 2px; width:0px; border: none; background-color: #FFF;}
	100%{height: 2px; width:80px; border: none; left:0; bottom: 0; background-color: magenta; border-radius: 15px;}
}

.order-product-online:hover::before {
	color: #FFF;
}

.order-product-online:hover::after {
	animation-name: productHover;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.mm-baby a {
	position: relative;
}

.order-product-online-mobile::before {
	content: 'Order Online';
	position: absolute;
	left: 46px;
	bottom: 6px;
	/* top: 0px; */
	font-size: 7px;
}

.order-product-online-mobile::after {
	content: ' ';
	position: absolute;
	bottom: 7px;
	left: 97px;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,.0);
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent magenta;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: flex;
	position: absolute;
	right: 5px;
	top: 0px;
	background: none;
	border: none;
	margin-right: 40px;
}

@keyframes before-spin{
	0%  {transform: rotate(0deg); margin-top:8px; margin-left: -8px; width: 25px;}
	16%  {transform: rotate(22deg); margin-top:6px; margin-left: -8px; width: 23px;}
	33%  {transform: rotate(45deg); margin-top:5px; margin-left: -6px; width: 21px;}
	49%  {transform: rotate(70deg); margin-top:4px; margin-left: -5px; width: 19px;}
	66%  {transform: rotate(90deg); margin-top:3px; margin-left: -4px; margin-right: -3; width: 17px;}
	83%  {transform: rotate(112deg); margin-top:1px; margin-left: -3px; width: 13px;}
	100% {transform: rotate(135deg); margin-top:0px; margin-left: -2px !important; width: 10px;}
}

@keyframes after-spin{
	0%  {transform: rotate(0deg); margin-top:-8px; width: 25px;}
	16%  {transform: rotate(-22deg); margin-top:-6px; width: 23px;}
	33%  {transform: rotate(-45deg); margin-top:-5px; width: 21px;}
	49%  {transform: rotate(-70deg); margin-top:-3px; width: 19px;}
	66%  {transform: rotate(-90deg); margin-top:-2px; width: 17px;}
	83%  {transform: rotate(-112deg); margin-top:-1px; width: 13px;}
	100% {transform: rotate(-135deg); margin-top:0px; width: 10px;}
}

@keyframes fade-span{
	33%  {background-color: rgba(0,0,0,.66);}
	66%  {background-color: rgba(0,0,0,.33);}
	100% {background-color: rgba(255,255,255,.0);}
}

@keyframes before-return{
	0%  {transform: rotate(135deg); margin-top:0px;margin-left: 7px; width: 10px;}
	16%  {transform: rotate(112deg); margin-top:1px;margin-left: 5px; width: 12px;}
	33%  {transform: rotate(90deg); margin-top:2px;margin-left: 3px; width: 14px;}
	49%  {transform: rotate(70deg); margin-top:3px;margin-left: -1px; width: 17px;}
	66%  {transform: rotate(45deg); margin-top:4px;margin-left: -3px; width: 20px;}
	83%  {transform: rotate(22deg); margin-top:6px;margin-left: -5px; width: 23px;}
	100% {transform: rotate(0deg); margin-top:8px;margin-left: -8px; width: 25px;}
}

@keyframes after-return{
	0%  {transform: rotate(-135deg); margin-top:0px; width: 10px;}
	16%  {transform: rotate(-112deg); margin-top:-1px; width: 12px;}
	33%  {transform: rotate(-90deg); margin-top:-2px; width: 15px;}
	49%  {transform: rotate(-70deg); margin-top:-3px; width: 17px;}
	66%  {transform: rotate(-45deg); margin-top:-4px; width: 20px;}
	83%  {transform: rotate(-22deg); margin-top:-6px; width: 23px;}
	100% {transform: rotate(0deg); margin-top:-8px; width: 25px;}
}

@keyframes fade-return{
	0%  {background-color: rgba(0,0,0,.0);}
	33%  {background-color: rgba(0,0,0,.0);}
	66%  {background-color: rgba(0,0,0,.33);}
	100% {background-color: rgba(0,0,0,1);}
}

.hamburger-menu {
	margin-top: 15px;
	display:block;
	width: 25px;
	height: 2px;
	background: #000000;
}

.hamburger-menu:after {
	content: " ";
	position: absolute;
	margin-top: -8px;
	margin-left: -8px;
	width: 25px;
	height: 2px;
	background: #000000;
}

.hamburger-menu:before {
	content: " ";
	position: absolute;
	margin-top: 8px;
	margin-left: -8px;
	width: 25px;
	height: 2px;
	background: #000000;
}

.menu-toggle[aria-expanded="true"] .hamburger-menu {
	animation-duration: .4s;
	animation-name: fade-span;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.menu-toggle[aria-expanded="true"] .hamburger-menu:before {
	margin-left: -2px;
	animation-duration: .4s;
	animation-name: before-spin;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.menu-toggle[aria-expanded="true"] .hamburger-menu:after {
	animation-duration: .4s;
	animation-name: after-spin;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.menu-toggle[aria-expanded="false"] .hamburger-menu {
	animation-duration: .4s;
	animation-name: fade-return;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.menu-toggle[aria-expanded="false"] .hamburger-menu:before {
	animation-duration: .4s;
	animation-name: before-return;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.menu-toggle[aria-expanded="false"] .hamburger-menu:after {
	animation-duration: .4s;
	animation-name: after-return;
	animation-iteration-count: 1;
	animation-direction: forwards;
	animation-fill-mode: forwards;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	background-color: rgba(255,255,255,.4);
	padding: 5% 0 !important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	max-width: 150px;
	width: 50vw;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Information Pages Styling */

.info-page-topper {
	width: 100%;
	padding: 10px;
	/* background-color: #FFFFFF; */
}

.info-page-topper h1 {
	max-width: 1200px;
	width: 70%;
	font-weight: 300;
	margin: auto;
	text-align: left;
	color: #000000;
}

.info-page-wrapper {
	max-width: 1200px;
	margin: auto;
	padding: 2% 5%;
}

/* Woocommerce archive page */

.archivediv {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}

.archive-loop {
	max-width: 850px;
	width: 70%;
	margin: auto;
}

.archivediv .archive-flex{
	margin: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.woocommerce-ordering .orderby {
	border: none;
	border-bottom: 1px solid #000000;
	font-weight: 100;
}

/* Contact Page */

.contact-info-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	width: 80%;
	margin: 30px auto 0 auto;
}

.contact-info-row div i {
	font-size: 20px;
}

.contact-info-row div {
	text-align: center;
	min-width: 300px;
	color: #000000;
	margin: auto;
}

#map {
	max-width: 600px;
	width: 70%;
	height: 400px;
}

.contact-form-holder {
	margin: 40px 0px 90px 0px;
	max-width: 400px;
	width: 80%;
}

.contact-form-div {
	position: relative;
	background-color: #000000;
	padding: 10px;
}

.contact-form-div input, .contact-form-div textarea{
	width: 85%;
	max-width: 85%;
	margin: 10px auto;
	border-radius: 0%;
}
.contact-form-div ._form_element {
	text-align: center;
}

.g-recaptcha div{
	margin: auto;
}

.contact-form-div input::placeholder, .contact-form-div textarea::placeholder{
	color: #FFFFFF;
}

.contact-form-div input:focus-within, .contact-form-div textarea:focus-within{
	color: #FFFFFF;
}

.contact-form-div input, .contact-form-div textarea{
	background-color: #000000;
	color: #FFFFFF;
	border:none;
	border-bottom: 1px solid #FFFFFF;
}

.contact-form-div input, .contact-form-div textarea, .contact-form-div button{
	font-family: 'Montserrat', sans-serif;
}

.contact-form-div button{
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 10px 15px;
	color: #000000;
	margin: auto;
	border-radius: 0;
	transition: ease-in-out .2s all;
}

.contact-form-div button:hover {
	box-shadow: 5px 5px #FFFFFF;
}

.contact-form-div ._button-wrapper {
	text-align: center;
	margin: 10px auto;
}

.contact-form-div label {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.contact-form-div:after {
	content: ' ';
	border-top: 25px solid #000000;
	border-right: 25px solid transparent;
	border-left: 25px solid #000000;
	border-bottom: 25px solid transparent;
	position: absolute;
	margin-left: -10px;
	margin-top: 10px !important;
	width: 0px;
	height: 0px;
}
.contact-form-div img {
	position: absolute;
	bottom: -120px;
	left: -10px;
	width: 60px;
}

.contact-holder {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto 80px auto;
}

/* Footer */

footer#colophon {
	width: 100%;
	background-color: #000000;
	padding: 30px 0;
}

.site-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: flex-start;
}

.site-info a, .site-info p {
	color: #FFFFFF;
}

.footer-logo img {
	max-width: 300px;
	width: 80%;
}

footer#colophon .site-info #media_image-2 {
	text-align: center;
}

@keyframes link {
	0% {width:0px;}
	100% {width:20px;}
}

nav a:after, footer#colophon a:after {
	content: ' ';
	width: 0px;
	height: 2px;
	position: absolute;
	bottom:0;
	left: 0;
	background-color: #000000;
	display: inline-block;
	margin-bottom:0px;
}

footer#colophon a {
	position: relative;
}

footer#colophon a:after {
	background-color: #FFFFFF;
}

.footer-pages a {
	margin: 10px auto;
	display: block;
}

.page-bottom {
	text-align: center;
	background-color: #000000;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
}

.page-bottom p {
	color: #FFFFFF;
	margin: 0 auto;
 }

/* nav li:hover a::after, footer a:hover::after {
	animation-duration: .6s;
	animation-name: link;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards
} */

/*--------------------------------------------------------------
# Woocommerce Prelaunch Styling
--------------------------------------------------------------*/

.woocommerce .quantity .qty {
	margin-top: 13px;
	border: 2px solid #000000;
}

.simple-price {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
}

li.product {
	padding-bottom: 10px !important;
}

li.product .button {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 300;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 0;
}

.products {
	text-align: center;
}

.products li.product {
	max-width: 350px !important;
	transition: ease-in .2s all;
	min-height: 375px;
}

.products .product .button.product_type_simple, .products .product .button.product_type_variable {
	position: absolute;
	opacity: 0;
	width: 100%;
	/* height: 0; */
	overflow: hidden;
	left: 0;
	top: 40%;
	color: #FFFFFF;
	font-weight: 700;
	margin-top: 0 !important;
}

.products .product .button.product_type_simple .price, .products .product .button.product_type_variable .price {
	display: none;
}

.products .product:hover .button.product_type_simple, .products .product:hover .button.product_type_variable  {
	opacity: 1;
	background-color: rgba(0,0,0,1);
}

.products .product:hover {
	background-color: #FFFFFF;
	box-shadow: 0 0 2px 2px #aeaeae;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.5em;
}

.products .product:hover img{
	opacity: .4;
}

.callTodayDiv {
	text-align: center;
}

.product-features li span {
	font-weight: 700;
	font-style: normal;
}

.product-features li {
	font-weight: 300;
	font-style: italic;

}

/* .woocommerce-product-gallery__wrapper .wp-post-image */
.woocommerce-product-gallery__wrapper img {
	max-width: 80% !important;
}

.products .product, .gallery-row .glide__slide a div{
	border: 1px solid #aeaeae;
	background-color: rgba(255,255,255,.3);
	max-width: 75%;
	margin: auto;
	text-align: center;
}

#product-holder {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-start;
}

.product-pre-release {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	/* margin: 5% auto;
	flex-direction: row-reverse; */
}

.product-image {
	max-width: 400px;
	width: 55%;
}

.product-content-right {
	/* border: 1px solid #aeaeae; */
	max-width: 400px;
	padding: 20px;
	min-width: 40%;
}

.related.products {
	max-width: 1200px;
	width: 90%;
	margin: auto;
}


/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/


.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
	margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 auto;
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
}

.woocommerce-MyAccount-navigation ul li {
	position: relative;
	width: 110px;
	text-align: center;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li a{
	color: #565656;
	font-weight: 500;
}

@keyframes dash-c {
	0% {opacity: 0; right: 50px;}
	12% {opacity: 1; right: 48px;}
	25% {opacity: 1; right: 46px;}
	37% {opacity: 1; right: 44px;}
	50% {opacity: 1; right: 42px;}
	62% {opacity: 1; right: 39px;}
	75% {opacity: 1; right: 38px;}
	87% {opacity: 1; right: 37px;}
	100% {opacity: 1; right: 35px;}
}

@keyframes dash-m {
	0% {opacity: 0; right: 45px;}
	12% {opacity: 1; right: 43px;}
	25% {opacity: 1; right: 41px;}
	37% {opacity: 1; right: 39px;}
	50% {opacity: 1; right: 37px;}
	62% {opacity: 1; right: 35px;}
	75% {opacity: 1; right: 33px;}
	87% {opacity: 1; right: 32px;}
	100% {opacity: 1; right: 30px;}
}

@keyframes dash-y {
	0% {opacity: 0; right: 45px;}
	12% {opacity: 1; right: 43px;}
	25% {opacity: 1; right: 41px;}
	37% {opacity: 1; right: 39px;}
	50% {opacity: 1; right: 37px;}
	62% {opacity: 1; right: 35px;}
	75% {opacity: 1; right: 33px;}
	87% {opacity: 1; right: 32px;}
	100% {opacity: 1; right: 30px;}
}

@keyframes dash-k {
	0% {opacity: 0; right: 50px;}
	12% {opacity: 1; right: 48px;}
	25% {opacity: 1; right: 46px;}
	37% {opacity: 1; right: 44px;}
	50% {opacity: 1; right: 42px;}
	62% {opacity: 1; right: 39px;}
	75% {opacity: 1; right: 38px;}
	87% {opacity: 1; right: 37px;}
	100% {opacity: 1; right: 35px;}
}

.woocommerce-MyAccount-navigation ul li .c {
	background-color: cyan;
	bottom: 66px;
	transform: rotate(-20deg);
	right: 35px;
}

.woocommerce-MyAccount-navigation ul li .m {
	background-color: magenta;
	bottom: 56px;
	transform: rotate(-7deg);
	right: 30px;
}

.woocommerce-MyAccount-navigation ul li .y {
	background-color: yellow;
	bottom: 43px;
	transform: rotate(7deg);
	right: 30px;
}

.woocommerce-MyAccount-navigation ul li .k {
	background-color: black;
	bottom: 33px;
	transform: rotate(20deg);
	right: 35px;
}

.woocommerce-MyAccount-navigation ul li .c, 
.woocommerce-MyAccount-navigation ul li .m, 
.woocommerce-MyAccount-navigation ul li .y, 
.woocommerce-MyAccount-navigation ul li .k{
	display: block;
	position: absolute;
	width: 18px;
	height: 4px;
	opacity: 0;
}

.woocommerce-MyAccount-navigation ul li:hover .c, 
.woocommerce-MyAccount-navigation ul li.is-active .c {
	animation-name: dash-c;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.woocommerce-MyAccount-navigation ul li:hover .m, 
.woocommerce-MyAccount-navigation ul li.is-active .m {
	animation-name: dash-m;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.woocommerce-MyAccount-navigation ul li:hover .y, 
.woocommerce-MyAccount-navigation ul li.is-active .y {
	animation-name: dash-y;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.woocommerce-MyAccount-navigation ul li:hover .k, 
.woocommerce-MyAccount-navigation ul li.is-active .k {
	animation-name: dash-k;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

.woocommerce-MyAccount-navigation ul li::before {
	position: absolute;
	font-size: 34px;
	color: #565656;
	left: 20px;
	bottom: 25px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
	text-decoration: underline;
}

#single-order-details {
	list-style-type: none;
}

#single-order-details li::before {
	content: "\f1d8";
	font-family: "FontAwesome";
	margin-right: 15px;
}

#single-order-details li ul li::before {
	content: "";
}

#single-order-details li ul li a{
	margin-left: 20px; 
}

#single-order-details li span {
	font-style: italic;
	font-weight: 700;
}

@media screen and (max-width: 1600px) {
	.customer-links i {
		font-size: 15px !important;
		width: 20px !important;
		height: 20px !important;
	}
}

@media screen and (max-width: 800px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border: none;
		margin: 0 0 20px 0;
		border-radius: 8px;
	}

	.woocommerce-MyAccount-navigation ul {
		background-color: #eeeeee;
		border-radius: 8px;
		flex-flow: column;
		padding: 0;
		border: 1px solid #000;
		margin: 0;
		/* border-right: 1px solid #000; */
		max-width: 300px;
		width: 100%;
	}

	.woocommerce-MyAccount-navigation ul li .c, 
	.woocommerce-MyAccount-navigation ul li .m, 
	.woocommerce-MyAccount-navigation ul li .y, 
	.woocommerce-MyAccount-navigation ul li .k{
		display: none;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-evenly;
		align-items: center;
		max-width: 300px;
		width: 100%;
		border-bottom: 1px solid #000;
	}

	.woocommerce-MyAccount-navigation ul li:last-of-type {
		border: none;
	}

	.woocommerce-MyAccount-navigation ul li a {
		font-size: 18px;
		margin: 3px 0;
	}

	.woocommerce-MyAccount-navigation ul li::before {
		position: absolute;
		font-size: 22px;
		color: #565656;
		left: 10px;
		bottom: auto;
	}

	.woocommerce-MyAccount-navigation ul li.is-active a {
		text-decoration: underline;
		font-weight: 700;
	}

}

@media screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr, 
	.woocommerce-page table.shop_table_responsive tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		align-items: center;
		border-top: 1px solid #aeaeae;
	}
	/* .woocommerce table.shop_table td {

	} */
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		border-top: none;
	}
	#pp-recent-table tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		align-items: center;
	}
	#pp-recent-table tr td {
		display: block;
	}
}

/* WooCommerce Dropdowns and Product page styling */

div.product div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images img {
	max-height: 80vh;
	width: auto;
	margin: auto;
}

label[for="size"] span {
	font-weight: lighter;
	font-style: italic;
}

div.cart-link.cart-items {
	position: relative;
}

@keyframes cartThrob {
	0%{box-shadow: 0 0 0px 0px magenta;}
	50%{box-shadow: 0 0 0px 1px magenta;}
	100%{box-shadow: 0 0 0px 0px magenta;}
}

div.cart-link.cart-items::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	background-color: magenta;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	animation-name: cartThrob;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}

div.cart-link.cart-items div.cart-balloon {
	width: 250px;
	position: absolute;
	display: none;
	top: 40px;
	right: 0;
	background-color: #FFFFFF;
	border-top: 3px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
	z-index: 1;
	box-shadow: 7px 9px 5px -3px #000000;
}

div.cart-link.cart-items div.cart-balloon::before {
	content: ' ';
	position: absolute;
	top: -22px;
	right: 10px;
	border-left: 30px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #000000;
}

div.cart-link.cart-items div.cart-balloon div.single-item {
	border-bottom: 1px solid #565656;
}

div.cart-link.cart-items div.cart-balloon div.single-item p{
	margin: 2px 0;

}

div.cart-link.cart-items div.cart-balloon a {
	display: block;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #000000;
	width: 150px;
	margin: 5px auto;
	border-radius: 3px;
	border: 2px solid #000000;
	font-weight: 700;
}

div.cart-link.cart-items div.cart-balloon a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

div.cart-link.cart-items div.cart-balloon i{
	margin-right: 15px;
}

.product-page-header {
	margin: 25px 0;
	border-bottom: 1px solid #565656;
	vertical-align: middle;
}

.product-page-header h1 {
	display: inline;
}

.product-page-header span {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 3px;
}

.product-page-header span i.fa-share-alt {
	margin-left: 5px;
	font-size: 18px;
}

.product-page-header span i:not(.fa-share-alt) {
	opacity: 0;
	width: 35px;
	height: 35px;
	padding-top: 6px;
	border-radius: 5px;
	text-align: center;
	font-size: 25px;
	margin: 0 10px;
}

.product-page-header span i:not(.fa-share-alt):hover {
	color: #FFFFFF !important;
	background-color: #aeaeae;
}

.product-page-header span:hover i{
	opacity: 1;
}

.product-page-header span:not(i) {
	margin-left: 20px;
	font-size: 11px;
	letter-spacing: 1.2;
	text-decoration: underline;
	font-style: italic;
}

.woocommerce-product-gallery__wrapper .wp-post-image {
	max-width: 400px;
	margin: auto;
}

.woocommerce-page div.product div.summary.entry-summary {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
	background-color: rgba(255,255,255,.5);
	padding: 15px;
	margin: 0 auto;
	float: none;
}

.woocommerce-page div.product div.summary.entry-summary .woocommerce-variation-price {
	text-align: center;
}

span.price {
	margin: auto;	
}

.woocommerce-Price-amount.amount bdi {
	color: #000;
	font-family: var(--mainfont);
	font-weight: 700;
}

.product table.variations {
	width: 85% !important;
	margin: auto;
}

.product table.variations td.label{
	line-height: 1em !important;
}

.product table.variations td.value{
	text-align: center;
	margin: auto;
}

.product table.variations td.value .reset_variations,
#pp_customize_design_btn, 
#pp_edit_btn, 
#pp_download_btn, 
#pp_clear_design_btn, 
#pp_upload_btn {
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: 700;
	border: 2px solid #FFFFFF;
}

.product table.variations td.value .reset_variations {
	width: 120px;
	margin-right: auto;
}

.product table.variations td.value .reset_variations:hover,
#pp_customize_design_btn:hover, 
#pp_edit_btn:hover, 
#pp_download_btn:hover, 
#pp_clear_design_btn:hover, 
#pp_upload_btn:hover 
 {
	border-color: #000000;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	font-style: italic;
}

.product table.variations tr select{
	margin-bottom: 25px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #565656;
	min-width: 200px !important;
}

.woocommerce-page div.product div.woocommerce-product-gallery {
	float: none;
}

.woocommerce-page div.product .product-top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}

/* Product Template Area */

.woocommerce div.product div.images img {
	/* width: auto;
	margin: auto !important; */
}

#product-template-area {
	display: block;
	text-align: center;
	border-top: 1px solid #565656;
	background-color: rgba(255,255,255,.6);
	margin: 25px auto;
	padding: 5% 0;
}

#product-template-area h2{
	margin-top: 0;
}

#product-template-area .template-div {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-content: center;
	margin: auto;
}

#product-template-area .template-div div{
	width: 250px;
	margin: 15px 0;
	text-align: center;
	cursor: pointer;
}

#product-template-area .template-div div:hover p{
	text-decoration: underline;
}

#product-template-area .template-div div p {
	font-size: 14px;
	margin-bottom: 0;
}

#product-template-area .template-div img{
	width: 80px;
	height: 80px;
}

/* Woocommerce Message Styling */

div.woocommerce-notices-wrapper {
	font-family: var(--mainfont);
	color: #000000;
}

/* div.woocommerce-notices-wrapper .woocommerce-message,
div.woocommerce-notices-wrapper .woocommerce-error,
div.woocommerce-notices-wrapper .woocommerce-info,
div.woocommerce-form-coupon-toggle .woocommerce-message, 
div.woocommerce-form-coupon-toggle .woocommerce-error,
div.woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 9px -2px #565656;
} */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message, 
.woocommerce-error,
.woocommerce-info {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 9px -2px #565656;
}

/* div.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
div.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward,
div.woocommerce-notices-wrapper .woocommerce-info .button.wc-forward,
div.woocommerce-form-coupon-toggle .woocommerce-message .button.wc-forward, 
div.woocommerce-form-coupon-toggle .woocommerce-error .button.wc-forward, 
div.woocommerce-form-coupon-toggle .woocommerce-info .button.wc-forward {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #FFFFFF;
} */

.woocommerce-message .button.wc-forward,
.woocommerce-error .button.wc-forward,
.woocommerce-info .button.wc-forward,
.woocommerce-message .button.wc-forward, 
.woocommerce-error .button.wc-forward, 
.woocommerce-info .button.wc-forward {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}

div.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover,
div.woocommerce-notices-wrapper .woocommerce-error .button.wc-forward:hover,
div.woocommerce-notices-wrapper .woocommerce-info .button.wc-forward:hover,
div.woocommerce-form-coupon-toggle .woocommerce-message .button.wc-forward:hover, 
div.woocommerce-form-coupon-toggle .woocommerce-error .button.wc-forward:hover, 
div.woocommerce-form-coupon-toggle .woocommerce-info .button.wc-forward:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;

}

.woocommerce-info {
	border-top-color: #000000;
	vertical-align: middle;
}

.woocommerce-info::before {
	color: #3443eb;
	font-size: 18px;
	left:10px;
	top:15px;
}

.woocommerce-message {
	border-top-color: #000000;
	vertical-align: middle;
}

.woocommerce-message::before {
	color: #24e390;
	font-size: 18px;
}

.woocommerce-error {
	border-top-color: red;
}

/* Woocommerce Tabs Styling */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-radius: 0;
	border-color: #565656;
	border-bottom: 1px solid #565656;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	flex-grow: 1;
	text-align: center;
	border-radius: 0;
	background-color: #FFFFFF;
	border-color: #565656;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	width: 100%;
	font-family: var(--mainfont);
	font-size: 18px;
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-radius: 0;
	border-color: #565656;
}

.woocommerce-Tabs-panel {
	border-bottom: 1px solid #565656;
	margin-bottom: 5% !important;
}

.woocommerce-Tabs-panel h2 {
	margin: auto;
	text-align: center;
}

/* Custom product description styling */

.product-description {
	max-width: 900px;
	margin: auto;
}

.product-description p {
	margin: 20px auto;
}

.product-description p.no-margin {
	margin: 0 auto;
}

.product-description p, .product-description ul {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	width: 90%;
}

.product-description ul li {
	font-family: var(--mainfont);
	list-style-type: none;
}

.product-description ul li::before {
	content: "\f1d8";
	font-family: "FontAwesome";
	margin-right: 15px;
}

div.specs-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 5% auto;
}

div.specs-wrapper .paper-specs {
	width: 400px;
	max-width: 85%;
}

div.specs-wrapper img.specs-image {
	width: 450px;
	max-width: 85%;
}

@media screen and (max-width: 1000px) {
	.product-page-header h1 {
		display: block;
	}
	.product-page-header span i:not(.fa-share-alt) {
		opacity: 1;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 13px;
	}
	.product table.variations td.label{
		font-size: 12px;
	}
	#product-template-area .template-div {
		flex-flow: column;
		align-items: center;
	}
	.product-description p, .product-description ul {
		font-size: 13px;
	}
}

/* Woocommerce Cart Page Style Edits */

.woocommerce td.product-name dl.variation dt {
	float: none;
}

.woocommerce td.product-name dl.variation dd p {
	margin: 0;
}

.woocommerce td.product-name dl.variation dd a {
	border-radius: 0;
	background-color: #000000;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	padding: 10px 15px;
}

.woocommerce table.cart .product-thumbnail .cart-thumb {
	display: block;
	text-align: center;
}

.woocommerce table.cart .product-thumbnail .cart-thumb img {
	width: 60% !important;
	max-width: 250px !important;
}

.woocommerce table.cart .product-name .product-name-link {
	/* text-align: center; */
	display: block;
}

.woocommerce table.cart .product-name dl.variation {
	text-align: left;
	margin: auto;
}

.woocommerce td.product-name dl.variation dd a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}

.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #FFFFFF;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}

@media screen and (max-width: 768px) {
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}

	.woocommerce table.cart .product-name .product-name-link {
		text-align: center;
	}

	.woocommerce table.cart .product-name dl.variation {
		max-width: 70%;
	}

	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
	}
}

/* PitchPrint Style Edits */

#pp_main_btn_sec {
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
	align-items: flex-start;
}

.woocommerce-variation-add-to-cart {
	text-align: center;
}

.woocommerce div.product form.cart .button {
	margin: 20px auto 0 auto !important;
	float: none;
	background-color: #000 !important;
	color: #FFF !important;
	border-radius: 0px !important;
	margin: 10px auto !important;
	width: 80% !important;
}

#pp_customize_design_btn, 
#pp_edit_btn, 
#pp_download_btn, 
#pp_clear_design_btn, 
#pp_upload_btn {
	border-radius: 0px !important;
	margin: 10px auto !important;
	width: 80% !important;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#mobile-menu {
	border: 3px solid #cccccc;
	position: absolute;
	display: none;
	max-height: 1000px;
	max-width: 500px;
	width: 100%;
	z-index: 100000;
	right: 0;
}

#mobile-menu .mobile-search {
	text-align: center;
	padding: 4px 0;
}

#mobile-menu .mobile-search form input {
	border: none;
	background-color: rgba(0,0,0,.04);
}

#mobile-menu .nav-menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#mobile-menu li {
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

#mobile-menu ul div {
	border-bottom: 1px solid #aeaeae;
}

#mobile-menu a{
	font-weight: 700;
	font-size: 15px;
	color: #565656;
}

.mobile-top&gt;li {
	background-color: #fdfdfd;
}

.mm-parent&gt;ul li {
	background-color: #f9f9f9;
}

.mm-child&gt;ul li {
	background-color: #f0f0f0;
}

.mobile-top&gt;li a{
	padding-left: 20%;
}

.mm-parent&gt;ul li a{
	padding-left: 25%;
}

.mm-child&gt;ul li a{
	margin: 0;
	padding-left: 30%;
}

#mobile-menu .nav-menu span{
	margin-right: 10px;
}


#mobile-menu.hidden {
	max-height: 0;
	overflow: hidden;
	padding: 0 auto;
	margin: 0 auto;
}

#mobile-menu.show {
	display: block;
	height: auto;
}

#mobile-menu.toggled {
	opacity: 1;
	height: auto;
	display: block;
}

/* Media Queries */

@media screen and (max-width: 1000px) {
	.archive-loop {
		width: 80%;
	}
	.gallery-row.promo1 .shade-div{
		opacity: .4;
	}
	#header-search {
		display: none;
	}

	#nav-center nav {
		border-top: none;
	}

	#consumer-nav {
		display: none;
	}

	#user-fname-desktop {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.shop-header {
		padding: 0 25px 25px 25px;
		background-image: none !important;
		flex-flow: column;
		justify-content: space-between;
	}
	h1.page-title {
		margin-bottom: 0;
	}
	#primary-menu {
		position: absolute;
		width: 100%;
		top:0;
		left: 0;
		min-height: 50px;
		background-color: #ffffff;
		transition: 1s ease-in-out all;
		display: none;
	}
	#masthead-inner {
		flex-flow: row nowrap;
	}
	.site-branding a img {
		width: 70%;
	}
	#site-navigation {
		border-top: none;
	}
	#home-sidebar {
		display: none;
	}
	#home-gallery {
		width: 90%;
	}
	#home-gallery .gallery-row {
		margin-bottom: 15%;
	}
}

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

	form.woocommerce-ordering {
		width: 100%;
	}

	.products .product .button.product_type_simple, .products .product .button.product_type_variable {
		position: relative;
		opacity: 1;
		transition: ease-in-out .2s all;
		width: auto;
		height: auto;
		color: #FFFFFF;
		background-color: #000000;
		font-weight: 700;
		margin-top: auto !important;
	}

	.products .product:hover .button.product_type_simple, .products .product:hover .button.product_type_variable  {
		padding-top: 10px;
		height: auto;
		opacity: 1;
		margin-top: auto;
		background-color: #000000;
	}

	.products li.product {
		float: none !important;
		min-width: 270px !important;
		width: 85% !important;
		margin: 20px auto !important;
		transition: ease-in-out .2s all !important;
		position: relative !important;
	}

	.pageBreak {
		flex-flow: column;
		align-items: center;
	}

	.pageBreak div {
		width: auto;
	}

	.pageBreak .colorbar {
		margin-left: 10%;
	}

	.site-info {
		flex-flow: column;
		align-items: center;
	}
}

@media screen and (max-width: 400px) {
	.pageBreak .colorbar {
		margin-left: -20%;
	}
}

@media screen and (min-width: 1000px) {

	#mobile-menu {
		display: none !important;
	}

	#user-fname-mobile {
		display:none;
	}

	.menu-toggle {
		display: none;
	}

	/* .main-navigation ul {
		display: flex;
	} */
}

@media screen and (max-width: 782px) {
	html {
		margin-top: 0px !important;
	}
}</pre></body></html>