/*
Theme Name: Luminosa by Bella Lujo
Theme URI: http://www.luminosa.com.au
Author: Bella Lujo
Author URI: http://www.luminosa.com.au
Description: Custom built theme for Luminosa by Bella Lujo. v1.2 update to mobile responsive
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luminosa
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Luminosa is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sidebar Menu styling
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Home Page Elements
		 - Recent News Section
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - General Layout
	13.1 - Header Layout
		 - Header Widget Areas
	13.2 - Footer Layout

14.0 - WPEC Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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 {
	background: #fff9c0;
	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%;
}

/** Headings **/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  padding-bottom: 5px;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
	color: #60BAD1;
	font-size: 1.85em;
}
h2,
.h2
{
	color: #333333;
	font-size: 1.5em;
}
h3,
.h3  {
	color: #333333;
	font-size: 1.25em;
}
h4,
.h4 {
	color: #333333;
	font-size: 1.125em;
}
h5,
.h5,
h6,
.h6 {
	color: #333333;
	font-size: 1em;
}

.entry-header {
	padding-top: 1.5em;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.page_title h1, .page_title h1 a { /*for page template with sidebar*/
	color: #333333;
	margin-left: 4px;
}

.entry-title, .home-entry-title, .home-entry-content h1, .entry-content h1 {
	font-size:2.4em;
	width: 100%;
	border-bottom: solid 2px #8EDEE1;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

.post-entry-title {
	font-size:2em;
	width: 100%;
	border-bottom: solid 2px #8EDEE1;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

h1.main-subtitle {
	color: #A9262E;
	font-size:2.1em;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #60BAD1;
}
a:visited {
	color: #60BAD1;
}
a:hover,
a:focus,
a:active {
	color: #333333;
}

.header-widget a {
	color: #fff;
}

.header-widget a:hover {
	text-decoration: none;
}

.secondary-header-widget a {
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*.menu-primary-menu-container, .menu {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: table-row;
	font-size: 100%;
	width: 100%;
	cursor: default;
	text-align: center;
}
.main-navigation li {
	display: table-cell;
	margin: 0;
	position: relative;
	text-align: center;
	vertical-align: middle; /*IE7*/
	/**display:inline; /*IE7*/
    /**zoom:1; /*IE7
} */
.main-navigation ul {
	list-style-type: none;
	font-size: 100%;
	width: 100%;
	cursor: default;
	margin-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	vertical-align: middle; /*IE7*/
	*display:inline; /*IE7*/
    *zoom:1; /*IE7*/
}
.main-navigation a {
	display: block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	line-height: 2.5em;
	padding: 0 1.1em;
	height: 35px;
}

.main-navigation li.current-menu-item a, .main-navigation li.current-menu-parent a, .main-navigation li.current_page_item a, .main-navigation li a:hover
{ color: #8EDEE1; border-bottom: solid 3px #8EDEE1; }

.main-navigation ul li ul {
	background: #fff;
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	list-style-type:none;
	position:absolute;
	left: -9999px;
}

.main-navigation ul li ul li {
	padding-top:2px; 
	float:none;
}

.main-navigation ul li ul a {
	white-space:nowrap;
}
.main-navigation ul li:hover ul {
	position: absolute;
	left: 0;
	z-index: 1000;
	margin-left: 0;
	height: auto;
	width: auto;
	padding: 0 0.5% 0.5%;
	text-align: left;
	background: #333333;
}
.main-navigation ul li:hover a {
	text-decoration:none;
}

/* style child page links */

.main-navigation ul li:hover ul li {
	display: block;
	width: auto;
}

.main-navigation ul li:hover ul li a {
	text-decoration:none;
	border-bottom: 1px solid #808080;
	text-align: left;
	color: #fff;
}
.main-navigation ul li ul li a:hover {
	color: #8EDEE1; 
	background-position: 0 0;
	width: auto; 
	border-bottom: 1px solid #8EDEE1;
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 1084px) {
	.main-navigation a {
	display: block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 0.85em;
	line-height: 2.5em;
	padding: 0 0.75em;
	height: 35px;
}	
}

@media screen and (max-width: 860px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		font-size: 1.25em;
		padding: 1em;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
	display: block;
	width: 100%;
	}
	.main-navigation li a {
	font-size: 1em;
	padding: 0;
	height: auto;
	border-bottom: solid 3px #6c6c6c;
	line-height: 2em;
	}
	.main-navigation li.current-menu-item a, .main-navigation li.current-menu-parent a, .main-navigation li.current_page_item a 
	{ border-bottom: solid 3px #6c6c6c; }
	
	.main-navigation ul li ul {
	display: block;
	background-color: #4d4d4d;
	list-style-type:none;
	position: static;
	left: 0 px;
	height: auto;
	}
	.main-navigation ul li:hover ul {
	position: static;
	left: 0;
	z-index: 1000;
	margin-left: 0;
	height: auto;
	width: 100%;
	padding: 0;
	text-align: center;
	background: #4d4d4d;
	}
	.main-navigation ul li:hover ul li a {
		text-align: center;
	}
	.main-navigation ul li ul li {
		display: block;
		width: 100%;
		padding-top:2px; 
		float: none;
		text-align: center;
		font-weight: normal;
		font-size: 0.9em;
	}
	.main-navigation ul li ul li a, .main-navigation ul li ul li a:hover {
		font-size: 1em;
		border-bottom: 2px dotted #6c6c6c;
		width: 100%;
		color: #fff;
	}
	
	.main-navigation ul li ul a {
    white-space: normal;
	}
	
	
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/** Secondary menu
*************************/

.secondary-menu-container {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
	background-color: #d3d5db;
	border-left: solid 1px #8F97A3;
}

#secondary-nav ul {
	display: table-row;
	font-size: 100%;
	width: 100%;
	cursor: default;
	text-align: center;
}
#secondary-nav li {
	display: table-cell;
	margin: 0;
	position: relative;
	text-align: center;
	width: 25%;
}
#secondary-nav a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-decoration: none;
	color: #4D4D4D;
	font-size: 0.9em;
	line-height: 2.5em;
	border-right: solid 1px #8F97A3;
}
#secondary-nav a:hover {
	background-color: #8F97A3;
}

/** Footer menu
*************************/

#footer-menu {
	clear: none;
	float: left;
	width: 100%;
	margin-top: 2%;
}

#footer-menu ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	float: left;
	margin-left: 0;
}
#footer-menu ul li {
	display: inline-block;
}
#footer-menu ul li a {
	height: 10px;
	display: block;
	cursor: pointer;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	padding: 0 0.5em 0 0.5em;

}

