/*
Theme Name: Art Wolfe Store
Theme URI: https://artwolfe.com
Description: The Official WordPress Store Theme of Art Wolfe Inc.
Version: 0.1


Author: 32spokes ( Robert Dall, Mandi Wise, Sergey Biryukov )
Author URI: http://32spokes.com
*/


/* Reset and Normalize
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.site-header .skip-link {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	left: -9999em;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: -9999em;
}

.site-header .skip-link:focus {
	clip: auto;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Icon Fonts
---------------------------------------------*/

/* Genericons, a flexible icon-font.
 * More info: genericons.com
 */
 
@font-face {
	font-family: Genericons;
	src: url(fonts/genericons-regular-webfont.eot);
	src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"),
		 url(fonts/genericons-regular-webfont.woff) format("woff"),
		 url(fonts/genericons-regular-webfont.ttf) format("truetype"),
		 url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
	font-style: normal;
	font-weight: normal;
}
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-media:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
#reply-title small a:before,
.bypostauthor .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
/*	font: normal 16px/1 Genericons; */
	vertical-align: text-bottom;
}


/* Universe 45 Light & 55 Roman Embed
---------------------------------------------*/

@font-face {
    font-family: 'UniversCom45Light';
    src: url('fonts/universcom-45light.eot');
    src: url('fonts/universcom-45light.eot') format('embedded-opentype'),
         url('fonts/universcom-45light.woff') format('woff'),
         url('fonts/universcom-45light.ttf') format('truetype'),
         url('fonts/universcom-45light.svg#UniversCom45Light') format('svg');
}

@font-face {
    font-family: 'UniversCom55Roman';
    src: url('fonts/universcom-55roman.eot');
    src: url('fonts/universcom-55roman.eot') format('embedded-opentype'),
         url('fonts/universcom-55roman.woff') format('woff'),
         url('fonts/universcom-55roman.ttf') format('truetype'),
         url('fonts/universcom-55roman.svg#UniversCom55Roman') format('svg');
}


/* Global
---------------------------------------------*/
body {background: #292726;}
body,
button,
input,
select,
textarea {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	color: #f8f8f8;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem; /* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.5;
}
/* This silliness below is needed here if we use rems because Chrome is being a dick lately
* https://code.google.com/p/chromium/issues/detail?id=320754
*/
p, ul, ol, table, td, th, dl, dd, dt {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 1.5em 1.5em;
}
pre {
	background: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	color: #B1B3B2;
	background: none;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
td, th {
	padding: 3px 5px;
}

/* Forms and buttons
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Media
-----------------------------------------*/
embed,
iframe,
object,
#main img {
	max-width: 100%;
}
#branding img,
#content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#branding img,
#content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.responsive-video,
.google-maps {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	margin: 0 0 1.5em;
}
.google-maps {
	padding-bottom: 75%; 
	padding-top: 0;
}
.responsive-video iframe,
.google-maps iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Forms and Buttons
----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
select {
	width: 100%;
	background: #292726;
	border: 1px solid #B1B3B2;
	}

/* Image Alignment
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625em 0.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #333;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0.7075em 0.2075em;
}

/* General Styles
----------------------------------------------*/
/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; speak: none; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a {
	color: #90cef1;
	cursor: pointer;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #74c4f1;
	text-decoration:underline;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
	word-wrap: break-word;
}

p a:hover,
p a:focus,
p a:active  {
	text-decoration: underline;
}

/*
th a:hover,
th a:focus,
th a:active {
	border-bottom: 1px dotted #74c4f1;
}
dd a:hover,
dd a:focus,
dd a:active {
	border-bottom: 1px dotted #74c4f1;
}
li.comment a:hover,
li.comment a:focus,
li.comment a:active {
	border-bottom: 1px dotted #74c4f1;
}
*/

h1,h2,h3,h4,h5,h6 {
	color: #f8f8f8;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
/*	text-transform: capitalize; */
	font-weight: 400;
}
h1, h1 a {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.25em;
	margin: 0.325em 0;
}
h2, h2 a {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h3, h3 a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h4, h4 a {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h5, h5 a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h6, h6 a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}

blockquote {
	color: #f8f8f8;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-family: 'Georgia', Times, Times New Roman, serif;
	line-height: 1.625em; /* 26px / 16px */
	margin: 0.625em 5.5em;
	padding: 0.825em 1.8em;	
}

blockquote p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	line-height: 1.625em; /* 26px / 16px */
}

blockquote p cite {
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

/* Main Layout
 * The main container here is set to 1000px
 * If you choose to set this to a different size, make sure you update the
 * media query so that when you are at this breakpoint the container is set to 100%.
-----------------------------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	padding: 75px 0px 0px 0px;
	/* Padding for with Store notice
	padding: 110px 0px 0px 0px; */
	position: relative;
	width: 1000px;
}

#tagline {
	display: none;
}

/* Header
------------------------------------------------------ */
#branding {
	position: fixed;
	width: 100%;
	min-height: 75px;
	/* Position for store notice
	top: 30px; 
	*/
	z-index: 80;
	background: #292726;
	/* drop shadow on fixed nav */
	-webkit-box-shadow: 0 8px 30px -22px #000000;
	-moz-box-shadow: 0 8px 30px -22px #000000;
	box-shadow: 0 8px 30px -22px #000000;
}

/*

If you want to put the Store wide notice back uncomment this code. rd - 05/15

.admin-bar  #branding {
	top: 68px !important;
}

*/

/* 
 Customers are logged in but don't see the admin bar. The reason this important is used as it overides the above style which is used for admins rd ~ 11/14  

 
.logged-in #branding,
.logged-in #branding,
.logged-in #branding {
	top: 40px;
}
 */

#centering {
	display: block;
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#branding #header-logo {
	float: left;
}

#branding #header-logo img {
	padding-top: 5%;
	width: 270px;	
}

