/*
Merged and optimized CSS
Source order: parent_style.css -> style.css
Processing:
- same selector + same media/supports context merged
- later declarations override earlier declarations
- obsolete vendor-prefixed declarations removed
- media/supports rules placed near their related selector where possible
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

button, input, textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input, textarea {
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	color: #888;
	height: 40px;
	max-width: 100%!important;
	padding: 0 10px;
}

textarea {
	height: auto;
	max-width: 100%!important;
	width: 100%;
	padding: 24px;
}

input:focus, textarea:focus {
	background: #fffef4;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 40px 0 0 0;
	padding: 0 40px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-out;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	border-color: #34373b;
	color: #34373b;
}

.post-password-required input[type="submit"] {
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}

.wp-caption {
	margin: 10px 0;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}

img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}

embed, iframe, object, video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

.wp-block-image figcaption {
	text-align: center;
}

.site-main {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.site-main #page {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 2em;
	width: 100%;
}

@media (max-width: 1140px) {
	.site-main #page {
		padding: 40px 0 0;
	}
}

.site-main, #content > article {
	position: relative;
	height: auto;
}

#primary {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: auto;
}

#primary:last-child {
	margin-bottom: 30px;
}

#primary.no-comments-area {
	margin-bottom: 40px;
}

#content > article > div {
	background: #fff;
	margin: 0;
}

.single #content > article > div, .page #content > article > div {
	margin-bottom: 0;
}

#content .post-meta {
	padding: 0 2em 12px;
}

.post-meta:first-child, .entry-content:first-child, .entry-header + .entry-content, .entry-header.no-title + .post-meta {
	padding-top: 32px!important;
}

#content > article > aside a {
	color: #8e9798;
}

#content > article > aside a:active, #content > article > aside a:focus, #content > article > aside a:hover {
	color: #ca3c08;
}

#content > article > aside span {
	display: inline;
	font-size: 12px;
	font-style: italic;
	line-height: 50px;
}

#content .categories-links, #content .author {
	line-height: 20px;
	margin-bottom: 20px;
}

#content .edit-link, #content .categories-links {
	font-size: 12px;
	padding: 0 10px;
}

#content .categories-links:first-child {
	padding-left: 0;
}

#content .tags-links {
	background: #fff;
	border-top: 1px solid #fff;
	bottom: 0;
	color: #b5b5b5;
	display: block;
	font-size: 11px;
	height: 68px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 2;
}

@media (max-width: 480px) {
	#content .tags-links {
		margin-bottom: -20px;
	}
}

#content .tags-links:after {
	border-top: 1px solid #e5e5e5;
	content: none;
	display: block;
	margin: 0 -100px;
}

#content .tags-links > li {
	color: #333;
	font-weight: 500;
	float: none;
	list-style-type: none;
	line-height: 1.2;
	padding-right: 4px;
	text-transform: uppercase;
	display: inline-block;
}

#content .tags-links a {
	color: #333;
}

#content .article-helper .tags-links.title-links {
	padding: 0 30px;
}

#content .article-helper .tags-links.title-links li {
	padding: 0;
	text-align: center;
	width: 100%;
}

#content .tags-links.title-links:before {
	content: "";
	display: none;
}

#content .tags-links.date-links:before {
	content: "\f073";
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

.site-content.archive {
	overflow: hidden;
	padding-bottom: 60px;
}

@media (max-width: 800px) {
	.site-content.archive {
		padding-bottom: 40px;
	}
}

.site-content.archive .post.hover-effect {
	opacity: .7;
}

.site-content.archive .post.hover-effect, .site-content.archive .post.hover-effect > div {
	transition: all .3s ease-out;
}

.site-content.archive .post.hover-effect:hover {
	opacity: 1;
}

.site-content.archive .post.hover-effect:hover > div {
	box-shadow: 0 0 18px rgba(0, 0, 0, .25);
}

.site-header {
	background: #fff;
	color: #000;
	min-height: 64px;
	text-align: center;
}

.site-header .home-link {
	color: #fff;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	width: 100%;
}

.home-link > img {
	display: block;
	margin: 0 auto;
	max-height: 64px;
	width: auto;
}

.site-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 64px;
	margin: 0;
	text-transform: uppercase;
}

.site-description {
	color: #aaa;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	margin: -23px 0 0 0;
	min-height: 19px;
	opacity: 1;
	text-transform: uppercase;
}

.main-navigation {
	clear: both;
	padding: 0;
	text-align: center;
}

@media(max-width: 800px) {
	.main-navigation {
		position: relative;
	}
}

.main-navigation .nav-menu {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto;
	grid-template-rows: 3em;
	justify-content: center;
	column-gap: 30px;
}

@media(max-width: 800px) {
	.main-navigation .nav-menu {
		left: -9999px;
		position: absolute;
	}
}

.nav-menu li {
	display: inline-block;
	text-align: left;
}

@media (max-width: 800px) {
	.nav-menu li {
		border-top: 1px solid #e5e5e5;
		text-align: center;
		width: 100%;
	}
}

.nav-menu li a {
	border: 1px solid transparent;
	color: #777;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	padding: 0;
}

@media (max-width: 800px) {
	.nav-menu li a {
		width: 100%;
	}
}

.nav-menu li li a {
	padding: 0;
}

.nav-menu .sub-menu li a, .nav-menu .children li a {
	color: #777;
	font-weight: 300;
	text-transform: none;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	border-radius: 2px;
}

.sub-menu .current_page_item > a, .sub-menu .current_page_ancestor > a, .sub-menu .current-menu-item > a, .sub-menu .current-menu-ancestor > a, .children .current_page_item > a, .children .current_page_ancestor > a, .children .current-menu-item > a, .children .current-menu-ancestor > a {
	border-color: transparent!important;
}

.nav-menu .sub-menu {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	opacity: 0;
	padding: 20px 24px;
	position: absolute;
	left: -9999px;
	transform: translateY(-15px) scale(.75);
	transform-origin: 50% 0;
	transition: transform .3s ease-out, opacity .3s ease-out;
	width: 200px;
	z-index: 99999;
}

.nav-menu .sub-menu .sub-menu {
	margin-left: 150px;
}

@media screen and (max-width: 800px) {
	.nav-menu .sub-menu .sub-menu {
		background-color: white;
		padding: 0;
		margin: 0 auto 1em;
		position: static;
		opacity: 1;
		transform: none;
		width: 100%;
		display: none;
	}
	
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu .sub-menu li, .nav-menu .sub-menu a, .nav-menu .children li, .nav-menu .children a {
	width: 100%;
}

.nav-menu .sub-menu li, .nav-menu .children li {
	border-top: 1px solid #e5e5e5;
}

.nav-menu .sub-menu li:first-child, .nav-menu .children li:first-child {
	border-top: none;
}

ul.nav-menu ul a, .nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 170px;
}

.menu-toggle {
	display: none;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.sns-buttons {
	position: absolute;
	right: 12px;
	top: 35px;
	width: 69px;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

@media(min-width: 800px) {
	.sns-buttons {
		top: 55px;
		right: 12px;
	}
}

.sns-buttons a {
	color: #777;
	transition: color 0.3s ease;
}

.sns-buttons svg {
	width: 30px;
	height: 30px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

#aside-menu-toggler {
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 32px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 12px;
	width: 44px;
}

#aside-menu {
	background: #222;
	float: right;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: width .3s ease-out;
	width: 0;
}

#aside-navigation, #aside-menu.menu-open {
	width: 280px;
}

#aside-menu h3 {
	color: #ccc;
	margin: 0 0 0 25px;
}

.admin-bar #aside-menu-toggler {
	top: 40px;
}

.admin-bar #aside-menu h3 {
	margin-top: 26px;
}

.admin-bar #close-menu {
	top: 50px;
}

#aside-menu > div {
	height: 100%;
	overflow: auto;
	width: 100%;
	padding-right: 32px;
	min-width: 280px;
	max-width: 100%;
}

#close-menu {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	position: fixed;
	right: 0px;
	top: 24px;
	transition: all .3s ease-out;
	z-index: 1;
}

#close-menu.menu-open {
	opacity: 1.0;
	right: 10px;
}

#aside-navigation > div > ul {
	padding: 20px 0 20px 25px;
}

#aside-menu li {
	font-size: 15px;
	font-weight: 600;
	padding: 3px 0;
	text-transform: uppercase;
}

#aside-menu li li {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

#aside-menu li li li {
	font-weight: 300;
	padding-left: 15px;
}

#aside-menu li a {
	color: #ccc;
}

#aside-menu li li a {
	color: #aaa;
}

#aside-menu li a.active, #aside-menu li a:active, #aside-menu li a:focus, #aside-menu li a:hover {
	color: #fff;
}

#aside-menu .sub-menu, #aside-menu .children {
	padding-left: 0;
}

#aside-menu .nav-aside-menu {
	margin: 0;
}

.android-stock-browser #aside-menu {
	height: auto;
	min-height: 100%;
	position: absolute;
}

.android-stock-browser #aside-menu > div {
	height: auto;
	min-height: 100%;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	padding: 0 2em;
}

.entry-header {
	padding: 0;
	margin-bottom: 5px;
}

.single .entry-content, .page .entry-content {
	text-align: left;
}

.gk-social-buttons {
	margin: 50px 0;
	text-align: center;
	clear: both;
}

@media (max-width: 480px) {
	.gk-social-buttons {
		margin: 25px 0;
	}
}

.gk-social-buttons a {
	display: inline-block;
	height: 24px;
	margin: 0 4px;
	overflow: hidden;
	width: 22px;
}

.gk-social-buttons a:before {
	color: #ccc;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 24px;
}

.gk-social-label {
	font-size: 12px;
	line-height: 1;
	padding: 0 7px 0 0;
	position: relative;
	top: -8px;
}

.gk-social-gplus:before {
	content: "\f0d4";
}

.gk-social-fb:before {
	content: "\f082";
}

.gk-social-twitter:before {
	content: "\f081";
}

.entry-thumbnail img {
	background: #333;
	width: 100%;
}

.entry-header figure {
	margin: 0;
}

.entry-header > img {
	display: block;
	margin: 0 auto;
}

.entry-header.full-width-image > img {
	width: auto;
	max-width: 600px;
	height: auto;
	max-height: 600px;
}

.entry-title {
	font-size: clamp(20px, 6.25vw,24px);
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	word-break: normal;
	text-align: left;
}

@media (max-width: 800px) {
	.entry-title {
		font-size: 26px;
		padding: 49px 36px 0 36px!important;
	}
}

@media (max-width: 480px) {
	.entry-title {
		font-size: 20px;
		padding: 30px 16px 0 16px!important;
	}
}

.search .entry-title {
	font-size: 20px;
	text-align: left;
}

.entry-title.sticky, .article-helper.sticky {
	position: relative;
}

.entry-header.sticky, .sticky .post-preview, .article-helper.sticky {
	overflow: hidden;
	position: relative;
}

.entry-header.sticky:before, .sticky .post-preview:before, .article-helper.sticky:before {
	color: #fff;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 2px;
	z-index: 3;
}

.entry-header.sticky:after, .sticky .post-preview:after, .article-helper.sticky:after {
	content: "";
	height: 50px;
	position: absolute;
	right: -50px;
	top: -25px;
	transform: rotateZ(45deg);
	width: 100px;
	z-index: 2;
}

.entry-title a {
	color: #363636;
	display: block;
	position: relative;
}

.entry-date {
	color: #b5b5b5;
	font-size: 12px;
}

.entry-date + span {
	margin-left: 10px;
}

.entry-summary .readon {
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 40px 0 0 0;
	padding: 0 40px;
	text-transform: uppercase;
}

.entry-summary .readon:active, .entry-summary .readon:focus, .entry-summary .readon:hover {
	border-color: #34373b;
	color: #34373b;
}

.entry-content blockquote {
	border-left: 4px solid #59c0ab;
	background: #fdfbec;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	margin: 30px 0;
	padding: 15px 30px 15px 45px;
}

@media (max-width: 480px) {
	.entry-content blockquote {
		line-height: 1.6;
		margin: 15px 0;
		padding: 15px;
	}
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content blockquote cite, .entry-content blockquote small {
	display: block;
	font-size: 14px;
}

footer.entry-meta {
	margin-top: 5px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

footer.entry-meta > .edit-link {
	padding-left: 0!important;
}

.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
	background: #fff;
}

.format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.gallery {
	margin: 20px 0!important;
	width: 100%;
}

@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}
}

.gallery-item {
	float: left;
	margin: 0!important;
	overflow: hidden;
	padding: 0 4px 4px 0;
	position: relative;
}

.gallery-item a, .gallery-item img {
	display: block;
	height: auto;
	width: 100%;
}

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

@media (max-width: 359px) {
	.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}
}

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.666666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111111%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-icon {
	margin: 0!important;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0!important;
	max-height: 50%;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	left: 0;
	text-align: left;
	transition: opacity 400ms ease;
}

@media (max-width: 800px) {
	.gallery-caption {
		display: none;
	}
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.post-meta .format {
	color: #ccc;
	font-family: FontAwesome;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: normal!important;
	height: 29px;
	line-height: 2.2!important;
	margin: 0 15px 0 0;
	position: relative;
	top: 2px;
	width: 26px;
	z-index: 2;
}

.gk-format-aside:before {
	content: "\f0f6";
}

.gk-format-audio:before {
	content: "\f001";
}

.gk-format-chat:before {
	content: "\f086";
}

.gk-format-gallery:before {
	content: "\f00a";
}

.gk-format-image:before {
	content: "\f03e";
}

.gk-format-link:before {
	content: "\f0c1";
}

.gk-format-quote:before {
	content: "\f10e";
}

.gk-format-status:before {
	content: "\f073";
}

.gk-format-video:before {
	content: "\f03d";
}

.attachment .hentry {
	margin: 0;
	padding: 0;
}

.attachment .entry-title:after {
	display: none;
}

.attachment .entry-header {
	background: #fff;
	margin-bottom: 0;
}

.attachment .entry-title {
	display: inline-block;
	margin: 0;
}

@media (max-width: 800px) {
	.attachment .entry-title {
		padding-left: 0;
		padding-right: 0;
	}
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	text-align: right;
}

@media (max-width: 900px) {
	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}
}

.attachment .entry-meta span {
	margin-left: 12px;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

@media (max-width: 900px) {
	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
}

.attachment .entry-attachment img {
	width: 100%;
}

.image-navigation {
	margin: 0 auto!important;
	padding: 0 65px!important;
	position: relative;
}

@media (max-width: 900px) {
	.image-navigation {
		padding: 0 35px!important;
	}
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous {
	float: left;
}

.image-navigation .nav-next {
	float: right;
}

.image-navigation .nav-parent {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
}

.image-navigation .meta-nav {
	font-size: 20px;
	font-weight: 300;
	vertical-align: -2px;
}

.attachment .entry-attachment, .attachment .type-attachment p {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
}

.attachment .entry-attachment {
	padding: 0 65px 65px 65px;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0;
}

.paging-navigation {
	clear: both;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
	text-align: center;
}

@media (max-width: 1140px) {
	.paging-navigation {
		margin: 10px 0 0 0;
	}
}

.pagination-item, .paging-navigation {
	display: block;
}

.paging-navigation a {
	padding: 0 25px 0 0;
}

@media (max-width: 800px) {
	.paging-navigation a {
		padding: 0 12px 0 0;
	}
}

.nav-links > div {
	display: inline;
}

.paging-navigation a, .pagination-item {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
}

@media (max-width: 800px) {
	.paging-navigation a, .pagination-item {
		font-size: 12px;
	}
}

.paging-navigation .nav-previous a:after, .paging-navigation .nav-next a:before {
	border-left: 1px solid #d5d5d5;
	content: "";
	display: inline-block;
	left: 25px;
	height: 18px;
	position: relative;
	top: 3px;
	width: 1px;
}

.paging-navigation .nav-next a {
	padding: 0 0 0 25px;
}

@media (max-width: 800px) {
	.paging-navigation .nav-next a {
		padding: 0 0 0 12px;
	}
}

.paging-navigation .nav-next a:before {
	left: -25px;
	right: auto;
}

@media (max-width: 800px) {
	.paging-navigation .nav-next a:before {
		left: -12px;
	}
}

.pagination-item {
	padding: 0 20px;
}

@media (max-width: 800px) {
	.pagination-item {
		padding: 0 8px;
	}
}

#comments, .author-info {
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, .07);
	margin: 42px auto;
	padding: 32px 72px;
}

@media (max-width: 800px) {
	#comments, .author-info {
		padding: 32px 36px;
	}
}

@media (max-width: 480px) {
	#comments, .author-info {
		padding: 20px 16px;
	}
}

.author-avatar .avatar {
	float: left;
	margin: 0 60px 0 0;
}

@media (max-width: 1040px) {
	.author-avatar .avatar {
		margin-right: 20px;
		margin-top: -5px;
	}
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font-weight: normal;
	margin: -14px 0 0 0;
}

@media (max-width: 800px) {
	.author-description .author-title {
		font-size: 18px;
	}
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

.author-bio {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.archive-title, .archive-meta, .page-header {
	font-size: 16px;
	margin: 13px auto;
	padding: 0 0 1px 0;
	text-align: center;
	width: 100%;
}

.archive-meta {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: -10px 0 0 0;
	padding: 0 0 11px;
}

.site-content.archive article {
	display: block;
	float: left;
	overflow: hidden;
	padding: 18px 10px;
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-ms-perspective: 500;
	perspective: 500;
	width: 25%;
}

@media screen and (max-width: 480px) {
	.site-content.archive article {
		padding: 18px 3px;
	}
}

.article-helper {
	padding-top: 100%;
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, .07);
	overflow: hidden;
	opacity: 0;
	position: relative;
	transform: rotateY(89deg);
	transform-origin: 0 50%;
	transition: all .5s ease-out;
	height: 0!important;
}

.no-animation > .article-helper, .article-helper.animated {
	opacity: 1;
	transform: rotateY(0);
}

.article-helper.fast-animation, .site-content.archive .post.hover-effect > div.fast-animation {
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	transition-duration: .25s;
}

.article-helper.slow-animation, .site-content.archive .post.hover-effect > div.slow-animation {
	-webkit-transition-duration: .75s;
	-moz-transition-duration: .75s;
	-ms-transition-duration: .75s;
	transition-duration: .75s;
}

.article-helper.scale-animation, .article-helper.scale-top-animation, .article-helper.scale-center-animation {
	transform: scale(.5);
	transform-origin: 50% 100%;
}

.article-helper.scale-top-animation {
	transform-origin: 50% 0%;
}

.article-helper.scale-center-animation {
	transform-origin: 50% 50%;
}

.article-helper.scale-animation.animated, .article-helper.scale-top-animation.animated, .article-helper.scale-center-animation.animated {
	transform: scale(1);
}

.article-helper.flip-center-animation {
	transform-origin: 50% 50%;
}

.article-helper.opacity-animation {
	transform: none;
}

#content .article-helper.notloaded {
	background: #f5f5f5 url('images/loader.gif') no-repeat center center;
}

.post-preview {
	background: rgba(255,255,255,0.8);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 56px 36px 36px 36px;
}

.post-preview[data-url] {
	cursor: pointer;
}

.post-preview.transition {
	transition: all .3s ease-out;
}

.article-helper.article-hover .post-preview {
	width: 100%;
}

.post-preview.animation-slide-up {
	top: 100%;
}

.article-helper.article-hover .post-preview.animation-slide-up {
	top: 0;
}

.post-preview.animation-slide-down {
	top: -100%;
}

.article-helper.article-hover .post-preview.animation-slide-down {
	top: 0;
}

.post-preview.animation-slide-left {
	left: -100%;
	top: 0;
}

.article-helper.article-hover .post-preview.animation-slide-left {
	left: 0;
}

.post-preview.animation-slide-right {
	right: -100%;
	top: 0;
}

.article-helper.article-hover .post-preview.animation-slide-right {
	right: 0;
}

.post-preview.animation-opacity {
	opacity: 0;
	top: 0;
}

.article-helper.article-hover .post-preview.animation-opacity {
	opacity: 1;
}

.post-preview.animation-scale {
	opacity: 0;
	top: 0;
	transform: scale(.5);
}

.article-helper.article-hover .post-preview.animation-scale {
	opacity: 1;
	transform: scale(1);
}

#content .article-helper .tags-links {
	background: #fff;
	border-top: 0;
	bottom: 0;
	color: #b5b5b5;
	font-size: 11px;
	height: 68px;
	overflow: visible;
	padding: 0;
	position: absolute;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 2;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 480px) {
	#content .article-helper .tags-links {
		bottom: 22px;
	}
}

#content .article-helper .tags-links:before {
	left: 20px;
}

.article-helper .post-image {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	padding-top: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	transition: all 0.3s ease;
}

.article-helper .post-image.loaded {
	opacity: 1;
}

.el-transition-long {
	transition: all .75s ease-out;
}

.article-helper .entry-title, .article-helper .entry-summary {
	padding: 0;
}

.article-helper header.no-anim img {
	opacity: 0;
}

.article-helper .entry-title {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 24px 0;
}

.article-helper .entry-summary p {
	font-size: 13px;
	margin: 0;
	color: #363636;
}

.article-helper .entry-summary > a {
	color: #777;
	display: block;
}

.article-helper .entry-summary > a:active, .article-helper .entry-summary > a:focus, .article-helper .entry-summary > a:hover {
	color: #aaa;
}

.page-title {
	font-size: 2em;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#gk-search > div {
	padding: 0 0 15px 0;
}

.search-no-results #gk-footer > div {
	margin-left: 0;
}

.page-content {
	background: #fff;
	padding: 40px;
	text-align: center;
}

.search-form {
	text-align: center;
}

.search-no-results .site-main #page {
	padding-bottom: 60px;
}

.site-content.archive #gk-search, .search-no-results .page-content {
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, .07);
	margin: 0 auto 12px;
	padding: 0 72px 20px 72px;
	height: auto;
	float: none;
}

@media (max-width: 800px) {
	.site-content.archive #gk-search, .search-no-results .page-content {
		max-width: 95%;
		padding: 20px 10px 10px 10px;
	}
}

.search-no-results .page-content {
	padding: 50px 72px 50px 72px;
}

.page-content .search-submit {
	margin-top: 0;
}

.error404 .entry-title {
	text-align: center;
}

.error404 .site-main #page {
	padding-bottom: 60px;
}

#comments {
	margin: 32px auto 50px auto;
}

#comments .no-password {
	margin-top: 0;
}

.comment-list > .comment:last-child > .comment-body {
	border-bottom: none;
}

.comment-post-author {
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	position: relative;
	top: -1px;
}

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.comments-title {
	margin-top: 0;
	padding-bottom: 20px;
}

.comments-title, .comment-reply-title {
	border-bottom: 2px solid #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0!important;
}

.comments-title > span, .comment-reply-title > span {
	border-bottom: 2px solid #e5e5e5;
	display: block;
	float: left;
	line-height: 32px;
	margin-bottom: -7px;
}

.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 32px;
}

.comment-list > li:after, .comment-list .children > li:before {
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	border-top: 2px solid #e5e5e5;
	padding: 32px 0;
	position: relative;
}

.comment-list > li:first-child > .comment-body {
	border-top: none;
}

.children .comment-body {
	border-top: 1px solid #e5e5e5;
}

.comment-author {
	float: left;
	max-width: 74px;
	text-align: center;
}

@media (max-width: 359px) {
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 359px) {
	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login, .comment-list .edit-link {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.comment-reply-link {
	float: right;
}

.says {
	display: none;
}

.comment-list .edit-link {
	float: right;
	margin-left: 20px;
}

.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	padding-left: 80px;
	width: 100%;
}

@media (max-width: 359px) {
	.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
		padding-left: 38px;
	}
}

.comment-meta {
	position: absolute;
	width: 100%;
}

.comment-metadata {
	position: absolute;
	width: 100%;
	margin-bottom: 0;
}

.comment-content {
	padding-top: 16px;
}

.comment-meta, .comment-meta a {
	color: #333;
	font-size: 13px;
}

.comment-metadata > a {
	float: right;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-respond {
	padding: 30px 0 0 0;
}

@media (max-width: 800px) {
	.comment-respond {
		padding: 0;
	}
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px 0;
}

.comment-reply-title {
	margin: 0 0 40px;
	padding-bottom: 15px;
}

@media (max-width: 480px) {
	.comment-reply-title {
		margin: 0 0 20px;
	}
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	margin-top: 7px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f00d";
	font-family: FontAwesome;
	margin-right: 8px;
	vertical-align: top;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback, .comment-list .trackback {
	font-size: 14px;
	padding-top: 8px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

#prev-post, #next-post {
	height: 54px;
	left: 0;
	position: fixed;
	top: 50%;
	width: 54px;
}

@media (max-width: 480px) {
	#prev-post, #next-post {
		display: none;
	}
}

#next-post {
	left: auto;
	right: 0;
}

#prev-post > a, #next-post > a {
	background: #333;
	border-radius: 0 50% 50% 0;
	display: block;
	height: 54px;
	margin-left: -12px;
	transition: all .3s ease-out;
	width: 54px;
}

#next-post > a {
	border-radius: 50% 0 0 50%;
	margin-left: auto;
	margin-right: -12px;
}

#prev-post > a:hover, #next-post > a:hover {
	margin-left: 0;
}

#next-post > a:hover {
	margin-left: auto;
	margin-right: 0;
}

#prev-post:hover i {
	text-indent: -10px;
}

#next-post:hover i {
	text-indent: 10px;
}

#prev-post i, #next-post i {
	color: #fff;
	font-size: 24px;
	line-height: 54px;
	text-align: center;
	text-indent: 6px;
	transition: all .3s ease-out;
	width: 54px;
}

#next-post i {
	text-indent: -6px;
}

.search-topbar {
	right: 10px;
	position: absolute;
	top: 12px;
}

.admin-bar .search-topbar {
	top: 44px;
}

@media (max-width: 782px) {
	.admin-bar .search-topbar {
		top: 58px;
	}
}

.search-topbar input[type="submit"] {
	border-radius: 0 20px 20px 0;
	border: 1px solid #89caa1;
	background-color: #89caa1;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	color: white;
}

.search-topbar label {
	display: flex;
}

.search-topbar-field {
	border-radius: 20px 0 0 20px;
	text-indent: 5px;
}

.search-topbar-field:focus-visible {
	outline: none;
}

.social-menu-topbar {
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 22px;
}

.admin-bar .social-menu-topbar {
	top: 54px;
}

@media (max-width: 782px) {
	.admin-bar .social-menu-topbar {
		top: 68px;
	}
}

.social-menu-topbar li, .social-menu-topbar li > a {
	transition: all 0.3s ease-out;
	display: inline-block;
	height: 32px;
	margin: 0 1px;
	opacity: 0.7;
	overflow: hidden;
	width: 22px;
}

.social-menu-topbar li:before {
	color: #ccc;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 24px;
}

.social-menu-topbar li > a {
	display: block;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	top: -32px;
}

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

article .widget {
	background-color: transparent!important;
}

.widget .widget-title {
	margin: 0 0 16px 0;
}

.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
	margin-left: 20px;
}

.widget .search-form {
	text-align: left;
}

.widget .search-form .search-submit {
	display: none;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date, .widget_rss li > cite {
	color: #bbb;
	font-size: 12px;
}

.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar th {
	background: #f5f5f5;
	color: #333;
	font-size: 12px;
	font-weight: 600;
}

.widget_calendar td {
	padding: 7px;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

#gk-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, #gk-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

select {
	max-width: 100%;
}

#gk-bottom .wp-caption .wp-caption-text, #gk-bottom .entry-caption, .gallery-caption {
	color: #999;
	font-size: 12px;
}

.tagcloud a {
	margin: 5px;
	vertical-align: middle;
}

.widget widget_rss li {
	padding: 10px 0;
}

#gk-bottom .search-field {
	width: 100%;
}

#gk-footer {
	clear: both;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 750px;
	padding: 0 1em;
	text-align: center;
	width: 100%;
}

#gk-footer .widget-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

#gk-footer .widget-area {
	text-align: left;
	padding: 0;
	overflow: hidden;
}

#gk-footer .widget-area .widget:nth-child(3n+1) {
	clear: both;
}

#gk-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 25px;
	width: 50%;
}

@media (max-width: 800px) {
	#gk-footer .widget {
		width: 100%!important;
	}
}

#gk-bottom a:active, #gk-bottom a:focus, #gk-bottom a:hover {
	color: #000;
}

#gk-bottom, #gk-bottom .widget {
	color: #8e9798;
}

#gk-bottom p {
	margin: 0 20px 12px 0;
}

#gk-bottom p i {
	color: #c3c8c9;
	font-size: 14px;
	padding: 0 8px 0 0;
	position: relative;
	top: 1px;
}

#gk-bottom .footer-phone, #gk-bottom .footer-email {
	float: left;
}

#gk-bottom dl dt, #gk-bottom dl dd {
	display: block;
	float: left;
	margin-bottom: 12px;
	padding: 0;
}

#gk-bottom dl dd {
	margin: 0 20px 12px 4px;
}

#gk-bottom dl dt:nth-child(5n) {
	clear: both;
}

#gk-social {
	font-size: 20px;
	margin: 0 0 29px 0;
	text-align: center;
}

.social-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

.social-menu li, .social-menu li > a {
	transition: all 0.3s ease-out;
	display: inline-block;
	height: 32px;
	margin: 0 3px;
	opacity: 0.7;
	overflow: hidden;
	width: 22px;
}

.social-menu li:before {
	color: #ccc;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 24px;
}

.icon-gplus:before {
	content: "\f0d4";
}

.icon-fb:before {
	content: "\f082";
}

.icon-twitter:before {
	content: "\f081";
}

.icon-pinterest:before {
	content: "\f0d3";
}

.icon-youtube:before {
	content: "\f166";
}

.icon-rss:before {
	content: "\f143";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-behance:before {
	content: "\f1b4";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-github:before {
	content: "\f092";
}

.icon-vimeo:before {
	content: "\f194";
}

.icon-linkedin:before {
	content: "\f08c";
}

.social-menu li > a {
	display: block;
	margin: 0;
	position: relative;
	text-indent: -9999px;
	top: -32px;
}

#gk-copyrights {
	padding: 0;
	text-align: center;
}

#gk-copyrights > p {
	margin: 0;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

#gk-bottom + #gk-copyrights {
	margin-top: 20px;
}

#gk-footer.light-bg .widget-title {
	color: #333;
}

#gk-footer.light-bg .widget-area {
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

#gk-footer.light-bg .widget_rss .rss-date, #gk-footer.light-bg .widget_rss li > cite {
	color: #bbb;
}

.text_center {
	text-align: center!important;
}

.mgn-top-40 {
	margin-top: 40px!important;
}

.mgn-top-20 {
	margin-top: 20px!important;
}

.mgn-btm-40 {
	margin-bottom: 40px!important;
}

.mgn-btm-20 {
	margin-bottom: 20px!important;
}

.max-w600 {
	max-width: 600px;
}

.max1300 {
	max-width: 1300px;
	margin: auto;
}

.max1200 {
	max-width: 1200px;
	margin: auto;
}

.max1000 {
	max-width: 1000px;
	margin: auto;
}

.max820 {
	max-width: 820px;
	margin: auto;
}

.fullscreen-width {
	width: 100%;
}

.maximum-width {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.content-width {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
}

.single-content-width {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.horizontal-margin {
	width: calc(100% - 36px);
	margin-right: auto;
	margin-left: auto;
}

@media ( min-width: 700px ) {
	.horizontal-margin {
		width: calc(100% - 72px);
	}
}

.pdg01 {
	padding: 0 1em;
}

.pdg10 {
	padding: 1em 0;
}

.pdg11 {
	padding: 1em;
}

.side-mgn-16 {
	margin-left: 16px;
	margin-right: 16px;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}

.hover_effect {
	transition: all 0.3s ease;
	overflow: hidden;
}

.hover_effect:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.tategaki {
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 600px) {
	.tategaki {
		justify-content: center;
		writing-mode: horizontal-tb;
	}
}

.blanding-button , .branding-button {
	max-width: 300px;
	margin: 1em auto;
	padding: 1em 0;
	text-align: center;
	border: 1px solid gray;
	border-radius: 10px;
}

.entry-content img {
	box-shadow: none;
}

.wp-block-image.aligncenter {
	text-align: center;
	margin: auto;
}

.wp-block-column > * {
	margin: 10px;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

.jc-center {
	justify-content: center;
}

.jc-around {
	justify-content: space-around;
}

.jc-between {
	justify-content: space-between;
}

.jc-start {
	justify-content: flex-start;
}

.ai-center {
	align-items: center;
}

.ac-center {
	align-content: center;
}

.reverse {
	flex-direction: column-reverse;
}

.flex25 {
	flex: 0 0 24.8%;
}

.flex30 {
	flex: 0 0 29.8%;
}

.flex33 {
	flex: 0 0 33%;
}

.flex50 {
	flex: 0 0 50%;
}

.flex66 {
	flex: 0 0 66.666%;
}

.flex70 {
	flex: 0 0 70%;
}

.flex75 {
	flex: 0 0 75%;
}

.flex100 {
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

.separater {
	display: block;
	width: 100%;
	height: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #888;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background: #fff;
	color: #777;
	font-size: clamp(14px, calc( 1.05vw + 10.7px ) , 18px);
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

a {
	text-decoration: none;
	transition: all 0.3s ease-out;
}

a.inverse,a:active,a:focus,a:hover {
	color: #363636;
}

img {
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #363636;
	font-weight: 300;
}

h2 , h3 , h4 , h5 {
	margin: 0.5em 0;
}

h2 , h3 , h4 {
	text-align: center;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 1em 0 2em;
}

.page-id-2831 h3 {
	text-align: left;
}

.page-id-2831 #gk-footer h3 {
	text-align: center;
}

.single .category-cat_info h2 , .category-cat_info h3 , .category-cat_info h4 {
	text-align: left;
	word-break: keep-all;
}

.category-cat_branding h4 {
	margin-top: 5vh;
}

.category-cat_info #gk-footer h3 {
	text-align: center;
}

.page #primary {
	width: 1000px;
	max-width: 100%;
}

.home #primary , .page-id-32 #primary {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: white;
}

.page.page-id-2831 #primary {
	width: 800px;
}

.entry-header.sticky:before , .sticky .post-preview:before , .article-helper.sticky:before {
	content: none;
}

.entry-header.sticky:after , .sticky .post-preview:after , .article-helper.sticky:after {
	content: none;
}

#mobile-menu-opener {
	border: 1px solid #777;
	border-radius: 2px;
	content: "≡ Menu";
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 6px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	transition: color 0.3s ease;
}

@media screen and (min-width: 801px) {
	#mobile-menu-opener {
		display: none;
	}
}

#mobile-menu-opener .close {
	display: none;
}

#mobile-menu-opener.closebtn .close {
	display: inline;
}

#mobile-menu-opener .open {
	display: inline;
}

#mobile-menu-opener.closebtn .open {
	display: none;
}

.sub-menu-toggle {
	display: none;
}

@media(max-width: 800px) {
	.sub-menu-toggle {
		display: flex;
		margin: 0;
		right: 20px;
		bottom: 0;
		align-items: center;
		padding: 0.5em 0.5em 0;
		border: 0;
	}
}

.sub-menu-toggle svg {
	width: 1.5em;
	height: 1.5em;
	color: black;
}

.sub-menu .sub-menu-toggle svg {
	color: white;
}

.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

body .nav-menu .current_page_item > a, body .nav-menu .current_page_ancestor > a, body .nav-menu .current-menu-item > a, body .nav-menu .current-menu-ancestor > a {
	border-color: #1e73be;
	color: #1e73be!important;
}

.mitsuboshi-banner figure {
	padding-block: 30px;
	display: grid;
	place-items: center;
}

.mitsuboshi-banner img {
	margin-inline: auto;
}

#masthead {
	text-align: center;
	overflow: hidden;
}

.home #masthead {
	height: 100vh;
}

.home .home-banner-set {
	background-color: #89caa1;
}

.home .home-banner-set h3 , .home .home-banner-set h4 {
	color: white;
}

#fixed-header {
	position: fixed;
	z-index: 51;
	right: 0;
	left: 0;
	transition: all 0.5s ease;
	background-color: transparent;
}

@media screen and (max-width: 720px) {
	#fixed-header {
		background: transparent;
	}
}

#fixed-header.colored {
	background-color: white;
}

body:not(.home) #fixed-header {
	background-color: white;
}

.fixed-header-inner {
	position: relative;
}

#fixed-header .max1300 {
	position: relative;
	margin-top: 10px;
}

.header-titles {
	width: 45%;
	max-width: 200px;
	margin: 0 auto;
}

.nav-menu > li .sub-menu {
	background-color: black;
}

.nav-menu .sub-menu li a {
	color: #fff;
}

.home .nav-menu > li > a {
	color: black;
}

@media screen and (max-width: 720px) {
	.home .nav-menu > li > a {
		color: black;
	}
}

.archive-title {
	font-size: 20px;
	line-height: 1.2;
	padding-top: 2em;
}

.archive-title .eng {
	font-size: 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.header-media {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: 0;
}

.bx-viewport {
	height: 100vh!important;
}

ul.bxslider {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul.bxslider li {
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.bx-wrapper img {
	position: fixed;
	top: 100%;
	left: 50%;
	width: auto;
	min-width: 100vw;
	max-width: 1000%;
	height: 100vh;
	transform: translateX(-50%) translateY(-100%);
}

@supports (object-fit: cover) {
	@supports not(object-position: center) {
		.bx-wrapper img {
			transform: translateX(-50%) translateY(-100%)!important;
			object-fit: cover;
		}
	}
}

@supports (object-position: center) {
	.bx-wrapper img {
		top: 0;
		left: 0;
		width: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.main-caption {
	font-size: 1.8em;
	position: absolute;
	right: 0;
	left: 0;
}

.sub-caption {
	position: absolute;
	right: 0;
	left: 0;
}

.slide-1 .main-caption {
	bottom: 20%;
}

.slide-1 .sub-caption {
	font-size: 1.2em;
	bottom: calc(20% - 1.5em);
}

.slide-5 .main-caption {
	top: 50%;
	right: auto;
	left: 50%;
	display: inline-block;
}

.slide-5 .sub-caption {
	font-size: 1em;
	top: calc(150px + 2em);
}

.home.page .entry-content , .page-id-32 .entry-content {
	padding: 0!important;
}

#origin {
	line-height: 50px;
	background-image: url(/wp-content/uploads/2019/03/origin_back.png);
	background-repeat: no-repeat;
	background-position: center;
}

#works {
	line-height: 50px;
	background-image: url(/wp-content/uploads/2019/03/works_back.png);
	background-repeat: no-repeat;
	background-position: center;
}

#outline {
	line-height: 50px;
	background-image: url(/wp-content/uploads/2019/03/outline_back.png);
	background-repeat: no-repeat;
	background-position: center;
}

#location {
	line-height: 50px;
	background-image: url(/wp-content/uploads/2019/03/location_back.png);
	background-repeat: no-repeat;
	background-position: center;
}

.g-w {
	background-color: #eee;
}

@media screen and (max-width: 600px) {
	.g-w {
		background-color: white;
	}
}

.w-g {
	background-color: white;
}

@media screen and (max-width: 600px) {
	.w-g {
		background-color: #eee;
	}
}

.home footer.entry-meta {
	margin-top: 0;
}

#gk-bottom {
	color: black;
}

.home #gk-footer {
	position: relative;
	max-width: 100%;
	background-color: #89caa1;
}

#gk-footer .flex50:first-child {
	max-width: 270px;
}

#gk-footer .flex50:last-child {
	max-width: 150px;
}

@media screen and (max-width: 600px) {
	#gk-footer .flex50:last-child {
		max-width: 270px;
	}
}

.site-main , #content > .flex-box > article {
	position: relative;
	height: auto;
	margin-top: 134px;
}

@media(max-width: 800px) {
	.site-main , #content > .flex-box > article {
		margin-top: 90px;
	}
}

.cat_shortcut .article-helper {
	padding-top: -webkit-calc(75% + 68px);
	display: block;
}

.article-helper.article-hover .post-image {
	background-size: auto 120%;
}

.cat_shortcut .article-helper .post-image {
	padding-top: 75%;
}

.category-description {
	max-width: 1000px;
	margin: auto;
	padding: 0 0.5em;
}

.sticky-posts-box a {
	position: relative;
	flex: 0 0 24%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 0;
	padding-top: 24%;
	width: 24%;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.sticky-posts-box a {
		flex: 0 0 49%;
		height: 0;
		padding-top: 49%;
	}
}

.sticky-posts-box figure {
	position: absolute;
	overflow: hidden;
	max-width: 420px;
	top: 0;
	height: 100%;
	width: 100%;
}

.sticky-posts-box figure::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #888;
	mix-blend-mode: multiply;
	z-index: 1;
	transition: transform 0.3s linear;
}

.sticky-posts-box figure::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.5));
	mix-blend-mode: screen;
	z-index: 2;
	transform: translateY(-100%);
	transition: transform 0.3s linear;
}

.sticky-posts-box figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sticky-posts-box figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
}

.sticky-posts-box a:hover figure::before {
	transform: translateY(-100%);
}

.sticky-posts-box a:hover figcaption {
	color: transparent;
}

.sticky {
	color: white;
}

.sticky .post-box-inner a {
	color: cornflowerblue;
}

.entry-title-list-wrap {
	max-width: 800px;
	margin: auto;
}

.entry-title-list-wrap ul {
	margin: auto;
	padding: 0.5em;
	list-style: none;
}

.entry-title-list-wrap ul li {
	margin: 0.3em 0;
	padding: 0.5em;
	background-color: #fafafa;
	transition: all 0.5s ease;
	border: 1px solid #eee;
}

.entry-title-list-wrap ul li .post-date {
	display: inline-block;
	vertical-align: top;
	width: 8em;
}

.entry-title-list-wrap ul li a {
	display: inline-block;
	width: calc(100% - 8em);
	min-width: 247px;
	word-break: keep-all;
}

@media screen and (max-width:458px) {
	.entry-title-list-wrap ul li a {
		display: block;
		width: 100%;
	}
}

.archiveList {
	max-width: 150px;
	margin: auto;
}

.past-entry-wrap {
	max-width: 1000px;
	margin: 2em auto;
}

.entry-title-list-wrap ul li:hover {
	color: white;
	background-color: black;
}

.entry-title-list-wrap ul li:hover a {
	color: cornflowerblue;
}

.auto_post_img {
	text-align: center;
}

.auto_post_img img {
	max-width: 300px;
	width: 100%;
}

.category-cat_branding .not-display-branding {
	display: none;
}

.contact_block {
	float: left;
	width: 50%;
	padding: 1em;
}

@media (max-width: 720px) {
	.contact_block {
		width: 100%;
	}
}

.contact_block .telnum {
	font-size: 1.5em;
}

.contact_block .zipadd {
	font-size: 1.2em;
}

.contact_block input[type="file"] {
	padding: 0.5em;
	width: 100%;
}

.centering {
	text-align: center;
}

.leftbox {
	border-right: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

@media screen and (max-width: 600px) {
	.leftbox {
		border-right: none;
		border-left: none;
	}
}

.rightbox {
	border-bottom: 1px dotted #888;
}

.rightbox-inner {
	max-width: 700px;
	margin: auto;
	padding: 4.7%;
}

.rowreverse {
	flex-direction: row-reverse;
}

.rowreverse .leftbox {
	border-right: none;
	border-left: 1px solid #888;
}

.page-id-3856 .site-main #page,.page-id-3856 .site-main #page #primary,.page-id-4605 .site-main #page,.page-id-4605 .site-main #page #primary {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

.page-id-3856 .site-main #page .entry-content,.page-id-4605 .site-main #page .entry-content {
	padding: 0;
}

.page-id-3856 .entry-content,.page-id-4605 .entry-content {
	padding-top: 0!important;
}

#subsidy_wrap {
	font-size: 20px;
	color: black;
}

@media (max-width: 600px) {
	#subsidy_wrap {
		font-size: 16px;
	}
}

#subsidy_wrap a {
	color: black;
	text-decoration: none;
}

#subsidy_wrap img {
	box-shadow: none;
}

#subsidy_wrap p {
	margin: 0;
}

#subsidy_top {
	background-color: #89caa1;
}

#subsidy_top figure {
	max-width: 1260px;
	margin: auto;
}

#subsidy_top img {
	vertical-align: bottom;
}

.subsidy_catch {
	max-width: 1000px;
	margin: 30px auto;
	display: flex;
	align-items: center;
}

.subsidy_catch .catch {
	padding: 1em 0;
}

.subsidy_catch img {
	box-shadow: none;
	vertical-align: bottom;
	padding: 0 1em;
	max-width: 50vw;
}

.subsidy_catch .catch p {
	font-size: 1.3em;
	margin: 0;
	padding: 0 1em;
	color: black;
	line-height: 2.3em;
	font-weight: 600;
}

.subsidy_catch .catch p span {
	background-image: url(/wp-content/uploads/2020/05/wave.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 5px;
}

.belt {
	background-color: #FFF100;
	font-size: 1em;
	padding: 1em;
	text-align: center;
	position: relative;
}

.belt:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 40px 0 40px;
	border-color: #fff200 transparent transparent transparent;
}

.belt p {
	color: black;
	margin: 0;
	font-size: 1.2em;
}

.specification {
	font-size: 1em;
	color: black;
	border: 1px solid gray;
	border-radius: 10px;
	overflow: hidden;
}

.specification > div {
	padding: 15px 0;
	border-bottom: 1px solid gray;
}

.specification > div:nth-child(odd) {
	background-color: #e5e5e5;
}

#subsidy_wrap .specification p {
	margin: 15px 0;
	line-height: 1;
	padding: 0 15px;
}

.specification .large {
	font-size: 1.2em;
	color: red;
}

.specification ul {
	margin: 0;
}

.specification ul li {
	padding-right: 15px;
}

#subsidy_wrap .features > section {
	flex-basis: 25%;
	flex-grow: 1;
	font-size: 16px;
	margin-bottom: 20px;
}

@media (max-width: 1100px) {
	#subsidy_wrap .features > section {
		flex-basis: 50%;
	}
}

@media (max-width: 600px) {
	#subsidy_wrap .features > section {
		flex-basis: 100%;
	}
}

#subsidy_wrap .features figure {
	text-align: center;
}

#subsidy_wrap .features h3 {
	font-size: 1.3em;
	height: 3.6em;
	max-width: 14em;
	margin: auto;
}

#subsidy_wrap .features > section > div {
	margin: 0 10px;
	background-color: #DAF2DE;
	border-radius: 10px;
	padding: 15px;
	height: 100%;
}

#subsidy_contact .flex-box {
	background-color: #FCBC06;
}

#subsidy_contact .flex-box > div img {
	display: block;
	margin: auto;
}

#subsidy_contact .flex-box > div p {
	padding: 0.3em 0.5em;
	display: inline-block;
	font-size: 20px;
	color: black;
	border-radius: 3px;
	margin-bottom: 0;
	margin-top: 1em;
}

#subsidy_contact .flex-box > div:first-child {
	background-color: #231815;
	text-align: center;
	color: white;
	padding: 0.5em;
}

#subsidy_contact .flex-box > div:nth-child(2) {
	background-color: #FCBC06;
	text-align: center;
	padding: 20px 0;
	border-right: 2px solid white;
	margin: 5px 0;
}

@media (max-width: 500px) {
	#subsidy_contact .flex-box > div:nth-child(2) {
		border-right: none;
		border-bottom: 2px solid white;
	}
}

#subsidy_contact .flex-box > div:nth-child(3) {
	background-color: #FCBC06;
	text-align: center;
	padding: 20px 0;
	margin: 5px 0;
}

.example_SBSS .flex-box > a {
	flex-basis: 25%;
	display: block;
	font-size: 16px;
}

@media (max-width: 700px) {
	.example_SBSS .flex-box > a {
		flex-basis: 33%;
	}
}

@media (max-width: 600px) {
	.example_SBSS .flex-box > a {
		flex-basis: 50%;
	}
}

@media (max-width: 500px) {
	.example_SBSS .flex-box > a {
		font-size: 14px;
	}
}

.example_SBSS figure {
	margin: 8px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.example_SBSS figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-color: black;
	z-index: -1;
}

.example_SBSS figure + p {
	text-align: center;
}

.example_SBSS img {
	max-width: 100%;
	vertical-align: bottom;
}

.other_btn {
	display: block;
	text-align: center;
}

.other_btn a {
	display: block;
	width: 90%;
	max-width: 500px;
	background-color: #E2A203;
	position: relative;
	z-index: 0;
	margin: 20px auto;
	font-size: 1.3em;
	text-align: center;
	line-height: 1;
	padding: 1em 1em calc(1em + 8px);
	border-radius: 10px;
}

.other_btn a:before {
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FCBC06;
	border-radius: 10px;
	z-index: -1;
}

.download_btn {
	display: block;
	text-align: center;
}

.download_btn a {
	display: block;
	width: 90%;
	max-width: 1000px;
	padding: 25px;
	background-color: #DDC700;
	margin: 40px auto;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}

.download_btn a:before {
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF100;
	border-radius: 10px;
	z-index: -1;
}

#float_contact {
	position: fixed;
	bottom: 10px;
	right: 25px;
	width: 180px;
	transition: all 0.5s ease;
}

@media (max-width: 1670px) {
	#float_contact {
		width: 90px;
		height: 40px;
		bottom: 10px;
		right: 25px;
	}
}

#float_contact.up {
	right: 25px;
	bottom: 55px;
}

@media (max-width: 1670px) {
	#float_contact.up {
		right: 70px;
		bottom: 10px;
	}
}

#float_contact .flex-box {
	background-color: #FCBC06;
}

#float_contact .flex-box > div {
	flex-basis: 100%;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s ease;
}

@media (max-width: 1670px) {
	#float_contact .flex-box > div {
		flex-basis: 45px;
		padding: 6px 10px!important;
	}
}

#float_contact .flex-box > div:first-child {
	background-color: black;
	color: white;
}

@media (max-width: 1670px) {
	#float_contact .flex-box > div:first-child {
		display: none;
	}
}

#float_contact p {
	color: black;
	overflow: hidden;
	transition: all 0.3s ease;
}

@media (max-width: 1670px) {
	#float_contact p {
		width: 0;
		height: 0;
	}
}

#float_contact img {
	vertical-align: bottom;
	padding: 2.5px 0 3px;
}

.ggmap {
	position: relative;
	overflow: hidden;
	max-width: 750px;
	height: 0;
	padding-top: 0;
	padding-bottom: 80%;
	text-align: center;
	vertical-align: top;
}

@media screen and (max-width: 800px) {
	.ggmap {
		padding-bottom: 100%;
	}
}

.ggmap iframe , .ggmap object , .ggmap embed {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.return-top-wrap {
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	margin: auto;
}

#return-top {
	position: absolute;
	z-index: 5;
	right: 25px;
	bottom: 0;
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 10px;
	background: #bbb;
}

.page-id-3856 #return-top,.page-id-4605 #return-top {
	width: 180px;
}

#return-top:before {
	font-family: "dashicons";
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	content: "\f142";
	color: #fff;
}

#return-previous {
	position: absolute;
	z-index: 5;
	right: 85px;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
	background: #bbb;
}

#return-previous:before {
	font-family: "dashicons";
	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 100%;
	height: 100%;
	content: "\f141";
	color: #fff;
}

figure.noshadow img {
	box-shadow: none;
}

.fa-arrow-right {
	margin-left: 10px;
}

.fa-arrow-right::before {
	content: "→";
	font-style: normal;
	font-weight: bold;
}

.fa-arrow-left {
	margin-left: 15px;
}

.fa-arrow-left::before {
	content: "←";
	font-style: normal;
	font-weight: bold;
}

form.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.grecaptcha-badge {
	bottom: 60px!important;
}

#whatsNew {
	max-width: 1260px;
	margin: 40px auto;
}

.posts-list {
	margin: auto;
	padding: 20px 10px;
	position: relative;
	max-width: 800px;
	height: 400px;
}

@media(min-width: 500px) {
	.posts-list {
		padding: 30px 30px 100px;
	}
}

.posts-list.with-button {
	padding-bottom: 80px!important;
}

.posts-list h3 {
	font-weight: var(--midiumFontWeight);
	display: inline-block;
	border-bottom: 1px solid var(--themeColor);
}

.posts-list .item-wrap {
	text-align: left;
	height: 300px;
	overflow-y: auto;
}

.posts-list .item {
	padding: 16px 10px 21px;
	font-size: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='black' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" );
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #f5f5f5;
}

.posts-list .item:nth-of-type(1) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='black' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" ), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1' viewBox='0 0 1000 1'%3E%3Cline x2='1000' transform='translate(0 0.5)' fill='none' stroke='white' stroke-width='1' stroke-dasharray='3 3'/%3E%3C/svg%3E" );
	background-repeat: repeat-x,repeat-x;
	background-position: center bottom,center top;
	padding: 21px 10px;
}

.posts-list .title-block {
	display: inline-block;
}

.posts-list .title-block a {
	text-decoration: none;
}

.more-read {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.more-read button {
	border-radius: 5px;
	height: 4em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #bbb;
	color: white;
	cursor: pointer;
	transition: all 0.3s ease-out;
	margin: auto;
}

.more-read button:hover {
	background-color: var(--hoverColor);
	color: black;
}

#whatsNew h4 {
	line-height: 50px;
	background-image: url(/wp-content/uploads/2023/10/whatsnew_back.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#whatsNew h4 > div {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1.5em;
	top: auto;
	color: #ccc;
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	column-gap: 3%;
}

@media(min-width: 1000px) {
	.two-columns {
		grid-template-columns: 1fr 400px;
	}
}

.two-columns #main-column {
	background-color: white;
	padding-top: var(--variableSpaceS);
}

.two-columns #archive-sidebar {
	padding-top: var(--variableSpaceS);
}

.two-columns ul {
	list-style: none;
	padding: 0;
}

.two-columns ul li a {
	color: #777;
}

.two-columns .entry-content {
	padding: 0;
}

.single-unit {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

#archive-sidebar {
	position: fixed;
	left: calc(100% - 2em);
	background-color: #eee;
	transition: all 0.3s ease;
	top: 145px;
	width: 95%;
	padding: 1em 2em;
	border-radius: 20px 0 0 20px;
}

@media(min-width: 1000px) {
	#archive-sidebar {
		position: static;
		border-radius: 0;
	}
}

#archive-sidebar.opened {
	left: 2em;
}

#archive-sidebar #posts_list_opener {
	position: absolute;
	top: 2em;
	left: 0.5em;
	line-height: 1;
	writing-mode: vertical-rl;
}

@media(min-width: 1000px) {
	#archive-sidebar #posts_list_opener {
		display: none;
	}
}

#archive-sidebar .sidebar-block-wrap {
	height: calc(100vh - 145px);
	padding-bottom: 30px;
	overflow-y: auto;
}

#archive-sidebar #posts_list_opener:hover {
	color: red;
}

#archive-sidebar #posts_list_opener svg {
	width: 1em;
	height: 1em;
	transform: rotate(90deg);
}

#archive-sidebar.opened #posts_list_opener svg {
	transform: rotate(-90deg);
}

#archive-sidebar #posts_list_opener .open {
	display: inline;
}

#archive-sidebar.opened #posts_list_opener .open {
	display: none;
}

#archive-sidebar #posts_list_opener .close {
	display: none;
}

#archive-sidebar.opened #posts_list_opener .close {
	display: inline;
}

#archive-sidebar h2 {
	font-size: 24px;
	text-align: left;
	margin-block-end: 0.5em;
}

#archive-sidebar select {
	font-size: var(--rfs16);
	margin: 0 10px;
	padding: 0.5em;
	width: calc(100% - 20px);
	background-color: white;
	border: 1px solid #ccc;
}

#load-more {
	display: block;
	margin-inline: auto;
}


/* ===== Rules without matching base selector ===== */

