/*
Theme Name:  MONTBLANC WooCommerce Theme [Japanese]
Theme URI: http://wooseum.com
Version: 1.32
Author: wooseum.com
Author URI: http://wooseum.com
Tags: WooCommerce, 2 column, simple, shop

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
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
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Resets
--------------------------------------------------------------*/
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; /* Fallback for when there is no custom background color defined. */
}

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;
}

/*--------------------------------------------------------------
1.5 Layout
--------------------------------------------------------------*/

#masthead,
#contentwrapper,
#colophon,
.sitewidth {
	width: 96%;
	max-width: 1330px;
	margin: 0 auto;
}

#contentwrapper { padding-bottom: 18px;}

#masthead {
	padding: 70px 0 10px 0;
	display: table;
}
#header-serch,
.site-branding,
#cart-navigation {
	display: table-cell;
	vertical-align: bottom;
	width: 33%;
	padding-bottom: 15px;
	}

.site-branding {
	text-align: center;
	padding-bottom: 0;
}

#header-serch {width: 400px;}
#cart-navigation {
	text-align: right;
}

#titlebar {
	margin: 0 0 30px 0;
	padding: 50px 0 50px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	}
	.categoryheaderimg {
 
	}
	.categoryheaderimg img {
		width: 100%;
		object-fit: cover;
		}
		
		
	.entryheaderimg {
		overflow: hidden;
		
		}
	.entryheaderimg img {
		width: 100%;
		height: 400px;
		object-fit: cover; 
		
		
		}
	.single-post #contentwrapper {
		margin-top: 50px;
		}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}

button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}




#header-serch form,
.widget_product_search form {
	position: relative;
}
#header-serch form input[type="search"],
.widget_product_search form  input[type="search"] {
	width: 230px;  
    height: 20px;  
    border: 1px solid #e3e3e3;  
    padding: 2px 2px 2px 2px;
}
#header-serch form button,
.widget_product_search form button {
	position: absolute;  
    top: 2px;  
    left: 215px;
    width: 26px;
    height: 26px;
    
}

#header-serch form button:after,
.widget_product_search form button:after {
    content: "\f21f";
    font-family: "Ionicons";
    font-size: 2rem;
    color: #6a6a6a;

}


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

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: 600;
}


.site-title {
	font-size: 2.5em;
	line-height: 1;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 30px 0 0 0;
	font-weight: bold;
    font-family: 'Montserrat', sans-serif;
	}
	.site-title a { color: #333 !important; text-decoration: none !important; }
	.site-description {
		letter-spacing: 0px;
		margin: 0;
		font-size: 12px !important;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		font-weight: bold;
	}

	.site-logo img {
		max-width: 300px;
		max-height: 150px;
		height: auto;
	}

#titlebar h1.page-title {
	font-size: 1.5em;
	line-height: 1.1;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	}
.entry-content h2 {
	font-size: 1.4rem;
	margin: 40px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.woocommerce-page .site-content h2,
.front-page h2,
.news h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

}
.front-page h2,
.news h2 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 20px;
	}
	.front-page h2 span,
	.news h2 span {
			border-bottom: 2px solid #333;
			padding-bottom: 15px;
		
}

.front-page .welcome {
	max-width: 990px;
	font-size: 1.1em;
	padding: 30px 0;
	margin: 0 auto;
	}


.menu-container .menu {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	}
	.menu ul.sub-menu > li ul.sub-menu > li {
		font-weight: normal;
		}

.menu-container .menu > ul > li > ul > li {
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	text-transform: uppercase;
	}
.menu-container .menu > ul > li > ul > li > ul > li {
	text-transform: none;
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	}
	



.widget-title {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
}
.front-page .news p { line-height: 1.5;}


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;
}

p.form-allowed-tags,
p.form-allowed-tags code {
	font-size: 1rem;
	color: #999;
}

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

mark,
ins {text-decoration: none;}
mark {
	background:none;
	border-bottom: 3px double #ccc;
}

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%;
}

/*--------------------------------------------------------------
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;
	}
	article img { max-width: 100%;}

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"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

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: #333;
}

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%;
}
.shipping-calculator-form select {
	font-size: 1.5em;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	padding-bottom: 20px !important;
	}
#ship-to-different-address {
	clear: both;
	padding: 20px 0;
	}

#pay_with_amazon {
	margin: 15px !important;
	}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/* Account and Cart menu */