/* Header Search Bar
------------------------------------------------------ */
#header-search-div {
	position: absolute;
	min-width: 208px;
	top: 19px;
	right: 1px;
	z-index: -1;
}

#header-search-div.show-search {
	z-index: 1;
}

#header-search-div form#searchform button:before {
	content: '\f400';
	color: #F8F8F8;
	display:block;
	position: relative;
	/* width: 32px; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	speak: none;
}

#header-search-div form#searchform button:disabled {
	cursor: text;
}

#header-search-div form#searchform button#searchsubmit.submit {
	background: none;
	border: 0 none;
	padding: 0px;
	position: absolute;
	right: 0;
}

#header-search-div form#searchform input#s {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	float: right;
	margin-right: 40px;
	padding: 9px 0 9px 9px;
	font-size: 1.3rem;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0px;
}

#header-search-div.show-search form#searchform input#s {
	background-color: #545454;
	border: 1px solid #989898;
	cursor: text;
	padding: 8px;
	width: 140px;
}

/* Primary Navigation
-------------------------------------------------------------- */
.main-navigation {
	display:block;
	float: left;
	margin-top: 1.9%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	display: inline;
	position: relative;
	float: left;
}

.main-navigation a {
	color: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	padding: 0 0.7em; /* 20px / 16px */
	text-decoration: none;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

/* hides the mail icon on the main nav */
nav#site-navigation .network-wide-contact-icon a i.icon-large.icon-envelope {
	display: none;
}

/* Drop Down (Child) */
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #2d2d2d;
	display: none;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 5px;
	position: absolute;
	left: 0em;
	min-width: 190px;
	z-index: 99999;
	
	/* Background Gradient in menu */ 
	background-image: linear-gradient(to top, #2D2D2D 0%, #292726 100%);
	background-image: -ms-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -moz-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -o-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2D2D2D), color-stop(1, #292726));
	background-image: -webkit-linear-gradient(bottom, #2D2D2D 0%, #292726 100%);	
}

/* Grandchild menu */
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: #f8f8f8;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	font-size: 1.45rem;
}

.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	color: #90CEF1;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #90CEF1;
}

.main-navigation .sub-menu li {
    min-width: 190px;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation > ul {
	display: none;
}

/* Main Body Content Area
-----------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
/*	margin-top: 75px; */ }

#content {
	float: left;
	width: 70%;
	padding: 0.625em;
}

#content blockquote:after {
	background: none repeat scroll 0 0 #74C4F1;
    border-radius: 24px;
    content: "";
    display: inline-block;
    font: 20px/1 'dashicons';
    margin: 3% 50% 0;
    padding: 2%;
    vertical-align: top;
    color: #333333;
    speak: none;
}

/* Contact Page
--------------------------------------------------------------*/
#content.contact-us {

}

/* Full Width Template
--------------------------------------------------------------*/

.page-template-full-page-width section#content  {
    float: left;
    padding: 0.625em;
    width: 990px;
    max-width: 100%;
}


/* Blog Home formatting, 
 * See below for navigation and content formating
--------------------------------------------------------------*/
.blog h2 {
	margin: 0.625em 0 0.3em 0;
}

.blog h2 a {
	font-size: 4.8rem;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
article {
	padding: 0 0 1.25em;
}

article ul,
article ol {
	margin: 0 1.25em 0.3125em;
	padding: 0 1.25em 0.3125em;
}

.entrymeta {
	color: #999;
	margin: 0.625em 0;
	padding: 0.3125em;
}

.entrymeta p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0.3125em 0;
}

.post-navigation {
	display: block;
	margin: 2em 0;
	min-height: 22px;
	padding: 0 0.1em;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

.post-navigation a[rel="prev"] {
	float: left;
	text-align: left;
}

/* Entry Meta
-------------------------------------------*/
.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #90CEF1;
}

.entry-meta a:hover {
	color: #74C4F1;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
	speak: none;
}

.entry-meta .date a:before {
	content: "\f303";
	speak: none;
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	top: -1px;
	position: relative;
	speak: none;
}

.entry-meta .author a:before {
	content: "\f304";
	top: -1px;
	position: relative;
	speak: none;
}

.categories-links a:first-child:before {
	content: "\f301";
	speak: none;
}

.tags-links a:first-child:before {
	content: "\f302";
	top: -1px;
	position: relative;
	speak: none;
}

.edit-link a:before {
	content: "\f411";
	top: -1px;
	position: relative;
	speak: none;
}

.single-author .entry-meta .author {
	display: none;
}

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

.search-results #content h2 a span.art-wolfe-store {
	color: #6db76a;
}

.search-results #content h2 a span.art-wolfe-events {
	color: #EF9E53;
}

.search-results #content .post-thumbnail {
	float: left;
	margin-right: 0.5em;
	width: 200px;
}

.search-results #content .post-thumbnail img {
	max-width: 200px;
	max-height: 132px;
}

.search-results .sharedaddy {
	display: none;
}

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

.error404 .woocommerce mark.count {
	display: none;
}

.error404 .woocommerce.columns-3 ul.products li.product .cat-thumbnail {
    height: 190px;
    position: relative;
    width: 200px;
}

.error404 .woocommerce ul.products li.product {
    height: 300px;
}

/* Woo Commerce ( See comment above style for usage )
--------------------------------------------------------------*/

.home #featured-products {
	background-color: rgb(51, 62, 69);
	background-color: rgba(51, 62, 69, 0.6);
    border: 1px solid #232120;
    padding-left: 2em;
}

.home #featured-products .woocommerce .products {
	margin-bottom: 0px;
}

.home #featured-products .woocommerce ul.products li.product {
	height: 350px;
}

/* Wraps the Product Thumbnail allows for image centering */
.home #featured-products .woocommerce ul.products li.product .product-thumbnail {
	height: 260px;
    width: 200px;
    position: relative;
}

p.demo_store {
	display: none;
}

