File size: 81,515 Bytes
4b630e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<head data-webtasks-id="14efe1cb-1853-4f30">
<meta charset="utf-8" data-webtasks-id="d4ed3683-8844-44f9">
<meta http-equiv="X-UA-Compatible" content="IE=edge" data-webtasks-id="3cbd6074-d7f3-4254">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" data-webtasks-id="1eb9132a-3b0c-499e">
<meta name="author" content="Restaurant Agent Inc." data-webtasks-id="c68c9a6b-3802-4ca2">
<link rel="apple-touch-icon" sizes="180x180" href="https://tableagent.s3.amazonaws.com/static/ico/apple-touch-icon.png?v=kPgn4qE0za" data-webtasks-id="5c957f99-5f72-4114">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://tableagent.s3.amazonaws.com/static/ico/apple-touch-icon-precomposed.png?v=kPgn4qE0za" data-webtasks-id="bf501fe6-f8ba-4f0c">
<link rel="icon" type="image/png" href="https://tableagent.s3.amazonaws.com/static/ico/favicon-32x32.png?v=kPgn4qE0za" sizes="32x32" data-webtasks-id="ab5cecd1-a46c-44c6">
<link rel="icon" type="image/png" href="https://tableagent.s3.amazonaws.com/static/ico/favicon-16x16.png?v=kPgn4qE0za" sizes="16x16" data-webtasks-id="c8b58f60-b748-4a6d">
<link rel="icon" type="image/png" href="https://tableagent.s3.amazonaws.com/static/ico/android-chrome-192x192.png?v=kPgn4qE0za" sizes="192x192" data-webtasks-id="b5f7571c-16e5-4d90">
<link rel="manifest" href="https://tableagent.s3.amazonaws.com/static/ico/manifest.json?v=kPgn4qE0za" data-webtasks-id="66d95aad-7beb-42cc">
<link rel="mask-icon" href="https://tableagent.s3.amazonaws.com/static/ico/safari-pinned-tab.svg?v=kPgn4qE0za" color="#5bbad5" data-webtasks-id="56cad055-c575-4359">
<link rel="shortcut icon" href="https://tableagent.s3.amazonaws.com/static/ico/favicon.ico?v=kPgn4qE0za" data-webtasks-id="00ec1302-e0b2-402f">
<link rel="dns-prefetch" href="//fonts.googleapis.com" data-webtasks-id="4a078206-f95d-4731">
<meta name="apple-mobile-web-app-title" content="TableAgent" data-webtasks-id="7e6ce372-0838-44c1">
<meta name="application-name" content="TableAgent" data-webtasks-id="6f89b3a1-d371-428c">
<meta name="theme-color" content="#ffffff" data-webtasks-id="eb63e273-ea7d-4558">
<script async="" defer="" src="https://launchpad.privacymanager.io/1/launchpad.bundle.js" data-webtasks-id="a429a26c-171f-43f9"></script><script type="text/javascript" async="" src="https://collector.brandmetrics.com/c.js?siteid=f9816ecc-b51b-4747-bc3e-1ea86a0677a2&amp;toploc=tableagent.com&amp;rnd=9717888" data-webtasks-id="8026ff4c-6516-413a"></script><script type="text/javascript" src="https://launchpad-wrapper.privacymanager.io/69e75073-3763-483e-a64c-0d281bfd9225/launchpad-liveramp.js" data-webtasks-id="9463a7b3-4305-49b5"></script><script type="text/javascript" src="https://cdn.brandmetrics.com/tag/aa466d868b2742ffa2cc31bb6341dc12/cafemedia.js" data-webtasks-id="c42b4cee-c520-411c"></script><script type="text/javascript" src="https://acdn.adnxs.com/video/outstream/ANOutstreamVideo.js" data-webtasks-id="b89ea62d-f915-4e09"></script><script async="" src="//cdn.confiant-integrations.net/gptprebidnative/202304111045/wrap.js" data-webtasks-id="a866de51-c878-4885"></script><script type="text/javascript" src="https://cdn.confiant-integrations.net/mOinGM9MTu5v-Lto835XLhlrSPY/gpt_and_prebid/config.js" data-webtasks-id="c344c34f-2331-4510"></script><script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" data-webtasks-id="30a244a6-f56f-4b82"></script><script src="https://ads.adthrive.com/builds/core/f6c25cd/es2018/js/adthrive.min.js?deployment=2023-05-25-5:ade-839:pr3458:f6c25cd&amp;bucket=flex-70&amp;experiments=rubiconFloors,recencyFrequency,ttdSync,reissuingSticky&amp;siteid=61cdd76d51ada0001ba30410" data-webtasks-id="9a040ad6-ed7c-422a"></script><script src="https://ads.adthrive.com/builds/core/f6c25cd/vendor/prebid/es2018/prebid.min.js" data-webtasks-id="8e0b2e7b-d790-4b39"></script><script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" data-webtasks-id="900421db-3fcc-45f2"></script><script src="https://c.amazon-adsystem.com/aax2/apstag.js" data-webtasks-id="974586b9-f6a6-473c"></script><script async="" src="//www.google-analytics.com/analytics.js" data-webtasks-id="1f9b262c-276a-45e7"></script><script async="" src="https://ads.adthrive.com/sites/61cdd76d51ada0001ba30410/ads.min.js?referrer=https%3A%2F%2Ftableagent.com%2Fhouston%2F&amp;cb=16" data-webtasks-id="a2f075ee-a3b3-4a02"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-P79RK87MJH" type="text/javascript" data-webtasks-id="577970f9-d422-4ae0"></script>
<script type="text/javascript" data-webtasks-id="1eac0906-2dc9-434e">function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-P79RK87MJH");</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" data-webtasks-id="fc11bf37-acf8-454e">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css" integrity="sha512-mSYUmp1HYZDFaVKK//63EcZq4iFWFjxSL+Z3T/aCt4IO9Cejm03q3NKKYN6pFQzY0SBOr8h+eCIAZHPXcpZaNw==" crossorigin="anonymous" data-webtasks-id="f517a9b5-eae1-436b">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta2/css/bootstrap-select.min.css" integrity="sha512-mR/b5Y7FRsKqrYZou7uysnOdCIJib/7r5QeJMFvLNHNhtye3xJp1TdJVPLtetkukFn227nKpXD9OjUc09lx97Q==" crossorigin="anonymous" referrerpolicy="no-referrer" data-webtasks-id="b6334cb5-8394-48dd">
<link rel="stylesheet" href="https://tableagent.s3.amazonaws.com/static/css/b5_custom.min.css?v=09032021" data-webtasks-id="284ba7a6-d80d-4059">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/coliff/bootstrap-rfs/bootstrap-rfs.css" data-webtasks-id="cf3024fe-0683-4419">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" data-webtasks-id="bb77e396-b63a-4290">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/css/flag-icons.min.css" integrity="sha512-UwbBNAFoECXUPeDhlKR3zzWU3j8ddKIQQsDOsKhXQGdiB5i3IHEXr9kXx82+gaHigbNKbTDp3VY/G6gZqva6ZQ==" crossorigin="anonymous" referrerpolicy="no-referrer" data-webtasks-id="3dfdc265-f55a-435d">
<title data-webtasks-id="988bcbba-0749-4528">Houston Tx Restaurants</title>
<style type="text/css" data-webtasks-id="cf638ad5-4bbe-4277">.adthrive-ad{margin-top:10px;margin-bottom:10px;text-align:center;overflow-x:visible;clear:both;line-height:0}</style><meta http-equiv="origin-trial" content="A7CQXglZzTrThjGTBEn1rWTxHOEtkWivwzgea+NjyardrwlieSjVuyG44PkYgIPGs8Q9svD8sF3Yedn0BBBjXAkAAACFeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="b11dedb4-5168-46a9"><meta http-equiv="origin-trial" content="A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo/W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8/KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="01be42bb-a165-400f"><meta http-equiv="origin-trial" content="A4A26Ymj79UVY7C7JGUS4BG1s7MdcDokAQf/RP0paks+RoTYbXHxceT/5L4iKcsleFCngi75YfNRGW2+SpVv1ggAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2VzLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="150546c5-18e2-401d"><meta http-equiv="origin-trial" content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="8f49b313-5dbc-4517"><meta http-equiv="origin-trial" content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="f9620f4e-1cf2-4645"><script src="https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202305220101/pubads_impl.js" async="" data-webtasks-id="ceae7b8a-95b4-4df9"></script><style type="text/css" data-webtasks-id="3091ed4e-7e79-438b">.adthrive-ccpa-modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:2147483647}.adthrive-ccpa-modal-content{background-color:#fefefe;border:1px solid #888;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.5);font-family:Verdana,Geneva,Tahoma,sans-serif;margin:0 auto;max-width:592px;padding:20px 24px 24px;position:relative;top:50%;transform:translateY(-50%);width:80%}#adthrive-ccpa-modal-title{color:rgba(0,0,0,.87);font-size:20px;line-height:26px}.adthrive-ccpa-modal-btn:focus,.adthrive-ccpa-modal-btn:hover{color:#000;cursor:pointer;text-decoration:none}#adthrive-ccpa-modal-language{color:rgba(0,0,0,.87);display:block;font-size:14px;line-height:20px;margin:16px 0 32px}#adthrive-ccpa-modal-cancel-btn:focus,#adthrive-ccpa-modal-cancel-btn:hover,#adthrive-ccpa-modal-close-btn-container:focus,#adthrive-ccpa-modal-close-btn-container:hover{color:rgba(0,0,0,.8);cursor:pointer;text-decoration:none}#adthrive-ccpa-modal-continue-btn:focus,#adthrive-ccpa-modal-continue-btn:hover{color:hsla(0,0%,100%,.8);cursor:pointer;text-decoration:none}#adthrive-ccpa-modal-close-btn-container{color:#000;font-size:20px;font-weight:700;line-height:20px;position:absolute;right:8px;top:8px}.adthrive-ccpa-lower-buttons-container{color:#000;font-size:18px}#adthrive-ccpa-modal-cancel-btn{display:inline-block;text-align:left;width:calc(100% - 150px)}#adthrive-ccpa-modal-continue-btn{background-color:#010044;border-radius:10px;color:#fff;display:inline-block;height:44px;line-height:44px;text-align:center;width:150px}@media screen and (max-width:896px){.adthrive-ccpa-modal-content{margin:0 auto;position:relative;width:calc(100% - 80px)}#adthrive-ccpa-modal-title{font-size:16px;line-height:24px}#adthrive-ccpa-modal-language{font-size:12px;line-height:16px;text-align:left}.adthrive-ccpa-lower-buttons-container{font-size:14px}#adthrive-ccpa-modal-close-btn-container{font-size:14px;line-height:14px}}@media screen and (max-width:350px){#adthrive-ccpa-modal-title{font-size:14px;line-height:24px}#adthrive-ccpa-modal-language{font-size:10px;line-height:14px;text-align:left}.adthrive-ccpa-lower-buttons-container{display:block;font-size:12px;text-align:center;width:100%}#adthrive-ccpa-modal-close-btn-container{display:block;font-size:12px;line-height:12px}#adthrive-ccpa-modal-cancel-btn,#adthrive-ccpa-modal-continue-btn{display:block;text-align:center;width:100%}#adthrive-ccpa-modal-cancel-btn{margin-bottom:10px}}</style><style type="text/css" data-webtasks-id="b934a2b7-c5ea-4c54">.adthrive-ad{clear:both;line-height:0;margin-bottom:10px;margin-top:10px;overflow-x:visible;text-align:center}.adthrive-ad-cls{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.adthrive-ad-cls>div,.adthrive-ad-cls>iframe{flex-basis:100%}.adthrive-interstitial{margin-bottom:0;margin-top:0}.adthrive-native-recipe{display:inline-block}.adthrive-recipe{min-width:300px}.adthrive-device-desktop .adthrive-recipe,.adthrive-device-tablet .adthrive-recipe{max-width:320px}.adthrive-stuck.adthrive-sticky.adthrive-header,.adthrive-stuck.adthrive-sticky.adthrive-sidebar{position:fixed;top:0;z-index:9999}.adthrive-stuck.adthrive-header{margin-top:0}.adthrive-sticky.adthrive-footer{background-color:hsla(0,0%,100%,.8);border-top:2px solid hsla(0,0%,88%,.8);bottom:0;box-sizing:content-box;left:0;margin:0;max-height:100px;overflow:hidden;position:fixed;text-align:center;width:100%;z-index:1000001}.adthrive-sticky.adthrive-footer>.adthrive-close{background:#fff;border:1px solid #b2b2b2;border-radius:20px;color:#b2b2b2;cursor:pointer;display:inline-block;font-family:arial,sans-serif;font-size:20px;line-height:20px;padding:0 5px;position:absolute;right:5px;top:5px}.adthrive-device-desktop .adthrive-sticky.adthrive-footer>.adthrive-close{right:10px;top:10px}.adthrive-ccpa-link,.adthrive-footer-message,.adthrive-privacy-preferences{margin-top:5px;text-align:center}#next-video,#stay-video{background-color:#333;color:#fff;cursor:pointer;height:40px;line-height:40px;margin:10px;opacity:.9;text-align:center;width:100px}#next-video{box-shadow:inset 0 0 0 0 #333;transition:box-shadow 5s linear}#next-stay-container.loaded #next-video{box-shadow:inset 100px 0 0 0 red}.jw-flag-small-player #next-video,.jw-flag-small-player #stay-video{height:30px;line-height:30px;width:75px}#next-stay-container{bottom:25%;margin:12px;position:absolute;right:0}.jw-flag-small-player #next-stay-container{margin:0}.video-box-shadow{box-shadow:0 0 10px rgba(0,0,0,.5)}.adthrive-wrapper-bar{background-color:#595959;border-top-left-radius:5px;border-top-right-radius:5px;display:none;font-family:Arial,Helvetica,sans-serif;height:36px}.adthrive-video-title{color:#fff;font-size:13px;font-weight:700;text-decoration:none}.adthrive-wrapper-title-wrapper{align-items:center;display:inline-flex;justify-content:center;margin-left:10px;margin-right:10px;min-width:0}.adthrive-wrapper-title-wrapper>a>svg,.adthrive-wrapper-title-wrapper>div>svg{fill:#fff;margin-right:5px;vertical-align:middle}.adthrive-wrapper-title-wrapper>a{text-decoration:none}.adthrive-video-text-cutoff{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adthrive-collapse-player{border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb;margin-left:auto;margin-right:auto;padding:8px!important;width:90%}.adthrive-outstream-container{margin:0 auto;position:relative}.adthrive-player-idle{display:none;transition:all .5s ease-out;transition-delay:.5s}.adthrive-player-playing{display:block;transition:all .5s ease-in;transition-delay:.5s}.adthrive-sticky-outstream-active.adthrive-new-outstream-player{animation-duration:.5s;animation-iteration-count:1;animation-name:adthrive-fade-in;animation-timing-function:ease-in;opacity:1}.adthrive-sticky-outstream-idle.adthrive-new-outstream-player{animation-duration:.5s;animation-iteration-count:1;animation-name:adthrive-fade-out;animation-timing-function:ease-out;display:block;opacity:0}@keyframes adthrive-fade-in{0%{opacity:0}to{opacity:1}}@keyframes adthrive-fade-out{0%{opacity:1}to{opacity:0}}.adthrive-player-ad-controls-play,.adthrive-player-ad-controls-volume{display:inline-block;margin-top:-8px;padding:8px 0 0}.adthrive-player-icon{cursor:pointer;display:inline-block;margin:0 10px!important}.adthrive-player-icon-hidden{display:none}.adthrive-player-icon svg{filter:drop-shadow(3px 5px 3px rgb(0 0 0/.5));pointer-events:none}.adthrive-player-ad-container{bottom:0;margin:0;position:absolute}.adthrive-player-ad-controls{bottom:4px;height:26px;left:0;line-height:18px;padding:0;position:absolute;text-align:left;width:100%;z-index:1000000}.adthrive-player-volume-control{height:30px;left:6px;margin:0!important;position:absolute;top:-66px;transform:rotate(-90deg);width:100px;z-index:10000}.adthrive-player-volume-control input[type=range]{-webkit-appearance:none;background-color:#777;border:0;border-radius:20px;height:10px;margin:6px 6px 0;outline:0;overflow:hidden;padding:0;vertical-align:bottom;width:100px}.adthrive-player-volume-control input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;color:#777;height:10px;margin-top:-1px}.adthrive-player-volume-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50%;box-shadow:-325px 0 0 320px #ccc,inset 0 0 0 40px #fff;cursor:pointer;height:10px;position:relative;width:10px}.adthrive-player-volume-control input[type=range]:active::-webkit-slider-thumb{background:#fff;box-shadow:-325px 0 0 320px #ddd,inset 0 0 0 3px #fff}.adthrive-player-volume-control input[type=range]::-moz-range-progress{background-color:#ddd;box-shadow:-325px 0 0 320px #ddd,inset 0 0 0 3px #ddd}.adthrive-player-volume-control input[type=range]::-moz-range-track{background-color:#777}.adthrive-player-volume-control input[type=range]::-ms-fill-lower{background-color:#ddd;box-shadow:-325px 0 0 320px #ddd,inset 0 0 0 3px #ddd}.adthrive-player-volume-control input[type=range]::-ms-fill-upper{background-color:#777}.adthrive-player-position.adthrive-collapse-float{position:fixed;width:300px;z-index:2147483644}.adthrive-player-position.adthrive-collapse-float.adthrive-collapse-right{right:5px;top:0}.adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right{bottom:100px;right:5px}.adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-left{bottom:100px;left:5px}.adthrive-player-position.adthrive-collapse-float>.adthrive-player-title{display:none}.adthrive-player-position.adthrive-collapse-sticky{padding-bottom:20px;padding-top:20px;position:fixed;z-index:9999}.adthrive-player-position.adthrive-collapse-sticky>.adthrive-player-title{display:none}.adthrive-collapse-mobile-background{background-color:#000;left:0;position:fixed;top:0;z-index:99990}.adthrive-top-collapse-close{left:-30px;position:fixed;top:5px;z-index:1}.adthrive-top-collapse-wrapper-bar>* .adthrive-top-collapse-close{left:0;position:relative;top:0}.adthrive-top-collapse-wrapper-bar>* .adthrive-wrapper-float-close{display:none;float:none;margin-bottom:0}.adthrive-player-position.adthrive-collapse-mobile{position:fixed;width:300px;z-index:99998}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-medium,.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-small{width:272px}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-right{right:10px;top:26px}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-left{left:5px;top:26px}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-bottom-left{bottom:52px;left:5px}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-bottom-right{bottom:52px;right:10px}.adthrive-player-position.adthrive-collapse-mobile>.adthrive-player-title{display:none}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center>.adthrive-wrapper-bar{display:none!important}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center>.adthrive-top-collapse-wrapper-bar{display:block}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center.adthrive-player-without-wrapper-text{left:50%;padding-bottom:5px;padding-top:5px;top:0;transform:translateX(-50%)}.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center.adthrive-player-with-wrapper-text{padding-bottom:5px;padding-top:5px;right:5px;top:0}.adthrive-top-collapse-wrapper-bar{color:#fff;display:none;left:5px;padding-bottom:5px;padding-top:5px;position:fixed;top:0;width:-webkit-calc(100% - 282px);width:-moz-calc(100% - 282px);width:calc(100% - 282px);z-index:99998}.adthrive-top-collapse-wrapper-video-title{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.adthrive-top-collapse-wrapper-bar a a.adthrive-learn-more-link{color:#fff;display:inline-block;font-size:13px;line-height:1.2}h3.adthrive-player-title{margin:10px 0}.adthrive-wrapper-close{align-items:center;color:#fff;font-size:36px;height:36px;justify-content:center;margin-left:auto;margin-right:0;min-width:36px}.adthrive-wrapper-float-close{cursor:pointer;display:none;float:right;margin-bottom:5px}.adthrive-top-left-outer{height:78px;left:-30px;position:absolute;top:-55px;width:78px}.adthrive-top-left-outer>svg{bottom:30px;left:30px;position:absolute}.adthrive-top-left-inner{position:absolute;top:0}.adthrive-top-left-inner.adthrive-wrapper-float-close{background:rgba(0,0,0,.5);color:#fff;padding:2px;pointer-events:none;width:100%;z-index:99}.adthrive-new-outstream-player .adthrive-top-left-inner.adthrive-wrapper-float-close{z-index:10000}.adthrive-new-outstream-player .adthrive-ad{margin-bottom:0;margin-top:0}.adthrive-top-left-inner-wrapper.adthrive-wrapper-float-close{background:rgba(0,0,0,.5);color:#fff;padding:2px;pointer-events:none;position:absolute;top:36px;width:100%;z-index:10000}.adthrive-sticky-outstream>.adthrive-wrapper-float-close{position:absolute;right:1px;top:32px}.adthrive-sticky-outstream>.adthrive-wrapper-float-close.adthrive-wrapper-close-outside-left{left:2px}.adthrive-sticky-outstream>.adthrive-wrapper-float-close.adthrive-wrapper-close-bkgd-50{background:rgba(0,0,0,.5);color:#fff;left:0;padding:2px;pointer-events:none;top:52px}.adthrive-new-outstream-player{margin-bottom:20px;padding:0!important}.adthrive-new-outstream-player>.adthrive-wrapper-float-close.adthrive-wrapper-close-bkgd-50{top:0}.adthrive-wrapper-close-bkgd-50>#adthrive-sticky-outstream-close{padding:2px 0 0 2px;pointer-events:all}.adthrive-sticky-outstream{display:none;overflow:hidden;padding-top:20px;position:fixed;z-index:2147483644}.adthrive-sticky-outstream.adthrive-sticky-outstream-mobile{bottom:52px;right:10px}.adthrive-sticky-outstream.adthrive-sticky-outstream-desktop{bottom:100px;right:5px}.adthrive-sticky-outstream.adthrive-sticky-outstream-active{display:block}.adthrive-video-stickyoutstream div:first-of-type{margin:-1px}.adthrive-video-stickyoutstream-new-player div:first-of-type{margin:0}.adthrive-instream-close{pointer-events:all}.adthrive-instream-close.adthrive-float-left{float:left}.adthrive-ccpa-link,.adthrive-ccpa-link span,.adthrive-footer-message span,.adthrive-privacy-preferences a{color:#a9a9a9;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:13px}.adthrive-ccpa-link a{cursor:pointer;text-decoration:underline}.adthrive-device-phone .adthrive-footer-message{margin-bottom:60px}.adthrive-footer-message{margin-bottom:100px}.adthrive-footer-message>span{border-top:1px solid #b2b2b2;padding-top:5px;text-transform:uppercase}#_inv_voicefive___{display:none}</style><script src="//cdn.id5-sync.com/api/1.0/id5-api.js" data-webtasks-id="e3f66e1a-d613-44b3"></script><link rel="preload" href="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="3a8a5700-860b-4ba0"><script type="text/javascript" src="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="b325bcc1-ca59-4cba"></script><link rel="preload" href="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="e4ef4545-0595-4180"><script type="text/javascript" src="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="f6b5e253-a509-48a9"></script><iframe name="cnftComm" data-webtasks-id="bf4ed4a7-4f49-47be" style="display: none;"></iframe><link rel="preload" href="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="4e54e587-ddf9-49bb"><script type="text/javascript" src="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="f70dd321-61f2-4c50"></script><link rel="preload" href="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="b10bc595-881d-4731"><script type="text/javascript" src="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="13b6eb3c-bc39-4569"></script><meta http-equiv="origin-trial" content="A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo/W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8/KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="c32c6820-250f-4463"></head>
<body class="dark-body adthrive-device-desktop" data-webtasks-id="ac54b6ec-c441-4a3a">
<nav class="navbar navbar-expand-sm navbar-default p-1" data-webtasks-id="5593cfbb-0036-4dd2">
<div class="container-xl" data-webtasks-id="850fe20f-040d-46c2">
<button class="navbar-toggler collapsed navbar-toggler-right text-dark p-3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation" data-webtasks-id="9dae069d-33c1-4683">
<i class="fa fa-bars fa-lg orange" data-webtasks-id="f30bb042-0b38-4eca"></i>&nbsp;Menu
</button>
<a class="navbar-brand p-0" href="/" data-webtasks-id="cf911f55-e2b2-4a2b">
<img class="d-none d-md-block" src="https://tableagent.s3.amazonaws.com/static/img/logo.png" alt="Home Page" data-webtasks-id="c73a2595-e054-47b3">
<img class="d-md-none" src="https://tableagent.s3.amazonaws.com/static/img/logosm.png" alt="Home Page" data-webtasks-id="bff85385-c249-4f8d" style="">
</a>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown" data-webtasks-id="2f71dc11-64e0-486e">
<div class="navbar-nav text-center" data-webtasks-id="f4bdec0e-454c-4de7">
<a class="nav-item nav-link fs-5 me-3" href="/cart/" title="Cart" data-webtasks-id="c98487d8-8766-47fb"><i class="fa fa-shopping-cart fa-lg orange me-1" data-webtasks-id="17585484-3f4b-40de"></i>Cart</a>
<a class="nav-item nav-link fs-5 mx-1" href="/myaccount/" title="My Account" data-webtasks-id="be955ac5-5270-42a5"><i class="fa fa-user fa-lg orange me-1" data-webtasks-id="3b9037e7-9cfa-475c"></i>My Account</a>
<a class="nav-item nav-link fs-5 mx-2" href="/myaccount/register/" title="Register" data-webtasks-id="3baad5ee-9c72-4a22"><i class="fa fa-user-plus fa-lg orange me-1" data-webtasks-id="94091779-69d7-4e02"></i>Register</a> <a class="nav-item nav-link fs-5 mx-1" href="/reservation-system/" title="System" data-webtasks-id="91ae3d8b-0453-4a6a"><i class="fa fa-dashboard fa-lg orange me-1" data-webtasks-id="6de96ab2-a778-4dfc"></i>System</a>
<div class="nav-item dropdown bg-light ms-3" data-webtasks-id="676d2b3a-9692-463e">
<div class="nav-link fs-6 dropdown-toggle" id="dropdown-language" data-bs-toggle="dropdown" aria-expanded="true" role="listbox" data-webtasks-id="2ecf035a-6755-4d43">
<span class="flag-icon flag-icon-us me-2" data-webtasks-id="86816b8a-1343-4405"></span>EN
</div>
<div class="dropdown-menu" aria-labelledby="dropdown-language" data-bs-popper="none" data-webtasks-id="d6dec5ef-65ad-471c">
<div class="dropdown-item" data-webtasks-id="3638f192-84fc-421d">Select Language</div>
<div class="dropdown-item p-0" data-webtasks-id="bdcc330d-c569-4b14"><hr class="dropdown-divider" data-webtasks-id="8439f62d-73c9-40b4"></div>
<a class="dropdown-item languages_id" hreflang="cs" data-flag="cz" href="javascript:void(0)" data-webtasks-id="67d12f3d-ac61-4af8"><i class="flag-icon flag-icon-cz me-2" data-webtasks-id="c708aeb4-71d1-4d00"></i>Czech</a>
<a class="dropdown-item languages_id" hreflang="nl" data-flag="nl" href="javascript:void(0)" data-webtasks-id="614666fd-a292-48c8"><i class="flag-icon flag-icon-nl me-2" data-webtasks-id="08a21cb1-760e-4642"></i>Dutch</a>
<a class="dropdown-item languages_id" hreflang="en" data-flag="us" href="javascript:void(0)" data-webtasks-id="6bfb3e01-42d6-4936"><i class="flag-icon flag-icon-gb me-2" data-webtasks-id="15e487d3-4617-488f"></i>English</a>
<a class="dropdown-item languages_id" hreflang="fi" data-flag="fi" href="javascript:void(0)" data-webtasks-id="0dea5a0e-5b04-4841"><i class="flag-icon flag-icon-fi me-2" data-webtasks-id="0b6b812a-340f-4e13"></i>Finnish</a>
<a class="dropdown-item languages_id" hreflang="fr" data-flag="fr" href="javascript:void(0)" data-webtasks-id="3626cc4b-5699-4b7d"><i class="flag-icon flag-icon-fr me-2" data-webtasks-id="c9afe3c8-989e-4dd3"></i>French</a>
<a class="dropdown-item languages_id" hreflang="de" data-flag="de" href="javascript:void(0)" data-webtasks-id="fe039ce2-9cb3-4ab1"><i class="flag-icon flag-icon-de me-2" data-webtasks-id="0dd13898-3d2d-4f9b"></i>German</a>
<a class="dropdown-item languages_id" hreflang="it" data-flag="it" href="javascript:void(0)" data-webtasks-id="70b48d2e-01b9-4f08"><i class="flag-icon flag-icon-it me-2" data-webtasks-id="ccd0dc4b-6d2b-4e65"></i>Italian</a>
<a class="dropdown-item languages_id" hreflang="ja" data-flag="jp" href="javascript:void(0)" data-webtasks-id="bc4823fe-8147-42ba"><i class="flag-icon flag-icon-jp me-2" data-webtasks-id="8e7b74dd-7f25-49c0"></i>Japanese</a>
<a class="dropdown-item languages_id" hreflang="es" data-flag="es" href="javascript:void(0)" data-webtasks-id="4f6015f3-d8a0-451d"><i class="flag-icon flag-icon-es me-2" data-webtasks-id="b761fadd-9d48-48d7"></i>Spanish</a>
<a class="dropdown-item languages_id" hreflang="sv" data-flag="se" href="javascript:void(0)" data-webtasks-id="d3829405-d7fb-4721"><i class="flag-icon flag-icon-se me-2" data-webtasks-id="bc98fb11-690a-4227"></i>Swedish</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<form class="form-horizontal" role="search" action="/search/" method="get" autocomplete="off" data-webtasks-id="dfbeba6d-df2a-476d">
<div class="container bg-secondary my-3 py-3" data-webtasks-id="8317e235-3bb0-4087">
<h3 class="text-light" data-webtasks-id="ad04a7a3-4531-4929">Search Houston TX Restaurants</h3>
<div class="row form-group" data-webtasks-id="10e2de22-ab86-4d68">
<div class="col-md-4 my-2" data-webtasks-id="a845de23-c3b3-4b42">
<div class="btn-group btn-block" role="group" aria-label="Search Restaurants" data-webtasks-id="bd730cb2-0534-4a46">
<button type="button" class="btn btn-block btn-dark btn-lg" data-bs-toggle="dropdown" data-webtasks-id="7c591b01-b493-45f2">Search Restaurants</button>
<button type="button" class="btn btn-warning btn-lg dropdown-toggle" data-bs-toggle="dropdown" style="padding: 8px;" data-webtasks-id="b7a120ac-be32-49a7">
<span class="caret" data-webtasks-id="fd782415-ebb7-4ff1"></span>
<span class="sr-only" data-webtasks-id="457f9a0f-3c46-478c">Toggle Dropdown</span>
</button>
<div class="dropdown-menu" role="menu" data-webtasks-id="fc25765b-6241-4b75">

