/*
Theme Name: Enigmatic Tibet Travel
Theme URI: http://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: http://www.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: http://www.becomingjenny.net
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: enigmatictibet
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url(fonts/fonts-Poppings.css);
@import url(fonts/fonts-NotoSans-SC.css);
@import url(fonts/flaticon.css);

*::-moz-selection {
	background-color: #4D525A;
	color: #FFF;
}
*::selection {
	background-color: #4D525A;
	color: #FFF;
}
.customized-scroller{
	overflow-y: auto;
}
.customized-scroller::-webkit-scrollbar{
	width:4px;
}
.customized-scroller::-webkit-scrollbar-track{
	background:rgba(180,180,180,0.5);
	border-radius:3px
}
.customized-scroller::-webkit-scrollbar-thumb{
	background:#ccc;
	border-radius:3px
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*font-style: normal;*/
}
body {
	line-height: 1;
}
html.no-scrollbar{
	overflow: hidden!important;
}
body.no-scrollbar::-webkit-scrollbar {
	display: none;
}
body.no-scrollbar{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: 300;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	/*outline: thin dotted;*/
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ededed;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
hr.gap{
	background-color: transparent;
	border: 0;
	height: 20px;
	margin: 0;
}
hr.gap.x2{
	height: 40px;
}
@media screen and (min-width:1024px){
	hr.gap{
		height: 40px;
	}
	hr.gap.x2{
		height: 50px;
	}
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: normal;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
textarea{
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
textarea:focus,
select:focus {
	outline: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/*radio and checkbox types for pc*/
input[type="checkbox"],
input[type="radio"] {
	display: inline-block!important;
	position: relative;
	z-index: 0;
	height:20px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 8px;
	width: 13px;
	background: transparent;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
	position: absolute;
	content:"";
	width:20px;
	height:20.4px;
	background: url(images/icons-checkbox.png) no-repeat 0 top;
	background-size: 100% auto;
	box-sizing: border-box;
	border: 0;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	left:-3px;
	top:-2px;
}
input[type="radio"]:after {
	border-radius: 50%;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	background-position: 0 101%;
	color: #fff;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	/*content: '\2714';*/
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 3px;
	color: #fff;
	line-height: 20px;
	z-index: 2;
}
input[type="radio"]:checked:before {
	/*content: '';*/
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	left: 6px;
	top: 4px;
}
button,
input,
select,
textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	font-size: 15px;
	padding: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 4px 26px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #333;
	background-color: #cccc99;
	border:none;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	-webkit-transition:color 0.2s, background 0.2s;
	transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #8d1c22;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #8d1c22;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4{
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	width: 156px;
	text-align: center;
	font-size: 16px;
	font-size: 1.14285714rem;
	text-decoration: none;
	border-radius: 0;
	line-height: 1.1;
	font-weight: 200;
	background-color: #cccc99;
	border-radius: 40px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-text-shadow: none;
	text-shadow: none;
	word-break: keep-all;
}
.button:hover{
	text-decoration: none;
}
.button1{
	border:1px solid #8d1c22;
	color:#fff;
	background:#8d1c22;
}
.button1:hover{
	color:#fff;
	border:1px solid #621116;
	background:#621116;
}
.button2 {
	border:1px solid #000;
	color:#000;
	background:#fff;
}
.button2:hover {
	color:#fff;
	border:1px solid #222;
	background:#222;
}
.button-large{
	padding: 14px 20px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	padding: 6px 18px;
	width:auto;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}


/*text color*/
.txt-red{color:#8d1c22!important}
.txt-blue{color:#5b9bd5!important}
.txt-green{color:green!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}

/*grids*/
.col-raw{
	margin:0 -14px 0 -14px;
	overflow: hidden;
}
.col-raw.col-narrow{
	margin-left: -4px;
	margin-right: -4px;
}
.col-raw.col-medium{
	margin-left: -8px;
	margin-right: -8px;
}
.col-raw.col-wide{
	margin-left: -16px;
	margin-right: -16px;
}
.col-raw.col-sticky{
	margin-left: 0;
	margin-right: 0;
}
.col-n{
	box-sizing: border-box;
	padding-left: 14px;
	padding-right: 14px;
}
.col-narrow .col-n{
	padding-left: 4px;
	padding-right: 4px;
}
.col-medium .col-n{
	padding-left: 8px;
	padding-right: 8px;
}
.col-wide .col-n{
	padding-left: 16px;
	padding-right: 16px;
}
.col-sticky .col-n{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px){
	.col-n-mb{
		float: left;
	}
	.col-1-mb{
		width:8.33%;
	}
	.col-2-mb{
		width:16.66%;
	}
	.col-3-mb{
		width:25%;
	}
	.col-4-mb{
		width:33.33%;
	}
	.col-5-mb{
		width:41.66%;
	}
	.col-6-mb{
		width:50%;
	}
	.col-7-mb{
		width:58.33%;
	}
	.col-8-mb{
		width:66.66%;
	}
	.col-9-mb{
		width:75%;
	}
	.col-10-mb{
		width:83.33%;
	}
	.col-11-mb{
		width:91.66%;
	}
	.col-12-mb{
		width:100%;
	}
	.hide-mb{
		display: none!important;
	}
	.col-raw{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-raw.col-medium{
		margin-left: -12px;
		margin-right: -12px;
	}
	.col-medium .col-n{
		padding-left: 12px;
		padding-right: 12px;
	}
	.col-raw.col-wide{
		margin-left: -24px;
		margin-right: -24px;
	}
	.col-wide .col-n{
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-flex-mb{
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 768px) and (max-width:1280px){/*tablet*/
	.col-n-tb{
		float: left;
	}
	.col-1-tb{
		width:8.33%;
	}
	.col-2-tb{
		width:16.66%;
	}
	.col-3-tb{
		width:25%;
	}
	.col-4-tb{
		width:33.33%;
	}
	.col-5-tb{
		width:41.66%;
	}
	.col-6-tb{
		width:50%;
	}
	.col-7-tb{
		width:58.33%;
	}
	.col-8-tb{
		width:66.66%;
	}
	.col-9-tb{
		width:75%;
	}
	.col-10-tb{
		width:83.33%;
	}
	.col-11-tb{
		width:91.66%;
	}
	.col-12-tb{
		width:100%;
	}
}
@media screen and (min-width: 1280px){
	.col-n{
		float: left;
	}
	.col-1{
		width:8.33%;
	}
	.col-2{
		width:16.66%;
	}
	.col-3{
		width:25%;
	}
	.col-4{
		width:33.33%;
	}
	.col-5{
		width:41.66%;
	}
	.col-6{
		width:50%;
	}
	.col-7{
		width:58.33%;
	}
	.col-8{
		width:66.66%;
	}
	.col-9{
		width:75%;
	}
	.col-10{
		width:83.33%;
	}
	.col-11{
		width:91.66%;
	}
	.col-12{
		width:100%;
	}
}
@media screen and (min-width: 768px){/*all except mobile*/
	.col-raw{
		margin:0 -28px 0 -28px;
	}
	.col-raw.col-narrow{
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-raw.col-medium{
		margin-left: -16px;
		margin-right: -16px;
	}
	.col-raw.col-wide{
		margin-left: -32px;
		margin-right: -32px;
	}
	.col-n{
		box-sizing: border-box;
		padding-left: 28px;
		padding-right: 28px;
	}
	.col-narrow .col-n{
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-medium .col-n{
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-wide .col-n{
		padding-left: 32px;
		padding-right: 32px;
	}

	.hide-pc{
		display: none!important;
	}
	.col-flex{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.col-flex-reverse{
		flex-direction: row-reverse;
	}
	.col-inlineblock{
		font-size: 0;
		text-align: left;
	}
	.col-inlineblock .col-n{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}

/*responsive table*/
.table-responsive{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
	/*min-width: 400px;*/
}
.txt-left{
	text-align: left!important;
}
.txt-right{
	text-align: right!important;
}
.txt-center{
	text-align: center!important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #eee;
	text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Poppins', 'Noto Sans SC',  Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #555;
	background-color:#fff;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 85.71428571rem;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.site {
	box-sizing: border-box;
	padding: 0 18px;
	width: 100%;
}
.site-content {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}
.widget-area {
	margin: 21px 0 0;
	margin: 1.5rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	width:100%;
	background-color:#8d1c22;
	padding-top: 1px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #EDEDED;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #fff;
	color: #000;
}
footer[role="contentinfo"]{
	font-size: 14px;
	font-size: 1rem;
}
footer[role="contentinfo"] a {
	color: #000;
}
footer[role="contentinfo"] a:hover {
	color: #666;
	text-decoration: none;
}
footer[role="contentinfo"] h3{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
footer[role="contentinfo"] strong{
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
}
footer[role="contentinfo"] .col-n{
	padding-top: 21px;
	padding-top: 1.5rem;
	padding-bottom: 21px;
	padding-bottom: 1.5rem;
}
.footer-bottom{
	border-top: 1px solid #ddd;
	text-align: center;
}
footer .site-info {
	margin:40px auto 0 auto;
}
.footer-right a{
	display: block;
	color:#666;
	text-transform: uppercase;
}
.footer-right a.main{
	margin-top: 28px;
	margin-bottom: 7px;
	font-weight: 600;
	color:#000;
	font-size: 13px;
}
.footer-right a:not(.main){
	font-size: 12px;
}
.footer-media{
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
	padding-bottom: 10px;
}
.footer-media .icn-social{
	vertical-align: middle;
	display: inline-block;
	font-size: 26px;
	margin-right: 15px;
}
.icn-social-wechat{
	position: relative;
}
.icn-social-wechat .qr{
	position: absolute;
	bottom:26px;
	left: 26px;
	width: 150px;
	height: 150px;
	max-width: inherit;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	transform: scale(0,0);
	transform-origin: 0 100%;
}
.icn-social-wechat:hover .qr{
	transform: scale(1,1);
}
.logo-footer{
	display: none;
	width: 90px;
	height: auto;
	float: right;
}
.footer-menu {
	text-align: center;
	display: block;
	padding-bottom: 20px;
}
.footer-menu li{
	display: inline-block;
	line-height: 1.6;
}
.footer-menu li:after{
	content:" ・ ";
	display: inline-block;
	padding: 0 8px;
}
.footer-menu li:last-child:after{
	display: none;
}
.footer-menu .saparator{
	display: inline-block;
	padding: 0 8px;
}
@media screen and (min-width:768px){
	footer[role="contentinfo"] .entry-content{
		font-size: 14px;
		font-size: 1rem;
	}
	.logo-footer{
		display: block;
	}
	.footer-right a.main{
		font-size: 14px;
	}
	.footer-right a:not(.main){
		font-size: 13px;
	}
	.footer-bottom,
	.footer-menu{
		text-align: left;
	}
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 2px;
	color:#333;
	border-bottom: 1px solid rgba(0,0,0,0.1);;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 600;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link {
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #999;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-block .entry-content h2{
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.6;
	color:#8d1c22;
	font-weight: 500;
	text-align: left;
}
.site-block h3,
.entry-content h3,
.comment-content h3 {
	font-size: 19px;
	line-height: 1.55;
}
.site-block h4,
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
	/*color: #FF8288;*/
	color: #000;
	/*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 7px 28px 28px 0;
	margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 16px;
	font-size: 1.14258571rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
	font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	border-color: #ededed;
	padding: 6px 10px 6px 10px;
}
.entry-content thead{
	border-width: 1px;
}
.site-content article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
@media screen and (min-width:1024px){
	.entry-content h2,
	.comment-content h2,
	.mu_register h2,
	.site-block .entry-content h2{
		font-size: 25px;
	}
	.entry-content h3,
	.comment-content h3 {
		font-size: 21px;
	}
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
	margin-bottom: 35px;
	margin-bottom: 2.5rem;
}
h1.search-title{
	margin-bottom: 0;
	color: #000;
}
.site-logo {
	width:90px;
	height:90px;
	display:block; float:none; margin:5px auto; overflow: hidden;
}
.site-logo img {width:100%; height:auto}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 50px auto;
	/*width: fit-content;
	padding: 4px;
	border: 1px solid #efefef;*/
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 32px;
	height: 32px;
	padding: 0 12px!important;
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#000;
	padding: 6px 12px;
	background-image:none;
	background-color:#efefef;
	border:none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size:15px;
	font-size:1.07142857rem;
	display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color:#fff;
	background-image:none;
	background-color:#8d1c22;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
#block-post .gform_wrapper,
#block-page .gform_wrapper,
.form-container-gray{
	background: #f8f8f8;
	padding: 20px;
	box-sizing: border-box;
}
.gform_required_legend{
	display: none;
}
body .gform-theme{
  --gf-color-primary: #8d1c22!important;
  --gf-color-primary-darker:#621116!important;;
  --gf-ctrl-btn-radius:0;
  --gf-ctrl-border-color: #ccc!important;
  --gf-ctrl-shadow: none!important;
  --gf-font-size-tertiary:13px;
  --gf-form-validation-font-size:13px;
  --gf-form-gap-y:12px;
  --gf-padding-x:6px;
  --gf-padding-y:6px;
  --gf-ctrl-btn-font-weight:400;
}
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
body .gform_wrapper .gform_validation_errors{
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0;
	box-shadow: none;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border: 1px solid #03589e;
}
body .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 2px;
	padding-bottom: 2px;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ffe6b1!important;
	border-top: 1px solid #b78123!important;
	border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
	color: #b78123!important;
}
.gform_wrapper .gform_footer{
	margin-top: 40px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
	width: 30%!important;
	margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
	margin-left: 0%!important;
	width: 100%;
}
.gform_wrapper .ginput_complex label {
	padding: .625em 0 1em;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #8d1c22;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 6px 6px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}
@media screen and (max-width: 767px) {
	body .gform_wrapper .gform_footer input.button,
	body .gform_wrapper .gform_footer input[type=submit] {
		width: 100%!important;
	}
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
	#block-post .gform_wrapper,
	#block-page .gform_wrapper,
	.form-container-gray{
		padding: 30px;
	}
}

/*jquery-ui for tour option form*/
.ginput_container_date,
.date-field-outter{
	position: relative!important;
}
.ginput_container_date:after,
.date-field-outter:after {
	content: '\f073';
	font-family: fontawesome;
	display: inline-block;
	position: absolute;
	pointer-events: none;
	right: 14px;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
	width: 14px;
	height: 13px;
	font-size: 14px;
	color: #333;
}
.ginput_container_date input,
.date-field-outter input{
	width: 100%!important;
}
.gform-theme--framework.ui-datepicker .ui-datepicker-next::before,
.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{
	color: #fff;
}
.ui-datepicker .ui-datepicker-next::before {
    content: var(--gf-icon-ctrl-datepicker-right);
}

body .ui-widget.ui-widget-content{
	border:1px solid #eee;
	box-shadow: 0 2px 8px rgba(0,0,0,0.0.08);
}
body .ui-datepicker-calendar{
	margin-top: 0;
}
body .ui-datepicker-title{
	justify-content: center;
	color: #fff;
}
body .ui-datepicker-title{
	line-height: 36px!important;
}
body .ui-datepicker-month,
body .ui-datepicker-year{
	color: #fff;
	font-size: 14.5px;
	font-weight: 600;
}
.ui-widget{
	font-family: Arial,Helvetica,sans-serif;
}
body .ui-datepicker{
	padding: 2px;
}
body .ui-datepicker td{
	width: 14.28%;
}
body .ui-widget-header .ui-icon{
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
body .ui-widget-header{
	background-color: #8d1c22;
	color: #fff;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default{
	border: 0;
}
body .ui-datepicker .ui-datepicker-title,
body .ui-datepicker th{
	font-size: 14.5px;
}
body.tour-single-template .ui-datepicker td span,
body.tour-single-template .ui-datepicker td a,
body .ui-datepicker td span,
body .ui-datepicker td a{
	text-align: center;
	font-size: 14.5px;
	padding: 5px 0;
	line-height: 25px;
}
body .ui-datepicker-unselectable{
	pointer-events: auto;
	cursor: not-allowed!important;
}
body .ui-state-active{
	background-color: #8d1c22!important;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default{
	background: rgba(180, 234, 229, .3);
	border:transparent 1px solid;
	color: #484848;
}
body .ui-state-disabled,
body .ui-widget-content .ui-state-disabled {
	opacity: .75;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover{
	background:rgba(180,234,229,.7);
	border:transparent 1px solid;
}
body #ui-datepicker-div{
	width: 302px;
	padding: 1px;
}
@media screen and (min-width:1600px){
	body #ui-datepicker-div{
		width: 328px;
		box-sizing: border-box;
	}
}
/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	hgroup{
		overflow: visible;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.site.site-medium{
		max-width: 1024px;
	}
	.site.site-narrow{
		max-width: 880px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 76%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width,
	section.full-width {
		width: 100%;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.footer-center,
	.footer-left {
		text-align: left;
	}
	.footer-right {
		text-align: right;
	}
	
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	hgroup.site{
		max-width: 1920px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.site-header{
		position: fixed;
		z-index: 99;
		top:0;
	}
	.site-logo{
		margin: 15px 0;
		width:80px;
		height:80px;
	}
}
@media screen and (min-width: 1600px) {
	.site {
		max-width: 1300px;
	}
	.site-logo{
		margin: 15px 0;
		width:110px;
		height:110px;
	}
}
@media screen and (min-width: 1920px) {
	.site {
		max-width: 1600px;
	}
}
/*side floating btns*/
#side-floating{
	display: none;
	flex-direction: column;
	position: fixed;
	z-index: 11;
	right: 0;
/*	top:calc(50% - 120px);*/
	bottom: 100px;
	width: 60px;
	height: 240px;
	background: #8d1c22;
	text-align: center;
	color: #fff;
	align-items: center;
}
#side-floating a:hover{
	text-decoration: none;
}
#side-floating-first{
	width: 100%;
	height: 120px;
	font-size: 19px;
	color: #fff;
	writing-mode: vertical-rl;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(images/bg-button2.png) no-repeat;
}
.side-floationg-btn{
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(images/icons-float.png) no-repeat;
	background-size: 80%;
	background-position:center -10%;
	background-color: #8d1c22;
}
#side-floating-email{ background-position:center 110% }
.side-floationg-btn span{
	background: #8d1c22;
	color: #fff;
	line-height: 60px;
	height: 100%;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 20px;
	transition: 0.3s all;
	position: absolute;
	width: 250px;
	z-index: -1;
	right: -250px;
}
.side-floationg-btn:hover span{
	right: 60px;
}
.side-floationg-btn:nth-child(even),
.side-floationg-btn:nth-child(even) span{
	background-color: #621116;
}
@media screen and (min-width:768px){
	#side-floating{
		display: flex;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:12px;
}
@media screen and (max-width: 767px) {
	.main-navigation .flaticon-down-arrow:after,
	#mobileMenu .flaticon-down-arrow:after{
		display: none;
	}
}

.full-padding {
	padding-left:0;
	padding-right:0;
}
.full-padding img {
	max-width: 100%;
}
.category-title {
	margin-bottom: 8px;
	margin-top: 21px;
}
.site-block{
	box-sizing: border-box;
}
.site-block.bg-gray{
	background-color: #f2f2f2;
}
.site-block p,
.site-block ul {
	margin: 14px 0 26px 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.8;
}
.site-block h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 300;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.5;
}
.site-block h2 {
	line-height: 1.3;
	font-size: 28px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 9px;
	color: #333;
}
h2.site-block-title{
	line-height: 1.3;
	font-size: 28px;
	font-size: 2rem;
}
p.site-block-subtitle{
	line-height: 1.6;
}
p.site-block-subtitle.txt-center{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
.site-block .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.site-block.stick-bottom .site{
	margin-bottom:0;
}
.site-block.stick-top .site{
	margin-top:0;
}
.site-block .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}
.site-block-header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.site-block-header h2{
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.site-block p,
	.site-block ul {
		font-size: 16px;
	}
	.site-block .site{
		margin:100px auto;
	}
	.site-block-header{
		margin-bottom: 30px;
	}
}
.footerSubscriber {
	width:90%;
	max-width:300px;
	margin:0 auto;
}
.footerSubscriber form{
	margin-top:7px;
	margin-top:0.5rem;
}
.footerSubscriber #mail{
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
	line-height: 2.1;
	border-radius: 15px;
	padding: 0;
	padding-left: 15px;
	border-width: 0;
	outline: none;
	height:30px;
}
.footerSubscriber #subscribe{
	width:80px;
	padding: 6px 0;
	font-weight: 400;
	border-radius: 15px;
	outline: none;
}
.footerSubscriber p{
	margin:21px 0;
	margin:1.5rem 0;
}
.footerSubscriber p a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 0;
}


/*top bar*/
#top-bar{
	top: 0;
	z-index: 9;
	position: fixed;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	overflow:visible;
	clear: both;
	font-weight: 400;
	background: transparent;
}
#top-bar-cont{
	clear: both;
	box-sizing: border-box;
	padding: 0 21px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
}
#top-bar,
#top-bar *{
	transition: 0.2s all;
}
#top-bar-left,
#top-bar-right{
	width: calc( ( 100% - 120px ) / 2 );
}
#top-bar-right{
	text-align: right;
}
#top-bar-medias{
	vertical-align: middle;
	display: inline-block;
}
#top-bar-languages{
	cursor: pointer;
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	width: fit-content;
	box-sizing: border-box;
	padding: 6px 14px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius: 40px;
	height: 40px;
	min-width: 110px;
	overflow: visible;
	text-align: center;
}
#top-bar-languages .wpml-ls{
	display: inline-block;
	vertical-align: top;
	transition: 0.2s all;
	box-sizing: border-box;
	padding: 0 5px;
}
#top-bar-languages i{
	line-height: 25px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s all;
}
#top-bar-languages a{
	line-height: 1.95;
}
#top-bar-languages a:hover{
	color: #fff;
}
#top-bar-languages li{
	overflow: hidden;
	transition: 0.2s all;
	height: 0;
	opacity: 0.6;
}
#top-bar-languages:hover li,
#top-bar-languages li.wpml-ls-current-language{
	height: 30px;
}
#top-bar-languages li:hover,
#top-bar-languages li.wpml-ls-current-language{
	height: 30px;
	opacity: 1;
}
#top-bar-languages:hover i{
	transform: rotate(180deg);
}

