File size: 83,362 Bytes
c020d23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
616
617
618
619
<head data-webtasks-id="cde28b05-9373-4a05"><script async="" defer="" src="https://launchpad.privacymanager.io/1/launchpad.bundle.js" data-webtasks-id="0c5fddc9-1464-4381"></script><script type="text/javascript" src="https://launchpad-wrapper.privacymanager.io/69e75073-3763-483e-a64c-0d281bfd9225/launchpad-liveramp.js" data-webtasks-id="aed44102-a25b-418e"></script><script type="text/javascript" async="" src="https://d9.flashtalking.com/d9core" data-webtasks-id="636711e9-2a65-4ea2"></script>
<meta charset="utf-8" data-webtasks-id="4c8dc6dd-cc3a-472b">
<meta http-equiv="X-UA-Compatible" content="IE=edge" data-webtasks-id="83c5900e-34e0-4010">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" data-webtasks-id="eccf39bb-b8c1-4e98">
<meta name="author" content="Restaurant Agent Inc." data-webtasks-id="749dcbc4-a48a-470a">
<link rel="apple-touch-icon" sizes="180x180" href="https://tableagent.s3.amazonaws.com/static/ico/apple-touch-icon.png?v=kPgn4qE0za" data-webtasks-id="763c988f-84d7-4ac3">
<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="7877a929-95bd-4048">
<link rel="icon" type="image/png" href="https://tableagent.s3.amazonaws.com/static/ico/favicon-32x32.png?v=kPgn4qE0za" sizes="32x32" data-webtasks-id="6fa403db-c929-4d17">
<link rel="icon" type="image/png" href="https://tableagent.s3.amazonaws.com/static/ico/favicon-16x16.png?v=kPgn4qE0za" sizes="16x16" data-webtasks-id="7f08d116-f42c-492d">
<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="8d324925-94a3-4008">
<link rel="manifest" href="https://tableagent.s3.amazonaws.com/static/ico/manifest.json?v=kPgn4qE0za" data-webtasks-id="695bcbf6-4e27-4173">
<link rel="mask-icon" href="https://tableagent.s3.amazonaws.com/static/ico/safari-pinned-tab.svg?v=kPgn4qE0za" color="#5bbad5" data-webtasks-id="859dcb3c-773c-4184">
<link rel="shortcut icon" href="https://tableagent.s3.amazonaws.com/static/ico/favicon.ico?v=kPgn4qE0za" data-webtasks-id="114fa27d-22dd-44b1">
<link rel="dns-prefetch" href="//fonts.googleapis.com" data-webtasks-id="662ab976-d8a9-4367">
<meta name="apple-mobile-web-app-title" content="TableAgent" data-webtasks-id="df1ece2e-e7f3-41d8">
<meta name="application-name" content="TableAgent" data-webtasks-id="f93ef28d-1753-4e19">
<meta name="theme-color" content="#ffffff" data-webtasks-id="dbbc96e0-894d-43c6">
<script type="text/javascript" async="" src="https://collector.brandmetrics.com/c.js?siteid=f9816ecc-b51b-4747-bc3e-1ea86a0677a2&amp;toploc=tableagent.com&amp;rnd=5840607" data-webtasks-id="bceb6cd4-06f0-408c"></script><script async="" src="//cdn.confiant-integrations.net/gptprebidnative/202304111045/wrap.js" data-webtasks-id="717c8264-8418-4954"></script><script type="text/javascript" src="https://cdn.brandmetrics.com/tag/aa466d868b2742ffa2cc31bb6341dc12/cafemedia.js" data-webtasks-id="e633edbd-8303-444b"></script><script type="text/javascript" src="https://acdn.adnxs.com/video/outstream/ANOutstreamVideo.js" data-webtasks-id="5b56a09a-26c9-4faa"></script><script type="text/javascript" src="https://cdn.confiant-integrations.net/mOinGM9MTu5v-Lto835XLhlrSPY/gpt_and_prebid/config.js" data-webtasks-id="92137227-f6c6-4133"></script><script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" data-webtasks-id="3d893423-db29-4ea8"></script><script type="text/javascript" src="https://unpkg.com/[email protected]/dist/web-vitals.umd.js" defer="" data-webtasks-id="1c38b027-af93-44f5"></script><script src="https://ads.adthrive.com/builds/core/14d4183/es2018/js/adthrive.min.js?deployment=2023-05-25-5:adm-871:pr3466:14d4183&amp;bucket=flex-69&amp;experiments=rubiconFloors,recencyFrequency,ttdSync,reissuingSticky&amp;siteid=61cdd76d51ada0001ba30410" data-webtasks-id="252f8562-acad-41fc"></script><script src="https://ads.adthrive.com/builds/core/14d4183/vendor/prebid/es2018/prebid.min.js" data-webtasks-id="8131ee80-4ee1-4419"></script><script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" data-webtasks-id="dac5dd77-01f2-41ad"></script><script src="https://c.amazon-adsystem.com/aax2/apstag.js" data-webtasks-id="72e702ba-0d8c-4993"></script><script async="" src="//www.google-analytics.com/analytics.js" data-webtasks-id="5b83bae9-c500-4567"></script><script async="" src="https://ads.adthrive.com/sites/61cdd76d51ada0001ba30410/ads.min.js?referrer=https%3A%2F%2Ftableagent.com%2Fatlanta%2F&amp;cb=47" data-webtasks-id="2025946a-e1ad-469a"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-P79RK87MJH" type="text/javascript" data-webtasks-id="bdce62d8-1913-41d1"></script>
<script type="text/javascript" data-webtasks-id="effe8dd6-2e16-4a76">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="29a2946a-4db8-4dba">
<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="76e7d23f-d3ae-4d71">
<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="c3d733f6-754d-442f">
<link rel="stylesheet" href="https://tableagent.s3.amazonaws.com/static/css/b5_custom.min.css?v=09032021" data-webtasks-id="a7ab5858-2e9c-4522">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/coliff/bootstrap-rfs/bootstrap-rfs.css" data-webtasks-id="4ad847f0-b1ed-4895">
<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="ea44d886-727e-46d1">
<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="f90adf5b-a5cc-4a9e">
<title data-webtasks-id="30e114b3-4ea3-4775">Atlanta Restaurants</title>
<style type="text/css" data-webtasks-id="fc332919-7517-46e2">.adthrive-ad{margin-top:10px;margin-bottom:10px;text-align:center;overflow-x:visible;clear:both;line-height:0}</style><style type="text/css" data-webtasks-id="6f2bb6ff-62ff-438c">.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="f89da208-80b9-4ac4">.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><meta http-equiv="origin-trial" content="A7CQXglZzTrThjGTBEn1rWTxHOEtkWivwzgea+NjyardrwlieSjVuyG44PkYgIPGs8Q9svD8sF3Yedn0BBBjXAkAAACFeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="c024116f-3fe1-4612"><meta http-equiv="origin-trial" content="A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo/W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8/KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="03d76929-4ec0-441d"><meta http-equiv="origin-trial" content="A4A26Ymj79UVY7C7JGUS4BG1s7MdcDokAQf/RP0paks+RoTYbXHxceT/5L4iKcsleFCngi75YfNRGW2+SpVv1ggAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2VzLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="2f095342-9f49-4698"><meta http-equiv="origin-trial" content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="78c926e2-c280-40f0"><meta http-equiv="origin-trial" content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="ad1d6f42-8e26-4e1e"><script src="https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202305230101/pubads_impl.js" async="" data-webtasks-id="fe019f9e-f103-43e0"></script><script src="//cdn.id5-sync.com/api/1.0/id5-api.js" data-webtasks-id="07ea592b-c5e1-4eb9"></script><link rel="preload" href="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="d8052d65-5823-472c"><script type="text/javascript" src="https://adservice.google.co.in/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="1702151c-deec-4da8"></script><link rel="preload" href="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" as="script" data-webtasks-id="fe753bfc-7ff2-4b62"><script type="text/javascript" src="https://adservice.google.com/adsid/integrator.js?domain=tableagent.com" data-webtasks-id="e8c5c742-0656-4f7b"></script><iframe name="cnftComm" data-webtasks-id="e26b0fb0-96ee-4867" style="display: none;"></iframe></head>
<body class="dark-body adthrive-device-desktop" data-webtasks-id="53b9590b-e6ba-4ccd">
<nav class="navbar navbar-expand-sm navbar-default p-1" data-webtasks-id="f916932b-b7b4-42e2">
<div class="container-xl" data-webtasks-id="9cbbba4a-c420-411a">
<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="0ddcc7b3-290a-4d55">
<i class="fa fa-bars fa-lg orange" data-webtasks-id="e96f3846-d876-452c"></i>&nbsp;Menu
</button>
<a class="navbar-brand p-0" href="/" data-webtasks-id="54618f18-253f-45bc">
<img class="d-none d-md-block" src="https://tableagent.s3.amazonaws.com/static/img/logo.png" alt="Home Page" data-webtasks-id="16aca169-6bfa-4e9c">
<img class="d-md-none" src="https://tableagent.s3.amazonaws.com/static/img/logosm.png" alt="Home Page" data-webtasks-id="8b64ef5d-cb1b-4151" style="">
</a>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown" data-webtasks-id="f8ec3e03-9c06-4c2e">
<div class="navbar-nav text-center" data-webtasks-id="4b46deaf-4f79-46f9">
<a class="nav-item nav-link fs-5 me-3" href="/cart/" title="Cart" data-webtasks-id="d8da8c89-3050-400e"><i class="fa fa-shopping-cart fa-lg orange me-1" data-webtasks-id="8fd953fa-aea6-4c92"></i>Cart</a>
<a class="nav-item nav-link fs-5 mx-1" href="/myaccount/" title="My Account" data-webtasks-id="2bef40c0-9905-470e"><i class="fa fa-user fa-lg orange me-1" data-webtasks-id="558a9927-9e9f-42aa"></i>My Account</a>
<a class="nav-item nav-link fs-5 mx-2" href="/myaccount/register/" title="Register" data-webtasks-id="295f931e-fa8f-4765"><i class="fa fa-user-plus fa-lg orange me-1" data-webtasks-id="0f57ed47-fa1d-4e99"></i>Register</a> <a class="nav-item nav-link fs-5 mx-1" href="/reservation-system/" title="System" data-webtasks-id="e44fcb0b-ff5c-414b"><i class="fa fa-dashboard fa-lg orange me-1" data-webtasks-id="2a464a57-7527-4daa"></i>System</a>
<div class="nav-item dropdown bg-light ms-3" data-webtasks-id="7c6a4f83-90ef-443a">
<div class="nav-link fs-6 dropdown-toggle" id="dropdown-language" data-bs-toggle="dropdown" aria-expanded="true" role="listbox" data-webtasks-id="009539ca-536f-45d3">
<span class="flag-icon flag-icon-us me-2" data-webtasks-id="c368f9a1-76f5-48d1"></span>EN
</div>
<div class="dropdown-menu" aria-labelledby="dropdown-language" data-bs-popper="none" data-webtasks-id="807f57b1-d70c-40b0">
<div class="dropdown-item" data-webtasks-id="1e6721cf-9123-4eb1">Select Language</div>
<div class="dropdown-item p-0" data-webtasks-id="57fe59e3-a289-4f59"><hr class="dropdown-divider" data-webtasks-id="59b40b45-f986-4878"></div>
<a class="dropdown-item languages_id" hreflang="cs" data-flag="cz" href="javascript:void(0)" data-webtasks-id="be0ceda1-e4e0-4bf7"><i class="flag-icon flag-icon-cz me-2" data-webtasks-id="607decaf-26a9-41b4"></i>Czech</a>
<a class="dropdown-item languages_id" hreflang="nl" data-flag="nl" href="javascript:void(0)" data-webtasks-id="af3d9b75-9091-4532"><i class="flag-icon flag-icon-nl me-2" data-webtasks-id="b2e4c231-e625-4d18"></i>Dutch</a>
<a class="dropdown-item languages_id" hreflang="en" data-flag="us" href="javascript:void(0)" data-webtasks-id="a39d9701-fb67-4edf"><i class="flag-icon flag-icon-gb me-2" data-webtasks-id="4ccd0ce9-a185-4bd7"></i>English</a>
<a class="dropdown-item languages_id" hreflang="fi" data-flag="fi" href="javascript:void(0)" data-webtasks-id="7f5c679b-b198-4264"><i class="flag-icon flag-icon-fi me-2" data-webtasks-id="29e5993b-10c2-4841"></i>Finnish</a>
<a class="dropdown-item languages_id" hreflang="fr" data-flag="fr" href="javascript:void(0)" data-webtasks-id="b9d47d68-61d3-4549"><i class="flag-icon flag-icon-fr me-2" data-webtasks-id="137e2ca9-14c5-4d49"></i>French</a>
<a class="dropdown-item languages_id" hreflang="de" data-flag="de" href="javascript:void(0)" data-webtasks-id="fb5d17d0-c6e0-4ac4"><i class="flag-icon flag-icon-de me-2" data-webtasks-id="1f39d5b6-650c-4c70"></i>German</a>
<a class="dropdown-item languages_id" hreflang="it" data-flag="it" href="javascript:void(0)" data-webtasks-id="da4fa66d-ab9d-4c12"><i class="flag-icon flag-icon-it me-2" data-webtasks-id="ccceedba-37b7-44df"></i>Italian</a>
<a class="dropdown-item languages_id" hreflang="ja" data-flag="jp" href="javascript:void(0)" data-webtasks-id="f54297bf-940c-4efc"><i class="flag-icon flag-icon-jp me-2" data-webtasks-id="6302e3be-2b65-46f6"></i>Japanese</a>
<a class="dropdown-item languages_id" hreflang="es" data-flag="es" href="javascript:void(0)" data-webtasks-id="1edce6ff-a031-44c8"><i class="flag-icon flag-icon-es me-2" data-webtasks-id="65109266-e0cb-4e25"></i>Spanish</a>
<a class="dropdown-item languages_id" hreflang="sv" data-flag="se" href="javascript:void(0)" data-webtasks-id="29d3f797-ac6c-43a9"><i class="flag-icon flag-icon-se me-2" data-webtasks-id="8dadbc6f-eb26-4e61"></i>Swedish</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<form class="form-horizontal" role="search" action="/search/" method="get" autocomplete="off" data-webtasks-id="06639178-f240-4073">
<div class="container bg-secondary my-3 py-3" data-webtasks-id="1579cef8-fde7-4be7">
<h3 class="text-light" data-webtasks-id="c284423d-a672-4607">Search Atlanta Restaurants</h3>
<div class="row form-group" data-webtasks-id="d2678d57-e256-4416">
<div class="col-md-4 my-2" data-webtasks-id="43f1c17e-1ee9-4318">
<div class="btn-group btn-block" role="group" aria-label="Search Restaurants" data-webtasks-id="f113c40e-6168-4f54">
<button type="button" class="btn btn-block btn-dark btn-lg" data-bs-toggle="dropdown" data-webtasks-id="90ad07f4-4c39-4397">Search Restaurants</button>
<button type="button" class="btn btn-warning btn-lg dropdown-toggle" data-bs-toggle="dropdown" style="padding: 8px;" data-webtasks-id="d01caba2-d4d6-412f">
<span class="caret" data-webtasks-id="127dcf85-bac1-4ac5"></span>
<span class="sr-only" data-webtasks-id="14fdd7d7-b467-4d0a">Toggle Dropdown</span>
</button>
<div class="dropdown-menu" role="menu" data-webtasks-id="f2f50128-3525-47d7">