<a class="dropdown-item" href="/houston/location/" data-webtasks-id="9b9cf41c-1b43-4441">
<i class="fa fa-fw fa-map-marker mr-2 text-info fa-lg" data-webtasks-id="3a335e0f-36c2-4eda"></i>By Location
</a>
<div class="dropdown-divider" data-webtasks-id="014c5ae7-5b74-4e52"></div>
<a class="dropdown-item" href="/houston/cuisine/" data-webtasks-id="e9573396-62f9-497d">
<i class="fa fa-fw fa-cutlery mr-2 text-info fa-lg" data-webtasks-id="000481ae-c9e3-4264"></i>By Cuisine
 </a>
<div class="dropdown-divider" data-webtasks-id="964c06a0-46ad-458a"></div>
<a class="dropdown-item" href="/houston/price/" data-webtasks-id="8543ae85-025c-49a2">
<i class="fa fa-fw fa-dollar mr-2 text-info fa-lg" data-webtasks-id="3fc599cc-a204-45cf"></i>By Price
</a>
<div class="dropdown-divider" data-webtasks-id="e5046ba4-3d97-48b7"></div>
<a class="dropdown-item" href="/houston/star-rating/" data-webtasks-id="c11a4255-86fb-4c7e">
<i class="fa fa-fw fa-star mr-2 text-info fa-lg" data-webtasks-id="80c916df-d0e2-4f96"></i>By Star Rating
</a>
<div class="dropdown-divider" data-webtasks-id="9be589f4-3d61-4bc5"></div>
<a class="dropdown-item" href="/houston/feature/" data-webtasks-id="98e42031-126c-4489">
<i class="fa fa-fw fa-check mr-2 text-info fa-lg" data-webtasks-id="1bd1c577-d853-405c"></i>By Feature</a>
<div class="dropdown-divider" data-webtasks-id="b0a1c2f2-7184-4169"></div>
<a class="dropdown-item" href="/houston/meal-type/" data-webtasks-id="c96bbede-490f-45bb">
<i class="fa fa-fw fa-birthday-cake mr-2 text-info fa-lg" data-webtasks-id="34a389ca-a393-4bb5"></i>By Meal Type
</a>
<div class="dropdown-divider" data-webtasks-id="1e6610fb-5dad-49e4"></div>
<a class="dropdown-item" href="/houston/best-restaurants/" data-webtasks-id="a5c9a904-d766-4084">
<i class="fa fa-fw fa-trophy mr-2 text-info fa-lg" data-webtasks-id="a7126244-0097-42b4"></i>Best Restaurants
</a>
</div>
</div>
</div>
<div class="col-md-8 my-2" data-webtasks-id="0ae05c18-4a0a-4310">
<div class="input-group" data-webtasks-id="cda90971-9b58-4ed2">
<div class="input-group-text bg-dark" data-webtasks-id="cdeb0041-007c-4ffa">
<i class="fa fa-cutlery fa-lg text-light" data-webtasks-id="ee07b302-c259-4958"></i>
</div>
<input id="search" name="q" type="text" class="form-control form-control-lg" placeholder="Search Restaurants" aria-label="Search Houston TX Restaurants" data-webtasks-id="e2732d90-9b6a-4a82">
<button type="submit" class="btn btn-warning" data-webtasks-id="227b54db-6bcb-4d7a">Search</button>
</div>
<input type="hidden" name="csrfmiddlewaretoken" value="Et7upa5RXWOtg4RnH7qKbwxRvDyXaVN1yTrPaiOYkQEAMbWiTH3rkVe4HgbeOS4f" data-webtasks-id="d059bf3f-39f1-49f0">
<input type="hidden" name="city_id" value="16" id="city_id" data-webtasks-id="72bebab1-7a37-428c">
<div id="search-results" data-webtasks-id="f6666ca5-ffff-4d31"></div>
</div>
</div>
</div>
</form>
<div id="AdThrive_Header_1_desktop" class="adthrive-ad adthrive-header adthrive-header-1 adthrive-ad-cls" data-webtasks-id="7b1c70cf-401e-4235" style="min-height: 90px;" data-google-query-id="CIuUsqbnkv8CFZQwKwodr1oLGA"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Header_1/61cdd76d51ada0001ba30410_0__container__" style="border: 0pt none; display: inline-block; width: 970px; height: 250px;" data-webtasks-id="65e9ca88-dd37-43cf"><iframe frameborder="0" src="https://3b3ca6dc8a8edf7fa1c296fbc8f2100c.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/18190176,22667360304/AdThrive_Header_1/61cdd76d51ada0001ba30410_0" title="3rd party ad content" name="" scrolling="no" marginwidth="0" marginheight="0" width="970" height="250" data-is-safeframe="true" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="3" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-webtasks-id="3ec3170d-23b3-4b24"></iframe></div></div><main id="content-main" class="flex-grow-1" data-webtasks-id="c0ee755d-f11b-4d74">
<nav class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#" data-webtasks-id="93452a61-298d-4e49">
<ol class="breadcrumb my-0" typeof="v:Breadcrumb" data-webtasks-id="361a6259-65b5-4c24">
<li class="breadcrumb-item" data-webtasks-id="6e22d37a-c7a2-4817">
<a href="/" itemprop="url" rel="v:url" property="v:title" data-webtasks-id="a28955ef-7a4c-4939">
<span itemprop="title" data-webtasks-id="76f019ed-acc5-47fa">
<i class="fa fa-home" data-webtasks-id="ec2215cb-9342-488b"></i> Home
</span>
</a>
</li>
<li class="breadcrumb-item text-muted" data-webtasks-id="f0b17dab-bb65-4001">
<span itemprop="title" data-webtasks-id="d888f96f-b93d-4317">Houston TX</span>
</li>
</ol>
</nav>
<div class="container" data-webtasks-id="f6d2c91a-3165-4c01">
<h1 data-webtasks-id="d8339699-9bc5-4d80">Houston Tx Restaurants</h1>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="bcf81ffa-2126-4e9e">
<div class="surface-header" data-webtasks-id="051e7a57-4026-46d5">
<h2 class="text-blue-light" data-webtasks-id="965ccd5b-66e7-4c83">
<span class="pull-right" data-webtasks-id="3ef1726c-e33c-498a">
<small class="star orange" data-webtasks-id="a49fce99-e7d2-4570"><i class="fa fa-star" data-webtasks-id="d3227ba8-a732-42be"></i><i class="fa fa-star" data-webtasks-id="b81e0744-b383-49c0"></i><i class="fa fa-star" data-webtasks-id="37cfb281-bce5-4d41"></i><i class="fa fa-star" data-webtasks-id="3e3fc714-6866-4680"></i><i class="fa fa-star-half-o" data-webtasks-id="24294e99-6553-42ac"></i></small>
</span>
<a class="" href="/houston/verandah-progressive-indian-cuisine/" data-webtasks-id="33d440aa-d0ce-478b">
<span itemprop="name" data-webtasks-id="c41d5f05-44c0-4c18">Verandah Progressive Indian Cuisine</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="a2d576b7-2135-4f34">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="d00217d9-2a1c-4e42"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="6b92aa29-5b70-4e8e"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="04d4ee42-5f7c-481b">3300 Kirby Drive, Suite 7A</span>,
<span itemprop="addressLocality" data-webtasks-id="e393e013-b6c3-464d">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="b9403230-2623-40a9">TX</span>
<span itemprop="postalCode" data-webtasks-id="5dd1ce0a-39d9-4906">77098</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="f20c36e8-bd42-4da8">
<div class="mb-2" data-webtasks-id="d9007e2b-281e-46b1">
<span class="badge badge-pill badge-surface" data-webtasks-id="cfb84642-f13c-4c9d">$$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="89c002e4-4f7d-445a">
Our name "VERANDAH" is derived from the ancient independent houses and "the porch". It is usually the place that is built around a house or sometimes is a central couryard that is built within the house and comprises of columns with pillars that support the roof with a fresh flow of air. Verandah is a combination of two Sanskrit words "Vahir" that means outside and "Ander" that means inside. A Verandah is usually a place that is used to entertain friends and family who are visiting and also used to entertain guests. We have fond memories of our childhood in …
<div class="clearfix" data-webtasks-id="3c663f16-8125-47b9">
<a href="/houston/verandah-progressive-indian-cuisine/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="66de9b2c-9408-4834">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="78fc859b-6fec-4295"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="dbfdfbcc-07e4-4a54">
<div class="surface-header" data-webtasks-id="646cd45b-09e9-43fb">
<h2 class="text-blue-light" data-webtasks-id="6c5664fe-dba4-45c2">
<span class="pull-right" data-webtasks-id="2a6805b5-ebee-4203">
<small class="star orange" data-webtasks-id="9ddbe32d-85d1-4275"><i class="fa fa-star" data-webtasks-id="a8d9620d-fa65-4850"></i><i class="fa fa-star" data-webtasks-id="0ea764a7-be76-406e"></i><i class="fa fa-star" data-webtasks-id="bf58714e-a473-4f5a"></i><i class="fa fa-star" data-webtasks-id="143965b0-8232-4975"></i><i class="fa fa-star-half-o" data-webtasks-id="6e9c4ddd-626a-4f10"></i></small>
</span>
<a class="" href="/houston/the-eatery-at-hodge-podge-lodge/" data-webtasks-id="6e403257-3f56-4cac">
<span itemprop="name" data-webtasks-id="a95145e1-5f56-4d58">The Eatery at Hodge Podge Lodge</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="bbc6f425-50d7-4c56">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="97cf4fc6-d5b7-419a"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="e65c9916-a674-4773"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="abbe0955-ddd5-42f1">300 Prairie St</span>,
<span itemprop="addressLocality" data-webtasks-id="6e5bf692-4a8b-4dd4">Montgomery</span>,
<span itemprop="addressRegion" data-webtasks-id="1cfb795c-485d-43a6">TX</span>
<span itemprop="postalCode" data-webtasks-id="8f4d8841-dc65-4851">77356</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="1ef09c82-b5ba-42b7">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="//tableagent.s3.amazonaws.com/media/xr/6291_5d4c1c724727444ca461b8445787556f.JPG" data-src="//tableagent.s3.amazonaws.com/media/xr/6291_5d4c1c724727444ca461b8445787556f.JPG" alt="The Eatery at Hodge Podge Lodge" data-webtasks-id="73f3eb8a-524b-4987">
<div class="mb-2" data-webtasks-id="6202583c-65ee-4476">
<span class="badge badge-pill badge-surface" data-webtasks-id="c652e43d-09eb-4c95">$</span>
<span class="badge badge-pill icon-2" data-webtasks-id="c062174e-4fd2-40ff">Recommended</span>
<span class="badge badge-pill icon-4" data-webtasks-id="9fa35484-3f4c-43f3">Editor's Pick</span>
<span class="badge badge-pill icon-6" data-webtasks-id="5771c3c0-3eeb-4d16">Private Room</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="7e3bd4ed-57ec-410a">
The Eatery at Hodge Podge Lodge is the latest addition to this Historic Bed &amp; Breakfast and Wedding and Events venue. The Eatery is open from 8 am - 2:30 pm Tuesday - Saturday, serving up chef-inspired, gourmet fare for both breakfast and lunch. The Eatery is located at 300 Prairie St in downtown Montgomery, TX. Come dine in our five-star venue built in 1854, surrounded by 300 year old pecan trees and gorgeous manicured surroundings.
<div class="clearfix" data-webtasks-id="c168288b-e9d0-4b30">
<a href="/houston/the-eatery-at-hodge-podge-lodge/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="e13e92f4-e817-40c8">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="ca5f0a90-27ca-45e7"></i>
</a>
</div>
</div>
</div>
</div><div id="AdThrive_Content_2_desktop" class="adthrive-ad adthrive-content adthrive-content-2 adthrive-ad-cls" style="min-height: 250px;" data-webtasks-id="ea90e638-f078-4095" data-google-query-id="CJ_gvqbnkv8CFcZBfQodKqIO-Q"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_2/61cdd76d51ada0001ba30410_0__container__" style="border: 0pt none;" data-webtasks-id="c982b0fe-8a65-48ac"><iframe id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_2/61cdd76d51ada0001ba30410_0" name="google_ads_iframe_/18190176,22667360304/AdThrive_Content_2/61cdd76d51ada0001ba30410_0" title="3rd party ad content" width="728" height="90" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="4" data-webtasks-id="89b63430-ec4e-451f"></iframe></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="18816bc7-cb52-4ea9">
<div class="surface-header" data-webtasks-id="baff6c31-33f3-4479">
<h2 class="text-blue-light" data-webtasks-id="3b940236-7c79-4d8c">
<span class="pull-right" data-webtasks-id="afd21c94-c01c-4868">
<small class="star orange" data-webtasks-id="cf5cff27-d7a7-4a96"><i class="fa fa-star" data-webtasks-id="ef545384-cd5f-461b"></i><i class="fa fa-star" data-webtasks-id="e1adcd53-f59c-48f8"></i><i class="fa fa-star" data-webtasks-id="88179d9e-ab3a-4ffb"></i><i class="fa fa-star" data-webtasks-id="8fb36788-55f1-4e01"></i><i class="fa fa-star-half-o" data-webtasks-id="14fd238d-ecdc-411b"></i></small>
</span>
<a class="" href="/houston/trez-art-and-wine-bar/" data-webtasks-id="a21d4583-0982-4131">
<span itemprop="name" data-webtasks-id="23d2d2cd-b83a-400a">Trez Bistro and Wine Bar</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="dbe7b1a3-8d24-4559">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="e27ce6ba-6f64-4e57"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="0dd57ef3-d589-47e6"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="f4d48c2d-4d59-4bba">920 Studemont St</span>,
<span itemprop="addressLocality" data-webtasks-id="86570881-6200-4569">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="59428cbb-722c-42d0">TX</span>
<span itemprop="postalCode" data-webtasks-id="e84de80e-fc1d-4416">77007</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="6a679382-78bb-4cc0">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="//tableagent.s3.amazonaws.com/media/xr/20948_aede991a501b4ec494c59dbb2d3ec1d7.jpg" data-src="//tableagent.s3.amazonaws.com/media/xr/20948_aede991a501b4ec494c59dbb2d3ec1d7.jpg" alt="Trez Bistro and Wine Bar" data-webtasks-id="73f6aa54-1c1c-4e71">
<div class="mb-2" data-webtasks-id="6ea0b081-c06b-4816">
<span class="badge badge-pill badge-surface" data-webtasks-id="4898e266-8b55-4c78">$$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="27321f1b-82cd-4b93">
We're an Art &amp; Wine Bistro providing unique dinning experiences by combining rich &amp; savory cuisine, boutique wines, specialty cocktails, music, exquisite art &amp; a pleasant ambience for our guests.
<div class="clearfix" data-webtasks-id="da24719b-e70b-4c3f">
<a href="/houston/trez-art-and-wine-bar/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="3120b57e-97df-4573">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="3b718af4-dae2-4df8"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="91443b7c-70bc-49f4">
<div class="surface-header" data-webtasks-id="22a6c91f-e353-40fa">
<h2 class="text-blue-light" data-webtasks-id="72697e50-9284-4c9e">
<span class="pull-right" data-webtasks-id="2c124465-4b33-4cd0">
<small class="star orange" data-webtasks-id="6fdbd5f6-1a18-4308"><i class="fa fa-star" data-webtasks-id="b58a4344-7401-48bd"></i><i class="fa fa-star" data-webtasks-id="ce1fd4f6-a12a-438d"></i><i class="fa fa-star" data-webtasks-id="7df1ffa2-934a-4547"></i><i class="fa fa-star" data-webtasks-id="025a4b92-a105-41f0"></i><i class="fa fa-star-half-o" data-webtasks-id="30f4f223-12c5-4874"></i></small>
</span>
<a class="" href="/houston/normans-dueling-pianos/" data-webtasks-id="5cb1d2c5-c65d-453d">
<span itemprop="name" data-webtasks-id="83f30221-131e-48a8">Norman's Dueling Pianos</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="a51e0037-8290-46af">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="5ea01a22-c280-409e"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="27470ac0-5ca1-4603"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="2de8dc74-20ff-4e4b">9441 FM 1960 Bypass W, Suite 700</span>,
<span itemprop="addressLocality" data-webtasks-id="ae343465-edc5-425c">Humble</span>,
<span itemprop="addressRegion" data-webtasks-id="722d789d-2fa7-42dc">TX</span>
<span itemprop="postalCode" data-webtasks-id="e200b326-dc05-42a3">77338</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="22394733-d48d-45cc">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="//tableagent.s3.amazonaws.com/media/xr/4991_d6650e57ae134b99b2ac4b4cbf34fd90.jpg" data-src="//tableagent.s3.amazonaws.com/media/xr/4991_d6650e57ae134b99b2ac4b4cbf34fd90.jpg" alt="Norman's Dueling Pianos" data-webtasks-id="bf36e0c2-ad32-4dc2">
<div class="mb-2" data-webtasks-id="508e329f-6b8a-44d3">
<span class="badge badge-pill badge-surface" data-webtasks-id="85cc13d2-354d-4c38">$</span>
<span class="badge badge-pill icon-2" data-webtasks-id="daab54ad-17f3-4d2a">Recommended</span>
<span class="badge badge-pill icon-3" data-webtasks-id="446e8a09-d349-486a">New</span>
<span class="badge badge-pill icon-4" data-webtasks-id="29ab0559-2718-4fcd">Editor's Pick</span>
<span class="badge badge-pill icon-6" data-webtasks-id="b11bbb67-1c91-4f05">Private Room</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="4de6a762-cbff-4968">
Norman's Dueling Pianos is part bar and part concert. Normans Dueling Pianos creates a non-stop party with live music performed in a high-energy setting. Sing along with our talented musicians and rock out to your favorite songs! You will hear everything from classic rock to hip-hop to pop. It’s the best nightlife Houston has to offer! Norman's Dueling Pianos energetic and interactive setting creates the perfect atmosphere for any type of special events in Houston. It doesn’t matter if you’re celebrating a bachelorette party, bachelor party, birthday party or planning a corporate event/holiday party any group event. Norman's Dueling Pianos …
<div class="clearfix" data-webtasks-id="6aa2a1fe-f75c-4ebd">
<a href="/houston/normans-dueling-pianos/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="0074654b-2f0c-4a5c">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="1d86e1c1-7cac-46f4"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="b86d9054-5e23-4d75">
<div class="surface-header" data-webtasks-id="3dc001f4-3a2a-411c">
<h2 class="text-blue-light" data-webtasks-id="9a825391-bec2-46e4">
<span class="pull-right" data-webtasks-id="697b6ec4-d1d3-449e">
<small class="star orange" data-webtasks-id="7e3bb979-9956-46ae"><i class="fa fa-star" data-webtasks-id="d5daf1e8-4d21-4e49"></i><i class="fa fa-star" data-webtasks-id="2ce00a51-07ea-4d65"></i><i class="fa fa-star" data-webtasks-id="9d15c454-9b45-4c66"></i><i class="fa fa-star" data-webtasks-id="443b3053-5fe1-465c"></i><i class="fa fa-star-half-o" data-webtasks-id="e4a37769-e24b-47a5"></i></small>
</span>
<a class="" href="/houston/evolve-southern-kitchen/" data-webtasks-id="e49f9ab6-2279-4be9">
<span itemprop="name" data-webtasks-id="24109f5f-7e80-4141">Evolve Southern Kitchen</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="ee129577-992b-4677">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="d69e1158-d27c-4e05"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="b041957b-0524-48a8"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="1596f7b2-0535-43e0">TBD</span>,
<span itemprop="addressLocality" data-webtasks-id="d19b62ae-3a12-4326">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="21a30d22-2c62-4d11">TX</span>
<span itemprop="postalCode" data-webtasks-id="97be299d-75d6-4200">77095</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="e186e601-a0a2-4319">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="https://tableagent.s3.amazonaws.com/static/img/ajax-loader.gif" data-src="//tableagent.s3.amazonaws.com/media/xr/9919_f7ce25d352004bb9aab18eedd4299e6a.jpg" alt="Evolve Southern Kitchen" data-webtasks-id="8c2b28a0-0f78-47e4">
<div class="mb-2" data-webtasks-id="db0330c5-08bb-46be">
<span class="badge badge-pill badge-surface" data-webtasks-id="8d581cee-bebe-4d38">$$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="b8a45767-11fd-4533">
<div class="clearfix" data-webtasks-id="69b3cbe4-4b2b-4fe9">
<a href="/houston/evolve-southern-kitchen/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="d794fc85-9a70-4630">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="fc847139-ce15-4d80"></i>
</a>
</div>
</div>
</div>
</div><div id="AdThrive_Content_3_desktop" class="adthrive-ad adthrive-content adthrive-content-3 adthrive-ad-cls" style="min-height: 250px;" data-webtasks-id="5fcc37d8-67b8-43dd" data-google-query-id="CJOUvqbnkv8CFY8wKwodAhAMzA"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_3/61cdd76d51ada0001ba30410_0__container__" style="border: 0pt none;" data-webtasks-id="fad76c1b-b95c-4145"><iframe id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_3/61cdd76d51ada0001ba30410_0" name="google_ads_iframe_/18190176,22667360304/AdThrive_Content_3/61cdd76d51ada0001ba30410_0" title="3rd party ad content" width="970" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="5" data-webtasks-id="5783f50f-dd24-4780"></iframe></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="54752de7-739a-435d">
<div class="surface-header" data-webtasks-id="6aaf6c0a-9bac-4233">
<h2 class="text-blue-light" data-webtasks-id="5d2a8c97-09d0-4a8e">
<span class="pull-right" data-webtasks-id="dee9dfa8-9529-477d">
<small class="star orange" data-webtasks-id="4a77b34f-6e86-4525"><i class="fa fa-star" data-webtasks-id="27c875cd-ce31-4746"></i><i class="fa fa-star" data-webtasks-id="30628184-966d-4d24"></i><i class="fa fa-star" data-webtasks-id="45f30353-4d11-4e89"></i><i class="fa fa-star" data-webtasks-id="605504c4-1c47-4564"></i><i class="fa fa-star-half-o" data-webtasks-id="59697ef5-4664-4853"></i></small>
</span>
<a class="" href="/houston/the-simple-greek/" data-webtasks-id="78d9e360-7985-4fd0">
<span itemprop="name" data-webtasks-id="ead6a228-061e-4d5e">The Simple Greek - Pearland TX</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="d8aedc3d-6102-4d4c">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="22a0c431-6692-4dac"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="e28e70f4-545a-4071"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="8c526fae-0733-4ec3">10621 Broadway St #109</span>,
<span itemprop="addressLocality" data-webtasks-id="88de15f8-79f1-4535">Pearland</span>,
<span itemprop="addressRegion" data-webtasks-id="ae0f0c6c-9218-4676">TX</span>
<span itemprop="postalCode" data-webtasks-id="96a0b92f-369a-49dd">77047</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="4b867703-5c07-4d93">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="https://tableagent.s3.amazonaws.com/static/img/ajax-loader.gif" data-src="//tableagent.s3.amazonaws.com/media/xr/10393_02ea0a040f8c4aea9ce258cb3a227720.jpg" alt="The Simple Greek - Pearland TX" data-webtasks-id="2ad79e71-f498-4b48">
<div class="mb-2" data-webtasks-id="b3bf9c57-a7c0-4e92">
<span class="badge badge-pill badge-surface" data-webtasks-id="3fdeb9bd-6502-466d">$</span>
<span class="badge badge-pill icon-3" data-webtasks-id="aa3cad30-c4c4-4e57">New</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="7e170864-4c01-4bf7">
<div class="clearfix" data-webtasks-id="a27f3f47-800e-4d8a">
<a href="/houston/the-simple-greek/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="52220e1f-3d0f-4a1b">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="dbdee3b8-1e5f-40de"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="1568277a-3a6c-4902">
<div class="surface-header" data-webtasks-id="8f268ed0-b61b-40e1">
<h2 class="text-blue-light" data-webtasks-id="2b98fe1e-afa4-4f1c">
<span class="pull-right" data-webtasks-id="21b52599-b7d2-409d">
<small class="star orange" data-webtasks-id="e3659c10-aa1e-40d0"><i class="fa fa-star" data-webtasks-id="36101c7d-6cc4-4346"></i><i class="fa fa-star" data-webtasks-id="cc54b22d-43b8-464d"></i><i class="fa fa-star" data-webtasks-id="d0a91692-721e-4a09"></i><i class="fa fa-star" data-webtasks-id="1f54cf7d-f514-4772"></i><i class="fa fa-star-half-o" data-webtasks-id="ccff07e6-7519-4c2a"></i></small>
</span>
<a class="" href="/houston/sabor-seafood/" data-webtasks-id="33790ddb-3f3a-4fce">
<span itemprop="name" data-webtasks-id="299893d6-b268-45f2">Sabor Seafood</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="f91aed49-daf2-4144">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="54777036-1a78-44e6"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="e0cb8237-fd55-4f1c"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="2617f1dc-3a07-411f">18955 SH-249</span>,
<span itemprop="addressLocality" data-webtasks-id="194ae869-793d-4972">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="b38a7448-25a0-4b4d">TX</span>
<span itemprop="postalCode" data-webtasks-id="5948c8be-63e0-4dfe">77070</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="9b17730a-ac84-43a2">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="https://tableagent.s3.amazonaws.com/static/img/ajax-loader.gif" data-src="//tableagent.s3.amazonaws.com/media/xr/14763_eca715f54c984214bd2ccd4fc2baa392.jpg" alt="Sabor Seafood" data-webtasks-id="3a085cf2-7a8a-40a1">
<div class="mb-2" data-webtasks-id="4f643641-a328-4f58">
<span class="badge badge-pill badge-surface" data-webtasks-id="1409c85d-ce32-45b4">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="18ff0d34-4651-463e">
<div class="clearfix" data-webtasks-id="29d8301c-68a8-42a0">
<a href="/houston/sabor-seafood/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="1355cd25-2a4a-4133">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="a55323ee-e6f0-4d1f"></i>
</a>
</div>
</div>
</div>
</div><div id="AdThrive_Content_4_desktop" class="adthrive-ad adthrive-content adthrive-content-4 adthrive-ad-cls" style="min-height: 250px;" data-webtasks-id="43ced2b3-8efe-4626"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_4/61cdd76d51ada0001ba30410_0__container__" style="border: 0pt none;" data-webtasks-id="cf1e63cf-167d-48c6"></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="f1404ad4-3bef-4b21">
<div class="surface-header" data-webtasks-id="342a6784-1a71-41f1">
<h2 class="text-blue-light" data-webtasks-id="185459ba-98f2-4a16">
<span class="pull-right" data-webtasks-id="6c50b76c-90bf-40ce">
<small class="star orange" data-webtasks-id="d60d84f3-e5ce-40df"><i class="fa fa-star" data-webtasks-id="b669b388-8956-4367"></i><i class="fa fa-star" data-webtasks-id="43c8cf71-303c-4ded"></i><i class="fa fa-star" data-webtasks-id="91d2bb54-2a8a-499e"></i><i class="fa fa-star" data-webtasks-id="8c41d74e-cbc9-4fd5"></i><i class="fa fa-star" data-webtasks-id="8f221aa2-8d35-4274"></i></small>
</span>
<a class="" href="/houston/harvest-kitchen-bakery/" data-webtasks-id="7b4f72aa-bdf7-4180">
<span itemprop="name" data-webtasks-id="26dab100-21b9-47ed">Harvest Kitchen &amp; Bakery</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="f99747fd-4654-4317">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="c0b174ce-ebd9-4331"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="355f7078-a721-4e1f"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="f4f0e957-6ca3-4d07">21971 Katy Freeway</span>,
<span itemprop="addressLocality" data-webtasks-id="5fe00e2a-5867-423e">Katy</span>,
<span itemprop="addressRegion" data-webtasks-id="2ff2999a-a8a7-43fd">TX</span>
<span itemprop="postalCode" data-webtasks-id="c1a807bf-4af4-49cf">77450</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="8224aef7-7904-4b19">
<img class="img-rounded img-thumbnail img-responsive float-start about-img p-2 me-3 mb-2" src="https://tableagent.s3.amazonaws.com/static/img/ajax-loader.gif" data-src="//tableagent.s3.amazonaws.com/media/xr/10580_491816b5228b4c43b6b5e14a059fc3d2.jpg" alt="Harvest Kitchen &amp; Bakery" data-webtasks-id="016fe141-36b5-49b0">
<div class="mb-2" data-webtasks-id="32d0ddcf-8038-45d1">
<span class="badge badge-pill badge-surface" data-webtasks-id="4f2ba071-e714-4a53">$</span>
<span class="badge badge-pill icon-1" data-webtasks-id="4ac53523-08f2-4c31">Top 10</span>
<span class="badge badge-pill icon-2" data-webtasks-id="d15fd2f4-18ec-4e65">Recommended</span>
<span class="badge badge-pill icon-4" data-webtasks-id="69aea0d0-091b-4a23">Editor's Pick</span>
<span class="badge badge-pill icon-9" data-webtasks-id="e96c089a-91a8-4466">Outdoor Seating</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="69e1f833-13fb-49e4">
We are currently ONLY taking reservations for New Year's Eve and New Years Day All Day Brunch Menu
<div class="clearfix" data-webtasks-id="92dd8eda-1194-463d">
<a href="/houston/harvest-kitchen-bakery/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="912fdca1-4495-4fde">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="562e4b2a-1eef-4945"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="9d3b9566-b111-4d10">
<div class="surface-header" data-webtasks-id="ce8f1eff-70b3-4eaa">
<h2 class="text-blue-light" data-webtasks-id="ee037ee0-3091-458f">
<span class="pull-right" data-webtasks-id="8ceb0c09-0b7f-4e5b">
<small class="star orange" data-webtasks-id="1e670965-7e3e-4b20"><i class="fa fa-star" data-webtasks-id="7dce07c8-7e77-4e6e"></i><i class="fa fa-star" data-webtasks-id="3d18d834-f103-4398"></i><i class="fa fa-star" data-webtasks-id="64c50ebb-5328-421b"></i><i class="fa fa-star" data-webtasks-id="b5f3743a-d5c8-4080"></i><i class="fa fa-star-half-o" data-webtasks-id="95d1147e-ac7c-4314"></i></small>
</span>
<a class="" href="/houston/bar-bq-village-halal-pakistani-restaurant/" data-webtasks-id="b4de225e-2a60-45ea">
<span itemprop="name" data-webtasks-id="7c241ddb-e659-4a29">Bar BQ Village Halal Pakistani Restaurant</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="1fa828e8-fd73-42ce">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="ab4c5046-87c3-4109"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="ee6b1bd8-089e-410c"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="9664c535-11ac-4154">17118 W Little York Rd</span>,
<span itemprop="addressLocality" data-webtasks-id="bbd6db62-407a-485b">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="79cd4493-1095-482c">TX</span>
<span itemprop="postalCode" data-webtasks-id="9f2b9a6b-fe0b-4ba7">77084</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="52fe7703-c0d5-4905">
<div class="mb-2" data-webtasks-id="d4f3eb03-caed-473a">
<span class="badge badge-pill badge-surface" data-webtasks-id="2c70e445-3dfa-4366">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="dabcf224-b117-473a">
<div class="clearfix" data-webtasks-id="c14752de-ef30-4cec">
<a href="/houston/bar-bq-village-halal-pakistani-restaurant/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="dd25fdcb-8ca6-4b3d">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="8982b895-9499-4733"></i>
</a>
</div>
</div>
</div>
</div><div id="AdThrive_Content_5_desktop" class="adthrive-ad adthrive-content adthrive-content-5 adthrive-ad-cls" style="min-height: 250px;" data-webtasks-id="f9f4a4de-82ab-436b"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_5/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="2cef32dd-ab12-430f" style="border: 0pt none;"></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="2c16e17d-22da-4746">
<div class="surface-header" data-webtasks-id="d151ff50-763f-4c79">
<h2 class="text-blue-light" data-webtasks-id="3a71a546-da7a-474b">
<span class="pull-right" data-webtasks-id="b57fb000-13da-4346">
<small class="star orange" data-webtasks-id="816ac560-1432-46e4"><i class="fa fa-star" data-webtasks-id="5a01840a-394e-453b"></i><i class="fa fa-star" data-webtasks-id="7e95630e-cad9-4e26"></i><i class="fa fa-star" data-webtasks-id="b5ae5689-8641-470b"></i><i class="fa fa-star" data-webtasks-id="f894c803-6c9e-4b0b"></i><i class="fa fa-star-half-o" data-webtasks-id="d0907eb1-56a4-4ea9"></i></small>
</span>
<a class="" href="/houston/juanitas-mexican-restaurant-louetta/" data-webtasks-id="1cb403e8-4858-4401">
<span itemprop="name" data-webtasks-id="f54f2005-5fd9-49c5">Juanita's Mexican Restaurant - Louetta</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="43afa170-c4d8-4b77">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="4299babf-ed16-4088"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="4bab7a83-09d5-4efe"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="0a9751b8-b95c-460a">11550 Louetta Rd #1800</span>,
<span itemprop="addressLocality" data-webtasks-id="70836c65-e699-46b3">Houston</span>,
<span itemprop="addressRegion" data-webtasks-id="430f2154-35a8-473b">TX</span>
<span itemprop="postalCode" data-webtasks-id="5f597c0d-bcb8-4845">77070</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="2d411ebc-1646-43fe">
<div class="mb-2" data-webtasks-id="d9546fa7-c188-4d0e">
<span class="badge badge-pill badge-surface" data-webtasks-id="a01f91cd-fc5a-4b11">$</span>
<span class="badge badge-pill icon-3" data-webtasks-id="6c1ac77b-0c7b-4ba4">New</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="2b6463e6-244d-49e8">
<div class="clearfix" data-webtasks-id="a46487b0-b071-4b73">
<a href="/houston/juanitas-mexican-restaurant-louetta/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="dda03be8-b02b-40a7">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="b77a8d2b-5847-48bd"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-3" data-webtasks-id="3cdd74b5-390c-4bf8">
<ul class="pagination pagination-lg justify-content-center" data-webtasks-id="68342c48-55ab-4c65">
<li class="page-item" data-webtasks-id="c0d711cc-b69e-4f9b">
</li>
<li class="page-item active" data-webtasks-id="ace73489-b28f-43c4">
<a href="" class="page-link" data-webtasks-id="77932c54-3a30-4f40">Page 1 of 7</a>
</li>
<li class="page-item" data-webtasks-id="05d48227-31cd-47f5">
<a href="?page=2" class="page-link" data-webtasks-id="a06b7d5d-b4ff-4f3f">» next »</a>
</li>
</ul>
</div>
</main>
<footer class="pt-5" data-webtasks-id="032d2e3c-e5ba-4120">
<div class="footer" data-webtasks-id="59f74b51-052b-4489">
<hr class="my-4" data-webtasks-id="d5103213-1287-4718">
<div class="maxw row text-center" data-webtasks-id="3e4e68a3-85a8-4eff">
<div class="col-sm-4" data-webtasks-id="c06fe7d7-0dc4-418f">
<ul class="list-unstyled" data-webtasks-id="eb3d3cc4-ab9b-463c">
<li class="p-2 list-group-item-secondary" data-webtasks-id="8becfcb5-5d2e-4f4a"><strong data-webtasks-id="fb276526-6603-4554">My Account</strong></li>
<li class="py-1" data-webtasks-id="4bc1c7a1-ee36-4838"><a class="text-dark" href="/help/" data-webtasks-id="d73aac20-2f54-4c67">Help Page</a>
</li><li class="py-1" data-webtasks-id="22961a2c-ccc8-4f5a"><a class="text-dark" href="/myaccount/" data-webtasks-id="d465d086-d2f2-43c0">Account Login</a>
</li><li class="py-1" data-webtasks-id="7cf7ec3e-54e9-42f9"><a class="text-dark" href="/resetpassword/" data-webtasks-id="a8fee134-d122-4d0b">Forgot Password?</a>
</li><li class="py-1" data-webtasks-id="3cf0fd31-08f3-4ecb"><a class="text-dark" href="/myaccount/register/" data-webtasks-id="7d88e335-cf56-4e8c">Register</a>
</li><li class="py-1" data-webtasks-id="d10424b6-d37c-42d2"><a class="text-dark" href="/gift-cards/" data-webtasks-id="7e4f9e53-04a2-43c0">Gift Cards</a>
</li></ul>
</div>
<div class="col-sm-4" data-webtasks-id="756f881f-97c6-494b">
<ul class="list-unstyled" data-webtasks-id="60b40e33-9afa-4ba0">
<li class="p-2 list-group-item-secondary" data-webtasks-id="84df3349-487e-4cfe"><strong data-webtasks-id="d112d85e-3f72-4a80">Restaurant Services</strong></li>
<li class="py-1" data-webtasks-id="8ac23eb0-7b04-4f71"><a class="text-dark" href="/reservation-system/" data-webtasks-id="e030f927-8856-4d5a">Reservation System</a>
</li><li class="py-1" data-webtasks-id="60a5a841-8aae-4dea"><a class="text-dark" href="/pricing/online-payments/" data-webtasks-id="109750f0-758a-4a21">Online Payments</a>
</li><li class="py-1" data-webtasks-id="3a70eead-7302-431f"><a class="text-dark" href="/submit-restaurant/" data-webtasks-id="9b6f9a37-3607-4e67">Submit Restaurant</a>
</li><li class="py-1" data-webtasks-id="34b34080-54cf-4b91"><a class="text-dark" href="/update-restaurant/" data-webtasks-id="89fc6910-ab44-4edb">Update Restaurant</a>
</li><li class="py-1" data-webtasks-id="cb603c33-ab67-4ea3"><a class="text-dark" href="/pricing/" data-webtasks-id="3246189f-3a4b-4dfb">Pricing</a>
</li></ul>
</div>
<div class="col-sm-4" data-webtasks-id="26a2941c-d3f3-4dcd">
<ul class="list-unstyled" data-webtasks-id="7a0ae504-cff1-4f90">
<li class="p-2 list-group-item-secondary" data-webtasks-id="d2ab510f-a17c-4894"><strong data-webtasks-id="568d9844-8760-4ce7">TableAgent.com</strong></li>
<li class="py-1" data-webtasks-id="38d95fb0-6ab2-459e"><a class="text-dark" href="/about/" data-webtasks-id="567ad509-c890-4b78">About Us</a>
</li><li class="py-1" data-webtasks-id="041d9739-6ac9-4246"><a class="text-dark" href="/contact/" data-webtasks-id="d025037c-b7de-4ed4">Contact</a>
</li><li class="py-1" data-webtasks-id="63d0f556-c2ac-4636"><a class="text-dark" href="/privacy/" data-webtasks-id="17587272-c042-4a6c">Privacy Policy</a>
</li><li class="py-1" data-webtasks-id="69b59af2-b3bc-490a"><a class="text-dark" href="/terms/" data-webtasks-id="a64245c9-aa4e-4cd5">Terms of Use</a>
</li><li class="py-1" data-webtasks-id="0a947377-8e35-46e0"><a class="text-dark" href="/sitemap.xml" data-webtasks-id="b8f83ef8-4892-4b91">Sitemap (XML)</a>
</li></ul>
</div>
</div>
<hr class="my-4" data-webtasks-id="b61cef8c-a57f-45ee">
<div class="text-dark text-center" data-webtasks-id="705b760f-15e8-432f">© TableAgent.com 2023</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.3/umd/popper.min.js" integrity="sha512-XLo6bQe08irJObCc86rFEKQdcFYbGGIHVXcfMsxpbvF8ompmd1SNJjqVY5hmjQ01Ts0UmmSQGfqpt3fGjm6pGA==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript" data-webtasks-id="f956be48-f91b-43fa"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" type="text/javascript" data-webtasks-id="6608fdb4-6f98-4227"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.bundle.min.js" integrity="sha512-pax4MlgXjHEPfCwcJLQhigY7+N8rt6bVvWLFyUMuxShv170X53TRzGPmPkZmGBhk+jikR8WBM4yl7A9WMHHqvg==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript" data-webtasks-id="54b2701b-22a4-4a4c"></script>
<script src="https://tableagent.s3.amazonaws.com/static/js/ajax.min.js" type="text/javascript" data-webtasks-id="4955692b-5629-4f09"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js" integrity="sha512-T/tUfKSV1bihCnd+MxKD0Hm1uBBroVYBOYSk1knyvQ9VyZJpc/ALb4P0r6ubwVPSGB2GvjeoMAJJImBG12TiaQ==" crossorigin="anonymous" type="text/javascript" data-webtasks-id="6f606877-e66c-4dc7"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta2/js/bootstrap-select.min.js" integrity="sha512-FHZVRMUW9FsXobt+ONiix6Z0tIkxvQfxtCSirkKc5Sb4TKHmqq1dZa8DphF0XqKb3ldLu/wgMa8mT6uXiLlRlw==" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript" data-webtasks-id="cd751f25-d369-49af"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/unveil/1.3.0/jquery.unveil.min.js" type="text/javascript" data-webtasks-id="385e9146-17f5-4592"></script>
<script type="text/javascript" data-webtasks-id="ca8bfce0-4bd2-46b3">
$(document).ready(function() {
$("img").unveil();
});
</script>
<script type="text/javascript" data-webtasks-id="9d584946-eef7-4053">
(function(w, d) {
 w.adthrive = w.adthrive || {};
 w.adthrive.cmd = w.adthrive.cmd || [];
 w.adthrive.plugin = 'adthrive-ads-manual';
 w.adthrive.host = 'ads.adthrive.com';

 var s = d.createElement('script');
 s.async = true;
 s.referrerpolicy='no-referrer-when-downgrade';
 s.src = 'https://' + w.adthrive.host + '/sites/61cdd76d51ada0001ba30410/ads.min.js?referrer=' + w.encodeURIComponent(w.location.href) + '&cb=' + (Math.floor(Math.random() * 100) + 1);
 var n = d.getElementsByTagName('script')[0];
 n.parentNode.insertBefore(s, n);
})(window, document);
</script>