@media(max-width: 800px) {
	.main-navigation.opened .nav-menu {
		position: static;
		margin: 20px auto;
		background: #fff;
		border: 1px solid #e5e5e5;
		width: 90%;
		grid-template-columns: auto auto auto auto;
		grid-template-rows: 3em 3em;
	}
}

@media(max-width: 550px) {
	.main-navigation.opened .nav-menu {
		grid-template-columns: auto auto;
		grid-template-rows: 3em 3em 3em 3em;
	}
}

@media(min-width: 801px) {
	.no-touch-screen ul.nav-menu li:hover > ul, .no-touch-screen .nav-menu ul li:hover > ul, .touch-screen ul.nav-menu li.opened > ul, .touch-screen .nav-menu ul li.opened > ul {
		left: auto;
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}

@media(hover: hover) {
	.sns-buttons a:hover {
		color: #89caa1;
	}
}

@media (max-width: 1599px) {
	#page {
		padding: 0 10px;
	}
}

@media (max-width: 1040px) {
	.author-info, #comments, .single #primary, .page #primary, .entry-meta {
		max-width: 95%;
	}
}

@media (max-width: 1040px) {
	.entry-meta {
		margin: 0 auto;
		padding: 0;
	}
}

@media (max-width: 1040px) {
	.author-info {
		max-width: 100%;
	}
}