.site-header a{
	color: #fff;
	vertical-align: middle;
}
.site-header a:hover{
	color: #8d1c22;
	text-decoration: none;
}
#top-bar-right .top-icon{
	display: inline-block;
	vertical-align: middle;
	margin:0 0 0 2px;
	box-sizing: border-box;
	padding:0 6px;
	font-size: 21px;
	font-size: 1.5rem;
	width: auto;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	transform: translateY(3px);
}
#site-navigation{
	display: none;
}
#site-navigation .wpml-ls-item{
	display: none;
}
#menu_trigger{
	display: block;
	font-size: 21px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}


/*main menu*/
.nav-menu{
	font-size: 0;
}
.nav-menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
}
.nav-menu li a{
	display: block;
	width: auto;
	padding: 0 8px;
	color: #fff;
	line-height: 60px;
}
.nav-menu .sub-menu{
	position: absolute;
	background: #fff;
	width: 200px;
	box-sizing: border-box;
	padding: 0 0;
	text-align: left;
	overflow: hidden;
	line-height: 1.6;
	height: 0;
	box-shadow: 0 10px 10px rgb(0 0 0 / 8%);
}
.nav-menu .sub-menu > li{
	width: 100%;
}
.nav-menu .menu-item:hover .sub-menu{
	height: auto;
	padding: 7px 0;
}
.nav-menu .sub-menu a{
	line-height: 1.6;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #666;
}
.nav-menu .sub-menu a:hover{
	color: #000;
}
.nav-menu .menu-item-has-children:hover:after{
	position: absolute;
	bottom: -4px;
	left: 30px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
	display: block;
	content: "";
}
.top-icon{
	width:auto;
	height:25px;
	vertical-align: middle;
	margin:0 0 0 21px;
	line-height: 0;
	padding: 0;
}
.top-icon a,
.top-icon i{
	color: #fff;
	vertical-align: middle;
}
.top-icon a:before{
	color: #fff;
}
#top-bar.scroll{
/*	background: #8d1c22;*/
	background: #fff;
}
#top-bar.scroll a,
#top-bar.scroll i{
	color: #000;
}
#top-bar.scroll a:hover{
	color: #8d1c22;
}
#top-bar.scroll .site-logo{
	filter: brightness(0);
	height:60px ;
	width: 60px;
}
#top-bar.scroll .top-icon{
	filter: brightness(0);
}
#top-bar.scroll #top-bar-languages{
	border-color: #000;
}
#top-bar.scroll .wpml-ls{
	background:#fff;
}
@media screen and (max-width: 1100px){
	#menu_trigger{
		margin-right: 0;
	}
}
@media screen and (min-width: 1280px){
	#top-bar-cont{
		padding: 0 20px;
	}
	#site-navigation{
		display: block;
	}
	#menu_trigger{
		display: none;
	}
	#top-bar-right .top-icon{
		margin-left:10px;
	}
	#top-bar-languages{
		margin-left:40px;
	}
}
.admin-bar #top-bar{
	top:46px;
	position: absolute;
}
@media screen and (min-width: 768px) {
	.admin-bar #top-bar{
		position: fixed;
		top:32px;
	}
	.nav-menu > li:first-child > a{
		padding-left: 0;
	}
	.nav-menu > li:last-child > a{
		padding-right: 0;
	}
}
@media screen and (min-width: 1600px){
	.nav-menu li a{
		padding: 0 21px;
	}
	#top-bar-cont{
		padding: 0 40px;
	}
}
/*main menu mobile*/
.button-close{
	padding: 0!important;
	position: fixed;
	z-index: 1;
	left:26px;
	top:22px;
	width: 28px;
	height: 28px;
	filter: brightness(0.5);
	background: url(images/icon-close.svg) no-repeat center center;
	background-size: 100% auto;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.button-close:hover{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
#mobileMenu{
	pointer-events: none;
	z-index: 100000;
	background: #fff;
	position: fixed;
	display: block;
	box-sizing: border-box;
	padding: 0;
	top: 0;
	left: -360px;
	width: 350px;
	height: 100vh;
	padding: 0 30px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
#mobileMenu.stay{
	left: 0;
	opacity: 1;
	width: 350px;
	height: 100vh;
	pointer-events: auto;
}
#mobileMenu hr{
	margin: 16px 25px 20px 25px;
	background:#000;
}
#mobileMenu li a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	font-size: 13px;
	font-size: 0.98257rem;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
	opacity: 0.75;
	overflow: hidden;
	transition: all 0.2s;
}
#mobileMenu ul li.current_page_item>a,
#mobileMenu ul li.current-menu-item>a,
#mobileMenu ul li ul li.current-page-ancestor a,
#mobileMenu ul li a:hover {
	opacity: 1;
}
#mobileMenu ul li ul.sub-menu > li > a {
	padding: 0 0 20px 20px;
}
#mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}