/* Store Notice 
p.demo_store {
    background: #232120;
    border: 0px solid #63BAEB;
    box-shadow: 0px;
    color: #6DB76A;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 0.5em 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 80;
    font-weight: bold;
}
*/


/* Adds margin to the results count */
.woocommerce .woocommerce-result-count {
    margin: 2em 0 2em;
}


/* Product Title */
.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page #content div.product .product_title {
	font-size: 3.2rem;
	font-size: 32px;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a {
	text-decoration: none;
	color: #90cef1;
}

.woocommerce .woocommerce-breadcrumb a:hover, 
.woocommerce-page .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

/* Single Product Image container */
.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: left;
    max-width: 330px;
    width: 48%;
    position: relative;
}

/* Single Product Image Style Centres image */
.woocommerce #content div.product div.images img, 
.woocommerce div.product div.images img, 
.woocommerce-page #content div.product div.images img, 
.woocommerce-page div.product div.images img {
	max-height: 400px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* On Sale single product */

.woocommerce span.onsale {
	 z-index: 70;
}

/* On Sale list products */

.woocommerce ul.products li.product .onsale {
    margin: -0.5em -0.5em 0 0;
    right: auto;
    top: 0;
}

/* Simple Product Price */
.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content div.product p.price {
	margin-bottom: 0.5em;
	display: block;
}

/* Variable product price */
.single_variation {
	margin-bottom: 0.5em;
}

.woocommerce div.product p.stock, 
.woocommerce #content div.product p.stock, 
.woocommerce-page div.product p.stock, 
.woocommerce-page #content div.product p.stock {
	display: none;
}

/*
#content div.single_variation_wrap div.single_variation p.stock {
	display: none;
}
*/

.home ul.products li.featured .price {
	display: none;
}

/* Hides Border for Travels & Gifs on the front page nth-child equals length*/

.woocommerce.columns-3 ul li:nth-child(4) .cat-thumbnail img,
.woocommerce.columns-3 ul li:nth-child(8) .cat-thumbnail img {
	border: none !important;
}

/* Hides Border for Travels on the category page */
.term-dvd ul.products li.product-cat-dvd .product-thumbnail a img {
	border: none;
}

/* Hides Border for Travels on the single post page */
.single-product #wrap #content .product-cat-dvd div.images a.woocommerce-main-image img {
	border: none;
}

/* Hide Border for Travels on the Related Products */
.single-product div#wrap section#content .product-cat-dvd .related.products ul.products  div.product-thumbnail a img {
	border: none;
}

/* Category page thumbs list item style */
.woocommerce ul.products li.product {
    float: left;
    margin: 0em 3.25% 0.992em 0;
    padding: 0;
    position: relative;
    width: 30.05%;
    height: 330px;
}

/* Category page thumbs */  
.woocommerce.columns-3 ul.products li.product {
    width: 30.05%;
}

/* Category page thumbs div Wrapper for Cat Thumbnails (Replaces Style above) except for width  */
.woocommerce.columns-3 ul.products li.product .cat-thumbnail {
	height: 240px;
    width: 200px;
    position: relative;
}

/* Category page thumbs, Centre's image in list item */
.woocommerce.columns-3 ul.products li.product .cat-thumbnail img  { 
	position: absolute; 
	top: 50%; 
	left: 53%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
	width: 30%;
}

.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.25% 2.992em 0;
    padding: 0;
    position: relative;
    height: 420px;
}

.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #content input.button.added:before, 
.woocommerce-page a.button.added:before, 
.woocommerce-page button.button.added:before, 
.woocommerce-page input.button.added:before, 
.woocommerce-page #respond input#submit.added:before, 
.woocommerce-page #content input.button.added:before {
	display: none;
}

/* Open Edition Prints Style Term ID is 51 */
/* Limited Edition Prints Style Term is 54 */
/* Hides the price of prints in the thumbnail view */
.term-51 ul.products li.product .price,
.term-54 ul.products li.product .price {
	display: none;
}

/* Wraps Product Title and Descriptions */
.woocommerce ul.products li.product .cat-title {
	text-align: center;
	position: absolute;
   	bottom: 22px;
   	right: 0;
   	left: 0;
}

/* Wraps the Product Thumbnail allows for image centering */
.woocommerce ul.products li.product .product-thumbnail {
	height: 315px;
    width: 200px;
    position: relative;
}

/* Actual Position of the Image */
.woocommerce ul.products li.product .product-thumbnail img {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Wraps Product Title, Price and Add to Cart Button */
.woocommerce ul.products li.product .product-desc {
	text-align: center;
	position: absolute;
   	bottom: 0;
   	right: 0;
   	left:0;
}

/* Alert & Error Messages Background */
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
	/* background gradients */
	background-color: #425058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#425058), to(#425058)); 
	background-image: -webkit-linear-gradient(top, #4e5b62, #4e5b62); 
	background-image:    -moz-linear-gradient(top, #4e5b62, #4e5b62); 
	background-image:      -o-linear-gradient(top, #4e5b62, #4e5b62); 
	background-image:         linear-gradient(to bottom, #4e5b62, #4e5b62);	
}

/* Alert & Error Messages Text */
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
	color: #f8f8f8;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

/* Add to Cart Button */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
	font-weight: normal;
	border-color:#232120;
    color: #F8F8F8;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
	/* box shadow */
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/* background gradients */
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);	
}

/* Add to Cart Hover */
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover {
    color: #1A4C68;
    border-color: #35A6E6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    /* background gradients */
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#90CEF1), to(#63BAEB)); 
	background-image: -webkit-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:    -moz-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:      -o-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:         linear-gradient(to bottom, #90CEF1, #63BAEB);	
}

/* Continue Shopping Button & Cart ( Page Id#5 ) Style */

#wrap #main #content article#post-5 {
    display: block;
    position: relative;
}

span.woocommerce {
	position: absolute;
	left: 75%;
}

/* Quantity field button */
.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
    border-color:#232120;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
    color: #F8F8F8;
    /* background gradients */
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);	
}

