/*
Theme Name: immortalsigns
Theme URI: http://immortalsigns.test
Author: Jason Mayry
Author URI: http://jasonmayry.com/
Description: Immortal Signs Theme
Version: 0.1
*/


/*------------------------------------*\
    TABLE OF CONTENTS
\*------------------------------------*/
/**
	* 1. RESET
	* 2. MAIN
	* 3. TYPOGRAPHY
	* 4. GENERAL CLASSES
	* 5. NAVIGATION
	* 6. HERO
	* 7. FORMS
	* 8. FOOTER
	* 9. MEDIA QUERIES
	* prev brand color: 38990d
**/



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

	[ 0. RESET ]

-------------------------------------------------------------------------- */
/* Scrap Reset for 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, 
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, menu, nav, section {
	display: block; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0;
}




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

	[ 1. Fonts ]

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

/*
@font-face {
    font-family: 'Monstro';
    src: url('fonts/monstro/39EA22_0_0l.eot');
    src: url('fonts/monstro/39EA22_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/monstro/39EA22_0_0.woff2') format('woff2'),
         url('fonts/monstro/39EA22_0_0.woff') format('woff'),
         url('fonts/monstro/39EA22_0_0.svg#webfontregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
*/



@font-face {
    font-family: 'MonstroSolid';
    src: url('fonts/Monstro/monstrosolid.eot');
    src: url('fonts/Monstro/monstrosolid.eot?#iefix') format('embedded-opentype'),
         url('fonts/Monstro/monstrosolid.woff2') format('woff2'),
         url('fonts/Monstro/monstrosolid.woff') format('woff'),
         url('fonts/Monstro/monstrosolid.ttf') format('truetype'),
         url('fonts/Monstro/monstrosolid.svg#monstro_solidregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



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

	[ 2. MAIN ]

-------------------------------------------------------------------------- */
* { -webkit-text-size-adjust: 100%; box-sizing: border-box; }
html, body { height: 100%; }
html{ -webkit-font-smoothing: antialiased; font-size: 100%; }
body {
	background: #fefefe;
	font-family: "Work Sans", "Antartida-Light", sans-serif;
	color: #2b2b2b;
	font-size: 100%;
	font-family: Helvetica, Arial;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	/*
	transition: font-size .1s ease;
	-webkit-transition: font-size .1s ease;
	-moz-transition: font-size .1s ease;
	*/
}
.hero-address .main-content {
		padding: 0 4em;
	}
img, .img {
	max-width: 100%;
	height: auto;
}
.video {
	position: relative;
	padding-bottom: 62.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden; 
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} /* From: http://webdesignerwall.com/tutorials/css-elastic-videos */
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.main {
	padding-top: 7.5rem;
	margin-bottom: 0rem;
}
.main-content {
	padding: 1.5em 4em;
}
.content {
	padding: 3rem 0 3rem;
}

.page-type {
	display: none;
}


/*  SELECTION  */
::selection { background: #fac90f; color: #2b2b2b; text-shadow: none; }

::-moz-selection{ background: #fac90f; color: #2b2b2b; text-shadow: none; }

img::selection {
  background: #fac90f;
}

img::-moz-selection {
  background: #fac90f;
}

::selection:window-inactive {
  background: #fac90f;
}


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

	[ 3. TYPOGRAPHY ]

-------------------------------------------------------------------------- */
/* @FONTFACE */


/* ELEMENTS  */
  
/* Default header styles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #222222;
	text-rendering: optimizeLegibility;
	line-height: 1.15;
	/* letter-spacing: -.013em; */ }	
	h1 { 
		font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 7rem; 
		line-height: 1em; 
		color: #2b2b2b;
		margin-bottom: .25em;
		font-weight: 700;
	}
	
	h2 { 
		font-size: 2.5em; 
		line-height: 1.15; 
		color: #2b2b2b;
		margin-bottom: .25em; 
	}
	
	h3 { 
		font-size: 2.75rem; 
		line-#2b2b2b: 1.15; 
		color: #222; 
		font-weight: 700;
		text-transform: capitalize;
		margin-bottom: .25em; 
	}
	
	h4  {
		font-size: 2.25rem;
		line-height: 1.15;
		color: #2b2b2b;
		text-transform: capitalize;
		margin-bottom: .25em;
	}
	h5  {
		font-size: 1.75rem;
		line-height: 1.15;
		color: #2b2b2b;
		text-transform: capitalize;
		margin-bottom: .25em;
	}

/* Default paragraph styles */
p {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: normal; 
	color: #2b2b2b;
	margin-top: ; 
	margin-bottom: 1em;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
	p aside {
		font-size: 0.875rem;
		line-height: 1.35;
		font-style: italic; }
	#foot p {
		margin-bottom: ;
	}
	p:last-of-type {
		margin-bottom: 0;
	}
	/* p:empty { display:none; } */
	
/* Default Link Styles */

a, a:visited {
	/* font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; */
	color: #fac90f;
	text-decoration: none;
	line-height: inherit; }
	a:hover, a:focus {
	color: #fac90f; }
	a img {
	border: none; }


.link { 
	color: #f8f8f8;
	text-decoration: none;
	-webkit-transition: all .3s, font-size 0s;
	-moz-transition: all .3s, font-size 0s;
	-o-transition: all .3s, font-size 0s;
	transition: all .3s, font-size 0s;
	border-bottom: 1px solid transparent;
	position: relative;
	padding: none;
}

.link:hover { 
	color: #2672e5;
	text-decoration: none; 
	-webkit-transition: .1s, font-size 0s;
	-moz-transition: .1s, font-size 0s;
	-o-transition: .1s, font-size 0s;
	transition: .1s, font-size 0s;
	border-bottom: 1px solid #999;
	border-bottom: 1px solid #008cba;
	top: -2px;
	padding: none;
}

/* Helpful Typography Defaults */

em,
i {
	font-style: italic;
	line-height: inherit; }

strong,
b {
	font-weight: bold;
	line-height: inherit; }

small {
	font-size: 60%;
	line-height: inherit; }
.smaller { font-size: .666em; }
sup, sub {
	font-size: 25%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}
sub { top: 0.4em; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }

/* Kerning */

.tighten {
	margin: 0 -.1em;
}
.loosen {
	margin: 0 .1em;
}
ul {
	line-height: 1;
}
.content ul {
	margin-bottom: 1em;
	padding-left: 1em;
}
.content li {
	list-style: disc;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	color: #2b2b2b;
}

/* Page Specific Styles */

.content h1 {
	font-weight: 700;
}



#page-title {
	padding-bottom: 1em;
}
.page-title {
	padding: 0;
	margin: 0;
	font-size: ;
	color: #222;
	letter-spacing: .05em;
	padding-top: .8rem;
	padding-bottom: .8rem;
	letter-spacing: 0;
	line-height: 1.2rem;
	text-align: center;
}
.woocommerce-products-header .page-title {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans';
	color: #222;
	font-size: ;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;	
	text-shadow: none;
	background: rgba(250, 201, 15, 0.92);
	display: inline-block;
	padding: 1rem 1.5rem 1.2rem;
}
#hero .title {
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#hero .title h1 {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans';
	font-size: 5rem;
	line-height: 1;
	font-weight: 900;
	color: #111;
	text-transform: capitalize;
	text-align: center;
	margin: 0 2.5rem .25em;
	background: rgba(250, 201, 15, 0.7);
	display: inline-block;
	padding: 1rem 1.5rem 1.2rem;
/* 	transform: skewY(-3deg); */
}
#page-hero .title h1 {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans';
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 900;
	color: #eee;
	text-transform: capitalize;
	text-align: center;
	/* text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}
#woo-hero .title h1 {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans';
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 900;
	color: #fac90f;
	text-transform: capitalize;
	text-align: center;
	/* text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}



/* Buttons */
button { color: #fff; font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; text-align: left; }
button:hover { cursor: pointer; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }
.button, .button:visited, a.button, a.button:visited {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: 'Work Sans', 'Helvetica Neue','Helvetica', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 1em 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 1.75em;
	padding-right: 2.5em;
	padding-bottom: 1.75em;
	padding-left: 2.5em;
	font-size: 16px;
	color: #2b2b2b;
	transition: background-color 300ms ease-out;
	background: #fac90f;
	text-transform: uppercase;
	letter-spacing: .035em;
	border-radius: 0px;
	/*
	display: flex;
	align-self: center;*/
	margin: .5em 0;
	border-radius: 5px;
}
button:hover, button:focus, a.button:hover, a.button:focus {
    background: #fac90f;
	color: #2b2b2b; } 

/*
#hero .button {
	background: #fff;
	padding-top: 1.5em;
	padding-right: 3em;
	padding-bottom: 1.65em;
	padding-left: 3em;
	color: #fac90f;
}
*/
#home .button, .button:visited, a.button, a.button:visited {
	font-size: 1rem;
	padding: 1.35em 1.75em;
	background: #fac90f;
}
#home .button:hover, a.button:hover {
	background: #fcda5b;
	color: #111;
}


.woocommerce div.product form.cart div.quantity {
	margin-right: 1rem;
}
/* Woocommerce Buttons */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 13px;
	color: #2b2b2b !important;
	transition: background-color 300ms ease-out;
	background: #fac90f !important;
	border-radius: 0px;
}


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

	[ 4. GENERAL CLASSES ]
	
-------------------------------------------------------------------------- */
img.desaturate { 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

#page-type {
	display: none;
}
.border {
	border: 10px solid rgba(255, 255, 255, .33);
}

.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.special {
	background: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mask {
    overflow: hidden;
    position: relative;
}
.center_wrap {
	height: 100%;
}
.center {
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.callout {
	color: rgb(218, 79, 57);
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both; 
  content: "";
  display: table; 
}
/* WP Content Width https://codex.wordpress.org/Content_Width */ 
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


.full-width {
	max-width: 100%;
}

/*========================================================================
	HEADER 
========================================================================*/
.mobile-nav-wrap {
	display: none;
}
.main_nav {
	background: #2b2b2b;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 7.5rem;
	/* transition: all 500ms ease-in-out; */
	transform: translateY(0rem);
	/* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); */
	padding: 1rem 0;
}
/*
.main_nav:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("images/halftone-black.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}
*/
footer:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("images/halftone-black.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}
.contact-widget:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("images/halftone-white.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}

#featured_content:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("images/halftone-white.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}



.nav-wrap {
	/* background: #2b2b2b;
	padding: 1rem 0; */
	display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
}
.nav-up {
	transition: all 500ms ease-in-out;
	transform: translateY(-7.5rem);
}
.nav-down {
    transition: all 500ms ease-in-out;
	transform: translateY(0rem);
}
.main_nav.scrolled {
	background: rgba(255, 255, 255, .9);
	background: #2b2b2b;
}
#logo {
	max-width: 100%;
	/*
	float: left;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.375rem;
	padding: 0;
	*/
	/*
	position: absolute; */
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	
}
#logo img.logo {
	height: 5.5rem;
	max-width: 100%;
	/* display: inline-block;
	vertical-align: middle; */
	z-index: 0;
}
#logo span {
	font-family: 'Work Sans';
	font-family: 'Oswald';
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .0125em;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
	margin-left: .35em;
	/* margin-bottom: .15em; */
}


/*========================================================================
	MAIN NAVIGATION 
========================================================================*/
.navbar {
	width: 100%;
	position: relative;
}
.navbar #menu-main-nav {
	padding: .75rem 0;
}

.navbar .menu {
	z-index: 10;
}
.menu-main-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-main-nav {
	margin: 0;
}
.navbar ul {
	float: right;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.navbar li {
	padding: 0px;
	display: inline-block;
	/*border-left: 2px solid #777;*/
	vertical-align: middle;
}
.navbar li:first-child {
	border: none;
}
.navbar li .last {
	padding-right: 0;
}
.navbar li a, .navbar li a:visited {
	height: 4.375rem;
	padding: 0 1.125em;
	margin: 0;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #f8f8f8;
	letter-spacing: ;
	line-height: 4.375rem;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	/*
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transition: .3s ease;
	*/
	border: .125rem solid transparent;
}
.navbar .menu > li > a, .navbar .menu > li > a:visited {
	/* border: 0.1875rem solid transparent; */
}
.navbar li.menu-item-has-children:hover {
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); */
	background: transparent;
}
.navbar li a:hover,  .navbar li.selected a .navbar > li.current-menu-item > a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fac90f;
	background: #464646;
	background: rgba(94, 94, 94, 0.43);
	background: rgba(94, 94, 94, 0);
}
.navbar li a:active {
	color: ;
}
.navbar li.selected a {
	/*background: #444;
	color: rgba(256, 256, 256, 0.8);*/
}
.navbar li:first-child a {
	  margin-left: ;
}
.navbar .menu > .menu-item > .sub-menu {
	position: absolute;
	margin: 0;
	list-style: none;
	background: #fff;
	display: none;
	min-width: 200px;
	border: 2px solid #444;
	z-index: 10;
	padding: 0;
}
/* The arrow pointer
.navbar .menu > .menu-item > .sub-menu:after {
	content: ' ';
	width: 0px;
	height: 0px;
	border-top: 0px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-right: 10px solid transparent;
	position: absolute;
	left: 30%;
	top: 0;
	margin-top: -10px;
	margin-left: -30px;
	z-index: 5;
} */
.navbar .menu > .menu-item > .sub-menu > li {
	display: inline;
}
.navbar .menu > .menu-item > .sub-menu > li a {
	height: 4rem;
	background: #fff;
	padding: 1.5rem 1.25rem;
	font-size: 1rem;
	line-height: 1;
	color: #2b2b2b;
	border-bottom: .125rem solid #444;
}
.navbar .menu > .menu-item > .sub-menu > li:last-child a {
	border-bottom: 0;
}
.navbar .menu > .menu-item > .sub-menu > li a:hover {
	background: #fac90f;
	color: #444;
}
.navbar .menu > .menu-item:not(.mega).open > .sub-menu {
	display: block !important;
	/* border: 0.1875rem solid #222; */
	/* box-shadow: 0 3px 50px rgba(0, 0, 0, 0.25); */
}
.navbar .menu > .menu-item:not(.mega).open > li {
	display: block;
}
.navbar .menu > .menu-item:not(.mega).open > a  {
	/* background: #fff;
	border: 0.1875rem solid #222; */
	transition: none;
	color: #fac90f;
	color: #444;
	background: #444;
	background: rgba(94, 94, 94, 0.43);
	background: #fff;
	border: .125rem solid #444;
	border-bottom: 0;
}
.navbar li a .sub-menu li a:hover {
	color: red;
}



