/*
Theme Name: wp_hatanamiso
Theme URI: http://www.hatanamiso.com/
Author: Rio-akiyama(Plus Life Studio)
Author URI: http://plus-life.me
Description: Description
Version: 1.0.0
Text Domain: wp_hatanamiso
Tags:
ve

*/

/*
color
Main Text ::: #fff
Dark Text ::: #333
Link Text ::: #cf2c2c
Head Text ::: #b29c73

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Index Content
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

body:not(.renew) .head-navigation,
#mobile-nav-section{
	display:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(255,255,255,0.4);
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #eeeeee;
	font-family: serif;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#b29c73;
}

h1.entry-title{
	padding:10px 0;
	border-bottom:1px #b29c73 solid;
	}
h1.area-title{
	position:relative;
	overflow:hidden;
	}
h1.area-title::after{
	display:block;
	content:"";
	border-bottom:1px #b29c73 solid;
	}
#index-content h2{
	font-size:36px;
	font-size:3.6rem;
	color:#b29c73;
	}
index-content h2 p{
	margin:0 0;
	}
#index-content h2 p.subcopy{
	font-size:12px;
	font-size:1.2rem;
	}
.item-list h2,	
.recipe-list h2,
.blog-list h2{
	margin:0;
	padding:1.2rem 0 0;
	font-size:14px;
	font-size:1.4rem;
	}
.site-title{
	position:absolute;
	left:90px;
	top:10px;
	width:120px;
	height:120px;
	z-index:100;
	}
.site-title img.logo.min{
	display:none;
	position:fixed;
	top:15px;
	left:60px;
	width:180px;
	height:46px;
	}
p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.fl{
	float:left;
	margin:0 10px 10px 0;
	}
.fr{
	float:right;
	margin:0 0 10px 10px;
	}



html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #030000; /* Old browsers */
	background: -moz-linear-gradient(#030000 0%, #2c2c2c 50%, #030000 100%);
	background: -webkit-linear-gradient(#030000 0%, #2c2c2c 50%, #030000 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#030000), color-stop(0.5, #2c2c2c), to(#030000));
	background: -o-linear-gradient(#030000 0%, #2c2c2c 50%, #030000 100%);
	background: linear-gradient(#030000 0%, #2c2c2c 50%, #030000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030000', endColorstr='#030000',GradientType=0 );
}

header#masthead{
	position:fixed;
	top:0;
	margin-top:0;
	height:70px;
	width:100%;
	z-index:5;	
	}
div.site-branding{
	overflow:hidden;
	}
p.site-description{
	display:none;
	}
.fixed {
      position: fixed;
      top: 0;
	   width: 100%;
      z-index: 1;
    }

footer{
	bottom:0;
	padding:10px 0;
	width:100%;
	text-align:center;
	background:rgba(51,51,51,0.7);
	z-index:1;
	}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.pbox{
	position:relative;
	overflow:hidden;
	}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
	font-size: 12px;
	font-size: 0.75rem;
	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="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 {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
	
.main-navigation a{
	color:#000;
	}
#head-navigation a{
	color:#fff;
	border:none;
	text-decoration:none;
	}

.menu-main-menu-container a {
	position:absolute;
	top:0;
	left:0;
	padding:20px;
	width:100%;
	height:100%;
	text-decoration: none;
	overflow:hidden;
	transition:background 0.5s ease-in-out;
}
.main-navigation a::after{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	transition: 0.5s;
}
.main-navigation a:hover::after{
	width: 220px;
	height: 220px;
	margin: -110px 0 0 -110px;
	}	


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#head-navigation{
	position:fixed;
	width:100%;
	height:70px;
	background:rgba(51,51,51,0.8);
	z-index:2;
}

.main-navigation {
	clear: both;
	position:absolute;
	top:0;
	left:50px;
	width:200px;
	color:#000000;
	background:rgba(255,255,255,0.8);
	overflow:hidden;
	z-index:10;
}

div.scroll{
	position:relative;
	overflow:hidden;
	}

.menu-main-menu-container ul {
	display: none;
	list-style: none;
	margin: 160px 0 0;
	padding-left: 0;
	border-top:#9f9f9f 1px solid;
}