@media (max-width: 900px) {
	.format-status .entry-content {
		padding-top: 40px;
	}
}

@media (max-width: 900px) {
	.format-status .entry-meta {
		padding-bottom: 40px;
	}
}

@media (max-width: 900px) {
	.error404 .entry-title span, .attachment .entry-attachment {
		padding: 35px 35px 20px 35px;
	}
}

@media (max-width: 900px) {
	.site-content.archive article[data-cols="3"], .site-content.archive article[data-cols="4"] {
		width: 50%!important;
	}
}

@media (max-width: 800px) {
	#gk-search input[type="submit"] {
		margin-top: 10px;
	}
}

@media (max-width: 800px) {
	.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
}

@media (max-width: 800px) {
	.entry-content img.alignright, .entry-content .wp-caption.alignright {
		margin-right: 0;
	}
}

@media (max-width: 800px) {
	.attachment .image-navigation, .attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 800px) {
	.nav-menu li .eng {
		display: none;
	}
}

@media (max-width: 800px) {
	.nav-menu li.current-menu-item > a {
		border-radius: 0;
		color: #fff;
	}
}

@media (max-width: 800px) {
	.nav-menu li.current_page_ancestor > a {
		border: none!important;
		color: #777;
	}
}

@media (max-width: 800px) {
	.nav-menu li.current-menu-item a + .nav-menu li a {
		border-top: 0;
	}
}