/* Sale Price over-rides default style See line around 240 "mark, ins" for future reference ~ rd */

.woocommerce .product-desc .price ins {
	color:#6db76a;
}

.woocommerce .single_variation .price ins {
	color:#6db76a;
}

/* Fixes 0 showing in by default Firefox */
.woocommerce #content .quantity input[type=number] {
 -moz-appearance: textfield;
}

/* Plus or minus quanity button */
.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
    border-color:#232120;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #f8f8f8;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 0px 0px #f8f8f8;
    vertical-align: text-top;
    width: 20px;
    /* background gradients */	
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);	
}

.woocommerce .quantity .plus:hover, 
.woocommerce .quantity .minus:hover, 
.woocommerce #content .quantity .plus:hover, 
.woocommerce #content .quantity .minus:hover, 
.woocommerce-page .quantity .plus:hover, 
.woocommerce-page .quantity .minus:hover, 
.woocommerce-page #content .quantity .plus:hover, 
.woocommerce-page #content .quantity .minus:hover {
    color: #1A4C68;
    border-color: #35A6E6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);    
    /* background gradients */	
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#90CEF1), to(#63BAEB)); 
	background-image: -webkit-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:    -moz-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:      -o-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:         linear-gradient(to bottom, #90CEF1, #63BAEB);	
}

/* Product Meta */
.product_meta .sku_wrapper,
.product_meta .posted_in {
	display: block;
	border-bottom: 0.02em;
}

/* Alternative Button (eg. The Proceed to Checkout Button) */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt {	
	color: #f8f8f8;
	border-color:#232120;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    /* background gradients */
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Woo Commerce View Cart Page */
div.woocommerce form table.shop_table thead tr th.product-name,
div.woocommerce form table.shop_table thead tr th.product-price,
div.woocommerce form table.shop_table thead tr th.product-quantity,
div.woocommerce form table.shop_table thead tr th.product-subtotal {
	color: #F8F8F8;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-cart #content table.cart td.product-thumbnail img {
	width: 100%;
}

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

/* Cross sells and Cart Totals title size */
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}

/* Width of cross sell products in cart */
.woocommerce .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 60%;
    height: 300px;
}

/* Cart Totals Table */
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
    width: 36%;
    font-weight: normal;
    text-transform: uppercase;
    border-top:0px!important;
}

.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td {
	border-top: 0px !important;
	text-align: right;
}

/* Puts border below the Sub Total */
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, 
.woocommerce .cart-collaterals .cart_totals table tr:first-child td {
	border-bottom: 1px solid #f8f8f8;
}

.woocommerce .cart-collaterals .cart_totals .cart-subtotal td span.amount,
.woocommerce .cart-collaterals .cart_totals .shipping td,
.woocommerce .cart-collaterals .cart_totals .order-total td strong span.amount {
	text-align: right;
	float: right;	
}

/* Changes the colour of the text to black in drop down menus of the check out. */ 
.select2-container,
.select2-container--default  {
	color: #292726 !important;
}

