@charset "UTF-8";

/*
Theme Name: Footmark
Theme URI: https://footmark.com.tw
Author: footmark
Description: 基於 Bootstrap 5 的主題。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/*
 * setup
 */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');

* {
    font-family: 'Noto Sans TC';
} */

body {
    /* color: #666666; */
    /* Bootstrap 預設字體，但於最後加入一系列的中文字體 */
    font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "微軟正黑體", "Microsoft JhengHei", Meiryo, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro";
}
.container-fluid {
    color: #666666;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333!important;
}
:root {
    --fm-primary: #3cb79b;
    --fm-primary-hover: #a0e6d1;
    --fm-text-primary: #4F4E50;
    --fm-text-secondary: #b2b2b2;
    --fm-bg-secondary: #f8f8f8;
}
.fm-primary {
    color: var(--fm-primary);
}
.fm-text-primary {
    color: var(--fm-text-primary);
}
.fm-text-secondary {
    color: var(--fm-text-secondary);
}
.fm-bg-secondary {
    background-color: var(--fm-bg-secondary);
}
.rank-math-breadcrumb a {
    color: var(--fm-primary);
    text-decoration: none;
}
.rank-math-breadcrumb a:hover {
    color:var(--fm-primary-hover);
}

/*
 * Block Editor Theme Support
 */
/* color */
.has-fm-primary-color.has-text-color {
    color: var(--fm-primary)!important;
}
/* background */
.has-fm-primary-color.has-background {
    background: var(--fm-primary);
    padding: 1.25em 2.375em;
}
.has-fm-primary-hover-color.has-text-color {
    color: var(--fm-primary-hover);
}
.has-fm-primary-hover-color.has-background {
    background: var(--fm-primary-hover);
    padding: 1.25em 2.375em;
}
.has-fm-text-primary-color.has-text-color {
    color: var(--fm-text-primary);
}
.has-fm-text-primary-color.has-background {
    background: var(--fm-text-primary);
    padding: 1.25em 2.375em;
}
.has-fm-text-secondary-color.has-text-color {
    color: var(--fm-text-secondary);
}
.has-fm-text-secondary-color.has-background {
    background: var(--fm-text-secondary);
    padding: 1.25em 2.375em;
}
.has-fm-bg-secondary-color.has-text-color {
    color: var(--fm-bg-secondary);
}
.has-fm-bg-secondary-color.has-background {
    background: var(--fm-bg-secondary);
    padding: 1.25em 2.375em;
}


/*
 * share
 */
.page .fm-content a,
.single .fm-content a,
.single .fm-post a {
    color: #0b73a0!important;
    text-decoration: none!important;
}
.page .fm-content a:hover,
.single .fm-content a:hover,
.single .fm-post a:hover {
    text-decoration: underline!important;
}
.home .fm-categories a,
.single .fm-categories a,
.category .fm-categories a,
.archive .fm-categories a {
    background-color: var(--fm-text-primary);
    border: 1px solid transparent;
    color: white!important;
    padding: 2px 5px;
    text-decoration: none!important;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}
.home .fm-categories a:hover,
.single .fm-categories a:hover,
.category .fm-categories a:hover,
.archive .fm-categories a:hover {
    background-color: white;
    border: 1px solid var(--fm-text-primary);
    color: var(--fm-text-primary)!important;
    text-decoration: none!important;
}
.single .fm-tags a {
    background-color: var(--fm-primary);
    border: 1px solid transparent;
    color: white!important;
    padding: 2px 5px;
    text-decoration: none;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}
.single .fm-tags a:hover {
    background-color: white;
    border: 1px solid var(--fm-primary);
    color: var(--fm-primary)!important;
    text-decoration: none!important;
}
main header h1 {
    font-size: 1.75rem;
    font-weight: bold;
}



/*
 * banner
 */
 #fm-banner {
    margin-top: -50px;
}


/**
 * table
 */
.table caption {
    caption-side: top;
    text-align: center;
}
.table thead {    
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table th,
.table td {
    vertical-align: middle;
}


/**
 * pre
 */
pre {
    background: #f5f2f0;
    border-left: 5px solid #3f87a6;
    color: #333333;
    direction: ltr!important;
    font-family: consolas,monaco,"Andale Mono",monospace;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    hyphens: none;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 1rem !important;
    max-height: 32em;   /* 限制最大高度 */
    overflow: auto;
    padding: 16px;
    tab-size: 4;    
        -moz-hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
    text-align: left!important;
        -moz-tab-size: 4;
}
pre.wp-block-preformatted {
    background: #f5f2f08c;
    border-left: 5px solid #3f87a63b;
}


/*
 * Prism
 */
div.code-toolbar > .toolbar {
    right: 1.2em;
}
div.code-toolbar > .toolbar .toolbar-item {
    margin-left: 0.2em;
}
/* 回復 prism.js Pluginx Autolinker 被 Bootstrap 清除的超連結下底線 */
.language-bash a:-webkit-any-link {
    text-decoration: underline;
}


/*
 * Jetpack 無限捲動載入文章，加載圖示樣式
 */
.infinite-loader {
    margin-left: -16px;
    position: absolute;
        bottom: -15px;
        left: center;
}
@media(min-width: 992px) {
    .infinite-loader {
        bottom: 3px;
    }
}


/*
 * GetButton
 */
.jxPOhn .fhMUwJ {
    background-color: var(--fm-primary)!important;
}


/*
 * Scroll top button
 */
#fm-totop {
    cursor: pointer;
    display: none;
    position: fixed;
        right: 25px;
        bottom: 60px;
    z-index: 1000;
}
#fm-totop .bi-chevron-up {
    color: var(--fm-primary-hover);
    font-size: 3rem;
}
#fm-totop:hover .bi-chevron-up {
    color: #666666;
}


