/*
Theme Name: UAMOU 2014
Theme URI: http://uamou.com/
Author: Structure & Narrative
Author URI: http://www.structurenarrative.com
Description: from another planet
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: uamou
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.

UAMOU 2014 is based on Underscores http://underscores.me/, (C) 2012-2013 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/
*/

@font-face {
    font-family: 'undergroundRg';
    src: url('inc/underground-webfont.eot');
    src: url('inc/underground-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/underground-webfont.woff') format('woff'),
         url('inc/underground-webfont.ttf') format('truetype'),
         url('inc/underground-webfont.svg#undergroundRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =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-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;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #555;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}
body {
	font-family: Georgia, 'Kozuka Gothic Pro', 'Times New Roman', serif;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
hr {
	background-color: #d4d4d4;
	border: 0;
	height: 2px;
	margin: 19px 0;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 20px;
}
address {
	margin: 0 0 20px;
}
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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	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 #bbb;
	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 #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: 0;
}
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: 98%;
}

/* Links */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover,
a:focus,
a:active {
	color: 000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.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;
}


/* =Header
----------------------------------------------- */

.site-branding {
	margin: 20px 0 0;
	text-align: center;
}

.site-title > a {
	background-repeat: no-repeat; 
	display: block;
	margin: 0 auto;
	text-indent: -999em;
}

.site-description {
	display: none !important;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.main-navigation li {
	display: inline-block;
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.main-navigation .menu a {
	color: #000;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul {
	display: block;
}

header .home,
footer .home {
	display: none;
	/*float: left;*/
	margin: 0;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}

header .home > a,
footer .home > a {
	background: url(img/uamou-icon-sprites.svg) no-repeat -1500px -8px;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	width: 26px;
	height: 24px;
}

header .social,
footer .social {
  float: none;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

header .head_cart {
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;	
}

.social > a {
	background-image: url(img/uamou-icon-sprites.png);
	background-image: none, url(img/uamou-icon-sprites.svg);
	background-position: -10px -12px;
	background-repeat: no-repeat;
	clear: none;
	display: inline-block;
	margin: 0 0 -4px 0;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;	
	width: 26px;
	height: 22px;
}

	.social > a.home { background-position: -1500px -12px; }
	.social > a.twitter { background-position: -300px -12px; }
	.social > a.instagram { background-position: -590px -12px;}
	.social > a.flickr { background-position: -900px -12px;}
	.social > a.facebook { background-position: -1200px -12px;}

.head_cart > a.cart-contents:after {
	content: "";
	background: #000;
	background-image: url(img/uamou-icon-sprites.png);
	background-image: none, url(img/uamou-icon-sprites.svg);
	background-position: -1800px -14px;
	display: inline-block;
	height: 20px;
	width: 20px;
	  margin: -5px 0 0 10px;
  position: relative;
  top: 5px;
}


/* =Content
----------------------------------------------- */
#page {
	background: #fff;
	background: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 100%;	
}


.entry-header {
	margin: 0;
}

.entry-header h1 {
	font-size: 30px;
	line-height: 30px;
}

.entry-content {
	padding: 20px 0;
}

.entry-content h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
#content .entry-content h2 {
	color: #555;
	text-align: left;
	font-size: 26px;
	line-height: 30px;
	margin: 0;
}
.entry-content h3,
#shop-main h3 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.entry-content h4,
#shop-main h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.entry-content h5 {

}
.entry-content h6 {

}

	.page .entry-content {
		background: url(img/line.png) repeat-x;
	}

	.page .sub-entry {
		float: left;
		margin: 10px 10px 0;
	}
	
.thumb img {
	width: 100% !important;
}


.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Homepage Content
----------------------------------------------- */
.home h2,
.error404 h2,
#page footer h2,
#page > .copy,
#content h2 {
	color: #888;		
	display: block;
	text-align: center;
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 10px;
	margin: 6px 0 10px;
	text-transform: uppercase;
}

h2 span {
	background: #fff;
	display: inline-block;
	padding: 0 5px;
}

.home .features h1 {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 22px;
}

.home .features h1 > a {
	color: #fff;
}