<script type="text/javascript" data-webtasks-id="40736c13-0c1a-4e8e">
  var loadDeferredStyles = function() {
    var addStylesNode = document.getElementById("deferred-styles");
    var replacement = document.createElement("div");
    replacement.innerHTML = addStylesNode.textContent;
    document.body.appendChild(replacement)
    addStylesNode.parentElement.removeChild(addStylesNode);
  };
  var raf = requestAnimationFrame || mozRequestAnimationFrame ||
      webkitRequestAnimationFrame || msRequestAnimationFrame;
  if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });
  else window.addEventListener('load', loadDeferredStyles);
</script>
<script type="text/javascript" data-webtasks-id="c1653296-5324-4f61">
  // set langauge
  let lng = document.querySelectorAll(".languages_id");
  for (let element of lng) {
    element.addEventListener("click", function(e) {
      var cname = "django_language";
      var cvalue = e.currentTarget.hreflang;
      var exdays = 7;
      setCookie(cname, cvalue, exdays);
      var cname = "flag";
      var cvalue = e.currentTarget.dataset.flag;
      setCookie(cname, cvalue, exdays);
    });
  };
  function setCookie(cname, cvalue, exdays) {
    const d = new Date();
    d.setTime(d.getTime() + (exdays*24*60*60*1000));
    var expires = "expires="+ d.toUTCString();
    document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
    location.reload();
  };
  // Analytics
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-59953617-2', 'auto');
  ga('send', 'pageview');