<a class="dropdown-item" href="/atlanta/location/" data-webtasks-id="965df968-ef18-44a5">
<i class="fa fa-fw fa-map-marker mr-2 text-info fa-lg" data-webtasks-id="af5109ec-2824-4a97"></i>By Location
</a>
<div class="dropdown-divider" data-webtasks-id="55501c76-1d9a-4897"></div>
<a class="dropdown-item" href="/atlanta/cuisine/" data-webtasks-id="dd3bfce8-4fab-454d">
<i class="fa fa-fw fa-cutlery mr-2 text-info fa-lg" data-webtasks-id="e16bc358-370d-4c56"></i>By Cuisine
 </a>
<div class="dropdown-divider" data-webtasks-id="cf75082b-9fe8-4279"></div>
<a class="dropdown-item" href="/atlanta/price/" data-webtasks-id="c94ddb04-3783-43df">
<i class="fa fa-fw fa-dollar mr-2 text-info fa-lg" data-webtasks-id="08749d60-9ddb-4b93"></i>By Price
</a>
<div class="dropdown-divider" data-webtasks-id="2092f21b-ec64-47a7"></div>
<a class="dropdown-item" href="/atlanta/star-rating/" data-webtasks-id="ada10034-f2f3-4cc9">
<i class="fa fa-fw fa-star mr-2 text-info fa-lg" data-webtasks-id="1eb57a07-ab9c-4ca9"></i>By Star Rating
</a>
<div class="dropdown-divider" data-webtasks-id="69f27787-d3b7-4f3a"></div>
<a class="dropdown-item" href="/atlanta/feature/" data-webtasks-id="8c5f05ee-2502-408d">
<i class="fa fa-fw fa-check mr-2 text-info fa-lg" data-webtasks-id="06ab4582-85af-4e89"></i>By Feature</a>
<div class="dropdown-divider" data-webtasks-id="4b499961-3579-4628"></div>
<a class="dropdown-item" href="/atlanta/meal-type/" data-webtasks-id="4a50faf8-fe36-4b51">
<i class="fa fa-fw fa-birthday-cake mr-2 text-info fa-lg" data-webtasks-id="33c96d4e-ebe8-4c25"></i>By Meal Type
</a>
<div class="dropdown-divider" data-webtasks-id="dceca7d1-61cb-4b17"></div>
<a class="dropdown-item" href="/atlanta/best-restaurants/" data-webtasks-id="dd8a1c1b-3e8e-4f64">
<i class="fa fa-fw fa-trophy mr-2 text-info fa-lg" data-webtasks-id="a814b9bd-385d-4368"></i>Best Restaurants
</a>
</div>
</div>
</div>
<div class="col-md-8 my-2" data-webtasks-id="e29c5246-973e-4ecc">
<div class="input-group" data-webtasks-id="7765ad88-e0c5-46d7">
<div class="input-group-text bg-dark" data-webtasks-id="78bd0bf2-8a94-49dc">
<i class="fa fa-cutlery fa-lg text-light" data-webtasks-id="9cc1c87c-1c45-4dd3"></i>
</div>
<input id="search" name="q" type="text" class="form-control form-control-lg" placeholder="Search Restaurants" aria-label="Search Atlanta Restaurants" data-webtasks-id="7fc41fa5-5f13-4f0f">
<button type="submit" class="btn btn-warning" data-webtasks-id="cc8facd0-fcef-4067">Search</button>
</div>
<input type="hidden" name="csrfmiddlewaretoken" value="mU2g10W2T0L1E4EzPNLrwBzglprG91y0qKr93OEveBim6oBXLfMCfAuc4qDHB796" data-webtasks-id="ee6ca411-32cb-4cd8">
<input type="hidden" name="city_id" value="15" id="city_id" data-webtasks-id="1eb06dfe-1bc3-423f">
<div id="search-results" data-webtasks-id="ce4ca175-23e4-4a8f"></div>
</div>
</div>
</div>
</form>
<div id="AdThrive_Header_1_desktop" class="adthrive-ad adthrive-header adthrive-header-1 adthrive-ad-cls" style="min-height: 90px;" data-webtasks-id="008fa2cc-e816-43a6" data-google-query-id="CNeUkN-2nP8CFUse1Qodq_8Dmg"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Header_1/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="512555c9-2ba2-44ab" style="border: 0pt none;"><iframe id="google_ads_iframe_/18190176,22667360304/AdThrive_Header_1/61cdd76d51ada0001ba30410_0" name="google_ads_iframe_/18190176,22667360304/AdThrive_Header_1/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" allow="attribution-reporting" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="3" data-webtasks-id="1fd73038-9291-4258" data-integralas-id-b3d93423-373c-845d-1a2e-6d8f92ad5427=""></iframe></div></div><main id="content-main" class="flex-grow-1" data-webtasks-id="da1c77ed-315d-4ffb">
<nav class="breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#" data-webtasks-id="b247f421-1efa-4735">
<ol class="breadcrumb my-0" typeof="v:Breadcrumb" data-webtasks-id="7b360c88-e6f5-4f68">
<li class="breadcrumb-item" data-webtasks-id="d4e16738-c5c0-4f86">
<a href="/" itemprop="url" rel="v:url" property="v:title" data-webtasks-id="0ff8afc5-71c7-42e3">
<span itemprop="title" data-webtasks-id="e75ffcc1-1419-49fd">
<i class="fa fa-home" data-webtasks-id="a6c9dd70-fd59-4836"></i> Home
</span>
</a>
</li>
<li class="breadcrumb-item text-muted" data-webtasks-id="5b5d720d-8f1d-435d">
<span itemprop="title" data-webtasks-id="09dfd18b-3108-4f02">Atlanta</span>
</li>
</ol>
</nav>
<div class="container" data-webtasks-id="660566cd-af35-435d">
<h1 data-webtasks-id="21b0c809-d9e5-483f">Atlanta Restaurants</h1>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="7cdb09a5-93df-4a1e">
<div class="surface-header" data-webtasks-id="f4b0ef63-216c-471f">
<h2 class="text-blue-light" data-webtasks-id="17dad920-01dc-4c83">
<span class="pull-right" data-webtasks-id="bbf796b8-b84c-46c8">
<small class="star orange" data-webtasks-id="05ad76d8-d904-4686"><i class="fa fa-star" data-webtasks-id="328378fa-c81e-4adf"></i><i class="fa fa-star" data-webtasks-id="c39d9d86-93da-405d"></i><i class="fa fa-star" data-webtasks-id="9c93b94a-1900-478a"></i><i class="fa fa-star" data-webtasks-id="3e2b95cc-2bbc-4fe1"></i><i class="fa fa-star-half-o" data-webtasks-id="c109f6b9-7912-4064"></i></small>
</span>
<a class="" href="/atlanta/imperial-fez-restaurant/" data-webtasks-id="70941a7b-93d8-4777">
<span itemprop="name" data-webtasks-id="cd8958ef-800f-4094">Imperial Fez Mediterranean Restaurant &amp; Lounge</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="ef2c7a1b-a79a-4bb0">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="a7eb6446-efbb-4293"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="c76dcc80-fd97-4909"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="3274538b-1cd7-4ff2">4790 Peachtree Industrial Blvd</span>,
<span itemprop="addressLocality" data-webtasks-id="71feaa36-32c4-4fd1">Norcross</span>,
<span itemprop="addressRegion" data-webtasks-id="05170975-1a00-431f">GA</span>
<span itemprop="postalCode" data-webtasks-id="1f899441-e636-45a6">30071</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="5187f8c5-f4e9-4b1f">
<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/6816_864345f8c74046e8ab13a10cc5625892.JPG" data-src="//tableagent.s3.amazonaws.com/media/xr/6816_864345f8c74046e8ab13a10cc5625892.JPG" alt="Imperial Fez Mediterranean Restaurant &amp; Lounge" data-webtasks-id="f4747f48-e360-4e10">
<div class="mb-2" data-webtasks-id="40d69de1-3ded-4451">
<span class="badge badge-pill badge-surface" data-webtasks-id="71ee086e-8b48-4e62">$</span>
<span class="badge badge-pill icon-2" data-webtasks-id="aac5b85a-07b8-4753">Recommended</span>
<span class="badge badge-pill icon-3" data-webtasks-id="6e3c566a-eb5e-447f">New</span>
<span class="badge badge-pill icon-4" data-webtasks-id="39ac34b2-1378-4380">Editor's Pick</span>
<span class="badge badge-pill icon-6" data-webtasks-id="a3c02636-28ec-4999">Private Room</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="6615d014-b694-4fe5">
The Imperial Fez Mediterranean Restaurant and Lounge offers a unique dining experience a – along with exotic entertainment on Wednesday through Sunday. Guests dine on comfortable pillows and enjoy savory food, usually eaten by hand. Guests are magically transported to an exotic world and experience a new cultural with our blends of unique Aromatic Spice &amp; Amazing out of this world flavors. “A truly unique and utterly enjoyable dining experience"
<div class="clearfix" data-webtasks-id="d5c7f49f-8526-4d54">
<a href="/atlanta/imperial-fez-restaurant/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="d71e9c93-986f-45b8">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="2480e5e0-af53-4b89"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="2da227a7-e46d-46bb">
<div class="surface-header" data-webtasks-id="56078811-0666-4545">
<h2 class="text-blue-light" data-webtasks-id="2267fab6-1cf7-4bc5">
<span class="pull-right" data-webtasks-id="41fecd75-c0ab-4b23">
<small class="star orange" data-webtasks-id="f124d3cd-03db-481d"><i class="fa fa-star" data-webtasks-id="d1ac5c7d-23d4-41c6"></i><i class="fa fa-star" data-webtasks-id="f8b198c6-3652-421e"></i><i class="fa fa-star" data-webtasks-id="7314448e-f6ba-4005"></i><i class="fa fa-star" data-webtasks-id="1a5fb1ab-a594-4a0c"></i><i class="fa fa-star-half-o" data-webtasks-id="861f7f55-bcaa-4586"></i></small>
</span>
<a class="" href="/atlanta/herban-fix/" data-webtasks-id="e88273bf-84cf-47dd">
<span itemprop="name" data-webtasks-id="4a083206-1106-4710">Herban Fix Kitchen</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="551ae659-6971-4406">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="4f33b9a0-87bf-4664"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="ef1aedc9-f3fc-4e0b"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="df99c8fc-5d97-446b">565-A Peachtree St NE</span>,
<span itemprop="addressLocality" data-webtasks-id="1887409f-ba3b-4dd5">Atlanta</span>,
<span itemprop="addressRegion" data-webtasks-id="64fd2e67-4144-4ec1">GA</span>
<span itemprop="postalCode" data-webtasks-id="9515b886-f22b-4af1">30308</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="6e2a36a7-e21e-40be">
<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/3831_36d2ea75271d4a2998316d180686edfd.jpg" data-src="//tableagent.s3.amazonaws.com/media/xr/3831_36d2ea75271d4a2998316d180686edfd.jpg" alt="Herban Fix Kitchen" data-webtasks-id="3bb67fcb-2c20-42ea">
<div class="mb-2" data-webtasks-id="cfb32e8f-444e-4e4d">
<span class="badge badge-pill badge-surface" data-webtasks-id="a44c12b8-3085-4ca7">$$</span>
<span class="badge badge-pill icon-1" data-webtasks-id="1ab3549e-08da-4626">Top 10</span>
<span class="badge badge-pill icon-2" data-webtasks-id="5688f41e-f9c6-4d2e">Recommended</span>
<span class="badge badge-pill icon-3" data-webtasks-id="264080e1-37a9-4fd5">New</span>
<span class="badge badge-pill icon-4" data-webtasks-id="0d54c3eb-2b0c-4846">Editor's Pick</span>
<span class="badge badge-pill icon-6" data-webtasks-id="b9aa4a73-89f3-4113">Private Room</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="c917ab32-bcd6-4795">
Our goal at Herban Fix is to share authentic plant-based fusion cuisines with vegans, vegetarians and meat-lovers. More than just a Vegan Restaurant, it is part of a healthy-eating movement. We love every dish and ingredient that we have on the menu. We truly believe healthy delicious is not an oxymoron. With the passion of sharing a green life, Herban Fix is dedicated to healthiness and the eco-lifestyle by serving fresh, tasty vegan cuisine to the community.
<div class="clearfix" data-webtasks-id="584672de-3989-43e1">
<a href="/atlanta/herban-fix/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="4e78dd56-4d3c-405e">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="24b82ab9-3f41-42f9"></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="a11f1306-adff-4ac4" data-google-query-id="CMeR_d-2nP8CFQg-aAod7UQEiw"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_2/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="f9933393-145f-4e33" style="border: 0pt none;"><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="970" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0" allow="attribution-reporting" style="border: 0px; vertical-align: bottom;" data-load-complete="true" data-google-container-id="4" data-webtasks-id="538d2ce4-51e5-4c8a" data-integralas-id-cdbd49c5-6fb9-8b79-c61f-669f7ac012c2=""></iframe></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="df74b405-4260-464a">
<div class="surface-header" data-webtasks-id="0cf5bcdd-5bb1-4d6b">
<h2 class="text-blue-light" data-webtasks-id="eb6d4e00-2679-4eef">
<span class="pull-right" data-webtasks-id="bdc24a53-3c69-4e28">
<small class="star orange" data-webtasks-id="4ef8a58f-3ab6-4d41"><i class="fa fa-star" data-webtasks-id="50f5eb30-5abd-45fa"></i><i class="fa fa-star" data-webtasks-id="505a7fd9-eca9-4967"></i><i class="fa fa-star" data-webtasks-id="e68415d0-8f89-49a3"></i><i class="fa fa-star" data-webtasks-id="bf3759d3-d9c1-4811"></i><i class="fa fa-star-half-o" data-webtasks-id="629ec3ef-fe27-4225"></i></small>
</span>
<a class="" href="/atlanta/blue-willow-inn/" data-webtasks-id="420f35ad-edb8-4182">
<span itemprop="name" data-webtasks-id="996536a4-4461-4c54">Blue Willow Inn</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="79832f2c-cb43-4597">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="0e2e51af-3dc4-4b22"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="3c5d3edd-e4f5-4600"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="38ef8e1a-0183-4ddb">294 N Cherokee Rd</span>,
<span itemprop="addressLocality" data-webtasks-id="b2466016-ff7a-456e">Social Circle</span>,
<span itemprop="addressRegion" data-webtasks-id="75b88708-746e-462c">GA</span>
<span itemprop="postalCode" data-webtasks-id="5d88b08d-da25-49a0">30025</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="bb082dc7-5297-4392">
<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/3996_acfac91e88a44016acc99d3f070e0b66.jpg" data-src="//tableagent.s3.amazonaws.com/media/xr/3996_acfac91e88a44016acc99d3f070e0b66.jpg" alt="Blue Willow Inn" data-webtasks-id="f8113558-eb35-4590">
<div class="mb-2" data-webtasks-id="c88161c9-bc06-43c2">
<span class="badge badge-pill badge-surface" data-webtasks-id="cc63c780-ce51-4aac">$$</span>
<span class="badge badge-pill icon-2" data-webtasks-id="53e5bd50-5f44-4bb8">Recommended</span>
<span class="badge badge-pill icon-3" data-webtasks-id="a84163ed-6fb0-44bd">New</span>
<span class="badge badge-pill icon-4" data-webtasks-id="6430e716-e3b6-42e4">Editor's Pick</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="7a7202c2-cd34-45c2">
The Blue Willow Inn is located in the heart of the historic district of Social Circle. While in our area absorb the ambience of the Old South by visiting Social Circle and Treasures Along I-20 Travel Trail. The trail encompasses east of Atlanta including the community Conyers Covington, Social Circle, Rutledge, Lake Oconee, Madison and Greensboro. Every time you enter the formal hall of the magnificent Greek Revival mansion or are seated in one of the elegantly appointed dining rooms you have the feeling of dining in the ante-bellum South in its glorious past. Seconds and even thirds are encouraged …
<div class="clearfix" data-webtasks-id="e0b6896b-099f-46e8">
<a href="/atlanta/blue-willow-inn/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="82794d5b-a1a5-49e1">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="1067c2b2-45e0-44e5"></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="11f2cce2-3285-450c" data-google-query-id="CPbA_d-2nP8CFQQR1QodER0Mfw"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_3/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="66848333-70c0-40b3" style="border: 0pt none; display: inline-block; width: 970px; height: 250px;"><iframe frameborder="0" src="https://e3ec4f4a05c37d0b9ab6ddc2145aabc3.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_3/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" allow="attribution-reporting" role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="5" style="border: 0px; vertical-align: bottom;" data-webtasks-id="e234860b-b56c-47e0" data-load-complete="true"></iframe></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="ee421fc1-572c-4300">
<div class="surface-header" data-webtasks-id="6813e661-4a90-4d06">
<h2 class="text-blue-light" data-webtasks-id="4e864a89-ce3b-4ec2">
<span class="pull-right" data-webtasks-id="3881655a-8ef8-4b47">
<small class="star orange" data-webtasks-id="20b8abfc-f9bb-42a6"><i class="fa fa-star" data-webtasks-id="ab8dfcb6-df39-440d"></i><i class="fa fa-star" data-webtasks-id="583d95ef-e61a-42ce"></i><i class="fa fa-star" data-webtasks-id="43639f50-3349-4e7b"></i><i class="fa fa-star" data-webtasks-id="96133468-fc1f-4287"></i><i class="fa fa-star-o" data-webtasks-id="15524436-6ecf-436e"></i></small>
</span>
<a class="" href="/atlanta/genki-noodles-sushi/" data-webtasks-id="e0ac73c1-ceba-4035">
<span itemprop="name" data-webtasks-id="3c908490-28f7-410c">Genki Noodles &amp; Sushi</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="3ff97a67-4475-48a8">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="7512d39f-cbdb-4b93"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="26ef2fba-cef2-48f4"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="1ec657c4-4f33-4602">1040 North Highland Avenue Northeast</span>,
<span itemprop="addressLocality" data-webtasks-id="b89ae14b-7af2-47c8">Atlanta</span>,
<span itemprop="addressRegion" data-webtasks-id="8450edd2-0e50-4598">GA</span>
<span itemprop="postalCode" data-webtasks-id="991e886b-c6bc-437f">30306</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="79bec070-651d-4ed7">
<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/6109_c327920155f64b389b4129d126853822.png" alt="Genki Noodles &amp; Sushi" data-webtasks-id="14cd7b67-1e73-4b53">
<div class="mb-2" data-webtasks-id="4d511749-96f0-459f">
<span class="badge badge-pill badge-surface" data-webtasks-id="4fd39e2d-1d66-4928">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="701443c8-f598-4c84">
<div class="clearfix" data-webtasks-id="d3608ab2-0c46-4179">
<a href="/atlanta/genki-noodles-sushi/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="14cbfe09-5507-4141">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="34bca69b-827d-42af"></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="d60662ae-f498-4526" data-google-query-id="CKfw2-C2nP8CFcwE1QodZ18JFQ"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_4/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="a3506758-fcd8-4a69" style="border: 0pt none; display: inline-block; width: 970px; height: 250px;"><iframe frameborder="0" src="https://e3ec4f4a05c37d0b9ab6ddc2145aabc3.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_4/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" allow="attribution-reporting" role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="8" style="border: 0px; vertical-align: bottom;" data-webtasks-id="988c8402-bd22-449b" data-load-complete="true"></iframe></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="0326a9f7-1a01-4a90">
<div class="surface-header" data-webtasks-id="190d0d33-a7fa-4ca5">
<h2 class="text-blue-light" data-webtasks-id="aefd66d5-6796-4d28">
<span class="pull-right" data-webtasks-id="88032b4c-99f3-4e17">
<small class="star orange" data-webtasks-id="5d8a72df-52ba-411e"><i class="fa fa-star" data-webtasks-id="2b0612a7-dfe7-4c00"></i><i class="fa fa-star" data-webtasks-id="faaeb76b-9d86-4999"></i><i class="fa fa-star" data-webtasks-id="ad529dc2-cda3-4e83"></i><i class="fa fa-star" data-webtasks-id="ac4f6e19-26b3-4eb3"></i><i class="fa fa-star-half-o" data-webtasks-id="0ea6bcce-c8d1-40de"></i></small>
</span>
<a class="" href="/atlanta/oak-atlanta-brunch-vybez/" data-webtasks-id="d8cdae4e-e098-4a84">
<span itemprop="name" data-webtasks-id="7138e67b-293d-49ee">ōAK Atlanta - Brunch Vybez</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="d2f965d0-b5cf-4afe">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="9c2c10bb-0108-4770"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="05972bc7-24f9-438a"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="72b55492-c1be-4983">30 Ivan Allen Jr Blvd NW</span>,
<span itemprop="addressLocality" data-webtasks-id="e9afd69a-8307-4947">Atlanta</span>,
<span itemprop="addressRegion" data-webtasks-id="8c3b1af4-0c7c-4583">GA</span>
<span itemprop="postalCode" data-webtasks-id="850a1014-d761-4d04">30308</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="a162f85a-bf46-4cf1">
<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/8516_39e917c9918646caa499edee6eca3f70.jpeg" alt="ōAK Atlanta - Brunch Vybez" data-webtasks-id="f15938bd-20c1-424b">
<div class="mb-2" data-webtasks-id="f88ad73d-98f9-4ad9">
<span class="badge badge-pill badge-surface" data-webtasks-id="be97a2ca-fdbd-4cfe">$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="89c0785c-5f90-4d74">
<div class="clearfix" data-webtasks-id="e2e61559-44d2-40fa">
<a href="/atlanta/oak-atlanta-brunch-vybez/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="8ab41033-cc24-4a44">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="37aa2a65-625b-486b"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="cabc46c6-d02b-4d89">
<div class="surface-header" data-webtasks-id="2b30bb9e-d07e-4af4">
<h2 class="text-blue-light" data-webtasks-id="f0188409-dda1-4220">
<span class="pull-right" data-webtasks-id="a4d19133-493a-4801">
<small class="star orange" data-webtasks-id="e400393b-62be-4de9"><i class="fa fa-star" data-webtasks-id="7de1be6f-5cd7-4856"></i><i class="fa fa-star" data-webtasks-id="47336b0f-b232-40e2"></i><i class="fa fa-star" data-webtasks-id="d442564a-658e-4900"></i><i class="fa fa-star" data-webtasks-id="9688e3b9-b9b6-4f6f"></i><i class="fa fa-star-half-o" data-webtasks-id="a1d6c0e6-6bc8-4e0a"></i></small>
</span>
<a class="" href="/atlanta/degrees/" data-webtasks-id="7ca99969-8702-4df9">
<span itemprop="name" data-webtasks-id="71ec2abc-f80e-4605">Degrees</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="ccb92ec7-7c25-42d0">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="d27d5e68-f091-4cf7"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="51f809d0-ffbe-4274"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="c7a96f6e-a1cf-4d26">2680 Gordy Pkwy</span>,
<span itemprop="addressLocality" data-webtasks-id="726ef8ba-25ca-41cf">Marietta</span>,
<span itemprop="addressRegion" data-webtasks-id="f0a6d034-77f5-431b">GA</span>
<span itemprop="postalCode" data-webtasks-id="b38ff839-167f-4ef1">30066</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="bffcf4c0-fcbd-43a3">
<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/8663_af8c39c63f484900b83fcfa0637517fa.png" alt="Degrees" data-webtasks-id="2564735b-6141-48d7">