/* View cart & Checkout Buttons */
.woocommerce .widget_shopping_cart div.widget_shopping_cart_content p.buttons a.button {
    border-color: #232120;
    color: #F8F8F8 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    /* background gradients */
   	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:   linear-gradient(to bottom, #5E8FA6, #386985);	
}

.woocommerce .widget_shopping_cart div.widget_shopping_cart_content p.buttons a.button:hover {
    border-color: #35A6E6;
    color: #1A4C68 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    /* background gradients */
    background-color: #386985;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#90CEF1), to(#63BAEB)); 
	background-image: -webkit-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:    -moz-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:      -o-linear-gradient(top, #90CEF1, #63BAEB); 
    background-image: 	linear-gradient(to bottom, #90CEF1, #63BAEB);
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row textarea {
    box-sizing: border-box;
    line-height: 1.5em;
    margin: 0;
    outline: 0 none;
    width: 100%;
}

/* Woo Commerce Pagination */
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 

.woocommerce #content nav.woocommerce-pagination ul li span.current, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li a:focus, 

.woocommerce-page nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page nav.woocommerce-pagination ul li a:focus,

.woocommerce-page #content nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
 	color: #f8f8f8;
	border-color:#232120;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    /* background gradients */
	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);	
}

/* Make text colour black in billing country & state field */
.chosen-container-single .chosen-search input[type="text"] {
	color: #000;
}

/* Border on the Pagination */
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li {
	border-right:1px solid #989898;
}

.woocommerce nav.woocommerce-pagination ul, 
.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul {
	border-color: #232120;
	background-color: #545454;	
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    clear: both;
    display: inline-block;
    margin: 1px;
    padding: 0;
    white-space: nowrap;
}

/* Product Description & Additional Info & Reviews */
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border-color: #232120;
    color: #F8F8F8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    /* background gradients */
   	background-color: #386985;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E8FA6), to(#386985)); 
	background-image: -webkit-linear-gradient(top, #5E8FA6, #386985); 
	background-image:    -moz-linear-gradient(top, #5E8FA6, #386985); 
	background-image:      -o-linear-gradient(top, #5E8FA6, #386985); 
	background-image:         linear-gradient(to bottom, #5E8FA6, #386985);	
}

/* Product Tabs Border Bottom */
.woocommerce div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 2px solid #386985;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* Tabs active colour */
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    border-color: #35A6E6;
    color: #1A4C68;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    /* background gradients */
    background-color: #386985;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#90CEF1), to(#63BAEB)); 
	background-image: -webkit-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:    -moz-linear-gradient(top, #90CEF1, #63BAEB); 
	background-image:      -o-linear-gradient(top, #90CEF1, #63BAEB); 
    background-image: 	linear-gradient(to bottom, #90CEF1, #63BAEB);
}

/* Text Colour in Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    color: #F8F8F8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

/* Text Hover in Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #F8F8F8;
	text-decoration: underline;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

/* Hides Tab Flares */
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .alt {
	display: none !important;
}

/* Hides Additional Information Tab */
.woocommerce #content div.product .woocommerce-tabs .additional_information_tab {
	display: none !important;
}

/* Hides Product Detail Title */
.woocommerce #content div.product .woocommerce-tabs div#tab-description.panel h2 {
	display: none !important;
}

/* Related Products Upsell title style */ 
.woocommerce #content .related h2,
.woocommerce #content .up-sells h2 {
	font-size: 1.8rem;
	font-size: 18px;
    line-height: 1.25em;
    margin: 0.625em 0;
}

.woocommerce #content .related .product-desc h2 {
	font-size: 1.6rem;
	font-size: 16px;
}

/* Hides WooCommerce reviews tab */
.woocommerce .wc-tabs .reviews_tab {
	display: none !important;
}

/* Woo Commerce Reviews Style  ### WE DON'T USE ### rd ~ March 2016
.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	display: none;
}
*/

/* hides author of comment
.woocommerce #reviews #comments ol.commentlist li .comment-text, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #989898;
    border-radius: 4px;
    margin: 0px;
    padding: 1em 1em 0;
}
 */

/* hides author of comment 
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta , 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .meta {
	display: none;
} 
*/

/* Woo Commerce stars for review 
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5, 
.woocommerce-page p.stars a.star-1, 
.woocommerce-page p.stars a.star-2, 
.woocommerce-page p.stars a.star-3, 
.woocommerce-page p.stars a.star-4, 
.woocommerce-page p.stars a.star-5 {
	border-right: 0px;
}

.woocommerce p.stars a.star-1:hover, 
.woocommerce p.stars a.star-2:hover, 
.woocommerce p.stars a.star-3:hover, 
.woocommerce p.stars a.star-4:hover, 
.woocommerce p.stars a.star-5:hover, 
.woocommerce-page p.stars a.star-1:hover, 
.woocommerce-page p.stars a.star-2:hover, 
.woocommerce-page p.stars a.star-3:hover, 
.woocommerce-page p.stars a.star-4:hover, 
.woocommerce-page p.stars a.star-5:hover {
	border-bottom: 0px;
}
*/

/* Payment Methods */
.woocommerce #payment ul.payment_methods, 
.woocommerce-page #payment ul.payment_methods {
    background-color: #4E5B62;
    border-bottom: 1px solid #DFDBDF;
    list-style: none outside none;
    margin: 0;
    padding: 1em;
    text-align: left;
}

/* Place Order background */
.woocommerce #payment div.form-row, 
.woocommerce-page #payment div.form-row {
    background-color: #4E5B62;
    border-top: 1px solid #FFFFFF;
    padding: 1em;
}

/* Drop down list item colour */
.chosen-container .chosen-results li.active-result {
    color: #000000;
    cursor: pointer;
    display: list-item;
}

/* Related Products */
.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product {
	width: 29%;
	height: 400px;
}

/* Customer Widget */
#sidebar .widget_awi-customer-widget .awi-widget-welcome {
	margin-bottom: 0.3em;
}

#sidebar .widget_awi-customer-widget .awi-widget-cart .genericon-cart {
	font: normal 24px/1 Genericons;
	padding: 0 0.3em 0 0;
}

/* Order Details for Downloads */ 

.woocommerce table.shop_table td small.download-url {
	font-size: 125%;
	font-weight: bold;
	line-height: 64px;
	color: #77a464;
}

/* Smart Coupons Any Amount Style */

/*Prevents floating of precedding input box */
.woocommerce #call_for_credit {
	clear: both;
}

.woocommerce #call_for_credit #credit_called {
	float: left;
	width: 150px;
	margin-left: 10px;
	background: #545454;
	border: 1px solid #989898;
	font-size: 1.6rem;
	line-height: 28px;
}

.woocommerce #call_for_credit input[type=number]::-webkit-outer-spin-button,
.woocommerce #call_for_credit input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.woocommerce #call_for_credit input[type=number] {
    -moz-appearance:textfield !important;
}

.woocommerce #call_for_credit p {
	line-height: 30px;
}

.woocommerce #call_for_credit #error_message {
	clear: left;
} 


/* Smart Coupons Styling Checkout */

.woocommerce .sc_info_box {
	background-color: #4e5b62;
}

.woocommerce .form_table {
    border-top: 0px;
    padding: 20px 10px;
    width: 97%;
}

.woocommerce .form_table input.gift_receiver_email,
.woocommerce .form_table textarea.gift_receiver_message {
	line-height: 1.5;
}

.woocommerce #coupons_list .coupon-container.blue {
	background-color: #386985;
	background-image: linear-gradient(to bottom, #5e8fa6, #386985);
	border-color: #232120;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #f8f8f8;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	border-radius: 3px;
}

.woocommerce #coupons_list h2 {
	font-size: 2.5em;
}

/* Smart Coupons Styling My Account  */

