@charset "UTF-8";
/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
/* -----------------------------------------------------------------------*/
/*
	OceanWP Child: 樣式表 (style.css) V 1.0
	by Lohas AuOzzy
*/
/*
* TOC
*
* .block_heading 標題區塊
* .subfooter
* .fm_accordion 手風琴
* .funding_act-btn 資助活動按鈕
* .service_block 服務內容方塊
* 最新消息 側邊欄 隱藏comments
*/
@font-face {
    font-family: 'FuturemakersFont';
    src: url("wp-content/theme/font/regular/NotoSansTC-Regular.eot");
    src: url("wp-content/theme/font/regular/NotoSansTC-Regular.eot?#iefix") format("embedded-opentype"), url("wp-content/theme/font/regular/NotoSansTC-Regular-Alphabetic.woff") format("woff"), url("wp-content/theme/font/regular/NotoSansTC-Regular-Alphabetic.ttf") format("truetype"), url("wp-content/theme/font/regular/NotoSansTC-Regular.woff2") format("woff2");
}

body {
    overflow-x: hidden;
}

@media (max-width: 1149px) and (min-width: 1025px) {
    .elementor-308 .elementor-element.elementor-element-4754b250.elementor-element-4754b250 {
        width: 25%;
    }
}

@media (max-width: 1149px) and (min-width: 1025px) {
    .elementor-308 .elementor-element.elementor-element-47de1931.elementor-element-47de1931 {
        width: 75%;
    }
}

@media (max-width: 1149px) {
    .elementor-308 .elementor-element.elementor-element-586c384d .menu-item a.hfe-menu-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/*.site-main {
    background-image: url(../../uploads/background.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}*/

.page-id-150 #main #content-wrap, .page-id-59 #main #content-wrap {
    padding-top: 0;
}

#home-banner .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

/* > .block_heading 標題區塊 */
.block_heading .elementor-heading-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.block_heading-icon {
    position: relative;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

/* > .subfooter */
.follow_us-heading-title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
}

.follow_us-heading-subtitle {
    margin-bottom: 0;
    font-family: Open Sans;
    font-size: 12.5px;
    line-height: 17px;
    color: #c3e2c1;
    letter-spacing: 0.08em;
}

/* > .fm_accordion 手風琴 */
.fm_accordion p {
    margin-bottom: 0;
}

/* > .funding_act-btn 資助活動按鈕 */
.funding_act-btn .elementor-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 47px;
}

.funding_act-btn .elementor-button.elementor-button.elementor-button.elementor-button {
    padding: 0 0 0 17px;
}

.funding_act-btn .elementor-button:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2020/09/icon-export.svg);
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.funding_act-btn .elementor-button:after {
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2D8923;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.funding_act-btn .elementor-button:hover:before {
    background-image: url(/wp-content/uploads/2020/09/icon-export-hover.svg);
}

/* > .service_block 服務內容方塊 */
.service_block {
    position: relative;
}

.service_block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 252px 50px;
    border-color: transparent transparent #FFE6D8 transparent;
}

@media screen and (max-width: 980px) {
    .service_block:before {
        display: none;
    }
}

.service_block p {
    margin-bottom: 0;
}

.service_block.service2:before {
    border-color: transparent transparent #DAEBFF transparent;
}

.service_block.service3:before {
    border-color: transparent transparent #FFDADA transparent;
}

.service_block.service4:before {
    border-color: transparent transparent #E2F7E2 transparent;
}

/* > 最新消息 側邊欄 隱藏comments */
.recent-posts-info .recent-posts-date .sep {
    display: none;
}

.oceanwp-recent-posts .recent-posts-info .recent-posts-comments {
    display: none;
}


/* 20201217 by AuOzzy */

/* focus */
a:focus {
    color: #009FDA;
    background-color: #DAEBFF;
    border: 1px dashed #009FDA;
}

.elementor-gallery-item:focus .elementor-gallery-item__overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.elementor-gallery-item:focus .elementor-gallery-item__title {
    opacity: 1;
}


input.elementor-field:focus {
    background-color: #DAEBFF;
    border: 1px dashed #009FDA;
}

/* 20210129 by Anya */
.thumbnail-caption {
	text-align: left;
}