/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 3.8.2.1655448387
Updated: 2022-06-17 14:46:27

*/

/*-- 去除超連結虛線 --*/
img,a{
	outline:none !important;
}

/* 導覽列-下底線 */
.ast-builder-grid-row {
    border-bottom: 1px solid #dbdbdb;
}
.ast-sticky-main-shrink .site-logo-img img {
    min-height: 70px !important;
}
/* 首頁-輪播 */
.home_logo{
	position:absolute;
}
.home_logo {
    z-index: 5;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
}
@media(max-width:525px){
	.home_logo {
		width: 90px;
	}
	.hs_text{
		display:none !important;
	}
}
.over_bg{
	background:linear-gradient(0deg, rgba(0,0,0,.1), rgba(0,0,0,.5));
	width:100%;
	height:100%;
}

.slick-dotted.slick-slider{
	margin-bottom:0px !important;
}
.homeSliderContainer .slick-dots {
    bottom: 250px !important;
    z-index: 7;
}
@media(max-width:525px){
	.homeSliderContainer .slick-dots {
    bottom: 20px !important;
}
}
.homeSliderContainer .slick-dots li.slick-active button:before{
    width: 10px;
    height: 10px;
	color:#fff !important;
}
.homeSliderContainer .slick-dots li button:before{
	width:10px;
	height:10px;
	color:#fff !important;
	opacity:.5 !important;
}
.homeSliderContainer .slick-dots li {
    margin: 0px 20px !important;
}
.homeSliderContainer .slick-dots .slick-active button:before {
    opacity: 1 !important;
}
.hs_text {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
	text-align: center;
	z-index:5;
}
.hs_text p {
    font-family: 'Quicksand';
    font-size: 16px;
    color:#fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
	margin-bottom: 5px;
}
.hscContainer {
    animation: hs_bg_zoom_out 27s linear 0s infinite normal;
}
@media(max-width:525px){
	.hsContainer{
		display:none;
	}
}
@keyframes hs_bg_zoom_out{
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
@media(min-width:527px){
	.hsContainer_mobile{
		display:none;
	}
}
.hs_text img{
	position:relative;
	animation: arrow_1 1.5s linear 0s infinite normal;
	margin:0 auto;
}

@keyframes arrow_1{
	0%{top:0px;}
	50%{top:16px;}
	100%{top:0px;}
}
/* 首頁-header 
.page-id-16 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item{
    display:none;
}
.page-id-16 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked{
    display:block;
}
.ast-primary-header-bar.ast-sticky-active .ast-builder-grid-row,.ast-sticky-active .ast-builder-grid-row{
    border-bottom: 0px;
}
.page-id-16 .ast-primary-header-bar {
    background: rgba(255,255,255,0);
}

.page-id-16 section.has_ae_slider.elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.ae-bg-gallery-type-default {
    background: #2626267d;
}
.page-id-16 a.elementor-item.menu-link {
    color: #fff !important;
}*/
@media(min-width:944px){
	.page-id-16 .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
    display: none;
}
.page-id-16 .ast-builder-grid-row{
	border-bottom:0px !important;
}
.page-id-16 .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    margin-top: 60px;
}
.page-id-16 span.menu-text{
    color: #fff;
}
.page-id-16 .ast-primary-header-bar svg path {
    stroke: #fff;
}


.page-id-16 .ast-sticky-active .site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
    display: unset;
}
.page-id-16 .ast-sticky-active .ast-builder-grid-row{
	border-bottom:unset;
}
.page-id-16 .ast-sticky-active .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    margin-top: 0;
}
.page-id-16 .ast-sticky-active span.menu-text{
    color: unset;
}
.page-id-16 .ast-sticky-active  svg path {
    stroke: #262626;
}
}


@media(max-width:525px){
	.title_line:before{
		top:-10px !important;
		left:10px !important;
	}
}

.title_line:before {
	content: "";
    position: absolute;
    background: #262626;
    width: 200px;
    height: 1px;
    transform: scaleX(1);
    transition: transform 1s ease-out;
    top: 10px;
	right:100px;
}

.home_tile2 .elementor-image-box-title:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #53B98D;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 99px;
}


/* footer */
.footer_title:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #53B98D;
    position: absolute;
    border-radius: 99px;
    top: 9px;
    left: -16px;
}
.footer_item .elementor-nav-menu a {
    padding: 8px  0px !important;
}
.footer_item ul{
    display: block !important;
}
@media(min-width:530px){
	.footer_info .elementor-image-box-content {
    display: flex;
    align-items: center;
}
}
.footer_info .elementor-image-box-title {
    border: 1px solid #E2E2E2;
    padding: 2px 10px;
    border-radius: 18px;
    margin-right: 14px;
}

.footer_info .elementor-image-box-description:hover{
	color:#53B98D;
}
@media(max-width:525px){
	.footer_info .elementor-image-box-title {
		margin: 0 36%;
	}
}



/* Post grid - more btn */
.post_ft .elementor-widget-ae-post-image .elementor-widget-container:after {
    content: "";
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/see-more.svg);
    position: absolute;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 16px;
    background-repeat: no-repeat;
}
.post_ft .elementor-widget-ae-post-image:hover .elementor-widget-container:after{
	cursor:pointer;
}

