{"id":1058,"date":"2026-04-01T02:36:17","date_gmt":"2026-04-01T06:36:17","guid":{"rendered":"https:\/\/townofalma.org\/?page_id=1058"},"modified":"2026-05-03T07:23:12","modified_gmt":"2026-05-03T11:23:12","slug":"churches","status":"publish","type":"page","link":"https:\/\/www.townofalmany.org\/?page_id=1058","title":{"rendered":"Churches"},"content":{"rendered":"\n\n\t<section class=\"section\" id=\"section_349496372\">\n\t\t<div class=\"section-bg fill\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\n\n\t\t<\/div>\n\n\t\t\n\n\t\t<div class=\"section-content relative\">\n\t\t\t\n\n\n\n<style>\n  .alma-church-page {\n    --green: #0f172a;\n    --dark-green: #020617;\n    --gold: #d7a948;\n    --cream: #f8fafc;\n    --light: #ffffff;\n    --text: #263128;\n    --muted: #667085;\n    --border: #d8ddcf;\n    font-family: Georgia, \"Times New Roman\", serif;\n    color: var(--text);\n  }\n\n  .alma-church-page * {\n    box-sizing: border-box;\n  }\n\n  .alma-church-hero {\n    background: linear-gradient(135deg, #020617, #0f172a);\n    color: white;\n    padding: 60px 25px;\n    text-align: center;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    border-bottom: 6px solid var(--gold);\n  }\n\n  .alma-church-hero .eyebrow {\n    color: var(--gold);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-size: 13px;\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n\n  .alma-church-hero h1 {\n    margin: 0;\n    font-size: 42px;\n    line-height: 1.1;\n    color: white;\n  }\n\n  .alma-church-hero p {\n    max-width: 780px;\n    margin: 16px auto 0;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #e5e7eb;\n  }\n\n  .alma-intro-box {\n    background: var(--cream);\n    border: 1px solid var(--border);\n    border-left: 6px solid var(--gold);\n    padding: 24px;\n    border-radius: 10px;\n    margin-bottom: 28px;\n    font-size: 17px;\n    line-height: 1.6;\n  }\n\n  .alma-section-title {\n    text-align: center;\n    margin: 35px 0 22px;\n  }\n\n  .alma-section-title h2 {\n    color: #0f172a;\n    font-size: 30px;\n    margin: 0;\n  }\n\n  .alma-section-title p {\n    color: var(--muted);\n    margin-top: 8px;\n  }\n\n  .alma-church-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .alma-church-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 24px;\n    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);\n    transition: all 0.25s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .alma-church-card:before {\n    content: \"\";\n    height: 5px;\n    background: linear-gradient(90deg, #0f172a, var(--gold));\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n  }\n\n  .alma-church-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.15);\n  }\n\n  .alma-church-card h3 {\n    color: #0f172a;\n    font-size: 22px;\n    margin: 8px 0 8px;\n  }\n\n  .alma-rating {\n    color: #b8860b;\n    font-weight: bold;\n    margin-bottom: 12px;\n  }\n\n  .alma-type {\n    display: inline-block;\n    background: #f8fafc;\n    border: 1px solid var(--border);\n    color: #0f172a;\n    padding: 6px 10px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: bold;\n    margin-bottom: 14px;\n  }\n\n  .alma-church-info {\n    margin: 12px 0;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .alma-church-info strong {\n    color: #0f172a;\n  }\n\n  .alma-quote {\n    background: #f9faf6;\n    border-left: 4px solid var(--gold);\n    padding: 12px 14px;\n    margin: 14px 0;\n    font-style: italic;\n    color: #3f493f;\n    border-radius: 6px;\n  }\n\n  .alma-button-row {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-top: 18px;\n  }\n\n  .alma-btn {\n    display: inline-block;\n    background: #0f172a;\n    color: white !important;\n    text-decoration: none;\n    padding: 10px 15px;\n    border-radius: 6px;\n    font-size: 14px;\n    font-weight: bold;\n  }\n\n  .alma-btn:hover {\n    background: #020617;\n    color: white !important;\n  }\n\n  .alma-btn.secondary {\n    background: var(--gold);\n    color: #020617 !important;\n  }\n\n  .alma-btn.secondary:hover {\n    background: #c79736;\n    color: #020617 !important;\n  }\n\n  .alma-footer-note {\n    margin-top: 35px;\n    background: linear-gradient(135deg, #020617, #0f172a);\n    color: white;\n    padding: 26px;\n    border-radius: 10px;\n    text-align: center;\n    border-top: 5px solid var(--gold);\n  }\n\n  .alma-footer-note h3 {\n    margin-top: 0;\n    color: white;\n  }\n\n  .alma-footer-note p {\n    margin-bottom: 0;\n    color: #e5e7eb;\n  }\n\n  @media (max-width: 950px) {\n    .alma-church-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 650px) {\n    .alma-church-hero h1 {\n      font-size: 32px;\n    }\n\n    .alma-church-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"alma-church-page\">\n\n  <section class=\"alma-church-hero\">\n    <div class=\"eyebrow\">Town of Alma, New York<\/div>\n    <h1>Area Churches<\/h1>\n    <p>\n      The Town of Alma is proud to share information for nearby churches serving residents,\n      families, and visitors throughout the Alma, Allentown, and Wellsville area.\n    <\/p>\n  <\/section>\n\n  <div class=\"alma-intro-box\">\n    <strong>Community Faith Directory:<\/strong>\n    Below is a helpful listing of area churches, including phone numbers, general location,\n    and available quick links for visiting websites or getting directions.\n  <\/div>\n\n  <div class=\"alma-section-title\">\n    <h2>Churches Serving Our Community<\/h2>\n    <p>Contact each church directly for current service times, events, and program information.<\/p>\n  <\/div>\n\n  <div class=\"alma-church-grid\">\n\n    <div class=\"alma-church-card\">\n      <h3>Immaculate Conception<\/h3>\n      <div class=\"alma-rating\">\u2605 4.4 Rating<\/div>\n      <div class=\"alma-type\">Catholic Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-4834<\/div>\n      <div class=\"alma-quote\">\u201cBeautiful, and uplifting music\u201d<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Immaculate+Conception+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Immaculate+Conception+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Wellsville Bible Church<\/h3>\n      <div class=\"alma-rating\">\u2605 4.5 Rating<\/div>\n      <div class=\"alma-type\">Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-6471<\/div>\n      <div class=\"alma-quote\">\u201cThey always make it fun for the kids with Bible studies and activities\u201d<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Wellsville+Bible+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Wellsville+Bible+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Grace United Church<\/h3>\n      <div class=\"alma-rating\">\u2605 4.9 Rating<\/div>\n      <div class=\"alma-type\">Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-5015<\/div>\n      <div class=\"alma-quote\">\u201cI couldn\u2019t imagine a better church.\u201d<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Grace+United+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Grace+United+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Hallsport Christian Church<\/h3>\n      <div class=\"alma-rating\">\u2605 5.0 Rating<\/div>\n      <div class=\"alma-type\">Christian Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-3910<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Hallsport+Christian+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Hallsport+Christian+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Crosstown Alliance Church<\/h3>\n      <div class=\"alma-rating\">\u2605 4.5 Rating<\/div>\n      <div class=\"alma-type\">Alliance Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-5882<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Crosstown+Alliance+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Crosstown+Alliance+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Trinity Lutheran Church<\/h3>\n      <div class=\"alma-rating\">\u2605 4.6 Rating<\/div>\n      <div class=\"alma-type\">Lutheran Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-3311<\/div>\n      <div class=\"alma-quote\">\u201cLove the annual car show!\u201d<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Trinity+Lutheran+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Trinity+Lutheran+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-church-card\">\n      <h3>Wellsville First United Methodist Church<\/h3>\n      <div class=\"alma-rating\">\u2605 4.0 Rating<\/div>\n      <div class=\"alma-type\">United Methodist Church<\/div>\n      <div class=\"alma-church-info\"><strong>Location:<\/strong> Wellsville, NY<\/div>\n      <div class=\"alma-church-info\"><strong>Phone:<\/strong> (585) 593-1860<\/div>\n      <div class=\"alma-button-row\">\n        <a class=\"alma-btn\" href=\"https:\/\/www.google.com\/search?q=Wellsville+First+United+Methodist+Church+Wellsville+NY\" target=\"_blank\">Website<\/a>\n        <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Wellsville+First+United+Methodist+Church+Wellsville+NY\" target=\"_blank\">Directions<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"alma-footer-note\">\n    <h3>Need to Update a Church Listing?<\/h3>\n    <p>Please contact the Town Clerk if a church listing needs to be added, updated, or corrected.<\/p>\n  <\/div>\n\n<\/div>\n\n\n\t\t<\/div>\n\n\t\t\n<style>\n#section_349496372 {\n  padding-top: 30px;\n  padding-bottom: 30px;\n}\n<\/style>\n\t<\/section>\n\t\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-1058","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1058","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1058"}],"version-history":[{"count":3,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1058\/revisions"}],"predecessor-version":[{"id":1131,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1058\/revisions\/1131"}],"wp:attachment":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}