/*
Theme Name: rin
Theme URI: 
Author: AR Japan Ltd.
Author URI: 
Description: 天然石ショップ凛
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: %e5%87%9b
Tags: 
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
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 centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body {
	background: #f1f1f1;
}

body,
button,
input,
select,
textarea {
	color: #434B5C;
	color: rgba(67,75,92,0.8);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
/*	font-size: 1.6rem;*/
	line-height: 1.5;
}

.wf-active body,
.wf-active button,
.wf-active input,
.wf-active select,
.wf-active textarea {
	font-family: 'stratum-1-web', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}

article {
	width: 1100px;
	margin: 0 auto;
}
section {
	padding: 80px 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

hr, .wp-block-separator {
	border-top: #2f2f2f1a 1px solid;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	line-height: 2.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	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;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
#github a {
	display: inline-block;
	padding: 0.55em 20px;
	border: 1px solid rgba(67,75,92,0.2);
	border-radius: 3px;
	background: #757D98;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#github a:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border: 1px solid rgba(67,75,92,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 15px 17px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 15px 17px rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 15px 17px rgba(255,255,255,0.1);
}

button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#github a:active {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1), inset 0 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1), inset 0 3px 10px rgba(0,0,0,0.3);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1), inset 0 3px 10px rgba(0,0,0,0.3);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
#github a,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#github a:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#github a:active {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	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: rgb(67,75,92);
	color: rgba(67,75,92,0.7);
}
a:visited {
	color: rgb(77,85,102);
	color: rgba(67,75,92,0.4);
}
a:hover,
a:focus,
a:active {
	color: rgb(47,55,72);
	color: rgba(67,75,92,0.9);
	text-decoration: none;
}

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

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Header
----------------------------------------------- */

.site-header {
	width: 100%;
	max-height: 200px;
	background: #757D98 url(images/bg-header.png) no-repeat top center;
	background-size: cover;
	padding: 100px 0;
	margin: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(67,75,92,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(67,75,92,0.1);
	box-shadow: inset 0 -1px 0 rgba(67,75,92,0.1);
}

.site-header hgroup {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}

.wf-active .site-header hgroup {
	font-size: 26px;
	font-weight: 700;
}

.site-header .site-title {
	position: relative;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	height: 220px;
	background: #8CC7C2;
	border-radius: 110px;
	text-align: center;
	color: #DFDFD0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.site-header .site-title span.site-header-bubblewrap:before {
	content: '_';
	display: block;
	position: static;
	text-indent: -180px;
	width: 100%;
	font-size: 170px;
	opacity: 1;
}

.wf-active .site-header .site-title span.site-header-bubblewrap:before {
	font-size: 170px;
	font-weight: 300;
	text-indent: -150px;
	margin-top: 25px;
}

.site-header .site-title span.site-header-bubblewrap:after {
	content: 's';
	display: block;
	position: static;
	margin-top: -148px;
	width: 100%;
	text-align: center;
	font-size: 170px;
	opacity: 1;
}

.wf-active .site-header .site-title span.site-header-bubblewrap:after {
	font-size: 170px;
	font-weight: 300;
	margin-top: -163px;
	text-indent: 3px;
}

.site-header:hover .site-title span.site-header-bubblewrap:before,
.site-header:hover .site-title span.site-header-bubblewrap:after {
	opacity: 0;
}

.site-header .site-title span.site-header-bubblewrap {
	display: block;
	position: static;
	overflow: hidden;
	width: 220px;
	height: 220px;
	border-radius: 110px;
	padding: 0;
	margin: 0;
}

.site-header .site-title span.site-header-bubblewrap-inner {
	position: absolute;
	top: 46%;
	left: 0;
	width: 100%;
	opacity: 0;
}

.site-header:hover .site-title span.site-header-bubblewrap-inner {
	opacity: 1;
}

.site-header .site-description {
	display: block;
	position: absolute;
	top: 46%;
	left: 50%;
	margin-left: 130px;
	text-align: left;
	font-size: 17px;
	line-height: 1.2;
	opacity: 0;
}

.wf-active .site-header .site-description {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
}

.site-header:hover .site-description {
	opacity: 1;
}

.site-header .site-title span.site-header-bubblewrap:before,
.site-header .site-title span.site-header-bubblewrap:after,
.site-header .site-title span.site-header-bubblewrap-inner,
.site-header .site-description,
.site-header:hover .site-title span.site-header-bubblewrap:before,
.site-header:hover .site-title span.site-header-bubblewrap:after,
.site-header:hover .site-title span.site-header-bubblewrap-inner,
.site-header:hover .site-description {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

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


/* =Content
----------------------------------------------- */

#generator,
#about,
#contribute {
	width: 100%;
	padding: 30px 0;
}

.wrap:before,
.wrap:after {
    content:"";
    display:table;
}
.wrap:after {
    clear:both;
}
.wrap {
	zoom:1;
}

.wrap {
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.site-content h1 {
	font-size: 27px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}

.wf-active .site-content h1 {
	font-size: 36px;
	font-weight: 300;
}

.breadcrumb {
	font-size: small;
	letter-spacing: 0.08em;
}

/* Generator */

#generator {
	background: #D0D168;
	-webkit-box-shadow: inset 0 1px 5px rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 5px rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 5px rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.1);
}

