/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* general */
table td {
	vertical-align: middle !important;
}
table td[width] {
	width: auto !important;
	min-width: 6em;
}
.elementor p a {
	color: inherit;
	text-decoration: underline;
}
.elementor p a:hover {
	color: #C8452D;
}
[type=checkbox], [type=radio] {
	vertical-align: middle;
}
a.disabled, a[disabled] {
	pointer-events: none;
}

/* text */
html[lang="zh-hant"] h1 {
	font-size: 2em;
}
html[lang="zh-hant"] h4 {
	font-size: 1.35em;
}

/* img */
.img-squre img {
	aspect-ratio: 7 / 6;
	object-fit: cover;
}

/* .elementor-widget-text-editor */
.page-content .elementor-widget-text-editor a,
.elementor-tab-content a {
	text-decoration: underline;	
}
.elementor-widget-text-editor li + li,
.elementor-tab-content li + li {
	margin-top: 0.5em;
}
.elementor-widget-text-editor hr,
.elementor .elementor-tab-content hr {
	margin: 1em 0;
}
.elementor-widget-text-editor table td p,
.elementor-tab-content table td p {
	margin-bottom: 0;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
	color: #000 !important;
}
@media (max-width: 768px) {
	.elementor-widget-text-editor .table-wrap,
	.elementor-tab-content .table-wrap {
		max-width: 100%;
		overflow-x: auto;
	}
	.elementor-widget-text-editor .table-wrap table td:first-of-type,
	.elementor-tab-content .table-wrap table td:first-of-type {
		position: sticky;
		left: 0;
		background: white;
		outline: 1px solid #666;
	}
	.elementor-widget-text-editor .table-wrap table tr:nth-child(odd) td:first-of-type,
	.elementor-tab-content .table-wrap table tr:nth-child(odd) td:first-of-type {
		background: #F6F6F6;
	}
}
/* header */
.single-post .elementor-motion-effects-layer {
    opacity: 1 !important;
}
.elementor-location-header .wpml-ls-item {
	
}
.elementor-location-header .wpml-ls-item.wpml-ls-current-language {
	display: none;
}
.elementor-location-header .wpml-ls-item a {
	font-size: 20px;
	font-weight: 700;
}
.elementor-location-header .wpml-ls-item a span {
	display: none;
}
.elementor-location-header .wpml-ls-item-zh-hant a::after {
	content: '中';
}
.elementor-location-header .wpml-ls-item-en a::after {
	content: 'EN';
}
/* home logos */
#home-logos-sec .gallery {
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
}
#home-logos-sec .gallery .gallery-item {
	padding: 0;
    width: 100%;
    max-width: 150px;
}
#home-logos-sec .gallery .gallery-item .gallery-icon {
	aspect-ratio: 1 / 1;
}
#home-logos-sec .gallery .gallery-item .gallery-icon img {
	overflow: hidden;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
	#home-logos-sec .gallery .gallery-item {
		max-width: 100px;
	}

	/* mail subscribe */
	.elementor-element-72f64347 #mlb2-10384096.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-10384096.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
		font-size: 26px;
	}
}

/* accordion */
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
	border-left: 0;
	border-right: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding-left: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	border-top: 0;
	padding-top: 0;
	max-width: 800px;
    margin: 0 auto;
}

/* accordion in fee card */
@media (max-width: 768px) {
	.fee-card > .e-con-inner > .e-con {
		padding: 12px 16px;
	}
	.fee-card .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
		padding: 0;
	}
}
/* venue list */
.elementor-element.elementor-element-b1b1c02 .elementor-icon-list-items {
	border-top: 1px solid black;
}
.elementor-element.elementor-element-b1b1c02 .elementor-icon-list-items .elementor-icon-list-item {
	position: relative;
	border-bottom: 1px solid black;
	padding: 16px 0 !important;
	margin: 0 !important;
}
.elementor-element.elementor-element-b1b1c02 .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text::after {
	content: none;
	position: absolute;
	inset: 12px 0 16px auto !important;
	margin: auto;
	font-size: 24px;
}
.elementor-element.elementor-element-b1b1c02 .elementor-icon-list-items .elementor-icon-list-item a > .elementor-icon-list-icon:last-of-type {
	position: absolute;
	inset: 0 0 0 auto !important;
	height: fit-content;
	margin: auto;
}
.elementor-element.elementor-element-b1b1c02 .elementor-icon-list-items .elementor-icon-list-item a > .elementor-icon-list-icon:last-of-type svg {
	width: 18px;
	height: 18px;
}
.elementor-element-4b48aec {
	display: none;
}
/* presenter */
.presenter-item img {
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/* popup */
.popup-wrap {
    opacity: 0;
    pointer-events: none;
    inset: 0;
	transition: all 0.4s ease !important;
	overflow-y: scroll !important;
}
.popup-wrap.active {
    opacity: 1;
    pointer-events: initial;
}

.popup-bg {
    inset: 0;
}
.popup-card {
	opacity: 0;
	transform: translatey(20px);
	transition: all 0.6s ease 0.2s !important;
}
.popup-wrap.active .popup-card {
	opacity: 1;
	transform: translatey(0px);
}

/* partner */
.partner-item .elementor-widget-theme-post-featured-image img {
	aspect-ratio: 7 / 6;
	object-fit: cover;
}

.partner-item .intro-toggler .elementor-button .elementor-button-text {
	text-align: left;
}
.partner-item.intro-active .intro-toggler .elementor-button .elementor-button-icon svg {
	transform: rotate(180deg);
}
.partner-item.intro-active .intro-toggler  .elementor-button {
	border-bottom: 0!important;
}
.partner-item .intro-content {
	transition: all 0.6s ease;
	height: 0;
	overflow: hidden;
}
.partner-item.intro-active .intro-content {
	height: fit-content;
	overflow: visible;
}
/* woo */
.woocommerce a.added_to_cart {
	display: none;
}
.ipc-product-item {
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 40px;
}
.ipc-product-item h4 {
	margin: 0;
}
.thwmsc-buttons, .thwmsc-tab-panels, .thwmsc-wrapper form.checkout, ul.thwmsc-tabs li {
	margin-bottom: 1px;
}
ul.thwmsc-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}