/*
 * header
 */
#fm-header {
    margin-bottom: 70px;
}
#fm-blogname {
    margin-top: 30px;
}
#fm-blogname a {
    text-decoration: none;
}
/* tables、phones */
@media (max-width: 991px) {
    #fm-blogname {
        width: 265px;
        clear: both;
    }
    #fm-blogname h2 {
        padding-right: 10px;
    }
}
/* desktops */
@media (min-width: 992px), (min-width: 1200px), (min-width: 1400px) {
    #fm-blogname {
        width: none;
    }
    #fm-blogname > a,
    #fm-blogname > div {
        float: left;
    }
    #fm-blogname > div {
        margin-top: -6px;
        margin-left: 10px;
        text-align: left;
    }        
}
#fm-blogname h1 {
    font-size: 37px;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 0;
}
#fm-blogname h1 span {
    display: inline-block;
    font-size: 20px;
}
#fm-blogname h1 a:hover {
    color: var(--fm-primary);
}
#fm-blogname h2 {
    font-size: 0.8rem;
    letter-spacing: 2px;
}


/*
 * nav
 */
/* tables、phones */
@media (max-width: 991px) {
    #fm-header {
        margin-top: 10px;
    }
    #fm-nav-button {
        font-size: 30px;
        color: var(--fm-text-primary);
        position: absolute;
            right: 15px;
            top: 135px;
    }
    .menu-header-menu-container {
        background-color: white;
        
        -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.2), -10px -10px 5px 0 rgba(0, 0, 0, 0.2);

        display: none;
        margin-top: 10px;
        margin-left: -12px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .menu-header-menu-container a {
        color: var(--fm-text-primary);
        text-decoration: none;
    }
    ul#menu-header-menu {
        padding-left: 0;
    }
    ul#menu-header-menu li {
        list-style-type: none;
        position: relative;
    }
    ul#menu-header-menu>li>a {
        font-weight: bold;
    }
    ul#menu-header-menu>li>a+i,
    ul#menu-header-menu>li>ul.sub-menu>li>a+i {
        display: inline-block;
        padding: 10px;
        position: absolute;
            top: -1px;
            right: 0;
    }
    ul#menu-header-menu>li.current-menu-parent>a,
    ul#menu-header-menu>li.current-menu-item>a,
    ul#menu-header-menu>li.current-category-ancestor>a,
    ul#menu-header-menu>li>a:hover {
        color: var(--fm-primary);
    }
    ul#menu-header-menu li a {
        display: inline-block;
        padding-top: 10px;
        padding-left: 30px;
        padding-bottom: 10px;
        width: 100%;
    }
    ul#menu-header-menu ul.sub-menu {
        padding-left: 0;
        display: none;
    }
    ul#menu-header-menu>li>ul.sub-menu>li>a {
        padding-left: 60px;
    }
    ul#menu-header-menu>li>ul.sub-menu>li.current-menu-item>a,
    ul#menu-header-menu>li>ul.sub-menu>li.current-menu-parent>a,
    ul#menu-header-menu>li>ul.sub-menu>li:hover>a {
        background-color: var(--fm-primary);
        color: white;
    }
    ul#menu-header-menu ul.sub-menu ul.sub-menu {
        background-color: #b2b2b2;
    }
    ul#menu-header-menu>li>ul.sub-menu>li>ul.sub-menu a {
        color: white;
        padding-left: 90px;
    }
    /* 虛擬 (偽) 元素，第三階 */
    ul#menu-header-menu>li>ul.sub-menu>li>ul.sub-menu a::before {
        color: white;
        content: '▸';
        margin-right: 5px;
    }

    ul#menu-header-menu>li>ul.sub-menu>li>ul.sub-menu li.current-menu-item>a::before,
    ul#menu-header-menu>li>ul.sub-menu>li>ul.sub-menu a:hover {
        color: var(--fm-primary);
    }
}