/* List Icon */
#nav-icon {
	display: none;
	width: 24px;
	height: auto;
	margin: 10px 1.5rem 10px 10px;
	z-index: 9999;
}
.color-bar {
	background: #fff;
	width: 100%;
	height: 2px;
	display: block;
	margin: 4px 0;
}


#nav-icon:hover .color-bar {
		background: #fac90f;
	}

/* Woocommerce Cart Link */
.link-to-cart { 
	/* transform: translateY(60%); */
}
.shop-tools {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1;
	height: 5.5rem;
	position: relative;
}
.shop-tool-item {
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 .75rem;
}
.shop-tool-item:first-child {
	margin: 0;
}
.shop-tool-item a,
.shop-tool-item a:visited {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	/* padding: 0 1.125em; */
}
.shop-tool-item a:hover {
	color: #fac90f;
}	
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    /* transform: translateY(40%); */
}
.cart-contents:before {
    /* 
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
    */
    content: '';
    background: url("images/icon-cart.svg");
    width: 32px;
    height: 32px;
}
.login-register {
	text-indent: -9999px;
	background: url("images/icon-account.svg") no-repeat;
	width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
}
.login-register:before {
	/* content: '';
    background: url("images/icon-account.svg");
    width: 32px;
    height: 32px;*/
}
.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	color: #fff;
	background: red;
	font-weight: bold;
	border-radius: 50%;
	padding: 1px 6px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 17px;
	width: 17px;
	/* transform: translateY(-230%) translateX(145%); */
	position: absolute;
	top: -.5rem;
	left: 1.5rem;
	font-size: 10px;
}




/* Footer Nav */

