{"id":2121,"date":"2025-07-20T17:11:08","date_gmt":"2025-07-20T23:11:08","guid":{"rendered":"https:\/\/theodorehotel.ca\/?page_id=2121"},"modified":"2025-07-21T12:31:43","modified_gmt":"2025-07-21T18:31:43","slug":"tablemanu","status":"publish","type":"page","link":"https:\/\/theodorehotel.ca\/index.php\/tablemanu\/","title":{"rendered":"TableManu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2121\" class=\"elementor elementor-2121\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8fbae3 e-flex e-con-boxed e-con e-parent\" data-id=\"a8fbae3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1125aa5 elementor-widget elementor-widget-html\" data-id=\"1125aa5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Theodore Hotel Menu<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background: #f5f5f5;\n            font-family: 'Cormorant Garamond', serif;\n            color: #333;\n            padding: 20px;\n            background-image: radial-gradient(#f5f5f5 1px, transparent 1px);\n            background-size: 20px 20px;\n        }\n        \n        \n        \n        .page {\n            background: #f5f5f5;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);\n            position: relative;\n            border: 1px solid #AD2419;\n            height: 1123px; \/* A4 height in pixels *\/\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .menu-header {\n            background: linear-gradient(to right, #ffffff, #f5f5f6);\n            color: white;\n            padding: 25px 40px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 4px solid #AD2419;\n            position: relative;\n        }\n        \n        .hotel-name {\n            font-family: 'Playfair Display', serif;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n        \n        .hotel-name h1 {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 5px;\n            color: #e0b45d;\n        }\n        \n        .hotel-name h2 {\n            font-size: 20px;\n            font-weight: 400;\n            letter-spacing: 4px;\n        }\n        \n        .hotel-address {\n            text-align: right;\n            font-weight: bold;\n            font-style: italic;\n            font-size: 24px;\n            color: #AD2419;\n            line-height: 1;\n        }\n        \n        .logo-container img {\n            max-width: 150px;\n            height: auto;\n            display: block;\n        }\n        \n        .menu-title {\n            text-align: center;\n            padding: 3px 2px 1px;\n            background: #fffaf0;\n        }\n        \n        .menu-title h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 48px;\n            color: #AD2419;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n            margin-bottom: 15px;\n        }\n        \n        .menu-title h2:after {\n            content: \"\";\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: #AD2419;\n        }\n        \n        .punch-line {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 20px;\n            color: #808080;\n            font-style: italic;\n            margin-top: 10px;\n            letter-spacing: 1px;\n        }\n        \n        .menu-content {\n            flex: 1;\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .menu-sections {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            padding: 20px;\n            flex: 1;\n            overflow-y: auto;\n        }\n        \n        .section-column {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .section-title {\n            text-align: center;\n            padding: 10px;\n            background: #f5f5f5;\n            border-top: 1px dashed #AD2419;\n            border-bottom: 2px dashed #AD2419;\n        }\n        \n        .section-title h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 32px;\n            color: #5a4d41;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .section-title h3:after {\n            content: \"\";\n            position: absolute;\n            bottom: -8px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 2px;\n            background: #d8c9b4;\n        }\n        \n        .menu-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .menu-table td {\n            text-align: center;\n            vertical-align: top;\n            padding: 10px;\n            border: 1px solid #AD2419;\n            cursor: pointer;\n            transition: all 0.3s;\n            height: 180px;\n        }\n        \n        .menu-table td:hover {\n            background-color: rgba(173, 36, 25, 0.05);\n            transform: translateY(-3px);\n        }\n        \n        .item-container {\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: space-between;\n        }\n        \n        .item-image {\n            width: 80px;\n            height: 80px;\n            margin-bottom: 10px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        \n        .item-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n        \n        .item-container:hover .item-image img {\n            transform: scale(1.50);\n        }\n        \n        .item-name {\n            font-weight: bold;\n            font-size: 16px;\n            margin-bottom: 8px;\n            color: #1a1a1a;\n            font-family: 'Montserrat', sans-serif;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .item-description {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 13px;\n            color: #808080;\n            font-weight: bold;\n            margin-bottom: 12px;\n            line-height: 1.4;\n            min-height: 40px;\n            padding: 0 5px;\n        }\n        \n        .item-price {\n            color: #AD2419;\n            font-weight: bold;\n            font-size: 18px;\n            font-family: 'Playfair Display', serif;\n            font-style: italic;\n            margin-top: 1px;\n        }\n        \n        .menu-footer {\n            background: #f5f5f5;\n            color: #AD2419;\n            font-weight: bold;\n            text-align: center;\n            padding: 15px;\n            font-size: 16px;\n            font-style: italic;\n            border-top: 3px solid #AD2419;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .menu-footer i {\n            color: #e0b45d;\n            font-size: 15px;\n            margin: 0 8px;\n        }\n        \n        .page-controls {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            padding: 20px;\n        }\n        \n        .btn {\n            padding: 12px 25px;\n            background: #AD2419;\n            color: white;\n            border: none;\n            border-radius: 5px;\n            font-size: 16px;\n            cursor: pointer;\n            transition: all 0.3s;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .btn:hover {\n            background: #8a1c14;\n            transform: translateY(-3px);\n        }\n        \n        .btn.print {\n            background: #e0b45d;\n            color: #333;\n        }\n        \n        .btn.print:hover {\n            background: #c9a04e;\n        }\n        \n        \/* Responsive styles *\/\n        @media (max-width: 900px) {\n            .menu-sections {\n                grid-template-columns: 1fr;\n            }\n            \n            .menu-header {\n                flex-direction: column;\n                text-align: center;\n                color: #AD2419;\n            }\n            \n            .hotel-address {\n                text-align: center;\n                margin-top: 30px;\n            }\n        }\n        \n        @media (max-width: 600px) {\n            .item-image {\n                width: 70px;\n                height: 70px;\n            }\n        }\n        \n        @media print {\n            body {\n                background: white;\n                padding: 0;\n                margin: 0;\n            }\n            \n            .print-container {\n                max-width: 100%;\n                box-shadow: none;\n            }\n            \n            .page {\n                box-shadow: none;\n                border: none;\n                margin: 0;\n                padding: 0;\n                height: auto;\n                page-break-after: always;\n            }\n            \n            .page-controls {\n                display: none;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"print-container\">\n        <!-- PAGE 1 -->\n        <div class=\"page\">\n            <div class=\"menu-header\">\n                <div class=\"logo-container\">\n                    <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/hotel_Logo-1.jpeg\" alt=\"Theodore Hotel Logo\">\n                <\/div>\n                \n                <div class=\"hotel-address\">\n                    <p>100 Yellowhead Hwy<br>\n                    Theodore<br>\n                    SK, SOA 4C0<br>\n                    Ph: 306 647 2166<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"menu-title\">\n                <h2>Menu<\/h2>\n                <div class=\"punch-line\">Serving Exceptional Cuisine Since 2023<\/div>\n            <\/div>\n            \n            <div class=\"menu-content\">\n                <div class=\"menu-sections\">\n                    <!-- Appetizers Column -->\n                    <div class=\"section-column\">\n                        <div class=\"section-title\">\n                            <h3>Appetizers<\/h3>\n                        <\/div>\n                        \n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Battered%20Mushrooms.jpg\" alt=\"Battered Mushrooms\">\n                                        <\/div>\n                                        <div class=\"item-name\">Battered Mushrooms<\/div>\n                                        <div class=\"item-description\">Golden fried mushrooms with signature batter<\/div>\n                                        <div class=\"item-price\">$9.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Mozza%20Sticks.jpg\" alt=\"Mozza Sticks\">\n                                        <\/div>\n                                        <div class=\"item-name\">Mozza Sticks<\/div>\n                                        <div class=\"item-description\">Crispy breaded mozzarella with marinara<\/div>\n                                        <div class=\"item-price\">$9.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Strips.jpeg\" alt=\"Chicken Strips\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Strips<\/div>\n                                        <div class=\"item-description\">Tender chicken breast strips, golden fried<\/div>\n                                        <div class=\"item-price\">$7.35<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/French%20Fries.jpg\" alt=\"French Fries\">\n                                        <\/div>\n                                        <div class=\"item-name\">French Fries<\/div>\n                                        <div class=\"item-description\">Crispy golden fries with sea salt<\/div>\n                                        <div class=\"item-price\">$7.25<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Onion%20Rings.jpg\" alt=\"Onion Rings\">\n                                        <\/div>\n                                        <div class=\"item-name\">Onion Rings<\/div>\n                                        <div class=\"item-description\">Crispy beer-battered onion rings<\/div>\n                                        <div class=\"item-price\">$7.75<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Poutine.jpg\" alt=\"Poutine\">\n                                        <\/div>\n                                        <div class=\"item-name\">Poutine<\/div>\n                                        <div class=\"item-description\">Classic Canadian fries, cheese curds, gravy<\/div>\n                                        <div class=\"item-price\">$8.25<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <!-- Burgers & Sandwiches Column -->\n                    <div class=\"section-column\">\n                        <div class=\"section-title\">\n                            <h3>BURGERS & SANDWICHES<\/h3>\n                        <\/div>\n                        \n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Double%20loaded.jpeg\" alt=\"Double Loaded Burger\">\n                                        <\/div>\n                                        <div class=\"item-name\">Double Loaded Burger<\/div>\n                                        <div class=\"item-description\">Two beef patties with special toppings<\/div>\n                                        <div class=\"item-price\">$11.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/%20Mushroom%20Burger.jpg\" alt=\"Mushroom Burger\">\n                                        <\/div>\n                                        <div class=\"item-name\">Mushroom Burger<\/div>\n                                        <div class=\"item-description\">Beef patty, caramelized mushrooms, onion, pickles<\/div>\n                                        <div class=\"item-price\">$10.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Burger.jpg\" alt=\"Chicken Burger\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Burger<\/div>\n                                        <div class=\"item-description\">Chicken breast fillet, lettuce, tomato, onion<\/div>\n                                        <div class=\"item-price\">$10.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Bacon%20Ranch.jpg\" alt=\"Chicken Bacon Ranch\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Bacon Ranch<\/div>\n                                        <div class=\"item-description\">Chicken breast fillet, bacon, ranch sauce<\/div>\n                                        <div class=\"item-price\">$11.25<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/BLT%20Burger.jpeg\" alt=\"BLT Burger\">\n                                        <\/div>\n                                        <div class=\"item-name\">BLT Burger<\/div>\n                                        <div class=\"item-description\">Beef patty, bacon, lettuce, tomato, mayo<\/div>\n                                        <div class=\"item-price\">$8.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Bacon%20Cheese%20Burger%20.jpg\" alt=\"Bacon Cheese Burger\">\n                                        <\/div>\n                                        <div class=\"item-name\">Bacon Cheese Burger<\/div>\n                                        <div class=\"item-description\">Beef patty, bacon, cheese, onion, pickles<\/div>\n                                        <div class=\"item-price\">$9.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                <\/div>\n                \n                <!-- Main Course Section (full width) -->\n                <div class=\"section-title\">\n                    <h3>Main Course<\/h3>\n                <\/div>\n                \n                <div class=\"menu-sections\">\n                    <div class=\"section-column\">\n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Poutine.jpg\" alt=\"Chicken Poutine\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Poutine<\/div>\n                                        <div class=\"item-description\">Poutine topped with deep-fried chicken<\/div>\n                                        <div class=\"item-price\">$14.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Sweet%20Sour1.jpeg\" alt=\"Sweet & Sour\">\n                                        <\/div>\n                                        <div class=\"item-name\">Sweet & Sour<\/div>\n                                        <div class=\"item-description\">Chicken or pork with peppers in tangy sauce<\/div>\n                                        <div class=\"item-price\">$14.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/chicken%20Teriyaki.jpg\" alt=\"Teriyaki\">\n                                        <\/div>\n                                        <div class=\"item-name\">Teriyaki<\/div>\n                                        <div class=\"item-description\">Chicken or pork with teriyaki glaze<\/div>\n                                        <div class=\"item-price\">$14.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <div class=\"section-column\">\n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/NY%20Strip%20Steak.jpg\" alt=\"NY Strip Steak\">\n                                        <\/div>\n                                        <div class=\"item-name\">NY Strip Steak<\/div>\n                                        <div class=\"item-description\">10oz premium steak with fries and salad<\/div>\n                                        <div class=\"item-price\">$22.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/perogies.jpg\" alt=\"Theodore Perogies\">\n                                        <\/div>\n                                        <div class=\"item-name\">Theodore Perogies<\/div>\n                                        <div class=\"item-description\">Homemade perogies with farmer's sausage<\/div>\n                                        <div class=\"item-price\">$14.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/fish%20fillet.jpg\" alt=\"Fish Fillet\">\n                                        <\/div>\n                                        <div class=\"item-name\">Fish Fillet<\/div>\n                                        <div class=\"item-description\">Beer-battered cod with tartar sauce<\/div>\n                                        <div class=\"item-price\">$14.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"menu-footer\">\n                <i class=\"fas fa-utensils\"><\/i> Substitutions may incur additional charges. Prices subject to change. <i class=\"fas fa-info-circle\"><\/i>\n            <\/div>\n        <\/div>\n        \n        \n        \n        \n        \n        <!-- PAGE 2 -->\n        <div class=\"page\">\n            <div class=\"menu-header\">\n                <div class=\"logo-container\">\n                    <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/hotel_Logo-1.jpeg\" alt=\"Theodore Hotel Logo\">\n                <\/div>\n                \n                <div class=\"hotel-address\">\n                    <p>100 Yellowhead Hwy<br>\n                    Theodore<br>\n                    SK, SOA 4C0<br>\n                    Ph: 306 647 2166<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"menu-title\">\n                <h2>Menu Continued<\/h2>\n            <\/div>\n            \n            <div class=\"menu-content\">\n                <div class=\"menu-sections\">\n                    <!-- Wraps & Sandwiches Column -->\n                    <div class=\"section-column\">\n                        <div class=\"section-title\">\n                            <h3>Wraps & Sandwiches<\/h3>\n                        <\/div>\n                        \n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Bacon%20Ranch.jpg\" alt=\"Chicken Bacon Ranch\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Bacon Ranch<\/div>\n                                        <div class=\"item-description\">Grilled chicken, bacon, ranch dressing<\/div>\n                                        <div class=\"item-price\">$16.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken%20Ceasar.jpg\" alt=\"Chicken Caesar\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chicken Caesar<\/div>\n                                        <div class=\"item-description\">Grilled chicken, romaine, parmesan, caesar<\/div>\n                                        <div class=\"item-price\">$16.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Crispy%20chicken.jpg\" alt=\"Spicy Chicken\">\n                                        <\/div>\n                                        <div class=\"item-name\">Spicy Chicken<\/div>\n                                        <div class=\"item-description\">Crispy chicken with spicy sauce<\/div>\n                                        <div class=\"item-price\">$16.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Buffalo%20Chicken.jpg\" alt=\"Buffalo Chicken\">\n                                        <\/div>\n                                        <div class=\"item-name\">Buffalo Chicken<\/div>\n                                        <div class=\"item-description\">Crispy chicken tossed in buffalo sauce<\/div>\n                                        <div class=\"item-price\">$16.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Honey%20Drill.jpg\" alt=\"Honey Dill Chicken\">\n                                        <\/div>\n                                        <div class=\"item-name\">Honey Dill Chicken<\/div>\n                                        <div class=\"item-description\">Grilled chicken with honey dill sauce<\/div>\n                                        <div class=\"item-price\">$16.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Nachos.jpg\" alt=\"Loaded Nachos\">\n                                        <\/div>\n                                        <div class=\"item-name\">Loaded Nachos<\/div>\n                                        <div class=\"item-description\">Tortilla chips with cheese, salsa, jalape\u00f1os<\/div>\n                                        <div class=\"item-price\">$10.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <!-- Desserts Column -->\n                    <div class=\"section-column\">\n                        <div class=\"section-title\">\n                            <h3>Desserts<\/h3>\n                        <\/div>\n                        \n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Cheese%20Cake.jpeg\" alt=\"Cheesecake\">\n                                        <\/div>\n                                        <div class=\"item-name\">Assorted Cheesecake<\/div>\n                                        <div class=\"item-description\">Daily selection of premium cheesecakes<\/div>\n                                        <div class=\"item-price\">$3.55<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/chocolate%20cake.jpg\" alt=\"Chocolate Cake\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chocolate Fudge Cake<\/div>\n                                        <div class=\"item-description\">Rich chocolate cake with fudge frosting<\/div>\n                                        <div class=\"item-price\">$6.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/apple%20pie.jpg\" alt=\"Apple Pie\">\n                                        <\/div>\n                                        <div class=\"item-name\">Apple Pie<\/div>\n                                        <div class=\"item-description\">Homemade pie with vanilla ice cream<\/div>\n                                        <div class=\"item-price\">$7.25<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Cheese%20Cake.jpeg\" alt=\"Cheesecake\">\n                                        <\/div>\n                                        <div class=\"item-name\">Berry Cheesecake<\/div>\n                                        <div class=\"item-description\">Creamy cheesecake with mixed berries<\/div>\n                                        <div class=\"item-price\">$7.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/chocolate%20cake.jpg\" alt=\"Chocolate Cake\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chocolate Lava Cake<\/div>\n                                        <div class=\"item-description\">Warm chocolate cake with molten center<\/div>\n                                        <div class=\"item-price\">$8.25<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/apple%20pie.jpg\" alt=\"Apple Pie\">\n                                        <\/div>\n                                        <div class=\"item-name\">Caramel Apple Pie<\/div>\n                                        <div class=\"item-description\">Apple pie with caramel drizzle<\/div>\n                                        <div class=\"item-price\">$7.99<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                <\/div>\n                \n                <!-- Salad Section (full width) -->\n                <div class=\"section-title\">\n                    <h3>Salad<\/h3>\n                <\/div>\n                \n                <div class=\"menu-sections\">\n                    <div class=\"section-column\">\n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Ceasar%20Salad.jpg\" alt=\"Caesar Salad\">\n                                        <\/div>\n                                        <div class=\"item-name\">Caesar Salad<\/div>\n                                        <div class=\"item-description\">Romaine lettuce, croutons, parmesan cheese<\/div>\n                                        <div class=\"item-price\">Small $4.00<br>Large $7.00<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chef%20Salad.jpg\" alt=\"Chef Salad\">\n                                        <\/div>\n                                        <div class=\"item-name\">Chef Salad<\/div>\n                                        <div class=\"item-description\">Romaine, tomato, olive, onion, eggs<\/div>\n                                        <div class=\"item-price\">Small $4.00<br>Large $7.00<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                    \n                    <div class=\"section-column\">\n                        <table class=\"menu-table\">\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Mediterranean%20Salad.jpg\" alt=\"Mediterranean Salad\">\n                                        <\/div>\n                                        <div class=\"item-name\">Mediterranean Salad<\/div>\n                                        <div class=\"item-description\">Romaine, tomato, olive, pepper, onion<\/div>\n                                        <div class=\"item-price\">Small $4.00<br>Large $7.00<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                            <tr>\n                                <td>\n                                    <div class=\"item-container\">\n                                        <div class=\"item-image\">\n                                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Ceasar%20Salad.jpg\" alt=\"Greek Salad\">\n                                        <\/div>\n                                        <div class=\"item-name\">Greek Salad<\/div>\n                                        <div class=\"item-description\">Fresh veggies with feta and olives<\/div>\n                                        <div class=\"item-price\">Small $5.00<br>Large $8.00<\/div>\n                                    <\/div>\n                                <\/td>\n                            <\/tr>\n                        <\/table>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"menu-footer\">\n                <i class=\"fas fa-utensils\"><\/i> All our dishes are prepared fresh daily. Ask about daily specials! <i class=\"fas fa-info-circle\"><\/i>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"page-controls\">\n        <button class=\"btn print\" onclick=\"window.print()\">\n            <i class=\"fas fa-print\"><\/i> Print Menu\n        <\/button>\n    <\/div>\n\n    <script>\n        \/\/ Add smooth hover effects\n        document.querySelectorAll('.menu-table td').forEach(item => {\n            item.addEventListener('mouseenter', function() {\n                this.style.transform = 'scale(1.02)';\n                this.style.zIndex = '10';\n            });\n            \n            item.addEventListener('mouseleave', function() {\n                this.style.transform = 'scale(1)';\n                this.style.zIndex = '1';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","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":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"disabled","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":""}},"footnotes":""},"class_list":["post-2121","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/2121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/comments?post=2121"}],"version-history":[{"count":6,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/2121\/revisions"}],"predecessor-version":[{"id":2128,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/2121\/revisions\/2128"}],"wp:attachment":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/media?parent=2121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}