.woocommerce .coupon-container.blue {
	background-color: #386985;
	background-image: linear-gradient(to bottom, #5e8fa6, #386985);
	border-color: #232120;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #f8f8f8;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	border-radius: 3px;
}

/* My Account Page Style in WooCommerce  */ 

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 17%;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
/* 	border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.woocommerce-MyAccount-navigation ul li {
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.675em 0;
}

/* Icons Fonts on My Account Navigation */ 

/* Return to Store */
.woocommerce-MyAccount-navigation-link--return a:after {
	content: "\f07a";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--return a:hover:after {
	opacity: 1;
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard a:after {
	content: "\f0e4";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--dashboard a:hover:after {
	opacity: 1;
}

/* Orders */
.woocommerce-MyAccount-navigation-link--orders a:after {
	content: "\f291";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--orders a:hover:after {
	opacity: 1;
}

/* Downloads */
.woocommerce-MyAccount-navigation-link--downloads a:after {
	content: "\f1c6";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--downloads a:hover:after {
	opacity: 1;
}

/* Coupons */
.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:after {
	content: "\f145";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:hover:after {
	opacity: 1;
}

/* Addresses */
.woocommerce-MyAccount-navigation-link--edit-address a:after {
	content: "\f015";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--edit-address a:hover:after {
	opacity: 1;
}


/* Account details */
.woocommerce-MyAccount-navigation-link--edit-account a:after {
	content: "\f007";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--edit-account a:hover:after {
	opacity: 1;
}

/* Logout */
.woocommerce-MyAccount-navigation-link--customer-logout a:after {
	content: "\f08b";
	font-family: FontAwesome;
	float: right;
	opacity: 0.50;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover:after {
	opacity: 1;
}



/* Jetpack Sharing Style (sharedaddy) for home page / product page / content page
---------------------------------------------------------------------------------*/

/* Height and Width of button determined by padding */
.home #content div.sharedaddy a.sd-button,
.woocommerce .woocommerce-tabs div.sharedaddy a.sd-button,
#content .post div.sharedaddy a.sd-button  {
	margin: 0.5em;
	padding: 0.3em;
}

/* Keeps the button the same size on hover */
.home #content div.sharedaddy a.sd-button:hover, 
.woocommerce .woocommerce-tabs div.sharedaddy a.sd-button:hover,
#content .post div.sharedaddy a.sd-button:hover {
	padding: 0.3em;
}

.woocommerce .woocommerce-tabs div.sharedaddy .sharing-hidden .inner,
.home #content div.sharedaddy .sharing-hidden .inner,
#content .post div.sharedaddy .sharing-hidden .inner   {
    background-color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
    margin-left: 0px;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    z-index: 1001;
    top: -4px;
}

/* More button style */
.single-showcase #content .showcase-social-media div.sharedaddy div.sd-content ul li a.sharing-anchor span {
	color: #999999 !important;
}

.sd-social-icon .sd-content ul li a.share-more {
	background-color: #333333 !important;
	border: 1px solid #999999 !important;
	border-radius: 3px !important;
}

div.sharedaddy h3.sd-title:before {
    border-top: 0px solid #DDD !important;
}

.woocommerce div.sharedaddy .sd-content ul {
	margin: 0px !important;
}

/* Hides border line on the home page. Just look weird */
.home #content div.sharedaddy div.sd-block {
    border-top: 0px solid rgba(0, 0, 0, 0.13);
}

.home #content div.sharedaddy .sd-button span.share-count {
    color: #90CEF1;
    font-size: 90%;
    line-height: 1;
    margin-left: 5px;
}

/* Hides Jetpack Sharing on pages that don't need it */

.search .sharedaddy,
.woocommerce-account .sharedaddy,
.woocommerce-cart .sharedaddy,
.woocommerce-checkout .sharedaddy {
	display: none;
}

/* Sidebar Area
-------------------------------------------*/
#sidebar {
	float: right;
	width: 25.4%;
	padding:0 0.9375em 0 0;
	margin-top: 0.5em;
}

.widget {

}

#sidebar aside {
	background: #232120;
	margin: 3.5% 0;
	padding: 1em;
}

#sidebar aside h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em;
	text-transform: uppercase;
}

#sidebar aside h4 a {
	color: #f8f8f8;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

#sidebar aside h4 a:hover,
#sidebar aside h4 a:focus,
#sidebar aside h4 a:active {
	color: #74c4f1;
}

#sidebar aside ul {
	list-style: none;
	margin-left: 0.5em;
	margin-bottom: 0em;
}

#sidebar aside ul li {
	padding: 0.5em 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.widget_search label {
	display:none;
}

#sidebar aside div.wp-caption {
	font-style: italic;
}

/* Footer area
------------------------------------------------------------*/
footer {
	clear: both;
	margin: 0 auto;
	width: 94%;
}

footer p {
	color: #d4d4d4;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.625em;
}

footer p a {
	color: #90CEF1;
	text-decoration: none;
}

footer p a:hover {
	color: #90CEF1;
	text-decoration: underline;
}

footer #footer-logo {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer Sidebar */

footer #footer-widget-area {
	max-width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

footer .widget-area {
	max-width: 230px;
	float: left;
}

footer ul {
	margin: 0em;
	list-style-type: none;
}

footer ul aside {
	margin-bottom: 1.5em;
}

footer #footer-widget-area h4 {
	color: #b1b3b2;
	margin: 0 0 0.625em 0;
}

/* Footer Menu left */
footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li {
	color: #90CEF1;
}

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

footer #footer-widget-area aside.widget div.menu-footer-menu-container ul li a:hover {
	color: #90CEF1;
}

footer #footer-widget-area ul li a {
	color: #F8F8F8;
}

footer #footer-widget-area .aw-image-widget-class h4 {
	text-align: center;
}

footer .aw-widget-image {
	padding: 0 10.5% !important;
}

/* hides social media icons in the footer menu - rd */
footer #footer-widget-area aside.widget div.menu-footer-menu-container li a i {
	display: none;
}

footer #first.widget-area {
	width: 200px;
	margin-left: 7.5em;
}

footer #second.widget-area {
	max-width: 315px;
}

footer #third.widget-area {
	margin-left: 3.5em;
    width: 200px;
}
/* Connect Menu
-------------------------------------------------------------- */

.menu-connect-menu-container #menu-connect-menu {
	display:block;
	float: left;
	margin-top: 1.9%;
}

.menu-connect-menu-container #menu-connect-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-connect-menu-container #menu-connect-menu ul li {
	display: inline;
	position: relative;
	float: left;
	border: 1px solid white;
}

