/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro UltraLight'), url('fonts/Sofia Pro UltraLight Az.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro UltraLight Italic'), url('fonts/Sofia Pro UltraLight Italic Az.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* ExtraLight (200) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro ExtraLight'), url('fonts/Sofia Pro ExtraLight Az.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro ExtraLight Italic'), url('fonts/Sofia Pro ExtraLight Italic Az.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

/* Light (300) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Light'), url('fonts/Sofia Pro Light Az.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Light Italic'), url('fonts/Sofia Pro Light Italic Az.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Regular (400) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Regular'), url('fonts/Sofia Pro Regular Az.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Italic'), url('fonts/Sofia Pro Regular Italic Az.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Medium (500) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Medium'), url('fonts/Sofia Pro Medium Az.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Medium Italic'), url('fonts/Sofia Pro Medium Italic Az.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* SemiBold (600) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro SemiBold'), url('fonts/Sofia Pro Semi Bold Az.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro SemiBold Italic'), url('fonts/Sofia Pro Semi Bold Italic Az.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/* Bold (700) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Bold'), url('fonts/Sofia Pro Bold Az.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Bold Italic'), url('fonts/Sofia Pro Bold Italic Az.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* Black (900) */
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Black'), url('fonts/Sofia Pro Black Az.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Sofia Pro';
	src: local('Sofia Pro Black Italic'), url('fonts/Sofia Pro Black Italic Az.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
.reveal {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slideup 1s ease both;
	}
}
@keyframes view-slideup {
	0% {
		opacity: 0;
		transform: translate(0,35px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
.reveal.left {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slidein-l 0.6s ease both;
	}
}
@keyframes view-slidein-l {
	0% {
		opacity: 0;
		transform: translate(35px,0);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

.reveal.right {
	opacity: 0;
	&.active {
		opacity: 1;
		animation: view-slidein-r 0.6s ease both;
	}
}
@keyframes view-slidein-r {
	0% {
		opacity: 0;
		transform: translate(-35px,0);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
.elementor-editor-active .reveal, .elementor-editor-active .reveal .left, .elementor-editor-active .reveal .right {
	opacity: 1 !important;
}
body {
	font-family: "Sofia Pro", "Zen Old Mincho", serif;
}
#ast-hf-menu-1 > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;          /* 初始寬度為 0 */
  height: 2px;       /* 底線粗細 */
  background-color: var(--ast-global-color-0);
  
  /* 設定轉場效果：寬度變化，持續 0.3 秒 */
  transition: width 0.3s ease;
}
#ast-hf-menu-1 > li > a:hover::after {
  width: 100%;
}
.site-footer {
	width: 100%;
    max-width: 1200px; 
    margin: 50px auto 0; 
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color: #333;
}
.home-about-content h2 {
	letter-spacing: 0.5em;
}
.home-about-content .txt1 p, .home-blog-content .category-title p {
	letter-spacing: 0.2em;
	color: #000;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
}
.home-about-content .txt1 p::before {
    content: "";
    position: absolute;
    background: #000;
    width: 40px;
    height: 1px;
    right: -50px;
    top: 50%;
}
.home-about-content .txt2 p {
	font-size: 0.9rem;
}
.home-about-content .left .elementor-widget-html {
	text-align: right;
}
.home-about-content .left .elementor-widget-html a {
	letter-spacing: 0.2em;
	padding-right: 30px;
    padding-bottom: 7px;	
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid var(--ast-global-color-0);
}
.home-blog-content h2 {
	padding-bottom: 10px;
}
.home-blog-content .category-title {
	position: absolute;
    top: 61px;
    z-index: 999;
}	
.contact-social-content a {
	display: inline-block;
}
.astra-advanced-hook-277 h1 {
	text-align: center;
}
#secondary .wp-block-search__button {
	padding: .5em 1em;
}
#secondary .wp-block-group h2 {
	font-size: 1.3rem;
	margin-top: 45px;
}
#secondary .widget-title {
	font-size: 1.3rem;
	margin-top: 45px;
}
.single #text-2 {
 	display: none;   
}
.uael-post__terms-meta-tag, .tags-links a {
	border: 1px solid;
    padding: 3px 3px 0px 2px !important;
    display: inline-block !important;
    line-height: 1 !important;
}