#menu-pre-footer {
	/*display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;*/
	margin-right: 8%;
}
#menu-pre-footer a {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	color: #fac90f;
	font-weight: 700;
}
#menu-pre-footer a:hover {
	color: #fac90f;
}
#menu-pre-footer > li {
	float: left;
	width: 28%;
	margin-right: 8%;
}
#menu-pre-footer > li:last-of-type {
	margin-right: 0;
}
#menu-pre-footer > li > ul {
	border-top: 2px solid #fac90f;
	margin-top: .25em;
}
#menu-pre-footer > li > ul > li {
	margin: .5em 0;
	line-height: 1;
}
#menu-pre-footer > li > ul > li a {
	font-size: .9375rem;
	line-height: 1.4;
	color: #f8f8f8;
	font-weight: 500;
}
#menu-pre-footer > li > ul > li a:hover {
	color: #fac90f;
}





/*========================================================================
	FOOTER 
========================================================================*/
/* Pre-Footer */
.product-specs {
	background: #eee;
}
.product-specs h2 {
	margin-bottom: 1em;
}
section.product-specs p {
	font-size: 1rem;
}
.product-specs ul {
	padding-left: 1rem;
	column-count: 2;
}
.product-specs ul li {
	list-style: disc;
	font-size: 0.9375rem;
	break-inside: avoid;
}
.design-specs {
	padding: 4rem 0;
}
.short-spec {
	padding-bottom: .5em;
}
.design-specs h2 {
	margin-bottom: 1em;
}
.design-specs h5 {
	margin-bottom: .25em;
}
.design-specs ul {
	padding-left: 1rem;
	margin-bottom: 2em;
}
.design-specs ul:last-of-type {
	margin-bottom: 1;
}
.design-specs ul li {
	list-style: disc;
	font-size: 0.9375rem;
	line-height: 2;
}
.design-specs p {
	font-size: 1rem;
	line-height: 2;
	font-weight: 400;
	color: #555;
	margin-bottom: .25em;
}
.contact-widget {
	background: #fac90f;
	position: relative;
}
.contact-widget .center-wrap {
	position: absolute;
}
.contact-widget .list-wrap {
	margin-bottom: 0;
}
.woocommerce .design-specs a.button {
	font-size: 0.9375rem;
	color: #2b2b2b;
	padding: 1em;
	margin-top: 1em;
}
.woocommerce .design-specs a.button:hover {
	
}
.center-wrap {
	text-align: ;
	width: ;
	height: 100%;
	/* position: absolute; */
	/* display: block; */
	top: 0;
	bottom: 0;
}
.center-inner {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
}
section.contact-widget p {
	font-family: 'MonstroSolid','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	line-height: 1.15;
	font-weight: 900;
	color: #a98911;
	text-transform: uppercase;
	margin-bottom: 0;
}
section.contact-widget a.button {
	background: #222;
	font-weight: 900;
	font-size: 1.5rem;
	color: #fac90f;
	padding: 1rem 1.25rem;
}
section.contact-widget a.button:hover {
	background: #222;
	color: #fac90f;
	padding: 1rem 1.25rem;
}
.pre-footer {
	background: #242424;
	padding: 5rem 4% 10rem;
}
.pre-footer h5 {
	font-size: 3rem;
	line-height: 0.7;
	color: #fff;
	margin-bottom: 1em;
}
.logo-row {
	margin-bottom: 2em;
}
.pre-footer .logo {
	width: 5.5rem;
}
.pre-footer .logo-row a {
	float: left;
}
.contact-cta {
	padding-top: 0;
}
div.contact-cta a.button {
	padding: 1rem 1.25rem;
	color: #222;
}
/* Foot */
footer {
	width: 100%;
	height: ;
	clear: ;
	background: #222;
	position: relative;
	padding: 2rem 4%;
	bottom: 0;
	/* background-size: cover; */
}
footer [class*=large-], footer [class*=medium-] {
	float: right;
}
footer p {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;
	margin: 0;
}
footer a {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8125;
	color: #444;
}
#copy {
	float: left;
	clear: both;
	font-size: 0.875rem;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	padding: 1rem 0;
}




.navbar {
	width: 100%;
	position: relative;
}
.navbar #menu-main-nav {
	padding: .75rem 0;
}

.navbar .menu {
	z-index: 10;
}
.menu-main-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-main-nav {
	margin: 0;
}
#menu-footer {
	float: right;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding: 0;
}
#menu-footer li {
	padding: 0px;
	display: inline-block;
	/*border-left: 2px solid #777;*/
	vertical-align: middle;
}
#menu-footer li:first-child {
	border: none;
}
#menu-footer li .last {
	padding-right: 0;
}
#menu-footer li a, #menu-footer li a:visited {
	height: auto;
	padding: 1rem .75em;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #f8f8f8;
	line-height: 1;
}
#menu-footer > li > a, #menu-footer .menu > li > a:visited {
}
#menu-footer li.menu-item-has-children:hover {
	background: transparent;
}
#menu-footer li a:hover,  #menu-footer li.selected a .navbar > li.current-menu-item > a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fac90f;
	background: transparent;
}
#menu-footer li a:active {
	color: ;
}
#menu-footer li.selected a {
	/*background: #444;
	color: rgba(256, 256, 256, 0.8);*/
}
#menu-footer li:first-child a {
	  margin-left: ;
}






footer .navbar li a, footer .navbar li a:visited {
	font-size: 1rem;
	line-height: 3;
	color: #fff;
	color: #d99b66;
	color: #fac90f;
}
footer .navbar li a:hover {
	color: #fac90f;
	color: #fac90f;
} 


/*======================================================================== 
	HERO 
========================================================================*/
/*
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	display: block;
	 z-index: 1;
}
.banner img {
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
}
#portfolio .banner h1 {
	position: absolute;
	bottom: 140px;
	left: 0;
	background: rgba(255, 255, 255, .75);
	font-size: 48px;
}
*/
.full-width-hero {
	width: 100%;
	height: 450px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background: #eee;
	margin-bottom: 0;
}
.post-type-archive-product .full-width-hero {
	margin-bottom: 2em;
}




#hero {
	
}

.woocommerce-products-header:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.5);
	display: table;
	clear: both;
	z-index: 0;
}
.term-adhesive-clings .woocommerce-products-header:before,
.term-banners .woocommerce-products-header:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: transparent;
	display: table;
	clear: both;
	z-index: 0;
}
#home #hero {
	margin: 1.5rem 1.5rem 0;
	margin: 0;
	overflow: hidden;
}
#home .full-width-hero {
	width: 100%;
	height: 70vh;
	min-height: 37.5rem;
	margin: 0;
}
#home .full-width-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.5);
	/* background: url('images/subtle-dots-black.png'), rgba(89, 89, 89, 0.35); */
	display: table;
	clear: both;
	z-index: 0;
}
.message {
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#page-hero {
	height: auto;
	padding: 6em 0 6em;
	background: #fff;
	position: relative;
}
#page-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(28, 84, 169, 0.5);
	background: rgba(35, 33, 2, 0.5);
	display: block;
	clear: both;
	z-index: 0;
}
#woo-hero {
	height: auto;
	padding: 2em 0 1em;
	background: #fff;
}

#my-account #page-hero .title h1, #cart #page-hero .title h1, #checkout #page-hero .title h1 {
	font-size: ;
	color: #fac90f;
}


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

	[ XX. INSTAGRAM SECTION ]
	
-------------------------------------------------------------------------- */
#instagram {
	padding-top: ;
	background: rgba(196, 190, 184, 0);
}
#instagram-hero {
	width: 100%;
	background-size: cover;
	padding: 2px 0 40px;
	border: none;
	text-align: right;
	background: rgba(196, 190, 184, 0);
}
#instagram-hero h3 {
	font-size: 36px;
	text-transform: lowercase;
	color: #a79f90;
	color: rgba(216, 208, 193, 1);
	display: inline;
	color: rgba(186, 180, 175, 1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
	vertical-align: middle;
	margin-left: 10px;
	text-align: right;
}
#instafeed img {
	width: 100%;
	padding: 1px;
}
#instafeed a {
	width: 16.16666666666667%;
	width: 19.5%;
	width: 31.33%;
	height: auto;
	display: block;
	float: left;
	margin: 1%;
}
.instagram-camera-icon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-top: 8px;
}

