{"id":28,"date":"2026-03-13T07:30:08","date_gmt":"2026-03-13T07:30:08","guid":{"rendered":"https:\/\/demo2.yinwoodweb.com\/pugawan\/?page_id=28"},"modified":"2026-06-17T13:31:04","modified_gmt":"2026-06-17T05:31:04","slug":"home","status":"publish","type":"page","link":"https:\/\/demo2.yinwoodweb.com\/pugawan\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-09d97f12 alignfull uagb-is-root-container\">\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Divine Mercy Parish \u2013 Pugawan, Quezon City<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&amp;family=Lato:wght@300;400;700&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      --navy: #0D1B2A;\n      --navy-mid: #162438;\n      --gold: #C9A84C;\n      --gold-light: #E8CC7A;\n      --ivory: #F8F4EC;\n      --crimson: #8B1A2D;\n      --white: #FFFFFF;\n      --text-dark: #1A1A2E;\n      --text-muted: #6B7280;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Lato', sans-serif;\n      background: var(--ivory);\n      color: var(--text-dark);\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      position: relative; height: 100vh; min-height: 640px;\n      display: flex; align-items: center; justify-content: center;\n      overflow: hidden;\n      background: var(--navy);\n    }\n\n    \/* Radiant glow \u2013 the signature element *\/\n    .hero-glow {\n      position: absolute; top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 600px; height: 600px;\n      background: radial-gradient(ellipse at center,\n        rgba(201,168,76,0.22) 0%,\n        rgba(139,26,45,0.12) 35%,\n        transparent 70%);\n      animation: pulse 4s ease-in-out infinite;\n      pointer-events: none;\n    }\n    @keyframes pulse {\n      0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }\n      50% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.7; }\n    }\n\n    \/* Decorative cross of light *\/\n    .hero-cross {\n      position: absolute; top: 50%; left: 50%;\n      transform: translate(-50%, -53%);\n      width: 3px; height: 260px;\n      background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.6), transparent);\n      pointer-events: none;\n    }\n    .hero-cross::before {\n      content: ''; position: absolute; top: 60px; left: 50%;\n      transform: translateX(-50%);\n      width: 120px; height: 3px;\n      background: linear-gradient(to right, transparent, rgba(201,168,76,0.6), transparent);\n    }\n\n    .hero-content {\n      position: relative; z-index: 2;\n      text-align: center; padding: 0 20px;\n    }\n\n    .hero-eyebrow {\n      font-family: 'Cinzel', serif;\n      font-size: 0.72rem; letter-spacing: 0.35em;\n      color: var(--gold); text-transform: uppercase;\n      margin-bottom: 20px;\n      display: flex; align-items: center; justify-content: center; gap: 16px;\n    }\n    .hero-eyebrow::before, .hero-eyebrow::after {\n      content: ''; display: inline-block;\n      width: 40px; height: 1px; background: var(--gold); opacity: 0.6;\n    }\n\n    .hero-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.8rem, 7vw, 5.5rem);\n      color: var(--white);\n      font-weight: 700;\n      line-height: 1.1;\n      margin-bottom: 10px;\n    }\n    .hero-title em {\n      font-style: italic; color: var(--gold);\n    }\n\n    .hero-subtitle {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1rem, 2.5vw, 1.5rem);\n      color: rgba(255,255,255,0.65);\n      font-weight: 400; font-style: italic;\n      margin-bottom: 48px;\n      letter-spacing: 0.02em;\n    }\n\n    .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\n\n    .btn-primary {\n      background: var(--gold); color: var(--navy);\n      padding: 14px 36px; font-weight: 700;\n      font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;\n      text-decoration: none; border-radius: 2px;\n      transition: background 0.2s, transform 0.2s;\n      border: none; cursor: pointer; display: inline-block;\n    }\n    .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }\n\n    .btn-outline {\n      border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);\n      padding: 14px 36px; font-weight: 400;\n      font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase;\n      text-decoration: none; border-radius: 2px;\n      transition: border-color 0.2s, background 0.2s;\n      display: inline-block;\n    }\n    .btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); }\n\n    .hero-scroll {\n      position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);\n      display: flex; flex-direction: column; align-items: center; gap: 8px;\n      color: rgba(255,255,255,0.4); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;\n      animation: bounce 2s ease-in-out infinite;\n    }\n    .hero-scroll svg { width: 18px; opacity: 0.5; }\n    @keyframes bounce {\n      0%, 100% { transform: translateX(-50%) translateY(0); }\n      50% { transform: translateX(-50%) translateY(6px); }\n    }\n\n    \/* \u2500\u2500 MASS SCHEDULE STRIP \u2500\u2500 *\/\n    .mass-strip {\n      background: var(--crimson);\n      padding: 0;\n      display: flex; justify-content: center; align-items: stretch;\n    }\n    .mass-strip-inner {\n      display: flex; width: 100%; max-width: 1100px;\n      flex-wrap: wrap;\n    }\n    .mass-item {\n      flex: 1; min-width: 200px;\n      padding: 28px 32px;\n      border-right: 1px solid rgba(255,255,255,0.15);\n      text-align: center;\n    }\n    .mass-item:last-child { border-right: none; }\n    .mass-item-label {\n      font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;\n      color: rgba(255,255,255,0.6); margin-bottom: 6px;\n    }\n    .mass-item-day { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); font-weight: 600; }\n    .mass-item-time { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-top: 3px; }\n\n    \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n    section { padding: 96px 5%; }\n\n    .section-eyebrow {\n      font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n      font-family: 'Cinzel', serif;\n    }\n\n    .section-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.8rem, 4vw, 3rem);\n      line-height: 1.15; font-weight: 700;\n      color: var(--navy);\n    }\n\n    .section-divider {\n      width: 48px; height: 2px;\n      background: var(--gold); margin: 20px 0 28px;\n    }\n\n    \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n    .about-grid {\n      display: grid; grid-template-columns: 1fr 1fr;\n      gap: 80px; align-items: center;\n      max-width: 1100px; margin: 0 auto;\n    }\n\n    .about-visual {\n      position: relative;\n    }\n    .about-image-box {\n      width: 100%; aspect-ratio: 4\/5;\n      background: var(--navy-mid);\n      border-radius: 4px;\n      display: flex; align-items: center; justify-content: center;\n      overflow: hidden;\n      position: relative;\n    }\n    .about-image-placeholder {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.1rem; color: rgba(255,255,255,0.3);\n      text-align: center; padding: 20px;\n    }\n    .about-cross-deco {\n      position: absolute; bottom: -20px; right: -20px;\n      width: 120px; height: 120px;\n      border: 2px solid var(--gold);\n      border-radius: 2px; opacity: 0.35;\n    }\n    .about-badge {\n      position: absolute; top: -16px; left: -16px;\n      width: 90px; height: 90px;\n      background: var(--gold); border-radius: 50%;\n      display: flex; flex-direction: column; align-items: center; justify-content: center;\n      font-family: 'Cinzel', serif; color: var(--navy);\n    }\n    .about-badge-year { font-size: 1.4rem; font-weight: 600; line-height: 1; }\n    .about-badge-label { font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; }\n\n    .about-text p {\n      font-size: 1rem; line-height: 1.85; color: #444;\n      margin-bottom: 20px;\n    }\n\n    .about-pillars {\n      display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px;\n    }\n    .pillar {\n      border-left: 3px solid var(--gold);\n      padding: 12px 16px;\n      background: rgba(201,168,76,0.06);\n    }\n    .pillar-title { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 600; color: var(--navy); }\n    .pillar-text { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; line-height: 1.5; }\n\n    \/* \u2500\u2500 DIVINE MERCY PRAYER \u2500\u2500 *\/\n    .prayer-section {\n      background: var(--navy);\n      position: relative; overflow: hidden;\n      text-align: center;\n    }\n    .prayer-bg-glow {\n      position: absolute; top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 800px; height: 500px;\n      background: radial-gradient(ellipse, rgba(201,168,76,0.08) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .prayer-content { position: relative; z-index: 1; max-width: 740px; margin: 0 auto; }\n    .prayer-content .section-eyebrow { color: var(--gold-light); }\n    .prayer-content .section-title { color: var(--white); }\n    .prayer-content .section-divider { margin: 20px auto 32px; }\n    .prayer-text {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.25rem; line-height: 2;\n      color: rgba(255,255,255,0.8);\n      font-style: italic;\n    }\n    .prayer-attribution {\n      margin-top: 28px; font-size: 0.75rem;\n      letter-spacing: 0.2em; text-transform: uppercase;\n      color: var(--gold); opacity: 0.7;\n    }\n\n    \/* \u2500\u2500 EVENTS \u2500\u2500 *\/\n    .events-section { background: var(--white); }\n    .events-header { display: flex; justify-content: space-between; align-items: flex-end; max-width: 1100px; margin: 0 auto 48px; }\n    .events-grid {\n      display: grid; grid-template-columns: repeat(3, 1fr);\n      gap: 28px; max-width: 1100px; margin: 0 auto;\n    }\n    .event-card {\n      border: 1px solid rgba(0,0,0,0.08); border-radius: 4px;\n      overflow: hidden; transition: transform 0.25s, box-shadow 0.25s;\n    }\n    .event-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }\n    .event-card-top {\n      background: var(--navy-mid);\n      padding: 32px 24px 24px;\n      position: relative;\n    }\n    .event-date {\n      display: inline-flex; align-items: center; gap: 10px;\n      background: var(--gold); color: var(--navy);\n      padding: 6px 14px; border-radius: 2px;\n      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;\n      text-transform: uppercase; margin-bottom: 16px;\n    }\n    .event-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--white); line-height: 1.3; }\n    .event-body { padding: 20px 24px 28px; }\n    .event-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }\n    .event-link {\n      display: inline-block; margin-top: 16px;\n      font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--crimson); font-weight: 700; text-decoration: none;\n      border-bottom: 1px solid var(--crimson); padding-bottom: 1px;\n    }\n\n    \/* \u2500\u2500 SACRAMENTS \u2500\u2500 *\/\n    .sacraments-section { background: var(--ivory); }\n    .sacraments-grid {\n      display: grid; grid-template-columns: repeat(4, 1fr);\n      gap: 2px; max-width: 1100px; margin: 48px auto 0;\n    }\n    .sacrament-item {\n      background: var(--white);\n      padding: 40px 24px; text-align: center;\n      border-top: 3px solid transparent;\n      transition: border-color 0.25s;\n      cursor: default;\n    }\n    .sacrament-item:hover { border-color: var(--gold); }\n    .sacrament-icon {\n      font-size: 2rem; margin-bottom: 16px; display: block;\n    }\n    .sacrament-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; color: var(--navy); }\n    .sacrament-desc { font-size: 0.8rem; color: var(--text-muted); margin-top: 8px; line-height: 1.6; }\n\n    \/* \u2500\u2500 CONTACT STRIP \u2500\u2500 *\/\n    .contact-strip {\n      background: var(--navy-mid);\n      padding: 64px 5%;\n      text-align: center;\n    }\n    .contact-strip h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 2rem; color: var(--white); margin-bottom: 12px;\n    }\n    .contact-strip p { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 32px; }\n    .contact-info {\n      display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;\n      margin-bottom: 36px;\n    }\n    .contact-info-item { text-align: center; }\n    .contact-info-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }\n    .contact-info-value { color: var(--white); font-size: 0.95rem; }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 900px) {\n      .about-grid { grid-template-columns: 1fr; gap: 48px; }\n      .events-grid { grid-template-columns: 1fr 1fr; }\n      .sacraments-grid { grid-template-columns: 1fr 1fr; }\n      .events-header { flex-direction: column; align-items: flex-start; gap: 16px; }\n    }\n    @media (max-width: 600px) {\n      nav { padding: 0 4%; }\n      .events-grid { grid-template-columns: 1fr; }\n      .sacraments-grid { grid-template-columns: 1fr 1fr; }\n      .mass-strip-inner { flex-direction: column; }\n      .mass-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }\n      .about-pillars { grid-template-columns: 1fr; }\n      .contact-info { flex-direction: column; gap: 24px; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      .hero-glow, .hero-scroll { animation: none; }\n    }\n  <\/style>\n\n\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"hero-glow\"><\/div>\n    <div class=\"hero-cross\"><\/div>\n    <div class=\"hero-content\">\n      <div class=\"hero-eyebrow\">Divine Mercy Parish \u00b7 Pugawan, Quezon City<\/div>\n      <h1 class=\"hero-title\">\n        A Community in<br>\n        <em>Faith, Hope,<\/em><br>and Love\n      <\/h1>\n      <p class=\"hero-subtitle\">Growing Together in Christ Since 2008<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"https:\/\/demo2.yinwoodweb.com\/pugawan\/about-us\/\" class=\"btn-primary\">Discover Our Parish<\/a>\n        <a href=\"https:\/\/demo2.yinwoodweb.com\/pugawan\/donate\/\" class=\"btn-outline\">Donate<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-scroll\">\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n        <path d=\"M12 5v14M5 12l7 7 7-7\"><\/path>\n      <\/svg>\n      Scroll\n    <\/div>\n  <\/section>\n  \n\n  <!-- ABOUT -->\n <section id=\"about\">\n  <div class=\"about-grid\">\n    <div class=\"about-visual\">\n      <div class=\"about-image-box\">\n        <img decoding=\"async\" src=\"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-content\/uploads\/sites\/11\/2026\/06\/Gemini_Generated_Image_nhlqmanhlqmanhlq.png\" alt=\"Divine Mercy Parish Church\">\n      <\/div>\n      <div class=\"about-badge\">\n        <span class=\"about-badge-year\">2008<\/span>\n        <span class=\"about-badge-label\">Founded<\/span>\n      <\/div>\n      <div class=\"about-cross-deco\"><\/div>\n    <\/div>\n    <div class=\"about-text\">\n      <div class=\"section-eyebrow\">Our Story<\/div>\n      <h2 class=\"section-title\">A Place Where Mercy Meets Community<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <p>Divine Mercy Parish has been a spiritual home in Pugawan, Quezon City since 2008. Built on the devotion to Jesus&#8217; Divine Mercy \u2014 the infinite love and compassion He shows to all souls \u2014 our parish stands as a beacon of hope, healing, and grace in our community.<\/p>\n      <p>Under the patronage of the Divine Mercy image, we gather as one family \u2014 celebrating the sacraments, serving the poor, and growing in our walk with Christ. Every soul is welcome at our doors.<\/p>\n      <div class=\"about-pillars\">\n        <div class=\"pillar\">\n          <div class=\"pillar-title\">Worship<\/div>\n          <div class=\"pillar-text\">Reverent, life-giving celebration of the sacraments and the liturgy.<\/div>\n        <\/div>\n        <div class=\"pillar\">\n          <div class=\"pillar-title\">Community<\/div>\n          <div class=\"pillar-text\">A family united by faith, supporting one another in love.<\/div>\n        <\/div>\n        <div class=\"pillar\">\n          <div class=\"pillar-title\">Service<\/div>\n          <div class=\"pillar-text\">Reaching out to the marginalized and those most in need.<\/div>\n        <\/div>\n        <div class=\"pillar\">\n          <div class=\"pillar-title\">Formation<\/div>\n          <div class=\"pillar-text\">Deepening faith through catechesis and ongoing discipleship.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n  <!-- DIVINE MERCY PRAYER -->\n  <section class=\"prayer-section\">\n    <div class=\"prayer-bg-glow\"><\/div>\n    <div class=\"prayer-content\">\n      <div class=\"section-eyebrow\">Daily Prayer<\/div>\n      <h2 class=\"section-title\" style=\"color:var(--white);\">The Chaplet of Divine Mercy<\/h2>\n      <div class=\"section-divider\" style=\"margin:20px auto 32px;\"><\/div>\n      <p class=\"prayer-text\">\n        &#8220;Eternal Father, I offer You the Body and Blood, Soul and Divinity of Your dearly beloved Son, Our Lord Jesus Christ, in atonement for our sins and those of the whole world.&#8221;\n      <\/p>\n      <div class=\"prayer-attribution\">\u2014 From the Diary of St. Faustina Kowalska<\/div>\n    <\/div>\n  <\/section>\n\n  \n  <!-- SACRAMENTS -->\n  <section class=\"sacraments-section\" id=\"sacraments\">\n    <div style=\"max-width:1100px; margin:0 auto;\">\n      <div class=\"section-eyebrow\">Our Ministry<\/div>\n      <h2 class=\"section-title\">The Holy Sacraments<\/h2>\n      <div class=\"section-divider\"><\/div>\n    <\/div>\n    <div class=\"sacraments-grid\">\n      <div class=\"sacrament-item\">\n        <span class=\"sacrament-icon\">\ud83d\udd4a\ufe0f<\/span>\n        <div class=\"sacrament-name\">Baptism<\/div>\n        <div class=\"sacrament-desc\">Every 2nd Sunday of the month. Attend a pre-baptismal seminar to schedule.<\/div>\n      <\/div>\n      <div class=\"sacrament-item\">\n        <span class=\"sacrament-icon\">\ud83c\udf5e<\/span>\n        <div class=\"sacrament-name\">Eucharist<\/div>\n        <div class=\"sacrament-desc\">First Communion classes held annually. Contact the parish office to enroll.<\/div>\n      <\/div>\n      <div class=\"sacrament-item\">\n        <span class=\"sacrament-icon\">\ud83d\udd6f\ufe0f<\/span>\n        <div class=\"sacrament-name\">Confirmation<\/div>\n        <div class=\"sacrament-desc\">Formation program for teens and adults seeking the fullness of the faith.<\/div>\n      <\/div>\n      <div class=\"sacrament-item\">\n        <span class=\"sacrament-icon\">\ud83d\udc8d<\/span>\n        <div class=\"sacrament-name\">Marriage<\/div>\n        <div class=\"sacrament-desc\">Marriage Preparation Seminar (Pre-Cana) required. See the parish office 6 months in advance.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONTACT -->\n  <div class=\"contact-strip\" id=\"contact\">\n    <h2>Come and Worship With Us<\/h2>\n    <p>Everyone is welcome. Our doors are always open.<\/p>\n    <div class=\"contact-info\">\n      <div class=\"contact-info-item\">\n        <div class=\"contact-info-label\">Address<\/div>\n        <div class=\"contact-info-value\">Pugawan, Quezon City, Philippines<\/div>\n      <\/div>\n      <div class=\"contact-info-item\">\n        <div class=\"contact-info-label\">Parish Office Hours<\/div>\n        <div class=\"contact-info-value\">Mon \u2013 Sat \u00b7 8:00 AM \u2013 5:00 PM<\/div>\n      <\/div>\n      <div class=\"contact-info-item\">\n        <div class=\"contact-info-label\">Email<\/div>\n        <div class=\"contact-info-value\">divinemercyparish@archdiocese.ph<\/div>\n      <\/div>\n    <\/div>\n    <a href=\"mailto:divinemercyparish@archdiocese.ph\" <=\"\" div=\"\"><\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Divine Mercy Parish \u2013 Pugawan, Quezon City Divine Mercy Parish \u00b7 Pugawan, Quezon City A Community in Faith, Hope,and Love [&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":"Divine Mercy Parish - EST 2008","description":"Divine Mercy Parish \u2013 Pugawan, Quezon City Divine Mercy Parish \u00b7 Pugawan, Quezon City A Community in Faith, Hope, and Love Growing Together in Christ Since 2008"},"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\/pugawan\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"Divine Mercy Parish \u2013 Pugawan, Quezon City Divine Mercy Parish \u00b7 Pugawan, Quezon City A Community in Faith, Hope,and Love [&hellip;]","_links":{"self":[{"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":91,"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":962,"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/pages\/28\/revisions\/962"}],"wp:attachment":[{"href":"https:\/\/demo2.yinwoodweb.com\/pugawan\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}