.menu-connect-menu-container #menu-connect-menu a {
	color: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 2.5em;
	padding: 0 1.25em; /* 20px / 16px */
	text-decoration: none;
	font-family: "UniversCom55Roman", Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.menu-connect-menu-container #menu-connect-menu li:hover > a,
.menu-connect-menu-container #menu-connect-menu ul ul :hover > a,
.menu-connect-menu-container #menu-connect-menu a:focus {
	color: #90CEF1;
}

.menu-connect-menu-container #menu-connect-menu ul li:hover > ul {
	display: block;
}

.menu-connect-menu-container #menu-connect-menu .current-menu-item > a,
.menu-connect-menu-container #menu-connect-menu .current-menu-ancestor > a,
.menu-connect-menu-container #menu-connect-menu .current_page_item > a,
.menu-connect-menu-container #menu-connect-menu .current_page_ancestor > a {
	color: #90CEF1;
}

.menu-connect-menu-container #menu-connect-menu li a i.icon-facebook,
.menu-connect-menu-container #menu-connect-menu li a i.icon-linkedin {
	padding:10px 5px;
}

/* Footer Copyright and Credits */

footer #credits {
	clear: both;
	text-align: center;
	padding: 2em 0em;
}

footer div#credits p.copyright {
	display: inline;
	padding: 0em;
	margin: 0em;
}

footer address {
	margin: 0em;
	font-size: 1.2rem;
	clear: both;
	display: inline;
}
footer address a {
	text-decoration: none;
}

footer address a:hover {
	text-decoration: underline;
}

/* Comments
----------------------------------------------- */
ol#commentlist li.bypostauthor {
	background-color: #425058;
}

.avatar {
	display: block;
	float: left;
	padding: 0 1.25em 0.625em 0;
}

#commentlist {
	padding: 1.25em 0;
}

.commentmetadata {
	margin-top: 0;
}

ol#commentlist, ol#commentlist li {
	list-style: none;
	margin:0; padding:0;
}

ol#commentlist li {
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25em;
	padding: 0.625em;
	margin: 1em 0;
	background-color: #232120;
}

ol#commentlist ul li,
ol#commentlist ol li {
	border: none;
}

ol#commentlist ul li{
	list-style: disc;
}

ol#commentlist ol li {
	list-style: decimal;
}

ol#commentlist ul.children {
	margin: 0.625em 0.625em 0 1.25em;
	padding: 0;
}

ol#commentlist ul.children li {
	border: none;
	list-style: none;
}

ol#commentlist li p {
	padding: 0.625em 0;
}

.commentform {
	padding: 1.25em 0;
}

.commentform p {
	margin-bottom: 0.625em;
}

/* Hides the content explaining what html tags are allowed*/
.form-allowed-tags {display: none;}

/* Forms and buttons
--------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	 border: 2px solid #74c4f1; 
	border-radius: 2px;
	background: #74c4f1;
	color: #f8f8f8;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #90cef1;
	background: #90cef1;
}

input[type=password],
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
textarea {
	color: #f8f8f8;
	border: 1px solid #989898;
	border-radius: 2px;
	background: #545454;
	font-size: 16px;
    font-size: 1.6rem;
}

input[type=text]:focus,
textarea:focus {
	color: #f8f8f8;
}

input[type=password],
input[type=text]
input[type=email] {
	padding: 5px 3px;
	margin-left: 5px;
	color: #F8F8F8;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

/* Gravity Forms
-------------------------------------------*/
.gform_wrapper .top_label .gfield_label {
	font-weight:normal !important;
}

.gform_wrapper .gfield_required {
	color: #90cef1 !important;
    margin-left: 4px;
}

.gform_wrapper .gfield_description {
    padding: 10px 0 0 !important;
    width: 99.8% !important;
    color: #B7B7B7 !important;
    font-size: 11px !important;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.gform_wrapper select {
  font-size: 16px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 60% !important;
}

.gform_wrapper .chzn-container-single .chzn-single {
    background-clip: padding-box;
    background: #545454 !important;
    border: 1px solid #aaaaaa;
    color: #444444;
    display: block;
}

.gform_wrapper .chzn-container .chzn-results {
background: #545454 !important;
}

/* Gravity Forms enhanced user interface .aw-select style */

.gform_wrapper .chosen-container-single .chosen-single {
	color: #f8f8f8 !important;
	background: #292726 !important;
	border: 1px solid #b1b3b2;
	font-size: 16px !important;
}

.gform_wrapper .chosen-container-single .active-result {
	background: #292726 !important;
}

.gform_wrapper .chosen-container-single .chosen-drop {
	background: #292726 !important;
}

.gform_wrapper .aw-select {
	background: #292726 !important;
}

.gform_wrapper .chosen-drop .chosen-search input {
	color: #f8f8f8 !important;
}

.gform_wrapper .chosen-results li {
	color: #f8f8f8 !important;
}

.gform_wrapper .chosen-results .no-results {
	background: #292726 !important;
}

/* Gravity Forms Portfolio Submission Specific Style */

#gform_4 #gform_submit_button_4 {
	font-size: 2em;
	padding: 50px;
	width: 100%; 
}

#gform_4 .gfield_description {
	margin-bottom: 6em;
}

#gform_4 #field_4_56 {
	margin-bottom: 4em;
}

#gform_wrapper_4 div.validation_error {
	background-color: yellow;
}

#gform4 .validation_message {
	color: red;
	background-color: white;
}

#gform_4 .validation_message {
	color:#ff0000 !important;
}

body #gform_wrapper_4 .gform_body ul.gform_fields li.gfield_error label,
body #gform_wrapper_4 .gform_body ul.gform_fields li.gfield_error div.validation_message {
  color:#e2cccc !important;
  font-weight:bold !important;
}

/* Search Form  (See header for that search form)
-------------------------------------------*/
#searchform,
.woocommerce-product-search {
	display: inline-block;
	position: relative;
	width: 98%;
}