.thwmsc-tab.tab-active, .thwmsc-tab.tab-active ~ .thwmsc-tab {
	pointer-events: none;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab {
	border: 0;
	margin-right: 0 !important;
	flex-grow: 1;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:first-of-type {
	margin-left: -2px;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:last-of-type {
	border-right: 0;
	margin-right: -2px !important;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:first-of-type a {
	border-bottom-left-radius: 0;
}
.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:last-of-type a {
	border-bottom-right-radius: 0;
}

span.thwmsc-tab-label {
	line-height: 32px;
    padding: 10px 16px !important;
    display: flex;
    align-items: center;
	white-space: nowrap;
}
.thwmsc-index {
	color: #666666 !important;
	font-weight: bold;
}
#thwmsc_wrapper a.active .thwmsc-img-icon, #thwmsc_wrapper a.active .thwmsc-tab-icon {
	color: #c8452d !important;
	flex-shrink: 0;
}
.thwmsc-wrapper span.dashicons-yes {
    top: 10px !important;
	left: 16px !important;
}
li.thwmsc-tab a.thwmsc-completed, .thwmsc-tab-panel a.thwmsc-completed {
	background: #c8452d !important;
	opacity: 0.5;
}
.thwmsc-tab-panel {
	border-radius: 0 0 5px 5px;
}
.thwmsc-tab-content > h3,
.thwmsc-tab-content .woocommerce-billing-fields > h3{
	display: none;
}
.thwmsc-btn:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.thwmsc-buttons .button-next, .thwmscp-new-layout-styles .thwmsc-buttons .button-next, .woocommerce:has(>.thwmscp-new-layout-styles) .thwmsc-buttons.button-next {
	background-color: #c8452d;
}

@media (max-width: 1200px) {
	span.thwmsc-tab-label {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
	}
	ul.thwmsc-tabs {
		flex-wrap: wrap;
	}
	.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:first-of-type a {
		border-radius: 0;
	}
	.thwmscp-new-layout-styles.thwmscp-hbox-tab ul.thwmsc-tabs li.thwmsc-tab:last-of-type a {
		border-radius: 0;
	}
}
@media (max-width: 560px) {
	.elementor-401 .elementor-element.elementor-element-eee217e {
		padding: 0 5px;
	}
	.thwmsc-tab-panel {
		border-radius: 5px;
	}
	span.thwmsc-tab-label {
		font-size: 16px;
	}
}
.thwmsc-accordion-label {
	border-radius: 5px;
}
.thwmsc-accordion-label.active {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

/* registration form */
.woocommerce form .form-row > label {
    font-weight: 500;
}
.woocommerce form .form-row span.optional {
	font-weight: 400;
	color: #999;
}
.woocommerce form .form-row h3, .woocommerce form .form-row h4 {
	margin-top: 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #666;
	color: #666;
}

.btn-in-form {
	display: inline-block;
	background: #c8452d;
	color: #fff !important;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none !important;
	margin: 0.5em 0;
	cursor: pointer;
}
.radio-wide .woocommerce-input-wrapper {
	display: grid;
	grid-template-columns: 24px 1fr;
	align-items: center;
}
.check-wide .woocommerce-input-wrapper {
	display: flex;
	flex-direction: column;
}
.woocommerce-input-wrapper > br {
	display: none;
}
.description {
	display: block;
	color: #666;
	padding-left: 8px;
	border-left: 4px solid #ddd;
	margin: 0;
}
.woocommerce form .form-row.note {
	background: #eee;
	padding: 0.75em 1.25em !important;
	border-radius: 6px;
	margin-top: 2em !important;
}
.woocommerce form .form-row.note h4 {
	color: #666;
	margin-top: 0;
	margin-bottom: 0.25em;
	border: 0;
}
.woocommerce form .form-row.note .description {
	padding-left: 0px;
	border-left: 0;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce-input-wrapper {
	position: relative;
}
.woocommerce-input-wrapper.disable {
	opacity: 0.7;
	pointer-events: none;
}
.woocommerce-input-wrapper.disable::after {
	content: '';
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	right: -1.15em;
	top: 0.35em;
	margin: auto;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #999;
	border-right-color: transparent;
	animation-duration: 1s;
	animation-name: rotate;
	animation-iteration-count: infinite;
}
#phone_prefix_field {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
.woocommerce-input-wrapper .phone-prefix {
	position: absolute;
	left: 8px;
	top: 3px;
	line-height: 1;
	color: #999;
}
#billing_phone,
#landline_number {
	padding-left: 52px;
}
.woocommerce form .form-row .input-checkbox {
	margin-right: 0;
}
/* check out */
.elementor-widget-woocommerce-checkout-page h2 {
	color: #C8452D;
}

/* check acc */
input[name$="_accomodation_options"] + label {
	position: relative;
}
input[name$="_accomodation_options"]:disabled + label {
	color: #666;
	text-decoration: line-through;
	padding-bottom: 14px;
}
input[name$="_accomodation_options"]:disabled + label.sold-out {
	padding-bottom: 0;
}
.label-hint {
	font-size: 14px;
	color: red;
}
input[name$="_accomodation_options"] + label span {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	font-size: 14px;
	color: red;
}
input[name$="_accomodation_options"] + label.sold-out span.quantity-hint {
	display: inline-block;
    position: absolute;
    bottom: auto;
    left: auto;
    font-size: 1em;
}
label.sold-out span.quantity-hint + span.label-hint {
	display: none;
}
label.sold-out {
	color: #666;
	text-decoration: line-through;
	position: relative;
}

label .quantity-hint {
	position: absolute;
	color: red;
	margin-left: 8px;
	text-decoration: none;
	white-space: nowrap;
}
label .quantity-hint.in-stock {
	color: green;
}
#thwmsc_wrapper {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.6s ease;
}
#thwmsc_wrapper::after {
	content: '';
	position: fixed;
	width: 40px;
	height: 40px;
	inset: 0 0;
	margin: auto;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: #666;
	border-right-color: transparent;
	animation-duration: 1s;
	animation-name: rotate;
	animation-iteration-count: infinite;
	transition: opacity 0.4s ease;
}
@keyframes rotate {
	from { transform: rotate(0deg) }
	to { transform: rotate(360deg) }
}
#thwmsc_wrapper.loaded {
	opacity: 1;
	pointer-events: initial;
}
#thwmsc_wrapper.loaded::after {
	opacity: 0;
}
.woocommerce-notices-wrapper {
	display: none;
}
.btn-in-form + .input-hint {
	margin-left: 12px;
}
.btn-in-form.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.input-hint.error {
	color: red;
}
.input-hint.succese {
	color: #6dc22e;
}
a.woocommerce-remove-coupon {
	display: none;
}
.elementor-widget-button.disabled a {
	opacity: 0.5;
	pointer-events: none;
}

