﻿/*
Theme Name: China Tours
Theme URI: https://www.becomingjenny.net
Version: 1.0
Author: Brain@JennyStudio
Author URI: https://blog.brain1981.com
Description: This theme is an unique customized theme. JennyStudio - build your own WordPress theme.
License: 
License URI: https://www.becomingjenny.net
Text Domain: chinatours
*/

/* =Reset
-------------------------------------------------------------- */
@import url(fonts-Montserrat.css);
@import url(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:6px;
}
.customized-scroller::-webkit-scrollbar-track{
	background:#f2f2f2;
	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 {
	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;
}
hr.gap{
	background: transparent;
	height: 15px;
	margin: 0;
}
hr.gap.x2{
	height: 30px;
}
hr.gap.x3{
	height: 45px;
}
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;
}

/* 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*/
/*prevent from gform polluting so adding !important to all attrs*/
input[type="checkbox"],
input[type="radio"] {
	display: inline-block!important;
	position: relative!important;
	z-index: 0!important;
	height:20px!important;
	box-sizing: border-box!important;
	vertical-align: middle!important;
	margin-left: 5px!important;
	margin-right: 8px!important;
	width: 13px!important;
	background: transparent!important;
	border:none!important;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus{
	box-shadow: none;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
	position: absolute!important;
	content:""!important;
	width:20px!important;
	height:20.4px!important;
	background: url(../image/icons-checkbox-green.png) no-repeat 0 top!important;
	background-size: 100% auto!important;
	box-sizing: border-box!important;
	border: 0!important;
	padding: 9px!important;
	border-radius: 3px!important;
	display: inline-block!important;
	vertical-align: top!important;
	z-index: 1!important;
	left:-3px!important;
	top:-2px!important;
}
input[type="radio"]:after {
	border-radius: 50%!important;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	background-position: 0 101%!important;
	color: #fff!important;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	display: none!important;
	/*content: '\2714'!important;*/
	font-size: 18px!important;
	position: absolute!important;
	top: 0!important;
	left: 3px!important;
	color: #fff!important;
	line-height: 20px!important;
	z-index: 2!important;
}
input[type="radio"]:checked:before {
	/*content: ''!important;*/
	background: #fff!important;
	width: 8px!important;
	height: 8px!important;
	border-radius: 50%!important;
	display: block!important;
	left: 6px!important;
	top: 4px!important;
}

button,
input,
select,
textarea {
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.4);*/
	border-radius: 0px;
	font-family: inherit;
	padding: 4px;
	border-radius: 4px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #999!important;
}
/* 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: #fff;
	font-weight: 500;
	background-color: #7fcbba;
	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: #7fcbba;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #fff;
	background-color: #7fcbba;
}
.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: #222a35;
	padding: 12px 24px;
	width: 156px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 40px;
	line-height: 1.4;
	font-weight: 600;
	background-color: #7fcbba;
	transition: all 0.2s;
	text-shadow: none;
	word-break: keep-all;
	text-decoration: none !important;
}
.button:hover{
	text-decoration: none;
}
.button1 {    border: 1px solid #7fcbba;    color: #fff !important;    background: #7fcbba;}
.button1:hover{
	color:#fff;
	border:1px solid #e43d3c;
	background:#e43d3c;
}
.button2 {/*green buttons*/
	border:1px solid #4abeb2;
	color:#fff!important;
	background:#4abeb2;
}
.button2:hover {
	color:#fff;
	border:1px solid #3fb5a9;
	background:#3fb5a9;
}
.button3 {/*white buttons in colored backgrounds*/
	border:1px solid #fff;
	color:#000!important;
	background:#fff;
}
.button3:hover {
	color:#fff!important;
	border:1px solid #3fb5a9;
	background:#3fb5a9;
}
.button-large{
	padding: 14px 30px;
	font-size: 21px;
	font-size: 1.5rem;
}
.button-small{
	font-size: 12px;
	padding: 5px 12px;
	width:auto;
}
.button-width-fit{
	font-size: 14px!important;
	width: fit-content;
}
.button-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:1024px){
	.button,
	.button1,
	.button2,
	.button3,
	.button4{
		font-size: 16px;
	}
	.button-small{
		font-size: 13.5px;
		padding: 7px 15px;
	}
	.button-width-fit{
		white-space: nowrap;
	}
}
/* Responsive images */
.entry-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 */
}
figure.size-full img,
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 */
}
.img-circle{
	border-radius:50%;
}
/* 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 styles*/
.txt-red, .txt-red a {    color: #7fcbba !important;}
.txt-blue{color:#5b9bd5!important}
.fa.txt-green:before,
.txt-green, .txt-green a{color:#4abeb2!important}
.txt-orange{color:#ffa836!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}
.txt-gray{color:#999!important}
.txt-underline{text-decoration:underline;!important}
.txt-light{
	font-weight: 500;
}
p.txt-smaller{
	font-size: 75%;
}
p.txt-bigger{
	font-size: 150%;
}
/*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,
.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: 'Montserrat', '微软雅黑',  Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color:#fff;
}
strong {
	font-weight: 600;
}
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;
	vertical-align: middle;
}
.site {
	box-sizing: border-box;
	padding: 0 20px;
	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:#7fcbba;
	padding-top: 1px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.search-trigger{
	text-align: center;
	background-color: #f5f5f5;
	padding: 12px 10px;
	border:1px solid #e0e1e4;
	border-radius: 20px;
	width: 120px;
	white-space: nowrap;
	font-size: 13px;
	font-weight:500;
}
.search-trigger:hover{
	color: #333;
	text-decoration: none;
}
.search-trigger i{
	margin-left: 5px;
}
.phone-cs{
	font-weight: 600;
	color: #7fcbba;
	white-space: nowrap;
	font-size: 15px;
}
.phone-cs i{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	transition: 0.2s;
	transform-origin: center bottom;
}
.phone-cs:hover{
	text-decoration: none;
	color:#7fcbba;
}
.phone-cs:hover i{
	transform: rotate(15deg);
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
	/*overflow: hidden;*/
	clear:both;
	/*background-color:#333;*/
}
.main-navigation li {
	font-size: 15px;
	font-size: 1.071428571rem;
}
.main-navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.main-navigation a:hover,
.main-navigation a:focus {
	/*background: #fafafa;*/
	color:#7fcbba;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on {
	display: inline-block;
}
.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu {
	height:0;
	overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.secondary-navigation .current-menu-item > a,
.secondary-navigation .current-menu-ancestor > a,
.secondary-navigation .current_page_item > a,
.secondary-navigation .current_page_ancestor > a {
	/*background: transparent;*/
	color:#7fcbba;
}

/* 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 */
}

/* =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;
}
.entry-post-header {
	margin-bottom: 42px;
	margin-bottom: 3rem;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}
.entry-post-header a,
.entry-meta a {
	color: #757575;
}
.entry-post-header 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-blocks .entry-content h2{
	color:#484848;
	font-weight: 700;
/*	text-align: left;*/
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	line-height: 1.846153846;
	color:#7fcbba;
}
.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-color: #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 6px 10px 6px 10px;
	font-size: 15px;
	line-height: 1.6;
}
.site-content article {
	border-bottom: 1px solid #e0e0e0;
	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;
}
.single-author .entry-meta .by-author {
	display: none;
}

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

/* =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-info { text-align: center}
.site-logo {
	width:294px;/* height:52x;*/
	max-width:98%;
	display:block; float:none; margin:1.5rem auto 0 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 }

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #f2f2f2;
	clear: both;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	background-color: #fff;
	color: #1e1e1e;
	font-size: 13px;
}
footer[role="contentinfo"] a:hover{
	color: #7fcbba;
	text-decoration: none;
}
.footer-line-1{

}
.footer-logo{
	width: 310px;
}
.footer-logo a{
	display: block;
	font-size: 0;
	width: 100%;
}
.footer-logo img{
	width: 100%;
}
.footer-desc{
	box-sizing: border-box;
}
.footer-desc p{
	font-size: 13px!important;
}
.footer-medias a{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 24px;
	vertical-align: middle;
	margin: 0;
	line-height: 40px;
	text-align: center;
	transition:0.2s all;
}
.footer-medias a:hover{
	color: #000;
	transform:translate(0,-3px);
	text-decoration: none;
}
.footer-medias a:hover,
.footer-medias a:hover:before{
	color: #000!important;
}
.footer-seperator{
	display: none;
	height: 60px;
	width: 1px;
	background-color: #7fcbba;
}
.footer-line-2 .footer-seperator{
	filter: grayscale(100%);
	opacity: 0.3;
	height: 80px;
}
.footer-line-2{
	margin: 20px 0;
	border-radius: 10px;
	background-color: #f6f6fa;
	box-sizing: border-box;
	padding: 20px;
}
.footer-logo-1,
.footer-logo-2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	justify-content: space-around;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-logo-2{
	max-width: 100%;
	overflow-x: auto;
}
.footer-logo-1 img,
.footer-logo-2 img{
	margin:0 10px;
}
.footer-logo-1 img:first-child,
.footer-logo-2 img:first-child{
	margin-left:0;
}
.footer-logo-1 img:last-child,
.footer-logo-2 img:last-child{
	margin-right:0;
}
.footer-logo-2 img{
	transform:scale(0.8);
}
.footer-logo-2::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 5px;
	height: 5px;
}
.footer-logo-2::-webkit-scrollbar-thumb{
	border-radius: 4px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.footer-destinations h3{
	line-height: 1.3;
	margin: 0 0 10px 0;
	width: 100%;
	font-weight: 500!important;
	display: inline-block;
	vertical-align: middle;
}
.footer-destinations a{
	width: fit-content;
	display: inline-block;
	vertical-align: middle;
	margin:3px;
	box-sizing: border-box;
	padding: 2px 12px;
	border:1px solid #eee;
	border-radius: 15px;
	transition: 0.2s all;
	font-size: 13px;
}
.footer-destinations a:hover{
	text-decoration: none;
	background:#f2f3f6;
}
.footer-payments img{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 8px;
}
#footer-cta{
	overflow: hidden;
	position: fixed;
	left: 0;
	z-index: 9;
	background-color: #4abeb2;
	width: 100%;
	height: auto;
	transition: 0.3s all;
	bottom: -100px;
	pointer-events: none;
}
#footer-cta.stay{
	bottom:0;
	pointer-events: auto;
}
#footer-cta .site{
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-cta h2{
	font-size: 18px;
	line-height: 1.4;
}
#footer-cta-btns{
	text-align: right;
}
#footer-cta-btns .button{
	margin: 2px 5px 2px 5px;
	width: 150px;
}
#footer-cta-close{
	margin-left: 10px;
	position: relative;
	filter: brightness(100);
	top: auto;
	vertical-align: middle;
	margin-bottom: 5px;
}
@media all and (max-width:768px){
	.footer-logo{
		margin: 0 auto 20px auto;
		width: 280px;
	}
	.footer-logo img{
		width: 280px;
		height: 50px;
	}
	.footer-medias,
	.footer-desc{
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-payments,
	.footer-line-3 .phone-cs{
		margin-top: 20px;
		display: block;
	}
	#footer-cta-btns{
		text-align: left;
	}
	#footer-cta-btns .button-small{
		font-size: 11px;
		width: fit-content;
		margin: 2px;
		margin-top: 5px;
		padding-left:8px;
		padding-right:8px;
	}
	#footer-cta-close{
		position: absolute;
		top: 10px;
		right: 10px;
	}
}
@media screen and (min-width:1024px){
	.footer-line-1,
	.footer-line-2,
	.footer-line-3,
	.footer-line-4,
	.footer-logo-1,
	.footer-logo-2{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.footer-logo-1{
		width: 20.9%;
	}
	.footer-logo-2{
		width: 70%;
	}
	.footer-medias{
		width: 280px;
		text-align: right;
	}
	.footer-desc{
		width: calc(100% - 730px);
		padding: 0 0;
	}
	.footer-seperator{
		display: block;
	}
	body .footer-destinations h3{
		width: fit-content;
		margin: 0 10px 0 0;
	}
	#footer-cta .site{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

/* =Plugins
----------------------------------------------- */
/*wp-pagenavi*/
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	min-width: 30px;
	height: 30px;
	padding: 0 12px!important;
	margin: 0 2px;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
}
.wp-pagenavi span.pages{
	width:auto;
	margin-right:10px;
}
.wp-pagenavi a{
	text-decoration: none;
	color:#4f4f4f;
	padding: 6px 12px;
	background-image:none;
	background-color:#f5f4f2;
	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:#7fcbba;
	text-decoration: none;
	font-weight: normal;
}
.wp-pagenavi span.pages {
	border: none;
}

/*gravity forms*/
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	width: 100%;
}
.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100%;
}
#aside-fixed-form input:focus,
#aside-fixed-form textarea:focus{
	box-shadow: none;
	border-color: rgb(204, 204, 204);
}

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: 600!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 input.button,
.gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 16px!important;
	border-radius: 20px;
}
.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-field-label{
	cursor: default;
}
.gform_confirmation_message{
	line-height: 1.6;
    font-size: 16px;
    color: #7fcbba;
}
.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;
}
.gform_required_legend{
	display: none;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error{
	flex-direction: row;
}
body .gform-theme{
  --gf-color-primary: #7fcbba!important;
  --gf-color-primary-darker:#e43d3c!important;;
  --gf-ctrl-btn-radius:20px;
  --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-textarea-resize: 100px;
}
@media screen and (min-width: 768px) {
	.gform_wrapper .left_label div.ginput_complex,
	.gform_wrapper .right_label div.ginput_complex {
		width: 35.5%!important;
	}
	body .gform-theme{
		 --gf-form-gap-y:20px;
	}
}

@media screen and (max-width: 639px) {
	.gf_list_3col .ginput_container_checkbox .gfield_checkbox {
		display: grid!important;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 20px;
	}
}
/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		/*max-width: 71.4285rem;
		overflow: hidden;*/
	}
	.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,
	img.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;
	}
	
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
	hgroup.site{
		overflow: visible;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	hgroup.site .search-trigger{
		margin: 0 15px;
	}
	.site-header{
		position: fixed;
		z-index: 11;
		top:0;
		background-color: #fff;
		
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}
	.site-logo{
		margin: 8px 0;
		width:294px;
		height:52px;
	}
	.site-logo img{
		width:294px;
		height:52px;
	}
	.admin-bar .site-header{
		top:32px;
	}
	.secondary-navigation {
		/*width: -webkit-calc(100% - 630px);
		width: calc(100% - 630px);*/
		width: calc(100% - 520px);
		display: inline-block;
	}
	.primary-navigation{
		background-color: #7fcbba;
		text-align: center;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu{
		overflow: visible;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.secondary-navigation ul.nav-menu{
		text-align: right;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation li {
		position: relative;
		padding: 0 0;
		padding: 0 0;
	}
	.main-navigation li a {
		display: block;
		color: #000;
		font-weight: 600;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		-webkit-transition:0.2s all;
		transition:0.2s all;
		background-color: transparent;
		padding: 0 18px;
		line-height: 3;
	}
	.secondary-navigation li a {
		padding: 0 6px;
		line-height: 2;
	}
	.primary-navigation li a {
		color: #fff;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		font-size: 13px;
	}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover,
	.main-navigation a:hover,
	.main-navigation a:focus{
		color: #f29d9c;
		/*background-color: #fff;*/
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a  {
		/*color: #fff;
		background-color: #fff;
		font-weight: bolder;
		background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
	}
	/*top menu subs*/
	#menu-menu-secondary li a:hover{
		color: #7fcbba;
	}
	#menu-menu-secondary li ul.sub-menu{
		display: none;
		position: absolute;
		z-index: 1;
		left: 0;
		top:99%;
		background-color: #fff;
		text-align: left;
		border:1px solid #f2f2f2;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#menu-menu-secondary li:hover > ul.sub-menu{
		display: block;
	}
	#menu-menu-secondary li:hover > ul.sub-menu li,
	#menu-menu-secondary li:hover > ul.sub-menu li a{
		width: 100%;
		font-weight: 400;
	}
	#menu-menu-secondary li ul.sub-menu a{
		line-height: 2.6;
		font-size: 13.5px;
	}

	/*simple mega menu*/
	#site-navigation-main li ul.sub-menu {
		overflow: hidden;
		margin: 0;
		position: fixed;
		z-index: 50;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		left:-webkit-calc(50% - 515px);
		left:calc(50% - 515px);
		width: 1030px;
		box-sizing: border-box;
		text-align: left;
		/*padding: 0;
		padding-top: 65px;
		padding-bottom: 30px;*//*white sub menu*/
		padding:30px 0 30px 230px;
	}
	#site-navigation-main li ul.sub-menu li{
		position: relative;
		z-index: 1;
		width: 33%;
	}
	#site-navigation-main li.lot-subs ul.sub-menu li{
		width: 16.3%;
	}
	#site-navigation-main li ul.sub-menu li a{
		color: #000;
		width: 100%;
		line-height: 2.5;
		font-size: 13px;
	}
	#site-navigation-main li ul.sub-menu li a:hover{
		color: #7fcbba;
	}
	#site-navigation-main li ul.sub-menu:after{
		content: "";
		/*background-color: #fff;*//*white sub menu*/
		background-color: #f7f7fa;
		position: absolute;
		z-index: 0;
		width: 100vw;
		height: 310px;
		left: 0;
		left:calc(50% - 50vw);
		top: 0;
		box-shadow: 0 2px 5px rgba(0,0,0,0.05);
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	#site-navigation-main li ul.sub-menu:before{
		content: "";
		background-color: #fff;
		z-index: 1;
		position: absolute;
		width: 210px;
		height: 210px;
		left: -25px;
		top: 0;
	}
	#site-navigation-main li ul.sub-menu > h2,
	#site-navigation-main li ul.sub-menu > li.h2{
		font-size: 17px;
		position: absolute;
		z-index: 1;
		font-weight: 600;
		left: 12px;
		/*top: 28px;*//*white sub menu*/
		top: 38px;
		color: #000;
		line-height: 1.2;
		width: 200px;
	}
	#site-navigation-main li ul.sub-menu > h2 a,
	#site-navigation-main li ul.sub-menu > li.h2 a{
		color: #000;
		padding: 0;
		font-size: 17px;
		line-height: 1;
		font-weight: 600;
	}
	#site-navigation-main li ul.sub-menu > h2 a:hover,
	#site-navigation-main li ul.sub-menu > li.h2 a:hover{
		color: #7fcbba;
	}
	#site-navigation-main ul li:hover > ul,
	#site-navigation-main ul li:focus > ul,
	#site-navigation-main .focus > ul {
		clip: inherit;
		overflow: inherit;
		height: inherit;
	}
	#site-navigation-main li ul li a {
		text-align: left;
		display: block;
		line-height: 3;
		padding:0;
		width: 270px;
		font-weight: 400;
		white-space: normal;
	}
	#site-navigation-main li ul.sub-menu{
		top: 108px;
		transition: 0.2s all;
	}
	body.admin-bar #site-navigation-main li ul.sub-menu{
		top: 140px;
	}
	.site-header.scroll #site-navigation-main li ul.sub-menu{
		top: 96px;
	}
	body.admin-bar .site-header.scroll #site-navigation-main li ul.sub-menu{
		top: 128px;
	}
	
	/* fixed floating nav bar */
	#masthead-placeholder{
		width: 100%;
		height: 98px;
	}
	.site-header{
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header *,
	.site-header .main-navigation .nav-menu > .current-menu-item:after,
	.site-header .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header .main-navigation .nav-menu > .current_page_item:after,
	.site-header .main-navigation .nav-menu > .current_page_ancestor:after {
		-webkit-transition: all 0.2s; 
		-moz-transition: all 0.2s; 
		transition: all 0.2s;
	}
	.site-header.scroll {
		min-height: 0;
		text-shadow: none;
	}
	.site-header.scroll .main-navigation {
		/*margin-top:8px;*/
	}
	.site-header.scroll .main-navigation li a {
		/*line-height: 3;
		color: #333;*/
	}
	.site-header.scroll .main-navigation li ul a {
		
	}	
	.site-header.scroll .main-navigation .current-menu-item > a,
	.site-header.scroll .main-navigation .current-menu-ancestor > a,
	.site-header.scroll .main-navigation .current_page_item > a,
	.site-header.scroll .main-navigation .current_page_ancestor > a,
	.site-header.scroll .main-navigation a:hover,
	.site-header.scroll .main-navigation a:focus{
		/*color: #7fcbba;*/
		/*background-color: #000;*/
	}
	/*.site-header.scroll .main-navigation .nav-menu > .current-menu-item:after,
	.site-header.scroll .main-navigation .nav-menu > .current-menu-ancestor:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_item:after,
	.site-header.scroll .main-navigation .nav-menu > .current_page_ancestor:after {
		top: 46px;
	}*/
	.site-header.scroll .site-logo{
		height: 40px;
	}
	.site-header.scroll .site-logo img{
		width: 225px;
		height: 40px;
	}
	.site-header.scroll.up{
		top: -100px;
		transition-delay: 0.2s;
		transition-duration: 0.4s;
	}
	.site-header.scroll.up #site-navigation-main li ul.sub-menu{
		clip: rect(1px, 1px, 1px, 1px);
	}
}
@media screen and (min-width:1280px){
	.main-navigation li a {
		padding: 0 28px;
		padding: 0 2rem;
	}
	.secondary-navigation li a {
		padding: 0 8px;
	}
}
@media screen and (min-width:1600px){
	hgroup.site{
		max-width: 1920px;
	}
	.site:not(.site-narrow):not(.site-medium) {
		max-width: 1400px;
	}
	.secondary-navigation li a {
		padding: 0 21px;
	}
	.main-navigation li a,
	.main-navigation li {
		font-size: 14px;
		line-height: 2.82;
	}
}
@media screen and (min-width:1920px){
	.main-navigation li a {
		padding: 0 42px;
		padding: 0 3rem;
	}
	.secondary-navigation li a {
		padding: 0 21px;
	}
}