#cart-navigation ul {
	margin: 0;
	list-style: none;
}
#cart-navigation a  {
	text-decoration: none;
	color: #666;
}
#cart-navigation a.button {
	background: #eee;
}

#cart-navigation ul li i {
	font-size: 24px;
	color: #666;
	position: relative;
	}

	.cartis0 i.fa { color: rgba(110, 110, 110, 0.4); }
	i.fa-user {font-size: 18px;}
	i span {
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		position: absolute;
		right:-6px;
		top: 4px;
		line-height: 20px;

	
	  padding: 0 4px;
	  border-radius: 4px;
	  color: #fff !important;
	  font-size: 10px;
	  font-family: "Arial","Helvetica",sans-serif;
	  font-weight: bold;
	  line-height: 15px;
	  text-align: center;
	}


#cart-navigation ul li {
	display: inline-block;
	padding: 0px 0 0 20px;
	}
	}
	#cart-navigation ul li.login {
		font-size: 11px;
	  font-family: 'Montserrat', sans-serif;
	  letter-spacing: 1px;
	  font-weight: 600;
		text-transform: uppercase;
		}
		#cart-navigation ul li .widget_shopping_cart_content li {
			float: none;
			display: block;
			padding: 10px 0;
			}

	.view-cart {
		position: relative;
		}
/*
	.widget_shopping_cart {
			position: absolute;
			top: 35px;
			right: 999em;
			z-index: 99999;
			width: 280px;
			font-size: 0.8em;
			background: #fff;
			border: 1px solid #ddd;
		}
		.widget_shopping_cart_content {
			padding: 10px 20px 0 20px;
		}

	.view-cart:hover .widget_shopping_cart {
			right: 0em;
			}
*/

/* Small menu */
.menu-toggle {
	display: none;

	position: absolute;
	top: 25px;
	left: 5px;

	width: 40px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	}
	.menu-toggle:before {
    color: #666;
    content: "\2261";
    font-size: 3em;
    line-height: 1;
    margin: 0 0 0 8px;
    text-shadow: none;

    }


.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%;
}


/*--------------------------------------------------------------
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,
.header-container:before,
.header-container: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,
.header-container:before,
.header-container:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
	border-top: 2px solid #555;
	padding: 10px 0 0 0;
}
.widget-title {
	margin: 0 0 10px 0;
}

ul.product-categories {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul.product-categories li a {
		display: block;
		padding: 12px 5px;
		border-top: 1px solid #eee;
		}
		ul.product-categories li.cat-parent a { padding-bottom: 4px; }
		ul.product-categories ul.children li a { border-top: none; padding: 8px 5px; }
	
	ul.product-categories ul { list-style: none; }
	ul.product-categories li { position: relative; }
	
	ul.product-categories ul.children li:before {	
		content: "\f462";
		font-family: "Ionicons";
		color: @secondarytext;
		display:block;
		position:absolute;
		top: 0.8em;
		left: -0.6em;
		
		}
	

.widget_categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	.widget_categories ul li a {
		display: block;
		padding: 5px 5px 0 22px;
	}
	.widget_categories ul li { position: relative;}
	.widget_categories ul li:before {
		
		content: "\f38a";
		font-family: "Ionicons";
		color: @secondarytext;
		display:block;
		position:absolute;
		top: 0.5em;
		left: 0.3em;
		
		}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


.widget .product-title,
.widget .product-categories li {
		font-size: 12px;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		font-weight: 600;
		text-transform: uppercase;
	}

	

	/* Tagcloud widget */
#secondary .tagcloud a {
	background:#2d2d2d url("css/texture.png");
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
	display: inline-block;
	margin: 0 2px 4px 0;
	line-height: 1;
	}

	#secondary .tagcloud a:hover {
		background-color: #f1f1f1;
		color: #333;
	}

	.widget_recent_entries ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0.9em;
		}
		.widget_recent_entries ul li a {
			padding: 3px 0px 3px 18px;
			display: block;
			position: relative;
		}
		.widget_recent_entries ul li a:before {
			font-family: "Ionicons";
			content: "\f363";
			display:block;
			position: absolute;
			top: 0.3em;
			left: 0.3em;
			color: #333;
			}
			.widget_recent_entries ul li a:hover:before {
				left: 0.5em;
				color: #999;
				-webkit-transition: all ease-in-out .2s;
				-moz-transition: all ease-in-out .2s;
				-o-transition: all ease-in-out .2s;
				transition: all ease-in-out .2s;

			}