.menu-main-menu-container li {
	position: relative;
	padding:20px 10px;
	height:60px;
	text-align:center;
	border-bottom:#9f9f9f 1px solid;
}



.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


@media screen and (min-width: 768px) {
	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navigation-recipes,.navigation-news{
	position:relative;
	padding:10px;
	width:200px;
	overflow:hidden;
	}

article.recipe-index{
	position:relative;
	overflow:hidden;
	}
article.recipe-index figure.recipe-thumbnail{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:50px;
	height:50px;
	}
article.recipe-index figure.recipe-thumbnail img{
	width:auto;
	height:100%;
	}
ul#recipe-step div.recipe-detail.photo{
	width:320px;
	}
ul#recipe-step div.recipe-detail.photo img{
	width:320px;
	height:auto;
	}
	
	
p.post-link{
	position:relative;
	margin:0 0 5px;
	overflow:hidden;
	}

@media screen and (min-width: 768px) {
	.flex{
		display:flex;
	}
	.temaemiso-material figure{
		width:33%;
		justify-content: space-between;
	}
	.kit-description{
		width:100%;
	}	
	.kit-info{
		width:50%;
		justify-content: space-between;
	}
	
	.temaemiso-copy{
	top:80px;
	left:0;
	font-size:26px;
	font-size:3.6rem;
	transform:rotateZ(-10deg);
}
}

.temaemiso-copy{
	position:absolute;
	top:10px;
	left:10px;
	}
h1.temaemiso > span{
	font-size:12px;
	font-size:1.2rem;
}
.temaemiso-main-image{
	position:relative;
}

.kit-info ul{
	margin:0;
	padding:0 0 0 30px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
#maximagesp{
		display:none;
		}


/* 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
h2.widget-title{
	padding:2px 10px;
	background:#444;
	}
div#secondary.widget-area{
	clear:both;
	padding:20px 0;
	border-top:1px #666 solid;
	overflow:hidden;
	}

div#secondary.widget-area aside{
	float:left;
	margin:0 2% 0 0;
	width:32%;
	overflow:hidden;
	}
div#secondary.widget-area aside:nth-child(3n){
	margin:0 0 0 0;
	}
@media screen and (max-width: 1150px) and (min-width: 797px){
	
	div#secondary.widget-area aside{
		margin:0 0 0 0;
		width:49%
	}
	div#secondary.widget-area aside:nth-child(2n-1){
		margin:0 2% 0 0;
	}
}
@media screen and (max-width: 796px){
#maximagesp{
		display:inherit;
		}
	
	div#author,
	div#comments,
	div#secondary.widget-area aside{
		margin:0 0 20px;
		width:100%;
		max-width:none;
	}
}

#wp-calendar{
	border:1px solid #444;
	}
#wp-calendar td{
	position:relative;
	text-align:center;
	border:1px solid #444;
	}
#wp-calendar th{
	background:#666;
	border:1px solid #444;
	}
#wp-calendar td > a{
	display:block;
	width:100%;
	height:100%;
	}
/*--------------------------------------------------------------
# Index Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content{
	position:relative;
	padding:90px 60px 0 270px;
	width:100%;
	min-width:768px;
	overflow:hidden;
	}
#content::after{
	display:block;
	content:'';
	height:50px;
	}
.btn-detail{
	display:inline;
	padding:5px 15px;
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	color:#cf2c2c;
	background:none;
	border:1px #cf2c2c solid;
	transition:background 0.5s ease-in-out;
	}
.btn-detail[status="on"],.btn-detail:hover{
	color:#fff;
	background:#cf2c2c;
	}
.btn-detail a,.btn-detail a:{
	color:#cf2c2c;
	text-decoration:none;
	}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

div#index-content{
	overflow:hidden;
	}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
@media screen and (max-width: 796px){
.entry-content > div{
	float:none;
	margin:0;
	width:100%;
	}

}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Index Page / Front Page*/

.slide-img h2{
	margin:300px 0 0 300px;
	}
.index-link{
	margin:0 0 0 300px;
	}

/* add-content-body */
div#add-content figure{
	}