/*return Top button*/
.btn-float{
	position:fixed;
	line-height:50px;
	z-index: 6;
	border-radius: 5px 0 0 5px;
	background-color:#009d55;
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	color:#fff;
	width:40px;
	height:40px;
	display:block;
	right:0;
	bottom:20px;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
	background-color:#006e3b;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
	background-image:url(../image/icon_qrcode.gif);
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode_img {
	display: inline-block;
	width: 147px;
	height: 147px;
}
#qrCode_img img{
	width: 100%;
	height: 100%;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:61px;
	}
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
	font-size:10px;
	margin-left: 3px;
}
@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-blocks{
	box-sizing: border-box;
}
.site-blocks.bg-gray{
	background-color: #f7f7fa;
}
.site-blocks.bg-gray + .site-blocks.bg-gray .site{
	margin-top: 0;
}
.site-blocks p,
.site-blocks ul {
	margin: 14px 0 21px 0;
	margin: 1rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.07147285rem;
	line-height: 1.75;
}
.site-blocks h1 {
	font-size:21px;
	font-size:1.5rem;
	font-weight: 600;
	margin:21px 0 21px 0;
	margin:1.5rem 0 1.5rem 0;
	line-height: 1.2;
}
.site-blocks h2 {
	line-height: 1.35;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 9px;
	color: #484848;
}
.site-blocks h3 {
	line-height: 1.4;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 9px;
	color: #484848;
}
.site-blocks h4 {
	line-height: 1.4;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 9px;
	color: #484848;
}
.site-blocks .entry-content h2 {
	margin: 18px 0;
}
.site-blocks h2:first-child,
.site-blocks h3:first-child,
.site-blocks h4:first-child,
.site-blocks p:first-child,
.site-blocks ul:first-child,
.site-blocks ol:first-child{
	margin-top: 0;
}
.site-blocks h2:last-child,
.site-blocks h3:last-child,
.site-blocks h4:last-child,
.site-blocks p:last-child,
.site-blocks ul:last-child,
.site-blocks ol:last-child{
	margin-bottom: 0;
}
.site-blocks .site{
	overflow: hidden;
	margin:70px auto;
	margin:5rem auto;
}
.stick-top.stick-top .site{
	margin-top: 0;
}
.stick-top.stick-bottom .site{
	margin-bottom: 0;
}
.site-blocks .sub-title{
	display: block;
	text-align: center;
	color: #999;
	font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
	margin-bottom: 21px;
	margin-top: 0;
}