/** Footer left menu
*************************/

#footer-left-menu {
	clear: none;
	float: left;
	width: 100%;
}

#footer-left-menu ul /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	float: left;
	margin-left: 0;
}
#footer-left-menu ul li {
	display: inline-block;
}
#footer-left-menu ul li a {
	height: 10px;
	display: block;
	cursor: pointer;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
	padding: 0 0.5em 0 0.5em;

}

/** Sidebar menu Styling
*************************/

#secondary {
	display: block;
	float: left;
	clear: none;
}

#secondary h2, #secondary h2 a { 
	color: #B92234;
	font-size: 1em;
	margin-top: -10%;
	padding-bottom: 15%;
	display: none; /* hide the 'Product Categories' heading */
} 

#secondary ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#secondary ul li {
	padding-bottom: 15px;
	margin: 0;
}

#secondary ul li a { /* style the product category links */
	text-decoration: none;
	color: #8F97A3;
	font-size: 1.1em;
	letter-spacing:0.07em;

}

#secondary ul li a:hover { /* style the product category links */
	color: #B92234;
}

#secondary ul li.current-menu-item a  { /* highlight the current category being selected */
	color: #B92234;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.content-area-narrow {
	float: left;
	display: block;
	clear: none;
	width: 65%;
	margin-right: 5%;
}

#additional {
	float: left;
	display: block;
	clear: none;
	width: 28%;
	margin: 1.5em 0 0;
	padding: 0 0 0 2%;
	border-left: solid 2px #8EDEE1;
	color: #60BAD1;
	font-size: 1.1em;
}

#additional li, #additional ul {
	margin: 0;
	padding: 0 0 0.5em 0;
}
	
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-feature {
	text-align: center;
	width: 100%;
	clear: both;
	display: block;
	float: left;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
10.4 Home Page Elements
--------------------------------------------------------------*/

/*Start home page products category image links section*/
#home-products-menu {
	clear: both;
	float: left;
	width: 100%;
	height: 240px;
	display: block;
	padding: 0;
	margin: 0;
}

.products-menu {
	margin: 0;
}
.home-product-category {
	clear: none;
	float: left;
	display: block;
	width: 24.609375%;
	margin-right: 0.520833333333333333333333%;
	padding-bottom: 3%;
}
.home-product-category a.img_link:hover {
	color: #fff; /* IE6 requires a change of some kind to occur on a:hover for hover to work on a.pic-link:hover span, otherwise this could be applied to that selector */
	}

.home-product-category a.img_link {
	position: relative;
	display: block;
}

.home-product-category a.img_link:hover span {
	position: absolute;
	width: 100%;
	max-width: 236px;
	_width:expression(this.scrollWidth > 236 ? "236px" : "auto"); /* sets max-width for IE6*/
	padding-bottom:75.423728813559%;
	left: 0;
	top: 0;
	background-image: url(i/glass-luminosa-O.png);
	background-repeat: repeat-y;
}

#home-blue-category {
	margin-right: 0;
}

#home-blue-category h2.category {
	background: #A0D7E3;
	color: #333333;
	line-height: 2em;
	display: block;
}

.home-product-category img {
	float: left;
	display:block;
	clear: both;
}

.home-product-category h2.category, .home-product-category h2.category a {
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: inherit;
	color: #fff;
	background: #B92234;
	width: 100%;
	height: 2.75em;
	font-size: 0.95em;
	line-height: 1em;
	padding: 0.35em;
}

a#home-product-category3:hover {
	background-image: url(i/Dimmer_hover.jpg);
	background-repeat: no-repeat;	
}

@media screen and (max-width: 890px) {
	.home-product-category h2.category, .home-product-category h2.category a {
	height: 4em;
	font-size: 0.85em;
	}
}

/*end home page category image links*/

/*home page gallery link*/

.gallery-link {
 display: block; float: left; clear:both;
 padding: 10px; text-align: center; background: #B92234; color: #fff; margin: 15px 0; width: 100%;
}