<div class="mb-2" data-webtasks-id="c1fe1d2c-db4d-44d0">
<span class="badge badge-pill badge-surface" data-webtasks-id="36356c86-42d7-4194">$</span>
<span class="badge badge-pill icon-2" data-webtasks-id="b678422d-de2a-4948">Recommended</span>
<span class="badge badge-pill icon-3" data-webtasks-id="7c6a9300-96b2-4a5b">New</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="edd91625-d4c1-4bc4">
A student-managed restaurant “Degrees” is open for lunch service on selected days.
<div class="clearfix" data-webtasks-id="9a3ddba7-e020-47c1">
<a href="/atlanta/degrees/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="6ba0da9d-3b49-40ee">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="e62f8bf1-754c-4716"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="19d8bf3a-6192-4f73">
<div class="surface-header" data-webtasks-id="73e4ae6f-3ad1-4a91">
<h2 class="text-blue-light" data-webtasks-id="3eacef9c-5239-48ef">
<span class="pull-right" data-webtasks-id="83623efa-99c6-45ab">
<small class="star orange" data-webtasks-id="8b38ca59-0c8c-4b82"><i class="fa fa-star" data-webtasks-id="c13cca7d-eebb-47d9"></i><i class="fa fa-star" data-webtasks-id="b676b07c-5754-4d28"></i><i class="fa fa-star" data-webtasks-id="e5083ab8-e89e-43ea"></i><i class="fa fa-star" data-webtasks-id="677112b7-f3be-4034"></i><i class="fa fa-star-half-o" data-webtasks-id="49a22c2f-1308-4460"></i></small>
</span>
<a class="" href="/atlanta/pasta-vino-atlanta/" data-webtasks-id="3a40346a-b59b-4b50">
<span itemprop="name" data-webtasks-id="fb53e0e9-b5b3-40b0">Pasta Vino - Atlanta</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="fead8659-91bd-4732">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="a075bebb-1980-423c"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="51c60b26-8eee-4f52"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="1b8620c9-0e5c-46ae">2391 Peachtree Road NE</span>,
<span itemprop="addressLocality" data-webtasks-id="200c2303-3592-424e">Atlanta</span>,
<span itemprop="addressRegion" data-webtasks-id="99fdb409-1fe3-4241">GA</span>
<span itemprop="postalCode" data-webtasks-id="fd1529c6-3778-4490">30305</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="589096d8-0a59-42c6">
<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/10913_f8ff990d480c4b2cb199bbf0f8a297a7.jpg" alt="Pasta Vino - Atlanta" data-webtasks-id="59f40142-e8c9-4934">
<div class="mb-2" data-webtasks-id="666da8de-d31a-48e7">
<span class="badge badge-pill badge-surface" data-webtasks-id="677fb9ce-c52b-4a1c">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="46a6e4ec-e496-474d">
<div class="clearfix" data-webtasks-id="e7455c6c-79d1-4b66">
<a href="/atlanta/pasta-vino-atlanta/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="e5fd36e3-5e15-4c10">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="f973e535-ad0f-4270"></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="d0bf0cb0-516c-4a35"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_5/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="ebea9c0e-2467-4dd9" style="border: 0pt none;"></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="1f7e161b-17f9-4919">
<div class="surface-header" data-webtasks-id="5bfb89d0-db61-483e">
<h2 class="text-blue-light" data-webtasks-id="f4f0d7a3-f582-4550">
<span class="pull-right" data-webtasks-id="ce100251-6657-42c2">
<small class="star orange" data-webtasks-id="738d6476-4100-4ad0"><i class="fa fa-star" data-webtasks-id="e87f113d-5ca2-40c6"></i><i class="fa fa-star" data-webtasks-id="bbc721e6-c5d4-4911"></i><i class="fa fa-star" data-webtasks-id="ff0c29d1-ea2e-4d57"></i><i class="fa fa-star" data-webtasks-id="0002d689-c0b3-4a12"></i><i class="fa fa-star-half-o" data-webtasks-id="25f3af0c-2101-4fd0"></i></small>
</span>
<a class="" href="/atlanta/ivy-tea-house/" data-webtasks-id="9dbac3b8-c989-4516">
<span itemprop="name" data-webtasks-id="55b975fc-26d2-4674">Ivy Tea House</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="b8bb73d9-1770-47db">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="6b8f3b27-e129-4070"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="ddd91274-8c34-440c"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="63312275-4bf9-4076">23 Holcomb Bridge Rd</span>,
<span itemprop="addressLocality" data-webtasks-id="f3707a19-7653-4b24">Norcross</span>,
<span itemprop="addressRegion" data-webtasks-id="07b5c59e-77c7-4e37">GA</span>
<span itemprop="postalCode" data-webtasks-id="7120974e-c0e8-4877">30071</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="f2371a01-df94-4739">
<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/17156_a3fdebfdeb4e4f4fb084863457329634.jpg" alt="Ivy Tea House" data-webtasks-id="df1854bc-eb6a-4ec9">
<div class="mb-2" data-webtasks-id="878ab1b4-6d1b-4102">
<span class="badge badge-pill badge-surface" data-webtasks-id="d33950a1-0a15-4b75">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="a609bf68-cd30-456f">
<div class="clearfix" data-webtasks-id="b3c8943d-7c41-4e58">
<a href="/atlanta/ivy-tea-house/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="d9575e47-721b-4b9d">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="643d22b2-845d-4920"></i>
</a>
</div>
</div>
</div>
</div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="91fcea23-a69a-4a4a">
<div class="surface-header" data-webtasks-id="c4e49f22-678f-4161">
<h2 class="text-blue-light" data-webtasks-id="f8ea3265-005f-4b6c">
<span class="pull-right" data-webtasks-id="a1d0e596-1419-412e">
<small class="star orange" data-webtasks-id="e6e9bea7-d169-427a"><i class="fa fa-star" data-webtasks-id="afbc4efa-5b57-4849"></i><i class="fa fa-star" data-webtasks-id="7dfd13ce-4a19-4c34"></i><i class="fa fa-star" data-webtasks-id="7480d00f-e020-4218"></i><i class="fa fa-star" data-webtasks-id="bbede7ce-7f7c-40f1"></i><i class="fa fa-star-half-o" data-webtasks-id="618766e4-3ab0-4968"></i></small>
</span>
<a class="" href="/atlanta/table-for-ten/" data-webtasks-id="dc6f4cc9-a4f6-4610">
<span itemprop="name" data-webtasks-id="aa410ac2-ead5-482e">Table for Ten - Atlanta</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="dfcb6892-17c9-42b5">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="20f4c215-73be-48f1"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="1751458f-7447-4edb"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="d95e0067-d0d8-4193">Atlanta</span>,
<span itemprop="addressLocality" data-webtasks-id="397c1647-bc65-4133">Atlanta</span>,
<span itemprop="addressRegion" data-webtasks-id="8c5d469d-f9ba-43ff">GA</span>
<span itemprop="postalCode" data-webtasks-id="b5858c00-aa4b-45df">30360</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="6e14d153-f648-4bda">
<div class="mb-2" data-webtasks-id="32febb82-1692-4c20">
<span class="badge badge-pill badge-surface" data-webtasks-id="ca30b1f2-8d95-451e">$$$$$</span>
<span class="badge badge-pill icon-3" data-webtasks-id="cc4458bb-1ed1-488e">New</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="60e78cef-6c98-4d9b">
Table for Ten Atlanta (Private Member Only) Table for Ten Atlanta is a social club where business executives and socialites meet up to socialize and share ideas. The members of Table for Ten Atlanta extend a cordial invitation for all to join our social network, regardless of your background and ethnicity, and help us maintain the quality of life we enjoy in Atlanta. We are a dedicated group of business executives and socialites who feel that an involved citizenry is our best solution to the social problems that challenge our communities today. We host a series of events such as …
<div class="clearfix" data-webtasks-id="48ffcad3-cbbe-454c">
<a href="/atlanta/table-for-ten/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="6a30bc74-e9ec-4ded">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="2c59dc41-3e1b-433d"></i>
</a>
</div>
</div>
</div>
</div><div id="AdThrive_Content_6_desktop" class="adthrive-ad adthrive-content adthrive-content-6 adthrive-ad-cls" style="min-height: 250px;" data-webtasks-id="6abc4f4e-de3b-4e2a"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Content_6/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="a5093a17-c438-4e55" style="border: 0pt none;"></div></div>
<div class="surface-card mb-4" itemscope="" itemtype="http://schema.org/Restaurant" data-webtasks-id="fe02008a-73e2-46d3">
<div class="surface-header" data-webtasks-id="8c28aac9-ec9e-40d4">
<h2 class="text-blue-light" data-webtasks-id="c1a51f32-ff06-4e4d">
<span class="pull-right" data-webtasks-id="b82b716c-0a53-4549">
<small class="star orange" data-webtasks-id="09f754d8-84a9-4610"><i class="fa fa-star" data-webtasks-id="75b6bcb9-46ed-4851"></i><i class="fa fa-star" data-webtasks-id="49659e8d-07f7-4891"></i><i class="fa fa-star" data-webtasks-id="b2be8931-2b10-4463"></i><i class="fa fa-star" data-webtasks-id="4a1809ce-51ab-4e88"></i><i class="fa fa-star-o" data-webtasks-id="c63194df-76a7-4b72"></i></small>
</span>
<a class="" href="/atlanta/krespos-grill/" data-webtasks-id="27ee64d1-85ba-499b">
<span itemprop="name" data-webtasks-id="84bae333-7116-47f2">Krespo's Grill</span>
</a>
</h2>
<address itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress" class="m-0 text-grey small" data-webtasks-id="8a8c98ea-5d31-4a21">
<i class="fa fa-map-marker fa-sm text-danger me-2" data-webtasks-id="55a605a5-3ad8-4abb"></i>
<span class="glyphicon glyphicon-home" data-webtasks-id="785b3360-ff20-4ff2"></span> Address:
<span itemprop="streetAddress" data-webtasks-id="39e3a79b-3d8a-4277">108 Magnolia St</span>,
<span itemprop="addressLocality" data-webtasks-id="f2c8c30d-28a6-489d">Roswell</span>,
<span itemprop="addressRegion" data-webtasks-id="f94df9e7-58b9-4c21">GA</span>
<span itemprop="postalCode" data-webtasks-id="5ce89742-caa0-4d83">30075</span>
</address>
</div>
<div class="surface-block p-3" data-webtasks-id="87c2817a-87aa-4cf9">
<div class="mb-2" data-webtasks-id="d91d69e4-1e57-4d4b">
<span class="badge badge-pill badge-surface" data-webtasks-id="7e224ac3-2ed4-4a77">$$</span>
</div>
<div class="surface-card surface-text px-3 py-2 m-1" data-webtasks-id="dff63465-9f8c-4b33">
<div class="clearfix" data-webtasks-id="0fe3ae42-78e7-4dbb">
<a href="/atlanta/krespos-grill/" role="button" class="btn btn-dark float-end text-orange-lighter m-1" data-webtasks-id="ebeffa0f-30ed-478d">
More Info<i class="fa fa-angle-double-right ms-2" aria-hidden="true" data-webtasks-id="fff60cd6-98db-4d90"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-3" data-webtasks-id="b442a7b8-7e9a-40dc">
<ul class="pagination pagination-lg justify-content-center" data-webtasks-id="c0b8a2d3-533a-43ae">
<li class="page-item" data-webtasks-id="ebb563e5-ddca-43c7">
</li>
<li class="page-item active" data-webtasks-id="4e58009b-a2a1-4b6d">
<a href="" class="page-link" data-webtasks-id="5d2ed243-82ce-44dc">Page 1 of 11</a>
</li>
<li class="page-item" data-webtasks-id="0989e7ed-f56c-4957">
<a href="?page=2" class="page-link" data-webtasks-id="4880454e-3f18-4c15">» next »</a>
</li>
</ul>
</div>
</main>
<footer class="pt-5" data-webtasks-id="03cfac36-cf9a-406c">
<div class="footer" data-webtasks-id="8668f57f-3bfd-469e">
<hr class="my-4" data-webtasks-id="ce6d077b-e0e4-4a9c">
<div class="maxw row text-center" data-webtasks-id="0811c948-f17e-4942">
<div class="col-sm-4" data-webtasks-id="1c024ad4-d23f-48f8">
<ul class="list-unstyled" data-webtasks-id="c0d4cac8-3a1c-4d25">
<li class="p-2 list-group-item-secondary" data-webtasks-id="da1546ea-21bc-4d72"><strong data-webtasks-id="2e53fd9d-73ea-43ca">My Account</strong></li>
<li class="py-1" data-webtasks-id="a0e58866-e085-437e"><a class="text-dark" href="/help/" data-webtasks-id="36b3528e-1cc6-4ff1">Help Page</a>
</li><li class="py-1" data-webtasks-id="322a4aa4-47f3-4815"><a class="text-dark" href="/myaccount/" data-webtasks-id="9797917e-c66f-4ada">Account Login</a>
</li><li class="py-1" data-webtasks-id="73720b37-3c93-4892"><a class="text-dark" href="/resetpassword/" data-webtasks-id="163ec3fc-8529-40aa">Forgot Password?</a>
</li><li class="py-1" data-webtasks-id="cf8d74e1-30c7-4a6a"><a class="text-dark" href="/myaccount/register/" data-webtasks-id="b3f0c91c-4879-4d4e">Register</a>
</li><li class="py-1" data-webtasks-id="3e359493-a61d-4264"><a class="text-dark" href="/gift-cards/" data-webtasks-id="689250e3-9a17-4e0c">Gift Cards</a>
</li></ul>
</div>
<div class="col-sm-4" data-webtasks-id="11a6e00f-9c19-4ee5">
<ul class="list-unstyled" data-webtasks-id="a6b1eed3-2ab1-4127">
<li class="p-2 list-group-item-secondary" data-webtasks-id="fc5b3bfd-9ff0-40e0"><strong data-webtasks-id="626be00d-311b-4260">Restaurant Services</strong></li>
<li class="py-1" data-webtasks-id="4fcfcb6a-343b-41ba"><a class="text-dark" href="/reservation-system/" data-webtasks-id="f264dcce-d325-4518">Reservation System</a>
</li><li class="py-1" data-webtasks-id="2c6d0349-720c-40b5"><a class="text-dark" href="/pricing/online-payments/" data-webtasks-id="ba42a836-c7a0-4f70">Online Payments</a>
</li><li class="py-1" data-webtasks-id="81c8cdb5-a281-403d"><a class="text-dark" href="/submit-restaurant/" data-webtasks-id="2bc05f73-4ae9-44f8">Submit Restaurant</a>
</li><li class="py-1" data-webtasks-id="3f88759a-3f99-4200"><a class="text-dark" href="/update-restaurant/" data-webtasks-id="72721007-e342-4a2e">Update Restaurant</a>
</li><li class="py-1" data-webtasks-id="2779acb9-992a-4ebb"><a class="text-dark" href="/pricing/" data-webtasks-id="d59ec73a-df18-488f">Pricing</a>
</li></ul>
</div>
<div class="col-sm-4" data-webtasks-id="61f8cf54-7698-4e86">
<ul class="list-unstyled" data-webtasks-id="b8968da9-9e21-44ec">
<li class="p-2 list-group-item-secondary" data-webtasks-id="53e27620-7af8-4fde"><strong data-webtasks-id="b1af7b45-ceb7-410e">TableAgent.com</strong></li>
<li class="py-1" data-webtasks-id="952087c1-f621-4c9c"><a class="text-dark" href="/about/" data-webtasks-id="a8ecdf89-0603-4ad1">About Us</a>
</li><li class="py-1" data-webtasks-id="0e5aae24-8ddf-4d8c"><a class="text-dark" href="/contact/" data-webtasks-id="6e9dd09d-20dc-4902">Contact</a>
</li><li class="py-1" data-webtasks-id="0a7d20a2-6e7a-47bc"><a class="text-dark" href="/privacy/" data-webtasks-id="2411f2ab-d152-4eba">Privacy Policy</a>
</li><li class="py-1" data-webtasks-id="c102e30d-2c0d-4529"><a class="text-dark" href="/terms/" data-webtasks-id="87a0e8ff-0d57-4ae9">Terms of Use</a>
</li><li class="py-1" data-webtasks-id="570ea9cb-ef56-4008"><a class="text-dark" href="/sitemap.xml" data-webtasks-id="a0e0b055-cc8d-410a">Sitemap (XML)</a>
</li></ul>
</div>
</div>
<hr class="my-4" data-webtasks-id="ee418fce-8b48-4df3">
<div class="text-dark text-center" data-webtasks-id="6a30faca-9e32-4f5b">© 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="b2fe2ffe-a432-4f2d"></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="c7c83658-3424-4b51"></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="15d6cf75-70ec-457b"></script>
<script src="https://tableagent.s3.amazonaws.com/static/js/ajax.min.js" type="text/javascript" data-webtasks-id="371a9295-babb-4b25"></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="f1c584b7-4c05-49ff"></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="e1c3c3af-2cfb-43f5"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/unveil/1.3.0/jquery.unveil.min.js" type="text/javascript" data-webtasks-id="da5c6970-49c9-4b66"></script>
<script type="text/javascript" data-webtasks-id="d0277008-60a9-4f5f">
$(document).ready(function() {
$("img").unveil();
});
</script>
<script type="text/javascript" data-webtasks-id="7f0e7e2d-2a6a-41b6">
(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="93afa7fe-8137-432c">
  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="19b2f9fe-bbd7-4271">
  // 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>


<div data-webtasks-id="804833d3-fd87-4700">
  <link href="https://fonts.googleapis.com/css?family=Noto+Sans%7CPNoto+Serif" rel="stylesheet" data-webtasks-id="47836e1b-01fd-48d0">
</div><iframe src="https://ads.adthrive.com/builds/core/14d4183/html/topics.html" id="adthrive-topics-api" data-webtasks-id="22ae2237-497a-4bad" style="display: none;"></iframe><iframe src="https://ads.adthrive.com/builds/core/14d4183/html/rnf.html" id="adthrive-mcmp" data-webtasks-id="e1062286-7152-4f9c" style="display: none;"></iframe><iframe id="__uspapiLocator" name="__uspapiLocator" data-webtasks-id="2b8fb938-205f-44ba" style="display: none;"></iframe><div id="AdThrive_Footer_1_desktop" class="adthrive-ad adthrive-footer adthrive-footer-1 adthrive-ad-cls adthrive-sticky" style="min-height: 90px;" data-webtasks-id="f03f764d-4bfc-43eb" data-google-query-id="CKLS2u22nP8CFVEW1Qod3zwEqQ"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Footer_1/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="cbf1b249-01c9-4da2" style="border: 0pt none; display: inline-block; width: 970px; height: 90px;"><iframe frameborder="0" src="https://e3ec4f4a05c37d0b9ab6ddc2145aabc3.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" id="google_ads_iframe_/18190176,22667360304/AdThrive_Footer_1/61cdd76d51ada0001ba30410_0" title="3rd party ad content" name="" scrolling="no" marginwidth="0" marginheight="0" width="970" height="90" 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" allow="attribution-reporting" role="region" aria-label="Advertisement" tabindex="0" data-google-container-id="2" style="border: 0px; vertical-align: bottom;" data-webtasks-id="f70b2bdc-6542-46cb" data-load-complete="true"></iframe></div></div><div class="adthrive-sticky-outstream adthrive-sticky-outstream-desktop adthrive-sticky-outstream-idle" data-webtasks-id="dffd5118-9f76-4d52" style=""><div class="adthrive-wrapper-float-close adthrive-wrapper-close-bkgd-50 adthrive-top-left-inner" data-webtasks-id="f3820b26-f775-4656" style="display: inline-flex;"><div class="adthrive-wrapper-close-outside-left" id="adthrive-sticky-outstream-close" data-webtasks-id="c9ee1c84-ac10-4fb1"><svg width="18" height="18" fill="transparent" data-webtasks-id="e4fbe9bc-c4db-4608"><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="9e643f97-ab3e-40ff"></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="4f12ceea-55d8-4a3a" data-google-query-id="CKiC8PO2nP8CFa4f1QodxPgCNg" style="display: none;"><div id="google_ads_iframe_/18190176,22667360304/AdThrive_Video_StickyOutstream_1/61cdd76d51ada0001ba30410_0__container__" data-webtasks-id="c965511b-ceda-4267" style="border: 0pt none; width: 300px; height: 250px;"></div></div></div><div class="adthrive-comscore adthrive-footer-message" data-webtasks-id="f61272f8-fcfd-4b2c"><span data-webtasks-id="47d30521-27fe-45f5">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="abe24fe7-c1bc-45d2" style="display: none;"></iframe><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="9fe5f0d2-9472-4fdf"></script><iframe src="https://e3ec4f4a05c37d0b9ab6ddc2145aabc3.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" data-webtasks-id="c40200b8-eb04-4ffa" style="visibility: hidden; display: none;"></iframe><div id="confiant_tag_holder" style="display:none" data-webtasks-id="9bec97e9-3228-458b"></div><iframe src="https://www.google.com/recaptcha/api2/aframe" width="0" height="0" style="display: none;" data-webtasks-id="d4365bc8-4bb7-4ca0"></iframe><script type="text/javascript" src="https://pghub.io/js/pandg-sdk.js" data-webtasks-id="285c3f1a-0333-47b1"></script><iframe height="0" width="0" frameborder="0" src="https://pandg.tapad.com/tag?referrer_url=https%3A%2F%2Ftableagent.com%2Fatlanta%2F%3F__cf_chl_tk%3D158CbiXl_ocPFCuR0Y28I3R6PFy1B3o5n91gEKqQyCY-1685428548-0-gaNycGzNC2U&amp;page_url=https%3A%2F%2Ftableagent.com%2Fatlanta%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%2210.0.0%22%7D&amp;initiator=js" style="display: none;" data-webtasks-id="0fc65798-5df4-4fef"></iframe><iframe name="__launchpadLocator" data-webtasks-id="6e059742-9760-48db" style="display: none;"></iframe></body><iframe name="goog_topics_frame" src="https://securepubads.g.doubleclick.net/static/topics/topics_frame.html" data-webtasks-id="454d0936-87a4-4fa6" style="display: none;"></iframe><iframe sandbox="allow-scripts allow-same-origin" id="418db67c0b97c86e" 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="676e83cc-f3ea-48bc">
    </iframe><iframe sandbox="allow-scripts allow-same-origin" id="454cd92c4c7c036c" 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://cdn.undertone.com/js/usersync.html?gdpr=&amp;gdpr_consent=&amp;us_privacy=1---&amp;redirect=https%3A%2F%2Fprebid-server.rubiconproject.com%2Fsetuid%3Fbidder%3Dundertone%26gdpr%3D%26gdpr_consent%3D%26us_privacy%3D1---%26gpp%3D%26gpp_sid%3D%26account%3D%26f%3Db%26uid%3D%24UID" data-webtasks-id="236cced8-86fa-4e78">
    </iframe>