#mobileMenu ul li a {
	width: 100%;
}
#mobileMenu ul li.menu-item-has-children > a {
	width: 90%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	display: inline-block;
	vertical-align: middle;
}
#mobileMenu li a.menu-item-switch,
#mobileMenu li a.menu-item-switch:hover {
	position: relative;
	width: 20px!important;
	display: inline-block!important;
	vertical-align: middle;
	height: 18px;
	line-height: 20px;
	text-align: center;
}
#mobileMenu li a.menu-item-switch:after,
#mobileMenu li a.menu-item-switch:hover:after{
	position: absolute;
	left: 0;
	content: "\f107";
	font-family: FontAwesome;
	color: #808080;
	font-size: 28px;
	font-size: 2rem;
	transition: 0.2s all;
}
#mobileMenu li.on>a.menu-item-switch:after {
	transform: rotate(180deg);
}
#mobileMenu li ul.sub-menu li {
	height: 0;
	overflow: hidden;
	transition: 0.2s all;
	opacity: 0;
	height: 0;
	/*transform: translate(0,-20px);*/
}
#mobileMenu li.on ul.sub-menu{
	/*padding-bottom: 20px;*/
}
#mobileMenu li.on ul.sub-menu li {
	height:auto;
	opacity: 1;
	height: 40px;
	/*transform: translate(0,0);*/
	border-bottom: 0;
}
#mobileMenu li.off ul.sub-menu li {
	height: 0!important;
}
#mobileMenu #mobileMenuSub a,
#mobileMenu #mobileMenuLang a{
	font-size: 14px;
	font-size: 1rem;
	height: 32px;
	line-height: 32px;
}
#mobileMenu #mobileMenuLang{
	margin-bottom: 40px;
}
#mobileMenuMain{
	margin: 82px auto 0 auto;
	width: 100%;
	max-width: 100%;
	text-align: left;
}
#mobileMenuMain li{
	border-bottom: 1px solid #d9d9d9;
}
#mobileMenu-social{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 50px;
	width: 290px;
}
#mobileMenu.stay #mobileMenu-social{
	
}
.mobileMenu-icon {
	filter: brightness(0);
	font-size: 24px;
	margin-right: 30px;
}
@media screen and (min-width:768px){
	.product-search-form{
		position: relative;
		width: 600px;
		margin: 0 auto;
	}
}
/*small screen menu size*/
@media screen and (max-width: 767px){
	#top-bar{
		background: #fff;
	}
	#top-bar a{
		color: #000;
	}
	#top-bar-cont{
		height: 50px;
	}
	.top-icon{
		margin-left: 7px;
		height: 16px;
		line-height: 16px;
	}
	.top-icon i{
		width: 16px;
		height: 16px;
	}
	.site-logo{
		filter: brightness(0);
		width: 40px;
		height: 40px;
		margin: 5px 0;
	}
}
/*swiper*/
body .swiper-pagination-bullet{
	transition: 0.2s all;
	border-radius: 6px;
	height: 6px;
	width: 6px;
	background-color: #fff;
	opacity: 0.75;
}
body .swiper-pagination-bullet-active{
	width: 18px;
	opacity: 1;
}
@media screen and (min-width:768px){
	body .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom:40px;
	}
	body .swiper-pagination-bullet-active{
		width: 22px;
	}
} 
/*homepage*/
#home-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
}
#home-headimage .swiper-slide{
	font-size: 0;
}
#home-headimage .swiper-slide img.kv {
	width:100%;
	height: auto;
	object-fit: cover;
	min-height: 500px;
}
#home-headimage-swiper{
	position: relative;
}
#home-headimage-swiper:after{
	position: absolute;
	content: "";
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.8) 100%);
}
#home-headimage-front{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	text-align: center;
	color: #fff;
}
#home-headimage-front .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#home-headimage-front p{

}
#home-headimage-front h1{
	font-size: 28px;
	font-weight: 600;
	margin: 20px auto;
	text-transform: uppercase;
	line-height: 1.2;
}
#top-search-trips,
.top-search{
	width: 600px;
	max-width: 100%;
	position: relative;
	font-size: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#top-search-keywords{
	position: relative;
	z-index: 0;
	padding: 10px 20px;
	width: calc(100% - 120px);
	border:0;
	border-radius: 40px;
	background:rgba(255,255,255,0.75);
	transition: 0.2s all;
}
#top-search-keywords:focus{
	background: #fff;
}
#top-search-submit{
	position: absolute;
	right: 0;
	top:0;
	z-index: 1;
	width: 150px;
	color: #fff;
	position: absolute;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
}
#top-search-tags{
	margin-top: 20px;
	color: #fff;
	text-overflow:ellipsis;
	overflow: hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