/* desktops */
@media (min-width: 992px), (min-width: 1200px), (min-width: 1400px) {
    #fm-nav-button {
        display: none;
    }
    /* 虛擬 (偽) 元素，三角型陰影 https://www.jianshu.com/p/ac6de877c6f0) */
    ul#menu-header-menu>li.menu-item-has-children>a::before {
        border-color: transparent transparent #fff #fff;
        border-style: solid;
        border-width: 10px;
        -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
        content: '';
        display: none;
        height: 0;
        position: absolute;
            top: 33px;
            right: 42px;
        transform: rotate(135deg);
        width: 0;
        z-index: 2;
    }

    nav.menu-header-menu-container {
        float: right;
        margin-top: 45px;
    }
    ul#menu-header-menu li {
        list-style-type: none;
    }
    /* 第一階樣式 */
    ul#menu-header-menu>li {
        float: left;
        position: relative;
        margin-right: 20px;
        padding-bottom: 30px;
    }

    ul#menu-header-menu>li>i {
        color: var(--fm-primary);
        margin-left: -5px;
        text-shadow: 1px 1px 2px  rgba(0, 0, 0, 0.5);
    }
    /* 第二階箭頭隱藏 */
    ul#menu-header-menu ul i {
        display: none;
    }

    ul#menu-header-menu a {
        color: var(--fm-text-primary);
        padding-bottom: 2px;
        text-decoration: none
    }
    /* 顯示第一階 */
    ul#menu-header-menu>li.menu-item-has-children:hover a::before,  /* 虛擬 (偽) 元素 */
    ul#menu-header-menu ul.sub-menu:hover,
    ul#menu-header-menu>li:hover>ul {
        display: block;
    }

    ul#menu-header-menu ul {
        padding: 0;
    }
    /* 第一階樣式 */
    ul#menu-header-menu>li>a:hover,
    ul#menu-header-menu>li:hover>a,  /* hover 下階，上階呈現樣式 */
    ul#menu-header-menu>li.current-menu-item>a,
    ul#menu-header-menu>li.current-post-ancestor>a,  /* 選擇文章時 */
    ul#menu-header-menu>li.current-menu-ancestor>a,
    ul#menu-header-menu>li.current-menu-parent>a,
    ul#menu-header-menu>li.current-page-parent>a {
        border-bottom: 3px solid var(--fm-primary) !important;
    }

    /* 隱藏第二階 */
    ul#menu-header-menu>li>ul {
        display: none;
    }

    /* 第二階外框 */
    ul#menu-header-menu>li>ul.sub-menu {
        background-color: white;
        border-bottom: 15px solid var(--fm-primary);
        -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);;
        box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);;
        margin-top: 17px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
            right: 0;
        width: max-content;
        z-index: 1;
    }

    /* 第二階當前頁面內容外框 (服務項目、作品集、常見問答) */
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li.current-menu-item,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li.current-menu-item,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li.current-menu-item,
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li.current-post-ancestor,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li.current-post-ancestor,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li.current-post-ancestor {
        background-color: var(--fm-primary);
    }

    /* 第二階當前頁面內容 */
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li.current-menu-item a,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li.current-menu-item a,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li.current-menu-item a,
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li.current-post-ancestor a,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li.current-post-ancestor a,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li.current-post-ancestor a {
        color: white;
    }

    /* 第二階 hover 樣式 */
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li:hover a,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li:hover a,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li:hover a {
        background-color: var(--fm-primary);
        color: white;
    }

    /* 第二階外框 */
    ul#menu-header-menu>li#menu-item-8837>ul.sub-menu>li>a,
    ul#menu-header-menu>li#menu-item-9770>ul.sub-menu>li>a,
    ul#menu-header-menu>li#menu-item-8768>ul.sub-menu>li>a {
        padding: 15px;
        display: block;
    }

    /* 第二階外框 (設計日誌) */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu {
        border-bottom: 15px solid var(--fm-primary);
        -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);;
        box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2), 2px -2px 3px 0 rgba(0, 0, 0, 0.2);;
        margin-top: 17px;
        padding: 0 0 20px 38px;
        width: 720px;
    }
    
    /* 第二階內容外框 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li {
        float: left;
        margin: 20px 50px 0 0;
        width: 120px;
    }

    /* 第二階內容 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li.current-post-ancestor>a,
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li>a {
        border-bottom: 3px solid var(--fm-primary-hover);
        display: block;
        font-weight: bold;
        padding: 5px 10px 3px 0;
        position: relative;
        text-align: left;
        width: 120px;
    }

    /* 第二階內容 hover */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li:hover>a::before,
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li.current-post-ancestor>a::before,
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li.current-menu-item>a::before,  /* 選擇文章 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li.current-category-ancestor>a::before,  /* 虛擬 (偽) 元素 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu>li>a:hover::before {
        border-bottom: 3px solid var(--fm-primary);
        background-color: white;
        color: var(--fm-text-primary);
        content: '';
        position: absolute;
            left: 0;
            bottom: -3px;
        width: 30%;
    }

    /* 第三階外框 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu {
        margin-top: 10px;
        text-align: left;
        width: 120px;
    }
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu>li {
        margin-bottom: 5px;
    }

    /* 虛擬 (偽) 元素，第三階 */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu>li::before {
        color: var(--fm-text-secondary);
        content: '▸';
        margin-right: 5px;
    }
    /* 第三階當前和 hover */
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu>li.current-menu-item>a,
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu>li.current-post-ancestor a,
    ul#menu-header-menu>li#menu-item-8838>ul.sub-menu ul.sub-menu>li>a:hover {
        color: var(--fm-primary);
    }
}


/*
 * index
 */
.home #fm-wordpress h3 {
    font-weight: bold;
}
.home h4 {
    font-size: 1.25rem;
    padding-bottom: 10px;
}

