{"id":960,"date":"2026-04-27T05:32:48","date_gmt":"2026-04-27T05:32:48","guid":{"rendered":"https:\/\/Demo5.yinwoodweb.com\/perez\/?page_id=960"},"modified":"2026-06-14T12:01:20","modified_gmt":"2026-06-14T12:01:20","slug":"schedule","status":"publish","type":"page","link":"https:\/\/Demo5.yinwoodweb.com\/perez\/schedule\/","title":{"rendered":"Schedule"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-96bfe18f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-21b040ee\"><h1 class=\"uagb-heading-text\">Join us in prayer and worship. View the weekly Mass schedules, confession hours, and parish events at St. Anthony of Padua Parish Church.<\/h1><\/div>\n<\/div><\/div>\n\n\n\n<!-- ST. ANTHONY PARISH SCHEDULE MODULE - SINGLE CONTAINER, NO HEADER\/FOOTER -->\n<style>\n  \/* Reset only inside this module \u2013 no leakage *\/\n  .st-anthony-schedule * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  .st-anthony-schedule {\n    max-width: 1400px;\n    margin: 2rem auto;\n    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;\n    background: transparent;\n  }\n\n  \/* Google Fonts *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap');\n\n  \/* TOP DESCRIPTION (outside cards) *\/\n  .schedule-intro {\n    background: #FFFEF9;\n    border-radius: 28px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    border: 1px solid #E9DCCF;\n    box-shadow: 0 8px 20px -8px rgba(70, 40, 20, 0.1);\n    animation: fadeSlideUp 0.5s ease-out;\n  }\n\n  .schedule-intro h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #6B3E1C;\n    margin-bottom: 0.5rem;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .schedule-intro h3 i {\n    color: #B47C48;\n    font-size: 1.6rem;\n  }\n\n  .schedule-intro p {\n    font-size: 1rem;\n    line-height: 1.55;\n    color: #3D2C20;\n    margin-top: 0.5rem;\n  }\n\n  .schedule-intro .highlight {\n    background: #F9F2E8;\n    padding: 0.8rem 1.2rem;\n    border-radius: 20px;\n    margin-top: 1rem;\n    font-size: 0.9rem;\n    border-left: 4px solid #B47C48;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n\n  @keyframes fadeSlideUp {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* GRID CARDS *\/\n  .schedule-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 2rem;\n  }\n\n  \/* CARD STYLES *\/\n  .schedule-card {\n    background: #FFFEF9;\n    border-radius: 32px;\n    box-shadow: 0 20px 35px -12px rgba(70, 40, 20, 0.15);\n    overflow: hidden;\n    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);\n    border: 1px solid #E9DBCB;\n    animation: cardFloatUp 0.6s ease-out backwards;\n  }\n\n  .schedule-card:nth-child(1) { animation-delay: 0.1s; }\n  .schedule-card:nth-child(2) { animation-delay: 0.2s; }\n  .schedule-card:nth-child(3) { animation-delay: 0.3s; }\n\n  @keyframes cardFloatUp {\n    0% { opacity: 0; transform: translateY(30px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  .schedule-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 28px 38px -14px rgba(60, 35, 15, 0.2);\n    border-color: #D0B084;\n  }\n\n  .card-header {\n    background: linear-gradient(135deg, #7C4D2B 0%, #9F6838 100%);\n    padding: 1.3rem 1.8rem;\n    border-bottom: 1px solid #CFB187;\n  }\n\n  .card-header h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 700;\n    font-size: 1.85rem;\n    letter-spacing: -0.3px;\n    color: #FFF6EA;\n    margin-bottom: 0.2rem;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .card-header h2 i {\n    font-size: 1.6rem;\n    color: #FADB9F;\n  }\n\n  .parish-location {\n    font-size: 0.75rem;\n    font-weight: 500;\n    color: #FFECCF;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-family: 'Inter', sans-serif;\n  }\n\n  \/* Card inner description (per container) *\/\n  .card-description {\n    background: #FDF8F0;\n    padding: 0.6rem 1rem;\n    margin: 0 1.2rem 1rem 1.2rem;\n    border-radius: 20px;\n    font-size: 0.8rem;\n    font-weight: 500;\n    color: #7B5A3E;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    border-left: 3px solid #C9915E;\n  }\n\n  .card-body {\n    padding: 0 1.8rem 1.5rem 1.8rem;\n  }\n\n  .appointment-note {\n    background: #F4EBDF;\n    padding: 0.5rem 1rem;\n    border-radius: 60px;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.7rem;\n    font-weight: 600;\n    color: #6B3E1C;\n    margin-bottom: 1.2rem;\n    border-left: 4px solid #B47C48;\n  }\n\n  .schedule-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.8rem;\n  }\n\n  .schedule-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.92rem;\n    font-weight: 450;\n    color: #2C241E;\n    padding: 0.3rem 0;\n    border-bottom: 1px solid #F0E5D8;\n  }\n\n  .schedule-list li i {\n    width: 26px;\n    text-align: center;\n    font-size: 1.1rem;\n    color: #B47C48;\n    transition: transform 0.2s;\n  }\n\n  .schedule-list li:hover i {\n    transform: scale(1.05);\n  }\n\n  .list-text strong {\n    font-weight: 650;\n    color: #4C2A12;\n  }\n\n  .appointment-text {\n    font-weight: 500;\n    color: #A5642A;\n    background: #FFF2E6;\n    padding: 2px 10px;\n    border-radius: 40px;\n    font-size: 0.68rem;\n    margin-left: 6px;\n    white-space: nowrap;\n  }\n\n  .time-slot {\n    font-weight: 600;\n    color: #7C4D2B;\n    background: #FDF5EA;\n    padding: 2px 8px;\n    border-radius: 24px;\n    font-size: 0.72rem;\n  }\n\n  .badge-light {\n    background: #EEE2D4;\n    border-radius: 40px;\n    font-size: 0.65rem;\n    font-weight: 550;\n    padding: 2px 8px;\n    margin-left: 6px;\n  }\n\n  .subnote {\n    margin-top: 1rem;\n    font-size: 0.72rem;\n    background: #F9F2E8;\n    padding: 0.6rem 0.9rem;\n    border-radius: 20px;\n    color: #7B5A3E;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    border: 1px dashed #E2CFB7;\n  }\n\n  @media (max-width: 700px) {\n    .schedule-intro { padding: 1.2rem; }\n    .card-header h2 { font-size: 1.6rem; }\n    .card-body { padding: 0 1.2rem 1.2rem 1.2rem; }\n    .card-description { margin: 0 0.8rem 0.8rem 0.8rem; }\n    .appointment-text { white-space: normal; }\n  }\n<\/style>\n\n<div class=\"st-anthony-schedule\">\n  <!-- TOP DESCRIPTION (outside cards, inside main container) -->\n  <div class=\"schedule-intro\">\n    <h3><i class=\"fas fa-place-of-worship\"><\/i> St. Anthony of Padua Parish \u2013 Schedule Overview<\/h3>\n    <p>Welcome to the official schedule page. Below you will find the weekly Mass times, sacrament guidelines, and baptism appointments. All sacramental services (weddings, confessions, funerals, anointing of the sick, blessings) are offered <strong>by appointment only<\/strong> to ensure personal pastoral attention. Please contact the parish office for scheduling.<\/p>\n    <div class=\"highlight\">\n      <i class=\"fas fa-clock\"><\/i>\n      <span><strong>Parish Office Hours:<\/strong> Monday \u2013 Saturday, 8:00 AM \u2013 5:00 PM (closed Sundays except for Masses).<\/span>\n    <\/div>\n  <\/div>\n\n  <!-- THREE CARDS GRID -->\n  <div class=\"schedule-grid\">\n\n    <!-- MASS SCHEDULE CARD -->\n    <div class=\"schedule-card\">\n      <div class=\"card-header\">\n        <h2><i class=\"fas fa-church\"><\/i> MASS SCHEDULE<\/h2>\n        <div class=\"parish-location\"><i class=\"fas fa-map-marker-alt\"><\/i> St. Anthony of Padua \u00b7 Perez, Quezon<\/div>\n      <\/div>\n      <div class=\"card-description\">\n        <i class=\"fas fa-calendar-alt\"><\/i> Weekly Eucharistic celebrations &#038; Novena\n      <\/div>\n      <div class=\"card-body\">\n        <div class=\"appointment-note\"><i class=\"fas fa-calendar-week\"><\/i> WEEKLY MASS TIMES<\/div>\n        <ul class=\"schedule-list\">\n          <li><i class=\"fas fa-times-circle\"><\/i><span class=\"list-text\"><strong>Monday<\/strong> \u00b7 No Mass<\/span><\/li>\n          <li><i class=\"fas fa-times-circle\"><\/i><span class=\"list-text\"><strong>Tuesday<\/strong> \u00b7 No Mass<\/span><\/li>\n          <li><i class=\"fas fa-hands-praying\"><\/i><span class=\"list-text\"><strong>Wednesday<\/strong> \u00b7 Our Mother of Perpetual Help Novena <span class=\"badge-light\">Time TBA<\/span><\/span><\/li>\n          <li><i class=\"fas fa-times-circle\"><\/i><span class=\"list-text\"><strong>Thursday<\/strong> \u00b7 No Mass<\/span><\/li>\n          <li><i class=\"fas fa-times-circle\"><\/i><span class=\"list-text\"><strong>Friday<\/strong> \u00b7 No Mass<\/span><\/li>\n          <li><i class=\"fas fa-times-circle\"><\/i><span class=\"list-text\"><strong>Saturday<\/strong> \u00b7 No Mass<\/span><\/li>\n          <li><i class=\"fas fa-sun\"><\/i><span class=\"list-text\"><strong>Sunday<\/strong> \u00b7 <span class=\"time-slot\">6:00 AM<\/span> (Holy Mass)<\/span><\/li>\n          <li><i class=\"fas fa-sun\"><\/i><span class=\"list-text\"><strong>Sunday<\/strong> \u00b7 <span class=\"time-slot\">8:00 AM<\/span> (Holy Mass)<\/span><\/li>\n          <li><i class=\"fas fa-moon\"><\/i><span class=\"list-text\"><strong>Sunday<\/strong> \u00b7 <span class=\"time-slot\">5:00 PM<\/span> (Holy Mass)<\/span><\/li>\n        <\/ul>\n        <div class=\"subnote\"><i class=\"fas fa-bell\"><\/i><span>Novena intentions: please coordinate with parish office.<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SACRAMENTS & OFFICE CARD -->\n    <div class=\"schedule-card\">\n      <div class=\"card-header\">\n        <h2><i class=\"fas fa-scroll\"><\/i> SACRAMENTS &#038; OFFICE<\/h2>\n        <div class=\"parish-location\"><i class=\"fas fa-map-marker-alt\"><\/i> St. Anthony of Padua \u00b7 Perez, Quezon<\/div>\n      <\/div>\n      <div class=\"card-description\">\n        <i class=\"fas fa-hand-sparkles\"><\/i> Sacramental rites \u2013 by appointment only\n      <\/div>\n      <div class=\"card-body\">\n        <div class=\"appointment-note\"><i class=\"fas fa-phone-alt\"><\/i> ALL SERVICES BY APPOINTMENT<\/div>\n        <ul class=\"schedule-list\">\n          <li><i class=\"fas fa-ring\"><\/i><span class=\"list-text\"><strong>Wedding Schedule<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-dove\"><\/i><span class=\"list-text\"><strong>Confession Schedule<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-cross\"><\/i><span class=\"list-text\"><strong>Funeral Mass Schedule<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-oil-can\"><\/i><span class=\"list-text\"><strong>Anointing of the Sick (Sick Call)<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-praying-hands\"><\/i><span class=\"list-text\"><strong>Blessing Religious Items &#038; Establishments<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-home\"><\/i><span class=\"list-text\"><strong>House Blessing &#038; Other Establishments<\/strong> <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n        <\/ul>\n        <div class=\"subnote\"><i class=\"fas fa-calendar-check\"><\/i><span>Advance booking required. Contact parish secretary.<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- BAPTISM SCHEDULE CARD -->\n    <div class=\"schedule-card\">\n      <div class=\"card-header\">\n        <h2><i class=\"fas fa-baby-carriage\"><\/i> BAPTISM SCHEDULE<\/h2>\n        <div class=\"parish-location\"><i class=\"fas fa-map-marker-alt\"><\/i> St. Anthony of Padua \u00b7 Perez, Quezon<\/div>\n      <\/div>\n      <div class=\"card-description\">\n        <i class=\"fas fa-droplet\"><\/i> Baptism by appointment (Tuesday\u2013Sunday)\n      <\/div>\n      <div class=\"card-body\">\n        <div class=\"appointment-note\"><i class=\"fas fa-water\"><\/i> BAPTISM BY APPOINTMENT ONLY<\/div>\n        <ul class=\"schedule-list\">\n          <li><i class=\"fas fa-calendar-day\"><\/i><span class=\"list-text\"><strong>Tuesday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-calendar-day\"><\/i><span class=\"list-text\"><strong>Wednesday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-calendar-day\"><\/i><span class=\"list-text\"><strong>Thursday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-calendar-day\"><\/i><span class=\"list-text\"><strong>Friday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-calendar-day\"><\/i><span class=\"list-text\"><strong>Saturday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n          <li><i class=\"fas fa-calendar-week\"><\/i><span class=\"list-text\"><strong>Sunday<\/strong> \u00b7 <span class=\"appointment-text\">By Appointment<\/span><\/span><\/li>\n        <\/ul>\n        <div class=\"subnote\"><i class=\"fas fa-info-circle\"><\/i><span><strong>Note:<\/strong> No Monday baptism. Schedule at least one week in advance.<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Font Awesome icons (for all symbols) -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n","protected":false},"excerpt":{"rendered":"<p>Join us in prayer and worship. View the weekly Mass schedules, confession hours, and parish events at St. Anthony of [&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":"","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":"disabled","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":"Schedule - St. Anthony of Padua Parish","description":"Join us in prayer and worship. View the weekly Mass schedules, confession hours, and parish events at St. Anthony of Padua Parish Church. St. Anthony of Padua P"},"footnotes":""},"class_list":["post-960","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":"Diocese of Gumaca","author_link":"https:\/\/Demo5.yinwoodweb.com\/perez\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"Join us in prayer and worship. View the weekly Mass schedules, confession hours, and parish events at St. Anthony of [&hellip;]","_links":{"self":[{"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/pages\/960","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/comments?post=960"}],"version-history":[{"count":29,"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/pages\/960\/revisions"}],"predecessor-version":[{"id":1493,"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/pages\/960\/revisions\/1493"}],"wp:attachment":[{"href":"https:\/\/Demo5.yinwoodweb.com\/perez\/wp-json\/wp\/v2\/media?parent=960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}