.elementor-kit-27562{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-186a6aa:#D2E6F3;--e-global-typography-primary-font-family:"Noto Sans TC";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;}.elementor-kit-27562 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*英文標題漸層*/
.gradient-text{
  background: -webkit-linear-gradient(90deg, rgb(245,249,252) 10%, rgb(189,217,236) 70% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #978170;
}

/*FAQ圓弧框樣式*/
.faq-list>.elementor-widget-container>.e-n-accordion>.e-n-accordion-item>.e-n-accordion-item-title {
    border-radius: 30px;
}

.faq-list>.elementor-widget-container>.e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 20px 20px 0 0 !important;
}

.faq-list>.elementor-widget-container>.e-n-accordion>.e-n-accordion-item[open]>.e-child {
    border-radius: 0px 0px 20px 20px;
}

/*聯絡表單*/
.contact-style .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
}

.contact-style input,select {
    border-radius: 30px;
    padding:0px 20px 0px 20px;
}

.contact-style textarea {
    border-radius: 20px;
    padding:20px;
}

.contact-style button {
    border-radius: 20px;
}

/*近期文章 hover 顏色*/
.link-color .elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid a:hover {
    color: #F89617;
}

/*文章列表-閱讀更多按鈕樣式*/
.blog-style a.elementor-post__read-more {
    border-radius: 30px;
    background-color: #167CBE;
    padding: 10px 30px;
}

.blog-style a.elementor-post__read-more:hover {
    background-color: #F89617;
}/* End custom CSS */