/*
 * 背景特效圖 */
 body.home>.container-fluid {
    background-image: url("./assets/images/header.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
}
#fm-seo-img {
    position: absolute;
    left: 0;
    height: auto;
    z-index: -1;
    top: 300px;
}
#fm-seo {
    width: 32%;
}
#fm-arrow {
    position: absolute;
        bottom: 67%;
        left: 20%;
    width: 15%;
}
#fm-desktop  {
    margin-left: -150px;
    position: absolute;
        top: 530px;
        left: 50%;
    height: auto;
    width: 300px;
}
#fm-table {
    position: absolute;
        top: 629px;
        left: 70%;
    height: auto;
    width: 105px;
}
#fm-phone {
    position: absolute;
        top: 700px;
        left: 65%;
    height: auto;
    width: 60px;
}

/* desktops */
@media (min-width: 992px), (min-width: 1200px), (min-width: 1400px) {
    #fm-desktop  {
        margin-left: 0;
        top: 274px;
    }
    #fm-table {
        position: absolute;
            top: 380px;
            left: 66%;
        height: auto;
        width: 105px;
    }
    #fm-phone {
        position: absolute;
            top: 455px;
            left: 65%;
        height: auto;
        width: 60px;
    }
}

/*
 * 我們的優勢 */
.home #fm-design-website {
    margin-top: 480px;
}

/*
 * 我們的服務 */

/* tables、phones */
@media (max-width: 991px) {
    .home #fm-services {
        /* margin-top: 470px !important; */
    }
}

.home #fm-services {
    /* margin-top: 350px; */
    margin-bottom: 20px;
}
.home #fm-services>div>p {
    margin-bottom: 0;
}
.home #fm-services article>a>div {
    text-align: center;
}
.home #fm-services article>a {
    text-decoration: none;
}
.home #fm-services article>a>div>div {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    transition-property: background-color;
    transition-duration: 1s;
}
.home #fm-services article>a>div>div>span {
    display: inline-block;
    font-size: 60px;
    margin-top: 30px;    
    transition-property: color, font-size, margin-top;
    transition-duration: 0.5s;
}
.home #fm-services article>a:hover span {
    color: white;
    font-size: 70px;
    margin-top: 25px;
}
.home #fm-services article span[class^="icon"] {
    color: var(--fm-primary);
}
.home #fm-services article>a:hover div>div,
.home #fm-services article>a>div>div:hover {
    background-color: var(--fm-primary);
}
.home #fm-services article h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.home #fm-services article p {
    color: #666666;
}

/*
 * 瀏覽近期文章 */
#fm-wordpress .fm-contact,
#fm-services .fm-step,
#fm-posts .fm-more,
#fm-design-website .fm-advantage  {
    border: 1px solid var(--fm-primary);
    border-radius: 20px;
    color: var(--fm-primary);
    display: inline-block;
    margin: 10px 0 30px;
    padding: 5px 30px;
    text-decoration: none;
    transition-property: background-color, border, color;
    transition-duration: 1s;
}
#fm-wordpress .fm-contact:hover,
#fm-services .fm-step:hover,
#fm-posts .fm-more:hover,
#fm-design-website .fm-advantage:hover {
    background-color: var(--fm-primary);
    border: 1px solid var(--fm-primary);
    color: white;
}
#fm-posts h1 {
    line-height: 20px;
    margin-bottom: 20px;
    position: relative;
}
#fm-posts h1 a {
    color: white;              
    font-size: 20px;
    text-decoration: none;
}
#fm-posts h1 a:hover {
    text-decoration: underline;
}
#fm-posts h1 a::after {
    border-bottom: 4px solid white;
    content: '';
    position: absolute;
        bottom: -15px;
        left: 0;
    width: 50px;
}
#fm-posts article {
    color: white;              
    background-color: var(--fm-primary);
}
#fm-posts time {
    color: white !important;
}

/*
 * swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233cb79b'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233cb79b'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-slide>article>a {
    background-color: white;
    height: 0;
    overflow: hidden;
    padding-bottom: 52%;
    
}

/*
 * LINE @ */
#fm-line-at h1 {
    font-size: 1.5rem;
}
#fm-line-at h2 {
    font-size: 1rem;
}
#fm-line-at a {
    text-decoration: none;
}
#fm-line-at a:hover h1,
#fm-line-at a:hover h2 {
    color: #00b900!important;
}
/* tables、phones */
@media (max-width: 991px) {
    #fm-line-at img {
        width: 200px;
        height: auto;
    }
}

/*
 * 服務項目 */
.page-id-8759 main#fm-main h1.fm-primary {
    position: relative;
}
.page-id-8759 main#fm-main span {
    color: var(--fm-primary);
}
.page-id-8759 main#fm-main h1.fm-primary::before {
    content: "";
    border-bottom: 1px solid var(--fm-primary);
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 7px;
    width: 50px;
}
.page-id-8759 main#fm-main h1.fm-primary::after {
    content: "";
    border-bottom: 1px solid var(--fm-primary);
    display: inline-block;
    margin-left: 17px;
    margin-bottom: 7px;
    width: 50px;
}
.page-id-8759 main#fm-main section h1 {
    color: var(--fm-text-primary)!important;
    font-size: 1.5rem;
}