#top-search-tags a{
	color: #fff;
}
#top-search-tags a:hover{
	text-decoration: none;
	color: #b79023;
}
#top-search-tags a:after{
	content:"、 ";
}
#top-search-tags a:last-of-type:after{
	display: none;
}
#home-headimage-guide{
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 2;
	width: 100%;
	height: auto;
}
#home-headimage-guide .site{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}
.home-headimage-guide-item{
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.5;
	transition: 0.2s all;
}
.home-headimage-guide-item:hover{
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
	transform: translateY(-4px);
}
.icon-guide{
	width: 48px;
	height: 50px;
	display: block;
	margin: 0 auto 15px auto;
	background: url(images/icons-guide-2.png) no-repeat;
	background-size: 100% auto;
}
.icon-guide.icon-2{ background-position:0 33.33% }
.icon-guide.icon-3{ background-position:0 66.67% }
.icon-guide.icon-4{ background-position:0 100% }
.destination-list{
	display: grid;
	grid-gap: 20px;
}
.destination-item{
	position: relative;
	box-sizing: border-box;
	font-size: 0;
	height: 330px;
}
.destination-item:after{
	/*mask*/
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.8) 100%);
	transition: 0.3s all;
	opacity: 0.5;
}
.destination-item:hover:after{
	opacity: 1;
}
.destination-item-txt{
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: 0.2s all;
}
.destination-item-txt h3{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
}
.destination-item-txt p{
	width: calc(100% - 50px);
	text-overflow:ellipsis;
	overflow: hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	transition: 0.3s all;
	height: 0;
	margin: 0;
}
.destination-item:hover p{
	height: 55px;
	margin: 20px 0 0 0;
}