@media screen and (min-width: 1024px){
	.site-blocks{
		padding: 0 28px;
		padding: 0 2rem;
	}
	.site-blocks h2 {
		font-size: 25px;
	}
	.site-blocks h3 {
		font-size: 20px;
	}
	.site-blocks h4 {
		font-size: 17.5px;
	}
	.site-blocks .site{
		margin:50px auto;
	}
}
@media screen and (min-width: 1920px){
	.site-blocks h2 {
		font-size: 28px;
	}
	.site-blocks .site{
		margin:80px auto;
	}
}
.copyright{
	margin-top:14px;
	margin-top:1rem;
	margin-bottom:14px;
	margin-bottom:1rem;
	font-weight:400;
}
footer .site-info {
	margin:0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

/*homepage*/
#headimage{
	position: relative;
	font-size: 0;
	background: #aaa;
}
#headimage-txt{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}
#headimage-txt .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
}
@media screen and (min-width:768px){
	#headimage-txt .site{
		text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	}
}
#headimage-txt h1{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	margin: 10px 0;
}
#headimage-txt h2{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	margin: 10px 0;
}
.kv{
	width: 100%;
	height: 420px;
	object-fit: cover;
}
.kv img{
	position: relative;
	width: 100%;
	height: 100%;
}
span.more,
a.more{
	position: relative;
	width:auto;
	height:22px;
	color:#7fcbba;
	font-size: 12px;
	line-height: 22px;
	margin:0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	padding:0 15px 0 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
span.more:after,
a.more:after{
	content: "";
	background:url(../image/arraw-more.png) no-repeat;
	width:10px;
	height:9px;
	background-size: 100% auto;
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 1;
	transition: all .3s;
}
a.more:hover:after{
	transform: translate(5px,0);
}

.block-tripadvisor{
	background-color: #f7f7fa;;
	padding: 20px 0;
}
.block-tripadvisor .site{
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	padding: 12px 32px 12px 50px;
}
.block-tripadvisor h2{
	font-size: 22px;
	margin-bottom: 2px;
	font-weight: 700;
}
.block-tripadvisor p{
	color: #aaa;
	margin: 0;
}
.block-tripadvisor .fa.fa-tripadvisor{
	font-size: 25px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}
.steps-icon{
	width:80px;
	height:80px;
	background: url(../image/icons-steps-min.png) no-repeat white;
	background-size: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.steps-icon.icon-2{ background-position: 0 33.33%; }
.steps-icon.icon-3{ background-position: 0 66.67%; }
.steps-icon.icon-4{ background-position: 0 100%; }
.types-icon{
	width:80px;
	height:80px;
	background: url(../image/icons-tour-types-min.png) no-repeat white;
	background-size: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.types-icon.icon-2{ background-position: 0 50%; }
.types-icon.icon-3{ background-position: 0 100%; }
.icon-circle{
	position: relative;
	margin:50px;
}
.icon-circle:after{
	content: "";
	position: absolute;
	width: 180%;
	height: 180%;
	left: -40%;
	top:-40%;
	border-radius: 50%;
	border:1px solid #e0e0e0;
	z-index: 0;
}
@media screen and (max-width:768px){
	.icon-circle{
		margin:50px auto;
		display: block;
	}
}
.why-icon{
	width:80px;
	height:80px;
	background: url(../image/icons-why-min.png) no-repeat white;
	background-size: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.why-icon.icon-2{ background-position: 0 33.33%; }
.why-icon.icon-3{ background-position: 0 66.67%; }
.why-icon.icon-4{ background-position: 0 100%; }
.steps-item{
	width: 280px;
}
#swiper-bookingSteps{
	overflow: visible;
	padding-bottom: 10px;
}
.steps-header{
	position: relative;
	margin-bottom: 20px;
}
.steps-header p:empty{
	display: none;
}
.steps-header h3{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	vertical-align: bottom;
	width: fit-content;
}
.steps-header h3:after{
	position: absolute;
	z-index: 0;
	content: "";
	background:url(../image/dot-line.png) repeat-x left center;
	background-size: auto 100%;
	height: 2px;
	width: 152px;
	left: calc(100% + 10px);
	top: 12px;
}
.steps-header num{
	z-index: 2;
	left: -20px;
	top: 0;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16.5px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	border:1px solid #7fcbba;
	border-radius: 50%;
	color: #7fcbba;
}
.tour-list,
.destination-list,
.city-list{
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(2, 1fr);
}
.tour-list + .load-more-btn{
	margin-top:30px;
}
.tour-item{
	height: 400px;
}
.tour-item.hidden{
	display: none;
}
.tour-item,
.destination-item,
.city-item{
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	font-size: 0;
}
.tour-thumb,
.destination-thumb,
.city-thumb{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.city-thumb{
	height: 180px;
}
.tour-item-mask,
.destination-item-mask,
.city-item-mask{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,75) 100%);
	transition: 0.3s all;
	opacity: 1;
}
.city-item-mask{
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
.tour-item:hover .tour-item-mask,
.destination-item:hover .destination-item-mask,
.city-item:hover .city-item-mask{
	opacity: 0;
}
.tour-item-link,
.destination-item-link,
.city-item-link{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.tour-item-txt{
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.3s all;
	bottom: -360px;
	border:1px solid #f2f2f2;
	border-radius:8px;
	width: calc(100% - 12px);
	margin: 6px;
}
.tour-item:hover .tour-item-txt{
	bottom: 0;
}
.tour-item-txt p{
	margin: 0;
	line-height: 1.2;
}
.tour-item-txt hr{
	margin: 13px 0;
}
.tour-item-txt-line{
	margin-bottom: 10px;
}
.tour-item-txt .tag-head{
	padding-top: 2px;
	display: inline-block;
	width: 78px;
	font-size: 12px;
	vertical-align: top;
}
.tour-item-txt .tag-list{
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}
.tag-list b{
	font-weight: 500;
}
.price-sympol,
.price-num{
	font-size: 20px;
	font-weight: 600;
}
.price-currency{
	display: inline-block;
	margin-left: 6px;
}
.tour-item-txt .tag{
	color: #000;
	font-size: 12px;
	display: inline-block;
	background:#f0f0f0;
	width: fit-content;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 0 9px;
}
.tour-item-title,
.destination-item-title,
.city-item-title{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width:100%;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
}
.tour-item-title h3,
.destination-item-title h3,
.city-item-title h3{
	color: #fff;
	font-size: 20px;
	line-height: 1.35;
}
.tour-item-title p,
.destination-item-title p,
.city-item-title p{
	margin-bottom: 8px;
}
.city-item-title{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.tour-item-txt-footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.tour-types-list{
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(1, 1fr);
}
.tour-types-item{
	background-color: #fff;
	border:1px solid #f2f2f2;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
}
.tour-types-item h3{
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 18px!important;
}
.tour-types-item p{
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
}
.tour-types-item hr{
	margin: 15px 0;
}
.tour-types-item .more{
	margin-top: 15px;
}
#swiper-destinations,
#swiper-cities{
	border-radius: 10px;
}
#swiper-destinations .swiper-slide,
#swiper-cities .swiper-slide{
	width: 304px;
}
.swiper-container{
	position:relative;
}
.swiper-button-white{
	border:1.5px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #fff;
	transition: all 0.2s;
}
.swiper-button-white:after{
	font-size: 16px;
}
.swiper-button-white:hover{
	background-color: #fff;
	color: #000;
}
.swiper-button-black{
	display: none;
	border:2px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #fff;
	color: #7fcbba;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.2s;
}
.swiper-button-black:after{
	font-weight: 800;
	/*color: #7fcbba;*/
	font-size: 16px;
}
.swiper-button-black:hover{
/*	background:#7fcbba;*/
	border-color:#7fcbba;
	color: #7fcbba;
}
.swiper-button-prev{
	left: 3px;
	margin-top: -14px;
}
.swiper-button-next{
	right: 3px;
	margin-top: -14px;
}
.swiper-scrollbar-drag{
	background-color: #bbb;
}
.swiper-pagination-bullet{
	transition: 0.2s all;
	border-radius: 6px;
	height: 8px;
	width: 8px;
	background-color: #a7a8aa;
	opacity: 0.75;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.swiper-pagination-bullet-active{
	width: 20px;
	opacity: 1;
}
.swiper-pagination-black{
	position: relative;
	margin-top: 22px;
	line-height: 15px;
}
.swiper-pagination-black .swiper-pagination-bullet-active{
	background-color: #7fcbba;
}
@media screen and (min-width:1024px){
	.swiper-button-black{
		width: 36px;
		height: 36px;
		margin-top: -20px;
	}
	.swiper-button-black:after{
		line-height: 28px;
	}
}
.why-list{
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(1, 1fr);
}
.why-item{
	width: 291px;
	border:1px solid #eee;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}
#swiper-why{
	padding-bottom: 30px;
}
.why-item h3{
	margin-top: 15px;
	font-size: 18px;
	min-height: 47px;
}
.why-item p{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.guide-item{
	text-align: center;
}
.guide-thumb{
	width: 165px;
	height: 165px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.guide-item h3{
	margin-top: 10px;
	font-size: 18px;
}
.guide-item a:hover{
	text-decoration: none;
}
#swiper-guide .swiper-slide{
	width: 200px;
}
#swiper-guide .swiper-button-black{
	margin-top: -30px;
}
.memory-list{
	display:grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.memory-item{
	position: relative;
	font-size: 0;
	overflow: hidden;
	border-radius: 10px;
	min-height: 222px;
	background-color: #f6f6f6;
	/*border:1px solid #eee;*/
}
.bg-gray .memory-item{
	background-color: #fff;
}
img.memory-thumb{
	width: 100%;
	object-fit: cover;
	height: 140px;
}
.memory-item-txt{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 10px 12px;
}
.bg-gray .memory-item-txt{
	background-color: #fff;
}
.memory-item-txt time{
	font-size: 12px;
	display: block;
	margin-bottom: 7px;
}
.memory-item-txt h3{
	font-size: 16px;
}
.memory-item-link{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.tripadvisor-score{
	width: 88px;
	height: 16px;
	color: #00aa6c;
	display: block;
	margin-bottom: 10px;
/*	background:url(images/tripadvisor-5.svg) no-repeat;*/
}
.tripadvisor-item{
	background-color: #fff;
	border:1px solid #e0e0e0;
	border-radius: 10px;
	height: 100%;
}
.tripadvisor-item-body{
	line-height: 1.5;
	padding: 20px;
}

.tripadvisor-item-footer{
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.tripadvisor-item-header{
	line-height: 1.4;
	padding: 20px 20px 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.tripadvisor-item hr{
	margin: 0;
}
.tripadvisor-head{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
}
.tripadvisor-item p{
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	margin-top: 5px;
    margin-bottom: 14px;
}
.tripadvisor-item-footer-left,
.tripadvisor-item-footer-right{
	font-size: 13px;
}
.tripadvisor-item-header-right-sub{
	font-size: 12px;
}
.tripadvisor-item-footer-left{
	font-weight: 600;
}
.tripadvisor-item-footer-right time{
	font-weight: 600;
}
p.tripadvisor-Written{
	font-size: 12px;
}
.tripadvisor-more,
.tripadvisor-less{
	display: block;
}
.tripadvisor-more:hover,
.tripadvisor-less:hover{
	text-decoration: none;
}
.tripadvisor-more span,
.tripadvisor-less span{
	font-weight: 600;
	text-decoration: underline;
}
.tripadvisor-more:before{
	content: "...";
	display: block;
	font-weight: 300;
	text-decoration: none!important;
}
.tripadvisor-item-desc{
	overflow: hidden;
	max-height: 80px;
}
.tripadvisor-item-title{
	display: block;
	min-height: 42px;
}
.tripadvisor-more{
	display: block;
}
.tripadvisor-item-body.triggered .tripadvisor-item-desc{
	max-height: none;
	margin-bottom: 10px;
}
.tripadvisor-item-body.triggered .tripadvisor-more{
	display: none;
}
.tripadvisor-less{
	display: none;
}
.tripadvisor-item-body.triggered .tripadvisor-less{
	display: block;
}
.tripadvisor-imgs{
	font-size: 0;
	margin-bottom: 10px;
}
.tripadvisor-img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin: 5px 5px 0 0;
}
#swiper-memories .swiper-slide{
	width: 300px;
	height: 100%;
	object-fit: cover;
}
#swiper-memories{
	padding-bottom: 40px;
}
.video-testimonials-item{
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	margin-bottom: 20px;
}
.video-testimonials-item iframe{
	width: 100%;
	background: #eee url(../image/youtube-logo.png) center no-repeat;
	background-size: 30%;
}
.video-testimonials-txt{
	text-align: center;
	padding: 10px 20px;
}
#swiper-partners{
	position: relative;
	box-sizing: border-box;
	border:1px solid #eee;
	border-radius: 10px;
	padding: 40px;
}
#swiper-partners:before{
	z-index: 2;
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	left: 0;
	top: 0;
}
#swiper-partners:after{
	z-index: 2;
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	right: 0;
	top: 0;
}
#swiper-partners .swiper-slide{
	width: fit-content;
}
#swiper-partners .swiper-slide img{
	width: auto;
	height: 60px;
}
.duration-list{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(1, 1fr);
}
.duration-item{
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding: 25px 0 10px 0;
}
.duration-icon{
	width: 110px;
	height: 110px;
	background:url(../image/icons-duration.png);
	background-size: 100% auto;
	display: block;
	margin: 0 auto 20px auto;
}
.duration-icon.icon-2{ background-position:0 25%; }
.duration-icon.icon-3{ background-position:0 50%; }
.duration-icon.icon-4{ background-position:0 75%; }
.duration-icon.icon-5{ background-position:0 100%; }
.duration-txt h3{
	margin-bottom: 0;
}
.duration-txt p{
	margin-top: 5px;
	line-height: 1.4;
}
.duration-link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 1;
}
@media all and (max-width:768px){
	.block-tripadvisor{
		text-align: center;
	}
	.block-tripadvisor h2{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.block-tripadvisor .button{
		margin-top: 20px;
	}
	.block-tripadvisor p .txt-green{
		display:block;
	}
	.steps-header{
		margin-left: 28px;
	}
	.steps-header num{
		left: -28px;
	}
	.steps-item{
		width: 290px!important;
		margin-bottom: 35px;
	}
	.tour-list,
	.destination-list,
	.city-list{
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	#block-steps .site,
	#block-why .site,
	#block-destinations .site,
	#block-guide .site,
	#block-cities .site,
	#block-testimonials .site{
		padding-left: 0;
		padding-right: 0;
	}
	.why-item{
		width: 304px;
	}
	/*.why-item{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.why-txt{
		width: calc(100% - 86px);
	}
	.why-icon{
		width: 70px;
		height: 70px;
		margin-bottom: 0;
	}*/
	.duration-item{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.duration-icon{
		margin: 0;
	}
	.duration-txt{
		text-align: left;
		width: calc(100% - 100px);
	}
}
@media screen and (max-width:1023px){
	.block-tripadvisor .site{
		margin-left: 21px;
		margin-right: 21px;
		width: calc(100% - 42px);
		border-radius: 10px;
		padding: 21px;
	}
	.duration-icon{
		width: 80px;
		height: 80px;
	}
}
@media screen and (min-width:768px){
	.duration-list{
		grid-template-columns: repeat(5, 1fr);
	}
	.tour-item-title h3,
	.box-page-txt h3,
	.flip-item-txt h3{
		min-height: 59px;
	}
}
@media screen and (min-width:1024px){
	#headimage-txt h1{
		font-size: 42px;
		line-height: 1.1;
	}
	#headimage-txt h2{
		font-size: 21px;
	}
	.kv{
		height: auto;
		max-height: 500px;
	}
	.block-tripadvisor .col-flex{
		align-items: center;
	}
	.block-tripadvisor .col-5{
		text-align: right;
	}
	.tour-list,
	.tour-types-list,
	.city-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.tour-types-item p.txt-black{
		min-height: 106px;
	}
	.tour-types-item p.txt-gray{
		min-height: 86px;
	}
	#swiper-destinations .swiper-slide,
	#swiper-cities .swiper-slide{
		width: 396px;
	}
	.why-list{
		grid-gap: 30px;
		grid-template-columns: repeat(4, 1fr);
	}
	.why-item p{
		min-height: 88px;
		text-overflow:ellipsis;
		overflow: hidden;
		display:-webkit-box;
		-webkit-line-clamp:4;
		-webkit-box-orient:vertical;
	}
	#swiper-guide .swiper-slide{
		width: 206px;
	}
	#swiper-memories .swiper-slide{
		width: 385px;
		        padding: 10px 10px 10px 10px;
	}
	.memory-list{
		grid-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
	img.memory-thumb{
		height: 230px;
	}
	.memory-item-txt{
		min-height: 84px;
		padding: 15px 20px;
	}
	.memory-item-txt h3{
		font-size: 18px;
	}
	.tripadvisor-img{
		/*width: 100px;
		height: 100px;*/
	}
}
@media screen and (min-width:1600px){
	#swiper-destinations .swiper-slide,
	#swiper-cities .swiper-slide{
		width: 431px;
	}
	#swiper-guide .swiper-slide{
		width: 226px;
	}
	.steps-item{
		width: 310px;
	}
	.why-item{
		width: 317px;
	}
	.tour-types-item p.txt-black{
		min-height: 86px;
	}
}
@media screen and (min-width:2440px){
	.kv{
		height: auto;
		max-height: 850px;
	}
}
/*inner pages*/
div#content {
	min-height: 150px;
}
#top-inner {
/*	-webkit-print-color-adjust: exact;*/
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
	color: #fff;
	font-size: 0;
}
#top-inner-txt{
	position: absolute;
	z-index: 1;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	background: linear-gradient(to right,  rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
}
.entry-title-sub p{
	margin-top: 10px;
	line-height: 1.3;
	font-style: italic;
}
.entry-title-sub .button{
	margin-top: 15px;
}
#top-inner-txt .site{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
#top-inner-txt a,
#top-inner-txt a:hover{
	text-decoration: none;
	color: #fff;
}
.top-inner-bg{
	width:100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
}
@media all and (max-width:767px){
	.top-inner-bg{
		height: 240px;
	}
	.bg-white .top-inner-bg{
		height: 200px;
	}
}
#top-inner .entry-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
#top-inner .entry-title-sub{
	color: #fff;
	font-size: 13px;
}
.entry-title-desc{
	font-size: 135%;
}
#top-inner.bg-white #top-inner-txt{
	background: transparent;
}
#top-inner.bg-white #top-inner-txt .site{
	color: #000;
}
#top-inner.bg-white .entry-title-sub,
#top-inner.bg-white a,
#top-inner.bg-white a:hover{
	color: #000;
}
h1.page-title,
h2.page-title {
	position: relative;
	line-height: 1.4;
	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;
}
.why-guide-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0;
}
.why-guide-item p{
	line-height: 1.5;
}
i.why-guide-icon{
	width:70px;
	height:70px;
	background: url(../image/icons-why-guide.png) no-repeat white;
	background-size: 100%;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
i.why-guide-icon.icon-2{ background-position: 0 20%; }
i.why-guide-icon.icon-3{ background-position: 0 40%; }
i.why-guide-icon.icon-4{ background-position: 0 60%; }
i.why-guide-icon.icon-5{ background-position: 0 80%; }
i.why-guide-icon.icon-6{ background-position: 0 100%; }
.why-guide-txt{
	width: calc(100% - 85px);
}
.box-cta{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f6f6fa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	padding: 30px!important;
}
.bg-gray .box-cta{
	background-color: #fff;
}
.box-cta:last-child{
	margin-bottom: 0;
}
.box-cta .button{
	display: block;
	margin: 20px auto;
}
.box-cta h3:empty,
.box-cta p:empty{
	display: none;
}
.box-cta-2 h3{
	color: #fff;
}
.box-cta-2{
	position: relative;
}
.box-cta-2:after{
	position: absolute;
	content: "";
	background:rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 0;
}
.box-cta-2 .box-cta-txt,
.box-cta-2 .button{
	position: relative;
	z-index: 1;
}
.box-cta .button div{
	line-height: 1.15;
}
.box-cta-txt h3{
	margin-bottom: 5px;
}
.box-cta-txt p{
	margin-top: 2px;
}
.box-cta a{
	text-decoration: none!important;
}
@media screen and (min-width:600px){
	.box-cta div:not(.box-cta-txt):not(.wp-block-column){
		white-space: nowrap;
	}
}
.box-cta.box-cta-3{
	overflow: hidden;
	align-items: stretch;
	padding: 0!important;
}
.box-cta.box-cta-3 .box-cta-txt{
	padding: 30px 40px;
}
.box-cta-3-background{
	padding: 30px ;
	min-width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.values-item{
	padding: 20px 0;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.values-item .values-num{
	box-sizing: border-box;
	padding-right: 4px;
	color: #333;
	display: block;
	font-size: 35px;
	font-weight: 700;
	background:#f6f6fa;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.values-item-txt{
	width: calc(100% - 90px);
}
.ideal-for-item{
	padding: 20px 0;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.ideal-for-item .ideal-for-icon{
	box-sizing: border-box;
	color: #4abeb2;
	display: block;
	font-size: 35px;
	font-weight: 300;
	background:#f6f6fa;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.ideal-for-item .ideal-for-icon:after{

}
.ideal-for-txt{
	width: calc(100% - 90px);
}
ul.tab-list{
	width: 100%;
	overflow-x: auto;
	font-size: 0;
	white-space: nowrap;
	font-size: 0;
	padding-bottom: 5px;
}
.tab-list li{
	overflow: hidden;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	background-color: #fff;
	font-size: 13px;
	line-height: 1.4;
	white-space: normal;
	margin: 0;
	cursor: pointer;
	width: 100%;
	border-left: 3px solid #ddd;
	transition: 0.2s all;
	height: 0;
}
.tab-list li a{
	text-decoration: none!important;
}
ul.tab-list.triggered li,
.tab-list li.current{
	height: 50px;
}
.tab-list li.current{
	pointer-events: none;
	border-color: #7fcbba;
}
.tab-list li a:hover{
	text-decoration: none;
}
.tab-content{
	margin-top: 30px;
	display: none;
}
.tab-content.current{
	display: block;
}
.tab-content h2{
	font-size: 20px;
}
.compare-images{
	font-size: 0;
	margin-bottom: 40px;
}
.compare-images img{
	mix-blend-mode: multiply;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.contact-address-item{
	background-color: #f7f7fa;
	padding: 20px 20px;
	margin-bottom: 30px;
}
.flip-item{
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	height: 400px;
	width: 100%;
	max-width: 700px;
	border-radius: 10px;
}
.flip-item-txt{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.flip-item-txt h3{
	color: #fff;
}
.flip-item-txt-back{
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	padding: 20px;
	background:#fff;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	color: #000;
	left: 6px;
	top: 6px;
	border:1px solid #eee;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.4s all;
	opacity: 0;
	border-radius: 8px;
	overflow: hidden;
	transform: scale(0.9) ;
	/*transform-origin: center bottom;*/
}
.flip-item:hover .flip-item-txt-back{
	opacity: 1;
	transform: scale(1);
}
.flip-item-txt-back h3{
	margin-bottom: 0;
}
.flip-item-desc{
	font-size: 14px;
	height: calc(100% - 105px);
	max-height: calc(100% - 105px);
	overflow-y: auto;
}
.box-page-item{
	font-size: 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-size: cover;
	height: 400px;
	width: 100%;
	max-width: 440px;
	border-radius: 10px;
}
.box-page-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-page-txt{
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: 0.2s all;
}
.box-page-txt:after{
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	transition: 0.2s all;
	opacity: 1;
}
.box-page-item:hover .box-page-txt:after{
	opacity: 0;
}
.box-page-txt h3{
	color: #fff;
}
.box-page-txt .button2{
	position: absolute;
	right: 20px;
	top:20px;
}
.box-page-link{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
}
ul.list-sitemap li{
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
ul.list-sitemap li:before{
	content: "\f0c1";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	margin-top: 7px;
}
@media all and (max-width:767px){
	.tour-item,
	.box-page-item,
	.flip-item{
		height: 300px;
	}
}
@media all and (max-width:1599px){
	.tour-item,
	.box-page-item,
	.flip-item{
		height: 356px;
	}
}
@media screen and (min-width:450px){
	ul.list-sitemap {
		display: grid;
		grid-gap: 5px 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:768px){
	#top-inner {
		background-size: initial;
		max-height:320px;
		/*display: block;*/
	}
	#top-inner.bg-white {
		max-height:180px;
	}
	.why-guide-item{
		padding: 20px 10px;
	}
	.box-cta h3{
		font-size: 23px;
	}
	.box-cta{
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: left;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 30px 40px!important;
		width: 100%;
		gap:40px;
	}
	.box-cta-txt{
		width: calc(100% - 260px);
	}
	.compare-images{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: flex-start;
	}
	.compare-images img{
		display: inline-block;
		width: 50%;
		max-width: 540px;
		vertical-align: middle;
	}
	.compare-txt,
	.compare-txt h2{
		text-align: center;
	}
	.tab-content h2{
		font-size: 22px;
	}
	ul.list-sitemap {
		grid-template-columns: repeat(3, 1fr);
	}
	.contact-address-item{
		padding: 30px 40px;
	}
}
@media screen and (min-width:1024px){
	ul.tab-list{
		display: flex;
		flex-direction: row;
		justify-content: stretch;
	}
	.tab-list li{
		flex:1;
		display: inline-flex;
		width: unset;
		/*	min-width: 20%;*/
		padding:20px 10px;
		font-size: 14px;
		border-bottom: 3px solid #ddd;
		border-left:0;
	}
	ul.tab-list.triggered li,
	ul.tab-list li.current,
	.tab-list li{
		height: 70px;
	}
	.box-page-item h3,
	.flip-item h3,
	.tour-item h3{
		font-size: 21px;
		line-height: 1.4;
	}
	.tour-item-txt h3{
		font-size: 18px;
		line-height: 1.4;
	}
}
@media screen and (min-width:1280px){
	#headimage {
		margin-top: 0;
	}
	#top-inner {
		max-height:400px;
	}
	#top-inner .entry-title{
		font-size: 32px;
	}
}
@media screen and (min-width:2440px){
	#top-inner {
		max-height:650px;
	}
}

/*faq page*/
.qa-item{
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #f1f1f4;
	border-radius: 10px;
	transition: 0.2s all;
}
.qa-item.current {
	border: 1px solid #dadada;
}
.qa-item:hover{
	background: #fff;
}
.qa-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 15px 60px 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	margin: 0 auto;
}
.qa-item-a-inner{
	max-width: 1200px;
}
.qa-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.qa-item.current .qa-item-q{
	background: #fafafa;
}
.qa-item.current .qa-item-q:after{
	transform: rotate(180deg);
}
.qa-item.current .qa-item-q:after{
/*	color: #fff;*/
}
.qa-item-q p{
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}
.qa-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f7f5f8;
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 20px;
	height: 0;
	margin: 0 auto;
	line-height: 1.7;
}
.qa-item.current .qa-item-a{
	padding: 25px 20px;
}
.qa-item-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A";
	color: #f28d31;
	font-weight: 800;
	background: #f7f5f8;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.qa-item-a p{
	margin: 10px 0;
}
.qa-item-a li{
	list-style: disc;
	margin-left: 20px;
}
.qa-item-a a{
	text-decoration: underline;
}
h3.faq-heading{
	margin-bottom: 25px;
}
@media screen and (min-width:1024px){
	.qa-item-q,
	.qa-item-a,
	.qa-item.current .qa-item-a{
		padding-left:120px;
	}
	#block-faqs,
	.faq-title{
		counter-reset: faqidx;
	}
	.qa-item-q:before{
		counter-increment: faqidx;
		content: "Q" counter(faqidx);
		display: inline-block;
		position: absolute;
		font-weight: 700;
		left:60px;
		color: #aaa;
	}
	.qa-item.current .qa-item-q:before{
/*		color: rgba(255, 255, 255, 0.5);*/
	}
}
/*Tour page*/
.top-inner-tour .top-inner-bg{
	
}
.tour-header-gird{
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	line-height: 1.5;
	font-size: 13px;
	border-radius: 10px;
}
.tour-header-gird + .tour-header-gird{
	margin-top: -5px!important;
}
.tour-header-gird > div{
	position: relative;
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 300;
}
.tour-header-gird > .tour-header-days{
	font-weight: 500;
/*	border-radius: 10px 0 0 10px;*/
	border-radius: 30px;
	background: #fff;
	padding: 5px 13px;
	text-align: center;
	width: fit-content;
	margin-bottom: 10px;
	color: #000;
}
.tour-header-tag{
	cursor: pointer;
	display: inline-block;
	margin-left: 15px;
	font-weight: 500;
}
.tour-header-tag-desc{
	pointer-events: none;
	position: absolute;
	width: 500px;
	max-width: 100vw;
	font-size: 13px;
	padding: 010px 12px 10px 32px;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	width: calc(100% - 20px);
	left: 0;
	transition: 0.2s all;
	opacity: 0;
}
.tour-header-tag-desc:before{
	content:"";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top:13px;
	background-color: #4abeb2;
	border-radius: 50%;
}
.tour-header-tag:hover .tour-header-tag-desc{
	opacity: 1;
}
.tour-content{
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 0;
}
#tab_content_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#tab_content_video iframe{
	position: absolute;
	top: 28px;
	left: 28px;
	width: calc(100% - 56px);
	height: calc(100% - 56px);
}
#tour-tab-list{
	margin-bottom: 6px;
}
#tour-tab-list.sticky{
	z-index: 5;
	position: fixed;
	top: 0;
}
body.admin-bar #tour-tab-list.sticky{
	top: 46px;
}
#tour-tab-list-placeholder{
	display: none;
	height: 50px;
}
.button.tour-gallary{
	display: none;
}
.button.tour-gallary-idx-1{
	display: block;
}
@media all and (max-width:767px){
	.tour-header-gird .tag-head{
		width: 85px;
		display: inline-block;
		vertical-align: top;
	}
	.tour-header-gird .tag-list{
		width: calc(100% - 90px);
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		display: -webkit-inline-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
	}
}
@media all and (max-width:1023px){
	.tab-content{
		margin-top: 30px;
	}
	#tab_content_video iframe{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top-inner-tour .top-inner-bg{
		min-height: 320px;
	}
	body.cruise_tour-template-default .top-inner-tour .top-inner-bg{
		min-height: 460px;
	}
}
@media screen and (min-width:1024px){
	
	#tour-tab-list.sticky{
		top: 96px;
	}
	body.admin-bar #tour-tab-list.sticky{
		top: 128px;
	}
	#tour-tab-list.sticky li{
		height: 50px;
	}
	#tour-tab-list-placeholder{
		height: 70px;
	}
	/*#tour-tab-list{
		transition: 0.3s opacity;
	}
	#tour-tab-list.up-hidden{
		opacity: 0;
		pointer-events: none;
	}*/
	#tour-tab-list{
		transition: 0.3s all;
		transition-delay: 0.2s;
	}
	#tour-tab-list.up-stick-top{
		top:0;
	}
	body.admin-bar #tour-tab-list.up-stick-top{
		top:32px;
	}
}
#product-list.sticky.sticky-bottom{
	position: absolute;
	top: auto;
	bottom: 0;
}
#tour-location-swiper,
#tour-accommodation-swiper{
	overflow: hidden;
	position: relative;
}
.tour-location-list,
.tour-accommodation-list{
	-webkit-print-color-adjust: exact;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.tour-location-item,
.tour-accommodation-item{
	position: relative;
	z-index: 1;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #eee;
	width: 220px;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
}
.tour-location-item:after,
.tour-accommodation-item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
	transition: 0.2s all;
	opacity: 1;
}
.tour-location-item:hover:after,
.tour-accommodation-item:hover:after{
	opacity: 0;
}
.popup-swiper{
	position: relative;
}
.highlight-item,
.accommodation-item{
	max-width: 100%;
	width: 465px;
}
.highlight-item-txt,
.accommodation-item-text{
	margin-top: 10px;
	height: 160px;
}
.highlight-item-gallary-item img,
.accommodation-item-gallary-item img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.accommodation-item-txt .accommodation-rating{
	position: absolute;
	right: 0;
	top: 0;
	color: #4abeb2;
	line-height: 24px;
}
.accommodation-item-txt{
	position: relative;
}
.accommodation-rating{
	font-weight: 700;
}
.accommodation-item-gallary{
	padding-bottom: 28px;
}
/*.highlight-item-gallary{
	padding-bottom: 28px;
}*/
#tour-popup{
	position: fixed;
	z-index: 11;
	width: 90%;
	height: 515px;
	left: 5%;
	top:calc(50% - 250px);
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 10px;
	color: #000;
	transition: 0.3s all;
	opacity: 0;
	transform: scale(0.95);
	pointer-events: none;
}
#tour-popup.accommodation{
	height: 388px;
	top:calc(50% - 180px);
}
#tour-popup.stay{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
#tour-popup .closeLayer{
	right: 8px;
	top: 8px;
}
#tour-popup-title{
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
	margin-bottom: 8px;
	line-height: 1.2;
}
#tour-popup h3{
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#tour-popup h3.hotel-name{
	width: calc(100% - 80px);
}