/* 下階 */
.page-id-8626 main#fm-main h1,
.page-id-8628 main#fm-main h1,
.page-id-8630 main#fm-main h1,
.page-id-10512 main#fm-main h1,
.page-id-8632 main#fm-main h1,
.page-id-9992 main#fm-main h1,
.page-id-10059 main#fm-main h1,
.page-id-10123 main#fm-main h1 {
    position: relative;
}
.page-id-8626 main#fm-main h1::before,
.page-id-8628 main#fm-main h1::before,
.page-id-10512 main#fm-main h1::before,
.page-id-8630 main#fm-main h1::before,
.page-id-8632 main#fm-main h1::before,
.page-id-9992 main#fm-main h1::before,
.page-id-10059 main#fm-main h1::before,
.page-id-10123 main#fm-main h1::before {
    content: "";
    border-bottom: 1px solid var(--fm-text-primary);
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 7px;
    width: 3%;
}
.page-id-8626 main#fm-main h1::after,
.page-id-8628 main#fm-main h1::after,
.page-id-10512 main#fm-main h1::after,
.page-id-8630 main#fm-main h1::after,
.page-id-8632 main#fm-main h1::after,
.page-id-9992 main#fm-main h1::after,
.page-id-10059 main#fm-main h1::after,
.page-id-10123 main#fm-main h1::after {
    content: "";
    border-bottom: 1px solid var(--fm-text-primary);
    display: inline-block;
    margin-left: 17px;
    margin-bottom: 7px;
    width: 3%;
}
.page-id-8626 main#fm-main h2,
.page-id-8628 main#fm-main h2,
.page-id-10512 main#fm-main h2,
.page-id-8630 main#fm-main h2,
.page-id-8632 main#fm-main h2,
.page-id-9992 main#fm-main h2,
.page-id-10059 main#fm-main h2,
.page-id-10123 main#fm-main h2 {
    color: var(--fm-primary)!important;
    font-size: 1.5rem;
    margin-top: 50px;
}
.page-id-8626 main#fm-main h3,
.page-id-8628 main#fm-main h3,
.page-id-10512 main#fm-main h3,
.page-id-8630 main#fm-main h3,
.page-id-8632 main#fm-main h3,
.page-id-9992 main#fm-main h3,
.page-id-10059 main#fm-main h3,
.page-id-10123 main#fm-main h3 {
    font-size: 1.25rem;
    margin-top: 20px;
}


/*
 * archive
 */
.archive #fm-main h4 {
    font-size: 1.25rem;
    font-weight: bold;
}
.archive #fm-main h4 a  {
    color: #4F4E50;
    text-decoration: none;
}
.archive #fm-main h4 a:hover {
    text-decoration: underline;
}
.archive #fm-main article > div {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 640px) {
    .archive #fm-main article > div {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.archive #fm-main .bricklayer-column {
    padding-left: 15px;
    padding-right: 15px;
}
.archive #fm-main .bricklayer-column > div {
    padding-top: 30px;
    padding-bottom: 30px;
}
.archive time + a {
    color: #0b73a0;
    text-decoration: none;
}
.archive time + a:hover {
    text-decoration: underline;
}


/*
 * 常見問答 */
#fm-btn-outline-prmary .btn-success.disabled {
    color: #fff;
    background-color: var(--fm-primary);
    border-color: var(--fm-primary);
}
#fm-faq h4 {
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid var(--fm-primary);
    padding-bottom: 10px;
}
#fm-faq h4::before {
    color: var(--fm-primary)!important;
    content: 'Q';
    font-size: 35px;
    margin-right: 10px;
}
#fm-faq h4 a {
    color: var(--fm-primary)!important;
    text-decoration: none!important;
}
#fm-faq h4 a:hover {
    color: var(--fm-primary-hover)!important;
}
#fm-faq dd {
    margin: 20px 0 40px 40px;
}
#fm-faq dd::before {
    content: 'A';
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
}
#fm-faq dd a {
    color: #0b73a0;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
}
#fm-faq dd a:hover {
    text-decoration: underline;
}


/*
 * 分頁 */
.navigation.pagination {
    margin-top: 30px;
}
.navigation.pagination .nav-links {
    margin: auto;
}
.navigation.pagination .nav-links .page-numbers {
    color: var(--fm-primary);
    border: 1px solid var(--fm-primary);
    display: inline-block;
    width: 30px;
    margin-left: -5px;
    text-decoration: none;;
}
.navigation.pagination .nav-links .page-numbers:hover {
    color: #fff;
    background-color: var(--fm-primary);
}
.navigation.pagination .nav-links .current,
.navigation.pagination .nav-links .current:hover {
    color: #ffffff!important;
    background-color: #81d0be;
}
.navigation.pagination .nav-links .dots:hover {
    color: var(--fm-primary);
    background-color: white;
}


/*
 * footer
 */
