/* ===============================================================
   master + template 整合版
================================================================ */

/* 全域設定 */
body {
    font-family: 'Arial','微軟正黑體',sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

/* header */
.header-bg {
    background-color: #1eb5cd;
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.header-menu a {
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.header-title {
    font-weight: 500;
}

.header-subtitle {
    font-weight: 700;
}

/* 經文區 */
.scripture-section {
    background-image: url('../images/seperator.jpg');
    background-color: #1eb5cd;
    text-align: center;
    color: #000000;
    padding: 50px 15px;
}

/* Footer */
.footer {
    background-color: #B7B60D;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
}

    .footer a {
        color: #fff;
    }

/* 響應式文字 */
@media (max-width: 479px) {
    .header-title span {
        font-size: 40px;
        line-height: 44px;
    }

    .header-title .font40 {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .header-title-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* 登入模組 */
.blog-masthead {
    background-color: #007bff; /* 藍色 */
    width: 100%;
    padding: 10px 0;
}

    .blog-masthead .container {
        text-align: right;
    }

/* 左邊選單的樣式*/
/* 標題 */
.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #069E9F;
    margin-bottom: 15px;
    border-bottom: 2px solid #069E9F;
    padding-bottom: 5px;
}

.sidebar-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: center;
}

    .sidebar-card a, .sidebar-card button {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        width: 100%;
        background: none;
        border: none;
        text-align: center;
        cursor: pointer;
    }

    .sidebar-card:hover {
        background-color: #f0f9f9;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

/* Montserrat 用於標題區 */
.montserrat {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* 導覽列 */
.navbar-nav .nav-link {
    font-weight: 400;
    text-transform: uppercase;
}

    .navbar-nav .nav-link:hover {
        opacity: 0.85;
    }

/* 圖片大小控制 */
.img-fluid, #Zoom img {
    max-width: 100%;
    height: auto;
}

/* Hover 旋轉效果 */
a.rotator img {
    transition: all 1s ease-in-out;
}

    a.rotator img:hover {
        transform: rotate(360deg);
    }

/* ===============================================================
   template.css - Widget Sidebar 文章列表
================================================================ */

.posts-list .content span.time {
    color: #a6a6a6;
    font-size: 11px;
    text-transform: uppercase;
}

ul.posts-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.posts-list li {
        display: inline-block;
        border-bottom: 1px solid #DDDDDD;
        margin: 5px 0;
        width: 100%;
    }

    ul.posts-list img {
        display: inline-block;
        float: left;
        margin: 0 20px 10px 0;
        width: 180px; /* 首頁封面圖片尺寸 */
    }

.posts-list .content .rating {
    height: auto;
    float: none;
    margin: 0 0 5px;
}

.posts-list .content .comments, .posts-list .content .pull-right span {
    color: #a6a6a6;
    font-size: 11px;
    white-space: nowrap;
}

.sidebar-widget .posts-list .content {
    display: block;
    margin: 0 0 5px 0;
}

.sidebar-widget ul.posts-list h2 {
    padding: 0;
    margin: 0;
}

    .sidebar-widget ul.posts-list h2 a {
        line-height: normal;
        display: block;
        color: #656565;
        font-family: roboto;
        text-decoration: none;
    }

        .sidebar-widget ul.posts-list h2 a:hover {
            color: #909090;
        }