.gallery-link h2 a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.4 Home Page Elements - Recent News Section
--------------------------------------------------------------*/

.recent-news {
	display: block;
	float: left;
	clear: none;
	width: 31%;
	margin: 0 3.5% 0 0;
}

.recent-news:nth-child(3n) {
	margin: 0;
}

.news_thumbnail img {
	border: solid 1px #CFC3B5;
}

.recent-news-title, .recent-news-title a {
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
}

.recent-news-excerpt {
	line-height: 1.2em;
	color: #808080;
}

.read_more {
	clear: both;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
13.0 General Layout
--------------------------------------------------------------*/

.wrap {
	width: 90%;
	max-width: 960px;
	_width:expression(this.scrollWidth > 960 ? "960px" : "auto"); /* sets max-width for IE6*/
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
#homepage-slider {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	clear: both;
	margin-bottom: 1em;
}
.slider-base {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9999;
	height: 52px;
	background-image: url(i/slider-base.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#product-content {
	clear: none;
	width: 75.52%;
	max-width: 725px;
	_width:expression(this.scrollWidth > 725 ? "725px" : "auto"); /* sets max-width for IE6*/
	float: left;
	display: block;
	margin-top: 6%;
}
#product-content-sidebar { /*content area for page with sidebar template*/
	clear: none;
	width: 75.52%;
	max-width: 725px;
	_width:expression(this.scrollWidth > 725 ? "725px" : "auto"); /* sets max-width for IE6*/
	float: left;
	display: block;
}
.page_template_sidebar { /*to lower sidebar on page with sidebar template*/
	margin-top: 58px;
}
#secondary {
	clear: none;
	float: left;
	width: 21.98%;
	max-width: 165px;
	_width:expression(this.scrollWidth > 165 ? "165px" : "auto"); /* sets max-width for IE6*/
	display: block;
	margin-right: 2.5%;
	margin-top: 2.5%;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d8;
}

/*--------------------------------------------------------------
13.1 Header Layout
--------------------------------------------------------------*/
	
#masthead {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	width: 100%;
	height: 110px;
	display: block;
	background-image: url(i/masthead.gif);
	background-repeat: repeat-x;
}

.site-branding {
	display: block;
	float: left;
	clear: none;
	width: 33.85%;
}

#header-widgets {
	display: block;
	float: left;
	clear: none;
	width: 66.15%;
	margin-top: 5%;
}

#secondary-header {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	width: 100%;
	height: 50px;
	display: block;
	background-color: #e3e5e8;
}

#site-navigation {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	width: 100%;
	height: 35px;
	display: block;
	background: #333333;
}

#secondary-nav {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	width: 100%;
	height: 36px;
	display: block;
	background: #e3e5e8;
}

/*--------------------------------------------------------------
13.1 Header Widget Areas
--------------------------------------------------------------*/

.header-widget {
	display: block;
	float: left;
	clear: none;
	width: 50%;
	color: #fff;
}

#headercontent1 {
}

#headercontent2 {
}

.secondary-header-widget {
	display: block;
	float: left;
	clear: none;
	width: 19.55%;
}

#secondheadercontent1 {
	display: block;
	float: left;
	clear: none;
	text-align: left;
	width: 33.85%;
}

#secondheadercontent4 {
	text-align: right;
}

.fb-like {
	display: block;
	float: left;
	clear: none;
	width: 7.5%;
	text-align: left;
}



/*--------------------------------------------------------------
13.2 Footer Layout
--------------------------------------------------------------*/

#colophon {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	display: block;
	color: #999;
	font-size: 13px;
	width: 100%;
	height: 160px;
	background-color: #ac9580;
	/*background-image: url(i/footer-bgd.png);
	background-repeat: repeat-x;*/
}

#footer-menu {
	clear: both;
	float: left;
	margin-left: 0px;
	padding-bottom: 0;
	width: 100%;
	height: 55px;
	display: block;
}

.footer_container_left {
	clear: none;
	float: left;
	width: 48%;
}

.footer_container_right {
	clear: none;
	float: right;
	width: 48%;
	padding-top: 0;
}

#copyright {
	clear: none;
	float: left;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 1.5%;
}

#BellaLujo_link {
	display: inline;
	clear: none;
	float: left;
	width: 45%;
	padding-right: 6%;
	padding-top: 4.5%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}

#rcmtick {
	display: inline;
	clear: none;
	float: right;
	width: 43%;
	padding-top: 3%;
}

#BellaLujo_link img {
	float: right;
}

#rcm_image {
	clear: none;
	display: block;
	float: left;
}

#rcm_image img {
	float: right;
}

#rcm_copy {
	clear: none;
	display: block;
	float: right;
	padding-left: 1%;
	margin-top: 3px;
	color: #B92234;
	font-size: 0.85em;
}

#credit {
	clear: both;
	float: right;
	padding-top: 5px;
}

#credit, #credit a, #credit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7aca0;
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 1.5%;
}

/******************************************************************
******************************************************************
13.3 GENERAL MEDIA QUERIES
******************************************************************
******************************************************************/

.one-third {
	width: 33%;
	float: left;
	display: block;
}