.instafeed-image-square {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.instafeed-image-square img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.instafeed-image-square.with-background {
  background-size: cover;
  background-position: center;
}
/* 
@media screen and (max-width: 1200px) {
	#instafeed a {
		width: 32.83%;
		width: 24.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}
@media screen and (max-width: 1024px) {
	#instafeed a {
		width: 32.83%;
		width: 24.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}
@media screen and (max-width: 800px) {
	#instafeed a {
		width: 32.83%;
		width: 49.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}	
*/

/*======================================================================== 
	FEATURE 
========================================================================*/
#featured-products {
	background-color: transparent;
}
#featured-products .woocommerce.columns-2 ul.products li.product {
	width: 48.85%;
}
#featured-products .woocommerce ul.products li.product {
	margin: 0 2.25% 2.992em 0;
}
#featured-products .woocommerce ul.products li.last {
	margin-right: 0;
}
#featured_content {
	padding: 5rem 0;
	background: #eee;
	position: relative;
}
.single-work #featured_content {
	background: #ebebeb;
}
#featured_content h2 {
	font-size: 1.75rem;
	font-weight: 500;
	text-align: center;
	margin: 0;
	padding-bottom: 0;
}
.single-work #featured_content h2 {
	font-weight: 800;
	color: #222;
}
#featured_content p {
	text-align: left;
	font-size: ;
	font-weight: 400;
	color: #454545;
	margin: 0;
	padding: 0;
}

#feature h3 {
	font-size: 30px;
	line-height: 1.2; 
	color: #222; 
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}











/* CTA */

#cta {
	background: #111;
	padding: 8rem 0;
	/* margin-top: 4.375rem;*/
	text-align: center;
}
#cta h2 {
	color: #ffffff;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 48px;
	line-height: 1.12;
	padding-bottom: .5em;
	text-shadow: 1px 1px 2px #fff;
}
#cta h3 {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#cta p {
	padding-bottom: 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#cta .button, #cta .button:visited, #cta a.button, #cta a.button:visited {
	background: #ffffff;
	color: #111111;
}



/* CTA */
#cta {
	background: #111;
	padding: 8rem 0;
	/* margin-top: 4.375rem;*/
	text-align: center;
}
#cta h2 {
	color: #ffffff;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 48px;
	line-height: 1.12;
	padding-bottom: .5em;
	text-shadow: 1px 1px 2px #fff;
}
#cta h3 {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#cta p {
	padding-bottom: 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#cta .button, #cta .button:visited, #cta a.button, #cta a.button:visited {
	background: #ffffff;
	color: #111111;
}



/* EMAIL CTA */
#email-cta {
	background: #e7e7e7;
	background: url("images/texture-burlap.jpg") repeat;
	background: transparent;
	/* padding: 8rem 0;
	margin-top: 4.375rem;*/
	text-align: center;
}
#email-cta h5 {
	color: ;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 3rem;
	line-height: 1.12;
	padding-bottom: 1rem;
}
#email-cta h3 {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#email-cta p {
	text-align: center;
}

#email-cta form {
	margin-top: 2.5em;
}
#email-cta input {
	width: 100%;
	margin: 0 !important;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-right: .75rem;
	padding-left: .75rem;
	font-size: 1rem;
	display: inline;
	height: 43px;
	background-color: rgba(55, 149, 13, 0.22);
	background-color: #fac90f;
	background-color: transparent;
	border-width: 2px;
	border-style:  solid;
	border-color: #fac90f;
	border-radius: 0px;
	transition: none;
}
#email-cta .button, #email-cta .button:visited, #email-cta a.button, #email-cta a.button:visited {
	background: #fac90f;
	color: #fff;
	width: 100%;
	height: 43px;
	margin: 0 !important; 
	padding-top: 0; 
	padding-bottom: 0; 
	padding-right: .75em; 
	padding-left: .75em;
	line-height: 43px;
}
#email-cta .button:hover, #email-cta a.button:hover {
	background: #4ac911;
	background: #fac90f;
	color: #2b2b2b;
}

/* Dropdown Fields */
#down img {
	width: 72px;
	height: 34px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -36px;
}
.flexslider {
	max-width: ;
	margin: 0 auto !important;
	position: relative;
}
#big-3 {
	background: #f8f8f8;
	padding: 100px 0;
}
#down-button {
	width: 72px;
	height: 36px;
	border-radius: 50px 50px 0 0;
	background: url("../img/down-arrow.png") no-repeat 22px 18px #f8f8f8;
	position: absolute;
	top: -136px;
	left: 50%;
	margin-left: -36px;
	text-indent: -9999px;
}
/*========================================================================
	HOME 
========================================================================*/
/*
#home footer {
	width: 100%;
	height: ;
	clear: ;
	background: transparent;
	position: absolute;
	padding: 20px 0;
	bottom: 0;
}
*/
#home #main {
	padding-top: ;
}
.featured {
	padding: 2.5em 0 0;
}
#featured_product {
	/* background: transparent;
	background: rgba(55, 149, 13, 0.22);
	background: rgba(203, 116, 37, 0.24);
	background: #fac90f; */
	border-top: 1px solid #fac90f;
	border-bottom: 1px solid #fac90f;
}
#featured_product .section-title {
	font-family: 'Work Sans';
	font-size: 2rem;
	text-align: center;
	color: rgba(0, 0, 0, 0.57);
	color: rgba(251, 204, 138, 1);
	color: #222;
	font-size: 2rem;
	text-align: center;
	text-transform: capitalize;
}
#featured_product .products h2.woocommerce-loop-product__title {
	font-family: 'Work Sans';
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3rem;
	text-align: left;
	padding-bottom: .5rem;
	line-height: 1.15;
	
	color: #fff;
	color: #fac90f;
}
#featured_product .woocommerce-product-details__short-description p {
	/* color: #fff; */
	font-weight: ;
}
#featured_product .button, 
#featured_product .button:visited, 
#featured_product a.button, 
#featured_product a.button:visited {
	background: #fff;
	color: #222;
	color: #fff;
	background: #fac90f;
}
#featured_product button:hover, #featured_product button:focus, #featured_product a.button:hover, #featured_product a.button:focus {
    background: #2e2e2e; 
    background: #fff;
    background: #fac90f;
    color: #222;
    color: #2b2b2b;
} 


#home .woocommerce .product-category {
	position: relative;
}
#home .woocommerce .product-category a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	/* background: url('images/subtle-dots-black.png'), rgba(89, 89, 89, 0.35); */
	display: block;
	clear: both;
	z-index: 0;
}

#home .woocommerce ul.products li.product a {
	display: block;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home .woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
#home .woocommerce .product-category h2 {
	position: absolute;
	top: 50%;
	bottom: ;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 1;
	color: rgba(250, 201, 15, 1);
}
#home .woocommerce .product-category:hover a:before  {
	background: rgba(250, 201, 15, 0.92);
}
#home .woocommerce .product-category:hover h2  {
	color: #222;
}
#home .woocommerce ul.products[class*=columns-] li.product, 
#home .woocommerce-page ul.products[class*=columns-] li.product {
	margin-bottom: 0;
	height: 30vw;
	min-height: 200px;
	max-height: 360px;
	overflow: hidden;
}
#home .woocommerce .products ul, #home .woocommerce ul.products {
	padding: 1.5rem 0;
	margin: 0;
}



/*
.alternating .mask {
	height: 200px;
}
.alternating img {
    transform: translate(0, -50%);
}
*/



.alternating.content {
	padding: 0;
}
.alternating article {
	padding: 3em 0;
	margin-bottom: ;
	position: relative;
}
.alternating article:nth-child(odd) {
	background: #fff;
}
.alternating article:nth-child(even)  {
	background: #eee;
}
.alternating .info-wrap {
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	padding: 0 2em;
}
.alternating  .info-wrap .info-wrap-inner {
	position: relative;
	top: 0;
	transform: none;
	margin-top: 2em;
}
.alternating article .text {
	position: ;
	right: 0;
	/* display: table; */
	top: 0;
	bottom: 0;
}
.alternating article:nth-child(odd) .text {
    height: 100%;
    position: ;
    right: 0;
}
.alternating article:nth-child(odd) .image {
    float: left;
}
.alternating article:nth-child(even) .text {
    height: 100%;
    position: ;
    left: 0;
}
.alternating article:nth-child(even) .image {
    float: right;
}
.alternating .content_image_wrap img {
	padding: 0 2em;
}
.content_image_wrap {
	margin-bottom: ;
	height: 32vh;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
}
.content_image_wrap img {
	width: 100%;
}





