/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 zehitomo
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
	NOTE: this section is copy-pasted from normalize.css v4.1.1
	normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	line-height: 1.15; /* added by zehitomo */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

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

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display:none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: 700;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button], /* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*--------------------------------------------------------------
2.0 zehitomo
	NOTE: probably should be separate to custom.css
--------------------------------------------------------------*/
:root {
	--color-white: #fff;
	--color-black: #4a4a4a;
	--color-dark: #2f2f2f;
	--color-grey: #545454;
	--color-dark-grey: #666;
	--color-light-grey: #c4c4c4;
	--color-red: #ff0079;
	--color-blue: #32bfdf;
	--color-brown: #ffb74c;
	--color-green: green;
	--color-cyan: #cbf3fc;
	--color-light-cyan: #e6faff;
	--color-light-blue: #3cbfdd;
	--max-width-contents: 1024px;
}

.container {
	max-width: var(--max-width-contents);
	margin: 0 auto;
	padding: 0 42px;
}

@media (max-width: 567px) {
	.container {
		padding: 0 15px;
		line-height: 20px;
	}
}

.txt-white {
	color: var(--color-white) !important;
}

.txt-black {
	color: var(--color-black) !important;
}

.txt-dark {
	color: var(--color-dark) !important;
}

.txt-grey {
	color: var(--color-grey) !important;
}

.txt-dark-grey {
	color: var(--color-dark-grey) !important;
}

.txt-light-grey {
	color: var(--color-light-grey) !important;
}

.txt-red {
	color: var(--color-red) !important;
}

.txt-blue {
	color: var(--color-blue) !important;
}

.txt-brown {
	color: var(--color-brown) !important;
}

.txt-green {
	color: var(--color-green) important;
}

.txt-cyan {
	color: var(--color-cyan) !important;
}

.txt-light-cyan {
	color: var(--color-light-cyan) !important;
}

.txt-light-blue {
	color: var(--color-light-blue) !important;
}

.txt-large {
	font-size: 24px!important;
}

.txt-medium {
	font-size: 18px!important;
}

.txt-small {
	font-size: 14px!important;
}

@media (min-width: 568px) and (max-width: 767px) {
	.txt-large {
		font-size: 18px!important;
	}

	.txt-medium {
		font-size: 16px!important;
	}

	.txt-small {
		font-size: 14px!important;
	}
}

@media (max-width: 567px) {
	.txt-large {
		font-size: 16px!important;
	}

	.txt-medium {
		font-size: 14px!important;
	}

	.txt-small {
		font-size: 12px!important;
	}
}

.txt-hiragino-sans {
	font-family: Hiragino Sans, sans-serif!important;
}

.txt-hiragino-kaku {
	font-family: Hiragino Kaku Gothic ProN, sans-serif!important;
}

.txt-yugothic {
	font-family: YuGothic, sans-serif!important;
}

.txt-arial {
	font-family: Arial, sans-serif!important;
}