#fm-footer {
    background-color: var(--fm-primary);
    background-image: url("./assets/images/bottom-template.png"),
                      url("./assets/images/bottom-app.png"),
                      url("./assets/images/bottom-app.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -30px center, right 130px, 101% 240px;
    background-size: 490px, 180px, 130px;
}
#fm-footer footer>div>div>h1 {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    color: var(--fm-primary-hover)!important;
    font-size: 2rem;
}
#fm-footer small {
    color: var(--fm-primary-hover);
    font-size: 1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#fm-footer section h1 {
    font-size: 1.5rem;
}
#fm-footer section h1,
#fm-footer li,
#fm-footer li a {
    color: white!important;
    text-decoration: none;
}
#fm-footer .list-unstyled>li>a {
    font-size: 1.2rem;
    font-weight: bold;
}
#fm-footer ul.sub-menu {
    padding-left: 0;
}
#fm-footer ul.sub-menu li {
    margin-top: 5px;
    list-style-type: none;
}
#fm-footer li {
    font-weight: 100;
    margin-bottom: 5px;
}
#fm-footer a[href^="https://goo.gl/maps"],
#fm-footer a[href^="tel"],
#fm-footer a[href^="mailto"] {
    font-weight: normal!important;
}
#fm-footer .sub-menu a:hover {
    color: white!important;
    text-decoration: underline;
}
#fm-footer a:hover {
    color: var(--fm-primary-hover)!important;
}
#fm-footer .sub-menu a:hover {
    color: white!important;
    text-decoration: underline;
}


/*
 * aside (home、page、archive)
 */
.home #fm-aside-right article a,
.page #fm-aside-right article a,
.archive #fm-aside-right article a {
    width: 100px;
}
.home #fm-aside-right h4,
.page #fm-aside-right h4,
.archive #fm-aside-right h4 {
    font-size: 1rem;
}
.home #fm-aside-right h4 a,
.home #fm-aside-right h4 a:hover,
.page #fm-aside-right h4 a,
.page #fm-aside-right h4 a:hover,
.archive #fm-aside-right h4 a,
.archive #fm-aside-right h4 a:hover {
    color: #212529;
}
.home #fm-aside-right time,
.page #fm-aside-right time,
.archive #fm-aside-right time {
    font-size: 0.88rem;
}
 
 
/*
 * Jetpack 社群分享
 */
.sharedaddy li {
    padding-left: 0 !important;
    margin-right: 10px !important;
}
 
 
/*
 * single
 */
#fm-aside-left-controll {
    color: var(--fm-primary);
    font-size: 30px;
}
#fm-aside-left-controll:hover {
    color: var(--fm-primary-hover)
}
#fm-aside-left dl {
    margin-bottom: 30px;
}
#fm-aside-left,
#fm-aside-left a {
    color: var(--fm-text-primary);
    text-decoration: none;
}
#fm-aside-left dt {
    border-bottom: 4px solid var(--fm-primary-hover);
    margin-bottom: 10px;
    padding: 5px 0;
    position: relative;
}
#fm-aside-left dt::after {
    border-bottom: 4px solid var(--fm-primary);
    content: '';
    position: absolute;
        left: 0;
        bottom: -4px;
    width: 35px;
}
#fm-aside-left dd a.fm-active {
    color: var(--fm-primary);
}
#fm-aside-left dd a:hover {
    color: var(--fm-primary);
    border-color: var(--fm-primary);
}
.single .fm-content .btn {
    color: var(--fm-primary)!important;
    border-color: var(--fm-primary)!important;
}
.single .fm-content .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single .fm-content .btn:hover {
    color: #ffffff!important;
    background-color: var(--fm-primary);
    border-color: var(--fm-primary);
}
.single .fm-content .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(60 183 155 / 50%);
}
.single time + a {
    color: #0b73a0;
    text-decoration: none;
}
.single time + a:hover {
    text-decoration: underline;
}


/*
 * main、page */
.single #fm-main > article,
.page #fm-main > article {
    border-bottom: 4px solid var(--bs-secondary);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.single #fm-main > article time,
.page #fm-main > article time {
    font-size: 0.88rem;
}
.single #fm-main > article h2,
.page #fm-main > article h2 {
    border-bottom: 1px solid var(--fm-primary);
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.single #fm-main > article h3,
.page #fm-main > article h3 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    margin-left: -0.75rem;
}
.single #fm-main > article h3::before,
.page #fm-main > article h3::before {
    color: var(--fm-primary);
    content: "+";
    margin-right: 0.5rem;
}
.single #fm-main > article h4,
.page #fm-main > article h4 {
    color: var(--fm-text-secondary)!important;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.single #fm-main > article h4::before,
.page #fm-main > article h4::before {
    color: var(--fm-primary);
    content: "-";
    margin-right: 0.5rem;
}
.single #fm-main > article h5,
.page #fm-main > article h5 {
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.single #fm-main > article p,
.page #fm-main > article p {
    margin-top: 2rem;
}
.single .fm-meta div,
.page .fm-meta div {
    margin-bottom: 20px;
}
.single .fm-meta .bi-folder,
.single .fm-meta .bi-tags {
    float: left;
    font-size: 30px;
    margin-top: -10px;
    margin-right: 10px;
}
.single figure,
.page figure {
    display: inline-block;
    text-align: center;
}
.single figure figcaption,
.page figure figcaption {
    color: var(--fm-text-primary);
}
.single figure img,
.page figure img {
    width: 100%;
    height: auto;
}
.wp-block-pullquote {
    border-top: 5px solid var(--fm-text-secondary);
    border-bottom: 5px solid var(--fm-text-secondary);
    margin: 30px 0;
    padding: 30px 0;
    width: 100%;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

/*
 * 上一篇、下一篇文章 */
.single .fm-post ul li,
.page .fm-page ul li {
    list-style-type: none;
    border-left: 15px solid #e9ecef;
    margin-left: -29px;
    padding-left: 15px;
}

/*
 * comments */
#comments ul {
    list-style: none;
}
#comments .comment-list {
    border-bottom: 4px solid var(--bs-secondary);
    margin-bottom: 64px;
    padding-bottom: 32px;
}
/* 父迴響 */
#comments .comment-list > li > article {
    background-color: #f8f9fa;
    border-bottom-width: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}