.home article,
.blog article,
.error404 article,
.archive.category article {
	float: left;
	font-size: 13px;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.blog article,
.archive.category article {
	border-top: solid 2px #ddd;
	margin: 0;
	padding: 20px 10px;
	width: 100%;
}

.home article {
	  border-top: solid 2px #ddd;
	 	margin: 0 0 10px 0;
	padding: 20px 10px;
	width: 50%;
}
.home article:nth-child(-n+3) {
	border-top: none;
	padding-top: 0;
}

.news article {
	padding-bottom: 20px;
}

.home .news article:nth-child(6),
.home .news article:nth-child(7),
.home .shop article:nth-child(6),
.home .shop article:nth-child(7),
.error404 article:nth-child(6),
.error404 article:nth-child(7),
.home .woocommerce-page.columns-1 ul.products li.product:nth-child(5),
.home .woocommerce.columns-1 ul.products li.product:nth-child(5),
.home .woocommerce-page.columns-1 ul.products li.product:nth-child(6),
.home .woocommerce.columns-1 ul.products li.product:nth-child(6) {
	display: none;
}

.blog article:nth-child(-n+2),
.archive.category article:nth-child(-n+2) {
	border-top: none;
	padding-top: 0;
}

/* 2 col test */
.blog article:nth-child(-n+3),
.archive.category article:nth-child(-n+3) {
	border-top: none;
	padding-top: 0;
}

	.blog article,
	.error404 article,
	.archive.category article {
		padding: 10px;
		width: 50%;
	}
	
	.blog article,
	.archive.category article {
		border-top: solid 2px #ddd;
		margin: 0 0 10px;
		padding: 20px 10px;
		width: 50%;
	}
	
	.home .news h2 + article + article + article,
	.home .shop h2 + article + article + article {
		clear:left;
	}
/* end of test */


.post-type-archive-works #main h2 + article {
	border-top: none;
	padding-top: 6px;
}

.home article .thumb,
.blog article .thumb,
.error404 article .thumb,
.archive.category thumb  {
	margin: 0;
}

.home article h1,
.blog article h1,
.error404 article h1,
.archive.category article h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.home article .meta,
.home article .more,
.blog article .meta,
.blog article .more,
.error404 article .meta,
.error404 article .more,
.archive.category article .meta,
.archive.category article .more,
.post-type-archive-works .meta,
.post-type-archive-works .more  {
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.home article .more,
.blog article .more,
.archive.category article .more {
	position: absolute;
		bottom: 0;
}

.home article .meta,
.blog article .meta,
.error404 article .meta,
.archive.category article .meta {
	color: #888;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.home .news,
.home .shop,
.home .insta,
.home .features,
.page #primary,
.error404 .e404,
.error404 .news,
.error404 .shop,
.error404 .insta,
.blog #main,
.post-type-archive-works #main,
.archive.category #main {
	background: url(img/line.png) repeat-x;
	overflow: auto;
}

.error404 .e404 {
	padding-top: 20px;
  text-align: center;
}

.error404 .e404 img {
	max-width: 100%;
}

.home .news article h1,
.blog .news article h1,
.error404 .news article h1,
.category-archive article h1 {
	min-height: 40px;	
}

.home .insta article {
	width: 140px;
}

	.home .insta article .thumb {
		margin: 0;
	}

	
/* SINGLE NEWS CONTENT & BLOG INDEX */

.single-post #main,
.single-works #main {
	margin: 10px 0 0 0;
}


.single-post .bx-wrapper,
.single-works .bx-wrapper {
	border-bottom: solid 2px #ddd;
	margin: 0 0 20px !important;
	padding: 0 0 28px;
}

.single-post #main > article,
.single-works #main > article,
.post-type-archive-works #main > article {
	border-top: solid 2px #ddd;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	width: 100%;
}

.post-type-archive-works #main > article {
	padding: 20px 0;
}

	.single-post .entry-title,
	.single-works .entry-title,
	.blog.post-type-archive-works,
	.post-type-archive-works  {
		margin: 10px 0 0;
	}
	
.single-post #main main,
.single-works #main main {
	width: 100%;
}
	
.single-post #main aside,
.single-works #main aside {
	width: 100%;
}

.single-post .entry-meta,
.single-works .entry-meta,
.post-type-archive-works .entry-meta {
	margin: 10px 0;
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

ul.bxslider {
	margin: 0 0 20px 0px;
}
	
	
/* FOOTER */
#page footer {
	background: url(img/line.png) repeat-x;
	padding: 20px 0 0 0;
}