/* schedule table */
.schedule-table thead {
	display: none;
}
.schedule-table table {
	display: block;
	border-top: 1px solid #ccc;
}
.schedule-table tbody {
	display: block;
}
.schedule-table tbody tr {
	display: block;
	position: relative;
	padding: 16px;
	padding-left: 125px;
	border-bottom: 1px solid #ccc;
}
.schedule-table tbody tr:hover {
	background-color: #EEE;
}
.schedule-table tbody tr td {
	display: block;
	border: 0;
	padding: 0;
	background: none !important;
	text-align: left;
}
.schedule-table tbody tr td:empty {
	display: none !important;
}
.schedule-table tbody tr td:nth-of-type(1) {
	position: absolute;
	left: 7px;
	width: 120px;
}
.schedule-table tbody tr td:nth-of-type(2) {
	width: fit-content;
	background-color: #c8452d !important;
	color: #ffffff;
	border-radius: 99px;
	padding: 1px 15px 0px;
}
.schedule-table tbody tr td:nth-of-type(3) {
	font-size: 24px;
	font-weight: bold;
}
@media (max-width: 560px) {
	.schedule-table tbody tr {
		padding-left: 44px;
		min-height: 88px;
	}
	.schedule-table tbody tr td:nth-of-type(1) {
		width: 36px;
		left: 0px;
	}
	.schedule-table tbody tr td:nth-of-type(3) {
		line-height: 1.3;
		font-size: 20px;
	}
}

/* block style */
.wp-block-button__link:hover {
	background-color: #c8452d;
	color: #ffffff;
}
.wp-block-list {
	margin-block-end: .9rem;
}
html[lang="en-US"] .elementor-623 .elementor-element.elementor-element-2c346629 p,
html[lang="en-US"] .elementor-623 .elementor-element.elementor-element-2c346629 li {
	text-align: left;
	line-height: 1.5;
}
.elementor-623 .elementor-element.elementor-element-2c346629 p {
	line-height: 1.5;
}