@charset "utf-8";
/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by WebLychee
Author: WebLychee
Template: Divi
Author URL: https://weblychee.com
*/
 
/*------- Theme Customizations------- */

/* spacing for TOC */
ul.ez-toc-list li a{
	margin-bottom: 10px;
	margin-left:10px;
}


/*indent menu*/
li.indent{
	margin-left:5px !important;
}
/* clamping of text*/
body{
	font-size:62.5% !important;
}
h1{
	font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.3rem) * 1.4815)), 4rem) !important;
	min-height: 0vw;
}

h4{
	font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.36rem) * 0.7051)), 2.5rem) !important;
	min-height: 0vw;
}

h5{
	font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.36rem) * 0.5128)), 2rem) !important;
	min-height: 0vw;
}

h6{
	font-size: clamp(1rem, calc(1rem + ((1vw - 0.36rem) * 0.5128)), 1.8rem) !important;
	min-height: 0vw;
}


p{
	font-size: clamp(0.8rem, calc(0.8rem + ((1vw - 0.25rem) * 0.2994)), 1.3rem) !important;
	min-height: 0vw;
	line-height: clamp(1.3rem, calc(1.3rem + ((1vw - 0.25rem) * 0.2994)), 1.8rem) !important;
}
/*end of clamping of text*/

/* order of columns for mobile*/

/*** wrap row in a flex box ***/
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
	.custom-row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	}

	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}

	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}

	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}

	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
}
/* end of order of columns for mobile*/


#vwsubnav > div {
	display:flex;
	justify-content: space-around;
	overflow-x: auto;

	/* 隐藏滚动条 */
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#vwsubnav > div::-webkit-scrollbar {
	display: none;
}
#vwsubnav > div > div {
	flex-shrink:0;
	margin-bottom: 0;
}
#vwsubnav a {
	color: #000;
	font-weight: 400;
}
/* 步骤图文标 */
.bookcard-box {
	counter-reset: step-counter;
}
.bookcard .et_pb_blurb_content {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	border-radius: 20px;
	border: 3px solid #304d73;
	overflow: hidden;
}
.bookcard .et_pb_blurb_content > div {
	display:flex;
}
.bookcard .et_pb_main_blurb_image {
	margin-bottom:0;
}
.bookcard .et_pb_blurb_container {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 120%;
}
.bookcard .et_pb_blurb_content:after {
	counter-increment: step-counter;
	content: 'STEP ' counter(step-counter);
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding: 20px;
	font-size: 22px;
	font-weight: 700;
	color: white;
	background: #304d73;
}

/* 其他服务 */
#other-tours .et_pb_column {
	overflow:hidden;
	border-radius:20px;
	border:3px solid #304D73;
	background-color:#fff;
}
.othercard,
.othercard .et_pb_blurb_content{
	height:100%;
}
.othercard .et_pb_blurb_content{
	display: flex;
	flex-direction: column;
}
.othercard .et_pb_blurb_content .et_pb_blurb_container {
	flex-grow:1;
	display: flex;
   flex-direction: column;
	justify-content: space-between;
}
.othercard .et_pb_main_blurb_image {
	margin-bottom:0px;
}
.othercard .et_pb_blurb_container {
	padding:10px;
}
.othercard .et_pb_blurb_container p {
	padding-bottom:0;
}
.othercard .et_pb_blurb_description > p:nth-of-type(2) {
  position: relative;
	margin-bottom:16px;
}
.othercard .et_pb_blurb_description > p:nth-child(2) {
	padding-bottom:.5rem;
	margin-bottom:.5rem;
}
.othercard .et_pb_blurb_description > p:nth-child(2)::before {
	content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
	margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../png/overview_clock.png);
  background-size: cover;
}
.othercard .et_pb_blurb_description > p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #304D73;
}
.othercard .et_pb_blurb_description > p:last-child {
	font-size:20px;
}

/*#example-itinerary*/
#example-itinerary .et_pb_toggle_open .et_pb_toggle_title::after {
	font-size: 32px;
	right: -8px;
	color: #000000;
	font-family: ETmodules;
	font-weight: 400;
	content: "\33";
	top: 100%;
	margin-top: -.5em;
	position: absolute;
}


/*highlights*/
.highlights-3 .et_pb_column_1_3:not(:last-child)::after {
	content:'';
	display:block;
	height:100%;
	width:2px;
	background:#ad9264;
	position:absolute;
	right:-10%;
	top:0;
	bottom:0;
}

/*qa-accordion*/
.qa-accordion .et_pb_toggle {
	padding:0;
}
.qa-accordion .et_pb_toggle_title{
	background-color: #6c7a96;
	padding:1.2rem 3rem 1.2rem 1.2rem;
	line-height: 1.5;
}
.qa-accordion .et_pb_toggle_content {
	padding:1.2rem;
}
.qa-accordion .et_pb_toggle_title:before {
    right: 1.5rem;
    font-size: 1.5rem;
    color: rgb(255 255 255 / 50%);
}
.qa-accordion .et_pb_toggle_open .et_pb_toggle_title::after {
    font-family: ETmodules;
    content:"\33";
    position: absolute;
    right: 1.5rem;
    font-size: 1.5rem;
    color: rgb(255 255 255 / 50%);
    top: 55%;
    margin-top: -.875em;
	padding-left:1rem;
}
.vw-text-btn {
	color: #515151;
	text-decoration: underline;
	margin-top: .5rem;
	display:inline-block;
}
#vwprice .et_pb_text_inner p:first-of-type {
	font-size: 1rem!important;
	padding-bottom: .75rem;
}
#vwprice .et_pb_text_inner p:last-of-type {
	font-size: 1.5rem!important;
}

#menu-main-menu {
	flex-wrap: nowrap !important;
}

@media all and (max-width: 980px) {
	.bookcard .et_pb_blurb_content {
		flex-wrap:wrap;
	}
	.bookcard .et_pb_blurb_container {
		padding:20px;
	}
	
	.highlights-3 .et_pb_column_1_3:not(:last-child)::after {
		display:none;
	}
	
	#highlights .et_pb_row_5col {
		flex-wrap:nowrap!important;
		gap:.5rem;
	}
	#highlights .et_pb_row_5col > div {
		margin:0;
		padding:0;
	}
	#example-itinerary .et_pb_accordion .et_pb_toggle {
		margin-bottom:1.5rem;
	}
	.et_pb_row {
		width:94%;
	}
	#vwprice .et_pb_text_inner p:first-of-type {
		font-size: .875rem!important;
	}
	#vwprice .et_pb_text_inner p:last-of-type {
		font-size: 1.2rem!important;
	}
}