#page > .copy {
	background: url(img/line.png) repeat-x;
	padding: 6px 0 0;
}

#page > .copy > span {
	background: #fff;
	display: inline-block;
	padding: 0 5px;
}

	
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =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;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	border-top: #ddd 2px solid;
	clear: both;
	font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 20px 0 0 ;
	text-transform: uppercase;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0 0 8px;
	*zoom: 1;
}

.postslider .bx-wrapper {
	border-bottom: solid 2px #d4d4d4;
	padding: 0 0 38px;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url(img/bx_controls.svg) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(img/bx_controls.svg) no-repeat -32px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position:  0 -32px;
}

.bx-wrapper .bx-next:hover {
	background-position: -32px -32px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WooCommerce */

#ustore {
	overflow: auto;
	background: url(img/line.png) repeat-x;
	padding: 0 0 5px 0;
}

	#shop-top {
		overflow: auto;
	}
	
	#shop-main {
		overflow: auto;
		background: url(img/line.png) repeat-x;
		padding: 0;
	}

.woocommerce .shop-nav,
.page-template-page-terms .shop-nav {
	text-align: center;
}

	.woocommerce .shop-nav a,
	.woocommerce-cart .shop-nav a,
	.woocommerce-page .shop-nav a,
	.page-template-page-terms .shop-nav a {
		display: inline-block;
		padding: 0 20px;
	  margin-left: 0;
	   font-size: 16px;
	   font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
	   text-transform: uppercase;
	}
	
	.woocommerce .woocommerce-ordering, 
	.woocommerce .woocommerce-result-count {
	  	margin:5px 0;
	    width: 100%;
		text-align: center;
	}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.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,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
	clear: left;
 	float: left;
 	height: 100%;
 	overflow: hidden;
 	margin: 0 0 20px;
 	border: none;
 	border-top: solid 2px #ddd;
 	padding: 10px 10px;
 	width: 100%;
}

.woocommerce-page .upsells.products {
	clear: both;
}

/* this block testing double width on mobile */

.woocommerce ul.products li.product:nth-child(-n+2),
	.woocommerce-page ul.products li.product:nth-child(-n+2),
	.woocommerce .related ul li.product:nth-child(-n+2),
	.woocommerce .related ul.products li.product:nth-child(-n+2),
	.woocommerce .upsells.products ul li.product:nth-child(-n+2),
	.woocommerce .upsells.products ul.products li.product:nth-child(-n+2),
	.woocommerce-page .related ul li.product:nth-child(-n+2),
	.woocommerce-page .related ul.products li.product:nth-child(-n+2),
	.woocommerce-page .upsells.products ul li.product:nth-child(-n+2),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(-n+2),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(-n+2) {
		border-top: none;
		padding-top: 0;
	}
	
	/** WOOCOMMERCE **/
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.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,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
	.woocommerce-page.columns-1 ul.products li.product,
	.woocommerce.columns-1 ul.products li.product {
	 	clear: none;
	 	width: 50%;
	}
	
	.single-post .woocommerce ul.products li.product { /* single product linked to blog post */
		width: 220px;
	}
	
	.woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page ul.products li.product:nth-child(2n+1),
	.woocommerce .related ul li.product:nth-child(2n+1),
	.woocommerce .related ul.products li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-page .related ul li.product:nth-child(2n+1),
	.woocommerce-page .related ul.products li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	    width: 33.33%;
	    display: inline-block;
	}

/* end of test */



