/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.grade-clr:after {
    content: "";
    background: linear-gradient(180deg, rgba(122, 92, 31, 0.85) 0%, rgba(143, 110, 36, 0.8) 50%, rgba(102, 76, 26, 0.9) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Church Bulletin Grid */

.church-bulletin-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}




/* Card Design */

.bulletin-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.bulletin-item:hover {
    transform: translateY(-5px);
}

.bulletin-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.bulletin-content {
    padding: 25px;
}
.bulletin-content {
    padding-bottom: 40px;
    background: #faebd71f;
}

.bulletin-info {
    font-size: 16px;
    margin: 8px 0;
}
.bulletin-info {
    font-size: 18px;
    margin: 8px 0;
    font-weight: 700;
    line-height: 28px;
}

a.bulletin-readmore {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111A3B;
    background-color: #E8BA30;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 30px 12px 30px;
    margin-top: 15px;
    display: inline-block;
}

/* 5 Line Limit */

.bulletin-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.6;
    margin-bottom: 15px;
}


/* Read More Button */




/* Pagination Design */

.church-pagination {
    text-align: center;
    margin: 40px 0;
}

.church-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    background: #f4f4f4;
    color: #333;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.church-pagination .page-numbers:hover {
    background: #000080;
    color: #fff;
}

.church-pagination .page-numbers.current {
    background: #000080;
    color: #fff;
    font-weight: bold;
}

h3.bulletin-title {
    border-bottom: 1px solid #00000017;
    padding-bottom: 20px;
}

/* Banner */

.church-bulletin-banner {
    position: relative;
    height: 440px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner-content h1 {
    color: #fff;
    font-size: 42px;
    margin: 0;
}


/* Main Section */

.church-bulletin-single {
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}

.church-bulletin-single .container {
    max-width: 1200px;
    margin: auto;
}


/* Featured Image */

.single-featured-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}


/* Title */

.single-title {
    font-size: 32px;
    margin-bottom: 10px;
}


/* ACF Info */

.single-info {
    margin-bottom: 25px;
}


/* Download Button */

.bulletin-download {
    margin-bottom: 30px;
}

.download-btn {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111A3B;
    background-color: #E8BA30;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 30px 12px 30px;
    margin-top: 15px;
}

.download-btn:hover {
    background-color: #eecc65;
}


/* Description */

.single-description {
    font-size: 18px;
    line-height: 28px;
    
}

.church-bulletin-single::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("https://teamwp84.mydevfactory.com/sudip-roy/vccfaith/wp-content/uploads/2026/02/watermark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;

    opacity: 0.05; /* Controls greyout strength */
    filter: grayscale(100%);

    pointer-events: none;
    z-index: 0;
}

/* Keep Content Above Watermark */
.church-bulletin-single .container {
    position: relative;
    z-index: 2;
}

/* Tablet */
@media (max-width: 1024px) {
    .church-bulletin-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-content h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}
.church-bulletin-banner {
    position: relative;
    height: 416px;
}
}

/* Mobile */
@media (max-width: 767px) {
    .church-bulletin-grid {
        grid-template-columns: 1fr;
    }
    .banner-content h1 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.church-bulletin-single::before {
    background-size: 100%;
}
h2.single-title {
    font-size: 24px;
}
.church-bulletin-banner {
    position: relative;
    height: 388px;
}
h3.bulletin-title {
    font-size: 22px;
}
}

.ft-link a{
    color: #E8BA30;
}