.woo-grid h2 {
	font-size: 24px;
	font-weight: 800;
}








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

	[ xx. Woo Commerce ]
	
-------------------------------------------------------------------------- */


.woocommerce .woocommerce-breadcrumb {
	font-family: "Work Sans", "Antartida-Light", sans-serif;
	margin: 0;
	padding: .5em 0 .5em;
	font-size: .875rem;
	background: #222222;
	color: #f8f8f8;
}
.woocommerce .woocommerce-breadcrumb a {
	font-family: "Work Sans", "Antartida-Light", sans-serif;
	color: #fac90f;
}

.tax-product_cat p {
	font-size: 1.25rem;
	line-height: 1.7;
	font-weight: 500;
	color: #444;
}




/* Woo Archive */
.woo-grid .column:last-child:not(:first-child),
.woo-grid .columns:last-child:not(:first-child) {
	float: left;
}

.woocommerce-products-header p {
	text-align: center;
}
.woocommerce-loop-product__link {
	display: block;
	margin-bottom: 0;
}
.woocommerce img, .woocommerce-page img {
	margin: 0 auto;
}
.woo-grid li {
	text-align: center;
}
.woocommerce div.product {
	margin-top: 1.5rem;
	margin-bottom: 0;
	position: relative;
}


/* Product Category */
.woocommerce .products ul, .woocommerce ul.products {
	/* margin: 1em 0 1em; */
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
}
/*
.woocommerce-Price-amount {
	font-weight: 500;
	font-size: 2rem;
	display: block;
	margin-bottom: .5em;
}
*/
.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px;
	border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #fac90f;
	color: #fff;
}

.description.content {
	background: #fff;
	margin-top: -5rem;
	margin-bottom: 5rem;
	box-shadow: -1rem 1rem rgba(1, 1, 1, 0.67);
	box-shadow: 0rem 1rem 2rem rgba(1, 1, 1, 0.2)
}



/* .woocommerce ul.products li.product a, */ 
.woocommerce ul.products li.product a.button {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-radius: 0px;
	padding: .75rem 1.25rem;
}
/* .woocommerce ul.products li.product a:hover, */
.woocommerce ul.products li.product a.button:hover {
	background: #fac90f;
	color: #2b2b2b;
}




/*********************
 * 
 * Product Single 
 *
*********************/

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}
/* Product Hero */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	padding-left: 0;
	overflow:  visible;
	height: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
	padding: 0;
	position: relative;
	top: 0;
	transform: none;
}
/* Product Summary */
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
	clear: none;
}

.woocommerce div.product .product_title {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1..05;
	color: #2b2b2b;
}
.woocommerce-product-details__short-description {
	margin-bottom: 1rem;
}
.woocommerce-product-details__short-description p {
	font-size: ;
	font-weight: ;
}
.woocommerce-Tabs-panel--description ul, .woocommerce-product-details__short-description ul {
	padding-left: 1.35rem;
	margin-top: 1em;
	margin-bottom: 2rem;
}

.woocommerce-Tabs-panel--description ul li,
.woocommerce-product-details__short-description ul li {
	list-style: disc;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #2b2b2b;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #fac90f;
	font-size: 1.25em;
	margin-bottom: 1rem;
}
.product_meta .posted_in {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}









/*.woocommerce-loop-product__title*/

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1.5rem;
}
.woocommerce ul.products li.product .price {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
}

/* Category Links */
.woocommerce-categories {
	text-align: center;
	margin-bottom: 2rem;
}
.woocommerce-categories .woocommerce-product-category-page {
	display: inline-block;
	padding: 0 1rem;
	border-right: 2px solid #eee;
}
.woocommerce-categories .woocommerce-product-category-page:last-of-type {
	border-right: none;
}
.woocommerce-categories .woocommerce-product-category-page a {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #2e2e2e;
}
.woocommerce-categories .woocommerce-product-category-page a:hover {
	color: #fac90f;
}


/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul {
	border-top: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation-link {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation-link a {
	width: 100%;
	padding: .5rem .5rem;
	display: block;
	background: transparent;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fac90f;
	color: #222;
	font-size: 1rem;
	font-weight: 600;
}
.woocommerce-MyAccount-navigation-link  a:hover {
	background: #fac90f;
	color: #fff;
}
#my-account #hero:before {
	background: transparent;
}
/*
#my-account .full-width-hero  {
	height: 250px;
	background: #fff;
	background-image: none !important;
}
*/


.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce-account .addresses .title h3 {
	font-size: 1.125rem;
}
.woocommerce-account .addresses .title .edit {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
}
.woocommerce-Address address {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table td {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8125em;
	color: #222;
}
.woocommerce-EditAccountForm p, .woocommerce-EditAccountForm label {
	font-size: 1rem;
}
.woocommerce-EditAccountForm p em {
	font-size: .75em;
}
.woocommerce-EditAccountForm fieldset {
	margin-top: 1em;
}
.woocommerce-EditAccountForm fieldset legend {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
}
.woocommerce .addresses div {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

.woocommerce-account .addresses .title {
	margin-top: 1em;
}



/* Cart */
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody tr td, .woocommerce table.shop_table tbody tr th {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table th {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	font-size: .8125rem;
	text-transform: capitalize;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	font-size: 1rem;
}
.woocommerce-form__label-for-checkbox span {
	font-size: 1rem;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	display: block;
}
.woocommerce ul#shipping_method li label {
	font-size: 1rem;
}
.payment_method_stripe label {
	display: ;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	float: ;
	display: inline-block;
}
.woocommerce ul.order_details li strong {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Buttons */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	font-size: 11px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #fac90f;
	margin-right: .25em;
	font-size: 11px;
	font-size: .75em;
	color: #2b2b2b;
	border-radius: 0px;
}
.woocommerce #respond input#submit:last-of-type, .woocommerce a.button:last-of-type, .woocommerce button.button:last-of-type, .woocommerce input.button:last-of-type {
	margin-right: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #fac90f;
	color: #2b2b2b;
}
#stripe-payment-data p {
	font-size: .8125rem;
}

.woocommerce a.button.alt {
	width: 100%;
	padding: 1.5em 0;
	font-size: 1.25rem;
}

/* Error Messages */
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	font-size: .8125rem;
}

/* Login/Register */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin-top: 1em;
}
.woocommerce p {
	/* font-size: 1.125rem; */
}


/* Product Add-Ons */
.single_variation_wrap p, .pewc-groups-standard p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.single-product form.cart .pewc-product-extra-groups li input[type="file"] {
	font-size: .75rem;
}
.pewc-group-wrap {
	margin-bottom: 1em;
}
.pewc-group-wrap .pewc-product-extra-groups li {
	background: #f8f8f8;
	padding: .5rem;
	margin: 0;
}
.pewc-group-wrap.pewc-group-wrap-472 .pewc-product-extra-groups li {
	background: transparent;
}
.pewc-group-heading-wrapper {
	display: none;
}
.pewc-product-extra-groups {
	
}
.pewc-product-extra-groups li {
	/* margin-bottom: .5em; */
	min-height: 35px;
	line-height: 35px;
}
.pewc-group-checkbox label {
	/* display: inline; */
	padding-left: .5em;
	vertical-align: middle;
}
li.pewc-group label .pewc-field-price {
	float: none;
	padding-left: .5em;
}
.pewc-group small {
	line-height: 1.5;
}
.pewc-item-upload {
	background: #eee;
	padding: 1rem 1.25rem;
	margin: 1em 0;
	border: 2px solid #cdcdcd;
	border-radius: 8px;
}

.pewc-total-field-wrapper p {
	margin-bottom: .5em;
}
.pewc-description {
	font-size: 1rem;
}

