/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
--------------------------------------------------------------- */

/*------------------------------------------------------------- */
/* 	General														*/
/*------------------------------------------------------------- */

/* Fonts & colors */
body, input, select, optgroup, textarea {
	font-family: roboto, helvetica, arial, 微軟正黑體, microsoft jhenghei, noto sans TC, 文泉驛正黑, WenQuanYi Zen Hei, PingFang TC, Source Han Sans TC, sans-serif !important;
}
::-moz-selection, ::selection {
	background-color: var(--global-palette2);
	color: var(--global-palette9);
}
/* General data */
.omahoung-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
/* Kadence search modal */
body.showing-popup-drawer-from-full #search-drawer, #search-drawer.popup-drawer.active .drawer-overlay {
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress!important;
}
#search-drawer.popup-drawer .drawer-inner {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .3s cubic-bezier(.4,0,1,1);
	transition: all .3s cubic-bezier(.4,0,1,1);
}
#search-drawer.popup-drawer.active .drawer-inner {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#search-drawer .drawer-inner .drawer-header {
	display: none;
}
#search-drawer .drawer-inner .drawer-content form input.search-field:focus {
	-webkit-box-shadow: 2px 2px 0px 0px currentColor;
	box-shadow: 2px 2px 0px 0px currentColor;
}
/* Kadence slick buttons animation */
div.kt-blocks-carousel ul.slick-dots li {
	margin-right: 7px;
}
div.kt-blocks-carousel ul.slick-dots li, div.kt-blocks-carousel ul.slick-dots li button, div.kt-blocks-carousel ul.slick-dots li button::before {
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 7px;
}
div.kt-blocks-carousel ul.slick-dots li, div.kt-blocks-carousel ul.slick-dots li button, div.kt-blocks-carousel ul.slick-dots li button::before {
	width: 10px;
}
div.kt-blocks-carousel ul.slick-dots li.slick-active, div.kt-blocks-carousel ul.slick-dots li.slick-active button, div.kt-blocks-carousel ul.slick-dots li.slick-active button::before {
	width: 27px;
}

/*------------------------------------------------------------- */
/* 	Home Page													*/
/*------------------------------------------------------------- */