img.destination-item-thumb{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.destination-item-link{
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.destination-item-link:after{
	content:"";
	background:url(images/arraw-details.png) no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 26px;
	bottom: 26px;
	z-index: 1;
}
.tour-item{
	position: relative;
	font-size: 0;
	max-width: 100%;
}
.tour-item-txt{
	position: absolute;
	z-index: 2;
	left: 5px;
	bottom: 5px;
/*	background: rgba(255,255,255,0.75);*/
	background: transparent;
	color: #fff;
	width: 100%;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.3;
	transition: 0.3s all;
}
.tour-item-txt h3{
	font-size: 21px;
	font-weight: 500;
}
.tour-item-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	pointer-events: none;
}
.tour-item-thumb{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.tour-item-txt-info{
	box-sizing: border-box;
	line-height: 1.6;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	height: 0;
	transition: 0.3s all;
	font-size: 14px;
}
.tour-item:hover .tour-item-txt-info{
	height: 56px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
	
}
.tour-item:hover .tour-item-txt{
	color: #000;
	background: #fff;
}
.tour-item-tagline{
	text-overflow:ellipsis;
	overflow: hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.tour-item-tag{
	display: inline-block;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.tour-item-tag + .tour-item-tag{
	font-size: 15px;
	margin-left: 15px;

}
.tour-item-txt-info-sub{
	color: #7c7c7c;
	padding: 5px 0 15px 0;
}
.tour-item-link{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#home-trips-swiper{
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}
#home-trips-swiper .swiper-slide{
	width: 320px;
}
#home-trips{
	background: url(images/home-bg-1.jpg) center center no-repeat;
	background-size: cover;
}
#home-memorize .site{
	margin-bottom: 0px;
}
#home-memorize-swiper{
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
#home-memorize-swiper .swiper-slide{
	width: 800px;
}
.memorize-item{
	width: 100%;
	height: 340px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	background: #f4f3f3;
	align-items: stretch;
	transition: 0.3s all;
	opacity: 0.35;
	filter: sepia(1);
}
.swiper-slide-active .memorize-item{
	opacity: 1;
	filter: unset;
}
.memorize-item-link{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.memorize-item-head{
	box-sizing: border-box;
	background:url(images/memorize-bg-1.jpg) no-repeat;
	background-size: cover;
	width: 30%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.memorize-item-2 .memorize-item-head{background-image:url(images/memorize-bg-2.jpg);}
.memorize-item-3 .memorize-item-head{background-image:url(images/memorize-bg-3.jpg);}
.memorize-item-4 .memorize-item-head{background-image:url(images/memorize-bg-4.jpg);}
.memorize-item-5 .memorize-item-head{background-image:url(images/memorize-bg-5.jpg);}
.memorize-item-6 .memorize-item-head{background-image:url(images/memorize-bg-6.jpg);}
.memorize-item-7 .memorize-item-head{background-image:url(images/memorize-bg-7.jpg);}
.memorize-item-8 .memorize-item-head{background-image:url(images/memorize-bg-8.jpg);}
.memorize-item-head p{
	font-size: 21px;
	margin: 0;
}
.memorize-item-head img{
	width: 100px;
	height: 100px;
	border:2px solid #fff;
	border-radius: 50%;
	margin: 5px auto;
}
.memorize-item-body{
	box-sizing: border-box;
	background:url(images/memorize-bg-1.png) no-repeat;
	background-size: cover;
	width: 70%;
	padding: 40px;
}
.memorize-item-body p{
	text-overflow:ellipsis;
	overflow: hidden;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	min-height: 110px;
}
.memorize-item-txt-head{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.memorize-item-txt-head h3{
	font-size: 21px;
	line-height: 1.3;
}
.memorize-item-txt-stars{
	
}
.memorize-item .memorize-item-txt-stars{
	margin-top: 0;
	width: 130px;
	text-align: right;
}
.memorize-item-txt-stars i{
	width: 25px;
	height: 25px;
	background: url(images/icon-star.png) no-repeat;
	background-size: 100% auto;
	margin-left: 1px;
	display: inline-block;
}
.memorize-item-txt-photos{
	text-overflow:ellipsis;
	overflow: hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.memorize-item-thumb{
	width: 120px;
	height: 80px;
	object-fit: cover;
	margin: 0 5px 0 0;
}
#block-cta{
	background: url(images/home-bg-guide.jpg) repeat-x center center;
	height: 266px;
}
#block-cta .site{
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#block-cta h2{
	margin: 20px 0;
	text-shadow: 1px 1px 2px #fff;
}
#block-cta .button{
	background-image: url(images/bg-button.png) ;
	width: 220px;
	text-shadow: 0 1px 3px rgba(255,255,255,0.5);
}
#block-cta .button:hover{
	filter: saturate(0.7);
}
.hotel-list{
	display:grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.hotel-item{
	text-align: center;
}
img.hotel-thumbnail{
	width: 130px;
	height: 130px;
	display: block;
	object-fit: cover;
	border-radius: 50%;
	margin: 10px auto 10px auto;
}
@media screen and (max-width:850px){
	#home-memorize-swiper .swiper-slide{
		width: 320px;
	}
	.memorize-item{
		height: auto;
		flex-direction: column;
	}
	.memorize-item-head,
	.memorize-item-body{
		width: 100%;
	}
	.memorize-item-head{
		padding: 20px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.memorize-item-head img{
		margin: 0 30px 0 0;
		width: 60px;
		height: 60px;
	}
	.memorize-item-body{
		padding: 20px;
	}
	.memorize-item-txt-head{
		flex-direction: column;
		align-items: flex-start;
	}
	.memorize-item-txt-head h3{
		margin-bottom: 15px;
	}
	.memorize-item .memorize-item-txt-stars,
	.memorize-item-txt-stars{
		text-align: left;
	}
	.memorize-item-txt-stars i{
		width: 18px;
	}
	#block-cta .site{
		flex-direction: column;
		justify-content: center;
	}
}
body .swiper-button-black{
	border:2px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #fff;
	color: #e02726;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.2s;
}
body .swiper-button-black:after{
	font-weight: 800;
	/*color: #e02726;*/
	font-size: 16px;
}
body .swiper-button-black:hover{
	border-color:#8d1c22;
	background-color: #8d1c22;
	color: #fff;
}
body .swiper-button-black.swiper-button-prev{
	left: 3px;
	margin-top: -14px;
}
body .swiper-button-black.swiper-button-next{
	right: 3px;
	margin-top: -14px;
}
body .swiper-scrollbar-drag{
	background-color: #bbb;
}

