/*
Theme Name: Themehaus
Author: Themehaus
Description: Silence is golden.
Version: 1.2.4
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Home
* Themes
* Theme
* Documents
* Document
* Support
* Comments
* Widgets
* Footer
* Plugins
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root */
html {
	font-size: 100%;
	/*font-size: calc(10px + (18 - 10) * ((100vw - 320px) / (1600 - 320)));*/
}
html:lang(ja) {
	font-size: 88%;
	/*font-size: calc(8px + (16 - 8) * ((100vw - 320px) / (1600 - 320)));*/
}

/* Base */
body {
	/*color: #444a50;*/
	color: #303030;
	<!--font-family: 'Source Sans Pro', sans-serif;-->
		<!--font-family:Open Sans,"Helvetica Neue",Helvetica,Arial, sans-serif;-->
	font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
	fond-weight: bold;
}
body:lang(ja) {
	<!--font-family: 'Source Sans Pro', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;-->
		<!--font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;-->
	font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
	font-size: 14px;
	line-height: 1.7;
}
::selection {
	/*background: #fffad3;*/
	background: #303030;
	/*color: #444a50;*/
	color: #303030;
}
::-moz-selection {
	background: #fffad3;
	/*color: #444a50;*/
	color: #303030;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	color: #1e2226;
	font-weight: 10;
	letter-spacing: -0.02em;
	line-height: 1.4;
}
h1 {
	/*font-family:"Helvetica Neue",Helvetica;*/
	font-size: 16px;
	font-size: 4rem;
	/*font-weight: bold;*/
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1em;
	margin-top: 2.5em;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h3:lang(ja) {
	font-weight: 700;
}

/* Link */
a {
	/*color: inherit;*/
	/*color: #00000;*/
	color: #3399ff;
	text-decoration: none;
}
.entry-content a,
.entry-summary a,
.comment-content a,
.navigation a,
.comment-navigation a,
.current-menu-item > a {
	/*color: #507497;*/
	/*color: #00000;*/
	color: #3399ff;
}
a:hover {
	/*color: #7390ac;*/
	/*color: #38d7d7;*/
	color: #3399FF;
	text-decoration: underline;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
}

/* Text */
p {
	margin: 0 0 1.6em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999ea1;
}
code, kbd, tt, var {
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999ea1;
	cursor: help;
}
mark, ins {
	background: #fffad3;
	/*color: #444a50;*/
	color: #303030;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 1.6em 1.5em;
}

/* Table */
table {
	border-top: solid 1px #e2e3e4;
	font-size: 93.8%;
	line-height: 1.5;
	margin: 0 0 1.7em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
th, td {
	border-bottom: solid 1px #e2e3e4;
	padding: 0.8em;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	background-color: #FFFFF;/*#F4F5F6;*/
	color: #696e73;
	font-style: italic;
	margin: 0 0 1.6em;
	padding: 1.4em 1.6em 1px 1.6em;
}
address {
	margin: 0 0 1.6em;
}
pre {
	/*background: #444a50;*/
	color: #303030;
	color: #eef6fe;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.8em;
	max-width: 100%;
	padding: 1.6em;
	word-wrap: normal;
}
hr {
	background-color: #e2e3e4;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	line-height: 1.5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #39424B;
	border: none;
	border-radius: 4px;
	color: #eef6fe;
	font-size: 87.5%;
	line-height: 1;
	padding: 1em 1.5em;
	text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #5e666d;
	transition: .3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e2e3e4;
	color: #696e73;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	/*color: #444a50;*/
	color: #303030;
}
textarea {
	max-width: 644px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.6em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.6em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #777b7f;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.container:before,
.container:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.page-template-page_theme-php .entry-header:before,
.page-template-page_theme-php .entry-header:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.site-info:before,
.site-info:after {
	content: '';
	display: table;
}
.clear:after,
.container:after,
.site-header:after,
.site-content:after,
.page-template-page_theme-php .entry-header:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.site-info:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

.site {
	min-width: 1060px;
}
.site-header,
.home-header,
.site-footer,
.container {
	margin: 0 auto;
	width: 1000px;
}
.site-content {
	margin: 0 auto 70px;
	width: 700px;
}
.full-width .site-content {
	margin-bottom: 0;
	width: auto;
}
.full-width .entry-header {
	margin: 0 auto;
	width: 700px;
}
.content-area {
	border-right: solid 1px #e2e3e4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 50px;
	padding-right: 55px;
	width: 600px;
}
.no-sidebar-narrow .content-area,
.no-sidebar .content-area,
.full-width .content-area {
	border-right: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	width: 800px;
}
.blog.no-sidebar-narrow .content-area,
.single.no-sidebar-narrow .content-area {
	width: 700px;
}
.no-sidebar .content-area {
	width: 1000px;
}
.full-width .content-area {
	width: auto;
}
.sidebar-area {
	float: right;
	width: 250px;
}

/* Row */
.row-white {
	padding: 30px 0 30px;
}
.row-light-gray {
	background-color: #F4F5F6;
	padding: 30px 0;
}
.row-gray {
	background-color: #EBECED;
	padding: 30px 0;
}


/* Header
------------------------------------------------------------ */

.site-header-wrapper {
	background: #39424B;
	color: #000;
	margin-bottom: 70px;
}
.site-header {
	padding: 50px 0;	
}
.site-branding {
	float: left;
}
.site-title {
	font-size: 39px;
	letter-spacing: -0.04em;
}
.site-title a {
	color: #000;
}


/* Menus
------------------------------------------------------------ */

.main-navigation {
	float: right;
	font-size:18px; /*16px*/
	font-weight: 100; /**/
	margin-top: 12px; /*14px*/
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	display: inline-block;
	margin-left: 30px;
}
.main-navigation a {
	color: #002;
	/*color: #c8ccd1;*/
	/*color: #a64d79;*/
	
}
.main-navigation a:hover,
.main-navigation .current_page_item a {
	/*color: #fff;*/
	/*color:#1ba39c;*/
	/*color: #38d7d7;*/
	color: #3399ff;

}

/* Footer Navigation */
.footer-navigation {
	font-size: 87.5%;
	margin-bottom: 16px;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	line-height: 28px;
	padding-left: 18px;
}
.footer-navigation li:first-child {
	padding-left: 0;
}


/* Content
------------------------------------------------------------ */

/* Link */
.entry-content a, .entry-summary a, .comment-content a {
	border-bottom: solid 1px #bfcddb;
}

/* Entry */
.hentry {
	margin-bottom: 72px;
}
.hentry:last-child {
	margin-bottom: 0;
}
.single .hentry {
	margin-bottom: 48px;
}
.page .hentry {
	margin-bottom: 0;
}
.entry-header {
	margin-bottom: 24px;
}
.no-sidebar .entry-header,
.full-width .entry-header {
	margin-bottom: 70px;
}
.entry-title {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 7px;
	margin-top: 0;
}
.no-sidebar .entry-title,
.full-width .entry-title {
	font-size: 42px;
}
.entry-title a {
	color: #1e2226;
}
.entry-title a:hover {
	color: #39424b;
}
.title-complementary {
	color: #696e73;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 10px;
	vertical-align: text-top;
}
.entry-exerpt {
	color: #999ea1;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
}
.entry-exerpt:lang(ja) {
	font-weight: 700;
}
.entry-meta {
	color: #999ea1;
	font-size: 93.8%;
	margin-bottom: 24px;
}
.entry-header .entry-meta {
	text-transform: uppercase;
}
.entry-meta a:hover {
	color: #696e73;
}
.meta-sep {
	color: #c8ccd1;
	margin: 0 8px;
}
.post-thumbnail {
	margin-bottom: 24px;
}
.post-thumbnail a:hover {
	opacity: 0.8;
}
.entry-content {
	margin-bottom: 24px;
}
.page .entry-content {
	margin-bottom: 0;
}
.entry-footer {
	margin-bottom: 16px;
}
.cat-links {
	margin-right: 24px;
}
.cat-links:before {
	content: '\f301';
	display: inline-block;
	font: normal 22px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.tags-links:before {
	content: '\f302';
	display: inline-block;
	font: normal 22px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

/* Entry Summary */
.entry-summary {
	margin-bottom: 48px;
}
.continue-reading {
	text-transform: uppercase;
}

/* Sticky Post */
.sticky {
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 24px;
}

/* Archive */
.page-header {
	border-bottom: solid 1px #e2e3e4;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.page-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title,
.format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 26px;
	font-size: 1.625rem;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 24px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}

/* Navigations */
.post-nav-title {
	color: #696e73;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	line-height: 1.5;
	margin: 0 0 24px;
	overflow: hidden;
}
.site-main .comment-navigation,
.site-main .paging-navigation {
	text-transform: uppercase;
}
.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a {
	text-decoration: underline;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.current a{color: #303030; !important
}
/* Home
------------------------------------------------------------ */

.home .site-header-wrapper {
	height: 600px;
	margin-bottom: 0;
}
.home .site-header-inner {
	background: #fff url( "../images/home-header.jpg" ) center top no-repeat;
	height: 600px;
	min-width: 1060px;
	/*position: fixed;*/
	width: 100%;
	z-index: 5;
}
.home .site-content {
	background: #fff;
	opacity: 1;
	position: relative;
	z-index: 10;
	padding-top: 70px;
}
.home-header {
	margin-top: 130px;
}
.home-title {
	color: #fff;
	font-size: 45px;
	font-weight: 100; /**/
	line-height: 1.1;
	margin-bottom: 20px;
}
.home-excerpt {
	color: #eef6fe;
	color: rgba(255,255,255,0.8);
	font-size: 10px;
	font-size: 1.375rem;
	font-weight: 400;
	margin-bottom: 35px;
}
.home-excerpt:lang(ja) {
	font-weight: 400;
}
.home-button a {
	border: solid 2px #00;
	border-radius: 4px;
	color: #000;
	display: inline-block;
	font-weight: 600;
	padding: 10px 30px;
	text-decoration: none;
}
.home-button a:lang(ja) {
	font-weight: 700;
}
.home-button a:hover {
	background-color: rgba(255,255,255,0.2);
	
}

/* KISS */
.kiss {
	margin-top: 10px;
	margin-bottom: 40px;
}
.kiss-title {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}
.kiss-purpose,
.kiss-function,
.kiss-style,
.kiss-code {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 55px;
	position: relative;
	margin-bottom: 40px;
	width: 475px;
}
.kiss-purpose,
.kiss-style {
	margin-right: 50px;
}
.kiss-purpose:before,
.kiss-function:before,
.kiss-style:before,
.kiss-code:before {
	color: #999EA1;
	font: normal 40px/1 Streamline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 0;
	position: absolute;
	top: -3px;
}
.kiss-purpose:before{
	content: "a";
}
.kiss-function:before{
	content: "b";
}
.kiss-style:before{
	content: "c";
	font-size: 35px;
	left: 4px;
}
.kiss-code:before {
	content: "d";
}

/* Service */
.container-service {
	margin-top: 30px;
	margin-bottom: 30px;
}
.theme-features h2,
.container-service h2 {
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	margin-top: 0;
	margin-bottom: 2px;
}
.service-exerpt {
	color: #999ea1;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.container-service h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}
.service-plan,
.service-license,
.service-support {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin-right: 50px;
	width: 300px;
}
.service-support {
	margin-right: 0;
}
.service-plan h3:before,
.service-license h3:before,
.service-support h3:before {
	color: #999EA1;
	font: normal 40px/1 Streamline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin-bottom: 20px;
}
.service-plan h3:before{
	content: "m";
}
.service-license h3:before{
	content: "n";
}
.service-support h3:before {
	content: "p";
}

.testimonial {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	margin: 0;
	padding: 50px 120px;
	position: relative;
}
.testimonial:before {
	color: #d6d8d9;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 124px;
	left: 50px;
	line-height: 1;
	position: absolute;
	top: 30px;
}
.testimonial span:before {
	content: "――  ";
	letter-spacing: -2px;
	margin-right: 10px;
}
.testimonial span {
	display: block;
	font-style: normal;
	margin-top: 12px;
	text-align: right;
}
.testimonial span a {
	border-bottom: dotted 1px #999EA1;
	color: inherit;
}
.testimonial span a:hover {
	color: #999EA1;
}


/* Themes
------------------------------------------------------------ */

.themes-item {
	background-color: #F4F5F6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 50px;
	margin-left: 50px;
	padding: 30px 30px 35px;
	position: relative;
	width: 475px;
}
.themes-item.first {
	clear: left;
	margin-left: 0;
}
.themes-item:hover {
	background-color: #EBECED;
	transition: background-color .3s ease-in-out;
}
.themes-item p {
	margin-bottom: 15px;
}
.themes-item h2 {
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 0;
}
.themes-demo {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
.themes-item a {
	color: #1E2226;
	border-bottom: none;
}
.themes-demo a {
	color: #444A50;
}
.themes-demo a:hover {
	color: #999EA1;
}

/* Theme
------------------------------------------------------------ */

.theme-header {
	float: left;
	width: 400px;
}
.theme-description {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 30px 0 40px;
}
.theme-demos,
.theme-downloads {
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
}
.theme-demos:lang(ja),
.theme-downloads:lang(ja) {
	font-weight: 700;
}
.theme-demos {
	margin-right: 15px;
}
.theme-demo-button a {
	border: solid 2px #55575a;
	border-radius: 4px;
	color: #404040;
	display: inline-block;
	padding: 10px 30px;
}
.theme-demo-button a:hover {
	border-color: #777b7f;
	color: #777b7f;
}
.theme-download-button a {
	background-color: #E7430E;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 12px 27px;
}
.theme-download-button a:hover {
	background-color: #ea6236;
}
.theme-customizer-button,
.theme-document-button {
	text-align: center;
}
.theme-customizer-button a,
.theme-document-button a {
	border-bottom: solid 1px #999EA1;
	color: #404040;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 10px;
	text-decoration: none;
}
.theme-customizer-button a:hover,
.theme-document-button a:hover {
	border-bottom: solid 1px #c8ccd1;
	color: #888e94;
}
.theme-note {
	margin-right: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #999;
}
.theme-features-2 .theme-note {
	margin-right: 0;
	margin-top: 0;
}
.theme-image {
	float: right;
	margin-bottom: -20px;
	margin-right: -100px;
	width: 700px;
}
.theme-image img {
	display: block;
}
.theme-meta {
	color: #696e73;
	font-size: 17px;
	line-height: 1.8;
	list-style: none;
	margin: 5px 0;
}
.theme-meta li {
	display: inline-block;
	margin-right: 50px;
}
.theme-meta strong {
	color: #444a50;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.theme-copies {
	float: right;
	margin-top: 55px;
	width: 650px;
}
.theme-copy {
	margin-bottom: 65px;
}
.theme-copy h2 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 0;
}
.theme-copy h2:lang(ja) {
	font-weight: 400;
}
.theme-image-2 {
	float: left;
	margin-left: -100px;
	margin-top: 45px;
	width: 400px;
}
.theme-features {
	margin-top: 60px;
}
.theme-feature {
	float: left;
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 50px;
	margin-left: 50px;
	width: 300px;
}
.theme-feature.first {
	clear: left;
	margin-left: 0;
}
.theme-features-2 {
	margin-bottom: 50px;
	margin-top: 40px;
}
.theme-features-2-image {
	float: left;
	width: 630px;
}
.theme-features-2-image img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 0 0;
	border: solid 1px #e2e4e5;
	border-top-width: 30px;
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.025);
}
.theme-features-2-text {
	float: right;
	padding-top: 35px;
	width: 300px;
}
.theme-features-2 .theme-feature {
	float: none;
	margin-bottom: 60px;
	margin-left: 0;
}
.theme-feature h3 {
	margin-bottom: 12px;
	margin-top: 0;
}
.theme-feature h3:before {
	color: #999EA1;
	font: normal 26px/1 Streamline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 12px;
	vertical-align: middle;
}
.theme-feature h3.feature-responsive:before {
	content: "e";
}
.theme-feature h3.feature-customizer:before {
	content: "f";
}
.theme-feature h3.feature-widget:before {
	content: "g";
}
.theme-feature h3.feature-custom-widget:before {
	content: "q";
}
.theme-feature h3.feature-menu:before {
	content: "h";
}
.theme-feature h3.feature-header:before {
	content: "i";
}
.theme-feature h3.feature-page:before {
	content: "j";
}
.theme-feature h3.feature-plugin:before {
	content: "k";
}
.theme-feature h3.feature-multilingual:before {
	content: "l";
}
.theme-feature h3.feature-code:before {
	content: "d";
}
.theme-footer {
	margin-bottom: 24px;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.theme-image {
		margin-right: 0;
		width: 600px;
	}
	.theme-image-2 {
		margin-left: 0px;
		width: 300px;
	}
}

/* Documents
------------------------------------------------------------ */

.theme-documents {
	float: left;
	width: 48%;
}
.other-documents {
	float: right;
	width: 48%;
}

.theme-documents h2,
.other-documents h2 {
	margin-top: 0;
}

/* Support
------------------------------------------------------------ */

.support-description {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 50px;
	width: 50%;
}
.support-description h2 {
	font-size: 110%;
	margin-top: 3em;
}
.support-form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F4F5F6;
	float: right;
	margin-top: -40px;
	padding: 40px 40px 0;
	width: 50%;

}
.support-form input,
.support-form textarea,
.support-form select {
	width: 100%;
}
.support-form select {
	padding: 0.6em;
}
div.wpcf7-response-output {
	margin: -20px 0 40px !important;
	padding: 1em !important;
}

/* Document
------------------------------------------------------------ */

.document h2 {
	border-bottom: solid 2px #1E2226;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 2em;
}
.document h3 {
	margin-bottom: 1.6em;
	padding-top: 1.2em;
}
.document h3 span {
	border-left: solid 2px #1E2226;
	font-size: 1.250rem;
	padding-left: 1em;
}
.document img {
	border: solid 1px #EBECED;
}
.document em {
	font-style: normal;
	font-weight: 600;
}
.intro {
	font-size: 112.5%;
	margin-bottom: 0.4em;
	margin-top: 0.8em;
}
.note {
	background: #F4F5F6;
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 1.8em;
	padding: 1.6em 2em;
}
.note ul {
	margin-bottom: 0.2em;
	margin-left: 1.2em;
}
.note li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.toc {
	padding-top: 2em;
}
.toc li {
	margin: 0.2em 0;
}
.toc li > ul {
	margin-bottom: 0.4em;
	margin-left: 2em;
}
.toc a {
	border-bottom: none;
}
a.btt {
	border-bottom: none;
	color: #999;
	float: right;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 4px;
	text-transform: uppercase;
}
a.btt:hover {
	color: #666;
}
.outro {
	border-top: solid 1px #EBECED;
	font-size: 112.5%;
	margin-bottom: 1em;
	margin-top: 4em;
	padding-top: 2em;
}
.sign {
	font-size: 125%;
	font-weight: 700;
}

.quick-specs {
	margin-top: 48px;
}
.quick-specs p {
	margin-bottom: 12px;
}
.quick-specs ol {
	margin-bottom: 0;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-top: 80px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 22px;
	font-size: 1.38rem;
	margin-bottom: 24px;
	margin-top: 56px;
}
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #e4e4e4;
	list-style: none;
	margin: 0 0 24px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 24px;
}
.comment-list .comment-body {
	border-top: solid 1px #e4e4e4;
	padding: 24px 0;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	height: 42px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 42px;
}
.has-avatars .comment .comment-meta {
	margin-left: 57px;
}
.bypostauthor > .comment-body .comment-author::after {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	content: '\f408';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
#commentform label {
	display: block;
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #55575a;
	font-size: 93.8%;
	line-height: 1.5;
	margin-bottom: 48px;
}
.widget:lang(ja) {
	line-height: 1.6;
}
.footer-widget .widget {
	color: #c8ccd1;
	color: rgba( 255, 255, 255, 0.7 );
}

/* Heading */
.widget-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 0;
}
.footer-widget .widget-title {
	color: #eef6fe;
	color: rgba( 255, 255, 255, 0.9 );
}

/* Link */
.widget a {
	color: #55575a;
	text-decoration: underline;
}
.widget a:hover {
	color: #444a50;
}
.widget li a {
	text-decoration: none;
}
.widget li a:hover {
	text-decoration: underline;
}
.footer-widget .widget a {
	color: #c8ccd1;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget a:hover {
	color: #eef6fe;
	color: rgba( 255, 255, 255, 0.9 );
}

/* List */
.widget ul {
	list-style: none;
	margin-left: 22px;
}
.widget ul ul {
	margin-left: 16px;
}
.widget ul li {
	line-height: 1.4;
	padding-bottom: 2px;
	padding-top: 2px;
}
.widget ul li li:last-child {
	padding-bottom: 0;
}
.widget ul li:before {
	content: '\f428';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	height: 0;
	left: -20px;
	position: relative;
	top: 3px;
	width: 0;
	color: #3399ff;
}

/* Form */
.footer-widget button,
.footer-widget input[type="button"],
.footer-widget input[type="reset"],
.footer-widget input[type="submit"] {
	background: #696e73;
	background: rgba( 255, 255, 255, 0.3 );
}
.footer-widget button:hover,
.footer-widget input[type="button"]:hover,
.footer-widget input[type="reset"]:hover,
.footer-widget input[type="submit"]:hover {
	background: #888e94;
	background-color: rgba( 255, 255, 255, 0.4 );
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999ea1;
	display: block;
	font-size: 86.7%;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 28px;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: double 3px #e2e3e4;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e2e3e4;
}
.widget_calendar tbody td a {
	background-color: #eef6fe;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	background-color: #f6f7f8;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.footer-widget .widget_calendar table,
.footer-widget .widget_calendar thead th,
.footer-widget .widget_calendar tbody td {
	border-color: #55575a;
	border-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar caption {
	color: #c8ccd1;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget_calendar tbody td a {
	background-color: #55575a;
	background-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar tbody td a:hover {
	background-color: #696e73;
	background-color: rgba( 255, 255, 255, 0.2 );
}

/* RSS */
.widget_rss li {
	margin-bottom: 0.6em;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999ea1;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	text-transform: uppercase;
}
.footer-widget .widget_rss .rss-date,
.footer-widget .widget_rss .rssSummary,
.footer-widget .widget_rss cite {
	color: rgba( 255, 255, 255, 0.5 );
}


/* Footer
------------------------------------------------------------ */

/* Base */
.site-footer-wrapper {
	border-top: solid 1px #EBECED;
	background: #fff;
	padding: 50px 0;
	position: relative;
	z-index: 10;
}
.site-footer {
	color: #888e94;
}
.lang-eng .site-footer-left {
	float: left;
}
.lang-ja .site-footer-left {
	text-align: center;
}
.site-footer-right {
	float: right;
}

/* Footer Info */
.footer-site-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 2px;
}
.footer-site-title a {
	color: #222325;
}
.footer-site-title a:hover {
	color: #55575a;
}
.footer-site-description {
	font-size: 17px;
	margin-bottom: 16px;
}
.site-language {
	font-size: 17px;
	margin-bottom: 36px;
}
.site-language a {
	margin-right: 20px;
}

/* Site Info */
.site-info {
	clear: both;
	color: #999ea1;
	font-size: 16px;
	padding-top: 15px;
	text-align: center;
}
.site-info a {
	color: #55575a;
}
.site-language a:hover,
.site-info a:hover {
	color: #444a50;
}
.sep {
	color: #c8ccd1;
	margin: 0 4px;
}

/* Mail Chimp */
.mail-chimp {
	width: 440px;
}
.mail-chimp label {
	color: #1e2226;
	display: block;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.4;
	margin-bottom: 1em;
}
.mail-chimp input[type="email"] {
	float: left;
	margin-top: 0;
	width: 300px;
}
.mail-chimp input[type="submit"] {
	float: right;
	width: 125px;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Stats */
#wpstats {
	display: none;
}


/* Container
------------------------------------------------------------*/
 /* Container holding the image and the text */
.container {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
} 
