/* Global */
body, a,h1,h2,h3,h4,h5,h6,div,span,p,strong,blockquote,input {
font-family: "Avenir Light", Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",'Noto Sans TC', sans-serif!important;
}

legend.wpforms-field-label {
	font-size: 16px;
	padding-bottom: 15px;
	font-weight: 300 !important;
	font-size: 18px;
}

.wpforms-container:not(.wpforms-container-full) .wpforms-field-label {
    font-weight: 200 !important;
    font-size: 18px;
	font-family: "Avenir Light", Lato, -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",'Noto Sans TC', sans-serif!important;
}
#p-form .p_list li{
	color:#000000;
}

#p-form .p_list .p_list_inner{
	z-index: 10;
	overflow-y: auto;
}

.logo_bg{
	background-position: top 120px center !important;
}


.shadow{
	backdrop-filter: blur(17.4px);
	box-shadow: 0px 44px 38.1px -5px rgba(0, 0, 0, 0.1);
}

.drawAnimation svg path {
	stroke-dasharray: 180; 
	stroke-dashoffset: 180; 
	animation: drawAnimation 2s linear forwards;
}


@keyframes drawAnimation {
	from {
		stroke-dashoffset: 180!important;
	}
	to {
    stroke-dashoffset: 0!important;
	}
}

#logo_carousel .control_set{
	user-select: none; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
}

@media(max-width:1270px) and (min-width:1201px){
	/* right */
	.stk-96cd4df{
		right:35px!important;
	}
}

@media(max-width:1200px) and (min-width:1024px){
	/* right */
	.stk-96cd4df{
		right:0px!important;
	}
	
	#gspb_svgBox-id-gsbp-425783a,#gspb_svgBox-id-gsbp-9a963cc,#gspb_svgBox-id-gsbp-9e82415{
		width:80%!important;
	}
}

@media(max-width:1023px){
	.animation_bg{
		background:none!important;
	}
	
	.stk-707dcd7, .stk-63dbc86, .stk-f46abbb{
		min-width:240px!important;
	}
}


@media(max-width:768px){
	.logo_bg{
		background-position: top 90px center !important;
	}
	
	#gspb_svgBox-id-gsbp-9a963cc svg, #gspb_svgBox-id-gsbp-9a963cc svg path,#gspb_svgBox-id-gsbp-9e82415 svg, #gspb_svgBox-id-gsbp-9e82415 svg path{
		stroke-width:1!important;
	}
}

/* Modula Gallery */
.modula-item-content:hover img {
	transform: scale(1.1);
}

/* Header */
#header-menu-1 ul#menu-main-menu > li{
	position:relative;
}

.home [data-sticky="fixed:shrink"] #header-menu-1 ul#menu-main-menu  > li:hover:before{
	height:62%;
	border-bottom:1px solid #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67.4%, rgba(255, 255, 255, 0.3) 100%);
}

#header-menu-1 ul#menu-main-menu > li:hover:before{
	content:'';
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:auto;
	width:calc(100% - 10px);
	height:62%;
	border-bottom:1px solid #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.4%, rgba(0, 0, 0, 0.3) 100%);
}

#header-menu-1 ul#menu-main-menu
> li:last-child:hover:before{
	width:calc(100% + 10px);
}

.qi-block-image-slider.qodef-image--hover-zoom .qodef-e-inner{
	transform:scale(1) translateZ(0)!important;
	padding-bottom:56.25%;
	width:100%;
}

.qi-block-image-slider.qodef-image--hover-zoom .qodef-e-inner img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
	height:100%!important;
	max-width:80%;
	max-height:80%;
	object-fit:contain!important;
}

.qi-block-image-slider.qodef-image--hover-zoom .qodef-e-inner:hover{
	transform:scale(1.5)!important;
}

/* single-post */
.ct-featured-image figcaption{
	display:none;
}

.ct-share-box .ct-icon-container{
	padding:4px 11px 3px 9px!important;
	border-radius: 4px!important;
	box-shadow: 0px 0px 0px 1px #0000001F, 0px 1px 2px 0px #0000001F;
}

.ct-share-box{
	padding-bottom:100px;
}

.ct-share-box [data-network="twitter"] .ct-icon-container::after {
	content: " Twitter";
	font-size: 12px;
	line-height:20px;
	margin-left: 8px;
}

.ct-share-box [data-network="linkedin"] .ct-icon-container::after {
	content: " Linkedln";
	font-size: 12px;
	line-height:20px;
	margin-left: 8px;
}

.ct-share-box a:hover{
	color:#000!important;
	opacity:0.8;
}

/* News */
.main_title h1{
	position:relative;
}

.main_title h1:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    border-bottom: 1px solid #000000;

/* Team */
.wp-block-knockers-team-block .team-member img{
	filter: grayscale(0%)!important;
}