.single-post .woocommerce ul.products li.product { /* single product linked to blog post */
		padding: 10px 0;
}

	.woocommerce ul.products li.product h3 {
		font-size: 16px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.woocommerce ul.products li.product .price {
	  color: #000;
	  display: block;
	  font-weight: normal;
	  margin-bottom: 10px;
	  font-size: 100%;
	}
	
	.woocommerce ul.products li.product .description,
	.woocommerce .product .summary .description {
		font-weight: bold;
	}
	
	.woocommerce ul.products li.product .button {
		 margin: 10px 0 0 ;
		 
	}
	
	.woocommerce ul.products li.product .button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		 border: none;
		 color: #fff;
		 background: #000;
		 box-shadow: none;
		 border-radius: 0;
		 font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
		padding: 7px 10px 8px;
		 text-transform: uppercase;
	}
	
		.woocommerce ul.products li.product .button:hover,
		.woocommerce #respond input#submit.alt:hover,
		.woocommerce a.button.alt:hover,
		.woocommerce button.button.alt:hover,
		.woocommerce input.button.alt:hover,
		.woocommerce #respond input#submit:hover,
		.woocommerce a.button:hover,
		.woocommerce button.button:hover,
		.woocommerce input.button:hover,
		.woocommerce ul.products li.product .button:active,
		.woocommerce #respond input#submit.alt:active,
		.woocommerce a.button.alt:active,
		.woocommerce button.button.alt:active,
		.woocommerce input.button.alt:active,
		.woocommerce #respond input#submit:active,
		.woocommerce a.button:active,
		.woocommerce button.button:active,
		.woocommerce input.button:active,
		.woocommerce #respond input#submit.alt:active {
			background: #000;
			color: #fff;
		}
	
	.woocommerce a.added_to_cart {
		font-family: 'undergroundRg', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		padding: 10px 0 0 6px;
		white-space: nowrap;
		display: inline-block;
	}
	
	.woocommerce nav.woocommerce-pagination {
		border-top: 2px solid #ddd;
		padding: 20px 0 0 0;
	}
	
	
	
	.single-product.woocommerce #ustore > .product {
		padding: 20px 0 0 0;
		overflow: auto;
		background: url(img/line.png) repeat-x;
	}
	
	.woocommerce div.product div.summary {
		margin: 0;
	}
	
	.woocommerce div.product .product_title {
		color: #555;
		font-size: 26px;
		line-height: 26px;
		margin:  10px 0 10px 0;
	}
	
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		color: #000;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	
	a .description {
		color: #555;
	}
	
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
	  clear: right;
	  width: 48%;
	  float: right;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border-radius: 0;
	}
	
		.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
			  left: 0;
			  -webkit-border-bottom-right-radius: 0px;
			  -moz-border-bottom-right-radius: 0px;
			  border-bottom-right-radius: 0px;
			  border-width: 0;
			  box-shadow: none;
			}
			
		.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
		  right: 0;
		  -webkit-border-bottom-left-radius: 0px;
		  -moz-border-bottom-left-radius: 0px;
		  border-bottom-left-radius: 0px;
		  border-width: 0;
		  box-shadow: none;
		}
		
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-weight: normal;
		font-family:  'undergroundRg', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	
	.woocommerce .related, 
	.woocommerce .upsells.products, 
	.woocommerce-page .related, 
	.woocommerce-page .upsells.products,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-cart .woocommerce .cross-sells,
	.woocommerce-page .order-details-wrap,
	.woocommerce-page .customer_details_wrap {
		overflow: auto;
		background: url(img/line.png) repeat-x;
	}






/*　rev.2017.11.12 */


	.woocommerce .related, 
	.woocommerce-page .related {
		clear: both;
	}


	#content h2.woocommerce-loop-product__title {
	    font-size: 20px;
	    line-height: 20px;
	    margin: 0 0 10px 0;
	    text-align: left;
		color: #000;
	}
	
	
	/* cart stuff */
	
	.woocommerce table.shop_table {
		border-left: none;
		border-right: none;
		border-top: none;
		border-radius: 0px;
	}
	
	.woocommerce-checkout #payment {
		border-radius: 0;
	}
	
	.woocommerce #content div.product .woocommerce-tabs .panel h2 {
		text-transform: uppercase;
	}
	
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		margin-top: 20px !important;	
	}


	.woocommerce .woocommerce-error, 
	.woocommerce .woocommerce-info, 
	.woocommerce .woocommerce-message {
		font-family:  'undergroundRg', Helvetica, Arial, sans-serif;
		margin: 10px 0 0!important;
		text-transform: uppercase;
	}

	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells {
		width: 100%;
	}

	.woocommerce td.product-name dl.variation dt,
	.woocommerce div.product form.cart .variations label {
		font-weight: normal;
	}
	
	/* checkout */
	.checkout #customer_details {
		margin-bottom: 20px;
	}
	
	.woocommerce .order_details,
	.woocommerce-page .customer_details_wrap,
	.page.woocommerce-page .woocommerce .thankyou {
		margin-top: 20px;
	}
	
	.page .woocommerce form.checkout {
		margin-top: 20px;
	}
	