#searchform #searchsubmit,
.woocommerce-product-search button[type="submit"] {
	border-radius: 0px;
	float: right;
	font-size: 14px;
	font-size: 1.5rem;
	line-height: 1.1;
	padding: 0.2em;
	vertical-align: middle;
}

#searchform input#s,
.woocommerce-product-search .search-field {
	border-radius: 0px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0.625em;
	width: 75%;
}

/* Sidebar Form */
form#searchform button:before,
.woocommerce-product-search button:before {
	content: '\f400';
	speak: none;
	color: #F8F8F8;
	display:block;
	position: relative;
	/* width: 32px; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/* Media Queries
-------------------------------------------------------------- */

/* Fuchsia */
@media screen and (max-width: 1024px) {
	
	/*	
	.logged-in h1 {
		border: 1px solid fuchsia;
	}
	*/
	
	#wrap {
		width: 100%;
	}
	#main { 
		margin-top: 0px;
	}
	.main-navigation a {
		padding: 0 0.6em;
	}
	#branding #header-logo img {
    	padding-top: 5%;
    	width: 260px;
	}
}

/* Yellow */
@media screen and (max-width: 1000px) {
	
	/* 	
	.logged-in h1 {
		border: 1px solid yellow;
	}
	*/
	
	#main { 
		margin-top: 0.5em;
	}
	
	.main-navigation {
		width: 55%;
	}
	#branding #header-logo img {
    	padding-top: 9%;
    	width: 260px;
	}
	
	#searchform,
	.woocommerce-product-search {
		width: 97%;
	}
	
	#searchform input#s,
	.woocommerce-product-search .search-field {
	    width: 70%;
	}
	
	footer #third.widget-area {
		display: none;
	}
	
	.woocommerce ul.products li.product .product-thumbnail {
		width: 180px;
	}
	
	.woocommerce.columns-3 ul.products li.product {
	    width: 27.05%;
	}
	
}

/* Green */
@media screen and (max-width: 768px) {
	/* 	
	.logged-in h1 {
		border: 1px solid green;
	}
	*/
	
	.admin-bar p.demo_store {
	    top: 35px;
	}
	#wrap {
		padding: 100px 0px 0px 0px;	
	}
	
	#branding {
		top: 40px;
	}
	.main-navigation {
		width: 52%;
	}
	#content,
	#sidebar {
		float: left;
		padding: 2%;
		width: 96%;
	}
	footer #fourth.widget-area {
    	margin-left: 0;
	}
	.front-page-sections h2 a {
			color: green;		
	}
	.menu-connect-menu-container #menu-connect-menu a {
		padding: 0;
	}
	
	.woocommerce.columns-3 ul.products li.product {
	    width: 30.05%;
	}	
}
/* Olive */
@media screen and (max-width: 650px) {
	/* 	
	.logged-in h1 {
		border: 1px solid olive;
	}
	*/
	
	#main { 
		margin-top: 0px;
	}
	#branding {
	    background: none repeat scroll 0 0 #292726;
	    min-height: 75px;
	    position:relative;
	    width: 100%;
	    z-index: 1000;
	}
	.main-navigation {
		width: 100%;
		clear: left;
	}
	.main-navigation a {
		padding: 0 0.5em;
		font-size: 1.44rem;
	}
	#branding #header-logo {
		float: left;
		width: 96%;
	}
	#branding #header-logo img {
		display:block;
		margin-left: auto;
		margin-right: auto;
	    padding-top: 3%;
	}	
	#content,
	#sidebar {
		float: left;
		padding: 2%;
		width: 96%;
	}
	
	/* Continue Shopping Button & Cart ( Page Id#5 ) Style */
	
	span.woocommerce {
		position: absolute;
		left: 65%;
	}
	
}

/* Lime */
@media screen and (max-width: 600px) {
	/* 	
	.logged-in h1 {
		border: 1px solid lime;
	}
	*/

	.front-page-sections h2 {
		top: 0px;	
	}
	.front-page-sections h2 a {
			font-size: 30px;
			font-size: 3rem;				
	}
	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  background: #3a3a3a;
	  color: white;
	  font-family: Tahoma, Arial, sans-serif;
	  font-size: 15px;
	  font-size: 1.5rem;
	  padding: 10px 22px;
	  margin: 0;
	}
	.site-header .menu-toggle:hover {
	  background: #474747;
	}
	.site-header .menu-toggle:before {
	  content: '\2261';
	  speak: none;
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	  display: block;
	}
	.main-small-navigation ul {
	  margin: 0;
	  list-style: none;
	}
	.main-small-navigation a {
	  display: block;
	  color: white;
	  padding: 10px 40px;
	  text-decoration: none;
	}
	.main-small-navigation li {
	  background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	  background: #474747;
	}
	.main-small-navigation ul ul a {
	  padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
	  padding-left: 80px;
	}
	
	blockquote {
		min-width: 160px;
		margin: 0.625em 1.5em;
	}
	
	.logged-in .woocommerce ul.products li {
		margin-left: 25%;
	}
	
	.woocommerce ul.products li.product:nth-child(2n), 
	.woocommerce-page ul.products li.product:nth-child(2n) {
	    clear: both !important;
	    float: left;
	}
	
	.woocommerce ul.products li.product .product-thumbnail {
	    height: 210px;
	    position: relative;
	    width: 140px;
	}

	.woocommerce.columns-3 ul.products li.product {
	    width: 48%;
	}
	
	.woocommerce.columns-3 ul.products li.product .cat-thumbnail {
	    height: 240px;
	    position: relative;
	    width: 150px;
	}
	
	/* Continue Shopping Button & Cart ( Page Id#5 ) Style */
	span.woocommerce {
		position: absolute;
		left: 60%;
	}
	
	footer #first.widget-area {
	    margin-left: 1em;
	    width: 200px;
	}
	
	footer #second.widget-area {
	    margin-left: 1em;
	}
	
	footer #footer-logo {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
}