/* 室內風格-子分類 */
.style_cat li:hover a:before {
    content: "\2022";
    color: #53B98D;
    font-weight: bold;
    margin-left: -1em;
    font-size: 1.5em;
    position: absolute;
	background-color:rgba(255,255,255,0) !important;
}
.style_cat li:hover a{
	margin-left:1em;
}

/* AE post grid 隱藏坪數分類 */
.ae-term-sc20,.ae-term-sc20-35, .ae-term-sc36-49,.ae-term-sc50up
,.ae-term-in20,.ae-term-in20-35, .ae-term-in36-49,.ae-term-in50up
,.ae-term-mini20,.ae-term-mini20-35, .ae-term-mini36-49,.ae-term-mini50up
,.ae-term-minist20,.ae-term-minist20-35, .ae-term-minist36-49,.ae-term-minist50up
,.ae-term-jp20,.ae-term-jp20-35, .ae-term-jp36-49,.ae-term-jp50up
,.ae-term-mod20,.ae-term-mod20-35, .ae-term-mod36-49,.ae-term-mod50up
,.ae-term-oth20-35,.ae-term-oth20,.ae-term-oth36-49,.ae-term-oth50up{
    display: none;
}

/* 預約區塊+箭頭 */
.foot-btn a,.foot-btn a span{
	position:relative;
}
.foot-btn a>span:after {
    content: "";
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/arrow-right-btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    position: absolute;
    top: 0px;
    height: 24px;
    right: -40px;
}

.foot-btn a:hover span:after{
	animation: arrow_2 1s linear 0s infinite normal;
}

@keyframes arrow_2{
	0%{right:-40px;}
	50%{right:-50px;}
	100%{right:-40px;}
}

/* 搜尋 */
.sea_1st a {
    display:inline-block;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #868686;
    padding: 4px 20px;
    background: #EFEFEF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-btn:hover svg path {
    stroke: #53B98D;
}
.ast-sticky-active .search-btn svg {
    padding-top: 10px !important;
    width: 30px;
    height: 30px;
}
.sea_1st a:hover{
	color:#fff;
	background:#53B98D;
}

/* 服務流程-tab */
.tab_nav .elementor-nav-menu a {
    padding: 20px 40px !important;
    background-color: rgba(255,255,255,.7);
}
.tab_nav a.elementor-item-active.menu-link {
    background: #fff;
}
@media(max-width:944px){
	.tab_nav .elementor-nav-menu a{
		 padding: 10px !important;
	}
	.tab_nav li.menu-item {
    min-width: 86px;
}
}

/* 服務據點-內頁 */
.poing_text .elementor-image-box-content {
    display: inline-flex;
}
.poing_text .elementor-image-box-title{
    margin-right: 14px;
    min-width: 40px;
}
.tab_nav_single .elementor-nav-menu a {
    padding: 20px 40px !important;
    background-color: rgba(255,255,255,.7);
}
.tab_nav_single .elementor-nav-menu li:nth-child(2) {
    background: #fff;
}
.tab_nav_single .elementor-nav-menu li:nth-child(2) a{
	color:#262626;
}

/* 服務據點+箭頭 */
.point_block:hover{
	cursor:pointer;
	background-color:#fafafa !important;
}
.point_arrow a{
	position:relative;
}
.point_arrow a:after {
    content: "";
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    position: absolute;
    top: 0px;
    height: 24px;
    right: -40px;
}
.point_block:hover  .point_arrow a{
	color:#262626 !important;
}
.point_block:hover  .point_arrow a:after{
	background: url(https://www.i-homedesign.com.tw/wp-content/uploads/arrow-right-black.svg);
	animation: arrow_2 1s linear 0s infinite normal;
}


/* 選單style */
.main-navigation a.menu-link:hover:after{
    content: "";
    background: #53B98D;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 0;
    border-radius: 99px;
}

.main-navigation .current-menu-item a.menu-link:after{
    content: "";
    background: #53B98D;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 0;
    border-radius: 99px;
}

/* faq */
.faq_2nd{
    position: relative;
	margin: 40px 0px;
}
p.faq_q {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #262626;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
	padding-left: 1.3em;
}
span.faq_t {
    font-size: 24px;
    color: #53B98D;
    margin-right: 14px;
}
span.faq_qt {
    position: absolute;
    font-size: 24px;
    font-family: noto sans-serif tc;
    font-weight: 500;
    color: #53B98D;
    top: -.1em;
    left: 0;
}
p.faq_a {
    font-size: 16px;
    color: #868686;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-top: 20px;
}
/* about post block */
.about_post:hover .about_title .elementor-heading-title{
	text-decoration-line: underline;
}


/* rank math bread - style */
.rank-math-breadcrumb a,.rank-math-breadcrumb span {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #868686;
}

/* Megamenu style */
.ast-desktop .ast-mm-template-content,.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{
	padding:0px !important;
}
.menu-item svg.ast-arrow-svg {
    display: none;
}

/* 套裝方案-圖片輪播 */
.pro_1st{
	position:relative;
}
.pro_2nd{
	margin:0 20px;
	opacity:.3;
}
.pro_2nd.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
	transition:.5s;
}
.arroe_prev {
    position: absolute;
    left: 100px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}