@media only screen and (min-width: 480px) {
	
	#page {
		padding: 0;
		width: 480px;
	}
	
	.main-navigation > ul {
		display: block;
		margin: 0;
		width: 100%;
	}
	
		header .social > a,
		footer .social > a {
			float: none;
		}
		
	/* page body */
	
	
	.home article,
	.blog article,
	.error404 article,
	.archive.category article {
		/*margin: 10px;*/
		width: 240px;
	}
	
	.blog article,
	.archive.category article {
		border-top: solid 2px #ddd;
		margin: 0 0 10px;
		padding: 20px 10px;
		width: 240px;
	}
	
	.home .news h2 + article + article + article,
	.home .shop h2 + article + article + article {
		clear:left;
	}
	
	.single-post #main > article,
	.single-works #main > article,
	.post-type-archive-works #main > article {
		width: 480px;
	}
	
	.post-type-archive-works #main > article { 
		padding: 20px 10px;
	}
	
	.single-post #main main,
	.single-works #main main {
		float: right;
	}
		
	.single-post #main aside,
	.single-works #main aside {
		float: left;
		margin: 0 0 0 10px;
		width: 220px;
	}
	
	.blog article:nth-child(2n+2),
	.error404 article:nth-child(2n+2),
	.archive.category article:nth-child(2n+2),
	#main .eStore-product:nth-child(2n+2) {
		clear: left;
	}
	
	.blog article:nth-child(-n+3),
	.archive.category article:nth-child(-n+3),
	#main .eStore-product:nth-child(-n+3) {
		border-top: none;
		padding-top: 0;
	}
	
	.woocommerce ul.products li.product:nth-child(-n+2),
	.woocommerce-page ul.products li.product:nth-child(-n+2),
	.woocommerce .related ul li.product:nth-child(-n+2),
	.woocommerce .related ul.products li.product:nth-child(-n+2),
	.woocommerce .upsells.products ul li.product:nth-child(-n+2),
	.woocommerce .upsells.products ul.products li.product:nth-child(-n+2),
	.woocommerce-page .related ul li.product:nth-child(-n+2),
	.woocommerce-page .related ul.products li.product:nth-child(-n+2),
	.woocommerce-page .upsells.products ul li.product:nth-child(-n+2),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(-n+2),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(-n+2) {
		border-top: none;
		padding-top: 0;
	}
	
	/** WOOCOMMERCE **/
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.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,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
	.woocommerce-page.columns-1 ul.products li.product,
	.woocommerce.columns-1 ul.products li.product {
	 	clear: none;
	 	width: 240px;
	}
	
	.single-post .woocommerce ul.products li.product { /* single product linked to blog post */
		width: 220px;
	}
	
	.woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page ul.products li.product:nth-child(2n+1),
	.woocommerce .related ul li.product:nth-child(2n+1),
	.woocommerce .related ul.products li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-page .related ul li.product:nth-child(2n+1),
	.woocommerce-page .related ul.products li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
		
	
	/*
		BXSLIDER
	*/
	.bx-wrapper {
		margin: 0 10px !important;
	}
	
	.single-post .bx-wrapper,
	.single-works .bx-wrapper {
		margin: 0 0 20px !important;
		padding: 0 10px 30px;
	}
	
	.bx-wrapper .bx-controls-direction a.bx-prev {
		margin: -16px 0 0 -10px;
	}

	.bx-wrapper .bx-controls-direction a.bx-next {
		margin: -16px -10px 0 0;
	}
	
		.single-post .bx-wrapper .bx-controls-direction a.bx-prev,
		.single-post .bx-wrapper .bx-controls-direction a.bx-next,
		.single-works .bx-wrapper .bx-controls-direction a.bx-prev,
		.single-works .bx-wrapper .bx-controls-direction a.bx-next {
			margin: -16px 0 0 0;
		}
	
} /* eo min 480px */