/* Partner Page */
#partner-img.main,
#shop-img.main{
	float:left;
	margin:0 20px 20px 0;
	width:100%;
	max-width:440px;
	min-width:320px;
	height:300px;
	text-align:center;
	overflow:hidden;
	}
#partner-img.main img,
#shop-img.main img{
	width:100%;
	height:auto;
	}
figure.partner-lists,
figure.shop-lists{
	position:relative;
	margin:0;
	padding:0 0 15px;
	overflow:hidden;
	}
figure.partner-lists::after,
figure.shop-lists::after{
	position:absolute;
	content:"";
	margin:0;
	top:50%;
	left:50%;
	width:0;
	height:0;
	border-radius:1000px;
	transition:0.5s;
	}
figure.partner-lists:hover a,
figure.shop-lists:hover a{
	z-index:1;
	}
figure.partner-lists:hover::after,
figure.shop-lists:hover::after{
	margin:-500px 0 0 -2500px;
	width:5000px;
	height:1000px;
	background:rgba(255,255,255,0.1);
	}
figure.partner-lists figcaption,
figure.shop-lists figcaption{
	margin:20px 0 0;
	min-width:320px;
	overflow:hidden;
	}
figure.partner-lists div.partner-img,
figure.shop-lists div.shop-img{
	margin:0 20px 0 0;
	width:100%;
	max-width:440px;
	min-width:320px;
	overflow:hidden;
	}
figure.partner-lists div.partner-img > img,
figure.shop-lists div.shop-img > img{
	width:100%;
	height:auto;
	}
div#partner-map{
	width:440px;
	overflow:hidden;
	}

.partner-description,
.shop-description{
	clear:both;
	}
dl.partner-info,
dl.shop-info{
	display:block;
	width:100%;
	overflow:hidden;
	}
dl.partner-info dt,
dl.shop-info dt{
	float:left;
	width:100px;
	margin:0 10px 0 0;
	padding:5px 20px;
	}
dl.partner-info dd,
dl.shop-info dd{
	width:340px;
	margin:0;
	padding:5px 20px;
	}
dl.partner-info dt.address,
dl.shop-info dt.address{
	clear:both;
	}
dl.partner-info dd.address,
dl.shop-info dd.address{
	width:100%;
	}

div.partner-detail.excerpt,
div.shop-detail.excerpt{
	clear:both;
	}
table.partner.other tbody{
	display:block;
	position:relative;
	margin:0;
	border-bottom:1px #fff solid;
	overflow:hidden;
	}
table.partner.other tbody:last-child{
	border:none;
	}
table.partner.other tbody td{
	padding:5px;
	}
table.partner.other tbody td.title{
	width:300px;
	}
table.partner.other tbody td.heading{
	width:100px;
	}

#shop-map{
	max-width:440px;
	overflow:hidden;
	}

/* Items Page */
div.items,
div.recipes,
div.blog{
	position:relative;
	float:left;
	display:block;
	margin:0 20px 20px 0;
	width:220px;
	height:220px;
	overflow:hidden;
	}

div.items div.item-list,
div.recipes div.recipe-list,
div.blog div.blog-list{
	position:absolute;
	top:130px;
	padding:10px;
	width:220px;
	height:220px;
	font-size:14px;
	font-size:1.4rem;
	color:#333;
	text-align:center;
	background:rgba(255,255,255,0.8);
	transition:top 0.5s ease-in-out;
	z-index:2;
	}
div.items div.item-list:hover,
div.recipes div.recipe-list:hover,
div.blog div.blog-list:hover{
	top:0;
	}
div.items div.item-list header,
div.recipes div.recipe-list header,
div.blog div.blog-list header{
	position:relative;
	}
div.items p,
div.recipes p,
div.blog p{
	margin:0;
	}
div.items p.item-copy,
div.recipes p.update,
div.blog p.update{
	position:absolute;
	top:0;
	width:200px;
	text-align:center;
	font-size:8px;
	font-size:0.8rem;
	}

div.items .entry-meta,
div.recipe-list p.taxonomy,
div.blog-list p.taxonomy{
	position:absolute;
	top:55px;
	width:200px;
	}