@media (max-width: 800px) {
	.post-preview .entry-title {
		padding: 0!important;
	}
}

@media (max-width: 800px) {
	#content .post-meta, .entry-content, .entry-summary {
		padding: 0 36px;
	}
}

@media (max-width: 800px) {
	.paging-navigation .nav-previous a:after {
		left: 12px;
	}
}

@media (max-width: 800px) {
	.form-submit {
		margin-bottom: 0;
	}
}

@media (max-width: 800px) {
	#submit {
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.site-content.archive article[data-cols="2"], .site-content.archive article[data-cols="3"], .site-content.archive article[data-cols="4"] {
		width: 50%!important;
	}
}

@media (max-width: 480px) {
	#content .featured-gallery {
		padding-left: 24px;
	}
}

@media (max-width: 480px) {
	#content .post-meta, .entry-content, .entry-summary {
		padding: 0 16px;
	}
}

@media (max-width: 480px) {
	.logged-in-as {
		font-size: 12px;
		margin: 0;
	}
}

@media (max-width: 359px) {
	.gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 50%;
	}
}

@media (max-width: 359px) {
	.gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 359px) {
	.gallery br {
		display: none;
	}
}

@media (max-width: 359px) {
	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}
}

@media (max-width: 359px) {
	.comment-metadata, .comment-content, .comment-list .reply {
		width: 100%;
	}
}