@media screen and (max-width: 890px) {

.one-third {
	width: 100%;
}
	
	#secondary-header {
		height: auto;
	}	
	
	.customer-login-link, .shopping-cart-link, .cartqty {
		font-size: 1.6rem;
	}
	
	.header-items-wrap {
		display: block;
		float: left;
		clear: both;
		width: 100%;
	}
	
	#secondheadercontent1, #secondheadercontent2, #secondheadercontent3 {
		width: 50%;
		clear: none;
		text-align: center;
	}
	
	#secondheadercontent4, .fb-like {
		width: 25%;
		clear: none;
		text-align: center;
	}
	
	h1.main-subtitle {
		font-size: 1.75em;
	}
	#site-navigation {
		height: auto;
	}
	.entry-title, .home-entry-title, .home-entry-content h1, .entry-content h1 {
		font-size: 1.75em;
		line-height: 1em;
	}
	
	/** home page **/
	.recent-news {
    	clear: both;
    	width: 100%;
    	margin: 0 0 2% 0;
	}

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item  {
	max-width: 33.33%;
}

#secondary-nav {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	body,
	button,
	input,
	select,
	textarea,
	p,
	.single_product_display form.product_form fieldset p, #content .single_product_display form.product_form fieldset p {
	font-size: 1.9rem;
	}
	#masthead {
    height: auto;
    background-image: url("i/m-masthead.gif");
    background-repeat: repeat-x;
	}
	.site-branding {
    clear: both;
    width: 100%;
	text-align: center;
	padding-bottom: 1em;
	}
	#headercontent1 {
	padding-bottom: 1em;
	}
	#header-widgets {
    clear: both;
    width: 100%;
    margin-top: 3%;
	}
	.header-widget, .header-widget a {
    color: #333;
	}
	.content-area-narrow, #additional {
		width: 100%;
		clear: both;
		border-left: 0;
	}
	#colophon {
		height: auto;
	}
	#footer-menu {
		height: auto;
		font-size: 1.1em;
	}
	.footer_container_left, .footer_container_right {
		width: 100%;
		clear: both;
	}
	#BellaLujo_link, #rcmtick {
		width: 50%;
	}
	
	/** home page **/
	#home-products-menu {
		height: auto;
		text-align: center;
		margin: 0 auto;
	}
	.wrap #homepage-slider {
		width: 111.1111111111111111111%;
		margin-left: -5.55555555555555555555%;
	}
	.home-product-category {
		width: 100%;
		max-width: 236px;
		_width:expression(this.scrollWidth > 236 ? "236px" : "auto"); /* sets max-width for IE6*/
	}

.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item  {
	max-width: 50%;
}

.gallery-caption {
	font-size: 1.6rem;
}

}

@media screen and (max-width: 600px) {
	
	#secondheadercontent1, #secondheadercontent2, #secondheadercontent3 {
		width: 100%;
		clear: both;
	}
	#secondheadercontent4, .fb-like {
		width: 50%;
	}
	
	.widget {
		margin: 0px 0px 0.5em;
	}
	.header-widget {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#secondary-nav .wrap {
    width: 100%;
	}
	.secondary-menu-container {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border-width: 0px;
    border-style: none;
    background-color: #D3D5DB;
	}
	#secondary-nav ul {
    display: block;
	margin: 0;
	}

	#secondary-nav li {
		display: block;
		width: 100%;
		clear: both;
	}
	#secondary-nav a {
		border-bottom: 1px solid #8F97A3;
		border-right: 0px;
		border-left: 0px;
	}

}

/*--------------------------------------------------------------
14.0 WPEC Styles
--------------------------------------------------------------*/

/****
1. Please note: when developing mobile responsive for these items the
relevant declarations will need to be inserted into the media queries
above for layout. 

Have fun with that one! (Paul) ****/

/******************************************************************
******************************************************************
2. SHOP GRID VIEW & TYPOGRAPHY
******************************************************************
******************************************************************/

h1.products_page_title, h1.products_page_title a {
	margin-left: 165px;
	font-size: 1.75em;
}

.product-grid {
	clear: none;
	display: block;
	float: left;
	width: 100%;
	max-width: 723px;
	_width:expression(this.scrollWidth > 723 ? "723px" : "auto"); /* sets max-width for IE6*/
}

#product-categories {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.product_grid_display, .grid_view_clearboth {
	clear: none;
	display: block;
	float: left;
}

.product_grid_item {
	display: block;
	float: left;
	margin: 8px;
	padding: 0;
	padding-bottom: 0px;
	width: 31% !important;
}

.product_grid_item .price_container {
	width: 95%;
}

.product_grid_item .sale-price {
	width: 100%;
	display: block;
	clear: both;
}

.product_grid_item .sale {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	background-color: #b92234;
	color: #fff;
	
}

.product_grid_item span.oldprice {
    text-decoration: line-through;
}

.product_grid_item .now {
	display: inline-block;
	width: 100%;
	float: left;
	color: #b92234;
	margin-bottom: 0;
}

.product_grid_item .wpsc-product-old-price {
	margin-bottom: 0;
}

.product_grid_item .wpsc-product-price {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.product_grid_display h2.prodtitle, #content .product_grid_display h2.prodtitle, .product_grid_display h2.prodtitle a, #content .product_grid_display h2.prodtitle a, /*the next style for related product titles*/ a.wpsc_product_title {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-bottom: 5px;
	color: #4d4d4d;
	text-align:left;
	word-wrap: break-word;
	line-height:1.0em;
}