div.items div.item-list .btn-detail,
div.recipes div.recipe-list .btn-detail,
div.blog div.blog-list .btn-detail{
	position:absolute;
	top:100px;
	left:60px;
	right:60px;
	}


div.items img.bg-img{
	position:absolute;
	top:0;
	left:-40%;
	width:auto;
	height:100%;
	max-width:none;
	z-index:-3;
	}

figure.item-image{
	float:left;
	margin:0 20px 0 0;
	width:300px;
	height:300px;
	}
figure.item-image img{
	width:auto;
	height:100%;
	}
#add-cart{
	clear:both;
	margin:20px 0;
	}


/* Access Page */
#access-map{
	float:left;
	margin:0 20px 0 0;
	width:480px;
	}
.access-detail{
	margin:0 0 0 500px;
	width:400px;
	}
.access-detail dt{
	float:left;
	margin:0 0 10px;
	width:20%;
	}
.access-detail dd{
	margin:0 0 10px 20%;
	}
@media screen and (max-width: 796px){
#access-map{
	width:100%;
	}	
}
/* Recipe Page */
.recipe-detail,
.blog-detail{
	margin:100px 0 0;
	}
#recipe-img{
	float:left;
	margin:0 20px 20px 0;
	max-width:440px;
	overflow:hidden;
	}
#recipe-img img{
	width:100%;
	}
#recipe-meta{
	margin:0 20px 0 0;
	min-width:320px;
	overflow:hidden;
	}
#recipe-material ul{
	margin:0;
	padding:0;
	overflow:hidden;	
	}
#recipe-material ul li{
	clear:both;
	padding:5px 10px;
	list-style:none;
	border-bottom:1px #fff solid;
	overflow:hidden;
	}
#recipe-material ul li div{
	float:left;
	width:20%
	}
#recipe-material ul li div.amount{
	width:80%;
	text-align:right;
	}	
#recipe-process{
	clear:both;
	}
#recipe-step{
	margin:0;
	padding:0;
	overflow:hidden;
	}
li.recipe-step{
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
	}
li.recipe-step figure{
	margin:0;
	}

/* BLOG */

#author{
	float:left;
	margin:0 2% 20px 0;
	padding:10px;
	width:32%;
	background:#333;
	}
#comments{
	width:66%;
	margin:0 0 20px 0;
	padding:10px;
	background:#333;
	}
@media screen and (max-width: 1150px) and (min-width: 797px){
#author{
	float:left;
	margin:0 2% 20px 0;
	padding:10px;
	width:49%;
	background:#333;
	}
#comments{
	width:49%;
	margin:0 0 20px 0;
	padding:10px;
	background:#333;
	}
}
.blog-detail{
	font-size:12px;
	font-size:1.2rem;
	}
.author_icon{
	float:left;
	margin:0 20px 0 0;
	text-align:center;
	overflow:hidden;
	}
.author_icon > img{
	width:100px;
	height:100px;
	border-radius:50px;
	}

h2.comments-title{
	padding:2px 0;
	}
ol.comment-list{
	margin:0;
	padding:0;
	}
ol.comment-list li{
	margin:0 0 10px;
	padding:10px;
	list-style:none;
	border:1px #000 solid;
	background:#444;
	}

/*--------------------------------------------------------------
## ADDITIONAL CONTENT
--------------------------------------------------------------*/
article.add-content{
	clear:both;
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dashed #333;
	overflow:hidden;
	}
article.add-content:last-child{
	margin:0;
	padding:0;
	border-bottom:none;
	}
div.add-content-body{
	overflow:hidden;
	min-width:320px;
	}

div.add-content-body h1{
	padding:0 0 0 10px;
	font-size:14px;
	font-size:1.4rem;
	border-left:3px solid #A28E69;
	}
div.add-content-body ul{
	margin:0 0 0 20px;
	padding:0;
	}
figure.add-content-images{
	max-width:440px;
	min-width:320px;
	width:100%;
	overflow:hidden;
	}
figure.add-content-images img{
	width:100%;
	}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

.entry-footer{
	display:none;
	}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Lean Modal
--------------------------------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