/* 所有迴響 */
#comments article {
    border-bottom: 1px solid #dee2e6;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}
/* 每個父迴響的最後一個子迴響 */
#comments .comment-list > li article:last-child {
    border-bottom-width: 0;
}

#comments .comment-content {
    margin-top: 24px;
    margin-bottom: 24px;
}
#comments .comment-author img {
    float: left;
    margin-right: 16px;
}
#comments .says,
#comments .edit-link {
    margin-left: 8px;
}
#jetpack_remote_comment .comment-submit {
    border: 1px solid #3cb79b;
    background: none!important;
    background-color: #3cb79b!important;
    color: white!important;
    padding: 10px 20px!important;
}


/*
 * contact
 */
/* form */
body.page-id-8623 .form-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 3rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
body.page-id-8623 .form-error h3 {
    font-size: 1.5rem;
    font-weight: bold;
}
body.page-id-8623 .form-error .form-errors {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.page-id-8623 .form-error .form-error-message {
    color: #721c24;
}
/* 必填星號 * */
body.page-id-8623 .contact-form label.grunion-field-label span {
    color: red
}

body.page-id-8623 .grunion-field-label {
    color: #333333;
}
body.page-id-8623 .contact-form input[type=text],
body.page-id-8623 .contact-form input[type=email],
body.page-id-8623 .contact-form input[type=tel],
body.page-id-8623 .contact-form input[type=url],
body.page-id-8623 .contact-form textarea {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-id-8623 .contact-form input[type=text]:focus,
body.page-id-8623 .contact-form input[type=email]:focus,
body.page-id-8623 .contact-form input[type=tel]:focus,
body.page-id-8623 .contact-form input[type=url]:focus,
body.page-id-8623 .contact-form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(60 183 155 / 0.5);
}
body.page-id-8623 .contact-form textarea {
    height: 8rem;
}
body.page-id-8623 .contact-form label.checkbox-multiple {
    margin-right: 1.5rem;
}
body.page-id-8623 .contact-form input[type=checkbox] {
    margin-right: 0.4rem;
}
body.page-id-8623 .grunion-checkbox-multiple-label,
body.page-id-8623 .grunion-radio-label {
    margin-right: 15px;
}
body.page-id-8623 .clear-form {
    display: none;
}
body.page-id-8623 .contact-submit {
    text-align: center;
    margin-top: 2rem;
}
#fm-btn-outline-prmary .btn-outline-success:not(:disabled):not(.disabled):active,
body.page-id-8623 .wp-block-button__link:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--fm-primary);
    border-color: var(--fm-primary);
}
#fm-btn-outline-prmary .btn-outline-success:hover,
body.page-id-8623 .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--fm-primary);
    border-color: var(--fm-primary);
}
#fm-btn-outline-prmary .btn-outline-success:focus,
body.page-id-8623 .wp-block-button__link:focus {
    box-shadow: 0 0 0 0.25rem rgb(60 183 155 / 0.5);
}
#fm-btn-outline-prmary .btn-success {
    border-radius: 0;
}
#fm-btn-outline-prmary .btn-outline-success,
body.page-id-8623 .wp-block-button__link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#fm-btn-outline-prmary .btn-outline-success,
body.page-id-8623 .wp-block-button__link {
    color: var(--fm-primary);
    border-color: var(--fm-primary);
}


/*
 * SEO 行銷
 */
.page-id-8657 #fm-main h2 {
    font-weight: bold;
}
.page-id-8657 #fm-main h3 {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
.page-id-8657 #fm-main>.fm-content>.wp-bootstrap-blocks-row>.col-12 {
    padding: 70px 0 40px;
}
.page-id-8657 #fm-main>.fm-content>.wp-bootstrap-blocks-row>.col-12:nth-child(even) {
    background-color: var(--fm-bg-secondary);
}
.fm-no-width img {
    width: 100%!important;
}
@media (min-width: 1200px) {
    .page-id-8657 #fm-main img {
        width: 80%;
    }
}
@media (min-width: 1400px) {
    .page-id-8657 #fm-main img {
        width: 70%;
    }
}


/*
 * 服務項目
 */
.page-id-8759 #fm-services>div>p {
    margin-bottom: 0;
}
.page-id-8759 #fm-services article>a>div {
    text-align: center;
}

.page-id-8759 #fm-services article>a:hover {
    text-decoration: none!important;
} 
.page-id-8759 #fm-services article p {
    color: #666666;
}
.page-id-8759 #fm-services article>a>div>div {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    transition-property: background-color;
    transition-duration: 1s;
}
.page-id-8759 #fm-services article>a>div>div>span {
    display: inline-block;
    font-size: 60px;
    margin-top: 30px;    
    transition-property: color, font-size, margin-top;
    transition-duration: 0.5s;
}
.page-id-8759 #fm-services article>a:hover span {
    color: white;
    font-size: 70px;
    margin-top: 25px;
}
.page-id-8759 #fm-services article>a:hover div>div,
.page-id-8759 #fm-services article>a>div>div:hover {
    background-color: var(--fm-primary);
}
.page-id-8759 #fm-services article h1 {
    color: #333333!important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