.grid_product_info {
	padding-left: 5px;
}

.price_container {
	width: 50%;
	float: left;
	clear: none;
	}
.price_container p {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #8F97A3;
	text-align:left;
}
.more_colours {
	width: 47%;
	float: left;
	clear: none;
	text-align: right;
	padding-top: 1%;
	padding-right: 3%;
	}

/******************************************************************
******************************************************************
3. SHOP SINGLE PRODUCT VIEW & TYPOGRAPHY
******************************************************************
******************************************************************/

/*-----SINGLE PRODUCTS PAGE-----*/

#single_product_page_container {
	width:100%;	
	position:relative;
	display: block;
	float: left;	
}

/* custom added styles: style main image and gallery section */
.imagecol {
	clear: none;
	display: block;
	margin-right: 1.04%;
	margin-bottom: 2.5%;
	width:43.75%;
	float:left;	
	position:relative;
}

.mainimage {
	clear: none;
	float: left;
	display: block;
	padding-right: 15px;
}

.wpcart_gallery {
	clear: none;
	float: left;
	display: block;
	padding-top: 10px;
}

.wpcart_gallery a.thickbox {
	clear: none;
	float: left;
	padding-bottom: 15px;
}

.wpcf-field-product-gallery-value {width: 100%;}

.productcol {
	clear: none;
	display: block;
	width:280px;
	float:left;	
	position:inline;
}
/* styles product description area */

.singleproduct_title {
	clear: both;
	display: block;
	float: left;
}

.singleproduct_title h1, .singleproduct_title h1 a {
	color: #8F97A3;
	font-size: 1.5em;
	font-weight: lighter;
}

.wpsc_product_price
	{width: 100%;}

.wpsc_product_price .current_price_display {
	clear: both;
	display: block;
	float: left;
	width: 260px;
}
.product_price_display {
	clear: none;
	float: left;
	color: #B92234;
	font-size: 2.45em;
	font-weight: lighter;
	padding-right: 4%;
	width: 100%;
	text-align: center;
}

.product_price_display .sale {
	display: block;
	width: 100%;
	color: #fff;
	background-color:#B92234;
	text-align: center;
	padding: 0.2%;
}

.product_price_display .now {
	display: block;
	width: 100%;
	text-align: center;
	border-top: solid 1px #B92234;
}

.product_price_display .wpsc-product-old-price {
	font-size: 0.65em;
}

.product_price_display .wpsc-product-you-save {
	font-size: 0.65em;
	color: #fff;
	background-color: #B92234;
	text-align: center;
	padding: 2%;
}

/* Variations */

.variations {
	clear: both;
	display: block;
	float: left;
}

.variations .select_style {
	padding-left: 4%;
	padding-bottom: 10%;
}

/* Variation styles */

.wpsc_variation_forms {
 position: relative;
}

.wpsc_variation_forms select {
	width: 150px;
	padding: 4px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 29px;
   background-image: url(i/variation-dropdown-sways.png);
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-khtml-appearance: none;
	appearance: none;
}

/* switching ways pop-up */

.popup_absolute {
	display: block;
	position: absolute;
	top:2.1em; left:17.5em;
}

a.PopUp 
{ 
    position:relative; 
    z-index:24; background-color:#fff; 
    color:#000; 
    text-decoration:none 
} 

a.PopUp:hover {z-index:25; background-color:#fff} 

a.PopUp span{display: none} 

a.PopUp:hover span 
{ 
    display:block; 
    position:absolute; 
    top:2em; right:1em; width:15em; 
	padding: 1em;
    border:1px solid #8F97A3; 
    background-color:#f8f8f8; color:#666666; 
} 

/* Quantity Field */

.quantity_update {
	display: block;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
}

.wpsc_quantity_legend, .wpsc_quantity_update {
	display: block;
	clear: none;
	float: left;	
}

.wpsc_quantity_legend {
	padding: 5px 8px 0 0;
}

.wpsc_quantity_update input {
	width: 34px;
   font-size: 1em;
   line-height: 1em;
   text-align: center;
   border: 0;
   height: 29px;
   background-image: url(i/qtyfield.png);
	background-repeat: no-repeat;
	overflow: hidden;
	border:1px solid #cfc3b5;
	
}

/* buy now button */

.wpsc_buy_button_container {
	clear: both;
	display: block;
	float: left;
	margin-top: 15%;
}

form.product_form .wpsc_buy_button {
	background-image: url(i/buy-now-button.gif);
	background-repeat: no-repeat;
	background-position: left;	
	width: 255px;
	height: 109px;
	border: none;
}

#sold_out {
	clear:both; 
	float:left; 
	width: 83%;
	font-size:1em;
	color:#fff;	
	background-color: #B92234;
	padding:20px;
}

.single_product_display #soldout p {
	
}

#sold_out a {color: #fff;}

/*********** SINGLE PRODUCT VIEW TABS STYLING ****************/

/* style the boxes */

.tabbed_box { 
	float: left; 
    margin: 0px auto 0px auto;
	width: 100%;   
}  

.tabbed_area {  
        border:0;  
        padding:8px;
		/*margin-left: -1.5%;*/
}  

/* position the tabs */

ul.tabs {  
    margin:0px; padding:0px;  
	margin-top:5px;  
    margin-bottom:12px;
	margin-left: -1.5%;
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
	padding-right: 6px;
} 