#generator h1 {
	float: left;
	width: 460px;
	padding-top: 5px;
}

.wf-active #generator h1 {
	padding-top: 0;
}

#generator-form {
	width: 460px;
	float: right;
}

.generator-form-primary a.generator-form-optionstoggle {
	display: none;
}

.generator-form-skinny .generator-form-primary a.generator-form-optionstoggle {
	display: block;
}

.generator-form-skinny .generator-form-secondary {
	display: none;
}

.generator-form-secondary {
	display: block;
}

.generator-form-inputs {
	width: 300px;
	float: left;
}

.generator-form-submit {
	width: 140px;
	float: right;
	text-align: center;
}

.generator-form-inputs label {
	display: none;
}

.generator-form-inputs [for="underscoresme-sass"],
.generator-form-inputs [for="underscoresme-woocommerce"] {
	display: inline;
}

.generator-form-inputs [for="underscoresme-woocommerce"]:after {
	content: "\A";
	white-space: pre;
}

.generator-form-inputs input[type="text"] {
	display: block;
	width: 270px;
	clear: both;
	padding: 10px 14px;
	margin-bottom: 7px;
	border: 1px solid rgba(67,75,92,0.3);
	background: rgba(255,255,255,.8);
}

.generator-form-inputs input[type="text"]:focus {
	border: 1px solid rgba(67,75,92,0.5);
	background: #fff;
	box-shadow: 0 0 0 2px rgba(67,75,92,0.5);
	outline: none;
}

.generator-form-inputs input[type="text"],
.generator-form-inputs input[type="text"]:focus {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.generator-form-submit input {
	width: 140px;
	margin-top: 1px;
}

.wf-active .generator-form-submit input {
	padding: 10px 20px;
}

.generator-form-optionstoggle {
	display: block;
}

#generator-form a.generator-form-optionstoggle,
.generator-form-version {
	font-size: 12px;
	color: rgb(67,75,92);
	color: rgba(67,75,92,0.5);
}

#generator-form a.generator-form-optionstoggle,
.generator-form-version a {
	color: rgb(67,75,92);
	color: rgba(67,75,92,0.7);
	text-decoration: none;
}

#generator-form a.generator-form-optionstoggle:hover,
.generator-form-version a:hover {
	color: rgb(67,75,92);
	color: rgba(67,75,92,0.9);
	text-decoration: underline;
}

/* About */

#about {
	background: #DFDFD0;
}

#intro {
	float: left;
	width: 300px;
	padding-top: 10px;
}

#intro h1 {
	display: none;
}

#features {
	float: right;
	width: 620px;
	margin: 0;
	padding: 0;
}

#features li {
	position: relative;
	padding: 10px 0;
	font-size: 14px;
	list-style-type: none;
	border-bottom: 1px solid rgba(67,75,92,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	opacity: .8;
}

.wf-active #features li {
	font-size: 16px;
}

#features li:first-child {
	border-top: 1px solid rgba(67,75,92,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(255,255,255,0.3);
}

/* Contribute */

#contribute {
	background: #8CC7C2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#contribute h1 {
	width: 460px;
	float: left;
	margin-bottom: 20px;
}

#github {
	width: 300px;
	padding: 3px 0;
	float: right;
	margin-bottom: 20px;
}

#github a {
	width: 258px;
	padding: .8em 20px;
}

.wf-active #github a {
	padding: 1em 20px .8em;
}

#team,
#team li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#team {
	margin: 0 -10px;
	overflow: hidden;
	clear: both;
}

#team li {
	width: 140px;
	height: 140px;
	margin: 10px;
	float: left;
	border-radius: 120px;
	background: rgba(255,255,255,0.5);
}