.itinerary-item{
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #f6f6fa;
	border:1px solid #f6f6fa;
	border-radius: 10px;
	transition: 0.2s all;
}
@media screen and (max-width:1023px){
	.itinerary-item{
		background-color: #fff;
	}
}
.itinerary-item.current,
.itinerary-item.current:hover{
	border:1px solid #dadada;
	background-color: #fff;
}
.itinerary-item:hover{
	background: rgba(0,0,0,0.03);
}
.itinerary-item-q{
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	height:auto;
	padding: 15px 60px 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	margin: 0 auto;
}
.itinerary-item-q:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "\f107";
	color: #000;
	font-weight: 800;
	font: normal normal normal 14px/1 FontAwesome;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
}
.itinerary-item.current .itinerary-item-q{
	/*background:#7fcbba;
	color: #fff;*/
	background:#fafafa;
}
.itinerary-item.current .itinerary-item-q:after{
	transform: rotate(180deg);
}
.itinerary-item.current .itinerary-item-q:after{
/*	color: #fff;*/
}
.itinerary-item-q img{
	vertical-align: middle;
}
.itinerary-item.current .itinerary-item-q img{
/*	filter: brightness(10);*/
}
.itinerary-item-q p{
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}
.itinerary-item-a{
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f7f5f8;
	overflow: hidden;
	transition: 0.2s all;
	padding: 0 15px;
	height: 0;
	margin: 0 auto;
	line-height: 1.7;
}
.itinerary-item.current .itinerary-item-a{
	padding: 25px 15px;
}
.itinerary-item-a:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A";
	color: #f28d31;
	font-weight: 800;
	background: #f7f5f8;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.itinerary-item-a p{
	margin: 10px 0;
}
.itinerary-item-a li{
	list-style: disc;
	margin-left: 20px;
}
.itinerary-item-a a{
	text-decoration: underline;
}
.itineray-video-list{
	display: grid;
	grid-gap: 10px;
}
.itineray-video-list br{
	display: none;
}
.itinerary-item-a-inner iframe,
.itineray-video-list iframe{
	/*for youtube video*/
	/*height: 280px;*/
	height: auto!important;
	aspect-ratio: 16 / 9!important;
}
@media screen and (max-width: 767px){
	.itinerary-item-a-inner iframe,
	.itineray-video-list iframe{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.itineray-video-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1200px){
	.itineray-video-list.cols-3{
		grid-template-columns: repeat(3, 1fr);
	}
	.itineray-video-list iframe[title="YouTube video player"]{
		/*height: 200px;*/
	}
}
h3.faq-heading{
	margin-bottom: 25px;
}
.content-primary{
	position: relative;
	margin-bottom: 40px;
}
#aside-section-steps{
	background-color: #fff;
}
.aside-tour-options-header,
.aside-tour-options-footer{
	padding: 20px;
	background-color: #fff;
	text-align: center;
}
.aside-tour-options-footer .button{
	width: 100%;
}
.aside-tour-options-footer,
.aside-tour-options-item{
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.aside-tour-options-label{
	position: relative;
	background-color: #f9fafc;
	box-sizing: border-box;
	padding: 15px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.aside-tour-options-label.accordion:after{
	position: absolute;
	right: 20px;
	content: "\f107";
	font-family: FontAwesome;
	color: #000;
	font-size: 26px;
	transition: 0.2s all;
}
.aside-tour-options-item.current .aside-tour-options-label.accordion:after{
	transform: rotate(180deg);
}
.aside-tour-options-label .icon {
	width: 28px;
	height: 28px;
	border: 1px solid #4abeb2;
	border-radius: 100%;
	line-height: 27px;
	text-align: center;
	background: #fff;
	color: #4abeb2;
	font-style: normal;
	font-weight: 600;
}
.aside-tour-options-label-txt{
	line-height: 1.3;
	width: calc(100% - 46px);
}
.aside-tour-options-label-txt h4{
	font-size:16px;
}
.aside-tour-options-content-out{
	overflow: hidden;
	transition: 0.3s all;
	height: 0;
}
.aside-tour-options-item.current .aside-tour-options-content-out{
	height: auto;
}
.aside-tour-options-content{
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px 20px;
}
.aside-tour-options-content input[type='text']{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 4px;
}
.date-field-outter{
	position: relative!important;
}
.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;
}
p.aside-tour-options-field-desc{
	line-height: 1.6;
	font-size: 13.5px;
}
.num-selector{
	cursor: pointer;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1px;
	background-color: #eee;
	border:1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.num-selector .item{
	background-color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	flex-grow:1;
}
.num-selector .item.selected{
	color: #fff;
	background:#4abeb2;
}
.num-selector-label{
	display: block;
	padding: 10px 0;
}
.aside-tour-options-columns{
	display: flex;
	gap: 20px;
	flex-direction: row;
}
.aside-tour-options-column select{
	width: 100%;
	min-width: 72px;
	display: block;
	margin-top: 8px;
	line-height: 36px;
	height: 36px;
}
.aside-tour-options-radio{
	display: block;
	margin:8px 0;
	/*width: fit-content;*/
	width: 100%;
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: 4px;
	line-height: 1.8;
}
.aside-tour-options-radio input[type="radio"]{
	position: absolute!important;
	right: 26px;
	order: 9;
	align-self: flex-end ;
}

.aside-tour-options-radio.label-selected{
	color: #fff;
	background-color: #4abeb2;
}
.aside-tour-options-desc{
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	position: absolute;
	max-width: 100vw;
	font-size: 13px;
	padding: 10px 12px 10px 32px;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	width: calc(100% - 40px);
	left: 20px;
	transition: 0.2s all;
	opacity: 0;
	z-index: 1;
	line-height: 1.5;
}
.aside-tour-options-desc:before{
	content:"";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top:13px;
	background-color: #4abeb2;
	border-radius: 50%;
}
.aside-tour-options-radio .fa-question-circle-o{
	cursor: pointer;
}
.aside-tour-options-radio .fa-question-circle-o:hover + .aside-tour-options-desc{
	opacity: 1;
}
#post-author{
	margin-top: 30px;
	border-radius: 10px;
	background:#f7f7fa;
	box-sizing: border-box;
	padding: 20px 20px;
}
#post-author h3{
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#post-author-content{
	width: 100%;
	
}
.post-author-avatar{
	border-radius: 50%;
	border: 1px solid #ddd;
	width: 80px;
	height: 80px;
	object-fit: cover;
	background: #fff;
	padding: 7px;
}
#post-author-txt h4{
	font-size: 16px;
}
#post-author-txt p{
	font-size: 14px;
	margin-top: 0;
}
p.aside-tour-options-valid-message{
	color: #fff;
	box-sizing: border-box;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #7fcbba;
	border:1px solid #7fcbba;
	border-radius: 4px;
	margin: 0 0 10px 0;
	display: none;
}
.aside-tour-options-prices{
	position: relative;
	background-color: #fff;
	color: #fff;
	text-align: center;
}
.aside-tour-options-prices:after{
	content: "";
	width: 800px;
	height: 300px;
	background-color: #7fcbba;
	position: absolute;
	z-index: 0;
	left: calc(50% - 400px);
	bottom: 0;
	border-radius: 50%;
}
.aside-tour-options-prices-header{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 18px;
}
.aside-tour-options-prices-body{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.2s all;
	height:0;
	opacity: 0;
}
.aside-tour-options-prices-body.show{
	height: 80px;
	padding: 20px 0;
	opacity: 1;
}
.aside-tour-options-prices-num{
	font-size: 40px;
	font-weight: 600;
}
.aside-tour-options-prices-currency{
	padding-left: 10px;
	text-align: left;
	line-height: 1.3;
	font-size: 14px;
}
.aside-tour-options-prices-footer{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 0 30px 0;
	line-height: 1.3;
	font-size: 14px;
}
#aside-tour-options-footer-float{
	display: none;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s all;
	transition-delay: 0.2s;
}
#aside-tour-options-footer-float.sticky{
	opacity: 1;
	pointer-events: auto;
	display: block;
	position: fixed;
	top: 98px;
	z-index: 1;
}
body.admin-bar #aside-tour-options-footer-float.sticky{
	top: 130px;
}
#aside-tour-options-footer-float.sticky.up{
	top: 0;
}
body.admin-bar #aside-tour-options-footer-float.sticky.up{
	top: 32px;
}
#aside-tour-options-footer-float.sticky.sticky-bottom{
	display: none;
}
@media screen and (max-width:1023px){
	#aside-tour-options-footer-float.sticky,
	#aside-tour-options-footer-float.sticky.sticky-bottom{
		z-index: 2;
		display: block!important;
		width: 100%!important;
		left: 0;
		bottom: 0;
		top: auto!important;
		box-shadow: 0 0 15px rgba(0,0,0,0.05);
	}
}
@media screen and (min-width:640px){
	.tour-location-list,
	.tour-accommodation-list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width:768px){
	.tour-header-gird{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: fit-content;
		border-radius:30px;
		margin-left:-4px;
		/*background-color: rgba(0, 0, 0, .3);*/
		/*border:1px solid rgba(255,255,255,0.8);*/
		transition: 0.2s all;
	}
	.tour-header-gird:hover{
		background-color: rgba(0, 0, 0, .6);
	}
	.tour-header-gird > div{
		width: fit-content;
		padding: 2px 26px;
	}
	.tour-header-gird > .tour-header-days{
		font-size: 15px;
		/*background:rgba(255,255,255,0.8);*/
		background:#fff;
		color: #000;
		margin-bottom: 0;
		height: 35px;
		min-width: 180px;
		margin-left:4px;
	}
	.tour-header-gird .tag-list{
		max-width: 800px;
		
	}
	.tour-header-tag{
		position: relative;
		margin-right: 15px;
		margin-left: 0;
	}
	.tour-header-tag-desc{
		width: 500px;
	}
	.tour-location-list,
	.tour-accommodation-list{
		grid-template-columns: repeat(4, 1fr);
	}
	#post-author{
		margin-top: 30px;
		border-radius: 10px;
		background:#f7f7fa;
		box-sizing: border-box;
		padding: 20px 30px;
	}
	#post-author-content{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#post-author-txt{
		width: calc(100% - 120px);	
	}
}
@media screen and (min-width:1024px){
	.site-blocks-2cols .site{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap:40px;
	}
	#block-post .site{
		flex-direction: row;
	}
	.content-primary{
		width: 70%;
	}
	.content-secondary{
		width: calc(30% - 40px);
		min-height: 10px;
	}
	.content-secondary.bg-gray{
		background: #fafafa;
	}
	.tour-content{
		background-color: #fff;
		padding: 32px 28px;
		border-top: 1px solid #ddd;
	}
	.tour-content h2{
		margin-bottom: 32px!important;
	}
	.popup-swiper{

	}
	#tour-popup{
		padding: 20px;
		width: 990px;
		left: calc(50% - 495px);
	}
	.itinerary-item-q,
	.itinerary-item-a,
	.itinerary-item.current .itinerary-item-a{
		padding-left:30px;
	}
	.itinerary-item-q:before{
		display: inline-block;
		position: absolute;
		font-weight: 700;
		left:60px;
		color: #aaa;
	}
	.itinerary-item.current .itinerary-item-q:before{
		color: rgba(255, 255, 255, 0.5);
	}
	.tour-location-item,
	.tour-accommodation-item{
		height: 150px;
	}
}