@media only screen and (min-width: 980px) {/* 960, but because scrollbars */
  	
	#page {
		width: 960px;	
	}
		/*
		header .home,
		footer .home {
		  display: block;
		  margin: -22px 0 0 0;
	  	}
	  	*/
	  	header .social,
	  	footer .social {
			margin: -22px 0 0 0;
			float: left;
			width: 144px;
		}
		
		header .head_cart {
			margin: -20px 0 0 0;
			  float: right;
			  padding: 0 0 0 10px;
			  text-align: right;
			  width: 220px;
		}
		
	  	/*
	  	header .social,
	  	footer .social {
			margin: -22px 0 0 0;
			float: right;
			width: 116px;
		}
		*/
	.main-navigation > ul {
		margin: 0 auto;
		width: 600px;
	}
	
		.main-navigation .menu a {
		  padding: 0 20px;
		}
		
	.home article {
	  border-top: none;
	  padding-top: 0;
	}	
		
	.woocommerce .woocommerce-ordering, 
	.woocommerce .woocommerce-result-count {
	  	margin: 0;
	    width: auto;
		text-align: right;
	}
		
	.woocommerce .shop-nav,
	.page-template-page-terms .shop-nav {
		text-align: left;
		float: left;
	}
		
	.woocommerce-page .shop-nav a:first-child,
	.page-template-page-terms .shop-nav a:first-child {
		padding-left: 10px;
	}
	
	/* HOME & NEWS */
	
	.home .news h2 + article + article + article,
	.home .shop h2 + article + article + article {
		clear:none;
	}
	
	.blog article:nth-child(2n+2),
	.error404 article:nth-child(2n+2),
	.archive.category article:nth-child(2n+2),
	#main .eStore-product:nth-child(2n+2) {
		clear: none;
	}
	
	.blog article:nth-child(4n+2),
	.error404 article:nth-child(4n+2),
	.archive.category article:nth-child(4n+2),
	#main .eStore-product:nth-child(4n+2) {
		clear: left;
	}
	
	.blog article:nth-child(-n+5),
	.archive.category article:nth-child(-n+5),
	#main .eStore-product:nth-child(-n+5) {
		border-top: none;
		padding-top: 0;
	}
	
	.woocommerce ul.products li.product:nth-child(-n+4),
	.woocommerce-page ul.products li.product:nth-child(-n+4),
	.woocommerce .related ul li.product:nth-child(-n+4),
	.woocommerce .related ul.products li.product:nth-child(-n+4),
	.woocommerce .upsells.products ul li.product:nth-child(-n+4),
	.woocommerce .upsells.products ul.products li.product:nth-child(-n+4),
	.woocommerce-page .related ul li.product:nth-child(-n+4),
	.woocommerce-page .related ul.products li.product:nth-child(-n+4),
	.woocommerce-page .upsells.products ul li.product:nth-child(-n+4),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(-n+4),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(-n+4) {
		border-top: none;
		padding-top: 0;
	}
	
	.post-type-archive-works #main article:nth-child(-n+3) {
		border-top: none;
		padding-top: 6px;
	}
	
	.post-type-archive-works #main article:nth-child(2n+2) {
		clear: left;
	}
	
	/** WooCommerce **/
	.woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page ul.products li.product:nth-child(2n+1),
	.woocommerce .related ul li.product:nth-child(2n+1),
	.woocommerce .related ul.products li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-page .related ul li.product:nth-child(2n+1),
	.woocommerce-page .related ul.products li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	
	.woocommerce ul.products li.product:nth-child(4n+1),
	.woocommerce-page ul.products li.product:nth-child(4n+1),
	.woocommerce .related ul li.product:nth-child(4n+1),
	.woocommerce .related ul.products li.product:nth-child(4n+1),
	.woocommerce .upsells.products ul li.product:nth-child(4n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(4n+1),
	.woocommerce-page .related ul li.product:nth-child(4n+1),
	.woocommerce-page .related ul.products li.product:nth-child(4n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(4n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(4n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(4n+1) {
		clear: both;
	}

	/* SINGLE */
	
	.single-post #main > article,
	.single-works #main > article {
		width: 960px;
	}
	
	.single-post #main main,
	.single-works #main main {
		padding: 0 100px 0 0px;
		width: 640px;
	}
		
	.single-post #main aside,
	.single-works #main aside {
		margin: 0 0 0 10px;
		width: 220px;
	}
	
	.page .entry-pic,
	.page .entry-content,
	.page .woocommerce table.cart,
	.page .woocommerce .cart-collaterals,
	.page .woocommerce .checkout,
	.page .woocommerce .failed,
	.page .woocommerce .thankyou,
	.page-template-page-terms .terms {
	  width: 960px;
	  margin: 0 auto;
	}
	
	.page.woocommerce-cart .entry-content {
		width: 100%;
	}
	
	.page .sub-entry {
		width: 460px;
	}
	
	
	/* BXSLIDER */	
	
	
}/* eo min 980px */