/*--------------------------------------------------------------
10.0 Content Toppage
--------------------------------------------------------------*/

.topbanner {
	margin: 0 0 40px 0;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

.tagline-container {
	color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    white-space: initial;
    }
    .slickslider a {
	    color: #fff !important;
	    }
		.tagline-container h2 {
			font-size: 3em;
			}
		.tagline-container p {
			font-size: 1.1em;
			margin: 0;
			}
.slider-container {
	overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 77.35%;
    flex: 1 77.35%;
	}
	.slider-container img { width: 100%;}
.featured-container {
	-webkit-box-flex: 1;
    -ms-flex: 1 22.65%;
    flex: 1 22.65%;
	}
	.featured-container img {
		width: 100%;
		display: block;
		
		}
		.featured-container a:hover img {
			opacity: 0.9;
			}

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

.topbanner {
 flex-direction: column;
 }
.featured-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
	.featured-container .featured01,
	.featured-container .featured02 {
		-webkit-box-flex: 1;
		-ms-flex: 1 50%;
		flex: 1 50%;

	}
.slider-container .slick-slide  { 
	    overflow: hidden;
    width: 100%;
    height: 430px;
 }
.slider-container img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
   } 
    
}
		

.front-page section {
	padding: 50px 0 0 0;
}


.news {
	background: rgba(0, 0, 0, 0.03);
	padding: 40px 0;
	}
.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.news ul h3 {
		font-weight: normal;
		font-size: 1em;
	}
	.news ul time {
		color: #999;
		margin-bottom: 1.5em;
	  font-size: 0.8em;
		}
	.news ul li {
		width: 31%;
		margin: 0 3.5% 0 0;
		float: left;
	}
	.news ul li:nth-child(3) { margin: 0;}

	.news ul li img {
		display: block;
		width: 100%;
		vertical-align: bottom;
		margin: 10px 0;
	}
	.news ul li a {
		text-decoration: none;
		color: #333;
	}


.featuredcat-content {
	padding: 0 0 50px 0 !important;
	}
	
.categoryphoto {
	zoom: 1;
    min-height: 600px;
    position: relative;
    margin-bottom: 20px;
    background-position: center top;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover, 150%;
    }
	.categoryphoto img {
	}
@media screen and (max-width: 999px) {
	.categoryphoto {
		background-attachment: scroll !important;
	}
	}