</script><iframe src="https://3b3ca6dc8a8edf7fa1c296fbc8f2100c.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" style="visibility: hidden; display: none;" data-webtasks-id="48e63feb-d3a0-43d1"></iframe>


<div data-webtasks-id="902eb0cb-db1b-4a23">
  <link href="https://fonts.googleapis.com/css?family=Noto+Sans%7CPNoto+Serif" rel="stylesheet" data-webtasks-id="7a2d14d6-e707-4ac7">
</div><iframe src="https://ads.adthrive.com/builds/core/f6c25cd/html/rnf.html" id="adthrive-mcmp" data-webtasks-id="0b7fdbb1-6fe7-4d3d" style="display: none;"></iframe><iframe id="__uspapiLocator" name="__uspapiLocator" data-webtasks-id="4e0c00fa-b850-450d" style="display: none;"></iframe><div id="AdThrive_Footer_1_desktop" class="adthrive-ad adthrive-footer adthrive-footer-1 adthrive-ad-cls adthrive-sticky" data-webtasks-id="e77d7779-0e93-4b66" style="min-height: 90px;" data-google-query-id="CI6qrbXnkv8CFcMXcgodA7gBGA"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Footer_1/61cdd76d51ada0001ba30410_0__container__" style="border: 0pt none;" data-webtasks-id="07b4c224-bc87-4b8f"><iframe id="google_ads_iframe_/18190176,22667360304/AdThrive_Footer_1/61cdd76d51ada0001ba30410_0" name="google_ads_iframe_/18190176,22667360304/AdThrive_Footer_1/61cdd76d51ada0001ba30410_0" title="3rd party ad content" width="320" height="50" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="2" data-webtasks-id="b16772e7-3804-42c8"></iframe></div></div><div class="adthrive-sticky-outstream adthrive-sticky-outstream-desktop adthrive-sticky-outstream-idle" data-webtasks-id="8da8568e-d047-485b" style=""><div class="adthrive-wrapper-float-close adthrive-wrapper-close-bkgd-50 adthrive-top-left-inner" data-webtasks-id="1165443e-0c9b-4213" style="display: inline-flex;"><div class="adthrive-wrapper-close-outside-left" id="adthrive-sticky-outstream-close" data-webtasks-id="62f3a683-619c-4a8b"><svg width="18" height="18" fill="transparent" data-webtasks-id="800b91c7-71ee-4e36"><path d="M 0.5 9 A 5 5 0 0 0 17.5 9 A 5 5 0 0 0 0.5 9 M 9 9 L 7 7 L 11 11 M 9 9 L 7 11 L 11 7" stroke="white" stroke-width="1" data-webtasks-id="1bbefb87-0b92-4cb8"></path></svg></div></div><div id="AdThrive_Video_StickyOutstream_1_desktop" class="adthrive-ad adthrive-video-stickyoutstream adthrive-video-stickyoutstream-1 adthrive-sticky" data-webtasks-id="0d6f2ad4-4522-42a1" data-google-query-id="CIukkq3nkv8CFQ9ufQodVTkIMA" style="display: none;"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Video_StickyOutstream_1/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="98c841f3-d9f3-4a50" style="border: 0pt none; width: 300px; height: 250px;"></div></div></div><div class="adthrive-comscore adthrive-footer-message" data-webtasks-id="5658e999-1221-48f7"><span data-webtasks-id="71a3ca60-5ddf-4bea">A Raptive Partner Site</span></div><iframe src="https://s.amazon-adsystem.com/iu3?cm3ppd=1&amp;d=dtb-pub&amp;csif=t&amp;dl=gg_n-mediagrid_n-index_n-sharethrough_pm-db5_ym_rbd_n-vmg_ox-db5_an-db5_3lift" data-webtasks-id="8a15d918-73be-492a" style="display: none;"></iframe><div id="confiant_tag_holder" style="display:none" data-webtasks-id="1cc5743a-80fd-4570"></div><script type="text/javascript" async="true" src="https://cdn.brandmetrics.com/scripts/bundle/65568.js?sid=f9816ecc-b51b-4747-bc3e-1ea86a0677a2&amp;toploc=tableagent.com" data-webtasks-id="5b1e1834-20a2-4da0"></script><script type="text/javascript" src="https://pghub.io/js/pandg-sdk.js" data-webtasks-id="fbe674d9-df82-461b"></script><iframe src="https://www.google.com/recaptcha/api2/aframe" width="0" height="0" style="display: none;" data-webtasks-id="7ca3def9-d0db-4548"></iframe><iframe height="0" width="0" frameborder="0" src="https://pandg.tapad.com/tag?us_privacy=1---&amp;referrer_url=https%3A%2F%2Ftableagent.com%2F&amp;page_url=https%3A%2F%2Ftableagent.com%2Fhouston%2F&amp;owner=P%26G&amp;bp_id=cafemedia&amp;ch=%7B%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22113%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22113%22%7D%2C%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224%22%7D%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22113.0.5672.127%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22113.0.5672.127%22%7D%2C%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22Windows%22%2C%22platformVersion%22%3A%2215.0.0%22%7D&amp;initiator=js" style="display: none;" data-webtasks-id="26acfb8c-3a90-456d"></iframe><iframe name="__launchpadLocator" data-webtasks-id="b2c4ad47-1804-472a" style="display: none;"></iframe></body><iframe sandbox="allow-scripts allow-same-origin" id="3314ac6651306344" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" width="0" hspace="0" vspace="0" height="0" style="height:0px;width:0px;display:none;" scrolling="no" src="https://u.openx.net/w/1.0/cm?id=891039ac-a916-42bb-a651-4be9e3b201da&amp;ph=a3aece0c-9e80-4316-8deb-faf804779bd1&amp;gdpr=&amp;gdpr_consent=&amp;r=https%3A%2F%2Fprebid-server.rubiconproject.com%2Fsetuid%3Fbidder%3Dopenx%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D1---%26gpp%3D%26gpp_sid%3D%26account%3D%26f%3Db%26uid%3D" data-webtasks-id="32941311-4efb-4b09">
    </iframe><iframe sandbox="allow-scripts allow-same-origin" id="348b82ec49bdc6aa" frameborder="0" allowtransparency="true" marginheight="0" marginwidth="0" width="0" hspace="0" vspace="0" height="0" style="height:0px;width:0px;display:none;" scrolling="no" src="https://ads.pubmatic.com/AdServer/js/user_sync.html?gdpr=&amp;gdpr_consent=&amp;us_privacy=1---&amp;predirect=https%3A%2F%2Fprebid-server.rubiconproject.com%2Fsetuid%3Fbidder%3Dpubmatic%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D1---%26gpp%3D%26gpp_sid%3D%26account%3D%26f%3Db%26uid%3D" data-webtasks-id="58e88606-b55f-4453">
    </iframe>