@media (min-width: 801px) {
	.menu-main-menu-container {
		height: auto!important;
	}
}

@media (max-width: 800px) {
	.search-topbar, .social-menu-topbar {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
}

@media only screen and (min-width: 600px) {
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 600px) {
	.wp-block-column:nth-child(even) {
		margin-left: 0;
	}
}

@media only screen and (min-width: 600px) {
	.wp-block-column:nth-child(odd) {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right.media-top {
		grid-template-areas: "media-text-media" "media-text-content";
	}
}

@media screen and (max-width: 600px) {
	.flex100-max600 {
		flex: 0 0 100%;
	}
}

@media (max-width: 800px) {
	.flex100-max800 {
		flex-basis: 100%;
	}
}

@media (max-width: 500px) {
	.flex90-max500 {
		flex-basis: 90%;
	}
}

@media(hover: hover) {
	#mobile-menu-opener:hover {
		color: #89caa1;
	}
}

@media(max-width: 800px) {
	.ancestor-wrapper {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
}

@media screen and (min-width: 801px) {
	.menu-item {
		position: relative;
	}
}

@media screen and (min-width: 801px) {
	.menu-item a {
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
	}
}

@media screen and (min-width: 801px) {
	.menu-item .menu-title-eng {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		font-size: 13px;
		transition: transform 0.5s ease-in;
		transform: rotateX(90deg) translateY(-18px) translateZ(18px);
	}
}

@media screen and (min-width: 801px) {
	.menu-item .menu-title {
		position: relative;
		z-index: 2;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		transition: transform 0.5s ease-in;
		transform: rotateX(0) translateY(0) translateZ(0);
	}
}

@media screen and (min-width: 801px) {
	body:not(.home) #menu-main > .menu-item > a {
		color: #555;
		background-color: white;
	}
}

@media screen and (min-width: 801px) {
	.home #menu-main > .menu-item > a:hover {
		color: black;
	}
}