@media screen and (max-width: 980px) {
	.woocommerce-tabs {
		width: 100% !important;
	}
}/* eo max 980px */


@media only screen and (min-width: 1440px) {

	#page {
		width: 1440px;	
	}
	
	.home .news article:nth-child(6),
	.home .news article:nth-child(7),
	.home .shop article:nth-child(6),
	.home .shop article:nth-child(7),
	.error404 article:nth-child(6),
	.error404 article:nth-child(7),
	.home .woocommerce-page.columns-1 ul.products li.product:nth-child(5),
	.home .woocommerce.columns-1 ul.products li.product:nth-child(5),
	.home .woocommerce-page.columns-1 ul.products li.product:nth-child(6),
	.home .woocommerce.columns-1 ul.products li.product:nth-child(6) {
		display: block;
	}
	
	.blog article:nth-child(4n+2),
	.error404 article:nth-child(4n+2),
	.archive.category article:nth-child(4n+2),
	#main .eStore-product:nth-child(4n+2) {
		clear: none;
	}
	
	.blog article:nth-child(6n+2),
	.error404 article:nth-child(6n+2),
	.archive.category article:nth-child(6n+2),
	#main .eStore-product:nth-child(6n+2) {
		clear: left;
	}
	
	.blog article:nth-child(-n+7),
	.archive.category article:nth-child(-n+7),
	#main .eStore-product:nth-child(-n+7) {
		border-top: none;
		padding-top: 0;
	}
	
	.woocommerce ul.products li.product:nth-child(-n+6),
	.woocommerce-page ul.products li.product:nth-child(-n+6),
	.woocommerce .related ul li.product:nth-child(-n+6),
	.woocommerce .related ul.products li.product:nth-child(-n+6),
	.woocommerce .upsells.products ul li.product:nth-child(-n+6),
	.woocommerce .upsells.products ul.products li.product:nth-child(-n+6),
	.woocommerce-page .related ul li.product:nth-child(-n+6),
	.woocommerce-page .related ul.products li.product:nth-child(-n+6),
	.woocommerce-page .upsells.products ul li.product:nth-child(-n+6),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(-n+6),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(-n+6) {
		border-top: none;
		padding-top: 0;
	}
	
	.post-type-archive-works #main article:nth-child(2n+2) {
		clear: none;
	}
	
	.post-type-archive-works #main article:nth-child(-n+4) {
		border-top: none;
		padding-top: 6px;
	}
	
	.post-type-archive-works #main article:nth-child(3n+2) {
		clear: left;
	}
	
	.single-post #main > article,
	.single-works #main > article {
		width: 100%;
	}
	
	.single-post .bx-wrapper,
	.single-works .bx-wrapper {
		margin: 0 auto 20px !important;
		width: 960px;
	}
	
	.single article .txt {
		width: 960px;
		margin: 0 auto;
	}
	
	/** WooCommerce **/
		
	.woocommerce ul.products li.product:nth-child(4n+1),
	.woocommerce-page ul.products li.product:nth-child(4n+1),
	.woocommerce .related ul li.product:nth-child(4n+1),
	.woocommerce .related ul.products li.product:nth-child(4n+1),
	.woocommerce .upsells.products ul li.product:nth-child(4n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(4n+1),
	.woocommerce-page .related ul li.product:nth-child(4n+1),
	.woocommerce-page .related ul.products li.product:nth-child(4n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(4n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(4n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(4n+1) {
		clear: none;
	}
	
	.woocommerce ul.products li.product:nth-child(6n+1),
	.woocommerce-page ul.products li.product:nth-child(6n+1),
	.woocommerce .related ul li.product:nth-child(6n+1),
	.woocommerce .related ul.products li.product:nth-child(6n+1),
	.woocommerce .upsells.products ul li.product:nth-child(6n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(6n+1),
	.woocommerce-page .related ul li.product:nth-child(6n+1),
	.woocommerce-page .related ul.products li.product:nth-child(6n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(6n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(6n+1),
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(6n+1) {
		clear: both;
	}
}