#team li a img {
	width: 140px;
	height: 140px;
	border-radius: 120px;
	opacity: .7;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

#team li a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

#team li a {
	position: relative;
	display: block;
}

#team li a:after {
	width: 140px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	content: attr(title);
	background: rgb(208, 209, 104);
	background: rgba(208, 209, 104, 0.90);
	border-radius: 140px;
	text-align: center;
	padding: 60px 0px 0;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434B5C;
	color: rgba(67,75,92,0.8);

	box-shadow: 0 0 0 1px rgba(208, 209, 104, 0.90), inset 0 0 0 1px rgba(208, 209, 104, 0.90);

	opacity: 0;
}

.wf-active #team li a:after {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

#team li a:hover:after {
	opacity: 1;
}

/* Transitions for Contributors block */

#team li a img,
#team li a:hover img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#team li a:after,
#team li a:hover:after, {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}




/* Standard content styles */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


button.single_add_to_cart_button,
a.wp-block-button__link,
a.wc-block-cart__submit-button,
button.wc-block-components-product-button__button  {
	background-color: transparent;
	background-image: none;
	border: 2px solid var(--wp--preset--color--custom-3) !important;
	align-items: center;
	border-style: none;
	display: inline-flex;
	justify-content: center;
	line-height: inherit;
	overflow: hidden;
	white-space: normal;
	word-break: normal;
	font-size: var(--wp--preset--font-size--compact) !important;
	color: var(--wp--preset--color--custom-3) !important;
}

a.wc-block-cart__submit-button,
button.wc-block-components-checkout-place-order-button,
a.wc-block-mini-cart__shopping-button {
	background-color: var(--wp--preset--color--custom-3);
	background-image: none;
	align-items: center;
	border-style: none;
	display: inline-flex;
	justify-content: center;
	line-height: inherit;
	overflow: hidden;
	white-space: normal;
	word-break: normal;
	font-size: var(--wp--preset--font-size--compact) !important;
	color: #ffffff!important;
}



/* =Footer
----------------------------------------------- */

.site-footer {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background: #757D98;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	font-size: 12px;
	-webkit-box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
	box-shadow: inset 0 1px 0 rgba(67, 75, 92, 0.5), inset 0 3px 12px rgba(67, 75, 92, 0.2);
}

.wf-active .site-footer {
	font-weight: 300;
	font-size: 18px;
}

.site-footer a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.site-footer a:hover {
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0);
}

.site-info,
.automattic-credit {
	display: inline-block;
	padding: 5px 30px;
}

/* Transitions for Footer */

.site-footer a,
.site-footer a:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	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;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}



/* =WooCommerce
----------------------------------------------- */

/* Single Products */
a.wc-forward {
	font-size: var(--wp--preset--font-size--tiny);
}



/* =Media Queries
----------------------------------------------- */
@media (max-width: 1099px) {
	header article {
		width: 100%;
	}
	section {

	}
}

@media (max-width: 940px) {
	html,
	body,
	#main {
		max-width: 100%;
	}
	#generator h1 {
		float: none;
		margin: 0 auto;
	}
	#generator-form {
		float: none;
		margin: 1em auto 0;
	}
	#intro,
	#features {
		float: none;
		width: 460px;
		margin: 0 auto;
	}
	#contribute h1 {
		float: none;
		margin: 0 auto 20px;
	}
	#github {
		width: 460px;
		float: none;
		margin: 0 auto 20px;
	}
	#github a {
		width: 418px;
	}
	#team {
		margin: 0 auto;
		width: 480px;
	}
	.site-info, .automattic-credit {
		display: block;
		padding: 5px 0;
		margin: 0 auto;
	}
	.is-layout-constrained {
		padding: 0 20px;
	}
	nav.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
		padding-right: 20px;
	}
}

@media (max-width: 500px) {
	.site-header .site-description {
		left: 0;
		margin: 20px 0 0;
		position: relative;
		text-align: center;
	}
	#generator h1 {
		width: 100%;
	}
	#generator-form {
		width: 100%;
		margin: 0;
	}
	.generator-form-inputs {
		width: 85%;
	}
	.generator-form-inputs input[type="text"] {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.generator-form-submit {
		width: 140px;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	#intro,
	#features {
		width: 90%;
		margin: 0;
	}
	#contribute h1 {
		width: 100%;
	}
	#github {
		width: 100%;
	}
	#github a {
		width: 80%;
	}
	#team {
		width: 90%;
	}
}