@media screen and (min-width: 801px) {
	body:not(.home) #menu-main > .menu-item > a:hover {
		color: #555;
	}
}

@media screen and (min-width: 801px) {
	#menu-main li a div {
		text-align: center;
	}
}

@media screen and (min-width: 801px) {
	.home .nav-menu li a:hover {
		color: #89caa1;
	}
}

@media screen and (min-width: 801px) {
	body:not(.home) .nav-menu li a:hover {
		color: #555;
	}
}

@media screen and (min-width: 801px) {
	body:not(.home) .sub-menu li a:hover {
		color: white;
	}
}

@media screen and (min-width: 801px) {
	.sub-menu li a .menu-title-eng {
		background-color: black;
	}
}

@media screen and (min-width: 801px) {
	.menu-item a:hover .menu-title-eng {
		transform: rotateX(0) translateY(0) translateZ(0);
	}
}

@media screen and (min-width: 801px) {
	.menu-item a:hover .menu-title {
		transform: rotateX(-90deg) translateY(0) translateZ(18px);
	}
}

@media(max-width: 800px) {
	.nav-menu > li > .ancestor-wrapper + .sub-menu {
		display: none;
	}
}

@media(max-width: 800px) {
	.nav-menu > li > .ancestor-wrapper + .sub-menu.active {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin-inline: auto;
		background: black;
		box-shadow: none;
		opacity: 1;
		transform: translateY(0px) scale(1);
		width: 90%;
	}
}