/*post page*/
.post-list{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(1, 1fr);
}
.post-item{
	font-size: 16px;
	margin:20px 0;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	border:1px solid #f0f0f0;
/*	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);*/
}
.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:10px 0;
	line-height: 1.4;
}
.post-item .entry-date{
	display: block;
	font-size: 12px;
	margin:14px 0;
	color: #999;
	margin-bottom: 0;
}
.post-item .post-content{
	display: none!important;
	line-height: 1.5;
	font-size: 14px;
}
.post-item .post-thumbnail{
	font-size: 0;
	display: block;
}
.post-item .post-thumbnail img{
	width: 100%;
	object-fit: cover;
	/*	height: 180px;*/
	height: 200px;
}
.post-item .post-txt{
	box-sizing: border-box;
	padding: 15px 20px;
}
.post-footer{
	margin-top: 40px;
}
.tour-package-line-item{
	display: flex;
	flex-direction: row;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 14px 0;
	border:1px solid #f2f2f2;
	align-items: center;
}
.tour-package-line-item-img{
	display: block;
	font-size: 0;
}
.tour-package-line-item-img img{
	width: 120px;
	height: 120px;
}
.tour-package-line-item-txt{
	display: block;
	box-sizing: border-box;
	width: calc(100% - 120px);
	padding:0 20px;
}
.tour-package-line-item-txt h4 a:hover{
	text-decoration: none;
}
.tour-package-line-item-txt .tag-list{
	font-size: 13px;
}
.tour-package-line-item-txt .tag-list .tag{
	display: inline-block;
	padding: 0 12px ;
	border-radius: 15px;
	background-color: #f2f2f2;
	margin-left:8px;
	font-size: 13px;
}
@media screen and (min-width:768px){
	.post-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.post-item .post-title{
		text-overflow:ellipsis;
		overflow: hidden;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		height: 48px;
	}
	.post-item .post-content{
		text-overflow:ellipsis;
		overflow: hidden;
		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
	}
}
@media screen and (min-width:1024px){
	.post-list{
		grid-template-columns: repeat(3, 1fr);
	}
	.post-item .post-txt{
/*		min-height: 230px;*/
	}
}
/*testimonials list & filter*/
#testimonials-filter{
	background-color: #f7f7fa;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#testimonials-filter h3{
	margin-bottom: 2px;
}
#testimonials-filter p{
	margin: 0;
}
#testimonials-filter > div{
	width: 100%;
	padding:15px 0;
}
.testimonials-filter-fieldset select{
	width: 100%;
	display: block;
	margin-top: 10px;
}
#testimonials-list{
	margin-top: 30px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}