.arroe_next {
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}
@media(max-width:944px){
	.arroe_prev {
    left: 0px;
    top: 35%;
    transform: translateY(-35%);
}
	.arroe_next {
    right: 0px;
    top: 35%;
    transform: translateY(-35%);
}
	.pro_img{
		height:300px !important;
	}
}
@media(max-width:525px){
	.arroe_prev,.arroe_next {
    top: 27%;
    transform: translateY(-27%);
}
	.post_title h2{
		font-size:20px !important;
	}
}

svg.arroe_next:hover path,svg.arroe_prev:hover path  {
    opacity: 1;
}
svg.arroe_next.slick-arrow:hover,svg.arroe_prev.slick-arrow:hover {
    cursor: pointer;
}

/* 優惠彙整-文章輪播 */
.post_slider_1st{
	position:relative;
}
.post_slider_2nd{
	margin:0 20px;
	opacity:.3;
}
.post_slider_2nd.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
	transition:.5s;
}
.post_title h2 {
    color: #262626;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 500;
}
.post_title span {
    color: #868686;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 400;
}
.ps_img {
    position: relative;
}
@media(max-width:944px){
	.ps_img{
		height:300px !important;
	}
}
svg.post_svgm {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.post_cat span {
    color: #fff;
}
.post_cat {
    padding: 5px 10px;
    background: #2626266e;
    border-radius: 18px;
    width: 110px !important;
    text-align: center;
    position: absolute;
    top: 24px;
    left: 24px;
}

/* float sidebar */
@media(max-width:525px){
	.float_side{
		display:none;
	}
}
.float_side {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9;
	width: 55px;
}
.float_side .float_2nd1{
    background: #1F2C5C;
}
.float_side .float_2nd1 span,.float_2nd2 span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 10px;
      writing-mode: vertical-lr;
  text-orientation: mixed;
  line-height: 1.5em;
}
.float_side .float_2nd2 span:nth-child(2){
    letter-spacing: 2px !important;
}
.float_side .float_2nd2{
    background: #53B98D;
}

.float_side  .float_2nd1,.float_2nd2{
    width: 55px;
    padding: 30px 16px;
}

/* 行動版float */
@media(min-width:526px){
	.mobile_side{
		display:none;
	}
}
.mobile_side {
    position: fixed;
	bottom:0 ;
	left:0;
    z-index: 99;
	width: 100%;
}
.mobile_1st {
    display: flex;
	text-align: center;
    align-items: center;
}
.mobile_2nd1,.mobile_2nd2  {
    width: 50%;
	padding:10px;
	height:60px;
}
.mobile_2nd1{
	background:#1F2C5C;
}
.mobile_2nd2{
	background:#53B98D;
}
.mobile_2nd1 a{
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:2.2em;
	letter-spacing:1px;
}
.mobile_2nd2 a{
	line-height:2.2em;
	font-size:20px
}
.mobile_2nd1 span,.mobile_2nd2 span {
    color: #fff;
    letter-spacing: 1px;
}
.mobile_2nd2 img{
	width:30px;
}
.mobile_2nd1 {
    border-top: 2px solid #fff;
    border-right: 1px solid #fff;
}
.mobile_2nd2 {
    border-top: 2px solid #fff;
    border-left: 1px solid #fff;
}

/* 室內設計作品 arrow */
.arc_btn1:after {
    content: "";
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/arrow-right-black.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.arc_btn1:hover:after {
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/green-arrow-right.svg);
	animation: arrow_1_right 1s linear 0s infinite normal;
}


@keyframes arrow_1_right{
	0%{right:20px;}
	50%{right:10px;}
	100%{right:20px;}
}

/* back to top */
.ast-scroll-to-top-right {
    right: 70px !important;
    bottom: 62px !important;
	border:1px solid #fff;
}
@media(max-width:525px){
	.ast-scroll-to-top-right {
    right: 10px !important;
    bottom: 150px !important;
}
}

/* 隱藏404標題 */
.page-id-1561 h1.entry-title {
    display: none;
}

@media(max-width:525px){
	span.elementor-field-option {
    position: relative;
}
input#form-field-field_ac93c0c-0,input#form-field-field_ac93c0c-1 {
    position: absolute;
    left: -1.2em;
	top:5px;
}
span.elementor-field-option:first-child {
    padding-right: 24px !important;
}
}


/* Post  plus icon*/
.plus_icon:before {
    position: absolute;
    content: "";
    background: url(https://www.i-homedesign.com.tw/wp-content/uploads/see-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 15px;
    z-index: 9;
}

/* menu h2 */
.menuh2 h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* footer h2 */
.footer_title2 h2 {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
}
.footer_title2 h2:hover {
    color: #262626;
}

/**/
header.entry-header.ast-no-thumbnail.ast-no-meta {
    display: none;
}