/**
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
*/

/*針對FireFox*/
@media screen and (min--moz-device-pixel-ratio:0) {
	body {
		font-family: "微軟正黑體","Poppins",sans-serif,"Noto Sans T Chinese",'Source Sans Pro',"Helvetica Neue","Helvetica,Arial","Heiti TC";
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
	}
	h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a{
		font-family: "微軟正黑體","Poppins",sans-serif,"Noto Sans T Chinese",'Source Sans Pro',"Helvetica Neue","Helvetica,Arial","Heiti TC";
	}
}

/*首頁Banner*/

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: inherit;

}

.index_topBanner{
	min-height:600px;
	}

@media screen and (max-width: 768px) {
	
/*.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
	min-height:350px;
	}*/
.index_topBanner{
	min-height:350px;
	}
	
.index_topTitle{
	margin-top: 100px;
    }
	
}

/*首頁-最新消息*/
.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/*內頁Banner*/

@media screen and (max-width: 768px) {
	
.page_topBanner{
	min-height:350px;
	}
	
.page_topTitle{
	margin-top: 100px;
    }
	
}

/*動畫_圖片從左到右滑入*/
.animation_slidein{
	position: relative;
	-webkit-animation-name: example;  /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s;  /* Safari 4.0 - 8.0 */  
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-name: slidein;
	animation-duration: 1s;  
	animation-fill-mode: forwards;
	animation-timing-function:ease-out;
}

@-webkit-keyframes slidein {
	from {left: -850px;}
	to {left: 0px;}
	0%{opacity:0;}
	50%{opacity:0;}
	100%{opacity:1;}
}

@keyframes slidein {
	from {left: -850px;}
	to {left: 0px;}
	0%{opacity:0;}
	50%{opacity:0;}
	100%{opacity:1;}
}

/*動畫_圖片從右到左滑入*/
.animation_slidein_r{
	position: relative;
	-webkit-animation-name: example;  /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s;  /* Safari 4.0 - 8.0 */  
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-name: slidein_r;
	animation-duration: 1s;  
	animation-fill-mode: forwards;
	animation-timing-function:ease-out;
}

@-webkit-keyframes slidein_r {
	from {right: -850px;}
	to {right: 0px;}
	0%{opacity:0;}
	50%{opacity:0;}
	100%{opacity:1;}
}

@keyframes slidein_r {
	from {right: -850px;}
	to {right: 0px;}
	0%{opacity:0;}
	50%{opacity:0;}
	100%{opacity:1;}
}


/*font awesome*/
.icon_awesome{
	padding-right:5px;
	display: inline-block;}

.indent{/*縮排文字*/
	padding-left:23px;}

/*頁尾*/
.footer_info li p{
	padding-bottom:10px;}

.footer_info h6{
	color:#007991;line-height:2em;}

.footer_info icon_awesome{
	color:#007991;}

.footer_nav{
	letter-spacing:0.05rem;} 

.footer_nav h6{
	color:#007991;line-height:2em;}

.footer_nav icon_awesome{
	color:#007991;}


.ast-separate-container.ast-single-post.ast-right-sidebar #primary, .ast-separate-container.ast-single-post.ast-left-sidebar #primary, .ast-separate-container.ast-single-post #primary, .ast-plain-container.ast-single-post #primary{
	margin-top:0px;
	margin-bottom:0px;
}

/*表格TOF solution_1 solution_2*/
table.has-fixed-layout .table_tof td{
 	text-align: center;
}

table.has-fixed-layout.table_solution_1 td {
 	text-align: center;
}

table.has-fixed-layout.table_solution_2 td {
    text-align: center;
}

.table_solution_1,.table_solution_2{
	background-color:#ffffff;
}

table.has-fixed-layout.table_solution_2 td{
	border: 0px solid rgba(0,0,0,0);
}

/*POST*/
.site-main .post{
	margin-top:20px;
}

/*聯絡我們*/
.contactUs_info{
	list-style:none;
	margin:0px;

}

/*聯絡我們Banner*/
@media (max-width: 544px){
	.wp-block-cover.alignfull.Banner_contact {
	background-position: 39%;}
	p.contactTitle{ position: absolute;
    				top: 90px;
    				right: 10px  }

 }