.testimonials-list-item{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
}
.testimonials-list-item .chinatours-swiper-guest-content{
	max-height: 258px;
}
#load-more-testimonails{
	margin-top: 30px;
}
@media screen and (min-width:768px){
	#testimonials-filter{
		flex-direction: row;
		padding: 15px 40px;
	}
	#testimonials-filter > div{
		width: 23%;
	}
	#testimonials-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:1200px){
	#testimonials-list{
		grid-gap: 50px ;
	}
}
/*页面遮盖层*/
.coverThePage{
	pointer-events: none;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	transition: 0.3s all;
	opacity: 0;
}
.coverThePage.stay{
	pointer-events: auto;
	opacity: 1;
}

/*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;
	min-height: 240px;
	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;

/*	background:url(../image/icon-question.png);*/
}
#toast p{
	line-height: 1.6;
	font-size: 13px;
	margin: 21px auto;
	max-width: 85%;
}
#toast p a{
	text-decoration: underline;
}
#toast.error i{
	width: 50px;
	height: 50px;
	background:url(../image/icon-question.png);
}
#toast.note i{
	width: 50px;
	height: 50px;
	background:url(../image/icon-note.png);
}
#toast.success i{
	width: 50px;
	height: 50px;
	background:url(../image/icon-success.png);
}
#toast button{
	min-width: 80px;
}
.closeLayer{
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right:15px;
	top:12px;
	width: 25px;
	height: 25px;
	background:url(../image/icon-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(../image/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;
}


/*main menu for mobile side*/
#topFloatBar {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: #fff;
	z-index: 10;
	height: 50px;
}
#topFloatBar-logo{
	display: block;
	width: 200px;
	margin: 8px 16px;
}
#topFloatBar-logo img{
	width: 200px;
	height: 36px;
}
#masthead{
	display: none;
}
@media screen and (min-width:1024px){
	#topFloatBar {
		display: none;
	}
	#masthead{
		display: block;
	}
}
/* Navigation Menu */
#site-navigation{
	box-sizing: border-box;
	position: fixed;
	z-index: 11;
	top:0;
	right: 0;
	left: auto;
	height: 100vh;
	overflow-y: auto;
	max-width: 80%;
	background:#fff;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	font-size: 16px;
	transition: all 0.3s ease;
	padding:60px 0;
	width: 0;
}
#site-navigation.toggled{
	width:280px;
	padding:60px 20px 60px 20px;
}
#site-navigation .menu-item{
	line-height: 1.4;
}
#site-navigation .menu-item a{
	display: block;
	font-weight: 500;
	font-size: 14px;
	padding:10px 0;
	transition: all 0.3s;
	opacity: 0;
	transform:translate(20px,0);
}
#site-navigation .menu-item a:hover{
	text-decoration: none;
	color: #3e6ae1;
	/*font-weight: 500;*/
}
#site-navigation.toggled .menu-item a{
	opacity: 1;
	transform:translate(0,0);
}
#site-navigation .current_page_item > a,
#site-navigation .current_page_ancestor > a{
	color: #7fcbba;
}
#site-navigation ul li{
	width: 240px;
}
#site-navigation ul li.menu-item-has-children > a {
	width: 90%;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
