{"id":28,"date":"2026-03-13T07:30:08","date_gmt":"2026-03-13T07:30:08","guid":{"rendered":"https:\/\/demo2.yinwoodweb.com\/buenavista\/?page_id=28"},"modified":"2026-07-03T15:20:11","modified_gmt":"2026-07-03T07:20:11","slug":"home","status":"publish","type":"page","link":"https:\/\/demo2.yinwoodweb.com\/buenavista\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-a76a7708 alignfull uagb-is-root-container\">\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>St. Lawrence the Deacon Parish \u2013 Buenavista, Quezon City<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&amp;family=Inter:wght@300;400;500;600&amp;family=Cinzel:wght@400;600&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --brick:    #8B3A2A;\n    --gold:     #C9923F;\n    --cream:    #F8F3EC;\n    --charcoal: #1C1C1C;\n    --stone:    #6B6055;\n    --sky:      #4A7FA5;\n    --white:    #FFFFFF;\n    --shadow:   rgba(28,28,28,0.15);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: var(--cream);\n    color: var(--charcoal);\n    overflow-x: hidden;\n  }\n\n\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative; height: 100vh; min-height: 640px;\n    display: flex; align-items: flex-end;\n    overflow: hidden;\n  }\n  .hero-bg {\n    position: absolute; inset: 0;\n    background:\n      linear-gradient(to bottom, rgba(28,28,28,0.2) 0%, rgba(28,28,28,0.75) 100%),\n      url('https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/bf\/St_Lawrence_the_Deacon_Parish_Church%2C_Buenavista%2C_Quezon_City.jpg\/800px-St_Lawrence_the_Deacon_Parish_Church%2C_Buenavista%2C_Quezon_City.jpg') center\/cover no-repeat;\n    \/* fallback gradient resembling the brick church *\/\n    background-color: #5A2A1A;\n    transform: scale(1.04);\n    transition: transform 8s ease;\n  }\n  .hero-bg.loaded { transform: scale(1); }\n\n  \/* brick texture overlay *\/\n  .hero-texture {\n    position: absolute; inset: 0;\n    background-image:\n      repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(0,0,0,0.04) 18px, rgba(0,0,0,0.04) 19px),\n      repeating-linear-gradient(90deg, transparent, transparent 36px, rgba(0,0,0,0.04) 36px, rgba(0,0,0,0.04) 37px);\n    pointer-events: none;\n  }\n\n  .hero-content {\n    position: relative; z-index: 2;\n    padding: 0 64px 80px;\n    max-width: 820px;\n  }\n  .hero-eyebrow {\n    display: inline-flex; align-items: center; gap: 12px;\n    margin-bottom: 20px;\n    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--gold); font-weight: 600;\n  }\n  .hero-eyebrow::before {\n    content: ''; display: block;\n    width: 40px; height: 1px; background: var(--gold);\n  }\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(38px, 6vw, 72px);\n    font-weight: 700; line-height: 1.1;\n    color: var(--white);\n    margin-bottom: 18px;\n    text-shadow: 0 2px 12px rgba(0,0,0,0.4);\n  }\n  .hero-title em {\n    font-style: italic; color: var(--gold);\n  }\n  .hero-sub {\n    font-size: 17px; font-weight: 300; line-height: 1.6;\n    color: rgba(255,255,255,0.82);\n    margin-bottom: 40px; max-width: 560px;\n  }\n  .hero-actions {\n    display: flex; gap: 16px; flex-wrap: wrap;\n  }\n  .btn-primary {\n    padding: 14px 36px;\n    background: var(--gold); color: var(--white);\n    font-family: 'Cinzel', serif; font-size: 13px;\n    letter-spacing: 0.08em; text-decoration: none;\n    border-radius: 2px; transition: transform 0.2s, opacity 0.2s;\n    display: inline-block;\n  }\n  .btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }\n  .btn-ghost {\n    padding: 14px 36px;\n    border: 1px solid rgba(255,255,255,0.5); color: var(--white);\n    font-family: 'Cinzel', serif; font-size: 13px;\n    letter-spacing: 0.08em; text-decoration: none;\n    border-radius: 2px; transition: border-color 0.2s, color 0.2s;\n    display: inline-block;\n  }\n  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }\n\n  \/* scroll cue *\/\n  .scroll-cue {\n    position: absolute; bottom: 30px; right: 64px; z-index: 3;\n    display: flex; flex-direction: column; align-items: center; gap: 8px;\n    color: rgba(255,255,255,0.5); font-size: 10px; letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .scroll-line {\n    width: 1px; height: 48px; background: rgba(255,255,255,0.3);\n    position: relative; overflow: hidden;\n  }\n  .scroll-line::after {\n    content: ''; position: absolute; top: -100%; left: 0;\n    width: 100%; height: 100%; background: var(--gold);\n    animation: scrollDrop 1.8s ease infinite;\n  }\n  @keyframes scrollDrop { to { top: 200%; } }\n\n \n\n  \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n  .about {\n    display: grid; grid-template-columns: 1fr 1fr;\n    min-height: 580px;\n    margin-top: -30px;\n  }\n  .about-image {\n    position: relative; overflow: hidden;\n    background: var(--stone);\n  }\n  .about-img-fill {\n    width: 100%; height: 100%; object-fit: cover;\n    display: block;\n    filter: sepia(20%) contrast(1.05);\n    transition: transform 0.6s ease;\n  }\n  .about-image:hover .about-img-fill { transform: scale(1.03); }\n  .about-badge {\n    position: absolute; bottom: 32px; left: 32px;\n    background: var(--gold);\n    padding: 14px 20px;\n    font-family: 'Playfair Display', serif;\n    font-size: 13px; color: var(--white); font-style: italic;\n    max-width: 200px; line-height: 1.4;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n  }\n  .about-text {\n    padding: 72px 64px;\n    display: flex; flex-direction: column; justify-content: center;\n    background: var(--white);\n  }\n  .section-eyebrow {\n    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--gold); font-weight: 600; margin-bottom: 16px;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .section-eyebrow::before {\n    content: ''; width: 28px; height: 1px; background: var(--gold);\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 3.5vw, 44px);\n    font-weight: 700; line-height: 1.2;\n    color: var(--charcoal); margin-bottom: 24px;\n  }\n  .section-body {\n    font-size: 15px; line-height: 1.8; color: var(--stone);\n    margin-bottom: 20px;\n  }\n  .diocese-tag {\n    display: inline-flex; align-items: center; gap: 8px;\n    margin-top: 8px;\n    padding: 8px 16px;\n    border: 1px solid rgba(139,58,42,0.25);\n    font-size: 12px; letter-spacing: 0.08em;\n    color: var(--brick); font-weight: 500;\n    text-transform: uppercase;\n    border-radius: 2px;\n  }\n\n  \n\n  \/* \u2500\u2500 SACRAMENTS \u2500\u2500 *\/\n  .sacraments {\n    background: var(--charcoal);\n    padding: 96px 64px;\n    margin-top: -30px;\n  }\n  .sacraments .section-title { color: var(--white); }\n  .sacraments .section-eyebrow { color: var(--gold); }\n  .sacraments-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr);\n    gap: 2px; margin-top: 52px;\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n  .sacrament-item {\n    padding: 40px 30px;\n    border-right: 1px solid rgba(255,255,255,0.06);\n    transition: background 0.25s;\n    cursor: default;\n  }\n  .sacrament-item:last-child { border-right: none; }\n  .sacrament-item:hover { background: rgba(201,146,63,0.08); }\n  .sacrament-icon {\n    width: 42px; height: 42px; margin-bottom: 20px;\n    opacity: 0.6;\n  }\n  .sacrament-name {\n    font-family: 'Cinzel', serif;\n    font-size: 15px; font-weight: 600;\n    color: var(--white); margin-bottom: 10px;\n  }\n  .sacrament-desc {\n    font-size: 13px; line-height: 1.7;\n    color: rgba(255,255,255,0.45);\n  }\n\n  \/* \u2500\u2500 QUOTE \u2500\u2500 *\/\n  .quote-section {\n    position: relative; overflow: hidden;\n    padding: 100px 64px;\n    background: var(--brick);\n    text-align: center;\n    margin-top: -30px;\n  }\n  .quote-section::before {\n    content: '\\201C';\n    position: absolute; top: -20px; left: 50%;\n    transform: translateX(-50%);\n    font-family: 'Playfair Display', serif;\n    font-size: 320px; line-height: 1;\n    color: rgba(0,0,0,0.12);\n    pointer-events: none;\n  }\n  .quote-text {\n    position: relative; z-index: 1;\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 34px);\n    font-style: italic; font-weight: 400;\n    line-height: 1.5; color: var(--white);\n    max-width: 800px; margin: 0 auto 24px;\n  }\n  .quote-attr {\n    font-size: 13px; letter-spacing: 0.14em;\n    text-transform: uppercase; color: rgba(255,255,255,0.6);\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500 CONTACT \/ MAP \u2500\u2500 *\/\n  .contact {\n    display: grid; grid-template-columns: 1fr 1fr;\n   margin-top: -30px;\n  }\n  .contact-info {\n    padding: 72px 64px;\n    background: var(--white);\n    display: flex; flex-direction: column; gap: 32px;\n  }\n  .contact-row {\n    display: flex; gap: 20px; align-items: flex-start;\n  }\n  .contact-icon-box {\n    width: 40px; height: 40px; flex-shrink: 0;\n    background: var(--cream);\n    display: flex; align-items: center; justify-content: center;\n    border-radius: 2px;\n    font-size: 18px;\n  }\n  .contact-label {\n    font-size: 11px; letter-spacing: 0.12em;\n    text-transform: uppercase; color: var(--gold);\n    font-weight: 600; margin-bottom: 4px;\n  }\n  .contact-value {\n    font-size: 15px; line-height: 1.6; color: var(--charcoal);\n  }\n  .map-placeholder {\n    background: #d3ccc4;\n    position: relative; overflow: hidden;\n    min-height: 460px;\n  }\n  .map-placeholder iframe {\n    width: 100%; height: 100%; border: none;\n    position: absolute; inset: 0;\n  }\n  .map-overlay {\n    position: absolute; top: 24px; left: 24px; z-index: 2;\n    background: var(--brick);\n    padding: 12px 20px;\n    font-family: 'Cinzel', serif; font-size: 12px;\n    color: var(--white); letter-spacing: 0.06em;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.3);\n  }\n\n\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 900px) {\n    nav { padding: 16px 24px; }\n    .nav-links, .nav-cta { display: none; }\n    .hero-content { padding: 0 28px 64px; }\n    .schedule-band { padding: 0 24px; flex-wrap: wrap; }\n    .schedule-item { min-width: 50%; }\n    .about { grid-template-columns: 1fr; }\n    .about-image { min-height: 300px; }\n    .about-text { padding: 48px 28px; }\n    .announcements, .sacraments { padding: 64px 28px; }\n    .cards { grid-template-columns: 1fr; }\n    .sacraments-grid { grid-template-columns: repeat(2, 1fr); }\n    .quote-section { padding: 72px 28px; }\n    .contact { grid-template-columns: 1fr; }\n    .contact-info { padding: 48px 28px; }\n    .map-placeholder { min-height: 320px; }\n\n    .scroll-cue { right: 24px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .scroll-line::after { animation: none; }\n    .hero-bg, .hero-bg.loaded { transform: none; }\n  }\n<\/style>\n\n\n\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-bg\" id=\"heroBg\"><\/div>\n  <div class=\"hero-texture\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-eyebrow\">Diocese of Gumaca \u00b7 Buenavista, Quezon City<\/div>\n    <h1 class=\"hero-title\">\n      Called to Serve,<br><em>Rooted in Faith<\/em>\n    <\/h1>\n    <p class=\"hero-sub\">Welcome to St. Lawrence the Deacon Parish \u2014 a community of believers gathered in prayer, service, and the love of God in the heart of Buenavista.<\/p>\n    <div class=\"hero-actions\">\n      <a class=\"btn-primary\" href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/about-us\/\">About Us<\/a>\n      <a class=\"btn-ghost\" href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/donate\/\">Support Our Parish<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"scroll-cue\">\n    <div class=\"scroll-line\"><\/div>\n    Scroll\n  <\/div>\n<\/section>\n\n\n<!-- ABOUT -->\n<section class=\"about\" id=\"about\">\n  <div class=\"about-image\">\n    <!-- Reuse the uploaded church photo as CSS background -->\n    <img decoding=\"async\" class=\"about-img-fill\" src=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-content\/uploads\/sites\/15\/2026\/06\/Screenshot-2026-06-08-160841.png\" alt=\"St. Lawrence the Deacon Parish Church\">\n    <div class=\"about-badge\">&#8220;Deacon, Martyr, and faithful servant of the early Church&#8221;<\/div>\n  <\/div>\n  <div class=\"about-text\">\n    <div class=\"section-eyebrow\">Our Story<\/div>\n    <h2 class=\"section-title\">A Church Built on Brick, Faith, and Community<\/h2>\n    <p class=\"section-body\">\n      St. Lawrence the Deacon Parish stands as a proud landmark in Buenavista, Quezon City \u2014 its distinctive red-brick fa\u00e7ade and soaring bell tower a testament to generations of faithful who built and sustained this community.\n    <\/p>\n    <p class=\"section-body\">\n      Named after St. Lawrence, deacon and martyr of the early Roman Church, our parish embodies his spirit of humble service. We are a welcoming home for all who seek God&#8217;s grace.\n    <\/p>\n    <div class=\"diocese-tag\">\n      \u2726 Diocese of Gumaca \u00b7 Quezon City\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<!-- SACRAMENTS -->\n<section class=\"sacraments\" id=\"sacraments\">\n  <div class=\"section-eyebrow\">Sacramental Ministry<\/div>\n  <h2 class=\"section-title\">How Can We Serve You?<\/h2>\n  <div class=\"sacraments-grid\">\n    <div class=\"sacrament-item\">\n      <svg class=\"sacrament-icon\" viewBox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle cx=\"21\" cy=\"21\" r=\"20\" stroke=\"#C9923F\" stroke-width=\"1.5\"><\/circle>\n        <path d=\"M21 8 C16 14 12 17 12 22 C12 27.5 16 31 21 31 C26 31 30 27.5 30 22 C30 17 26 14 21 8Z\" fill=\"#C9923F\" opacity=\"0.7\"><\/path>\n      <\/svg>\n      <div class=\"sacrament-name\">Baptism<\/div>\n      <div class=\"sacrament-desc\">Schedule your child&#8217;s baptism or inquire about adult rite of initiation.<\/div>\n    <\/div>\n    <div class=\"sacrament-item\">\n      <svg class=\"sacrament-icon\" viewBox=\"0 0 42 42\" fill=\"none\">\n        <path d=\"M21 4 L24 14 L34 14 L26 20 L29 30 L21 24 L13 30 L16 20 L8 14 L18 14Z\" stroke=\"#C9923F\" stroke-width=\"1.5\" fill=\"none\"><\/path>\n      <\/svg>\n      <div class=\"sacrament-name\">Confirmation<\/div>\n      <div class=\"sacrament-desc\">Preparing young Catholics to receive the fullness of the Holy Spirit.<\/div>\n    <\/div>\n    <div class=\"sacrament-item\">\n      <svg class=\"sacrament-icon\" viewBox=\"0 0 42 42\" fill=\"none\">\n        <rect x=\"8\" y=\"16\" width=\"10\" height=\"10\" rx=\"1\" stroke=\"#C9923F\" stroke-width=\"1.5\"><\/rect>\n        <rect x=\"24\" y=\"16\" width=\"10\" height=\"10\" rx=\"1\" stroke=\"#C9923F\" stroke-width=\"1.5\"><\/rect>\n        <path d=\"M18 21 H24\" stroke=\"#C9923F\" stroke-width=\"1.5\"><\/path>\n        <path d=\"M21 8 V16 M21 26 V34\" stroke=\"#C9923F\" stroke-width=\"1.5\" stroke-dasharray=\"2 2\"><\/path>\n      <\/svg>\n      <div class=\"sacrament-name\">Matrimony<\/div>\n      <div class=\"sacrament-desc\">Begin your marriage journey with proper preparation and canonical requirements.<\/div>\n    <\/div>\n    <div class=\"sacrament-item\">\n      <svg class=\"sacrament-icon\" viewBox=\"0 0 42 42\" fill=\"none\">\n        <path d=\"M21 6 V36 M11 16 H31\" stroke=\"#C9923F\" stroke-width=\"2\"><\/path>\n      <\/svg>\n      <div class=\"sacrament-name\">Eucharist<\/div>\n      <div class=\"sacrament-desc\">Join us at the table of the Lord. First Communion classes available.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- QUOTE -->\n<section class=\"quote-section\">\n  <p class=\"quote-text\">\n    &#8220;What gives me joy is that I was worthy of being a deacon of your church.&#8221;\n  <\/p>\n  <div class=\"quote-attr\">\u2014 St. Lawrence the Deacon, Martyr \u00b7 August 10, 258 AD<\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"contact\" id=\"contact\">\n  <div class=\"contact-info\">\n    <div>\n      <div class=\"section-eyebrow\">Get in Touch<\/div>\n      <h2 class=\"section-title\">Visit the Parish<\/h2>\n    <\/div>\n    <div class=\"contact-row\">\n      <div class=\"contact-icon-box\">\ud83d\udccd<\/div>\n      <div>\n        <div class=\"contact-label\">Address<\/div>\n        <div class=\"contact-value\">Buenavista, Quezon City<br>Metro Manila, Philippines<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"contact-row\">\n      <div class=\"contact-icon-box\">\ud83d\udd50<\/div>\n      <div>\n        <div class=\"contact-label\">Parish Office Hours<\/div>\n        <div class=\"contact-value\">Monday \u2013 Friday<br>8:00 AM \u2013 5:00 PM<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"contact-row\">\n      <div class=\"contact-icon-box\">\u26ea<\/div>\n      <div>\n        <div class=\"contact-label\">Diocese<\/div>\n        <div class=\"contact-value\">Diocese of Gumaca<br>Ecclesiastical Province of Lipa<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"contact-row\">\n      <div class=\"contact-icon-box\">\u2709\ufe0f<\/div>\n      <div>\n        <div class=\"contact-label\">Connect With Us<\/div>\n        <div class=\"contact-value\">Follow us on Facebook for<br>the latest parish news and updates.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  <div class=\"map-placeholder\">\n    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3861.0!2d121.06!3d14.66!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTTCsDM5JzM2LjAiTiAxMjHCsDAzJzM2LjAiRQ!5e0!3m2!1sen!2sph!4v1\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" title=\"Parish Location Map\">\n    <\/iframe>\n  <\/div>\n<\/section>\n\n\n\n<script>\n  \/\/ Subtle hero parallax\n  const heroBg = document.getElementById('heroBg');\n  window.addEventListener('scroll', () => {\n    const y = window.scrollY;\n    heroBg.style.transform = `translateY(${y * 0.3}px)`;\n  }, { passive: true });\n\n  \/\/ Scroll-triggered fade-ins\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        e.target.style.opacity = '1';\n        e.target.style.transform = 'translateY(0)';\n      }\n    });\n  }, { threshold: 0.12 });\n\n  document.querySelectorAll('.card, .sacrament-item, .contact-row, .about-text').forEach(el => {\n    el.style.opacity = '0';\n    el.style.transform = 'translateY(20px)';\n    el.style.transition = 'opacity 0.55s ease, transform 0.55s ease';\n    observer.observe(el);\n  });\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-3cc43834 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-204dd385\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba4d4188\"><h2 class=\"uagb-heading-text\">Events &amp; News<\/h2><\/div>\n<\/div>\n\n\n\n\t\t\t<div class=\"wp-block-uagb-post-carousel uagb-post-grid  uagb-post__image-position-top uagb-post__image-enabled uagb-block-eac565eb     uagb-post__arrow-outside uagb-post__items uagb-post__columns-3 is-carousel uagb-post__columns-tablet-2 uagb-post__columns-mobile-1 uagb-post__carousel_equal-height\" data-total=\"1\" style=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/dyd-final-day\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-content\/uploads\/sites\/15\/2026\/06\/dyd-final-day-300x300.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Dyd final day\" \/>\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/dyd-final-day\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">DYD Final day<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t\t<time datetime=\"2026-06-27T18:01:38+08:00\" class=\"uagb-post__date\">\n\t\t\t\t<span class=\"dashicons-calendar dashicons\"><\/span>\t\t\t\t\tJune 27, 2026\t\t\t\t<\/time>\n\t\t\t\t\t\t\t<span class=\"uagb-post__comment\">\n\t\t\t\t<span class=\"dashicons-admin-comments dashicons\"><\/span>\t\t\t\t\tNo Comments\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\t<p>As the celebration of Diocesan Youth Day 2026 comes to an end, the youth of&#8230;\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/dyd-final-day\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/the-value-of-elder-orphan-in-the-home-for-the-aged\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-content\/uploads\/sites\/15\/2026\/03\/flores-de-mayo-300x300.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Flores de mayo\" \/>\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/the-value-of-elder-orphan-in-the-home-for-the-aged\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Flores De Mayo<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t\t<time datetime=\"2026-03-23T08:27:44+08:00\" class=\"uagb-post__date\">\n\t\t\t\t<span class=\"dashicons-calendar dashicons\"><\/span>\t\t\t\t\tMarch 23, 2026\t\t\t\t<\/time>\n\t\t\t\t\t\t\t<span class=\"uagb-post__comment\">\n\t\t\t\t<span class=\"dashicons-admin-comments dashicons\"><\/span>\t\t\t\t\tNo Comments\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\t<p>Sa buong buwan ng Mayo, sama-sama nating ipinagdiwang ang Flores de Mayo bilang pag-aalay ng&#8230;\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/the-value-of-elder-orphan-in-the-home-for-the-aged\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/yin-wood-on-the-job-training\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-content\/uploads\/sites\/15\/2026\/03\/dyd-300x300.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Dyd\" \/>\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/yin-wood-on-the-job-training\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Diocesan Youth Day 2026<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t\t<time datetime=\"2026-03-21T17:27:35+08:00\" class=\"uagb-post__date\">\n\t\t\t\t<span class=\"dashicons-calendar dashicons\"><\/span>\t\t\t\t\tMarch 21, 2026\t\t\t\t<\/time>\n\t\t\t\t\t\t\t<span class=\"uagb-post__comment\">\n\t\t\t\t<span class=\"dashicons-admin-comments dashicons\"><\/span>\t\t\t\t\tNo Comments\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\t<p>Diocesan Youth Day 2026 continued to be a meaningful and inspiring journey for the youth&#8230;\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/yin-wood-on-the-job-training\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>St. Lawrence the Deacon Parish \u2013 Buenavista, Quezon City Diocese of Gumaca \u00b7 Buenavista, Quezon City Called to Serve,Rooted in [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"@media only screen and (max-width: 767px) {\n.uagb-slider-container .swiper-button-prev, .uagb-slider-container .swiper-button-next, .uagb-slick-carousel button.slick-arrow {\n    display: none;\n}\n}\n\n.dashicons {\n    color: #6528f7;\n}\n.dashicons:hover {\n    color: #0f172a;\n}\n.single .post-navigation {\n    padding: 10px 0 0;\n}\n\n@media (max-width: 768px) {\n    .single .post-navigation {\n        padding: 10px 0;\n    }\n}","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"slim_seo":{"title":"St. Lawrence the Deacon Padua Parish","description":"St. Lawrence the Deacon Parish \u2013 Buenavista, Quezon City Diocese of Gumaca \u00b7 Buenavista, Quezon City Called to Serve, Rooted in Faith Welcome to St. Lawrence th"},"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Yin Wood","author_link":"https:\/\/demo2.yinwoodweb.com\/buenavista\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"St. Lawrence the Deacon Parish \u2013 Buenavista, Quezon City Diocese of Gumaca \u00b7 Buenavista, Quezon City Called to Serve,Rooted in [&hellip;]","_links":{"self":[{"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":39,"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":721,"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/pages\/28\/revisions\/721"}],"wp:attachment":[{"href":"https:\/\/demo2.yinwoodweb.com\/buenavista\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}