/* style the tabs and active tab */

ul.tabs li a {
	background-color: #bcc1c8;
	color: #fff;
	padding: 12px 16px 12px 16px;
	text-decoration: none;
	font-size: 1.125em;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #bcc1c8;
	/*border-bottom: 1px solid #8F97A3; */
    }  
ul.tabs li a:hover {  
        background-color:#8F97A3;  
        border-color:#8F97A3; 
		color: #fff; 
    }  
ul.tabs li a.active {  
        background-color:#8F97A3;  
        color:#fff;  
        border:1px solid #8F97A3;  
		color: #fff; 
        /*border-bottom: 1px solid #8F97A3;*/
    }  
	
/* style the content area and hide the non selected content areas */

.tab_content {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #8F97A3;
	height: auto;
	margin-left: -1.5%;
	background-image: url(i/bella-lujo-quality-assured2.png);
	background-repeat: no-repeat;
	background-position: right 90%;
    }  
#tab_content_1, #tab_content_2 { display:none; }

/* Content area styling */

.tab_content h2 {
	color: #666666;
	font-size: 1.3em;
} 

.tab_content h3 {  
    color: #666666; 
	font-size: 1em;  
} 

.tab_hide {
	display: none;
}

.tab_content table {
	width: 60%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
}

.tab_content table td {
	padding-right: 1%;
}

/* Product description */