.categoryphoto hgroup.tagline {
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	}
	.categoryphoto hgroup.tagline h1 {
		letter-spacing: 1px;
		line-height: 1.2;
		font-size: 3em;
	}
	.categoryphoto hgroup.tagline p {
		font-weight: normal;
		font-size: 1.5em;
		letter-spacing: 2px;
		
	}
	.categoryphoto hgroup.tagline a {
		margin-top: 20px;
		display: inline-block;
		border-radius: 2px;
		padding: 10px 25px;
		letter-spacing: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		.categoryphoto hgroup.tagline a:hover {
			background: #fff;
			color: #333 !important;
			}
	
	.categoryphoto hgroup.tagline.white { color: #fff;}
	.categoryphoto hgroup.tagline.white a { color: #fff; border: 1px solid #fff; }
	.categoryphoto hgroup.tagline.black { color: #222;}
	.categoryphoto hgroup.tagline.black a { color: #222; border: 1px solid #222; }

@media screen and (max-width: 480px) {
	.categoryphoto hgroup.tagline h1 {
		font-size: 2em;
	}
	.categoryphoto hgroup.tagline p {
		font-size: 1em;
		
	}
	.categoryphoto hgroup.tagline a {
		margin-top: 10px;
		padding: 5px 15px;
		}
		}
		
.featuredcat .woocommerce ul.products { padding-bottom: 0 !important; }



.viewall.button { text-align: center; }
.viewall.button a {
	font-size: 0.9em;
	border: 1px solid #222;
	display: inline-block;
	border-radius: 2px;
	padding: 10px 25px;
	letter-spacing: 2px;
	color: #333;
	text-decoration: none;
	}


/*--------------------------------------------------------------
10.0 Product Pages
--------------------------------------------------------------*/
	

.single-product #main {
	padding: 30px 0 0 0;
}


.single-product #primary,
.woocommerce-page #primary {
  float: none;
  width: 100%;
}

.single-product h1.product_title {
	font-size: 1.6em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

}
.single-product .entry-summary { margin: 0;}




/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.blog article.hentry {
	padding: 0 0 50px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ececec;
	}
.taxonomy-description {
	margin: 0 0 50px 0;
	font-style: italic;
	}
.entry-header {
	border-bottom: 2px solid #333;
	padding: 0 0 10px 0;
	margin-bottom: 30px;
	}
h1.entry-title {
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	
	}
	h1.entry-title a,
	.entry-meta a {
		color: #333;
		text-decoration: none;
	}
.entry-meta {
	line-height: 1.8;
	font-size: 0.8em;
	text-align: right;
	margin-top: -1.8em;
	}
	.entry-meta a { color: #999 !important; }
.entry-footer {
	font-size: 0.7em;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}
	.entry-footer span { padding: 0 2em 0 0; }
	.entry-footer a {
		text-decoration: none;
	}
	.edit-link { display: none;}

#comments h2,
#comments h3 {
	font-size: 1em;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	}
	#comments h3 { font-size: 0.9em; }
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-navigation {
	padding: 0px 0 0 0;
}
.nav-links {
	font-size: 0.8em;
	line-height: 1;
	margin: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 2px solid #333;
	padding: 15px 0 0 0;
	}
	.nav-links a {
		color: #333;
		text-decoration: none;
	}
/*--------------------------------------------------------------
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 {
	display: block;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	.comment-list li.comment {
	padding: 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;

	}
	.comment-body {
	position: relative;
	padding: 0 0 0 80px;
	}

	img.avatar {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		float: left;
	}
	.comment-metadata a {
		text-decoration: none;
	}
	.comment-metadata a time {
		font-size: 0.8em;
		color: #999;

	}
	a.comment-edit-link {
		font-size: 0.8em;
		background: #f00;
		color: #fff;
		margin: 0 0 0 10px;
		padding: 1px 5px;
	}

	a.comment-reply-link {
		font-family: Georgia, serif;

	}



/*--------------------------------------------------------------
10.4 404 Page
--------------------------------------------------------------*/

.error404 .error-404 {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	}
	.error404 .error-404 .entry-header {
		border-bottom: none;
		margin: 0;
		}
		

	.error-content {
		background: rgba(255, 255, 255, 0.8);
		margin: 0 0 30px 0;
		padding: 0px 30px;
		}
		.error-content .search-field {
			padding: 15px !important;
			width: 97% !important;
			margin: 20px 0 20px 0;
		}
		.error-content .search-submit {
			margin: 0;
			display: block;
			width: 99%;
			padding: 20px 0 !important;
			margin: 0 auto;
			background: #333;
			color: #fff;
		}


/*--------------------------------------------------------------
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 {
	display: block;
}

/*--------------------------------------------------------------
12.1 Footer
--------------------------------------------------------------*/
#instafooter {
	width: 100%;
	overflow: hidden;
	}
#instafooter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
	border: none;
	}
	#instafooter ul li {
		display: table-cell;
		border: none;
		}
	#instafooter ul img {
		vertical-align: bottom;
		width: 100%;
		}
#instafooter .clear {display: none; }

.site-footer {
	padding: 30px 0;
	background-color: rgba(0, 0, 0, 0.9);
	border-top: rgba(190, 190, 190, 0.8);
	color: rgba(190, 190, 190, 0.8);
	text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.footer-navigation li {
	display: inline-block;
	font-size: 12px;

}

.footer-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 15px;
	color: #999 !important;
	}


.site-info {
	color: #666 !important;
	font-size: 10px;
	font-family: Georgia, serif;
	padding: 30px 0;
	}
	.site-info a {
		font-style: italic;
		color: #666 !important;
	}