#site-navigation li a.menu-item-switch,
#site-navigation li a.menu-item-switch:hover {
	position: relative;
	width: 30px!important;
	display: inline-block!important;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#site-navigation li a.menu-item-switch:after,
#site-navigation li a.menu-item-switch:hover:after{
	position: absolute;
	right: 4px;
	content: "\f107";
	font-family: FontAwesome;
	color: #000;
	font-size: 28px;
	transition: 0.2s all;
}
#site-navigation li.on>a.menu-item-switch:after {
	transform: rotate(180deg);
}
#site-navigation li ul.sub-menu{
	padding-left: 20px;
}
#site-navigation li ul.sub-menu li {
	height: 0;
	overflow: hidden;
	transition: 0.2s all;
	opacity: 0;
	height: 0;
	/*transform: translate(0,-20px);*/
}
#site-navigation li.on ul.sub-menu li {
	height:auto;
	opacity: 1;
	height: 40px;
	/*transform: translate(0,0);*/
	border-bottom: 0;
}
#site-navigation li.off ul.sub-menu li {
	height: 0!important;
}

#site-navigation-toggle{
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: fixed;
	right:21px;
	top:15px;
	z-index: 12;
}
#site-navigation-toggle:after{
	content: "";
	position: absolute;
	z-index: 0;
	height: 50px;
	width: 65px;
	right: -22px;
	top: -13px;
	background-color: #7fcbba;
	transition-delay: 0.3s;
	transition-duration: 0.2s;
}
.admin-bar #site-navigation-toggle{
	top: 59px;
}
#site-navigation-toggle i{
	z-index: 1;
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	/*for dark bg*/
	background: #fff;
	border-radius: 2px;
}
#site-navigation-toggle i.d1{
	left: 0;
	top:calc(50% - 2px);
}
#site-navigation-toggle i.d2{
	left: 0;
	top:2px;
}
#site-navigation-toggle i.d3{
	bottom: 2px;
	left: 0;
	top: auto;
}
#site-navigation-toggle,
#site-navigation-toggle i{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#site-navigation-toggle.dark i,
#site-navigation-toggle.toggled i{
	/*for light bg*/
	background: #000!important;
	box-shadow: 0 1px 1px white;
}
#site-navigation-toggle.toggled i.d1{
	opacity: 0;
}
#site-navigation-toggle.toggled i.d2{
	transform:rotate(45deg);
	top: calc(50% - 1px);
	height: 2px;
}
#site-navigation-toggle.toggled i.d3{
	transform:rotate(-45deg);
	bottom: calc(50% - 1px);
	height: 2px;
}
#site-navigation-toggle.toggled:hover{
	transform:rotate(90deg);
}
#site-navigation-toggle.toggled:after{
	transition-delay: 0s;
	transition-duration: 0s;
	background-color: transparent;
}
@media screen and (min-width: 1024px){
	#site-navigation-toggle{
		display: none;
	}
}

/*tours_filter*/
#tours_filter{
	box-shadow: 0 -1px 5px rgba(0,0,0,0.05);
	position: fixed;
	box-sizing: border-box;
	padding: 40px 0 0 0;
	z-index: 10;
	height: auto;
	max-height: 90vh;
	width: 100%;
	left: 0;
	background-color: #fff;
	color: #000;
	line-height: 1.4;
	transition: 0.4s all;
	bottom: -100vh;
	pointer-events: none;
}
#tours_filter.stay{
	bottom: 0;
	pointer-events: auto;
}
#tours_filter .site{
	position: relative;
}
#tours_filter h2{
	font-size: 18px;
}
#tours_filter p{
	font-size: 13px;
}
#tours_filter_header{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#tours_filter_header i.fa{
	float:left;
	display: block;
	color: #4abeb2;
	font-size: 26px;
	border:1px solid #4abeb2;
	border-radius: 50%;
	margin-right: 18px;
	padding: 10px;
}
#tours_filter_body{
	box-sizing: border-box;
	padding: 20px 0;
}
#tours_filter_body label{
	padding: 3px 0;
	display: inline-block;
}
#tours_filter_destinations{
	padding: 15px 0 20px 0;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
#tours_filter_durations{
	padding: 15px 0 20px 0;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
#tours_filter_submit{
	margin-top: 10px;
	margin-bottom: 10px;
}
@media screen and (min-width:1024px){
	#tours_filter_destinations{
		grid-template-columns: repeat(4, 1fr);
	}
}
/*yangtze river page*/
#top-filter{
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	z-index: 2;
	padding: 25px 0;
}
#top-filter .site{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
#top-filter input[type="text"],
#top-filter select{
	border-radius: 4px;
	padding: 4px;
	height: 34px;
	min-width: 328px;
}
#top-inner.top-inner-cruise{
	height: 380px;
}
#top-inner.top-inner-cruise .top-inner-bg{
	height: 100%;
}
@media screen and (max-width:767px){
	#top-filter .site{
		flex-direction: column;
	}
	.top-filter-field,
	#top-filter input[type="text"],
	#top-filter select{
		width: 100%;
		min-width: 0;
	}
	#top-filter .button{
		width: 100%;
	}
	#top-inner.top-inner-cruise #top-inner-txt .site{
		height: 200px;
	}
}

/*aside sections*/
.aside-section{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
}
.aside-section.bg-gray{
	padding: 20px;
	border-radius: 10px;
	background-color: #f7f7fa;
}
.aside-section.frame-gray{
	padding: 20px;
	border-radius: 10px;
	border:1px solid #e0e0e0;
}
#swiper-testimonails{
	padding-bottom: 30px;
}
#aside-section-subscription .button,
#aside-section-contact .button{
	width: 100%;
}
#aside-section-tripadvisor{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
#aside-section-subscription-footer{
	background-color: #4abeb2;
	box-sizing: border-box;
	padding: 20px;
	margin:0 -20px -20px -20px;
}

/*gutenberg frontend styles*/
.wp-block-cover, .wp-block-cover-image{
	border-radius: 10px;
}
.wp-block-column.box-round{
	box-sizing: border-box;
	padding: 25px;
	border:1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.wp-block-column.box-round img{
	min-height: unset;
	max-width: 100%;
	height: auto;
}
.wp-block-columns.swiper-wrapper{
	flex-wrap: nowrap !important;
	gap: 0;
}
.entry-content h2 + p.txt-green,
.entry-content h2 + p.txt-red{
	margin-top: 2px;
	/*margin-bottom: 25px;*/
}
.is-layout-flex{
	display: flex;
}
.wp-block-columns{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.wp-block-columns.stick-bottom{
	padding-bottom: 0;
}
.wp-block-columns.stick-top{
	padding-top: 0!important;
}
.wp-block-columns:first-child{
	padding-top: 0!important;
}
.wp-block-columns:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.wp-block-columns .img-circle{
	width: 200px;
	height: 200px;
}
.entry-content .wp-block-column h2{
/*	color: #000;*/
}
.wp-block-image img{
	object-fit: cover;
	min-height: 200px;
}
.wp-block-image.size-full img{
	width: 100%!important;
}
.image-scrollable{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.image-scrollable::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.image-scrollable::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.image-scrollable img{
	width: fit-content;
	min-width: 800px;/*width for yangtze-river-cruise*/
	max-width: unset;
}

.wp-block-image.full-width img{
	width: 100%;
}
#content-primary a:not(.button):not(.more):not(.wp-element-button):not(.post-title):not(.load-more-btn) {
	text-decoration: underline;
}
#content-primary .wp-block-heading a{
	text-decoration: none!important;
	color: #484848;
}
#content-primary .wp-block-heading a:hover{
/*	color: #000;*/
}
.wp-element-button{
	padding:12px 24px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 500;
	border-radius: 35px;
	text-decoration: none;
	transition: all 0.2s;
	text-shadow: none;
}
.wp-block-button.button1,
.wp-block-button.button2,
.wp-block-button.button3,
.wp-block-button.button4{
	padding: 0;
	width: fit-content;
}
.wp-block-button.button1 .wp-element-button,
.wp-block-button.button2 .wp-element-button,
.wp-block-button.button3 .wp-element-button,
.wp-block-button.button4 .wp-element-button{
	background-color: transparent;
	display: block;
	border:0;
	height: 100%;
	width: auto;
}
.wp-block-button + .wp-block-button{
	margin-left: 10px;
}

.wp-element-button:hover{
	text-decoration: none;
}
.wp-element-button{
	border:1px solid #7fcbba;
	color:#fff!important;
	background:#7fcbba;
}
.wp-element-button:hover{
	color:#fff;
	border:1px solid #e43d3c;
	background:#e43d3c;
}
.wp-block-buttons.has-small-font-size .wp-element-button{
	font-size: 14px;
	padding: 6px 12px;
	width:auto;
}
.entry-content h1.wp-block-heading,
.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading{
	margin-bottom: 0;
}
hr.wp-block-separator {
	background-color: #ededed;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin: 30px 0;
	margin-bottom: 1.714285714rem;
}
hr.wp-block-separator.gap{
	opacity: 0;
}
.wp-block-heading.has-text-align-center{
	text-align: center!important;
}
.wp-block-heading.has-text-align-right{
	text-align: right!important;
}
.wp-block-details summary{
	font-size: 13px;
}
.wp-block-details summary:marker{
	display: none;
}
/*hide the read more txt when block is open
.wp-block-details[open] summary:first-child{
	display: none;
}*/
.wp-block-column .box-page-item,
.wp-block-column .flip-item,
.wp-block-column .tour-item{
	
}
.wp-block-spacer.gap{
	height: 40px!important;
}
.wp-block-spacer.gap.x2{
	height: 60px!important;
}
.load-more-btn{
	color: #333;
	display: block;
	cursor: pointer;
	background-color: transparent;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ededed;
	font-size: 14px;
	border-radius: 10px;
	margin: 15px auto;
	transition: 0.2s all;
	font-weight: 600;
}
.load-more-btn:hover{
	background-color: #f6f6fa;;
	text-decoration: none;
}
.wp-block-brain1981-gutenberg-load-more .load-more-btn-inner,
.wp-block-brain1981-gutenberg-load-more.triggered .load-more-btn{
	display: none;
}
.wp-block-brain1981-gutenberg-load-more .load-more-btn,
.wp-block-brain1981-gutenberg-load-more.triggered .load-more-btn-inner{
	display: block;
}
.wp-block-cover-is-layout-constrained h1,
.wp-block-cover-is-layout-constrained h2,
.wp-block-cover-is-layout-constrained h3,
.wp-block-cover-is-layout-constrained h4,
.wp-block-cover-is-layout-constrained p,
.wp-block-cover-is-layout-constrained a,
.wp-block-cover-is-layout-constrained a:hover{
	color: #fff;
	text-decoration: none!important;
}
.wp-block-cover-clickable{
	cursor: pointer;
}
.anchor{
	scroll-margin-top: 110px;
}
@media all and (max-width:781px){
	.wp-block-columns .button{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.wp-block-columns .wp-block-column h2{
/*		text-align: center;*/
	}
	.wp-block-columns .img-circle{
		width: 150px;
		height: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.box-page-item,
	.flip-item,
	.tour-item{
		max-width: 100%;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:782px){
	.column-2{
		columns: 2;
		column-gap: 20px;
	}
	.wp-block-columns{
		gap: 20px;
	}
	.wp-block-columns{
		/*padding-top: 20px;
		padding-bottom: 20px;*/
	}
	.load-more-btn{
		width: calc(33% - 10px);
	}
	.wp-block-column .box-page-item,
	.wp-block-column .flip-item,
	.wp-block-column .tour-item,
	.wp-block-column .post-item{
		margin-top: 13px;
		margin-bottom: 13px;
	}
}
@media screen and (min-width:1024px){
	.wp-element-button{
		padding:12px 24px;
		font-size: 16px;
	}
	hr.wp-block-separator {
		margin: 40px 0;
	}
}
@media screen and (min-width:1280px){
	.column-2{
		column-gap: 30px;
	}
	.wp-block-columns{
		gap: 25px;
	}
}
@media screen and (min-width:1600px){
	.wp-block-columns{
		/*padding-top:30px;
		padding-bottom:30px;*/
	}
}

/*aside form*/
#aside-fixed-form{
	box-sizing: border-box;
	position: fixed;
	width: 420px;
	height: 100vh;
	max-width: 100%;
	z-index: 100000;
	background-color: #fff;
	top: 0;
	right: -500px;
	transition: 0.3s all;
}
#aside-fixed-form.stay{
	right: 0;
}
.aside-fixed-form-header{
	box-sizing: border-box;
	background-color: #4abeb2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 15px 30px;
}
.aside-fixed-form-header i{
	font-size: 28px;
}
.aside-fixed-form-header-txt{
	width: calc(100% - 42px);
	line-height: 1.4;
}
.aside-fixed-form-header h3{
	font-size: 18px;
}
.aside-fixed-form-body{
	overflow-y: auto;
	max-height: calc(100vh - 75px);
	box-sizing: border-box;
	padding: 24px 30px;
	line-height: 1.45;
}
.aside-fixed-form-body .gform_confirmation_message{
	text-align: center;
	line-height: 1.55;
	font-weight: 500;
	padding-top: 50px;
}
.aside-fixed-form-body .gform_button{
	width: 100%!important;
}
#aside-fixed-form-close{
    filter: brightness(100);
}