.post-thumbnail{
	max-width: 100%;
	font-size: 0;
	display: block;
	overflow: hidden;
}
.post-thumbnail img{
	max-width: 100%;
	transition: 0.3s all;
}
.post-item:hover .post-thumbnail img{
	transform: scale(1.05);
}
.post-list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25px;
}
.post-item{
	font-size: 16px;
	margin:0;
	background: #f8f7f4;
	border-radius: 0;
}
.post-item a,
.post-item a:hover{
	text-decoration: none;
}
.post-item .wp-post-image{
	width: 100%;
}
.post-item .post-title{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}
.post-item .entry-date{
	display: block;
	font-size: 12px;
	margin:7px 0 14px 0;
	color: #999;
}
.post-item .post-content{
	line-height: 1.5;
	font-size: 14px;
}
.post-txt{
	box-sizing: border-box;
	padding: 20px;
}
@media screen and (min-width: 768px){
	#home-headimage-front p{
		font-size: 21px;
	}
	#home-headimage-front h1{
		font-size: 35px;
		margin-bottom: 30px;
	}
	.destination-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.home-destination-list .destination-item:first-of-type{
		grid-column-start: span 2;
	}
	body .swiper-button-black{
		width: 36px;
		height: 36px;
		margin-top: -20px;
	}
	.post-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.hotel-list{
		grid-template-columns: repeat(3, 1fr);
	}
	img.hotel-thumbnail{
		width: 160px;
		height: 160px;
	}
}
@media screen and (min-width:1024px){
	.icon-guide{
		margin: 0 auto 15px auto;
		width: 60px;
		height: 60px;
	}
	.home-headimage-guide-item{
		padding: 30px 20px;
	}
	.post-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1200px){
	#home-headimage-front h1{
		margin-bottom: 50px;
		font-size:49px;
	}
	html[lang="zh-Hans"] #home-headimage-front h1{
		font-size:60px;
		font-weight: 500;
	}
	#top-search-tags{
		margin-top:30px;
		font-size: 16px;
	}
	.destination-item{
		height: 330px;
	}
	.destination-item-txt h3{
		font-size: 21px;
	}
	
	#home-memorize-swiper-prev{
		left: calc(50% - 470px);
	}
	#home-memorize-swiper-next{
		right: calc(50% - 470px);
	}
	
	#block-cta h2{
		font-size: 35px;
	}
	.post-list{
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 30px;
	}
	.hotel-list{
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (min-width: 1440px){
	.icon-guide{
		margin: 0 auto 15px auto;
		width: 85px;
		height: 90px;
	}
	.home-headimage-guide-item{
		padding: 40px 20px;
		font-size: 16px;
	}
	#home-trips-swiper .swiper-slide{
		width: 400px;
	}
	.tour-item-txt{
/*		padding: 20px;*/
	}
}
@media screen and (min-width: 1600px){
	img.hotel-thumbnail{
		width: 200px;
		height: 200px;
	}
	
}
@media screen and (min-width: 1920px){
	.destination-item{
		height: 400px;
	}
	.destination-item-txt h3{
		font-size: 25px;
	}
	#home-trips-swiper .swiper-slide{
		width: 486px;
	}
}
a.more {
	font-weight: 400;
	font-size: 16px;
	width:auto;
	color: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more.white{
	color: #fff;
}
a.more i{
	margin-right: 10px;
	display: inline-block;
	width: 40px;
	height: 26px;
	background: url(images/icon-more.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	transition: all 0.2s;
	transform-origin: center center;
}
a.more.white i{
	filter: brightness(50);
}
a.more:hover {
	text-decoration: none;
}
a.more:hover i{
	transform:translate(5px,0);
}

/*inner pages*/
div#content {
	min-height: 150px;
}
.top-image {
	background-position: center top;
	background-repeat: no-repeat;
	height: 70px;
	background-size:auto 100%;
	width:100%;
}
#top-inner{
	margin-top: 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
#top-inner .entry-content{
	margin-top:30px;
}
#top-inner.empty{
	height: 0;
}
#top-inner-mask,
#top-inner-txt{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#top-inner-txt .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top-inner-mask{
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
	pointer-events: none;
}
#top-inner.with-txt #top-inner-mask{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.5) 100%);
}
#top-inner .entry-title{
	color: #fff;
	font-size: 28px;
	font-size:2rem;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 500;
}
#top-inner .entry-title-sub{
	margin-top: 14px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size:1rem;
	text-transform: uppercase;
}
.top-inner-headerimg{
	width: 100%;
	position: relative;
	min-height: 300px;
	max-height: 600px;
	object-fit: cover;
}
#top-inner.with-txt .top-inner-headerimg{
	min-height: 400px;
}
h1.page-title,
h2.page-title {
	position: relative;
	line-height: 1.4;
	padding-bottom: 28px;
	padding-top: 2px;
	color:#333;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 50px;
	margin-top: 0;
	text-align: center;
}
h1.page-title{
	font-size: 28px;
	font-size: 2rem;
}
.asside-block{
	margin-bottom: 30px;
}
.asside-block .asside-block-title{
	margin-bottom: 20px;
	font-size: 21px;
}
.site-primary{
	margin-bottom: 50px;
}
.block-page-with-aside{
	display: flex;
	flex-direction: row;
	gap: 30px;
	vertical-align: top;
}
.asside-menu li{
	padding-bottom: 20px;
}
.asside-menu li a:hover{
	text-decoration: none;
}
.asside-menu li.current-menu-item a{
	font-weight: bold;
	color: #8d1c22;
}
@media screen and (min-width:768px){
	#top-inner {
		margin-top: 0;
	}
	#top-inner .entry-title{
		margin-top: 100px;
		font-size: 40px;
	}
	.top-image {
		height: 150px;
		background-size:auto 100%;
	}
	.site.site-col2{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.site-primary{
		width: 60%;
	}
	.site-secondary{
		width: 35%;
	}
	.block-page-aside{
		width: 20%;
	}
	.block-page-content{
		width: calc(80% - 30px);
	}
}
@media screen and (min-width:1200px){
	#top-inner.shorter .top-inner-headerimg{
		max-height: min(50vh , 600px);
	}
	#home-headimage {
		margin-top: 0;
	}
	.site-primary{
		width: calc(100% - 480px);
		margin-bottom: 0;
	}
	.site-secondary{
		width: 430px;
	}
}
/*destination page*/
#destination-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
}
#destination-headimage-swiper{
	position: relative;
}
#destination-headimage .swiper-slide img.kv {
	width:100%;
	height: auto;
	object-fit: cover;
	min-height: 500px;
	max-height: 100vh;
}
#destination-headimage-front{
	
}
#destination-headimage-front .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}
#destination-headimage-front p{

}
#destination-headimage-front h1{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	line-height: 1.2;
}
#destination-headimage-mask{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none;
}
#destination-headimage-controls{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 3;
	height: 500px;
	pointer-events: none;
}
#destination-headimage-controls *{
	pointer-events: all;
}
body .swiper-button-blue{
	border:0;
	border-radius: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #707c9b;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.2s;
	transform:translate(10px,10px,10px);
}
body .swiper-button-blue:after{
	font-weight: 800;
	/*color: #e02726;*/
	font-size: 16px;
}
body .swiper-button-blue:hover{
	background-color: #fff;
	color: #707c9b;
}
body .swiper-button-blue.swiper-button-prev{
	left: 0;
	margin-top: -15px;
}
body .swiper-button-blue.swiper-button-next{
	right: 0;
	margin-top: -15px;
}
@media screen and (min-width:768px){
	#destination-headimage-mask{
		display: block;
		height: 100%;
	}
	#destination-headimage-controls{
		height:100%;
	}
	#destination-headimage-front{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top:0;
		z-index: 2;
		color: #fff;
		text-align: left;
	}
	#destination-headimage-desc{
		max-height: 146px;
		padding-right:20px;
	}
	#destination-headimage-front .site{
		padding-bottom: 90px;
	}
	#destination-headimage-front h1{
		font-size: 49px;
	}
	#destination-headimage-swiper-pagination{
		text-align: left;
		max-width: 1200px;
		left: max(calc(50% - 610px), 40px);
	}
	body .swiper-button-blue{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
}
@media screen and (min-width:1600px){
	#destination-headimage-front .site{
		padding-bottom: 100px;
	}
}
@media screen and (min-width:1920px){
	#destination-headimage-swiper-pagination{
		max-width: 1500px;
		left: calc(50% - 765px);
	}
}
/*tour page*/
#tour-headimage{
	position: relative;
	width:100%;
	overflow: hidden;
}
#tour-headimage-swiper{
	position: relative;
}
#tour-headimage .swiper-slide img.kv {
	width:100%;
	height: auto;
	object-fit: cover;
	min-height: 250px;
	max-height: 100vh;
}
#tour-headimage-front{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	color: #fff;
	text-align: left;
}
#tour-headimage-front .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}
#tour-headimage-front h1{
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2;
}
#tour-headimage-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none;
}
#tour-headimage-controls{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 3;
	height: 100%;
	pointer-events: none;
}
#tour-headimage-controls *{
	pointer-events: all;
}
ul.tabs{
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 2px;
	align-items: stretch;
	justify-content: space-around;
	border-bottom: 1px solid #ededed;
}
li.tabs-tag{
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	padding: 14px 0;
	flex-grow:1;
	color: #000;
	background: #ededed;
	transition: 0.2s all;
}
li.tabs-tag.current{
	color: #fff;
	background: #8d1c22;
}
.tabs-content{
	display: none;
	box-sizing: border-box;
	padding: 30px 0;
}
.tabs-content.current{
	display: block;
}
ul.tour-highlights{
	margin: 0;
}
ul.tour-highlights li{
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}
ul.tour-highlights li:before{
	content: "";
	background: url(images/icon-bullet.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top:4px;
}
ul.tour-highlights h3{
	font-size: 21px;
	color: #000;
}
ul.tour-gallary,
ul.hotel-gallary{
	margin: 0;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(2, 1fr);
}
ul.tour-gallary li,
ul.hotel-gallary li{
	font-size: 0;
}
ul.tour-gallary li img,
ul.hotel-gallary li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
li#more-image{
	font-size: 16px;
	grid-column-start: span 2;
}
li#more-image a{
	box-sizing: border-box;
	padding: 20px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ededed;
	transition: 0.2s all;
}
li#more-image a:hover{
	color: #fff;
	background: #8d1c22;
	text-decoration: none;
}
.tour-itinerarys li{
	overflow: hidden;
}
.tour-itinerary-header{
	position: relative;
	z-index: 0;
	background: #f2eeee;
	border-radius: 0;
	box-sizing: border-box;
	padding: 12px 12px;
	line-height: 1.3;
}