.txt-bold {
	font-weight: 700!important;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.bg-white {
	background-color: var(--color-white) !important;
}

.bg-black {
	background-color: var(--color-black) !important;
}

.bg-dark {
	background-color: var(--color-dark) !important;
}

.bg-grey {
	background-color: var(--color-grey) !important;
}

.bg-dark-grey {
	background-color: var(--color-dark-grey) !important;
}

.bg-light-grey {
	background-color: var(--color-light-grey) !important;
}

.bg-red {
	background-color: var(--color-red) !important;
}

.bg-blue {
	background-color: var(--color-blue) !important;
}

.bg-brown {
	background-color: var(--color-brown) !important;
}

.bg-green {
	background-color: var(--color-green) important;
}

.bg-cyan {
	background-color: var(--color-cyan) !important;
}

.bg-light-cyan {
	background-color: var(--color-light-cyan) !important;
}

.border-white {
	border-color: var(--color-white) !important;
}

.border-black {
	border-color: var(--color-black) !important;
}

.border-dark {
	border-color: var(--color-dark) !important;
}

.border-grey {
	border-color: var(--color-grey) !important;
}

.border-dark-grey {
	border-color: var(--color-dark-grey) !important;
}

.border-light-grey {
	border-color: var(--color-light-grey) !important;
}

.border-red {
	border-color: var(--color-red) !important;
}

.border-blue {
	border-color: var(--color-blue) !important;
}

.border-brown {
	border-color: var(--color-brown) !important;
}

.border-green {
	border-color: var(--color-green) important;
}

.border-cyan {
	border-color: var(--color-cyan) !important;
}

.border-light-cyan {
	border-color: var(--color-light-cyan) !important;
}

.border-light-blue {
	border-color: var(--color-light-blue) !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.post {
	background-color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

@media (max-width: 567px) {
	.post {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: transparent;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.post {
		width: 100%;
	}
}

.post .post-image {
	width: 50%;
	position: relative;
}

@media (max-width: 567px) {
	.post .post-image {
		width: 100%;
	}
}

.post .post-image a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: var(--color-light-grey);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.post .post-content {
	width: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 567px) {
	.post .post-content {
		width: 100%;
		background-color: var(--color-white);
	}
}

.post .post-content a:hover {
	text-decoration: none;
}

.post .post-content span {
	display: inline-block;
}

.post .post-content .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 567px) {
	.post .post-content .text {
		display: block;
	}
}

.post .post-content .text span {
	display: block;
}

.post .post-content .post-date {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post.post-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: transparent;
}

.post.post-vertical .post-image {
	width: 100%;
}

.post.post-vertical .post-content {
	width: 100%;
	background-color: var(--color-white);
}

.post.post-small .post-image {
	width: auto;
}

.post.post-small .post-image a {
	background-color: transparent;
}

.post.post-small .post-content {
	width: auto;
	background-color: var(--color-white);
}

.width-100 {
	width: 100%;
}

.mg-r-5 {
	margin-right: 5px;
}

.mg-b-5 {
	margin-bottom: 5px;
}

.mg-b-10 {
	margin-bottom: 10px;
}

.mg-b-15 {
	margin-bottom: 15px;
}

.mg-b-20 {
	margin-bottom: 20px;
}

.btn {
		display: inline-block;
		font-weight: 18px;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 2px solid transparent;
		border-radius: 3px;
		padding: .5rem 1rem;
}

.btn-blue {
	background-color: var(--color-blue)
}

.btn-blue:hover {
	background-color: #1ea2c0;
}

.btn-blue:active {
	background-color: #177d94;
}

body,
html {
	height: 100%;
}

body {
	letter-spacing: 2px;
	line-height: 22px;
	color: var(--color-black);
}

@media (max-width: 567px) {
	/* FIXME: probably we can delete \body\ because unecessary */
	body #page {
		overflow: hidden;
	}

}

h1 {
	font-size: 24px;
}

@media (max-width: 567px) {
	h1 {
	font-size: 16px;
	}

}

h2 {
	font-size: 18px;
}

@media (max-width: 567px) {
	h2 {
	font-size: 14px;
	}

}

p,
span {
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 567px) {
	p,
	span {
		font-size: 12px;
	}

}

input {
	-webkit-appearance: none;
}

input[type=text] {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	padding-left: 15px;
	padding-right: 46px;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
}

input[type=text]:focus {
	border-color: var(--color-blue);
}

input[type=search] {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	-webkit-appearance: none;
}

a {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.ajax-load-more-wrap {
	width: 100%;
}

.alm-load-more-btn.done {
	display: none!important;
}

.alm-listing,
.custom-posts,
.swiper-slide {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}

.alm-listing .col,
.custom-posts .col,
.swiper-slide .col {
	--width-per-col: 32;
	-webkit-box-flex: 0;
	flex: 0 1 calc(var(--width-per-col) * 1%);
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	padding: 10px;
	border: 1px solid var(--color-light-grey);
	border-radius: 3%;
	margin-bottom: calc((var(--max-width-contents) - var(--max-width-contents) * var(--width-per-col) * 0.01 * 3) / 2); /* 20.48px */
}

.alm-listing .col-100,
.custom-posts .col-100,
.swiper-slide .col-100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media (max-width: 567px) {
	.alm-listing .col,
	.custom-posts .col,
	.swiper-slide .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

.wp-caption {
	max-width: 100%!important;
}

@media (max-width: 567px) {
	.wp-caption {
		width: 100%!important;
	}
}

.wrap-header header {
	background-color: var(--color-white);
}

.wrap-header header .content {
	padding: 26px 0;
}

@media (max-width: 567px) {
	.wrap-header header .content {
	padding: 25px 0 10px;
	}
}

.wrap-header header .brand {
	margin-top: 6.5px;
}

.wrap-header header .brand img {
	width: auto;
	height: 33px;
}

@media (max-width: 567px) {
	.wrap-header header .brand img {
	width: auto;
	height: 25px;
	margin-bottom: 10px;
	}
}

.wrap-header header .search-box form {
	width: 100%;
	position: relative;
	max-width: 306px;
	float: right;
}

@media (max-width: 567px) {
	.wrap-header header .search-box form {
		height: 38px;
		margin-top: 10px;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.wrap-header header .search-box form input[type=search] {
	padding-left: 15px;
	padding-right: 46px;
	height: 46px;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-sizing: border-box;
}

@media (max-width: 567px) {
	.wrap-header header .search-box form input[type=search] {
		padding-left: 5%;
		height: 100%;
	}

}

.wrap-header header .search-box form .search-box-button {
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 26px;
	width: 46px;
	color: var(--color-white);
}

@media (max-width: 567px) {
	.wrap-header header .search-box form .search-box-button {
		width: 38px;
		font-size: 24px;
		text-align: center;
	}
}

.wrap-header header .search-box form .search-box-button:hover {
	cursor: pointer;
}

.wrap-header header .search-box form .search-box-button:active {
	color: var(--color-brown);
}

.wrap-header header .search-box form .search-box-button:focus {
	outline: none;
}

.breadcrumbs {
	background-color: #f6f6f6;
	padding: 16px 0;
}

.breadcrumbs [property=name] {
	color: var(--color-dark-grey);
}

.breadcrumbs a [property=name] {
	color: var(--color-blue);
}

button:focus,
input:focus {
	outline: none;
}

.swiper-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 567px) {
	.swiper-navigation {
		position: absolute;
		top: 63px;
		width: 100%;
		left: 0;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

.swiper-navigation .fa {
	margin: 0;
}

.wrap-index .navbar,
.wrap-search .navbar,
.wrap-tag .navbar {
	background-color: #f6f6f6;
}

.wrap-index .navbar .content,
.wrap-search .navbar .content,
.wrap-tag .navbar .content {
	margin: 0 -42px;
	padding: 25px 42px;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content,
	.wrap-search .navbar .content,
	.wrap-tag .navbar .content {
		margin: 0 -15px;
		padding: 10px 15px;
	}
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .menus,
	.wrap-search .navbar .content .menus,
	.wrap-tag .navbar .content .menus {
		margin-bottom: 20px;
	}
}

.wrap-index .navbar .content .menus ul li.menu,
.wrap-search .navbar .content .menus ul li.menu,
.wrap-tag .navbar .content .menus ul li.menu {
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px solid #000;
	color: var(--color-dark-grey);
	font-family: YuGothic,
sans-serif;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .menus ul li.menu,
	.wrap-search .navbar .content .menus ul li.menu,
	.wrap-tag .navbar .content .menus ul li.menu {
		border-bottom-width: 2px;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-index .navbar .content .menus ul li.menu,
	.wrap-search .navbar .content .menus ul li.menu,
	.wrap-tag .navbar .content .menus ul li.menu {
		height: 33px;
		border-bottom-width: 3px;
	}
}

.wrap-index .navbar .content .menus ul li.menu.active,
.wrap-search .navbar .content .menus ul li.menu.active,
.wrap-tag .navbar .content .menus ul li.menu.active {
	background-color: var(--color-white);
}

.wrap-index .navbar .content .menus ul li.menu:last-child,
.wrap-search .navbar .content .menus ul li.menu:last-child,
.wrap-tag .navbar .content .menus ul li.menu:last-child {
	margin-right: 0!important;
}

.wrap-index .navbar .content .menus ul li.menu a,
.wrap-search .navbar .content .menus ul li.menu a,
.wrap-tag .navbar .content .menus ul li.menu a {
	height: 53px;
	display: block;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .menus ul li.menu a,
	.wrap-search .navbar .content .menus ul li.menu a,
	.wrap-tag .navbar .content .menus ul li.menu a {
		height: 33px;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-index .navbar .content .menus ul li.menu a,
	.wrap-search .navbar .content .menus ul li.menu a,
	.wrap-tag .navbar .content .menus ul li.menu a {
		height: 33px;
	}
}

.wrap-index .navbar .content .menus ul li.menu a span,
.wrap-search .navbar .content .menus ul li.menu a span,
.wrap-tag .navbar .content .menus ul li.menu a span {
	display: inline-block;
	font-size: 24px;
	margin-top: 14.5px;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .menus ul li.menu a span,
	.wrap-search .navbar .content .menus ul li.menu a span,
	.wrap-tag .navbar .content .menus ul li.menu a span {
		font-size: 16px;
		margin-top: 8.5px;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-index .navbar .content .menus ul li.menu a span,
	.wrap-search .navbar .content .menus ul li.menu a span,
	.wrap-tag .navbar .content .menus ul li.menu a span {
		font-size: 18px;
		margin-top: 12.5px;
	}
}

.wrap-index .navbar .content .tags,
.wrap-search .navbar .content .tags,
.wrap-tag .navbar .content .tags {
	margin: 15px 0 0;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .tags,
	.wrap-search .navbar .content .tags,
	.wrap-tag .navbar .content .tags {
		margin: 10px 0;
	}
}

.wrap-index .navbar .content .tags ul,
.wrap-search .navbar .content .tags ul,
.wrap-tag .navbar .content .tags ul {
	display: table-row;
}

.wrap-index .navbar .content .tags ul li.label,
.wrap-search .navbar .content .tags ul li.label,
.wrap-tag .navbar .content .tags ul li.label {
	display: table-cell;
	color: #9c9c9c;
	white-space: nowrap;
	padding-right: 5px;
	vertical-align: middle;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .tags ul li.label,
	.wrap-search .navbar .content .tags ul li.label,
	.wrap-tag .navbar .content .tags ul li.label {
		display: none;
	}
}

.wrap-index .navbar .content .tags ul li.tag-lists,
.wrap-search .navbar .content .tags ul li.tag-lists,
.wrap-tag .navbar .content .tags ul li.tag-lists {
	display: table-cell;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .tags ul li.tag-lists,
	.wrap-search .navbar .content .tags ul li.tag-lists,
	.wrap-tag .navbar .content .tags ul li.tag-lists {
		display: block;
		overflow: hidden;
		max-height: 65px;
	}
}

.wrap-index .navbar .content .tags ul li.tag-lists span.tag,
.wrap-search .navbar .content .tags ul li.tag-lists span.tag,
.wrap-tag .navbar .content .tags ul li.tag-lists span.tag {
	margin: 4px;
	padding: 4px 15px;
	float: left;
	border-radius: 108px;
	background-color: var(--color-cyan);
	box-sizing: border-box;
}

@media (max-width: 567px) {
	.wrap-index .navbar .content .tags ul li.tag-lists span.tag,
	.wrap-search .navbar .content .tags ul li.tag-lists span.tag,
	.wrap-tag .navbar .content .tags ul li.tag-lists span.tag {
		margin: 3px;
		padding: 2px 10px;
		border-radius: 80px;
	}
}

.wrap-index .navbar .content .tags ul li.tag-lists span.tag:hover,
.wrap-search .navbar .content .tags ul li.tag-lists span.tag:hover,
.wrap-tag .navbar .content .tags ul li.tag-lists span.tag:hover {
	background-color: var(--color-white);
}

.wrap-index .popular-posts,
.wrap-search .popular-posts,
.wrap-tag .popular-posts {
	background-color: #e7e7e7;
}

.wrap-index .popular-posts .content,
.wrap-search .popular-posts .content,
.wrap-tag .popular-posts .content {
	margin: 0 -42px;
	padding: 35px 32px 70px;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content,
	.wrap-search .popular-posts .content,
	.wrap-tag .popular-posts .content {
		margin: 0 -15px;
		padding: 17px 10px 40px;
	}
}

.wrap-index .popular-posts .content .post-with-label,
.wrap-search .popular-posts .content .post-with-label,
.wrap-tag .popular-posts .content .post-with-label {
	padding: 0 10px;
	height: 100%;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .post-with-label,
	.wrap-search .popular-posts .content .post-with-label,
	.wrap-tag .popular-posts .content .post-with-label {
		padding: 0 5px;
	}
}

.wrap-index .popular-posts .content .post-with-label .post,
.wrap-search .popular-posts .content .post-with-label .post,
.wrap-tag .popular-posts .content .post-with-label .post {
	margin: 5px 0 0;
	height: 100%;
	background-color: var(--color-white);
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .post-with-label .post .post-image,
	.wrap-search .popular-posts .content .post-with-label .post .post-image,
	.wrap-tag .popular-posts .content .post-with-label .post .post-image {
		height: 150px;
	}
}

.wrap-index .popular-posts .content .post-with-label .post .post-content .text,
.wrap-search .popular-posts .content .post-with-label .post .post-content .text,
.wrap-tag .popular-posts .content .post-with-label .post .post-content .text {
	margin-bottom: 19px;
	padding: 25px 19px 0;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .post-with-label .post .post-content .text,
	.wrap-search .popular-posts .content .post-with-label .post .post-content .text,
	.wrap-tag .popular-posts .content .post-with-label .post .post-content .text {
		margin-bottom: 0;
		padding: 10px;
	}
}

.wrap-index .popular-posts .content .swiper-container,
.wrap-search .popular-posts .content .swiper-container,
.wrap-tag .popular-posts .content .swiper-container {
	height: 100%;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .swiper-slide,
	.wrap-search .popular-posts .content .swiper-container .swiper-slide,
	.wrap-tag .popular-posts .content .swiper-container .swiper-slide {
		display: block;
	}
}

.wrap-index .popular-posts .content .swiper-container .button-next,
.wrap-index .popular-posts .content .swiper-container .button-prev,
.wrap-search .popular-posts .content .swiper-container .button-next,
.wrap-search .popular-posts .content .swiper-container .button-prev,
.wrap-tag .popular-posts .content .swiper-container .button-next,
.wrap-tag .popular-posts .content .swiper-container .button-prev {
	bottom: 12.5px;
	z-index: 1;
	width: 25px;
	height: 25px;
	border: 2px solid var(--color-dark-grey);
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	color: var(--color-dark-grey);
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .button-next,
	.wrap-index .popular-posts .content .swiper-container .button-prev,
	.wrap-search .popular-posts .content .swiper-container .button-next,
	.wrap-search .popular-posts .content .swiper-container .button-prev,
	.wrap-tag .popular-posts .content .swiper-container .button-next,
	.wrap-tag .popular-posts .content .swiper-container .button-prev {
		width: 24px;
		height: 24px;
		color: var(--color-white);
		border: 1px solid #fff;
		top: 63px;
	}
}

.wrap-index .popular-posts .content .swiper-container .button-next:hover,
.wrap-index .popular-posts .content .swiper-container .button-prev:hover,
.wrap-search .popular-posts .content .swiper-container .button-next:hover,
.wrap-search .popular-posts .content .swiper-container .button-prev:hover,
.wrap-tag .popular-posts .content .swiper-container .button-next:hover,
.wrap-tag .popular-posts .content .swiper-container .button-prev:hover {
	cursor: pointer;
}

.wrap-index .popular-posts .content .swiper-container .button-next:active,
.wrap-index .popular-posts .content .swiper-container .button-prev:active,
.wrap-search .popular-posts .content .swiper-container .button-next:active,
.wrap-search .popular-posts .content .swiper-container .button-prev:active,
.wrap-tag .popular-posts .content .swiper-container .button-next:active,
.wrap-tag .popular-posts .content .swiper-container .button-prev:active {
	background-color: var(--color-dark-grey);
}

.wrap-index .popular-posts .content .swiper-container .button-next:active .fa,
.wrap-index .popular-posts .content .swiper-container .button-prev:active .fa,
.wrap-search .popular-posts .content .swiper-container .button-next:active .fa,
.wrap-search .popular-posts .content .swiper-container .button-prev:active .fa,
.wrap-tag .popular-posts .content .swiper-container .button-next:active .fa,
.wrap-tag .popular-posts .content .swiper-container .button-prev:active .fa {
	color: var(--color-white);
}

.wrap-index .popular-posts .content .swiper-container .button-next .fa,
.wrap-index .popular-posts .content .swiper-container .button-prev .fa,
.wrap-search .popular-posts .content .swiper-container .button-next .fa,
.wrap-search .popular-posts .content .swiper-container .button-prev .fa,
.wrap-tag .popular-posts .content .swiper-container .button-next .fa,
.wrap-tag .popular-posts .content .swiper-container .button-prev .fa {
	display: block;
	font-size: 20px;
	color: var(--color-dark-grey);
	margin: 0;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .button-next .fa,
	.wrap-index .popular-posts .content .swiper-container .button-prev .fa,
	.wrap-search .popular-posts .content .swiper-container .button-next .fa,
	.wrap-search .popular-posts .content .swiper-container .button-prev .fa,
	.wrap-tag .popular-posts .content .swiper-container .button-next .fa,
	.wrap-tag .popular-posts .content .swiper-container .button-prev .fa {
		font-size: 19px;
		color: var(--color-white);
		margin-top: 1px;
	}
}

.wrap-index .popular-posts .content .swiper-container .button-prev,
.wrap-search .popular-posts .content .swiper-container .button-prev,
.wrap-tag .popular-posts .content .swiper-container .button-prev {
	left: 54%;
}

.wrap-index .popular-posts .content .swiper-container .button-prev .fa,
.wrap-search .popular-posts .content .swiper-container .button-prev .fa,
.wrap-tag .popular-posts .content .swiper-container .button-prev .fa {
	margin-right: 1px;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .button-prev,
	.wrap-search .popular-posts .content .swiper-container .button-prev,
	.wrap-tag .popular-posts .content .swiper-container .button-prev {
		left: 3%;
	}
}

.wrap-index .popular-posts .content .swiper-container .button-next,
.wrap-search .popular-posts .content .swiper-container .button-next,
.wrap-tag .popular-posts .content .swiper-container .button-next {
	right: 4%;
}

.wrap-index .popular-posts .content .swiper-container .button-next .fa,
.wrap-search .popular-posts .content .swiper-container .button-next .fa,
.wrap-tag .popular-posts .content .swiper-container .button-next .fa {
	margin-left: 1px;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .button-next,
	.wrap-search .popular-posts .content .swiper-container .button-next,
	.wrap-tag .popular-posts .content .swiper-container .button-next {
		right: 3%;
	}
}

.wrap-index .popular-posts .content .swiper-container .swiper-pagination,
.wrap-search .popular-posts .content .swiper-container .swiper-pagination,
.wrap-tag .popular-posts .content .swiper-container .swiper-pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .swiper-pagination,
	.wrap-search .popular-posts .content .swiper-container .swiper-pagination,
	.wrap-tag .popular-posts .content .swiper-container .swiper-pagination {
		display: none;
		left: 0;
		top: 134px;
	}
}

.wrap-index .popular-posts .content .swiper-container .swiper-pagination-bullet,
.wrap-search .popular-posts .content .swiper-container .swiper-pagination-bullet,
.wrap-tag .popular-posts .content .swiper-container .swiper-pagination-bullet {
	background-color: transparent;
	border: 2px solid var(--color-dark-grey);
	box-sizing: border-box;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin-right: 3px;
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .swiper-pagination-bullet,
	.wrap-search .popular-posts .content .swiper-container .swiper-pagination-bullet,
	.wrap-tag .popular-posts .content .swiper-container .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
	}
}

.wrap-index .popular-posts .content .swiper-container .swiper-pagination-bullet-active,
.wrap-search .popular-posts .content .swiper-container .swiper-pagination-bullet-active,
.wrap-tag .popular-posts .content .swiper-container .swiper-pagination-bullet-active {
	background-color: var(--color-dark-grey);
}

@media (max-width: 567px) {
	.wrap-index .popular-posts .content .swiper-container .swiper-pagination-bullet-active,
	.wrap-search .popular-posts .content .swiper-container .swiper-pagination-bullet-active,
	.wrap-tag .popular-posts .content .swiper-container .swiper-pagination-bullet-active {
		background-color: var(--color-white);
	}
}

.wrap-index .popular-posts .content .swiper-container .swiper-pagination-bullet:last-child,
.wrap-search .popular-posts .content .swiper-container .swiper-pagination-bullet:last-child,
.wrap-tag .popular-posts .content .swiper-container .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.wrap-index .list-posts,
.wrap-search .list-posts,
.wrap-tag .list-posts {
	background-color: #f6f6f6;
}

.wrap-index .list-posts .content,
.wrap-search .list-posts .content,
.wrap-tag .list-posts .content {
	margin: 0 -42px;
	padding: 45px 32px;
}

@media (max-width: 567px) {
	.wrap-index .list-posts .content,
	.wrap-search .list-posts .content,
	.wrap-tag .list-posts .content {
		margin: 0 -15px;
		padding: 25px 10px;
	}
}

.wrap-index .list-posts .posts .post,
.wrap-search .list-posts .posts .post,
.wrap-tag .list-posts .posts .post {
	height: 100%;
}

@media (max-width: 567px) {
	.wrap-index .list-posts .posts .post,
	.wrap-search .list-posts .posts .post,
	.wrap-tag .list-posts .posts .post {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

.wrap-index .list-posts .posts .post .post-image,
.wrap-search .list-posts .posts .post .post-image,
.wrap-tag .list-posts .posts .post .post-image {
	height: 250px; 
}

@media (max-width: 567px) {
	.wrap-index .list-posts .posts .post .post-image,
	.wrap-search .list-posts .posts .post .post-image,
	.wrap-tag .list-posts .posts .post .post-image {
		height: 150px;
	}
}

.wrap-index .list-posts .posts .post .post-content .text,
.wrap-search .list-posts .posts .post .post-content .text,
.wrap-tag .list-posts .posts .post .post-content .text {
	padding: 15px;
	min-height: 145px;
}

@media (max-width: 567px) {
	.wrap-index .list-posts .posts .post .post-content .text,
	.wrap-search .list-posts .posts .post .post-content .text,
	.wrap-tag .list-posts .posts .post .post-content .text {
		padding: 10px;
	}
}

.wrap-index .list-posts .posts .post .post-content .text span,
.wrap-search .list-posts .posts .post .post-content .text span,
.wrap-tag .list-posts .posts .post .post-content .text span {
	margin: 4px 0;
}

.wrap-index .list-posts .posts .alm-btn-wrap,
.wrap-search .list-posts .posts .alm-btn-wrap,
.wrap-tag .list-posts .posts .alm-btn-wrap {
	padding: 0 10px;
}

@media (max-width: 567px) {
	.wrap-index .list-posts .posts .alm-btn-wrap,
	.wrap-search .list-posts .posts .alm-btn-wrap,
	.wrap-tag .list-posts .posts .alm-btn-wrap {
		padding: 0 5px;
	}
}

.wrap-index .list-posts .posts .alm-btn-wrap .load-more-btn,
.wrap-search .list-posts .posts .alm-btn-wrap .load-more-btn,
.wrap-tag .list-posts .posts .alm-btn-wrap .load-more-btn {
	width: 100%;
	height: 59px;
	background-color: var(--color-white);
	border: 2px solid #e7e7e7;
	border-radius: 6px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: YuGothic,sans-serif;
	color: var(--color-dark);
	margin-top: 40px;
}

.wrap-index .list-posts .posts .alm-btn-wrap .load-more-btn:active,
.wrap-search .list-posts .posts .alm-btn-wrap .load-more-btn:active,
.wrap-tag .list-posts .posts .alm-btn-wrap .load-more-btn:active {
	background-color: #e7e7e7;
	color: var(--color-white);
}

.wrap-index .list-posts .posts .alm-btn-wrap .load-more-btn:focus,
.wrap-search .list-posts .posts .alm-btn-wrap .load-more-btn:focus,
.wrap-tag .list-posts .posts .alm-btn-wrap .load-more-btn:focus {
	outline: none;
}

@media (max-width: 567px) {
	.wrap-index .list-posts .posts .alm-btn-wrap .load-more-btn,
	.wrap-search .list-posts .posts .alm-btn-wrap .load-more-btn,
	.wrap-tag .list-posts .posts .alm-btn-wrap .load-more-btn {
		height: 49px;
		font-size: 14px;
		margin-top: 17px;
	}
}

.under-post-mobile {
	display: none;
}

@media (max-width: 567px) {
	.under-post-mobile {
		display: block;
	}
}

.wrap-author,
.wrap-single {
	background-color: #f6f6f6;
	margin: 0;
	padding: 0 42px;
}

@media (max-width: 567px) {
	.wrap-author,
	.wrap-single {
		margin: 20px -15px;
		padding: 0 15px;
	}
}

.wrap-author .share,
.wrap-single .share {
	width: 100%;
	background-color: var(--color-white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 567px) {
	.wrap-author .share,
	.wrap-single .share {
		padding: 20px 15px;
	}
}

.wrap-author .share .label,
.wrap-single .share .label {
	margin-right: 16px;
}

.wrap-author .share .apss-social-share,
.wrap-single .share .apss-social-share {
	margin-right: 8px;
}

.wrap-author .share .apss-social-share:after,
.wrap-author .share .apss-social-share:before,
.wrap-single .share .apss-social-share:after,
.wrap-single .share .apss-social-share:before {
	display: none;
}

.wrap-author .share .apss-social-share a,
.wrap-single .share .apss-social-share a {
	min-height: auto;
	margin: 0;
}

.wrap-author .share .apss-social-share a:hover .fa,
.wrap-single .share .apss-social-share a:hover .fa {
	color: var(--color-white);
}

.wrap-author .share .apss-icon-block:after,
.wrap-single .share .apss-icon-block:after {
	display: none;
}

.wrap-author .share .apss-icon-block,
.wrap-single .share .apss-icon-block {
	border-radius: 3px;
}

.wrap-author .single-post .post-detail,
.wrap-single .single-post .post-detail {
	margin: 15px 0;
	padding: 19px 19px 19px 0;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail,
	.wrap-single .single-post .post-detail {
		margin: 0;
		padding: 0 0 19px;
		position: relative;
	}
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head,
	.wrap-single .single-post .post-detail .head {
		position: relative;
	}
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head .post-overview,
	.wrap-single .single-post .post-detail .head .post-overview {
		box-sizing: border-box;
		position: absolute;
		padding: 40px 30px 15px;
		bottom: 0;
		margin: 0 -15px;
		background: -webkit-linear-gradient(right,transparent,#000);
		background: linear-gradient(270deg,transparent,#000);
		background: -webkit-linear-gradient(270deg,transparent,#000);
		background: -o-linear-linear-gradient(270deg,transparent 0,#000 100%);
		background: -moz-linear-linear-gradient(270deg,transparent 0,#000 100%);
	}
}

.wrap-author .single-post .post-detail .head .post-overview .created-date span,
.wrap-single .single-post .post-detail .head .post-overview .created-date span {
	font-size: 20px;
	color: var(--color-black);
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head .post-overview .created-date span,
	.wrap-single .single-post .post-detail .head .post-overview .created-date span {
		font-size: 14px;
		color: var(--color-white);
	}
}

.wrap-author .single-post .post-detail .head .post-overview .post-title,
.wrap-single .single-post .post-detail .head .post-overview .post-title {
	margin-top: 16px;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head .post-overview .post-title,
	.wrap-single .single-post .post-detail .head .post-overview .post-title {
		margin-top: 10px;
	}
}

.wrap-author .single-post .post-detail .head .post-overview .post-title h1,
.wrap-single .single-post .post-detail .head .post-overview .post-title h1 {
	font-size: 36px;
	line-height: 120%;
	color: var(--color-black);
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head .post-overview .post-title h1,
	.wrap-single .single-post .post-detail .head .post-overview .post-title h1 {
		font-size: 28px;
		color: var(--color-white);
	}
}

.wrap-author .single-post .post-detail .head .post-thumbnail,
.wrap-single .single-post .post-detail .head .post-thumbnail {
	margin-top: 32px;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .head .post-thumbnail,
	.wrap-single .single-post .post-detail .head .post-thumbnail {
		margin: 0 -15px;
	}
}

.wrap-author .single-post .post-detail .head .post-thumbnail img,
.wrap-single .single-post .post-detail .head .post-thumbnail img {
	width: 100%;
	height: auto;
}

.wrap-author .single-post .post-detail .tags-sharing,
.wrap-single .single-post .post-detail .tags-sharing {
	display: none;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .tags-sharing,
	.wrap-single .single-post .post-detail .tags-sharing {
		display: block;
	}
}

.wrap-author .single-post .post-detail .post-content,
.wrap-single .single-post .post-detail .post-content {
	margin-top: 48px;
}

.wrap-author .single-post .post-detail .post-content h1,
.wrap-author .single-post .post-detail .post-content h2,
.wrap-author .single-post .post-detail .post-content h3,
.wrap-author .single-post .post-detail .post-content h4,
.wrap-author .single-post .post-detail .post-content h5,
.wrap-author .single-post .post-detail .post-content h6,
.wrap-author .single-post .post-detail .post-content p,
.wrap-author .single-post .post-detail .post-content span,
.wrap-single .single-post .post-detail .post-content h1,
.wrap-single .single-post .post-detail .post-content h2,
.wrap-single .single-post .post-detail .post-content h3,
.wrap-single .single-post .post-detail .post-content h4,
.wrap-single .single-post .post-detail .post-content h5,
.wrap-single .single-post .post-detail .post-content h6,
.wrap-single .single-post .post-detail .post-content p,
.wrap-single .single-post .post-detail .post-content span {
	color: var(--color-black);
}

.wrap-author .single-post .post-detail .post-content h1,
.wrap-author .single-post .post-detail .post-content h2,
.wrap-single .single-post .post-detail .post-content h1,
.wrap-single .single-post .post-detail .post-content h2 {
	line-height: 130%;
	margin: 55px 0 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #c4c4c4;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .post-content h1,
	.wrap-author .single-post .post-detail .post-content h2,
	.wrap-single .single-post .post-detail .post-content h1,
	.wrap-single .single-post .post-detail .post-content h2 {
		border-bottom: 1px solid #c4c4c4;
	}
}

.wrap-author .single-post .post-detail .post-content h3,
.wrap-author .single-post .post-detail .post-content h4,
.wrap-author .single-post .post-detail .post-content h5,
.wrap-author .single-post .post-detail .post-content h6,
.wrap-single .single-post .post-detail .post-content h3,
.wrap-single .single-post .post-detail .post-content h4,
.wrap-single .single-post .post-detail .post-content h5,
.wrap-single .single-post .post-detail .post-content h6 {
	line-height:130%;margin: 45px 0 10px;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .post-content h3,
	.wrap-author .single-post .post-detail .post-content h4,
	.wrap-author .single-post .post-detail .post-content h5,
	.wrap-author .single-post .post-detail .post-content h6,
	.wrap-single .single-post .post-detail .post-content h3,
	.wrap-single .single-post .post-detail .post-content h4,
	.wrap-single .single-post .post-detail .post-content h5,
	.wrap-single .single-post .post-detail .post-content h6 {
		margin: 30px 0 5px;
	}
}

.wrap-author .single-post .post-detail .post-content h1,
.wrap-single .single-post .post-detail .post-content h1 {
	font-size: 32px;
}

.wrap-author .single-post .post-detail .post-content h2,
.wrap-single .single-post .post-detail .post-content h2 {
	font-size: 24px;
}

.wrap-author .single-post .post-detail .post-content h3,
.wrap-single .single-post .post-detail .post-content h3 {
	font-size: 18px;
}

.wrap-author .single-post .post-detail .post-content img,
.wrap-single .single-post .post-detail .post-content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .post-content img,
	.wrap-single .single-post .post-detail .post-content img {
		width: 100%;
	}
}

@media (max-width: 567px) {
	.wrap-author .single-post .post-detail .post-content,
	.wrap-single .single-post .post-detail .post-content {
		margin-top: 32px;
	}
}

.wrap-author .single-post .side-bar,
.wrap-single .single-post .side-bar {
	margin: 65px 0;
}

@media (max-width: 567px) {
	.wrap-author .single-post .side-bar,
	.wrap-single .single-post .side-bar {
		display: none;
	}
}

.wrap-author .single-post .side-bar .new-posts .post-lists,
.wrap-author .single-post .side-bar .popular-posts .post-lists,
.wrap-single .single-post .side-bar .new-posts .post-lists,
.wrap-single .single-post .side-bar .popular-posts .post-lists {
	margin-top: 12px;
}

.wrap-author .single-post .side-bar .new-posts .post-lists .post,
.wrap-author .single-post .side-bar .popular-posts .post-lists .post,
.wrap-single .single-post .side-bar .new-posts .post-lists .post,
.wrap-single .single-post .side-bar .popular-posts .post-lists .post {
	margin-bottom: 4px;
}

.wrap-author .single-post .side-bar .new-posts .post-lists .post .post-image img,
.wrap-author .single-post .side-bar .popular-posts .post-lists .post .post-image img,
.wrap-single .single-post .side-bar .new-posts .post-lists .post .post-image img,
.wrap-single .single-post .side-bar .popular-posts .post-lists .post .post-image img {
	width: 60px;
	height: 60px;
}

.wrap-author .single-post .side-bar .new-posts .post-lists .post .post-image a,
.wrap-author .single-post .side-bar .popular-posts .post-lists .post .post-image a,
.wrap-single .single-post .side-bar .new-posts .post-lists .post .post-image a,
.wrap-single .single-post .side-bar .popular-posts .post-lists .post .post-image a {
	position: relative;
}

.wrap-author .single-post .side-bar .new-posts .post-lists .post .post-content,
.wrap-author .single-post .side-bar .popular-posts .post-lists .post .post-content,
.wrap-single .single-post .side-bar .new-posts .post-lists .post .post-content,
.wrap-single .single-post .side-bar .popular-posts .post-lists .post .post-content {
	padding-left: 10px;
}

.wrap-author .single-post .side-bar .categories .content .category-lists,
.wrap-single .single-post .side-bar .categories .content .category-lists {
	margin-top: 16px;
}

.wrap-author .single-post .side-bar .categories .content .category-lists .category,
.wrap-single .single-post .side-bar .categories .content .category-lists .category {
	float: left;
	margin-left: 28px;
	margin-bottom: 3px;
}

.wrap-author .single-post .side-bar .categories .content .category-lists .category:first-child,
.wrap-single .single-post .side-bar .categories .content .category-lists .category:first-child {
	margin-left: 0!important;
}

.wrap-author .single-post .side-bar .title .content .button,
.wrap-author .single-post .side-bar .title .content .text,
.wrap-single .single-post .side-bar .title .content .button,
.wrap-single .single-post .side-bar .title .content .text {
	margin-top: 16px;
}

.wrap-author .single-post .side-bar .title .content .button button,
.wrap-single .single-post .side-bar .title .content .button button {
	height: 44px;
	width: 100%;
	border-radius: 5px;
}

.wrap-author .tags-sharing,
.wrap-single .tags-sharing {
	background-color: var(--color-white);
	margin: 7px -42px 0;
}

@media (max-width: 567px) {
	.wrap-author .tags-sharing,
	.wrap-single .tags-sharing {
		margin: 7px -15px 0;
		background-color: transparent;
	}
}

.wrap-author .tags-sharing .content,
.wrap-single .tags-sharing .content {
	padding: 33px 42px;
}

@media (max-width: 567px) {
	.wrap-author .tags-sharing .content,
	.wrap-single .tags-sharing .content {
		padding: 0;
	}
}

@media (max-width: 567px) {
	.wrap-author .tags-sharing .content .tags,
	.wrap-single .tags-sharing .content .tags {
		padding: 20px 15px;
		background-color: var(--color-white);
		margin-bottom: 7px;
	}
}

.wrap-author .tags-sharing .content .tags a:hover,
.wrap-single .tags-sharing .content .tags a:hover {
	text-decoration: none;
	font-weight: 800;
}

.wrap-author .tags-sharing .content .tags .label,
.wrap-single .tags-sharing .content .tags .label {
	margin-right: 15px;
}

.wrap-author .tags-sharing .content .tags .tag,
.wrap-single .tags-sharing .content .tags .tag {
	padding: 11px 13px;
	border-radius: 100px;
	margin-right: 8px;
}

@media (max-width: 567px) {
	.wrap-author .tags-sharing .content .tags .tag,
	.wrap-single .tags-sharing .content .tags .tag {
		padding: 4px 8px;
	}
}

.wrap-author .author,
.wrap-single .author {
	background-color: var(--color-white);
}

.wrap-author .author a:hover,
.wrap-single .author a:hover {
	text-decoration: none;
}

.wrap-author .author .content,
.wrap-single .author .content {
	padding: 23px 42px 30px;
	margin: 7px -42px 0;
}

@media (max-width: 567px) {
	.wrap-author .author .content,
	.wrap-single .author .content {
		padding: 15px;
		margin: 7px -15px 0;
	}
}

.wrap-author .author .content .author-info,
.wrap-single .author .content .author-info {
	margin-top: 25px;
}

@media (max-width: 567px) {
	.wrap-author .author .content .author-info,
	.wrap-single .author .content .author-info {
		margin-top: 14px;
	}
}

.wrap-author .author .content .author-info .image,
.wrap-single .author .content .author-info .image {
	float: left;
	margin-right: 25px;
}

@media (max-width: 567px) {
	.wrap-author .author .content .author-info .image,
	.wrap-single .author .content .author-info .image {
		margin-right: 14px;
	}
}

.wrap-author .author .content .author-info .image img,
.wrap-single .author .content .author-info .image img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
}

@media (max-width: 567px) {
	.wrap-author .author .content .author-info .image img,
	.wrap-single .author .content .author-info .image img {
		width: 60px;
		height: 60px;
	}
}

.wrap-author .author .content .author-info .info,
.wrap-single .author .content .author-info .info {
	padding: 15px 0 0;
}

@media (max-width: 567px) {
	.wrap-author .author .content .author-info .info,
	.wrap-single .author .content .author-info .info {
		padding: 5px 0 0;
	}
}

.wrap-author .author .content .author-info .info .introduction,
.wrap-single .author .content .author-info .info .introduction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 0;
}

@media (max-width: 567px) {
	.wrap-author .author .content .author-info .info .introduction,
	.wrap-single .author .content .author-info .info .introduction {
		margin: 0;
	}
}

.wrap-author .related-posts,
.wrap-single .related-posts {
	background-color: #f6f6f6;
}

.wrap-author .related-posts .content,
.wrap-single .related-posts .content {
	margin: 0 -42px -20px;
	padding: 53px 32px 0;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content,
	.wrap-single .related-posts .content {
		margin: 0 -42px -30px;
		padding: 30px 32px 0;
	}
}

.wrap-author .related-posts .content .title,
.wrap-single .related-posts .content .title {
	padding: 0 10px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .title,
	.wrap-single .related-posts .content .title {
		padding: 0 5px;
	}
}

.wrap-author .related-posts .content .posts,
.wrap-single .related-posts .content .posts {
	position: relative;
	margin-top: 21px;
	padding-bottom: 50px
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts,
	.wrap-single .related-posts .content .posts {
		margin-top: 15px
	}
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .pure-g .last-post,
	.wrap-single .related-posts .content .posts .pure-g .last-post {
		display: none
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-author .related-posts .content .posts .pure-g .last-post,
	.wrap-single .related-posts .content .posts .pure-g .last-post {
		display: none
	}
}

.wrap-author .related-posts .content .posts .post,
.wrap-single .related-posts .content .posts .post {
	padding: 0 10px;
	height: 100%
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .post,
	.wrap-single .related-posts .content .posts .post {
		padding: 0 5px 40px
	}
}

.wrap-author .related-posts .content .posts .post .post-image,
.wrap-single .related-posts .content .posts .post .post-image {
	height: 326px
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .post .post-image,
	.wrap-single .related-posts .content .posts .post .post-image {
		height: 150px
	}
}

.wrap-author .related-posts .content .posts .post .post-content,
.wrap-single .related-posts .content .posts .post .post-content {
	min-height: 180px
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .post .post-content,
	.wrap-single .related-posts .content .posts .post .post-content {
		min-height: 100px
	}
}

.wrap-author .related-posts .content .posts .post .post-content .text,
.wrap-single .related-posts .content .posts .post .post-content .text {
	padding: 15px
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .post .post-content .text,
	.wrap-single .related-posts .content .posts .post .post-content .text {
		padding: 10px
	}
}

.wrap-author .related-posts .content .posts .post .post-content .text span,
.wrap-single .related-posts .content .posts .post .post-content .text span {
	margin: 4px 0
}

.wrap-author .related-posts .content .posts .swiper-container,
.wrap-single .related-posts .content .posts .swiper-container {
	padding-bottom: 50px
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .swiper-container,
	.wrap-single .related-posts .content .posts .swiper-container {
		padding-bottom: 40px
	}
}

.wrap-author .related-posts .content .posts .swiper-container .button-next,
.wrap-author .related-posts .content .posts .swiper-container .button-prev,
.wrap-single .related-posts .content .posts .swiper-container .button-next,
.wrap-single .related-posts .content .posts .swiper-container .button-prev {
	position: absolute;
	bottom: 5%;
	z-index: 1;
	width: 41px;
	height: 41px;
	border: 3px solid #fff;
	top: 142.5px;
	border-radius: 50%;
	text-align: center;
	color: var(--color-white);
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .swiper-container .button-next,
	.wrap-author .related-posts .content .posts .swiper-container .button-prev,
	.wrap-single .related-posts .content .posts .swiper-container .button-next,
	.wrap-single .related-posts .content .posts .swiper-container .button-prev {
		width: 30px;
		height: 30px;
		top: 60px
	}
}

.wrap-author .related-posts .content .posts .swiper-container .button-next:hover,
.wrap-author .related-posts .content .posts .swiper-container .button-prev:hover,
.wrap-single .related-posts .content .posts .swiper-container .button-next:hover,
.wrap-single .related-posts .content .posts .swiper-container .button-prev:hover {
	cursor: pointer
}

.wrap-author .related-posts .content .posts .swiper-container .button-next:active,
.wrap-author .related-posts .content .posts .swiper-container .button-prev:active,
.wrap-single .related-posts .content .posts .swiper-container .button-next:active,
.wrap-single .related-posts .content .posts .swiper-container .button-prev:active {
	background-color: var(--color-dark-grey);
	border-color: var(--color-dark-grey);
}

.wrap-author .related-posts .content .posts .swiper-container .button-next:active .fa,
.wrap-author .related-posts .content .posts .swiper-container .button-prev:active .fa,
.wrap-single .related-posts .content .posts .swiper-container .button-next:active .fa,
.wrap-single .related-posts .content .posts .swiper-container .button-prev:active .fa {
	color: var(--color-white);
}

.wrap-author .related-posts .content .posts .swiper-container .button-next .fa,
.wrap-author .related-posts .content .posts .swiper-container .button-prev .fa,
.wrap-single .related-posts .content .posts .swiper-container .button-next .fa,
.wrap-single .related-posts .content .posts .swiper-container .button-prev .fa {
	color: var(--color-white);
	font-size: 41px;
}

.wrap-author .related-posts .content .posts .swiper-container .button-next .fa:hover,
.wrap-author .related-posts .content .posts .swiper-container .button-prev .fa:hover,
.wrap-single .related-posts .content .posts .swiper-container .button-next .fa:hover,
.wrap-single .related-posts .content .posts .swiper-container .button-prev .fa:hover {
	cursor: pointer;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .swiper-container .button-next .fa,
	.wrap-author .related-posts .content .posts .swiper-container .button-prev .fa,
	.wrap-single .related-posts .content .posts .swiper-container .button-next .fa,
	.wrap-single .related-posts .content .posts .swiper-container .button-prev .fa {
		font-size: 30px;
	}
}

.wrap-author .related-posts .content .posts .swiper-container .button-next,
.wrap-author .related-posts .content .posts .swiper-container .button-prev,
.wrap-single .related-posts .content .posts .swiper-container .button-next,
.wrap-single .related-posts .content .posts .swiper-container .button-prev {
	background-color: rgba(0,0,0,.5);
}
.wrap-author .related-posts .content .posts .swiper-container .button-prev,
.wrap-single .related-posts .content .posts .swiper-container .button-prev {
	left: 30px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .swiper-container .button-prev,
	.wrap-single .related-posts .content .posts .swiper-container .button-prev {
		left: 15px;
	}
}

.wrap-author .related-posts .content .posts .swiper-container .button-prev .fa,
.wrap-single .related-posts .content .posts .swiper-container .button-prev .fa {
	margin-right: 25%
}

.wrap-author .related-posts .content .posts .swiper-container .button-next,
.wrap-single .related-posts .content .posts .swiper-container .button-next {
	right: 30px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .content .posts .swiper-container .button-next,
	.wrap-single .related-posts .content .posts .swiper-container .button-next {
		right: 15px;
	}
}

.wrap-author .related-posts .content .posts .swiper-container .swiper-pagination,
.wrap-single .related-posts .content .posts .swiper-container .swiper-pagination {
	overflow: visible;
	visibility: visible;
	bottom: 0;
	z-index: 1;
}

.wrap-author .related-posts .content .posts .swiper-container .swiper-pagination .swiper-pagination-bullet,
.wrap-single .related-posts .content .posts .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	border: 3px solid var(--color-dark-grey);
	opacity: 1;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
}

.wrap-author .related-posts .content .posts .swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.wrap-single .related-posts .content .posts .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-dark-grey);
}

.wrap-author .related-posts .author-info {
	text-align: center;
	margin-bottom: 70px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .author-info {
		margin-bottom: 42px;
	}
}

.wrap-author .related-posts .author-info .avatar img {
	border-radius: 50%;
	width: 155px;
	height: 155px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .author-info .avatar img {
		width: 120px;
		height: 120px;
	}
}

.wrap-author .related-posts .author-info .name {
	margin-top: 10px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .author-info .name {
		margin-top: 6px;
	}
}

.wrap-author .related-posts .author-info .description {
	margin-top: 10px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .author-info .description {
		margin-top: 6px;
	}
}

.wrap-author .related-posts .author-info .website {
	margin-top: 10px;
}

@media (max-width: 567px) {
	.wrap-author .related-posts .author-info .website {
		margin-top: 6px;
	}
}

.wrap-tag .tag-name {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 567px) {
	.wrap-tag .tag-name {
		margin-bottom: 20px;
	}
}

.wrap-search .search-name {
	margin-bottom: 40px;
	padding: 45px 32px;
}

@media (max-width: 567px) {
	.wrap-search .search-name {
		margin-bottom: 20px;
		padding: 25px 10px;
	}
}

body.search #page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%
}

body.search .wrap-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f6f6f6;
}

body.search .wrap-search .list-posts {
	background:transparent;
}

.zehi-widget {
	background-color: var(--color-white);
	color: var(--color-black);
	padding: 24px 22px;
	margin-bottom: 4px;
	width: 100%;
	box-sizing: border-box;
}

.widgettitle {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.mc_email_form .sendgrid_mc_label,
.widgettitle {
	color: var(--color-black);
	font-family: Hiragino Kaku Gothic ProN, sans-serif!important;
}

.mc_email_form .sendgrid_mc_label {
	font-size: 14px;
}

.sendgrid_mc_button {
	display: inline-block;
	font-weight: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	border-radius: 3px;
	padding: .5rem 1rem;
	background-color: var(--color-blue);
	width: 100%;
	color: var(--color-white);
}

.sendgrid_mc_button:hover {
	background-color: #1ea2c0;
}

.sendgrid_mc_button:active {
	background-color: #177d94;
}

.wrap-footer {
	background-color: #212121;
}

.wrap-footer footer {
	margin: 0 -42px;
	padding: 0 42px;
	color: var(--color-white);
}

@media (max-width: 567px) {
	.wrap-footer footer {
		margin: 0 -15px;
		padding: 0 15px;
	}
}

.wrap-footer footer .footer-info {
	padding: 24.5px 0;
	font-family: Arial, sans-serif;
	color: var(--color-light-grey);
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-footer footer .footer-info {
		padding: 9.5px 0;
	}
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info {
		padding: 9.5px 0;
	}
}

.wrap-footer footer .footer-info a {
	color: var(--color-light-grey);
	text-decoration: none;
	display: inline-block;
}

.wrap-footer footer .footer-info span {
	padding: 0 10px;
	font-size: 14px;
}

@media (min-width:568px) and (max-width:767px) {
	.wrap-footer footer .footer-info span {
		padding: 10px 8px;
	}
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info span {
		font-size: 13px;
		padding: 10px 8px;
	}
}

.wrap-footer footer .footer-info span.fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info span.fa {
		font-size: 17px;
	}
}

.wrap-footer footer .footer-info .split {
	border-right: 1px solid #3b3b3b;
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-footer footer .footer-info .split {
		border-right: none;
	}
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info .split {
		border-right: none;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-footer footer .footer-info .left {
		text-align: center;
	}
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info .left {
		text-align: center;
	}
}

.wrap-footer footer .footer-info .right {
	float: right;
}

@media (min-width: 568px) and (max-width: 767px) {
	.wrap-footer footer .footer-info .right {
		float: none;
		text-align: center;
	}

	.wrap-footer footer .footer-info .right .company {
		display: block;
	}
}

@media (max-width: 567px) {
	.wrap-footer footer .footer-info .right {
		float: none;
		text-align: center;
	}

	.wrap-footer footer .footer-info .right .company {
		display: block;
	}
}
/*# sourceMappingURL=style.css.map */
