{"id":37,"date":"2020-02-10T07:12:41","date_gmt":"2020-02-10T07:12:41","guid":{"rendered":"http:\/\/fmwebsolutions.org\/nauvooumc\/?page_id=37"},"modified":"2025-10-31T10:48:51","modified_gmt":"2025-10-31T10:48:51","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/nauvoogmc.org\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"37\" class=\"elementor elementor-37\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-039d8ad elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"039d8ad\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0b6c7f4\" data-id=\"0b6c7f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e7e2750 elementor-widget elementor-widget-html\" data-id=\"e7e2750\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Contact Us - Nauvoo Global Methodist Church<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n            background-color: #f5f5f5;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .contact-hero {\r\n            background: linear-gradient(135deg, #106cb3 0%, #0d5a94 100%);\r\n            color: white;\r\n            padding: 80px 20px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .contact-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><circle cx=\"50\" cy=\"50\" r=\"40\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"2\" fill=\"none\"\/><\/svg>');\r\n            opacity: 0.3;\r\n        }\r\n\r\n        .hero-content {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero-icon {\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 3.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\r\n        }\r\n\r\n        .hero-divider {\r\n            width: 100px;\r\n            height: 4px;\r\n            background: #e0a526;\r\n            margin: 25px auto;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: 1.4rem;\r\n            font-weight: 400;\r\n            opacity: 0.95;\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Main Container *\/\r\n        .contact-container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        \/* Quick Contact Info Cards *\/\r\n        .quick-contact-section {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 70px;\r\n        }\r\n\r\n        .quick-contact-card {\r\n            background: white;\r\n            padding: 35px 30px;\r\n            border-radius: 16px;\r\n            text-align: center;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .quick-contact-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 12px 40px rgba(16, 108, 179, 0.25);\r\n            border-color: #106cb3;\r\n        }\r\n\r\n        .contact-icon {\r\n            width: 70px;\r\n            height: 70px;\r\n            margin: 0 auto 20px;\r\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .quick-contact-card:hover .contact-icon {\r\n            transform: scale(1.1) rotate(5deg);\r\n        }\r\n\r\n        .contact-label {\r\n            font-size: 0.9rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .contact-info-text {\r\n            font-size: 1.15rem;\r\n            color: #0d5a94;\r\n            font-weight: 600;\r\n            word-break: break-word;\r\n        }\r\n\r\n        .contact-info-text a {\r\n            color: #0d5a94;\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .contact-info-text a:hover {\r\n            color: #106cb3;\r\n        }\r\n\r\n        \/* Main Content Grid *\/\r\n        .content-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 50px;\r\n            margin-bottom: 70px;\r\n        }\r\n\r\n        \/* Contact Form *\/\r\n        .contact-form-section {\r\n            background: white;\r\n            padding: 45px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 2.25rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.05rem;\r\n            color: #0d5a94;\r\n            margin-bottom: 35px;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .form-group {\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .form-label {\r\n            display: block;\r\n            font-size: 1rem;\r\n            font-weight: 600;\r\n            color: #0d5a94;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .form-input,\r\n        .form-textarea {\r\n            width: 100%;\r\n            padding: 14px 18px;\r\n            font-size: 1rem;\r\n            border: 2px solid #e3f2fd;\r\n            border-radius: 8px;\r\n            font-family: inherit;\r\n            transition: all 0.3s ease;\r\n            background: #f0f7ff;\r\n        }\r\n\r\n        .form-input:focus,\r\n        .form-textarea:focus {\r\n            outline: none;\r\n            border-color: #106cb3;\r\n            background: white;\r\n            box-shadow: 0 0 0 3px rgba(16, 108, 179, 0.1);\r\n        }\r\n\r\n        .form-textarea {\r\n            resize: vertical;\r\n            min-height: 150px;\r\n        }\r\n\r\n        .submit-button {\r\n            width: 100%;\r\n            padding: 16px 35px;\r\n            background: linear-gradient(135deg, #106cb3 0%, #0d5a94 100%);\r\n            color: white;\r\n            border: none;\r\n            border-radius: 50px;\r\n            font-size: 1.15rem;\r\n            font-weight: 700;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(16, 108, 179, 0.3);\r\n        }\r\n\r\n        .submit-button:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.4);\r\n        }\r\n\r\n        \/* Service Times & Info Section *\/\r\n        .info-section {\r\n            background: white;\r\n            padding: 45px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n        }\r\n\r\n        .info-card {\r\n            margin-bottom: 35px;\r\n            padding-bottom: 35px;\r\n            border-bottom: 2px solid #e3f2fd;\r\n        }\r\n\r\n        .info-card:last-child {\r\n            margin-bottom: 0;\r\n            padding-bottom: 0;\r\n            border-bottom: none;\r\n        }\r\n\r\n        .info-card-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n\r\n        .info-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 12px;\r\n            margin-bottom: 12px;\r\n            font-size: 1.05rem;\r\n            color: #0d5a94;\r\n        }\r\n\r\n        .info-icon {\r\n            flex-shrink: 0;\r\n            margin-top: 3px;\r\n            color: #4CAF50;\r\n        }\r\n\r\n        \/* Map Section *\/\r\n        .map-section {\r\n            background: white;\r\n            padding: 45px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n            margin-bottom: 70px;\r\n        }\r\n\r\n        .map-container {\r\n            width: 100%;\r\n            height: 450px;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(16, 108, 179, 0.2);\r\n            margin-top: 25px;\r\n        }\r\n\r\n        .map-container iframe {\r\n            width: 100%;\r\n            height: 100%;\r\n            border: none;\r\n        }\r\n\r\n        \/* Staff Directory *\/\r\n        .staff-section {\r\n            background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);\r\n            padding: 70px 40px;\r\n            border-radius: 20px;\r\n            margin-bottom: 70px;\r\n        }\r\n\r\n        .staff-header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .staff-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .staff-card {\r\n            background: white;\r\n            padding: 30px 25px;\r\n            border-radius: 16px;\r\n            text-align: center;\r\n            box-shadow: 0 4px 15px rgba(16, 108, 179, 0.1);\r\n            border: 2px solid #e3f2fd;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .staff-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 25px rgba(16, 108, 179, 0.2);\r\n            border-color: #106cb3;\r\n        }\r\n\r\n        .staff-name {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .staff-role {\r\n            font-size: 1rem;\r\n            color: #0d5a94;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* Social Media Section *\/\r\n        .social-section {\r\n            background: white;\r\n            padding: 60px 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n            text-align: center;\r\n        }\r\n\r\n        .social-title {\r\n            font-size: 2.25rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .social-subtitle {\r\n            font-size: 1.1rem;\r\n            color: #0d5a94;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .social-buttons {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 25px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .social-button {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            padding: 16px 35px;\r\n            background: #1877f2;\r\n            color: white;\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            font-size: 1.1rem;\r\n            border-radius: 50px;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);\r\n        }\r\n\r\n        .social-button:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 6px 25px rgba(24, 119, 242, 0.4);\r\n            background: #166fe5;\r\n        }\r\n\r\n        \/* Directions & Parking *\/\r\n        .directions-section {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 70px;\r\n        }\r\n\r\n        .directions-card {\r\n            background: white;\r\n            padding: 35px 30px;\r\n            border-radius: 16px;\r\n            box-shadow: 0 6px 25px rgba(16, 108, 179, 0.15);\r\n            border: 2px solid #e3f2fd;\r\n        }\r\n\r\n        .directions-card-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            color: #106cb3;\r\n            margin-bottom: 20px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n\r\n        .directions-text {\r\n            font-size: 1.05rem;\r\n            line-height: 1.8;\r\n            color: #0d5a94;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 968px) {\r\n            .content-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n\r\n            .staff-grid {\r\n                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .contact-hero {\r\n                padding: 60px 20px;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 2.5rem;\r\n            }\r\n\r\n            .hero-subtitle {\r\n                font-size: 1.2rem;\r\n            }\r\n\r\n            .contact-container {\r\n                padding: 50px 15px;\r\n            }\r\n\r\n            .quick-contact-section {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .contact-form-section,\r\n            .info-section,\r\n            .map-section {\r\n                padding: 35px 25px;\r\n            }\r\n\r\n            .staff-section {\r\n                padding: 50px 25px;\r\n            }\r\n\r\n            .map-container {\r\n                height: 350px;\r\n            }\r\n\r\n            .directions-section {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .social-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n\r\n            .social-button {\r\n                width: 100%;\r\n                max-width: 300px;\r\n                justify-content: center;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .hero-title {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .contact-icon {\r\n                width: 60px;\r\n                height: 60px;\r\n            }\r\n\r\n            .staff-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"contact-hero\">\r\n        <div class=\"hero-content\">\r\n            <div class=\"hero-icon\">\r\n                <svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\">\r\n                    <circle cx=\"40\" cy=\"40\" r=\"35\" stroke=\"white\" stroke-width=\"3\" fill=\"none\"\/>\r\n                    <path d=\"M40 20L40 40L55 55\" stroke=\"white\" stroke-width=\"3\"\/>\r\n                    <circle cx=\"40\" cy=\"40\" r=\"5\" fill=\"white\"\/>\r\n                    <path d=\"M25 55L30 50M50 30L55 25\" stroke=\"white\" stroke-width=\"2\"\/>\r\n                <\/svg>\r\n            <\/div>\r\n            <h1 class=\"hero-title\">Get in Touch<\/h1>\r\n            <div class=\"hero-divider\"><\/div>\r\n            <p class=\"hero-subtitle\">We'd love to hear from you! Whether you're new to our church, have questions, or need assistance, we're here for you.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Main Container -->\r\n    <div class=\"contact-container\">\r\n        <!-- Quick Contact Cards -->\r\n        <div class=\"quick-contact-section\">\r\n            <div class=\"quick-contact-card\">\r\n                <div class=\"contact-icon\">\r\n                    <svg width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\">\r\n                        <path d=\"M17.5 5C10 5 5 10 5 17.5C5 25 17.5 35 17.5 35C17.5 35 30 25 30 17.5C30 10 25 5 17.5 5Z\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                        <circle cx=\"17.5\" cy=\"17.5\" r=\"4\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"contact-label\">Address<\/div>\r\n                <div class=\"contact-info-text\">\r\n                    <a href=\"https:\/\/www.google.com\/maps\/place\/1403+5th+St,+West+Portsmouth,+OH+45663\" target=\"_blank\">\r\n                        1403 5th Street<br>\r\n                        West Portsmouth, OH 45663\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"quick-contact-card\">\r\n                <div class=\"contact-icon\">\r\n                    <svg width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\">\r\n                        <path d=\"M8 5C8 5 5 8 5 12C5 16 8 19 12 19C12 19 15 25 20 25C25 25 30 22 30 22C30 22 32 19 32 15C32 11 29 8 29 8\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                        <path d=\"M8 5L12 9M29 8L25 12\" stroke=\"#106cb3\" stroke-width=\"2.5\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"contact-label\">Phone<\/div>\r\n                <div class=\"contact-info-text\">\r\n                    <a href=\"tel:7408582621\">(740) 858-2621<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"quick-contact-card\">\r\n                <div class=\"contact-icon\">\r\n                    <svg width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\">\r\n                        <rect x=\"5\" y=\"8\" width=\"25\" height=\"19\" rx=\"2\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                        <path d=\"M5 10L17.5 18L30 10\" stroke=\"#106cb3\" stroke-width=\"2.5\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"contact-label\">Email<\/div>\r\n                <div class=\"contact-info-text\">\r\n                    <a href=\"mailto:secretary@nauvooumc.org\">secretary@nauvooumc.org<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"quick-contact-card\">\r\n                <div class=\"contact-icon\">\r\n                    <svg width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\">\r\n                        <path d=\"M17.5 2C9.5 2 3 8.5 3 16.5C3 24.5 9.5 31 17.5 31C19 31 20.5 30.7 21.8 30.2L28 32L26.8 26.5C28.5 24.5 29.5 21.8 29.5 18.8C29.5 9 23.5 2 17.5 2Z\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <div class=\"contact-label\">Social Media<\/div>\r\n                <div class=\"contact-info-text\">Nauvoo UMC<\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Main Content Grid -->\r\n        <div class=\"content-grid\">\r\n            <!-- Contact Form -->\r\n            <div class=\"contact-form-section\">\r\n                <h2 class=\"section-title\">Send Us a Message<\/h2>\r\n                <p class=\"section-subtitle\">Fill out the form below and we'll get back to you as soon as possible.<\/p>\r\n                \r\n                <form action=\"#\" method=\"POST\">\r\n                    <div class=\"form-group\">\r\n                        <label for=\"name\" class=\"form-label\">Your Name *<\/label>\r\n                        <input type=\"text\" id=\"name\" name=\"name\" class=\"form-input\" required>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <label for=\"email\" class=\"form-label\">Your Email *<\/label>\r\n                        <input type=\"email\" id=\"email\" name=\"email\" class=\"form-input\" required>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <label for=\"phone\" class=\"form-label\">Phone Number<\/label>\r\n                        <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-input\">\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <label for=\"subject\" class=\"form-label\">Subject *<\/label>\r\n                        <input type=\"text\" id=\"subject\" name=\"subject\" class=\"form-input\" required>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <label for=\"message\" class=\"form-label\">Message *<\/label>\r\n                        <textarea id=\"message\" name=\"message\" class=\"form-textarea\" required><\/textarea>\r\n                    <\/div>\r\n\r\n                    <button type=\"submit\" class=\"submit-button\">Send Message<\/button>\r\n                <\/form>\r\n            <\/div>\r\n\r\n            <!-- Service Times & Info -->\r\n            <div class=\"info-section\">\r\n                <h2 class=\"section-title\">Visit Us<\/h2>\r\n                <p class=\"section-subtitle\">Join us for worship and fellowship!<\/p>\r\n\r\n                <div class=\"info-card\">\r\n                    <div class=\"info-card-title\">\r\n                        <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\">\r\n                            <circle cx=\"14\" cy=\"14\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"\/>\r\n                            <path d=\"M14 6V14L20 17\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Worship Service<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span><strong>Sunday Morning:<\/strong> 11:00 AM<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Indoor Church Services<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"info-card\">\r\n                    <div class=\"info-card-title\">\r\n                        <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\">\r\n                            <rect x=\"4\" y=\"6\" width=\"20\" height=\"18\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"\/>\r\n                            <path d=\"M4 10H24M10 6V4M18 6V4\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Bible Study<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span><strong>Wednesday:<\/strong> 7:00 PM<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Church Fellowship Room<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"info-card\">\r\n                    <div class=\"info-card-title\">\r\n                        <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\">\r\n                            <circle cx=\"14\" cy=\"10\" r=\"4\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"\/>\r\n                            <path d=\"M6 22C6 17 9 14 14 14C19 14 22 17 22 22\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <span>Accessibility<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Handicapped parking available<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Wheelchair access to all floors<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Special hearing devices available<\/span>\r\n                    <\/div>\r\n                    <div class=\"info-item\">\r\n                        <svg class=\"info-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">\r\n                            <path d=\"M3 9L7 13L17 3\" stroke=\"currentColor\" stroke-width=\"2\"\/>\r\n                        <\/svg>\r\n                        <span>Transportation assistance available<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Map Section -->\r\n        <div class=\"map-section\">\r\n            <h2 class=\"section-title\">Find Us Here<\/h2>\r\n            <p class=\"section-subtitle\">We're located in West Portsmouth, Ohio. Click the map for directions.<\/p>\r\n            \r\n            <div class=\"map-container\">\r\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3078.3562738276673!2d-83.02845768462831!3d38.75839797960181!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8845072f7c3b9b9b%3A0x1c3e7c8c8c8c8c8c!2s1403%205th%20St%2C%20West%20Portsmouth%2C%20OH%2045663!5e0!3m2!1sen!2sus!4v1234567890123!5m2!1sen!2sus\" \r\n                        allowfullscreen=\"\" \r\n                        loading=\"lazy\" \r\n                        referrerpolicy=\"no-referrer-when-downgrade\">\r\n                <\/iframe>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Directions & Parking -->\r\n        <div class=\"directions-section\">\r\n            <div class=\"directions-card\">\r\n                <div class=\"directions-card-title\">\r\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\">\r\n                        <path d=\"M15 5L15 20M15 20L10 15M15 20L20 15\" stroke=\"#106cb3\" stroke-width=\"2.5\"\/>\r\n                        <path d=\"M5 25H25\" stroke=\"#106cb3\" stroke-width=\"2.5\"\/>\r\n                    <\/svg>\r\n                    <span>Directions<\/span>\r\n                <\/div>\r\n                <p class=\"directions-text\">\r\n                    We're located at 1403 5th Street in West Portsmouth, Ohio. The church is easily accessible from US-52 and State Route 140.\r\n                <\/p>\r\n                <p class=\"directions-text\">\r\n                    <strong>From Portsmouth:<\/strong> Take US-52 West, turn onto 5th Street. The church will be on your right.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"directions-card\">\r\n                <div class=\"directions-card-title\">\r\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\">\r\n                        <rect x=\"8\" y=\"12\" width=\"14\" height=\"10\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                        <path d=\"M10 12V10C10 8 11 7 13 7H17C19 7 20 8 20 10V12\" stroke=\"#106cb3\" stroke-width=\"2.5\"\/>\r\n                        <circle cx=\"12\" cy=\"17\" r=\"1.5\" fill=\"#106cb3\"\/>\r\n                        <circle cx=\"18\" cy=\"17\" r=\"1.5\" fill=\"#106cb3\"\/>\r\n                    <\/svg>\r\n                    <span>Parking<\/span>\r\n                <\/div>\r\n                <p class=\"directions-text\">\r\n                    Free parking is available in our church parking lot with designated handicapped parking spaces close to the entrance.\r\n                <\/p>\r\n                <p class=\"directions-text\">\r\n                    All parking areas are well-lit and easily accessible.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"directions-card\">\r\n                <div class=\"directions-card-title\">\r\n                    <svg width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\">\r\n                        <path d=\"M15 5C10 5 7 8 7 12C7 16 15 25 15 25C15 25 23 16 23 12C23 8 20 5 15 5Z\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                        <circle cx=\"15\" cy=\"12\" r=\"3\" stroke=\"#106cb3\" stroke-width=\"2.5\" fill=\"none\"\/>\r\n                    <\/svg>\r\n                    <span>First Time Visiting?<\/span>\r\n                <\/div>\r\n                <p class=\"directions-text\">\r\n                    Welcome! Our greeters will be happy to help you find your way around and answer any questions you may have.\r\n                <\/p>\r\n                <p class=\"directions-text\">\r\n                    <strong>Need a ride?<\/strong> Contact us at (740) 858-2621 and we'll arrange transportation for you!\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Staff Directory -->\r\n        <div class=\"staff-section\">\r\n            <div class=\"staff-header\">\r\n                <h2 class=\"section-title\">Meet Our Leadership Team<\/h2>\r\n                <p class=\"section-subtitle\">Our dedicated staff is here to serve you<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"staff-grid\">\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">Pastor Pete Shaffer<\/div>\r\n                    <div class=\"staff-role\">Our Pastor<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">Jennie Entler<\/div>\r\n                    <div class=\"staff-role\">Treasurer<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">Linda Horner<\/div>\r\n                    <div class=\"staff-role\">Financial Secretary<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">Rhonda Hammond<\/div>\r\n                    <div class=\"staff-role\">Secretary<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">Allison Hurst<\/div>\r\n                    <div class=\"staff-role\">Children's Coordinator<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"staff-card\">\r\n                    <div class=\"staff-name\">JR Holsinger<\/div>\r\n                    <div class=\"staff-role\">Head Usher<\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Social Media -->\r\n        <div class=\"social-section\">\r\n            <h2 class=\"social-title\">Connect With Us Online<\/h2>\r\n            <p class=\"social-subtitle\">Stay updated with our latest news, events, and sermons<\/p>\r\n            \r\n            <div class=\"social-buttons\">\r\n                <a href=\"https:\/\/www.facebook.com\/pages\/Nauvoo-United-Methodist-Church-Page\/126653897393259\" target=\"_blank\" class=\"social-button\">\r\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n                        <path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/>\r\n                    <\/svg>\r\n                    <span>Follow Us on Facebook<\/span>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us &#8211; Nauvoo Global Methodist Church Get in Touch We&#8217;d love to hear from you! Whether you&#8217;re new to our church, have questions, or need assistance, we&#8217;re here for you. Address 1403 5th Street West Portsmouth, OH 45663 Phone (740) 858-2621 Email secretary@nauvooumc.org Social Media Nauvoo UMC Send Us a Message Fill out the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","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":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":1,"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":1125,"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/pages\/37\/revisions\/1125"}],"wp:attachment":[{"href":"https:\/\/nauvoogmc.org\/index.php\/wp-json\/wp\/v2\/media?parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}