@media screen and (max-width: 768px) {
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
header#masthead{
	height:60px;
	background:rgba(51,51,51,0.8);
	}
/* LOGO */
p.site-title{
	position:fixed;
	margin:0;
	top:0;
	left:auto;
	width:60px;
	height:60px;
	}	
	
/* NAVIGATION */
div#mobile-nav-section{
	position:fixed;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:60px;
	}
nav#head-navigation,nav#site-navigation{
	display:none;
		}
div.menu-mobile-menu-container{
	display:none;
	transition:background ease-in 1s;
	}
div.menu-mobile-menu-container{
	position:fixed;
	display:none;
	top:60px;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index:99999999;
	}
div#mobile-navigation-toggle{
	position:absolute;
	right:10px;
	padding:13px 0;
	width:100px;
	height:60px;
	background:url("./images/icon_menu.svg") no-repeat center center;
	}
ul#mobile-menu{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
ul#mobile-menu li{
	position:relative;
	display:none;
	float:left;
	top:0;
	width:100%;
	height:40px;
	border-bottom:1px solid #555;
	list-style:none;
	}
ul#mobile-menu li:before{
	float:left;
	content:">";
	margin:15px 20px;
	padding:0;
	width:10px;
	height:10px;
	color:#333;
	line-height:8px;
	text-indent:2px;
	background:#ddd;
	border-radius:3px;
	}
ul#mobile-menu li > a{
	position:absolute;
	top:0;
	left:0;
	padding:0 0 0 40px;
	width:100%;
	height:100%;
	line-height:40px;
	}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
/* COMMON */

div#content{
	display:table;
	margin:60px 0 0;
	padding:0 10px;
	width:100%;
	max-width:768px;
	min-width:320px;
	}

figure.add-content-images.fl,
figure.add-content-images.fr{
	float:none;
	}

/* Index Page / Front Page*/

.slide-img h2{
	margin:100px 0 0 10px;
	}
.index-link{
	margin:0 0 0 10px;
	}

/*--------------------------------------------------------------
## PARTNER
--------------------------------------------------------------*/
/* PARTNER ARCHIVE PAGE */
figure.partner-lists > h2, 
figure.shop-lists > h2{
	position:relative;
	left:0;
	margin:0 0 10px;
	}
figure.partner-lists div.partner-img, 
figure.shop-lists div.shop-img{
	float:none;
	margin:0;
	max-width:768px;
	width:100%;
	}


/* PARTNER SINGLE PAGE */
#partner-img.main,
#shop-img.main{
	float:none;
	}

/* RECIPE SINGLE */
#recipe-img{
	margin:0;
	padding:10px;
	width:100%;
	}
/*--------------------------------------------------------------
## ITEMS
--------------------------------------------------------------*/	
div.items, 
div.recipes,
div.blog{
	width:100%;
	height:240px;
}	
div.items img.bg-img, 
div.recipes img.bg-img,
div.blog img.bg-img{
	left:0;
	width:100%;
	height:auto;
}	
		
div.items div.item-list,
div.recipes div.recipe-list,
div.blog div.blog-list{
	width:150px;
	height:100%;

}
div.items div.item-list, 
div.recipes div.recipe-list,
div.blog div.blog-list{
	bottom:0;
	width:100%;
	height:110px;
	transition:none;
}	
div.items div.item-list:hover, 
div.recipes div.recipe-list:hover,
div.blog div.blog-list:hover{
top:initial;
}

.recipe-detail,
.blog-detail{
	display:none;
	}
div.items p.item-copy, 
div.recipes p.update,
div.blog p.update{
	width:100%;
	}
div.items .entry-meta, 
div.recipe-list p.taxonomy,
div.blog-list p.taxonomy{
	position:relative;
	top:initial;
	width:100%;
	}
.recipe-detail, 
.blog-detail{
	margin:0;
	}
.item-list h2,
.recipe-list h2,
.blog-list h2{
	margin:0 0 10px;	
	}
div.items div.item-list .btn-detail, 
div.recipes div.recipe-list .btn-detail,
div.blog div.blog-list .btn-detail{
	top:initial;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	}
#item-img{
	float:none;
	margin:0 0 0 0;
	padding:0;
	}
}