/*
 * 設計流程
 */
.page-id-8738 #fm-main .fm-step01 p,
.page-id-8738 #fm-main .fm-step02 p,
.page-id-8738 #fm-main .fm-step03 p,
.page-id-8738 #fm-main .fm-step04 p,
.page-id-8738 #fm-main .fm-step05 p {
    background-color: #a3d1c4;
    border: 1px solid #a3d1c4;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    font-weight: 100;
    line-height: 25px;
    text-align: center;
    width: 70px;
    height: 70px;
    padding-top: 10px;
}
.page-id-8738 #fm-main .fm-step01 span,
.page-id-8738 #fm-main .fm-step02 span,
.page-id-8738 #fm-main .fm-step03 span,
.page-id-8738 #fm-main .fm-step04 span,
.page-id-8738 #fm-main .fm-step05 span {
    display: block;
    font-size: 1rem;
}
.page-id-8738 #fm-main .fm-step01 span::after,
.page-id-8738 #fm-main .fm-step02 span::after,
.page-id-8738 #fm-main .fm-step03 span::after,
.page-id-8738 #fm-main .fm-step04 span::after,
.page-id-8738 #fm-main .fm-step05 span::after {
    background-color: #a3d1c4;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 40px;
    transform: rotate(45deg);
    position: absolute;
        left: 42px;
        top: 15px;
    width: 40px;
    z-index: -1;
}
.page-id-8738 #fm-main .fm-step02 p,
.page-id-8738 #fm-main .fm-step03 p,
.page-id-8738 #fm-main .fm-step02 span::after,
.page-id-8738 #fm-main .fm-step03 span::after {
    border: 1px solid #7ac5a6;
    background-color: #7ac5a6;
}
.page-id-8738 #fm-main .fm-step04 p,
.page-id-8738 #fm-main .fm-step05 p,
.page-id-8738 #fm-main .fm-step04 span::after,
.page-id-8738 #fm-main .fm-step05 span::after {
    border: 1px solid #3caf95;
    background-color: #3caf95;
}
.page-id-8738 #fm-main .fm-step01 .wp-block-image,
.page-id-8738 #fm-main .fm-step02 .wp-block-image,
.page-id-8738 #fm-main .fm-step03 .wp-block-image,
.page-id-8738 #fm-main .fm-step04 .wp-block-image,
.page-id-8738 #fm-main .fm-step05 .wp-block-image {
    width: 80px;
    position: absolute;
        top: 0;
        left: 100px;
}
.page-id-8738 #fm-main h2 span:nth-child(1) {
    font-size: 1.5rem;
    padding-right: 10px;
    border-right: 1px solid var(--bs-body-color);;
    margin-right: 10px;
}
.page-id-8738 #fm-main h2 span:nth-child(2) {
    font-weight: bold;
}

/* tables、phones */
@media (max-width: 991px) {
    .page-id-8738 #fm-main .fm-step01,
    .page-id-8738 #fm-main .fm-step02,
    .page-id-8738 #fm-main .fm-step03,
    .page-id-8738 #fm-main .fm-step04,
    .page-id-8738 #fm-main .fm-step05 {
        left: 50%;
        margin-left: -95px;
    }
    .page-id-8738 #fm-main h2 {
        text-align: center;
    }
}


/*
 * fm-aside-right (Bootstrap Scrollspy)
 */
#fm-navbar-scrollspy>a.navbar-brand {
    background-color: var(--fm-primary);
    border: 1px solid var(--fm-primary);
    color: white;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
#fm-navbar-scrollspy>a.navbar-brand:hover {
    color: var(--fm-primary-hover);
}
#fm-navbar-scrollspy .navbar-brand {
    font-size: 20px;
    font-weight: bold;
}
#fm-navbar-scrollspy a {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: var(--fm-text-primary);
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0;
}
#fm-navbar-scrollspy a:hover {
    color: var(--fm-primary);
}
#fm-navbar-scrollspy>nav>a {
    font-weight: bold;
}
#fm-navbar-scrollspy > nav > .active,
#fm-navbar-scrollspy > nav > a:hover {
    border-color: var(--fm-primary);
}
#fm-navbar-scrollspy > nav > nav > a {
    margin-left: 16px;
}
#fm-navbar-scrollspy > nav > nav > a::before {
    color: transparent;
    content: "+";
    margin-right: 4px;
}
#fm-navbar-scrollspy > nav > nav > .active::before,
#fm-navbar-scrollspy > nav > nav > a:hover:before {
    color: var(--fm-primary);
}
#fm-navbar-scrollspy > nav > nav > nav > a {
    color: var(--fm-text-secondary);
    margin-left: 47px;
}
#fm-navbar-scrollspy > nav > nav > nav > a::before {
    color: transparent;
    content: "#";
    margin-right: 4px;
}
#fm-navbar-scrollspy > nav > nav > nav > a.active::before,
#fm-navbar-scrollspy > nav > nav > nav > a:hover::before {
    color: var(--fm-primary);
}
@media (min-width: 992px) {
    #fm-aside-right .navbar {
        position: sticky;
            top: 20px;
    }
}