/*glossary..*/
.table-inclusions table{
	min-width: 560px;
}
.table-inclusions td{
	vertical-align: middle;
}
.table-inclusions tr:first-child td,
.table-inclusions td:first-child{
	background-color: #f6f6fa;
	color: #000;
}
.table-inclusions tr:first-child td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-inclusions img{
	display: block;
	margin: 0 auto;
}
table.table-tour-information{
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
table.table-tour-information td,
table.table-tour-information th{
	font-weight: 500!important;
	vertical-align: middle;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 8px 10px;
	width: 50%;
	line-height: 1.5;
	font-size: 14px;
}
table.table-tour-information th,
table.table-tour-information thead td{
	background-color: #f6f6fa!important;
	color: #000;
}

/*print style fixes*/
@media print {
	body{
		-webkit-print-color-adjust: exact;
	}
	#masthead,
	#site-navigation-toggle,
	#tour-tab-list,
	#footer-cta,
	#tours_filter,
	.footer-line-2,
	.footer-line-3,
	.footer-medias
	{
		display: none!important;
	}
	.tour-location-item,
	.tour-accommodation-item{
		border:1px solid #999;
	}
	.itinerary-item-a,
	.faq-item-a{
		height: auto;
	}
	.tour-location-list,
	.tour-accommodation-list{
		grid-template-columns: repeat(3, 1fr);
	}
}

/*jquery-ui for tour option form*/
.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.tour-single-template .ui-widget.ui-widget-content,
body.page-template-default .ui-widget.ui-widget-content{
	border:1px solid #eee;
	box-shadow: 0 2px 8px rgba(0,0,0,0.0.08);
}
body.page-template-default .ui-datepicker-calendar{
	margin-top: 0;
}
body.tour-single-template .ui-datepicker-title,
body.page-template-default .ui-datepicker-title{
	justify-content: center;
	color: #fff;
}
body.page-template-default .ui-datepicker-title{
	line-height: 36px!important;
}
body.page-template-default .ui-datepicker-month,
body.page-template-default .ui-datepicker-year{
	color: #fff;
	font-size: 14.5px;
	font-weight: 600;
}
.ui-widget{
	font-family: Arial,Helvetica,sans-serif;
}
body.tour-single-template .ui-datepicker,
body.page-template-default .ui-datepicker{
	padding: 2px;
}
body.tour-single-template .ui-datepicker td{
	width: 14.28%;
}
body.tour-single-template .ui-widget-header .ui-icon,
body.page-template-default .ui-widget-header .ui-icon{
	background-image: url(../image/ui-icons_ffffff_256x240.png);
}
body.tour-single-template .ui-widget-header,
body.page-template-default .ui-widget-header{
	background-color: #4abeb2;
	color: #fff;
}
body.tour-single-template .ui-state-default,
body.tour-single-template .ui-widget-content .ui-state-default,
body.page-template-default .ui-state-default,
body.page-template-default .ui-widget-content .ui-state-default{
	border: 0;
}
body.tour-single-template .ui-datepicker .ui-datepicker-title,
body.tour-single-template .ui-datepicker th,
body.page-template-default .ui-datepicker .ui-datepicker-title,
body.page-template-default .ui-datepicker th{
	font-size: 14.5px;
}
body.tour-single-template .ui-datepicker td span,
body.tour-single-template .ui-datepicker td a,
body.page-template-default .ui-datepicker td span,
body.page-template-default .ui-datepicker td a{
	text-align: center;
	font-size: 14.5px;
	padding: 5px 0;
	line-height: 25px;
}
body.tour-single-template .ui-datepicker-unselectable,
body.page-template-default .ui-datepicker-unselectable{
	pointer-events: auto;
	cursor: not-allowed!important;
}
body.tour-single-template .ui-state-active,
body.page-template-default .ui-state-active{
	background-color: #aaeee2!important;
}
body.tour-single-template .ui-state-default,
body.tour-single-template .ui-widget-content .ui-state-default,
body.page-template-default .ui-state-default,
body.page-template-default .ui-widget-content .ui-state-default{
	background: rgba(180, 234, 229, .3);
	border:transparent 1px solid;
	color: #484848;
}
body.tour-single-template .ui-state-disabled,
body.tour-single-template .ui-widget-content .ui-state-disabled,
body.page-template-default .ui-state-disabled,
body.page-template-default .ui-widget-content .ui-state-disabled {
	opacity: .25;
}
body.tour-single-template .ui-state-hover,
body.tour-single-template .ui-widget-content .ui-state-hover,
body.tour-single-template .ui-widget-header .ui-state-hover,
body.page-template-default .ui-state-hover,
body.page-template-default .ui-widget-content .ui-state-hover,
body.page-template-default .ui-widget-header .ui-state-hover{
	background:rgba(180,234,229,.7);
	border:transparent 1px solid;
}
body.tour-single-template #ui-datepicker-div,
body.page-template-default #ui-datepicker-div{
	width: 302px;
}
td.downstream .ui-state-default,
td.upstream .ui-state-default{
	text-align: left!important;
}
td.downstream .ui-state-default:before{
	content:"\f063";
	font-family: 'FontAwesome';
	font-size: 12px;
	display: inline-block;
	margin-right:3px;
	margin-left:3px;
	color: #4abeb2;
}
td.upstream .ui-state-default:before{
	content:"\f062";
	font-family: 'FontAwesome';
	font-size: 12px;
	display: inline-block;
	margin-right:3px;
	margin-left:3px;
	color: #7fcbba;
}
@media screen and (min-width:1600px){
	body.tour-single-template #ui-datepicker-div,
	body.page-template-default #ui-datepicker-div{
		width: 328px;
		box-sizing: border-box;
	}
}
/*tour option popup layer*/
#tour-options-confirmation-layer{
	background: #fff;
	border-radius: 10px;
	position: fixed;
	z-index: 10;
	width: calc(100% - 30px);
	height: auto;
	left: 15px;
	top: 85px;
	transition: 0.3s all;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}
#tour-options-confirmation-layer.stay{
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
#tour-options-confirmation-header,
#tour-options-confirmation-body,
#tour-options-confirmation-footer{
	box-sizing: border-box;
	padding: 15px 25px;
}
#tour-options-confirmation-body{
	max-height: 500px;
	overflow-y: auto;
}
@media screen and (max-height:700px){
	#tour-options-confirmation-layer.stay{
		top: 32px;
	}
	#tour-options-confirmation-body{
		max-height: calc(100vh - 210px);
	}
}
#tour-options-confirmation-footer{
	margin-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #f2f2f2;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
ul.tour-options-confirmation-options{
	list-style: none;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
ul.tour-options-confirmation-options li{
	line-height: 1.6;
}
.tour-options-confirmation-options dt{
	color: #112337;
	font-size: 14px;
}
.tour-options-confirmation-options dt small{
	font-size: 11px;
	color: #999;
	display: inline-block;
	line-height: 1;
}
.tour-options-confirmation-options dd{
	color: #000;
	font-weight: 600;
}
.tour-options-confirmation-options li.col2{
	grid-column-start:span 2
}
.tour-options-confirmation-options li.pricing{
	text-align: center;
}
.tour-options-confirmation-options li.pricing dd{
	font-size: 20px;
	font-weight: 700;
}
#tour-options-confirmation-footer .button{
	margin: 5px;
}

#tour-options-confirmation-layer .gform_footer{
	display: none;/*暂时隐藏*/
}
#tour-options-confirmation-footer-price{
	line-height: 1.6;
}
#tour-options-confirmation-footer-price span{
	font-size: 18px;
	font-weight: 700;
}
@media screen and (min-width: 700px){
	#tour-options-confirmation-layer{
		width: 700px;
		height: auto;
		left: calc(50% - 350px);
		top: calc(50% - 300px);
	}
}

/*swiper for shortcodes*/
#chinatours-swiper-guest{padding-bottom:30px;overflow:hidden;margin-top:30px}
#chinatours-swiper-guest .swiper-slide{background:#fff; height:416px}
.chinatours-swiper-guest-content{
	position: relative;
	max-height: 376px;
	padding-right:20px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.65;
}
.testimonials-list-item{
	position: relative;
	padding-top: 40px;
}
.testimonials-list-item:before{
	content: '';
	display: block;
	width: 34px;
	height: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAeCAMAAABUkc2JAAAAVFBMVEUAAADh4uXh4eTi4+bk5Onq6uz////h4uXh4uXh4uXh4ubh4ubh4uXh4uXh4ubi4ubh4uXj4+fj4+Xi5ezh4eXh4uXh4ubh4+Xi4uXh5Ofi4+Xg4eQyBf7oAAAAG3RSTlMAsapoKQ8F6vfPoYfexHZdkEA6Gta7m39TM0lm0idlAAAA+UlEQVQ4y3WUUQ6CQBBDWWVBWRBFRaH3v6cfhtChaX9fpmk6s1uRphNprFhNR2hm8gbpG4ZGRolADdYzDF0Z3QjMDPow8wBr2kG+MOjCUGJ0aXbwAetc2eAD9dMGUvPQPaBi+kHLMzn6rTsZ4FqtzgjKEltaFb/XDgqCHrYGdK4GZK1Be/1CIji/hbanEaKfrvYJiSBnLKu9QSI4v7scsURQv9GUiqs+Cr2vAttDDRei9z18XIgFsPfwOqBZ0rmT1BCarvfpMDm35LtDNptAkc3q4xyOZHTPD3hvjxmae9MJ5ohW+PJaKc9F6OUr1A02XYoq9KWkg/4hfr2RWz/9hfBJAAAAAElFTkSuQmCC);
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom:10px;
}
.chinatours-swiper-guest-author{font-weight:600;margin-top:20px}
#chinatours-swiper-tours .swiper-slide{
	width: 300px;
}
@media screen and (min-width:768px){#chinatours-swiper-guest{width:calc(100% - 40px)}}

/*lightbox*/
@media screen and (min-width:768px){
	.lb-container{
		cursor: pointer;
	}
}