.tour-itinerary-header h4{
	font-size: 18px;
	display: inline-block;
	margin: 0;
}
.tour-itinerary-header-day{
	width: 60px;
	text-transform: uppercase;
	font-weight: 500;
}
.tour-itinerary-header-title{
	width: fit-content;
}
.tour-itinerary-header p{
	display: block;
	margin: 0;
	margin-top: 4px;
}
.tour-itinerary-header p:empty{
	display: none;
}
.tour-itinerary-body{
	box-sizing: border-box;
	padding: 20px 12px 30px 12px;
}
.tour-itinerary-body-content{
	overflow: hidden;
	max-height: 222px;
}
.tour-itinerary-body-content.triggered{
	max-height: unset;
}
a.text-more{
	display: inline-block;
	margin-top: 20px;
}
a.text-more:hover{
	text-decoration: none;
	color: #8d1c22;
}
.entry-content.triggered + a.text-more{
	display: none;
}
.tour-pricing-list h4{
	color: #000;
	font-size: 16px;
}
.tour-pricing-list > li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
.tour-pricing-list > li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.tour-pricing-desc li{
	list-style: disc;
	margin-left: 20px;
}
.pricing-item{
	font-weight: 500;
}
.pricing-num{

}
@media screen and (min-width:768px){
	#tour-headimage-mask{
		display: block;
		height: 100%;
	}
	#tour-headimage-controls{
		height:100%;
	}
	#tour-headimage-front{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top:0;
		z-index: 2;
		color: #fff;
		text-align: left;
	}
	#tour-headimage-front .site{
		justify-content: flex-end;
		padding-bottom: 90px;
	}
	#tour-headimage-front h1{
		text-align: left;
		font-size: 49px;
	}
	#tour-headimage-swiper-pagination{
		text-align: left;
		max-width: 1600px;
		left: max(calc(50% - 610px), 40px);
	}
	ul.tabs{
		gap: 5px;
	}
	.tabs-content{
		padding: 40px 0;
	}
	ul.tour-highlights h3{
		font-size: 25px;
	}
	ul.tour-highlights li{
		padding-left: 55px;
	}
	ul.tour-highlights li:before{
		width: 41px;
		height: 41px;
		left: 0;
		top:0;
	}
	ul.tour-gallary,
	ul.hotel-gallary{
		grid-template-columns: repeat(5, 1fr);
	}
	ul.tour-gallary li.span2,
	ul.hotel-gallary li.span2{
		grid-row-start: span 2;
		grid-column-start: span 2;
	}
	li#more-image{
		font-size: 21px;
		grid-column-start: span 1;
	}
	.tour-itinerary-header{
		border-radius: 40px 0 0 40px;
		padding: 9px 12px 9px 80px;
	}
	.tour-itinerary-header:before{
		position: absolute;
		content: "";
		display: block;
		background: url(images/icon-bullet2.png) no-repeat;
		background-size: 100% auto;
		width: 28px;
		height: 27px;
		left: 16px;
		top: 16px;
		z-index: 1;
	}
	.tour-itinerary-header:after{
		position: absolute;
		content: "";
		display: block;
		background: #8d1c22;
		width: 1px;
		height: 999px;
		left: 29px;
		top: 20px;
		z-index: 0;
	}
	.tour-itinerarys li:last-child .tour-itinerary-header:after{
		display: none;
	}
	.tour-itinerary-header p{
		display: inline-block;
		margin-left: 20px;
	}
	.tour-itinerary-header h4{
		font-size: 24px;
	}
	.tour-itinerary-header-day{
		width: 90px;
	}
	.tour-itinerary-body{
		padding-left: 178px;
		padding-right: 0;
	}
	.pricing-item{
		display: inline-block;
		padding-right: 50px;
	}
	.tour-pricing-list > li{
		display: flex;
		flex-direction: row;
	}
	.tour-pricing-list > li h4{
		width: 200px;
	}
}
@media screen and (min-width:1280px){

}
@media screen and (min-width:1600px){
	#tour-headimage-front .site{
		padding-bottom: 100px;
	}
	
}
@media screen and (min-width:1920px){
	#tour-headimage-swiper-pagination{
		max-width: 1500px;
		left: calc(50% - 765px);
	}
}
/*tour list page*/
.tour-list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width:768px){
	.tour-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
/*travel guide page*/
.icon-travel-guide{
	width: 50px;
	height: 59px;
	background: url(images/icon-guide.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.guide-list{
	display: grid;
	grid-gap: 20px;
}
.guide-item{
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: stretch;
	background: #f5f5f5;
}
.guide-icon{
	position: relative;
	width: 40%;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
}
.guide-icon:after{
	content: "";
	width: 100px;
	height: 108px;
	left: calc(50% - 50px);
	top: calc(50% - 54px);
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(images/icons-guide-2.png);
	z-index: 1;
	transition: 0.3s all;
	transform: scale(0.8);
}
.guide-item:hover .guide-icon:after{
	transform: translate(0,-3px) scale(0.9);
}
.guide-icon.icon-1{ background-image:url(images/bg-guide-1.png) }
.guide-icon.icon-2{ background-image:url(images/bg-guide-2.png) }
.guide-icon.icon-2:after{ background-position:0 33.33% }
.guide-icon.icon-3{ background-image:url(images/bg-guide-3.png) }
.guide-icon.icon-3:after{ background-position:0 66.67% }
.guide-icon.icon-4{ background-image:url(images/bg-guide-4.png) }
.guide-icon.icon-4:after{ background-position:0 100% }

.guide-item-txt{
	width: 60%;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.guide-item-txt h3{
	font-size: ;
}
.guide-item-txt p{
	margin-bottom: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.guide-item-link{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media screen and (min-width:1024px){
	.icon-travel-guide{
		width: 79px;
		height: 91px;
		margin-right: 20px;
	}
	#top-inner.with-txt .entry-content p{
		font-size: 18px;
	}
	.guide-list{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}
@media screen and (min-width:1200px){
	.guide-icon{
		width: 265px;
		height: 308px;
	}
	.guide-icon:after{
		width: 160px;
		height: 170px;
		left: calc(50% - 80px);
		top: calc(50% - 85px);
	}
	.guide-item-txt{
		width: calc(100% - 265px);
		padding: 20px 30px;
	}
}
/*memories*/
.memory-list{
	display: grid;
	grid-gap: 20px;
}
.memory-sub{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
	font-size: 15px;
}
.memory-header-photo{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.memory-sub .memory-header-photo{
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.memory-sub .memorize-item-txt-stars{
	margin-top: 8px;
}
.post-txt .memory-sub{
	margin: 10px 0 10px 0;
}
.post-txt .memory-sub .memory-header-photo{
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.post-txt .memory-sub .memorize-item-txt-stars i{
	width: 18px;
	height: 18px;
}
@media screen and (min-width:1024px){
	.memory-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.memory-sub .memory-header-photo{
		width: 80px;
		height: 80px;
	}
}
@media screen and (min-width:1024px){
	.memory-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
/*页面遮盖层*/
.coverThePage{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	display: none;
	z-index: 98;
}
.coverThePage.stay{
	display: block;
}

/*interactive ui*/
#fullMask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-opacity: 0;
	opacity: 0;
	/*pointer-events: none;*/
}
#fullMask.stay{
	z-index: 98;
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
}
#fullMask.stay.unclickable{
	pointer-events: none;
}
#toast{
	position: fixed;
	z-index: 100;
	width: 600px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 48px;
	background-color: #fff;
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left:calc(50% - 300px);
	top: calc(50% - 150px);
	pointer-events: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transform:translate(0,30px);
	transform:translate(0,30px);
}
#toast.stay{
	pointer-events: auto;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-transform:translate(0,0);
	transform:translate(0,0);
}
#toast i{
	display: block;
	width: 50px;
	height: 50px;
	background:url(images/icon-question.png);
}
#toast p{
	line-height: 1.6;
	font-size: 13px;
	margin: 21px auto;
	max-width: 75%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	background:url(images/icon-question.png);
}
#toast.note i{
	background:url(images/icon-note.png);
}
#toast.success i{
	background:url(images/icon-success.png);
}
.closeLayer{
	cursor: pointer;
	position: absolute;
	right:10px;
	top:10px;
	width: 20px;
	height: 20px;
	background:url(images/close.svg);
	background-position: center center;
	background-size: 100% auto;
	transition: all 0.2s;
}
.closeLayer:hover{
	transform:rotate(90deg);
}
#loading{
	width: 100px;
	height: 100px;
	position: fixed;
	left: calc(50vw - 50px);
	top: calc(50vh - 30px);
	background:url(images/loading-rolling.svg) center center no-repeat;
	background-color: rgba(255,255,255,0.9);
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: -1;
	-webkit-opacity: 0;
	opacity: 0;
}
#loading.stay{
	top: calc(50vh - 50px);
	z-index: 99;
	-webkit-opacity: 1;
	opacity: 1;
}

/*lightbox*/
body .lb-outerContainer{
	background: none;
}
body .lightbox .lb-image{
	border:0;
}
body .lb-data .lb-number{
	padding-top:10px;
}

/*gutenberg frontend styles*/
.wp-block-columns.is-layout-flex{
	gap: 26px;
}
.wp-block-image img{
	object-fit: cover;
	min-height: 200px;
}
.wp-block-image.size-large,
.wp-block-video{
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-block-video video{
	margin: 0;
}
.wp-block-spacer{
	height: 40px!important;
}
h2.wp-block-heading,
h3.wp-block-heading,
.block-page-with-aside h2,
.block-page-with-aside h3{
	color: #000!important;
}
@media screen and (min-width:782px){
	.wp-block-image.size-large,
	.wp-block-video{
		margin-top: 0;
		margin-bottom: 0;
	}
	.wp-block-column .wp-block-image.size-large,
	.wp-block-column .wp-block-image.size-large img{
		height: 100%;
	}
	.wp-block-spacer{
		height: 60px!important;
	}
}
@media screen and (min-width:1920px){
	.wp-block-columns.is-layout-flex{
		gap: 30px;
	}
}