.product_description {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

/******************************************************************
******************************************************************
4. SHOP SINGLE PRODUCT VIEW - FANCY NOTIFICATIONS

			CSS in wpsc-default.css from line 643
			
******************************************************************
******************************************************************/


/******************************************************************
******************************************************************
5. SHOP SINGLE PRODUCT VIEW - RELATED PRODUCTS
******************************************************************
******************************************************************/
/** please note, there are styles declared in the Related Products plugin for '.wpec-related-product' that have been edited there.
Those styles take on the same styling as .product_grid_item in this stylesheet **/

.wpec-related-wrap {
	width: 100%;
	padding-left: -5px;
}

body .wpec-related-wrap .wpec-related-product .product-info .pricedisplay span {
	color:#8F97A3;
	margin-left: 4px;
	margin-bottom: 5px;
}

.custom_meta {display: none;}
   
/******************************************************************
******************************************************************
6. CHECKOUT PAGE
******************************************************************
******************************************************************/
#checkout_page_container {width:100%;}
/* Checkout Page */
table.checkout_cart {width:100%;}
/*table.checkout_cart th {background: #EEE;padding: 7px 0px;}*/
table.checkout_cart td {padding:5px;}
table.checkout_cart td, table.checkout_cart th {border:1px solid #a5aebb;text-align: center;vertical-align: middle;}
table.checkout_cart form, table.checkout_cart form p {margin-bottom:0;}
table.checkout_cart form input[type="text"] {width:auto;margin:0;}
.shipping_header {font-size: 1.125em;padding-bottom: 10px; color: #B92234; font-family:'Questrial', Arial, Helvetica, sans-serif; font-weight: normal;}
img#wpsc_checkout_gravatar {float:left;margin-right:5px;}
div.wpsc_email_address {margin-bottom:30px;}
label.wpsc_email_address {font-size:1.5em;padding-bottom: 10px; color: #B92234; font-family:'Questrial', Arial, Helvetica, sans-serif; font-weight: normal;text-align:left;}
.total_price {font-size: 1.5em;padding-bottom: 10px; color: #B92234; font-family:'Questrial', Arial, Helvetica, sans-serif; font-weight: normal;text-align:left;}
.total_price.total_tax {font-size: 1em;}
form.wpsc_checkout_forms {padding-top: 3em;}
form.wpsc_checkout_forms table.table-1 {float:left;width:42%;}
form.wpsc_checkout_forms table.table-2 {width:42%;margin-left:4%;float:right;}
form.wpsc_checkout_forms table.table-4 {float:none;clear:both;width:100%;border-top:1px solid #ddd;display:block;position:relative;top: 20px;height:auto;padding-top: 20px;padding-bottom:20px;}
table.checkout_cart form.adjustform.qty input[type="text"] {margin-top:2px;text-align: center; border: 0; background-image: url(i/qtyfield.png); background-repeat:no-repeat;width: 34px;height: 29px;}
table.checkout_cart form.adjustform.qty input[type="submit"], form.adjustform.remove input[type="submit"], .coupon_code input[type="submit"] {margin-top:-3px; background-color: #B92234; color: #fff; padding: 5px; border: 0;}
.active_coupon_message {color: #B92234;}
#checkout_page_container p.validation-error {clear:both;color:red;}
.wpsc_hidden{display:none;}
.wpsc_make_purchase {clear: both; float: left; margin-top:35px;}
/*buy now button*/
form input.make_purchase.wpsc_buy_button {width: 200px;height: 70px;border: none; background-color: #B92234; color:#fff;}
form input.make_purchase.wpsc_buy_button input[value="purchase"]{font-size: 1.125em;}

#checkout_page_container table.checkout_cart td {
	font-weight: normal;
	text-align: center;
}

#checkout_page_container table.checkout_cart tr.header th{
	text-align: center;
	background-color: #bcc1c8;
	color: #fff;
	font-size: 1.2em;
	padding: 5px;
}

#checkout_page_container table.checkout_cart tr.header th:first-child{
	width: 40%;
}

#checkout_page_container table.checkout_cart td.firstcol { /* product image thumbnail */
	vertical-align:middle;
	text-align:center;
	width: 10%;
	height: 50px;
}

#checkout_page_container img.product_image { /* product image thumbnail */
	background-color:#efefef;
	border:1px solid #ccc;	
}

#checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_name { /* Product Link */
	text-align: center;
}

#checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_price { /* Product Link */
	text-align: center;
	/* width: 10%; */
	border: 1;
}

/*-----Calculate Shipping Price-----*/

#wpsc_shopping_cart_container {
	margin-top: 35px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-color: #cfc3b5;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}

#wpsc_shopping_cart_container h2 {color: #B92234;}

table.productcart {width: 100%; }

#checkout_page_container table.productcart tr td{padding: 10px 10px 10px 0; margin:10px 0px; border-top:1px solid #cfc3b5;}

#checkout_page_container table.productcart tr.wpsc_change_country form select,
form.wpsc_checkout_forms select.current_country, .wrap form table select {padding: 5px; border:1px solid #cfc3b5; width:200px; margin-right: 10px;}

#checkout_page_container table.productcart tr.wpsc_change_country form #zipcode {border:1px solid #e2dcd3; width: 175px; padding: 5px;}
#checkout_page_container table.productcart tr.wpsc_change_country form input[type="text"] {color: #999999; font-size: 1em}

#checkout_page_container table.productcart tr.wpsc_change_country form input[type="submit"] {margin-top:-3px; background-color: #B92234; color: #fff; padding: 5px; border: 0;}

/*-----Choose a shipping rate-----*/

#checkout_page_container .total_price td.wpsc_totals{color: #B92234;}
#checkout_page_container .total_price td.wpsc_totals_left{color: #B92234; width: 55%;}
.wpsc_checkout_table{width:100%;}
#checkout_page_container .wpsc_checkout_table .total_price td {border-top:1px solid #cfc3b5;}

/*-----Checkout Form -----*/

#checkout_page_container form.wpsc_checkout_forms textarea, #checkout_page_container form.wpsc_checkout_forms input, #content #checkout_page_container form.wpsc_checkout_forms textarea, #content #checkout_page_container form.wpsc_checkout_forms input, .wrap form table input, .wrap form table textarea {
	line-height:1.2em;
	font-size:14px;	
	margin:0;
	border:1px solid #e2dcd3; padding: 5px;
}

table.wpsc_checkout_table th, table.wpsc_checkout_table td, .wrap form table td {border-top:1px solid #cfc3b5;padding: 8px 8px 8px 0;line-height: 20px;}

table.wpsc_checkout_table tr.total_price.total_shipping {font-size: 1em;}

#gst_shipping {font-size: 0.75em; display: inline; }

.clear{
	clear:both;
}

/******************************************************************
******************************************************************
7. ACCOUNTS PAGE
******************************************************************
******************************************************************/
.user-profile-links {width: 100%; margin-bottom: 35px;}
.wrap form table {width: 65%;}
.wrap form table td {/*see above*/}
.wrap form table input {/*see above*/}
.wrap form table select {/*see above*/}
.wrap form table textarea {/*see above*/}

/* Purchase history */

table.logdisplay {width: 100%;}
table.logdisplay tr {background-color: #f7f7f7;}
table.logdisplay tr.alt {background-color: #e7e7e7;}
table.logdisplay th, table.logdisplay td {border:1px solid #a5aebb;text-align: left;vertical-align: middle; padding: 4px;}

/* Transaction Results */

table.wpsc-purchase-log-transaction-results {width: 100%;}
table.wpsc-purchase-log-transaction-results th, table.wpsc-purchase-log-transaction-results td {border:1px solid #a5aebb;text-align: left;vertical-align: middle; padding: 4px;}

/******************************************************************
******************************************************************
8. STORE MEDIA QUERIES
******************************************************************
******************************************************************/

@media screen and (max-width: 1084px) {
	#secondary {
		width: 100%;
		max-width: 100%;
		clear: both;
	}
	#secondary ul li {
		padding-bottom: 3px;
	}
	.imagecol, .productcol {
		width: 49%;
	}
	.tab_content td {
		width: 50%;
	}
	.tab_content table {
		width: 60%;
	}
	
}

@media screen and (max-width: 990px) {
	.product_grid_display .product_grid_item {
		width: 48% !important;
		max-width: 220px;
	}
	
	#single_product_page_container .widget-area {
		display: none;
	}
	.single_product_display .imagecol img.product_image {
		width: 100%;
	}
	.tab_content table {
		width: 100%;
		position: relative;
		height: 400px;
		border-right: 0px;
	}
	.tab_content td:nth-child(1) {
		position: absolute;
		left: 0;
		width: 100%;
	}
	.tab_content td:nth-child(2) {
		position: absolute;
		left: 0;
		top: 200px;
		width: 100%;
	}
	table.checkout_cart {
    width: 90%;
}

form.wpsc_checkout_forms table.table-1 {width:100%;}
form.wpsc_checkout_forms table.table-2 {width:100%;margin-left:0;float:left;}

	#fancy_notification {
    position: absolute;
	width: 80%;
    left: 5% !important;
	}
	#fancy_notification #fancy_notification_content {
		width: 90%;
	}
	#fancy_notification_content a {
		padding: 2em;
		font-size: 1.25em;
	}
}

@media screen and (max-width: 768px) {
	#tab_content_1 {
		height: 800px;
	}
	#tab_content_2 {
		height: 450px;
	}
	#tab_content_3 {
		height: 600px;
	}
	ul.tabs {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	ul.tabs li {
		display: block;
		float: left;
		width: 33%;
		clear: none;
		padding-right: 0;
		height: auto;
	}
	ul.tabs li a {
		width: 100%;
		font-size: 1em;
		padding: 8px;
	}
	.wpsc_quantity_update input {
    width: 60px;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    height: 60px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #CFC3B5;
	}
	.popup_absolute {
		display: block;
		position: static;
		float: left;
		width: 100%;
		text-align: center;
	}
	a.PopUp:hover span 
	{ 
    position: absolute; 
    top:2em; left:-100px; width:240px; 
	font-size: 1.2em;
	} 
	/* checkout page table */
	table.checkout_cart, table.checkout_cart thead, table.checkout_cart tbody, table.checkout_cart th, table.checkout_cart td, table.checkout_cart tr {  
		display: block; 
	}
	#checkout_page_container table.checkout_cart tr.header th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.checkout_cart tr.product_row td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 0%;
		padding-top: 40px;
		font-size: 1.1em;
	}
	table.checkout_cart tr.product_row td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px;
		padding-bottom: 15px; 
		white-space: nowrap;
		text-align: left;
	}
	/*
	Label the data
	*/
	table.checkout_cart tr.product_row td:nth-of-type(2):before { content: "Product:"; }
	table.checkout_cart tr.product_row td:nth-of-type(3):before { content: "Quantity:"; }
	table.checkout_cart tr.product_row td:nth-of-type(4):before { content: "Price:"; }
	table.checkout_cart tr.product_row td:nth-of-type(5):before { content: "Total inc GST:"; }
	table.checkout_cart tr.product_row td:nth-of-type(6):before { content: "Update:"; }
	
	#checkout_page_container table.checkout_cart td.firstcol {
		display: none;
	}
	
	table.checkout_cart form.adjustform.qty input[type="submit"], form.adjustform.remove input[type="submit"], .coupon_code input[type="submit"] {
		font-size: 1.2em;
		padding: 10px;
	}
	#checkout_page_container table.productcart tr.wpsc_change_country form input[type="submit"] {
    font-size: 1.2em;
    padding: 10px;
	}
	table.checkout_cart form.adjustform.qty input[type="text"] {
    height: 50px;
	width: 75px;
	background: #cccccc;
	font-size: 1.6em;
	}
	table.checkout_cart form input[type="text"] {
	padding: 10px;
	}
	#change_country {
		text-align: center;
	}
	#change_country select, #change_country input {
		margin-top: 5px;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.product_grid_display .product_grid_item {
		width: 100% !important;
		clear: both;
	}
	
	.imagecol, .productcol {
		width: 100%;
	}
		ul.tabs li {
		width: 100%;
		clear: both;
		height: 40px;
		font-size: 1.35em;
	}
	#tab_content_1 {
		height: 800px;
	}
	#tab_content_2 {
		height: 475px;
	}
	#tab_content_3 {
		height: 660px;
	}
	.tab_content {
    background-image: url("i/blq-assured-m.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}
}

@media screen and (max-width: 468px) {	
}


/* ## WooCommerce
--------------------------------------------- */

li.product {
	border: 1px solid #d8d8d8;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 4px;
}

.woocommerce span.onsale {
	width: 100%;
	height: 1.35em;
	min-height: 1.35em;
	min-width: 1em;
	display: block;
	clear: both;
	text-align: center;
	background-color: #b92234;
	color: #fff;
    padding: 0.1em;
    font-weight: 400;
    position: static;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    border-radius: 0;
    font-size: 1.125em;
    -webkit-font-smoothing: antialiased;
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
}

.woocommerce ul.products li.product .price {
    color: #8F97A3;
	font-size: 2rem;
	text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #aa272f;
	font-size: 3.8rem;
	font-size: 38px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
	text-decoration: none;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
	font-size: 4rem;
	text-decoration: none;
}

.woocommerce #container {
	width: 78%;
	float: right;
}

.single-product .woocommerce div.product p.price, .single-product .woocommerce div.product span.price {
	font-size: 4rem;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #aa272f;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #aa272f;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #871f26;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em;
    padding: 1em 0;
    text-align: center;
    background-color: yellow;
    color: #b92234;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}

#soliloquy-container-2879 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
font-size: 1.2em !important;
font-weight: 300 !important;
letter-spacing: 1px !important;
}

#soliloquy-container-2879 .soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    padding-bottom: 10px !important;
}

#soliloquy-container-2879 .soliloquy-container .soliloquy-next {
    display: block;
    width: 22px !important;
height: 47px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
    z-index: 1320;
background-position: -22px !important;
    background: url(arrows.png) no-repeat scroll 50% 50% !important;
}

#soliloquy-container-2879 .soliloquy-container .soliloquy-prev {
    display: block;
    width: 22px !important;
    height: 47px !important;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
    z-index: 1320;
    background: url(arrows.png) no-repeat scroll 50% 50% !important;
}