.pewc-group .pewc-item-field-wrapper .pewc-calculation-price-wrapper {
	/* float: right; */
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.pewc-group .pewc-item-field-wrapper .pewc-description {
	padding-top: .33em;
	font-size: 75%;
	line-height: 1.25;
	width: 75%;
}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper,
.pewc-product-extra-groups .pewc-group-calculation .pewc-item-field-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper .pewc-field-label,
.pewc-product-extra-groups pewc-group-calculation .pewc-item-field-wrapper .pewc-field-label {

}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper .pewc-form-field,
.pewc-product-extra-groups .pewc-group-calculation .pewc-item-field-wrapper .pewc-calculation-field-wrapper {
	width: 60%;
	margin-left: auto;
}

/* Related Products | Upsells | Cross sells */

section.products {
	max-width: 90rem;
	padding: 3rem .9375rem;
	margin: 0 auto;
	text-transform: capitalize;
	color: #2b2b2b;
	letter-spacing: .0625em;
	letter-spacing: 0;
}
section.products h2 {
	text-align: center;
	color: #2b2b2b;
	font-size: 3rem;
	margin-bottom: .75em;
}
.cross-sells h2 {
	font-size: 1.5rem;
}




/* Cart */
dl.variation {
	font-size: .75rem;
}
.woocommerce td.product-name dl.variation p {
	font-size: .75rem;
}
.cart_totals h2 {
	font-size: 1.5rem;
}

/*========================================================================
	WORK 
========================================================================*/
#gallery {
	height: 100%;
	width: 100%;
	padding: 0;
}
#gallery img {
	width: 16.6667%;
	max-width: 100%;
	padding: 0;
	float: left;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(100%);
}
#gallery img:hover {
	/*filter: alpha(opacity=80);*/
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(0%);
}
#portfolio article img {
	max-width: 100%;
	padding-bottom: 1%;
	-webkit-transition: opacity 0.3s ease-in;
}
#video-wrapper {
	width: 60%;
	max-width: 100%;
	padding: 0 2% 1% 1%;
	box-sizing: border-box;
} 
#portfolio aside {
	/*float: right;*/
}
#portfolio aside p {
	padding: 1% 0 inherit;
}
#page-head {
	padding: 4% 0;
	background: #eee;
	padding-top: 86px;
}
#details {
	border-top: 2px solid #2c2c2c;
	margin-top: 2%;
	position: ;
	top: 1em;
}
#details h3 {
	padding-top: 1em;
}
#work img {
	width: 100%;
	max-width: 100%;
	float: left;
}
.single-work #work img {
	padding: 1em 0;
}
.gallery_wrap {
	width: 33.33%;
	float: left;
	padding: 4px;
	margin: 2px 0px 2px 0px;
	display: block;
	opacity: .75;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.gallery_wrap:hover {
	opacity: 1;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(100%);
}
.gallery_wrap img {
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#work figure {
	position: relative;
    float: left;
    width: 20%;
    background: rgba(237, 97, 42, 1)
}

/* WORK WIDGET */
#work_widget {
	background: transparent;
}
#work_widget h3 {
	color: #f8f8f8;
	text-align: center;
	text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.5rem;
}
#work_widget a img {
	opacity: .85;
}
#work_widget a:hover img {
	opacity: 1;
}
.work_widget_inner {
	padding: 0 16vw;
}






/* WORK GALLERY */
#services_grid {
	margin-bottom: 5rem;
	padding: 0 10%;
}
.services_grid .row {
	max-width: 90%;
}
.service_wrap {
	/*position: relative;
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0;*/
    background: rgba(237, 97, 42, 1);
    background: transparent;
    -webkit-backface-visibility: hidden;
    padding: 3%;
}
.service_wrap a {
	display: block;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.service_wrap img {
	width: 100%;
	max-width: 100%;
	float: left;
	opacity: 1;
	overflow: hidden;
	-webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1);
	-webkit-transition: all 200ms ease-in-out; /* Safari and Chrome */
    -moz-transition: all 200ms ease-in-out; /* Firefox */
    -ms-transition: all 200ms ease-in-out; /* IE 9 */
    -o-transition: all 200ms ease-in-out; /* Opera */
    transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
}
.service_wrap a:hover img {
	/*-webkit-transform:scale(2); /* Safari and Chrome *
    -moz-transform:scale(2); /* Firefox *
    -ms-transform:scale(2); /* IE 9 *
    -o-transform:scale(2); /* Opera *
     transform:scale(2);*/
	-webkit-transition: all 200ms ease-out; /* Safari and Chrome */
    -moz-transition: all 1s ease-out; /* Firefox */
    -ms-transition: all 200ms ease-out; /* IE 9 */
    -o-transition: all 200ms ease-out; /* Opera */
    transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
}
.service_wrap a:hover .vertcenter h2 span {
	background: transparent;
	-webkit-transition: all 200ms ease-out; /* Safari and Chrome */
    -moz-transition: all 1s ease-out; /* Firefox */
    -ms-transition: all 200ms ease-out; /* IE 9 */
    -o-transition: all 200ms ease-out; /* Opera */
    transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
} 
.svcHhover {
	height: 18%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* top: 0; */
	padding: 5%;
	margin: 0;
    background: rgba(255, 255, 255, 0.9);
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	/* opacity: 0; */
	-webkit-transition: transform 700ms ease-in-out; /* Safari and Chrome */
    -moz-transition: transform 700ms ease-in-out; /* Firefox */
    -ms-transition: transform 700ms ease-in-out; /* IE 9 */
    -o-transition: transform 700ms ease-in-out; /* Opera */
    transition: all 500ms ease-in-out;
}
a.tint:hover .svcHhover {
	/* opacity: 1; */
	-webkit-transition: transform 700ms ease-out; /* Safari and Chrome */
    -moz-transition: transform 700ms ease-out; /* Firefox */
    -ms-transition: transform 700ms ease-out; /* IE 9 */
    -o-transition: transform 700ms ease-out; /* Opera */
    transition: all 700ms ease-in-out;
    -webkit-backface-visibility: hidden;
    height: 100%;
}

.vertcenter {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Safari */
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
	-webkit-transition: all 700ms ease-out; /* Safari and Chrome */
    -moz-transition: all 700ms ease-out; /* Firefox */
    -ms-transition: all 700ms ease-out; /* IE 9 */
    -o-transition: all 700ms ease-out; /* Opera */
    transition: all 500ms ease-in;
}
a.tint:hover .vertcenter {
	top: 50%;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Safari */
	transform: translateY(-50%);
	-webkit-transition: all 700ms ease-out; /* Safari and Chrome */
    -moz-transition: all 700ms ease-out; /* Firefox */
    -ms-transition: all 700ms ease-out; /* IE 9 */
    -o-transition: all 700ms ease-out; /* Opera */
    transition: all 700ms ease-in-out;
}
.vertcenter h2 {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
    text-transform: none;
    font-size: 3vw;
    line-height: 1;
	color: rgba(26, 78, 157, 0.85);
	margin: 0;
	padding: 0;
}
.vertcenter h2 span {
	padding: 0;
    -webkit-backface-visibility: hidden;
}
.vertcenter h3 {
	font-size: 1.5rem;
	color: #f8f8f8;
	display: none;
}
.vertcenter p {
	position: absolute;
	padding-top: .5em;
	font-size: 1.75rem;
	font-weight: 600;
	color: rgba(26, 78, 157, 0.85);
	color: #222;
	text-transform: none;
	opacity: 0;
	-webkit-transition: transform 700ms ease-out; /* Safari and Chrome */
    -moz-transition: transform 700ms ease-out; /* Firefox */
    -ms-transition: transform 700ms ease-out; /* IE 9 */
    -o-transition: transform 700ms ease-out; /* Opera */
    transition: all 500ms ease-in;
    transform: translateY(100%);
    transition-delay: opacity 300ms;
}
a.tint:hover .vertcenter p {
	opacity: 1;
	-webkit-transition: transform 700ms ease-out; /* Safari and Chrome */
    -moz-transition: transform 700ms ease-out; /* Firefox */
    -ms-transition: transform 700ms ease-out; /* IE 9 */
    -o-transition: transform 700ms ease-out; /* Opera */
    transition: all 700ms ease-out;
    transform: translateY(0%);
    transition-delay: opacity 300ms;
}



/* END WORK GALLERY */





/*========================================================================
	FORMS (CONTACT)
========================================================================*/
form {
	width: 100%;
}