@media screen and (max-width: 800px) {
	.nav-menu .sub-menu .sub-menu.active {
		display: block;
		background-color: white;
		padding: 0;
		position: static;
		opacity: 1;
		transform: none;
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.nav-menu .sub-menu .sub-menu li a {
		color: black;
	}
}

@supports (object-position: center) {
	.bx-wrapper .slide-1 img {
		object-fit: cover;
		object-position: center top;
		transition: opacity 0.3s ease;
	}
}

@supports (object-position: center) {
	.bx-wrapper .slide-1 img:hover {
		opacity: 0.5;
	}
}

@supports (object-position: center) {
	@media (max-width:1000px) {
		.bx-wrapper .slide-1 img {
			object-fit: cover;
			object-position: center top;
		}
	}
}

@media screen and (max-width: 720px) {
	#menu-main {
		max-height: calc(100vh - 130px);
		overflow-Y: auto;
	}
}

@media screen and (max-width: 720px) {
	#menu-main .menu-title-eng {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.slide-2 .main-caption {
		top: 100px;
	}
}

@media screen and (max-width: 720px) {
	.slide-2 .sub-caption {
		font-size: 1em;
		top: calc(100px + 2em);
	}
}

@media screen and (max-width: 800px) {
	.sticky-posts-box {
		max-width: 600px;
		margin: auto;
	}
}

@media (max-width: 1670px) {
	#return-top,.page-id-3856 #return-top {
		width: 40px;
	}
}

@media(min-width: 1000px) {
	#archive-sidebar .sidebar-block-wrap.fixed {
		position: fixed;
		top: 145px;
		width: calc(400px - 4em);
		height: calc(100vh - 145px);
		padding-bottom: 30px;
		overflow-y: auto;
	}
}