{"id":1378,"date":"2025-07-18T15:09:44","date_gmt":"2025-07-18T21:09:44","guid":{"rendered":"https:\/\/theodorehotel.ca\/?page_id=1378"},"modified":"2025-07-22T11:42:18","modified_gmt":"2025-07-22T17:42:18","slug":"dishmenu","status":"publish","type":"page","link":"https:\/\/theodorehotel.ca\/index.php\/dishmenu\/","title":{"rendered":"DishMenu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1378\" class=\"elementor elementor-1378\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cddaef e-flex e-con-boxed e-con e-parent\" data-id=\"7cddaef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-821b9f6 e-con-full e-flex e-con e-parent\" data-id=\"821b9f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-463424f elementor-widget elementor-widget-html\" data-id=\"463424f\" 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    <body>\n        \n    <meta charset=\"UTF-8\">\n  \n \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        .menu-container {\n            max-width: 600px;\n            \n            margin: 0 auto;\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        }\n        \n        .menu-header {\n            background: linear-gradient(to right, #ffffff, #f5f5f6);\n            \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: 18px;\n            color: #808080;\n            line-height: 1.2;\n        }\n        \n        .menu-title {\n            text-align: center;\n            padding: 3px 2px 1px;\n            background: #c4c4c4;\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: 6px;\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n            margin-bottom: 1px;\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: 5px;\n            letter-spacing: 1px;\n        }\n        \n        .menu-table {\n            width: 100%;\n            border-collapse: collapse;\n            padding: 0 20px 25px;\n        }\n        \n        .menu-table td {\n            width: 33.33%;\n            height:auto;\n            text-align: center;\n            vertical-align: top;\n            padding: 1px 1px;\n            border: 1px solid #AD2419;\n            cursor: pointer;\n            transition: all 0.3s;\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            \n        }\n        \n        .item-image {\n            width: 100px;\n            height: 100px;\n            margin-bottom: 5px;\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: 20px;\n            font-style: italic;\n            line-height: 1.2;\n            margin-bottom: 1px;\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: 'Playfair', sans-serif;\n            text-align: auto\n            font-size: 14px;\n            font-style: italic;\n            color: #808080;\n            font-weight: bold;\n            margin-bottom: 0px;\n            line-height: 1.2;\n            min-height: 40px;\n            \n        }\n        \n        .item-price {\n    color: #AD2419;\n    font-weight: bold;\n    font-size: 20px; \/* Reduced slightly to fit better in a small box *\/\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    line-height: 1;\n    margin-bottom: 5px; \/* Add a small margin below the box if needed *\/\n    margin-top: 5px;    \/* Add a small margin above the box if needed *\/\n\n    \/* --- New styles for the box effect --- *\/\n    display: inline-block; \/* Makes it behave like a block but only takes up content width *\/\n    padding: 6px 12px;     \/* Padding inside the box (top\/bottom, left\/right) *\/\n    border: 2px solid #AD2419; \/* Border around the price *\/\n    border-radius: 8px;    \/* Rounded corners for the box *\/\n    background-color: #fffaf0; \/* Light background for the box *\/\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); \/* Subtle shadow for depth *\/\n}\n        \n        .section-title {\n            text-align: center;\n            padding: 2px 2px 1px;\n            background: #ffffff;\n            border-top: px dashed #AD2419;\n            border-bottom: 1px 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: 1px;\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n            \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-footer {\n            background: #f5f5f5;\n            color: #AD2419;\n            font-weight: bold;\n            text-align: center;\n            padding: 20px;\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        .logo-container img {\n            max-width: 150px;\n            height: auto;\n            display: block;\n        }\n        \n        .menu-footer i {\n            color: #e0b45d;\n            font-size: 15px;\n        }\n        \n        \n        \n        \n        \n        \n        .item-info {\n            flex: 1;\n        }\n        \n        .item-title {\n            font-weight: bold;\n            font-size: 18px;\n            color: #1a1a1a;\n        }\n        \n        .item-price-cart {\n            color: #AD2419;\n            font-weight: bold;\n        }\n        \n        .quantity-controls {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .qty-btn {\n            width: 28px;\n            height: 28px;\n            background: #AD2419;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 16px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .qty-display {\n            min-width: 30px;\n            text-align: center;\n            font-weight: bold;\n        }\n        \n        .remove-btn {\n            background: none;\n            border: none;\n            color: #AD2419;\n            cursor: pointer;\n            font-size: 16px;\n            margin-left: 10px;\n        }\n        \n        \n        \n        .summary-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 8px 0;\n        }\n        \n        \n        \n        \n        \n        \n        }\n        \n        .print-btn {\n            background: #e0b45d;\n            color: #333;\n        }\n        \n        .cancel-btn {\n            background: #808080;\n            color: white;\n        }\n        \n        .save-btn {\n            background: #AD2419;\n            color: white;\n        }\n        \n       \n        \n       \n        \n       \n        \n        \n        \n        \n        \n       \n        \n        \/* Responsive styles *\/\n        @media (max-width: 900px) {\n            .menu-table td {\n                width: 50%;\n                display: inline-block;\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            .cart-container {\n                max-width: 100%;\n            }\n        }\n        \n        @media (max-width: 600px) {\n            .menu-table td {\n                width: 100%;\n                display: block;\n            }\n            \n            .item-image {\n                width: 120px;\n                height: 90px;\n            }\n            \n            .cart-actions {\n                flex-direction: column;\n            }\n            \n            .search-controls {\n                flex-direction: column;\n            }\n            \n            .print-container {\n                padding: 20px;\n            }\n            \n            .print-actions {\n                flex-direction: column;\n            }\n        }\n        \n        \n        @media print {\n  body > *:not(.print-preview) {\n    display: none !important;\n  }\n  \n  .print-preview {\n    display: block !important;\n    position: static;\n    width: 100%;\n    box-shadow: none;\n    border: none;\n    padding: 0;\n    margin: 0;\n  }\n}\n        \n    \n\n<\/style>\n    <\/body>\n    <\/head>\n\n    <div class=\"menu-container\">\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=\"Company Logo\">\n<\/div>\n            \n        <div class=\"hotel-address\">\n                <p><h>100 <\/h><br>\n                <h>Yellowhead Hwy<\/h><br>\n                <h>Theodore<\/h><br>\n                <h> SK <\/h><br>\n                SOA 4C0<\/h><br><br>\n               <h>Ph:306 647 2166<\/h> <\/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        <!-- Appetizers Section -->\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 Mushrooms.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Mozza Sticks.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><br>\n                        <div class=\"item-price\">$9.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken Strips.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><br>\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 Fries.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Onion Rings.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                <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            <tr>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Dry Ribs.jpeg\" alt=\"Dry Ribs\">\n                        <\/div>\n                        <div class=\"item-name\">Dry Ribs<\/div>\n                        <div class=\"item-description\">Tender pork ribs with signature dry rub<\/div><br>\n                        <div class=\"item-price\">$13.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken Wings.jpg\" alt=\"Chicken Wings\">\n                        <\/div>\n                        <div class=\"item-name\">Chicken Wings<\/div>\n                        <div class=\"item-description\">Jumbo wings with choice of sauce<\/div><br>\n                        <div class=\"item-price\">$13.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Popcorn-Chicken.jpg\" alt=\"Popcorn Chicken\">\n                        <\/div>\n                        <div class=\"item-name\">Popcorn Chicken<\/div>\n                        <div class=\"item-description\">Bite-sized crispy chicken pieces<\/div>\n                        <div class=\"item-price\">$7.55<\/div>\n                        \n                        \n                    <\/div>\n                <\/td>\n            <\/tr>\n        <\/table>\n        \n        \n        \n        \n        \n        \n        \n        <!-- Appetizers Section -->\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 loaded.jpeg\" alt=\"Battered Mushrooms\">\n                        <\/div>\n                        <div class=\"item-name\">Double Loaded Burger<\/div>\n                        <div class=\"item-description\">\n                            Description\n                        <\/div><br>\n                        <div class=\"item-price\">$11.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/ Mushroom Burger.jpg\" alt=\"Mozza Sticks\">\n                        <\/div>\n                        <div class=\"item-name\"> Mushroom Burger<\/div>\n                        <div class=\"item-description\"> Beef patty, caramelizedmushrooms, onion, pickles, ketchup and mustard<\/div>\n                        <div class=\"item-price\">   $10.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken Burger.jpg\" alt=\"Chicken Strips\">\n                        <\/div>\n                        <div class=\"item-name\">Chicken Burger<\/div>\n                        <div class=\"item-description\">Chicken breast fillet, lettuce, tomato, onion, pickles, ketchup and mayo<\/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 Bacon Ranch.jpg\" alt=\"French Fries\">\n                        <\/div>\n                        <div class=\"item-name\">Chicken Bacon Ranch<\/div>\n                        <div class=\"item-description\">Chicken breast fillet, bacon strip, lettuce, tomato and ranch sauce<\/div>\n                        <div class=\"item-price\">$11.25<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/BLT Burger.jpeg\" alt=\"Onion Rings\">\n                        <\/div>\n                        <div class=\"item-name\">BLT Burger<\/div>\n                        <div class=\"item-description\">Beef patty, bacon strip, lettuce, tomato and mayo<\/div><br>\n                        <div class=\"item-price\">$8.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/BLT Sandwiich\" alt=\"Poutine\">\n                        <\/div>\n                        <div class=\"item-name\">BLT Sandwich<\/div>\n                        <div class=\"item-description\">Bacon strips, lettuce, tomato and mayo<\/div><br>\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\/Bacon Cheese Burger .jpg\" alt=\"Dry Ribs\">\n                        <\/div>\n                        <div class=\"item-name\">Bacon Cheese Burger <\/div>\n                        <div class=\"item-description\">Beef patty, bacon strip, cheese slice, onion, pickles, ketchup and mustard<\/div>\n                        <div class=\"item-price\">$9.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Cheese Burger1.jpg\" alt=\"Chicken Wings\">\n                        <\/div>\n                        <div class=\"item-name\">Cheese Burger<\/div>\n                        <div class=\"item-description\">Beef patty, cheese slice, onion, pickles, ketchup and mustard<\/div><br>\n                        <div class=\"item-price\">$7.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Popcorn-Chicken.jpg\" alt=\"Popcorn Chicken\">\n                        <\/div>\n                        <div class=\"item-name\">Popcorn Chicken<\/div><br>\n                        <div class=\"item-description\">Bite-sized crispy chicken pieces<\/div>\n                        <div class=\"item-price\">$7.55<\/div>\n                        \n                        \n                    <\/div>\n                <\/td>\n            <\/tr>\n        <\/table>\n        \n        \n        \n        \n        \n        \n        \n        \n        \n        <!-- Main Course Section -->\n        <div class=\"section-title\">\n            \n            \n            \n            \n            \n            \n            \n            <h3>Main Course<\/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 Poutine.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Sweet Sour1.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><br>\n                        <div class=\"item-price\">$14.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/chicken Teriyaki.jpg\" alt=\"Teriyaki\">\n                        <\/div>\n                        <div class=\"item-name\">Teriyaki<\/div><br>\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            <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 Strip Steak.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><br>\n                        <div class=\"item-price\">$22.99<\/div>\n                    <\/div>\n                <\/td>\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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/fish fillet.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><br>\n                        <div class=\"item-price\">$14.99<\/div>\n                    <\/div>\n                <\/td>\n            <\/tr>\n        <\/table>\n        \n        <!-- Wraps Section -->\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 Bacon Ranch.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chicken Ceasar.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><br>\n                        <div class=\"item-price\">$16.99<\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Crispy chicken.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><br>\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 Chicken.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Honey Drill.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                <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 topped with cheese, salsa, jalape\u00f1os<\/div><br>\n                        <div class=\"item-price\">$10.99<\/div>\n                    <\/div>\n                <\/td>\n            <\/tr>\n        <\/table>\n        \n        <!-- Desserts Section -->\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 Cake.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/chocolate cake.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                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/apple pie.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><br>\n                        <div class=\"item-price\">$7.25<\/div>\n                    <\/div>\n                <\/td>\n            <\/tr>\n            \n            \n            \n            \n        <\/table>\n        \n        \n        \n         <!-- Salad Section -->\n        <div class=\"section-title\">\n            <h3>Salad<\/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\/Ceasar Salad.jpg\" alt=\"Cheesecake\">\n                        <\/div>\n                        <div class=\"item-name\">Caesar Salad<\/div>\n                        <div class=\"item-description\">Romaine lettuce, garlic croutons, parmesan cheese and caesar dressing<\/div><br>\n                        <div class=\"item-price\">Small $4.00 <br>Large $7.00 <br><\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Mediterranean Salad.jpg\" alt=\"Chocolate Cake\">\n                        <\/div>\n                        <div class=\"item-name\">Mediterranean Salad<\/div>\n                        <div class=\"item-description\">Romaine lettuce, tomato, olive, green pepper, onion, Mediterranean dressing<\/div>\n                        <div class=\"item-price\">Small $4.00 <br>Large $7.00 <br><\/div>\n                    <\/div>\n                <\/td>\n                <td>\n                    <div class=\"item-container\">\n                        <div class=\"item-image\">\n                            <img decoding=\"async\" src=\"https:\/\/theodorehotel.ca\/wp-includes\/images\/Chef Salad.jpg\" alt=\"Apple Pie\">\n                        <\/div>\n                        <div class=\"item-name\">Chef Salad<\/div>\n                        <div class=\"item-description\">Romaine lettuce, tomato, olive, onion, garlic croutons and boiled eggs<\/div><br>\n                        <div class=\"item-price\">Small $4.00 <br>Large $7.00 <br><\/div>\n                    <\/div>\n                <\/td>\n            <\/tr>\n            \n            \n            \n            \n        <\/table>\n       \n        \n        \n        \n        \n        \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<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>100 Yellowhead Hwy Theodore SK SOA 4C0 Ph:306 647 2166 Menu Serving Exceptional Cuisine Since 2023 Appetizers Battered Mushrooms Golden [&hellip;]<\/p>\n","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-1378","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/1378","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=1378"}],"version-history":[{"count":151,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/1378\/revisions"}],"predecessor-version":[{"id":2190,"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/pages\/1378\/revisions\/2190"}],"wp:attachment":[{"href":"https:\/\/theodorehotel.ca\/index.php\/wp-json\/wp\/v2\/media?parent=1378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}