fieldset {
	max-width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

label {
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	/* font-size: .8125rem; */
	text-transform: uppercase;
	color: #222;
	letter-spacing: .0625em;
	font-weight: 700;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea, 
input.wpcf7-form-control.wpcf7- {
	background: #eee;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5rem;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.65);
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
/*
select {
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: transparent !important;
}
*/



.dropdown {
	background: url("images/dropdown-arrow.png") no-repeat right #e9e9e9;
	width: 100%;
	height: 40px;
}
optgroup {
	background: transparent !important;
	-webkit-appearance: none;
}
option {
	background: transparent;
}
.option {
	background: #ff6937;
}
input:focus, textarea:focus {
	background: #f8f8f8;
	color: #181818;
	-webkit-transition: all .5s, font-size 0s;
	-moz-transition: all .5s, font-size 0s;
	-o-transition: all .5s, font-size 0s;
	transition: all .5s, font-size 0s;
}

#textarea {
	max-width: 100%;
	height: auto;
	resize: none;
	padding: .8em;
	margin: 0;
	border: none;
}

.submitbutton {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1.4em 1.4em 1.2em;
	font-family: 'Work Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #111;
	border: none;
	letter-spacing: .075em;
	font-size: 14px
}

.submitbutton:hover {
	color: #fff;
	cursor: pointer;
	background: #111;
}

.submitbutton:active {
	color: #fff;
	cursor: pointer;
	position: relative;
	top: 2px;
	background: #111;
}
.address span {
	font-weight: 700;
}


#wpcf7-f27-p23-o1 .button {
	float: left;
	margin-top: 1rem;
}
#wpcf7-f27-p23-o1 input, #wpcf7-f27-p23-o1 textarea {
	margin-bottom: 1rem;
}


/*========================================================================
	* THANK YOU *
========================================================================*/
#thanks .thanks {
	max-width: 600px;
	margin: 50px auto 200px auto;
	text-align: center;
}
#thanks .thanks h2 {
	margin: 0 auto 20px auto;
}

#thanks .thanks p {
	max-width: 460px;
	margin: 0 auto 10px auto;
	text-align: center;
}

/*========================================================================
	* 404 * 
========================================================================*/

#youbrokeit img {
	max-width: 708px;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	display: block;
}




















/* ========================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



	
	* MEDIA QUERIES * 




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
======================================================================== */


/* Large screens ----------- */
@media  screen  and (max-width : 1920px) {
	/* Styles */
	
	/* Typography/Hero
	-----------------------------*/
	#hero .title h1 {
		font-size: ;
	}
	#woo-hero .title h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	p {
		font-size: 1.125rem;
	}
	.content li {
		font-size: 1.125rem;
	}
	.woocommerce div.product .product_title {
		font-size: 3.75rem;
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1.125rem;
	}
	

	/* Buttons
	-----------------------------*/
	.button, .button:visited, a.button, a.button:visited {
		font-size: 13px;
	}
	#home .full-width-hero {
		height: 35rem;
		min-height: 100%;
	}
}


/* Desktops and laptops ----------- */
@media  screen  and (max-width : 1440px) {
	/* Styles */
	
	#logo img.logo {
	}
	
	
	/* Typography/Hero
	-----------------------------*/
	#featured_content h2 {
		font-size: 1.5rem;
	}
	h1 { 
		font-size: 6rem; 
	}
	h2 { 
		font-size: 2.5rem; 
	}
	h3 { 
		font-size: 1.875rem; 
	}
	h4  {
		font-size: 1.5rem;
	}
	h5  {
		font-size: 1.5rem;
	}
	p {
		font-size: 1.125rem;
	}
	.content li {
		font-size: 1.125rem;
	}
	p {
		font-size: 1rem;
		margin-bottom: 1rem; 
	}
	.content li {
		font-size: 1rem;
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1rem;
	}
	#featured_content p {
		font-size: ;
	}
	#home .full-width-hero {
		height: 35rem;
		min-height: 100%;
	}
	#hero .title h1 {
		font-size: 4.5rem;
	}
	#woo-hero .title h1 {
		font-size: ;
	}
	#home .woocommerce .product-category h2 {
		font-size: 3rem;
	}
	.woocommerce .woocommerce-breadcrumb {
		font-size: .875rem;
	}
	.woocommerce div.product .product_title {
		font-size: 3rem;
	}
	.design-specs p {
		font-size: 0.9375rem;
	}
	section.contact-widget p {
		font-size: 2.5rem;
	}
	.single_variation_wrap p, .pewc-groups-standard p {
		font-size: 1rem;
	}
	label {
		font-size: .8125rem;
	}
	/* Navigation
	-----------------------------*/
	.navbar li a, .navbar li a:visited {
		font-size: 1.125rem;
	}.navbar .menu > .menu-item > .sub-menu > li a {
		font-size: .875rem;
	}
	
}

/* Desktops and laptops ----------- */
@media  screen  and (max-width : 1140px) {
	footer .navbar ul {
		float: none;
	}
	#home .full-width-hero {
		height: 31.25rem;
	}
}
/*------------------------------ 
	Tablets and iPads 
------------------------------*/
@media screen and (max-width: 1024px) {
	/* Layout
	-----------------------------*/
	.main {
		padding-top: 6.5rem;
	}
	.content {
		padding: 2rem 0 2rem;
	}

	
	
	
	#logo img.logo {
		height: 4.5rem;
	}
	
	.full-width-hero {
		height: 33vh;
		min-height: 250px;
		margin-bottom: 1em;
	}
	/* Navigation
	-----------------------------*/
	.main_nav {
		height: 6.5rem;
	}
	.navbar #menu-main-nav {
		margin: 0;
	}
	.navbar li a, .navbar li a:visited {
		font-size: 1rem;
		height: 3rem;
		line-height: 3rem;
	}
	
	/* Woocommerce
	-----------------------------*/
	.login-register {
		width: 24px;
		height: 24px;
	}
	.shop-tools {
		height: 4.5rem;
	}
	.cart-contents:before {
		width: 24px;
		height: 24px;
	}
	.woocommerce .woocommerce-breadcrumb {
		font-size: .75rem;
	}
	
	
	/* Typography/Hero
	-----------------------------*/
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	p {
		font-size: 1rem;
		margin-bottom: 1rem; 
	}
	.content li {
		font-size: 1rem;
	}
	
	.woocommerce-products-header .page-title {
		font-size: 4rem;
	}
	.woocommerce div.product .product_title {
		font-size: 2.5rem;
	}
	
	/* Home
	-----------------------------*/
	#home .full-width-hero {
		height: 28.125rem;
	}
	#position {
		height: 400px;
	}
	#big-cta {
		width: 320px;
	}
	#big-3 article {
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-widget .list-wrap {
		margin-bottom: 1em;
	}
	section.contact-widget p {
		font-size: 2.25rem;
	}
	
	
	
	
	
	
	
	/* Contact
	-----------------------------*/
	form .col-4 {
	}
	.woocommerce-products-header .page-title {
		font-size: 3.5rem;
	}
}



/*------------------------------ 
	Tablet Landscape
------------------------------*/
@media screen and (max-width: 960px) {
	#logo {
		padding-bottom: ;
	}
	#logo span {
		font-size: 1.25rem;
	}
	.navbar li a, .navbar li a:visited {
		font-size: .9375rem;
	}
	.menu-main-container {
		/* display: none; */
	}
	#featured_content h2 {
		font-size: 1.5rem;
	}
	#home .woocommerce ul.products[class*=columns-] li.product, 
	#home .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 0;
		height: 30vw;
		min-height: auto;
		overflow: hidden;
	}
	#home .woocommerce ul.products li.product a {
		display: block;
		height: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*------------------------------ 
	Tablet Portrait
------------------------------*/
@media screen and (max-width: 48rem) /* 768px */ {
	p {
		font-size: 1rem;
	}
	.content li {
		font-size: 1rem;
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1rem;
	}
	.alternating .info-wrap {
		padding: 0 2rem;
	}
	.alternating .content_image_wrap {
		height: 20vh;
		min-height: 15rem;
	}
	
	
	
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.25rem;
	}
	
	
	
	/* Single Product */
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		height: 20rem;
		overflow: hidden;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
		padding: 0;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.woocommerce-products-header .page-title {
		font-size: ;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.woocommerce-categories .woocommerce-product-category-page a {
		
	}
	
	
	/* My Account */
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 2em;
	}
	
	
	
	.main_nav {
		height: 6rem;
	}
	#logo {
		width: 100%;		
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
	}
	#logo img.logo {
		height: 4rem;;
	}
	.menu-main-nav-container {
		display: none;
	}
	.c-navigation {
		width: 100%;
	}
	.o-container {
		width: 100%;
	}
	.nav-wrap {
		padding: .5rem 0 0;
		position: relative;
		top: 0;
		right: 0;
	}
	#nav-icon {
		display: inline-block;
		display: block;
		position: absolute;
		right: 0;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar li a, .navbar li a:visited {
		padding: .5rem .5rem 1rem;
		font-size: .8125rem;
		line-height: 3.4rem;
		/* height: 2.25rem; */
		vertical-align: middle;
		line-height: .8125rem;
	}
	.navbar .menu > .menu-item:not(.mega).open > .sub-menu {
		text-align: left;
	}
	.nav-up {
		transform: translateY(-7.3125rem)
	}
	.shop-tools {
		height: 6rem;
		padding: 0 1.5rem.5rem;
		position: absolute;
		top: 0;
		left: 0;
	}
	.shop-tool-item a, .shop-tool-item a:visited {
		font-size: 0.75rem;
	}
	.main {
		padding-top: 6rem;
		margin-bottom: 0rem;
	}
	
	

	.mobile-nav-wrap {
		display: block;
	}
	#menu-mobile-menu {
		height: 100%;
		vertical-align: middle;
		display: table-cell;
	}
	.navbar .menu ul {
		visibility: hidden;
		top: -10%;
		width: 100%;
		padding: 0;
		opacity: 0;
		display: table-cell;
		vertical-align: middle;
		/*
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		*/
	}
	.navbar .menu li {
		padding: 0px;
		display: block;
		vertical-align: middle;
		height: auto;
	}
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: .5em;
		margin: 0;
		font-family: 'Work Sans', sans-serif;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
		color: #2b2b2b;
		text-transform: capitalize;
		display: block;
		text-decoration: none;
		/*
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
		vertical-align: middle;
		cursor: pointer;
		*/
	}
	.navbar .menu li a:hover, nav li.selected a, nav li a:active {
		/*
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
		*/
	    color: ;
	    background: #fac90f;
	}
	.nav_bg {
		position: fixed;
		overflow: hidden;
		top: 0;
		background: transparent;
		text-align: left;
		display: table;
		/*
		-webkit-transition: background 500ms ease;
		-moz-transition: background 500ms ease;
		transition: background 500ms ease;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
		*/
		z-index: 1000;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: 100%;
		width: 100%;
		text-align: center;
		z-index: 1000;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		visibility: hidden;
		height: 100vh;
	    position: fixed;
	    top: 0!important;
	}
	
	/* Show-Nav */
	body.show-nav {
		overflow: hidden !important;
	}
	.show-nav #logo {
		color: #f8f8f8;
		color: #ff682d;
	}
	.show-nav .nav_bg {
		background: rgba(236, 89, 0, 0.96);
		background: rgba(13, 9, 7, 0.96);
		background: rgba(243, 243, 243, 0.97);
		visibility: visible;
		display: table;
		/*
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
		*/
	}
	.show-nav nav ul {
		top: 0;
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		/*
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		*/
	}
	.show-nav .navbar {
		background: transparent;
		transition: all 0.4s ease;
	}
	.show-nav .color-bar {
		background: #fac90f;
	}
	.show-nav #nav-icon .color-bar {
		background: #2b2b2b;
	}
	.show-nav #nav-icon:hover .color-bar {
		background: #fac90f;
	}
	.show-nav .navbar ul, .show-nav .navbar li, .show-nav .navbar li a, .show-nav .navbar li a:visited, nav li.selected a, .show-nav nav li a:active {
		transition: 0;
		height: auto;
	}
	

	
	/* Hero */
	#home .full-width-hero {

	}
	#hero .title h1 {
		font-size: 4rem;
	}
	#woo-hero .title h1 {
		font-size: 4rem;
	}
	.button, .button:visited, a.button, a.button:visited {
		font-size: .75rem;
	}
	.contact-cta {
		padding-top: 3rem;
	}
	.contact-widget {
		position: relative;
	}
	.contact-widget .center-wrap {
		position: relative;
	}
	.contact-widget .center {
		position: relative;
		transform: translateY(0%);
	}
	footer {
		padding: 2rem 4%;
	}
	.pre-footer {
	}
	.pre-footer .logo-row a {
		float: none;
	}
	.pre-footer .logo-row a .logo {
		margin: 0 auto;
	}
	#menu-pre-footer {
		margin: 0;
	}
	#menu-pre-footer > li > ul > li a {
		font-size: .875rem;
	}
	#menu-footer {
		float: left;
	}
	#menu-footer li a, #menu-footer li a:visited {
		font-size: 0.75rem;
	}
	#menu-footer li:first-child a {
		padding-left: 0;
	}
	#copy {
		font-size: 0.75rem;
	}
}



/*------------------------------ 
	Mobile Landscape
------------------------------*/
@media screen and (max-width: 41.6875rem) /* 667px */ {
	body {
		font-size: 1rem;
	}
	h1 {
		font-size: 2.75rem;
	}
	h2 { 
		font-size: 2rem; 
	}
	h3 { 
		/*font-size: 1.75em;  28px */ 
	}
	p {
		font-size: 1rem;
	}
	.woocommerce p {
		font-size: 1rem;
	}
	.menu-main-container {
		/* display: none; */
	}
	.foot-nav li {
		display: block;
		padding: 0 5px 10px;
	}
	.foot-nav {
		padding: 2em 0 1em;
	}

	#hero h1 {
		font-size: 36px;
	}
	#featured_content h2 {
		font-size: 1.5rem;
	}
	/* Home
	-----------------------------*/
	#home .full-width-hero {
		height: ;
		min-height: 100%;
	}
	#hero .title h1 {
		font-size: 3.5rem;
	}
	#page-hero .title h1 {
		font-size: 4rem;
	}
	#my-account #page-hero .title h1, #cart #page-hero .title h1 {
		font-size: 3rem;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	#email-cta h5 {
		font-size: 1.5rem;
	}
	.content {
		padding: 2em 0 2em;
	}
	.full-width-hero {
		margin-bottom: .5em;
	}
	
	.woocommerce-products-header .page-title {
		font-size: 3.75rem;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	#page-hero {
		padding-top: 2.5rem;
		padding-bottom: 3.5rem;		
	}
	#home .woocommerce .product-category h2 {
		font-size: 2rem;
	}
	.woocommerce .woocommerce-breadcrumb {
		padding: .5em 0 .5em;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		/* margin: 2em 0 1em; */
	}
	
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 35.5rem) /* 586px */{
	#hero .title h1 {
		font-size: ;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	p {
		font-size: .8125rem;
	}
	.shop-tools {
		padding: 0 1.5rem.5rem;
	}
	.login-register {
		width: 18px;
		height: 18px;
	}
	.cart-contents:before {
		width: 18px;
		height: 18px;
	}
	.cart-contents-count {
		padding: 2px 5px;
		line-height: 1.5;
		height: 15px;
		width: 15px;
		top: -.5rem;
		left: .75rem;
		font-size: 9px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		height: 12rem;
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 25.875rem) /* 414px */ {
	#hero .title h1 {
		
	}
	.vertcenter h2 {
		font-size: 5.5vw;
	}
	.vertcenter p {
		font-size: ;
	}
	#email-cta input {
		margin-bottom: 1em;
	}
	#hero .title h1 {
		font-size: 2.75rem;
	}
	#page-hero .title h1 {
		font-size: 2.75rem;
	}
	#hero, .woocommerce-products-header .page-title {
		font-size: 2.75rem;
	}
	#featured_product .products h2.woocommerce-loop-product__title {
		font-size: 1.75rem;
	}
	.woocommerce-product-details__short-description p {
		font-size: 1rem;
	}
	#featured_product .section-title {
		font-size: 1.25rem;
	}
	.woocommerce div.product .product_title {
		font-size: 2.75rem;
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 23.4375rem) /* 375px */{
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: .5em;
		font-size: 1.75rem;
	}
	#hero .title h1 {
		font-size: ;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	p {
		font-size: .8125rem;
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-height: 30rem) and (max-width: 41.6875rem) /* 480px */{
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: 2.5vh;
		font-size: 1.25rem;
	}
}
