File size: 134,797 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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<head data-webtasks-id="3c8ba258-09e4-4b7b"><style data-merge-styles="true" data-webtasks-id="74a1079d-68ef-4c42"></style><script type="text/javascript" async="" src="https://bcdn.grmtas.com/js/waypoints/noframework.waypoints.min.js" data-webtasks-id="2137a0e0-f466-41ab"></script>
	
	<meta charset="UTF-8" data-webtasks-id="2012513d-71e1-4ac1">
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" data-webtasks-id="196104a3-1ce5-4c45">
	<link rel="profile" href="http://gmpg.org/xfn/11" data-webtasks-id="b403a591-6d56-4100">
		<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" data-webtasks-id="bb2e2371-e535-404d">



<link rel="preload" as="style" data-wpacu-preload-it-basic="1" id="wpacu-combined-css-head-1-preload-it-basic" href="https://ordinarypatrons.com/wp-content/cache/asset-cleanup/css/head-408e74161ebda9fc4851896b69d8645054a5b585.css" type="text/css" media="all" data-webtasks-id="52d7432b-2867-4806">
<link rel="preload" as="script" href="https://ordinarypatrons.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist/image-cdn.js?minify=false&amp;ver=132249e245926ae3e188" data-wpacu-preload-js="1" data-webtasks-id="a62eb38c-a1da-4594">
<link rel="preload" as="script" href="https://ordinarypatrons.com/wp-content/themes/neve/assets/js/build/modern/frontend.js" data-wpacu-preload-js="1" data-webtasks-id="f8ad1abf-e670-4c9a">
<!-- Jetpack Site Verification Tags -->
<meta name="google-site-verification" content="yV7u9fuFMv8jIbVqjUJwUc4CO6Qxz8p-5zLxHJfCENE" data-webtasks-id="9f4b29e1-b165-40b4">
<meta name="msvalidate.01" content="570350816f592519f1a10ac9c356a303" data-webtasks-id="ca4c1d82-3927-439f">

	<!-- This site is optimized with the Yoast SEO plugin v20.10 - https://yoast.com/wordpress/plugins/seo/ -->
	<title data-webtasks-id="0178bb70-6d03-4443">The Ordinary Patrons - TOP Singapore Food Blog</title>
	<meta name="description" content="TOP Singapore food blog: sharing real dining experience of ordinary people: favourite restaurants &amp; cafes &amp; discoveries of new food options." data-webtasks-id="f4e4af12-7159-4f28">
	<link rel="canonical" href="https://ordinarypatrons.com/" data-webtasks-id="277851bd-7d0a-47d4">
	<meta property="og:locale" content="en_GB" data-webtasks-id="2146627e-fa94-45f6">
	<meta property="og:type" content="website" data-webtasks-id="1d3a8965-735c-4dc7">
	<meta property="og:title" content="The Ordinary Patrons - TOP Singapore Food Blog" data-webtasks-id="1274e418-db16-4b2c">
	<meta property="og:description" content="TOP Singapore food blog: sharing real dining experience of ordinary people: favourite restaurants &amp; cafes &amp; discoveries of new food options." data-webtasks-id="f827ddb7-ec5c-4d34">
	<meta property="og:url" content="https://ordinarypatrons.com/" data-webtasks-id="5cce4bd2-9657-4dcc">
	<meta property="og:site_name" content="The Ordinary Patrons" data-webtasks-id="b90c908c-b173-417f">
	<meta property="article:publisher" content="https://www.facebook.com/OrdinaryPatrons/" data-webtasks-id="de37bb54-e63f-444c">
	<meta property="article:modified_time" content="2023-06-26T23:19:50+00:00" data-webtasks-id="fb9d671c-0c3c-4cc5">
	<meta property="og:image" content="https://ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png" data-webtasks-id="db2efc52-0b0c-4f77">
	<meta name="twitter:card" content="summary_large_image" data-webtasks-id="2f0b05ff-6895-4b67">
	<meta name="twitter:site" content="@opatrons" data-webtasks-id="1d25da35-2835-41d1">
	<script src="https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202306230101/show_ads_impl_fy2021.js?bust=31075624" id="google_shimpl" data-webtasks-id="52440246-79f4-4b8f"></script><script type="application/ld+json" class="yoast-schema-graph" data-webtasks-id="a3561f30-8c97-4303">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://ordinarypatrons.com/","url":"https://ordinarypatrons.com/","name":"The Ordinary Patrons - TOP Singapore Food Blog","isPartOf":{"@id":"https://ordinarypatrons.com/#website"},"about":{"@id":"https://ordinarypatrons.com/#organization"},"primaryImageOfPage":{"@id":"https://ordinarypatrons.com/#primaryimage"},"image":{"@id":"https://ordinarypatrons.com/#primaryimage"},"thumbnailUrl":"https://ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png","datePublished":"2014-09-26T07:32:06+00:00","dateModified":"2023-06-26T23:19:50+00:00","description":"TOP Singapore food blog: sharing real dining experience of ordinary people: favourite restaurants & cafes & discoveries of new food options.","breadcrumb":{"@id":"https://ordinarypatrons.com/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://ordinarypatrons.com/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://ordinarypatrons.com/#primaryimage","url":"https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png?fit=192%2C192&ssl=1","contentUrl":"https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png?fit=192%2C192&ssl=1","width":192,"height":192,"caption":"The Ordinary Patrons Logo"},{"@type":"BreadcrumbList","@id":"https://ordinarypatrons.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://ordinarypatrons.com/#website","url":"https://ordinarypatrons.com/","name":"The Ordinary Patrons","description":"real dining experience of ordinary people","publisher":{"@id":"https://ordinarypatrons.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://ordinarypatrons.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://ordinarypatrons.com/#organization","name":"The Ordinary Patrons","url":"https://ordinarypatrons.com/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://ordinarypatrons.com/#/schema/logo/image/","url":"https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?fit=2560%2C2560&ssl=1","contentUrl":"https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?fit=2560%2C2560&ssl=1","width":2560,"height":2560,"caption":"The Ordinary Patrons"},"image":{"@id":"https://ordinarypatrons.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/OrdinaryPatrons/","https://twitter.com/opatrons","https://www.instagram.com/ordinarypatrons/","https://www.pinterest.com/ordinarypatrons/"]}]}</script>
	<meta name="msvalidate.01" content="27B869C222295B8916D578B9F8DCEDD" data-webtasks-id="892ab0c0-e105-41ab">
	<meta name="google-site-verification" content="yV7u9fuFMv8jIbVqjUJwUc4CO6Qxz8p-5zLxHJfCENE" data-webtasks-id="99daf714-8114-4b6b">
	<meta name="yandex-verification" content="16c03b130169f0b7" data-webtasks-id="9f109377-76e0-402d">
	<!-- / Yoast SEO plugin. -->


<link rel="dns-prefetch" href="//www.googletagmanager.com" data-webtasks-id="4724748f-6119-4a71">
<link rel="dns-prefetch" href="//stats.wp.com" data-webtasks-id="37181413-13f6-4210">
<link rel="dns-prefetch" href="//pro.ip-api.com" data-webtasks-id="b6034f08-bc74-42ca">
<link rel="dns-prefetch" href="//js.sddan.com" data-webtasks-id="461d256a-0e26-4f63">
<link rel="dns-prefetch" href="//secure.adnxs.com" data-webtasks-id="916e8de1-19e5-4358">
<link rel="dns-prefetch" href="//ib.adnxs.com" data-webtasks-id="995e3484-5334-4391">
<link rel="dns-prefetch" href="//prebid.adnxs.com" data-webtasks-id="0ac6c0ff-a43c-4f0e">
<link rel="dns-prefetch" href="//as.casalemedia.com" data-webtasks-id="029943b0-96ff-4932">
<link rel="dns-prefetch" href="//fastlane.rubiconproject.com" data-webtasks-id="82cba1f4-2416-4b3b">
<link rel="dns-prefetch" href="//amazon-adsystem.com" data-webtasks-id="5ee78eb0-f883-448d">
<link rel="dns-prefetch" href="//ads.pubmatic.com" data-webtasks-id="519324c1-bd2e-4b63">
<link rel="dns-prefetch" href="//ap.lijit.com" data-webtasks-id="ebbdadb0-e895-49ff">
<link rel="dns-prefetch" href="//g2.gumgum.com" data-webtasks-id="e064c48b-edb3-46f9">
<link rel="dns-prefetch" href="//ps.eyeota.net" data-webtasks-id="5aeac501-05b5-4d71">
<link rel="dns-prefetch" href="//googlesyndication.com" data-webtasks-id="82e4b717-ef85-474a">
<link rel="dns-prefetch" href="//i0.wp.com" data-webtasks-id="3230698c-3280-4cc5">
<link rel="dns-prefetch" href="//c0.wp.com" data-webtasks-id="c9e99092-d805-4fae">
<link rel="dns-prefetch" href="//v0.wordpress.com" data-webtasks-id="18dd0e63-8b82-4b4e">
<link rel="dns-prefetch" href="//jetpack.wordpress.com" data-webtasks-id="f100e966-b17a-4fd8">
<link rel="dns-prefetch" href="//s0.wp.com" data-webtasks-id="7527e6e3-cc91-4edf">
<link rel="dns-prefetch" href="//public-api.wordpress.com" data-webtasks-id="56230359-0d5d-4b22">
<link rel="dns-prefetch" href="//0.gravatar.com" data-webtasks-id="e840cbcf-5f62-4cc5">
<link rel="dns-prefetch" href="//1.gravatar.com" data-webtasks-id="173b9238-5337-4786">
<link rel="dns-prefetch" href="//2.gravatar.com" data-webtasks-id="7e03462d-9317-4fb2">
<link rel="dns-prefetch" href="//widgets.wp.com" data-webtasks-id="fa1df60c-14f0-4f8b">
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com" data-webtasks-id="f089d434-1f05-49a3">
<link rel="alternate" type="application/rss+xml" title="The Ordinary Patrons » Feed" href="https://ordinarypatrons.com/feed/" data-webtasks-id="785ff179-1409-4e75">
<link rel="alternate" type="application/rss+xml" title="The Ordinary Patrons » Comments Feed" href="https://ordinarypatrons.com/comments/feed/" data-webtasks-id="f2ac21d0-23cd-41fa">
<script type="text/javascript" data-webtasks-id="c98da085-7671-4269">window._wpemojiSettings={"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":!1,"svgExt":".svg","source":{"concatemoji":"https:\/\/ordinarypatrons.com\/wp-includes\/js\/wp-emoji-release.min.js"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s("\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!s("\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!s("\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!s("\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings)</script><script src="https://ordinarypatrons.com/wp-includes/js/wp-emoji-release.min.js" type="text/javascript" defer="" data-webtasks-id="6bbe7328-5172-4c40"></script>
<style type="text/css" data-webtasks-id="1dda38d9-2bab-484f">img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 0.07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}</style>
	<link rel="stylesheet" id="wp-block-library-css" href="https://c0.wp.com/c/6.2.2/wp-includes/css/dist/block-library/style.min.css" type="text/css" media="all" data-webtasks-id="3e2c3f0a-83ab-40d2">
<style id="wp-block-library-inline-css" type="text/css" data-webtasks-id="13eb371e-4e17-4982">.has-text-align-justify{text-align:justify}</style>
<link rel="stylesheet" id="mediaelement-css" href="https://c0.wp.com/c/6.2.2/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css" type="text/css" media="all" data-webtasks-id="1453b3b8-931e-46b4">
<link rel="stylesheet" id="wp-mediaelement-css" href="https://c0.wp.com/c/6.2.2/wp-includes/js/mediaelement/wp-mediaelement.min.css" type="text/css" media="all" data-webtasks-id="3a8af7ce-a006-4776">
<link rel="stylesheet" id="classic-theme-styles-css" href="https://c0.wp.com/c/6.2.2/wp-includes/css/classic-themes.min.css" type="text/css" media="all" data-webtasks-id="3a2876ac-4adf-4bca">
<style id="global-styles-inline-css" type="text/css" data-webtasks-id="60c47497-6966-40f6">body{--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--neve-link-color:var(--nv-primary-accent);--wp--preset--color--neve-link-hover-color:var(--nv-secondary-accent);--wp--preset--color--nv-site-bg:var(--nv-site-bg);--wp--preset--color--nv-light-bg:var(--nv-light-bg);--wp--preset--color--nv-dark-bg:var(--nv-dark-bg);--wp--preset--color--neve-text-color:var(--nv-text-color);--wp--preset--color--nv-text-dark-bg:var(--nv-text-dark-bg);--wp--preset--color--nv-c-1:var(--nv-c-1);--wp--preset--color--nv-c-2:var(--nv-c-2);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto!important;margin-right:auto!important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-columns.is-layout-flex){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6}</style>
<link rel="stylesheet" data-wpacu-to-be-preloaded-basic="1" id="wpacu-combined-css-head-1-preload-it-basic" href="https://ordinarypatrons.com/wp-content/cache/asset-cleanup/css/head-408e74161ebda9fc4851896b69d8645054a5b585.css" type="text/css" media="all" data-webtasks-id="a8431a5c-21b0-4d62">


<script type="text/javascript" src="https://c0.wp.com/c/6.2.2/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js" data-webtasks-id="c6886755-6c0d-44cd"></script>
<link rel="https://api.w.org/" href="https://ordinarypatrons.com/wp-json/" data-webtasks-id="921b6405-2194-4258"><link rel="alternate" type="application/json" href="https://ordinarypatrons.com/wp-json/wp/v2/pages/6903" data-webtasks-id="69dd95d9-282d-496a"><link rel="alternate" type="application/json+oembed" href="https://ordinarypatrons.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fordinarypatrons.com%2F" data-webtasks-id="5f7e00e6-b8bc-49a3">
<link rel="alternate" type="text/xml+oembed" href="https://ordinarypatrons.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fordinarypatrons.com%2F&amp;format=xml" data-webtasks-id="405c9ecc-d160-45e2">
<meta name="gads" content="3.17" data-webtasks-id="774bcf89-47e8-4876">	<style data-webtasks-id="f210233e-0041-4ed1">img#wpstats{display:none}</style>
		
<!-- Google AdSense snippet added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236" data-webtasks-id="fc25878f-3f1a-401d">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com" data-webtasks-id="b51e961d-980b-4b5f">
<!-- End Google AdSense snippet added by Site Kit -->

<!-- Google AdSense snippet added by Site Kit -->
<script async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3343449293028354&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous" type="text/javascript" data-checked-head="true" data-webtasks-id="2418be8d-91b4-4581"></script>

<!-- End Google AdSense snippet added by Site Kit -->
<link rel="icon" href="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/cropped-The-Ordinary-Patrons-Logo.png?fit=32%2C32&amp;ssl=1" sizes="32x32" data-webtasks-id="cfb1d724-0972-4081">
<link rel="icon" href="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/cropped-The-Ordinary-Patrons-Logo.png?fit=192%2C192&amp;ssl=1" sizes="192x192" data-webtasks-id="5947e426-3c5d-46a7">
<link rel="apple-touch-icon" href="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/cropped-The-Ordinary-Patrons-Logo.png?fit=180%2C180&amp;ssl=1" data-webtasks-id="5835e4ca-0c44-4a0b">
<meta name="msapplication-TileImage" content="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/cropped-The-Ordinary-Patrons-Logo.png?fit=270%2C270&amp;ssl=1" data-webtasks-id="b0ea50ea-b21e-4cb4">
<style type="text/css" id="wp-custom-css" data-webtasks-id="f6792af0-b47b-4138">.page-title{display:none}.attachment-post-thumbnail{display:none}.wf-loading body{visibility:hidden}.wp-block-image{padding-bottom:20px}.category-news .entry-header .title{color:#0051ba}.category-news a{color:#c41e3a}</style>		<!-- Jetpack Google Analytics -->
		<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-YYVHLSH49Q" data-webtasks-id="cc3c5d6c-c07b-449c"></script>
		<script data-webtasks-id="8524cb19-65c9-4240">window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config',"G-YYVHLSH49Q")</script>
		<!-- End Jetpack Google Analytics -->
		<style data-webtasks-id="3a67a0cc-7b86-41d9">.ai-close{position:relative}.ai-close-button{position:absolute;top:-11px;right:-11px;width:24px;height:24px;background:url(https://ordinarypatrons.com/wp-content/plugins/ad-inserter-pro/css/images/close-button.png) no-repeat center center;cursor:pointer;z-index:9;display:none}.ai-close-show{display:block}.ai-close-left{right:unset;left:-11px}.ai-close-bottom{top:unset;bottom:-10px}.ai-close-none{visibility:hidden}.ai-close-fit{width:fit-content;width:-moz-fit-content}</style>



<script defer="" type="text/javascript" src="//bcdn.grmtas.com/pub/ga_pub_10617.js" data-webtasks-id="47b304e5-c6ee-4dc9"></script><script data-webtasks-id="8308b439-92d5-4f29">function ai_resize_iframe(a){"undefined"==typeof ai_iframe_resize_delay&&(ai_iframe_resize_delay=200);setTimeout(function(){var c=a.contentDocument?a.contentDocument:a.contentWindow.document;a.style.visibility="hidden";a.style.height="10px";var d=a.style;var b=c||document;c=b.body;b=b.documentElement;d.height=Math.max(c.scrollHeight,c.offsetHeight,b.clientHeight,b.scrollHeight,b.offsetHeight)+"px";a.style.visibility="visible"},ai_iframe_resize_delay)}</script>

	<meta http-equiv="origin-trial" content="A7CQXglZzTrThjGTBEn1rWTxHOEtkWivwzgea+NjyardrwlieSjVuyG44PkYgIPGs8Q9svD8sF3Yedn0BBBjXAkAAACFeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="91fc26a1-150a-4dc5"><meta http-equiv="origin-trial" content="A3vKT9yxRPjmXN3DpIiz58f5JykcWHjUo/W7hvmtjgh9jPpQgem9VbADiNovG8NkO6mRmk70Kex8/KUqAYWVWAEAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="e4b08fd6-b315-47b9"><meta http-equiv="origin-trial" content="A4A26Ymj79UVY7C7JGUS4BG1s7MdcDokAQf/RP0paks+RoTYbXHxceT/5L4iKcsleFCngi75YfNRGW2+SpVv1ggAAACLeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXRhZ3NlcnZpY2VzLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==" data-webtasks-id="2f3113d1-aba3-44f3"><meta http-equiv="origin-trial" content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="203932d2-ecd5-4755"><meta http-equiv="origin-trial" content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" data-webtasks-id="bffc9928-6f82-4555"><meta http-equiv="origin-trial" content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" data-webtasks-id="d6e82cfd-21d9-4fe3"></head>

<body class="home page-template-default page page-id-6903  nv-blog-default nv-sidebar-full-width menu_sidebar_slide_left" id="neve_body" data-webtasks-id="a046c852-433c-4da6">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="689e8a0d-20f1-47e1"><defs data-webtasks-id="fdc5b3a3-8666-4880"><filter id="wp-duotone-dark-grayscale" data-webtasks-id="760c1096-9f60-4f18"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="8d77b468-0c4c-40d4"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="18bedc46-b951-49b8"><feFuncR type="table" tableValues="0 0.49803921568627" data-webtasks-id="efe77acc-2974-4222"></feFuncR><feFuncG type="table" tableValues="0 0.49803921568627" data-webtasks-id="9551c699-37b8-402f"></feFuncG><feFuncB type="table" tableValues="0 0.49803921568627" data-webtasks-id="f0d347a0-0cfd-4914"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="5139c142-adb3-46e6"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="7b3b4932-cff3-4b37"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="d27c3686-13a0-4166"><defs data-webtasks-id="8b76ab16-ffac-4e84"><filter id="wp-duotone-grayscale" data-webtasks-id="bc3de1ad-01c2-4b52"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="93f08931-8d7e-45b8"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="1f29a67b-39e0-4cdb"><feFuncR type="table" tableValues="0 1" data-webtasks-id="06f27c38-1b09-43bc"></feFuncR><feFuncG type="table" tableValues="0 1" data-webtasks-id="55f8f82a-7168-43ed"></feFuncG><feFuncB type="table" tableValues="0 1" data-webtasks-id="6a18cee0-e3fc-4947"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="54cf931d-b4ab-41b2"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="b2647628-080c-4daf"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="96b90e35-0c7e-4b72"><defs data-webtasks-id="7894fafa-6328-4c1f"><filter id="wp-duotone-purple-yellow" data-webtasks-id="e7b90e84-f43f-4eb9"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="4088a5c5-4258-4efc"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="bc93ee44-2dc3-4f2b"><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" data-webtasks-id="c98353ac-c9db-4343"></feFuncR><feFuncG type="table" tableValues="0 1" data-webtasks-id="cf848874-4d88-4f0c"></feFuncG><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" data-webtasks-id="ccfd39b1-8d1b-427c"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="d754ba4f-f8d7-47e2"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="26b3dcda-343d-4fc9"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="64c152aa-ef21-44ef"><defs data-webtasks-id="024d0a60-1908-4293"><filter id="wp-duotone-blue-red" data-webtasks-id="f77025ee-ea79-40ae"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="394e8b7a-8c0f-4fa7"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="51b81415-96f6-4b03"><feFuncR type="table" tableValues="0 1" data-webtasks-id="f57021d5-001d-4712"></feFuncR><feFuncG type="table" tableValues="0 0.27843137254902" data-webtasks-id="29d3b151-5071-48c7"></feFuncG><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" data-webtasks-id="56571ef5-d371-4f1d"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="0f4bc8dc-5bb8-4552"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="9f6a8499-5c41-4c23"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="93c5728f-dcf2-4b55"><defs data-webtasks-id="4fde3f66-0d93-43a3"><filter id="wp-duotone-midnight" data-webtasks-id="78acd48f-d2d9-45f1"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="25a2e9e1-d5d0-4210"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="b558a0f8-d59b-42e3"><feFuncR type="table" tableValues="0 0" data-webtasks-id="873ba99a-ac88-4436"></feFuncR><feFuncG type="table" tableValues="0 0.64705882352941" data-webtasks-id="33b872b9-8875-4392"></feFuncG><feFuncB type="table" tableValues="0 1" data-webtasks-id="affefcf2-2c6d-40ed"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="a75340ff-8743-4527"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="43406a0e-b199-49fe"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="8c31e472-80d5-463e"><defs data-webtasks-id="2e69c77b-ec26-4ab3"><filter id="wp-duotone-magenta-yellow" data-webtasks-id="f266bbed-a470-413e"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="6f243e49-ce02-4de6"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="fb53189d-7800-47cc"><feFuncR type="table" tableValues="0.78039215686275 1" data-webtasks-id="71cfbcdd-5fdb-4fbc"></feFuncR><feFuncG type="table" tableValues="0 0.94901960784314" data-webtasks-id="471eb391-c310-4599"></feFuncG><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" data-webtasks-id="a466dc43-fded-43c2"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="b94ecd36-ad27-4ed8"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="1c9416c5-82d9-439c"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="43092ee1-f624-4801"><defs data-webtasks-id="d7e835b5-7c87-4c0e"><filter id="wp-duotone-purple-green" data-webtasks-id="85e7ae36-25ed-4e32"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="ea71d0dd-b500-4857"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="5f531799-d7b6-4e22"><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" data-webtasks-id="cb28d699-0658-4a67"></feFuncR><feFuncG type="table" tableValues="0 1" data-webtasks-id="c003fcee-5bf2-420a"></feFuncG><feFuncB type="table" tableValues="0.44705882352941 0.4" data-webtasks-id="fc6b19ea-e712-4428"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="40e99a4c-03fb-4fbd"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="a5a914d0-8d53-4d6d"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" data-webtasks-id="7cfc2e13-0413-42ac"><defs data-webtasks-id="6cd86dbb-edaf-4bce"><filter id="wp-duotone-blue-orange" data-webtasks-id="46d69444-e6a4-47ff"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " data-webtasks-id="1eb6d372-b48b-412e"></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB" data-webtasks-id="19b64f45-f017-489b"><feFuncR type="table" tableValues="0.098039215686275 1" data-webtasks-id="64af5ab4-7f15-4aaf"></feFuncR><feFuncG type="table" tableValues="0 0.66274509803922" data-webtasks-id="783dfa67-c600-4b15"></feFuncG><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" data-webtasks-id="d3a0d402-9a45-440a"></feFuncB><feFuncA type="table" tableValues="1 1" data-webtasks-id="bcde590e-34d7-4e3c"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" data-webtasks-id="679efc34-6ba4-4e52"></feComposite></filter></defs></svg><div class="wrapper" data-webtasks-id="bdc9a37f-c5bf-4f8e">
	
	<header class="header" data-webtasks-id="daa49a42-07a4-4ec7">
		<a class="neve-skip-link show-on-focus" href="#content" data-webtasks-id="390a5056-f7ff-443f">
			Skip to content		</a>
		<div id="header-grid" class="hfg_header site-header" data-webtasks-id="307e1c77-3921-4445">
	<div class="header--row header-top hide-on-mobile hide-on-tablet layout-full-contained has-center header--row" data-row-id="top" data-show-on="desktop" data-webtasks-id="c716fb4c-37bc-49d0">

	<div class="header--row-inner header-top-inner" data-webtasks-id="329420e5-997a-40d9">
		<div class="container" data-webtasks-id="99863456-135a-4f1d">
			<div class="row row--wrapper" data-section="hfg_header_layout_top" data-webtasks-id="182c3776-033e-486f">
				<div class="hfg-slot left" data-webtasks-id="c0cd05f9-5351-4799"></div><div class="hfg-slot center" data-webtasks-id="3de71d56-c17c-46e1"><div class="builder-item desktop-center" data-webtasks-id="802cdfe5-0de7-4465"><div class="item--inner builder-item--logo" data-section="title_tagline" data-item-id="logo" data-webtasks-id="4c763e79-5683-4474">
	
<div class="site-logo" data-webtasks-id="479031d7-dde6-453d">
	<a class="brand" href="https://ordinarypatrons.com/" title="← The Ordinary Patrons" aria-label="The Ordinary Patrons" rel="home" data-webtasks-id="c44c62e0-2d3e-4bae"><div class="nv-title-tagline-wrap" data-webtasks-id="8da31d2d-206f-4bdb"><p class="site-title" data-webtasks-id="e0e08e7f-b50f-475b">The Ordinary Patrons</p><small data-webtasks-id="a9ffb503-e1e1-4415">real dining experience of ordinary people</small></div></a></div>
	</div>

</div></div><div class="hfg-slot right" data-webtasks-id="569aca31-8f81-4a22"></div>							</div>
		</div>
	</div>
</div>


<nav class="header--row header-main hide-on-mobile hide-on-tablet layout-full-contained nv-navbar header--row" data-row-id="main" data-show-on="desktop" data-webtasks-id="02b0ca72-85af-4727">

	<div class="header--row-inner header-main-inner" data-webtasks-id="3f8e80fa-8d28-4c8a">
		<div class="container" data-webtasks-id="409ac43e-52d1-4a50">
			<div class="row row--wrapper" data-section="hfg_header_layout_main" data-webtasks-id="59f32d93-47a2-475a">
				<div class="hfg-slot left" data-webtasks-id="fb0f4677-bb43-4ea7"><div class="builder-item has-nav hfg-is-group has-primary-menu" data-webtasks-id="85a5765d-81ea-4a0f"><div class="item--inner builder-item--primary-menu has_menu" data-section="header_menu_primary" data-item-id="primary-menu" data-webtasks-id="5d31ddca-9cc8-44ae">
	<div class="nv-nav-wrap" data-webtasks-id="1fb19b6a-0036-4e64">
	<div role="navigation" class="nav-menu-primary" aria-label="Primary Menu" data-webtasks-id="5be1d027-be0a-4aa4">

		<ul id="nv-primary-navigation-main" class="primary-menu-ul nav-ul menu-desktop" data-webtasks-id="c07e268a-4209-4745"><li id="menu-item-8876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6903 current_page_item menu-item-8876 nv-active" data-webtasks-id="77527ba8-aa1a-41da"><div class="wrap" data-webtasks-id="2fc531be-6a75-42bd"><a title="The Ordinary Patrons" href="https://ordinarypatrons.com/" aria-current="page" data-webtasks-id="2809877f-195f-4701">Home</a></div></li>
<li id="menu-item-8884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8884" data-webtasks-id="ae34db58-c7f8-40bf"><div class="wrap" data-webtasks-id="6fcc424b-0edb-4941"><a href="https://ordinarypatrons.com/blog/" data-webtasks-id="f6456d55-e722-41c1">Latest Posts</a></div></li>
<li id="menu-item-150169" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-150169" data-webtasks-id="1df784f2-6554-4f18"><div class="wrap" data-webtasks-id="98626c57-aa9b-4c29"><a href="#" data-webtasks-id="88d39480-b617-4f10"><span class="menu-item-title-wrap dd-title" data-webtasks-id="5d47e678-903c-478e">New Eats</span></a><div role="button" aria-pressed="false" aria-label="Open Submenu" tabindex="0" class="caret-wrap caret 3" style="margin-left:5px;" data-webtasks-id="a8ef0eda-f0f7-4e48"><span class="caret" data-webtasks-id="ccd8773c-9cf9-4736"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="4e79e056-e1c2-415d"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="b2f90923-ecb5-4756"></path></svg></span></div></div>
<ul class="sub-menu" data-webtasks-id="32305fc7-1b4e-457f">
	<li id="menu-item-103300" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-103300" data-webtasks-id="4ee1e52d-cfa3-4447"><div class="wrap" data-webtasks-id="29813967-ebad-4e9a"><a href="https://ordinarypatrons.com/category/new-restaurants-singapore/" data-webtasks-id="46c2a223-3e76-48eb">New Eating Places Posts</a></div></li>
	<li id="menu-item-150167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-150167" data-webtasks-id="9f362541-8d2f-41ef"><div class="wrap" data-webtasks-id="e111cd47-b29a-4225"><a href="https://ordinarypatrons.com/new-restaurants-2022/" data-webtasks-id="3c2b6098-9c35-43ed">New Restaurants in Singapore 2023</a></div></li>
</ul>
</li>
<li id="menu-item-56790" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-56790" data-webtasks-id="8ea0086f-5d60-46ab"><div class="wrap" data-webtasks-id="f4b057cc-433b-4498"><a href="#" data-webtasks-id="f9213f25-f821-45d5"><span class="menu-item-title-wrap dd-title" data-webtasks-id="f6dc568b-7db2-4a22">What to Eat</span></a><div role="button" aria-pressed="false" aria-label="Open Submenu" tabindex="0" class="caret-wrap caret 6" style="margin-left:5px;" data-webtasks-id="58242f7d-8986-4b26"><span class="caret" data-webtasks-id="5a49f1b6-241f-4391"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="dfdfed48-7d65-4d9f"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="696f9f83-76f0-4d0a"></path></svg></span></div></div>
<ul class="sub-menu" data-webtasks-id="5dcaefcd-c040-42a8">
	<li id="menu-item-149312" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149312" data-webtasks-id="cdde0346-ac83-46b7"><div class="wrap" data-webtasks-id="0cbcb173-c047-4c64"><a href="https://ordinarypatrons.com/top-restaurants-singapore-2022/" data-webtasks-id="a6fd7e7c-cfb7-449d">What to eat in Singapore today</a></div></li>
	<li id="menu-item-164719" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-164719" data-webtasks-id="21ecf848-422e-4b36"><div class="wrap" data-webtasks-id="73a656bd-b829-4a47"><a href="https://ordinarypatrons.com/2023/06/29/what-to-eat-in-july-2023/" data-webtasks-id="0b23d8ed-fa81-4e73">What to Eat in July 2023</a></div></li>
	<li id="menu-item-85812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85812" data-webtasks-id="2c495b9f-bdf5-4946"><div class="wrap" data-webtasks-id="c33d4971-e682-4fc7"><a href="https://ordinarypatrons.com/trending-restaurants-cafes-in-singapore/" data-webtasks-id="54a51b00-b3e3-496e">Trending Restaurants &amp; Cafes in Singapore</a></div></li>
</ul>
</li>
<li id="menu-item-150259" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-150259" data-webtasks-id="485527a7-a645-435a"><div class="wrap" data-webtasks-id="e6737280-1e5e-4f2e"><a href="https://ordinarypatrons.com/category/top-lists/" data-webtasks-id="51ef3608-b340-48e6">TOP Guides</a></div></li>
<li id="menu-item-164725" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-164725" data-webtasks-id="723ced8a-9e0e-4db3"><div class="wrap" data-webtasks-id="1a825132-5a99-4b59"><a href="#" data-webtasks-id="afee1649-0eba-413e"><span class="menu-item-title-wrap dd-title" data-webtasks-id="c06734ae-0183-417e">News</span></a><div role="button" aria-pressed="false" aria-label="Open Submenu" tabindex="0" class="caret-wrap caret 11" style="margin-left:5px;" data-webtasks-id="108fe4db-c955-48b6"><span class="caret" data-webtasks-id="1356ec72-0a16-4bd7"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="3b8e5157-8d5f-4102"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="92abc1e9-b743-443a"></path></svg></span></div></div>
<ul class="sub-menu" data-webtasks-id="3e4eda17-339d-4eef">
	<li id="menu-item-158996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-158996" data-webtasks-id="9fdc2c0d-93b7-4050"><div class="wrap" data-webtasks-id="860082c8-e1bf-4dbd"><a href="https://ordinarypatrons.com/fnb-deals-promotions-news/" data-webtasks-id="9e6f85d0-0230-484f">Deals &amp; News Page</a></div><div class="neve-mm-description" data-webtasks-id="5bd80100-8422-4d2b">Singapore F&amp;B News &amp; Deals Page</div></li>
	<li id="menu-item-164720" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-164720" data-webtasks-id="0c5289b7-181c-4ba2"><div class="wrap" data-webtasks-id="ea2f45ea-88c8-4eb6"><a href="https://ordinarypatrons.com/category/news/" data-webtasks-id="d4854b49-72b2-45c4">News Articles</a></div><div class="neve-mm-description" data-webtasks-id="af0f3499-1eac-4753">News Articles</div></li>
</ul>
</li>
<li id="menu-item-22237" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22237" data-webtasks-id="df3644ba-ddd1-410c"><div class="wrap" data-webtasks-id="a339dbe4-298c-462d"><a href="https://ordinarypatrons.com/singapore-food-dictionary/" data-webtasks-id="6098586a-2da0-416a">Dictionary</a></div></li>
<li id="menu-item-84266" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-84266" data-webtasks-id="996c3aeb-4c08-4191"><div class="wrap" data-webtasks-id="163cc5e8-866e-43b9"><a href="#" data-webtasks-id="0eb2644b-e7cd-4146"><span class="menu-item-title-wrap dd-title" data-webtasks-id="eff7eafc-69d5-4c44">Links</span></a><div role="button" aria-pressed="false" aria-label="Open Submenu" tabindex="0" class="caret-wrap caret 15" style="margin-left:5px;" data-webtasks-id="17a42624-45e2-4084"><span class="caret" data-webtasks-id="500e1c03-dc7a-44f6"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="e058b109-99d8-491a"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="c1aede34-257c-43cf"></path></svg></span></div></div>
<ul class="sub-menu" data-webtasks-id="5b56c6dc-f9c7-4a5b">
	<li id="menu-item-63872" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63872" data-webtasks-id="d356f1c3-fdab-4f95"><div class="wrap" data-webtasks-id="327af919-3c2b-4b44"><a href="https://ordinarypatrons.com/singapore-food-recipes/" data-webtasks-id="fcdefa71-a945-4542">Singapore Food Recipes</a></div></li>
	<li id="menu-item-97936" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-97936" data-webtasks-id="c1340a56-6f19-440a"><div class="wrap" data-webtasks-id="150aafca-dff5-4921"><a href="https://ordinarypatrons.com/2020/03/31/top-list-of-singapore-grocery-delivery-service/" data-webtasks-id="76555fd5-ea47-4c0d">Grocery Delivery</a></div></li>
	<li id="menu-item-113322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113322" data-webtasks-id="cea745ee-5859-48a3"><div class="wrap" data-webtasks-id="1368fccb-b605-4a5c"><a href="https://ordinarypatrons.com/popular-singapore-food-blogs/" data-webtasks-id="5e15e94c-86bf-4e71">Popular Singapore Food Blogs</a></div></li>
	<li id="menu-item-84267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-84267" data-webtasks-id="8bfe84db-abb5-40ed"><div class="wrap" data-webtasks-id="c2d8b79c-669a-43f9"><a href="https://ordinarypatrons.com/food-for-thought-quotes/" data-webtasks-id="8746c3b8-4284-4628"><span class="menu-item-title-wrap dd-title" data-webtasks-id="3cd7da17-7077-413d">Quoteworthy</span></a><div role="button" aria-pressed="false" aria-label="Open Submenu" tabindex="0" class="caret-wrap caret 19" style="margin-left:5px;" data-webtasks-id="9f9f17d6-1944-44e1"><span class="caret" data-webtasks-id="d03e047c-0dcc-4bc1"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="62397edd-e4f9-4042"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="938fa5b5-d7e1-436c"></path></svg></span></div></div>
	<ul class="sub-menu" data-webtasks-id="47dea5f8-c656-4b40">
		<li id="menu-item-84268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84268" data-webtasks-id="96e7b664-78da-4891"><div class="wrap" data-webtasks-id="ada7162e-62a6-4dfb"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-quotes/" data-webtasks-id="e0febff9-899f-469d">Food Quotes</a></div></li>
		<li id="menu-item-84270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84270" data-webtasks-id="51bde1c4-9949-41e3"><div class="wrap" data-webtasks-id="6610cbbe-e9b4-4e69"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-proverbs/" data-webtasks-id="98e135dc-c4d1-49d2">Food Proverbs</a></div></li>
		<li id="menu-item-84269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84269" data-webtasks-id="df4fae7b-d7aa-408d"><div class="wrap" data-webtasks-id="a7258dda-ed86-4166"><a href="https://ordinarypatrons.com/food-for-thought-quotes/quotes-by-chefs/" data-webtasks-id="672c6462-511b-4ca3">Quotes by Chefs</a></div></li>
		<li id="menu-item-84271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84271" data-webtasks-id="a009b80f-5930-4830"><div class="wrap" data-webtasks-id="9a9f9ffa-4e81-46e2"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-for-thought/" data-webtasks-id="274ab4bd-824f-4ca7">Food for Thought</a></div></li>
	</ul>
</li>
	<li id="menu-item-162016" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162016" data-webtasks-id="c4e97137-3bcb-4268"><div class="wrap" data-webtasks-id="4ff08950-a516-491c"><a href="https://ordinarypatrons.com/useful-fb-links/" data-webtasks-id="221c947e-b996-46d5">Useful F&amp;B Links</a></div></li>
</ul>
</li>
<li id="menu-item-8878" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8878" data-webtasks-id="b50f36fd-7d84-4adc"><div class="wrap" data-webtasks-id="f30e1c2a-6860-463b"><a href="https://ordinarypatrons.com/about/" data-webtasks-id="e1dcb0f1-c42a-403d">About Us</a></div></li>
</ul>	</div>
</div>

	</div>

<div class="item--inner builder-item--header_search_responsive" data-section="header_search_responsive" data-item-id="header_search_responsive" data-webtasks-id="28d0f428-185a-435d">
	<div class="nv-search-icon-component" data-webtasks-id="a3a7a480-097a-4345">
	<div class="menu-item-nav-search minimal" data-webtasks-id="0c7a734b-244d-453a">
		<a aria-label="Search" href="#" class="nv-icon nv-search" data-webtasks-id="a2890ee8-b31f-48e7">
				<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" data-webtasks-id="2ca78137-b51c-4014"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z" data-webtasks-id="9761185c-2e51-456b"></path></svg>
			</a>		<div class="nv-nav-search" aria-label="search" data-webtasks-id="24978bad-4fa9-40d6">
			<div class="form-wrap " data-webtasks-id="404a4e03-4f05-4d6a">
				
<form role="search" method="get" class="search-form" action="https://ordinarypatrons.com/" data-webtasks-id="df432124-a770-43ea">
	<label data-webtasks-id="6aff67d5-2ee8-48e6">
		<span class="screen-reader-text" data-webtasks-id="a6a382aa-2f90-415e">Search for...</span>
	</label>
	<input type="search" class="search-field" aria-label="Search" placeholder="Search for..." value="" name="s" data-webtasks-id="c87078f4-e04e-4c66">
	<button type="submit" class="search-submit nv-submit" aria-label="Search" data-webtasks-id="a6eeef16-4968-450e">
					<span class="nv-search-icon-wrap" data-webtasks-id="c314cbb3-e839-4862">
				<span class="nv-icon nv-search" data-webtasks-id="a82b5cb5-5fd2-4e12">
				<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" data-webtasks-id="65b97d35-2f96-42c7"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z" data-webtasks-id="99cf0906-f231-439b"></path></svg>
			</span>			</span>
			</button>
	</form>
			</div>
					</div>
	</div>
</div>
	</div>

</div></div><div class="hfg-slot right" data-webtasks-id="3a584a3b-601f-4d1e"></div>							</div>
		</div>
	</div>
</nav>

<div class="header--row header-top hide-on-desktop layout-full-contained has-center header--row" data-row-id="top" data-show-on="mobile" data-webtasks-id="245dece1-649a-4222">

	<div class="header--row-inner header-top-inner" data-webtasks-id="55e6b9c6-0a29-45aa">
		<div class="container" data-webtasks-id="60b1d4d3-a975-4429">
			<div class="row row--wrapper" data-section="hfg_header_layout_top" data-webtasks-id="a23cf258-eb47-4dba">
				<div class="hfg-slot left" data-webtasks-id="077a54cc-caeb-483a"></div><div class="hfg-slot center" data-webtasks-id="56dbf972-293a-4c9e"><div class="builder-item mobile-center tablet-center" data-webtasks-id="1c0c83a0-9e3c-4cc2"><div class="item--inner builder-item--logo" data-section="title_tagline" data-item-id="logo" data-webtasks-id="ac123afa-f551-4012">
	
<div class="site-logo" data-webtasks-id="96b3d210-928d-486f">
	<a class="brand" href="https://ordinarypatrons.com/" title="← The Ordinary Patrons" aria-label="The Ordinary Patrons" rel="home" data-webtasks-id="8a4536ed-cecb-4eab"><div class="nv-title-tagline-wrap" data-webtasks-id="05b7f694-0ff9-416d"><p class="site-title" data-webtasks-id="f568faed-1a81-4bbd">The Ordinary Patrons</p><small data-webtasks-id="2c4d1341-c706-4ae9">real dining experience of ordinary people</small></div></a></div>
	</div>

</div></div><div class="hfg-slot right" data-webtasks-id="0f2f5619-ed15-418f"></div>							</div>
		</div>
	</div>
</div>


<nav class="header--row header-main hide-on-desktop layout-full-contained nv-navbar header--row" data-row-id="main" data-show-on="mobile" data-webtasks-id="6f6e4667-dac8-4e2d">

	<div class="header--row-inner header-main-inner" data-webtasks-id="7a928853-a8c8-4c43">
		<div class="container" data-webtasks-id="c01c816b-b7d2-41c0">
			<div class="row row--wrapper" data-section="hfg_header_layout_main" data-webtasks-id="dc380eb4-e1f5-4c73">
				<div class="hfg-slot left" data-webtasks-id="d8e2e006-359e-4c98"><div class="builder-item mobile-left tablet-center" data-webtasks-id="8795f50e-deed-43fc"><div class="item--inner builder-item--nav-icon" data-section="header_menu_icon" data-item-id="nav-icon" data-webtasks-id="24e99651-4b49-4558">
	<div class="menu-mobile-toggle item-button navbar-toggle-wrapper" data-webtasks-id="c68b00da-661e-4837">
	<button type="button" class=" navbar-toggle" value="Navigation Menu" aria-label="Navigation Menu " aria-expanded="false" onclick="if('undefined' !== typeof toggleAriaClick ) { toggleAriaClick() }" data-webtasks-id="e00d271f-ec1d-465b">
					<span class="bars" data-webtasks-id="a5b8b53c-6400-4c36">
				<span class="icon-bar" data-webtasks-id="e6865307-7f85-4aed"></span>
				<span class="icon-bar" data-webtasks-id="dfd48f6d-a435-447c"></span>
				<span class="icon-bar" data-webtasks-id="36edf288-2893-47fe"></span>
			</span>
					<span class="screen-reader-text" data-webtasks-id="4fd02a6f-a8a5-4beb">Navigation Menu</span>
	</button>
</div> <!--.navbar-toggle-wrapper-->


	</div>

</div></div><div class="hfg-slot right" data-webtasks-id="5fdfb0f0-cf98-4325"><div class="builder-item tablet-center mobile-center" data-webtasks-id="6d5ba4da-8230-4ddc"><div class="item--inner builder-item--header_search_responsive" data-section="header_search_responsive" data-item-id="header_search_responsive" data-webtasks-id="44db6712-3dd8-4f43">
	<div class="nv-search-icon-component" data-webtasks-id="0097e792-cee7-45ea">
	<div class="menu-item-nav-search minimal" data-webtasks-id="f8c28b9b-92ba-4ff5">
		<a aria-label="Search" href="#" class="nv-icon nv-search" data-webtasks-id="0ab12068-7fa8-4c67">
				<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" data-webtasks-id="d92164d8-75a6-4978"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z" data-webtasks-id="c735a737-4ba1-4a40"></path></svg>
			</a>		<div class="nv-nav-search" aria-label="search" data-webtasks-id="5f966ac8-80ec-488c">
			<div class="form-wrap " data-webtasks-id="2fc40d92-114d-4b18">
				
<form role="search" method="get" class="search-form" action="https://ordinarypatrons.com/" data-webtasks-id="e94abf43-f06b-4de8">
	<label data-webtasks-id="1dd1ceab-5dad-4741">
		<span class="screen-reader-text" data-webtasks-id="621bb79e-257c-46fb">Search for...</span>
	</label>
	<input type="search" class="search-field" aria-label="Search" placeholder="Search for..." value="" name="s" data-webtasks-id="6b6933e8-5a59-4697">
	<button type="submit" class="search-submit nv-submit" aria-label="Search" data-webtasks-id="592a5722-0ba5-4195">
					<span class="nv-search-icon-wrap" data-webtasks-id="a4352d99-c3c3-4b03">
				<span class="nv-icon nv-search" data-webtasks-id="394eff1a-8b57-43ac">
				<svg width="15" height="15" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" data-webtasks-id="7c803115-e4d4-47d6"><path d="M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z" data-webtasks-id="2854aaaf-d7fa-4e3e"></path></svg>
			</span>			</span>
			</button>
	</form>
			</div>
					</div>
	</div>
</div>
	</div>

</div></div>							</div>
		</div>
	</div>
</nav>

<div id="header-menu-sidebar" class="header-menu-sidebar tcb menu-sidebar-panel slide_left hfg-pe" data-row-id="sidebar" data-webtasks-id="55a025b6-7ec1-497c">
	<div id="header-menu-sidebar-bg" class="header-menu-sidebar-bg" data-webtasks-id="90639b40-90ca-44cf">
				<div class="close-sidebar-panel navbar-toggle-wrapper" data-webtasks-id="5d4c4f65-f6d1-401e">
			<button type="button" class="hamburger is-active  navbar-toggle active" value="Navigation Menu" aria-label="Navigation Menu " aria-expanded="false" onclick="if('undefined' !== typeof toggleAriaClick ) { toggleAriaClick() }" data-webtasks-id="d23db830-f000-43be">
								<span class="bars" data-webtasks-id="b70b2ae5-b5ef-4209">
						<span class="icon-bar" data-webtasks-id="b7f36f1d-9181-4bd7"></span>
						<span class="icon-bar" data-webtasks-id="744bd694-3004-4472"></span>
						<span class="icon-bar" data-webtasks-id="738cffb8-d044-4f9b"></span>
					</span>
								<span class="screen-reader-text" data-webtasks-id="1c5a5d34-e86d-4357">
			Navigation Menu					</span>
			</button>
		</div>
					<div id="header-menu-sidebar-inner" class="header-menu-sidebar-inner tcb " data-webtasks-id="a0aa92d6-a429-4341">
						<div class="builder-item has-nav" data-webtasks-id="7393331c-e910-43b3"><div class="item--inner builder-item--primary-menu has_menu" data-section="header_menu_primary" data-item-id="primary-menu" data-webtasks-id="2cb0860a-13ce-4050">
	<div class="nv-nav-wrap" data-webtasks-id="9e3fcdf0-be77-43ed">
	<div role="navigation" class="nav-menu-primary" aria-label="Primary Menu" data-webtasks-id="762922a4-280d-455a">

		<ul id="nv-primary-navigation-sidebar" class="primary-menu-ul nav-ul menu-mobile" data-webtasks-id="aee5e93e-31b1-40c5"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6903 current_page_item menu-item-8876 nv-active" data-webtasks-id="c6c53392-a82b-47a3"><div class="wrap" data-webtasks-id="61c4c735-ec63-4974"><a title="The Ordinary Patrons" href="https://ordinarypatrons.com/" aria-current="page" data-webtasks-id="c83fb059-7259-474e">Home</a></div></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8884" data-webtasks-id="101c1396-a217-48a8"><div class="wrap" data-webtasks-id="d9aeb029-a513-4d1e"><a href="https://ordinarypatrons.com/blog/" data-webtasks-id="353ad031-c53f-46fb">Latest Posts</a></div></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-150169" data-webtasks-id="11c09bf9-eb7b-49ca"><div class="wrap" data-webtasks-id="d0c8cfd3-5450-4025"><a href="#" data-webtasks-id="4d2e0cd3-883b-457e"><span class="menu-item-title-wrap dd-title" data-webtasks-id="3624060f-75b2-4d60">New Eats</span></a><button tabindex="0" type="button" class="caret-wrap navbar-toggle 3 " style="margin-left:5px;" data-webtasks-id="bcf98e70-b861-4314"><span class="caret" data-webtasks-id="04672417-0798-4d83"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="f6c6a410-32a4-4a00"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="4e8b90a1-0f4a-4483"></path></svg></span></button></div>
<ul class="sub-menu" data-webtasks-id="bfa2dd21-56b8-42d2">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-103300" data-webtasks-id="95b73822-0df7-415f"><div class="wrap" data-webtasks-id="ee15774d-5f9f-45ee"><a href="https://ordinarypatrons.com/category/new-restaurants-singapore/" data-webtasks-id="fc1464cf-ecce-4280">New Eating Places Posts</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-150167" data-webtasks-id="0475b60e-c115-4779"><div class="wrap" data-webtasks-id="aeaa4318-9133-46ae"><a href="https://ordinarypatrons.com/new-restaurants-2022/" data-webtasks-id="6b3a0bff-6124-445a">New Restaurants in Singapore 2023</a></div></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-56790" data-webtasks-id="4650f913-ae60-4dd6"><div class="wrap" data-webtasks-id="88f839d8-0d75-4e05"><a href="#" data-webtasks-id="6518bb06-89e3-4d54"><span class="menu-item-title-wrap dd-title" data-webtasks-id="b1de4997-cb32-4903">What to Eat</span></a><button tabindex="0" type="button" class="caret-wrap navbar-toggle 6 " style="margin-left:5px;" data-webtasks-id="64892904-79e2-4f7d"><span class="caret" data-webtasks-id="a7b0916a-1553-422a"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="8d16bbde-656e-4eba"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="52a22336-8490-407b"></path></svg></span></button></div>
<ul class="sub-menu" data-webtasks-id="7b271fd8-124d-4ced">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149312" data-webtasks-id="f0888cbb-41da-4bbd"><div class="wrap" data-webtasks-id="a8a49c11-eeb8-4b5e"><a href="https://ordinarypatrons.com/top-restaurants-singapore-2022/" data-webtasks-id="3eb715c9-b407-4d00">What to eat in Singapore today</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-164719" data-webtasks-id="2acdc121-61bf-47d3"><div class="wrap" data-webtasks-id="5804ed32-fb3c-4506"><a href="https://ordinarypatrons.com/2023/06/29/what-to-eat-in-july-2023/" data-webtasks-id="b7696a13-f36e-4995">What to Eat in July 2023</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85812" data-webtasks-id="a0eddc74-d3e1-4ea0"><div class="wrap" data-webtasks-id="dc8331b2-e880-41db"><a href="https://ordinarypatrons.com/trending-restaurants-cafes-in-singapore/" data-webtasks-id="5caeac80-2603-4a22">Trending Restaurants &amp; Cafes in Singapore</a></div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-150259" data-webtasks-id="c28a203f-3f0a-43f4"><div class="wrap" data-webtasks-id="ae8f20e4-f492-4867"><a href="https://ordinarypatrons.com/category/top-lists/" data-webtasks-id="6968a8c1-6cbe-49ee">TOP Guides</a></div></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-164725" data-webtasks-id="c806b4ca-2043-471b"><div class="wrap" data-webtasks-id="ef857475-d5b3-47c5"><a href="#" data-webtasks-id="6df11d0c-9dc9-4b42"><span class="menu-item-title-wrap dd-title" data-webtasks-id="05537d54-74d4-468f">News</span></a><button tabindex="0" type="button" class="caret-wrap navbar-toggle 11 " style="margin-left:5px;" data-webtasks-id="5ab0fcad-3fc7-4bdc"><span class="caret" data-webtasks-id="37c275d8-b18c-44b8"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="df72930e-a31a-4d35"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="506fa5ce-6f22-4116"></path></svg></span></button></div>
<ul class="sub-menu" data-webtasks-id="ac328cc8-924b-4461">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-158996" data-webtasks-id="150c9c48-e256-4845"><div class="wrap" data-webtasks-id="21dcc749-074b-406a"><a href="https://ordinarypatrons.com/fnb-deals-promotions-news/" data-webtasks-id="5b03c3bf-cd34-487c">Deals &amp; News Page</a></div><div class="neve-mm-description" data-webtasks-id="c366ab0b-a1db-4e0a">Singapore F&amp;B News &amp; Deals Page</div></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-164720" data-webtasks-id="9c783cf1-0158-4b53"><div class="wrap" data-webtasks-id="b3202342-60fb-49ca"><a href="https://ordinarypatrons.com/category/news/" data-webtasks-id="88b77d6f-e811-4a24">News Articles</a></div><div class="neve-mm-description" data-webtasks-id="3a4d02fb-94f5-4dad">News Articles</div></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22237" data-webtasks-id="b352a569-bf0d-45e6"><div class="wrap" data-webtasks-id="7e09b6e3-6f60-4110"><a href="https://ordinarypatrons.com/singapore-food-dictionary/" data-webtasks-id="73f341e5-5020-4615">Dictionary</a></div></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-84266" data-webtasks-id="0b39180d-61a0-43dd"><div class="wrap" data-webtasks-id="de28a5ef-a49a-4506"><a href="#" data-webtasks-id="04e7e547-d905-409a"><span class="menu-item-title-wrap dd-title" data-webtasks-id="34cf0107-64a4-4555">Links</span></a><button tabindex="0" type="button" class="caret-wrap navbar-toggle 15 " style="margin-left:5px;" data-webtasks-id="9f21f9e4-0b7b-42ba"><span class="caret" data-webtasks-id="ba8307cd-6d3b-42ef"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="35c88573-cdd3-426f"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="c1e92d85-d5df-49c8"></path></svg></span></button></div>
<ul class="sub-menu" data-webtasks-id="0819c089-4f17-4322">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63872" data-webtasks-id="022fbf0a-ea89-425d"><div class="wrap" data-webtasks-id="fd440d6d-fb5a-4bf2"><a href="https://ordinarypatrons.com/singapore-food-recipes/" data-webtasks-id="a936264d-132a-46ab">Singapore Food Recipes</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-97936" data-webtasks-id="5da9dca3-4bab-4007"><div class="wrap" data-webtasks-id="645b8a25-93c8-4001"><a href="https://ordinarypatrons.com/2020/03/31/top-list-of-singapore-grocery-delivery-service/" data-webtasks-id="f7681c9b-57f4-43e6">Grocery Delivery</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113322" data-webtasks-id="5442a76d-8396-4c55"><div class="wrap" data-webtasks-id="b362393d-cd77-49a9"><a href="https://ordinarypatrons.com/popular-singapore-food-blogs/" data-webtasks-id="26446483-3176-4956">Popular Singapore Food Blogs</a></div></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-84267" data-webtasks-id="155bf573-1d70-444a"><div class="wrap" data-webtasks-id="ac7f0d6c-753d-494a"><a href="https://ordinarypatrons.com/food-for-thought-quotes/" data-webtasks-id="13c46735-78fb-4f96"><span class="menu-item-title-wrap dd-title" data-webtasks-id="0881dca5-c3f0-4b78">Quoteworthy</span></a><button tabindex="0" type="button" class="caret-wrap navbar-toggle 19 " style="margin-left:5px;" data-webtasks-id="6e91d59e-03a5-468d"><span class="caret" data-webtasks-id="854c0eda-9ae6-475d"><svg fill="currentColor" aria-label="Dropdown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-webtasks-id="5593b682-cadc-4785"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" data-webtasks-id="3522b807-4b1d-4414"></path></svg></span></button></div>
	<ul class="sub-menu" data-webtasks-id="91ffb058-d27d-4eb1">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84268" data-webtasks-id="2a5b039a-2999-48cb"><div class="wrap" data-webtasks-id="27a587ae-3e33-4a8a"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-quotes/" data-webtasks-id="68ca8ecf-0e71-4be6">Food Quotes</a></div></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84270" data-webtasks-id="02ee1f38-6b38-4ea9"><div class="wrap" data-webtasks-id="fa243c93-760e-4829"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-proverbs/" data-webtasks-id="88b0650a-6fea-4cc3">Food Proverbs</a></div></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84269" data-webtasks-id="944be2bd-cbe6-496e"><div class="wrap" data-webtasks-id="8a352765-d865-4b54"><a href="https://ordinarypatrons.com/food-for-thought-quotes/quotes-by-chefs/" data-webtasks-id="acc1a01a-d31b-4f05">Quotes by Chefs</a></div></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-84271" data-webtasks-id="9c8025ac-159d-4841"><div class="wrap" data-webtasks-id="30d0cddc-9576-4df7"><a href="https://ordinarypatrons.com/food-for-thought-quotes/food-for-thought/" data-webtasks-id="2d4a28cd-24fd-4ae7">Food for Thought</a></div></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162016" data-webtasks-id="f6333ba2-ff05-4318"><div class="wrap" data-webtasks-id="2c2948ac-29a0-43d4"><a href="https://ordinarypatrons.com/useful-fb-links/" data-webtasks-id="22330a4d-d51b-46ed">Useful F&amp;B Links</a></div></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8878" data-webtasks-id="557e3ac0-17b7-48de"><div class="wrap" data-webtasks-id="9197be24-27f3-4d78"><a href="https://ordinarypatrons.com/about/" data-webtasks-id="9290ad02-ea52-4f12">About Us</a></div></li>
</ul>	</div>
</div>

	</div>

</div>					</div>
	</div>
</div>
<div class="header-menu-sidebar-overlay hfg-ov hfg-pe" onclick="if('undefined' !== typeof toggleAriaClick ) { toggleAriaClick() }" data-webtasks-id="21b34ee7-7e88-48b0"></div>
</div>
	</header>

	<style data-webtasks-id="18915279-05b5-4e39">.is-menu-sidebar .header-menu-sidebar{visibility:visible}.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar{transform:translate3d(0,0,0);left:0}.is-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar{transform:translate3d(0,0,0);right:0}.is-menu-sidebar.menu_sidebar_pull_right .header-menu-sidebar,.is-menu-sidebar.menu_sidebar_pull_left .header-menu-sidebar{transform:translateX(0)}.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar{height:auto}.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner{max-height:400px;padding:20px 0}.is-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar{opacity:1}.header-menu-sidebar .menu-item-nav-search{pointer-events:none}.header-menu-sidebar .menu-item-nav-search .is-menu-sidebar &{pointer-events:unset}.nav-ul li:focus-within .wrap.active+.sub-menu{opacity:1;visibility:visible}.nav-ul li.neve-mega-menu:focus-within .wrap.active+.sub-menu{display:grid}.nav-ul li>.wrap{display:flex;align-items:center;position:relative;padding:0 4px}.nav-ul:not(.menu-mobile):not(.neve-mega-menu)>li>.wrap>a{padding-top:1px}</style><style data-webtasks-id="f119f7ad-a794-487d">.header-menu-sidebar .nav-ul li .wrap{padding:0 4px}.header-menu-sidebar .nav-ul li .wrap a{flex-grow:1;display:flex}.header-menu-sidebar .nav-ul li .wrap a .dd-title{width:var(--wrapdropdownwidth)}.header-menu-sidebar .nav-ul li .wrap button{border:0;z-index:1;background:0}.header-menu-sidebar .nav-ul li:not([class*=block]):not(.menu-item-has-children)>.wrap>a{padding-right:calc(1em + (18px*2))}</style>

	
	<main id="content" class="neve-main" data-webtasks-id="86540642-d2c8-44bd">

<div class="container single-page-container" data-webtasks-id="ad186613-697c-4066">
	<div class="row" data-webtasks-id="1620f016-f568-4b86">
				<div class="nv-single-page-wrap col" data-webtasks-id="508da574-d262-49b5">
			<div class="nv-page-title-wrap nv-big-title" data-webtasks-id="fbe6c2d1-69e9-489b">
	<div class="nv-page-title " data-webtasks-id="14c83657-e9f2-4bbc">
				<h1 data-webtasks-id="41142d7e-b64a-4f1a">The Ordinary Patrons</h1>
					</div><!--.nv-page-title-->
</div> <!--.nv-page-title-wrap-->
	<div class="nv-content-wrap entry-content" data-webtasks-id="b07c2fbd-d351-484b">
<div class="wp-block-cover aligncenter" style="min-height:200px" data-webtasks-id="a4da7d51-c238-4bcc"><span aria-hidden="true" class="wp-block-cover__background has-nv-light-bg-background-color has-background-dim-100 has-background-dim" data-webtasks-id="a39633b9-65ef-4d7b"></span><div class="wp-block-cover__inner-container" data-webtasks-id="d4b2fe3c-07b9-42cf">
<div style="height:120px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="6e647f8e-cdcd-4512"></div>



<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-3" data-webtasks-id="687e4349-2d0d-48e6">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow" style="flex-basis:33.33%" data-webtasks-id="5527bd75-2b97-4992"><div class="wp-block-image" data-webtasks-id="b6fbdbe6-7441-49a0">
<figure class="aligncenter size-full" data-webtasks-id="cb57906d-ba67-410b"><img decoding="async" loading="lazy" width="192" height="192" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png?resize=192%2C192&amp;ssl=1" alt="The Ordinary Patrons Logo" class="wp-image-99720" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png?w=192&amp;ssl=1 192w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/05/TOP-Logo-for-PWA-1.png?resize=150%2C150&amp;ssl=1 150w" sizes="(max-width: 192px) 100vw, 192px" data-webtasks-id="c5e2e6af-1800-4f71"></figure></div></div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow" style="flex-basis:66.66%" data-webtasks-id="28e056b1-bdea-46ca">
<h1 class="wp-block-heading has-text-align-center has-neve-text-color-color has-text-color" data-webtasks-id="e880de9d-2b82-4118">TOP Singapore Food Blog</h1>
</div>
</div>



<div style="height:80px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="d4bd924f-4d23-4786"></div>
</div></div>



<div class="wp-block-cover" style="min-height:600px" data-webtasks-id="c3bd8b2b-986f-4502"><span aria-hidden="true" class="wp-block-cover__background has-nv-dark-bg-background-color has-background-dim-100 has-background-dim" data-webtasks-id="8b1c147b-b003-4b68"></span><div class="wp-block-cover__inner-container" data-webtasks-id="51d88335-c7f7-4aa2">
<div class="wp-block-group is-layout-flow" data-webtasks-id="dfb207d4-499c-4208"><div class="wp-block-group__inner-container" data-webtasks-id="f25ddc30-403d-4edd">
<div style="height:80px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="25a0a338-beba-484c"></div>



<div class="wp-block-columns are-vertically-aligned-bottom is-layout-flex wp-container-6" data-webtasks-id="14485a37-8490-432b">
<div class="wp-block-column is-vertically-aligned-bottom is-layout-flow" style="flex-basis:50%" data-webtasks-id="0589e672-aa61-435d"><div class="wp-block-image" data-webtasks-id="3bff44e5-4b13-46e3">
<figure class="aligncenter size-full is-resized" data-webtasks-id="92e44e11-df77-4f08"><img decoding="async" loading="lazy" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/TOP-Red-dot.png?resize=300%2C300&amp;ssl=1" alt="" class="wp-image-162883" width="300" height="300" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/TOP-Red-dot.png?w=584&amp;ssl=1 584w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/TOP-Red-dot.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/TOP-Red-dot.png?resize=150%2C150&amp;ssl=1 150w" sizes="(max-width: 300px) 100vw, 300px" data-webtasks-id="9c099479-d2a1-4cf2"></figure></div></div>



<div class="wp-block-column is-vertically-aligned-bottom is-layout-flow" style="flex-basis:50%" data-webtasks-id="a09b9109-223c-4ce1">
<p class="has-text-align-center" data-webtasks-id="78d19ac1-ef01-4c5b">Singapore is famous for its food – from local Michelin star hawker fare to food in celebrated restaurants said to be “worth taking a plane ride for” by the New York Times.</p>



<p class="has-text-align-center" data-webtasks-id="fd695418-5589-43f4">The Ordinary Patrons (TOP), an independent Singapore food blog, may give you a glimpse of where ordinary locals eat in Singapore or help you decide what to eat and where to eat in Singapore.</p>



<p class="has-text-align-center" data-webtasks-id="26ee8165-5218-4ce5">A good place to start will be to check out the <a href="https://ordinarypatrons.com/top-restaurants-singapore-2022/" data-webtasks-id="574d2c1e-c651-4f10">TOP Restaurants Singapore 2023 – 32 dining options for various budgets and tastes</a>.</p>
</div>
</div>



<div style="height:40px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="a4a6c4ef-01fa-45f9"></div>
</div></div>
</div></div>



<div class="wp-block-cover aligncenter" style="min-height:600px" data-webtasks-id="c4f97c3d-bf8a-47d6"><span aria-hidden="true" class="wp-block-cover__background has-nv-light-bg-background-color has-background-dim-100 has-background-dim" data-webtasks-id="827d22c9-362e-450e"></span><div class="wp-block-cover__inner-container" data-webtasks-id="87f03086-8229-444e">
<div class="wp-block-columns is-layout-flex wp-container-9" data-webtasks-id="74a183f5-e6f6-450d">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow" style="flex-basis:100%" data-webtasks-id="19a2b86d-6919-4ddf">
<div style="height:25px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="d6158951-9003-4e58"></div>



<h1 class="wp-block-heading has-text-align-center has-neve-text-color-color has-text-color" data-webtasks-id="762e2f4e-c86a-42a6">Latest Posts</h1>


<ul class="wp-block-latest-posts__list is-grid columns-2 has-text-color has-nv-dark-bg-color wp-block-latest-posts" data-webtasks-id="43cad56e-b04f-44fa"><li data-webtasks-id="cb505afe-182c-4519"><div class="wp-block-latest-posts__featured-image aligncenter" data-webtasks-id="420e2b9d-0286-468b"><img loading="lazy" width="644" height="483" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?fit=644%2C483&amp;ssl=1" class="attachment-large size-large wp-post-image" alt="The Woodleigh Mall" decoding="async" style="" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?w=1717&amp;ssl=1 1717w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?resize=644%2C483&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/07/Woodleigh-Mall-68.jpg?resize=1536%2C1152&amp;ssl=1 1536w" sizes="(max-width: 644px) 100vw, 644px" data-webtasks-id="f3125c3c-b1cb-4451"></div><a class="wp-block-latest-posts__post-title" href="https://ordinarypatrons.com/2023/07/03/eat-at-the-woodleigh-mall/" data-webtasks-id="e1e129f4-4a26-428e">What to Eat at The Woodleigh Mall</a><div class="wp-block-latest-posts__post-excerpt" data-webtasks-id="3b8fa97c-d9a8-4cdb">The Woodleigh Mall is a food mall rather than a mall with food options. It has so many restaurants, cafes and food kiosks. When you want to drink or eat at The Woodleigh Mall you will find that the selection is varied and interesting.</div></li>
<li data-webtasks-id="3d97334f-02f5-4d66"><div class="wp-block-latest-posts__featured-image aligncenter" data-webtasks-id="b7b52fda-cf50-49d5"><img width="644" height="398" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/88-Hong-Kong-Roast-Meat-Specialist-4.jpeg?fit=644%2C398&amp;ssl=1" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" style="" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/88-Hong-Kong-Roast-Meat-Specialist-4.jpeg?w=1300&amp;ssl=1 1300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/88-Hong-Kong-Roast-Meat-Specialist-4.jpeg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/88-Hong-Kong-Roast-Meat-Specialist-4.jpeg?resize=644%2C398&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/88-Hong-Kong-Roast-Meat-Specialist-4.jpeg?resize=768%2C475&amp;ssl=1 768w" sizes="(max-width: 644px) 100vw, 644px" data-webtasks-id="baceaf87-c0ec-4de5"></div><a class="wp-block-latest-posts__post-title" href="https://ordinarypatrons.com/2023/07/01/88-hong-kong-roast-meat-yummy-char-siew-roast-pork-roast-duck-lunch-at-lavender-street/" data-webtasks-id="aa9e8eaa-bc30-45bc">88 Hong Kong Roast Meat – Yummy Char Siew, Roast Pork &amp; Roast Duck Lunch at Lavender Street</a><div class="wp-block-latest-posts__post-excerpt" data-webtasks-id="bccd176a-2e21-4121">88 Hong Kong Roast Meat Specialist&nbsp;Lavender Road was the place we went for lunch recently. We enjoyed the char siew that is one of the best in Singapore. But were less enthusiastic about the siew yok and roast duck.</div></li>
<li data-webtasks-id="8bbf01a2-1823-4144"><div class="wp-block-latest-posts__featured-image aligncenter" data-webtasks-id="ba2dacf1-0fc2-4ebd"><img width="644" height="430" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Nest.jpg?fit=644%2C430&amp;ssl=1" class="attachment-large size-large wp-post-image" alt="Nest" decoding="async" loading="lazy" style="" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Nest.jpg?w=688&amp;ssl=1 688w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Nest.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Nest.jpg?resize=644%2C430&amp;ssl=1 644w" sizes="(max-width: 644px) 100vw, 644px" data-webtasks-id="f8827280-70d7-4db1"></div><a class="wp-block-latest-posts__post-title" href="https://ordinarypatrons.com/2023/06/29/what-to-eat-in-july-2023/" data-webtasks-id="d58f0f4e-288b-4511">What to Eat in July 2023</a><div class="wp-block-latest-posts__post-excerpt" data-webtasks-id="3814ad2f-81fa-4d6c">Wondering where to eat or what to eat in July 2023? We put together a list of dining ideas that will tantalize your taste buds and make your July dining experiences interesting. From exciting new menus to food festivals and seafood extravaganza, get ready to embark on a gastronomic journey this July.</div></li>
<li data-webtasks-id="c62eb08f-79de-4fab"><div class="wp-block-latest-posts__featured-image aligncenter" data-webtasks-id="7b5c3783-a99f-4af2"><img width="644" height="483" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Restaurant-Born_Main-Dining-Room-6.jpg?fit=644%2C483&amp;ssl=1" class="attachment-large size-large wp-post-image" alt="Michelin Guide Singapore 2023 – 5 new stars are born" decoding="async" loading="lazy" style="" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Restaurant-Born_Main-Dining-Room-6.jpg?w=644&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/06/Restaurant-Born_Main-Dining-Room-6.jpg?resize=300%2C225&amp;ssl=1 300w" sizes="(max-width: 644px) 100vw, 644px" data-webtasks-id="8a2d1439-320e-4f88"></div><a class="wp-block-latest-posts__post-title" href="https://ordinarypatrons.com/2023/06/28/michelin-guide-singapore-2023/" data-webtasks-id="f967c5d4-cea4-425a">News: Michelin Guide Singapore 2023 – 5 new stars are born</a><div class="wp-block-latest-posts__post-excerpt" data-webtasks-id="e340f205-0d73-4e6e">The MICHELIN Guide Ceremony in Singapore took place on 27 June 2023 at PARKROYAL COLLECTION Marina Bay. The unveiling of the MICHELIN Guide Singapore 2023 saw 5 new restaurants inducted with 1 star, and the 3 culinary stalwarts retaining their 3 stars.</div></li>
</ul></div>
</div>
</div></div>



<div style="height:25px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="8f8012dd-5bdf-4ab6"></div>



<div class="wp-block-columns is-layout-flex wp-container-14" data-webtasks-id="7a4876b4-60bc-4318">
<div class="wp-block-column has-nv-site-bg-background-color has-background is-layout-flow" data-webtasks-id="d5fab16b-5416-4974">
<div class="wp-block-columns is-layout-flex wp-container-12" data-webtasks-id="fa275cc3-a362-4902">
<div class="wp-block-column is-layout-flow" data-webtasks-id="228351b4-4f05-4075"><div class="wp-block-image" data-webtasks-id="90cb7414-8461-4e65">
<figure class="aligncenter size-full" data-webtasks-id="fbddf2e0-d6ae-461c"><a href="https://ordinarypatrons.com/fnb-deals-promotions-news/" data-webtasks-id="667884be-4d59-47d0"><img decoding="async" loading="lazy" width="644" height="433" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/05/La-Brasserie.jpg?resize=644%2C433&amp;ssl=1" alt="Singapore Food Deals &amp; News - La-Brasserie" class="wp-image-162350" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/05/La-Brasserie.jpg?w=644&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2023/05/La-Brasserie.jpg?resize=300%2C202&amp;ssl=1 300w" sizes="(max-width: 644px) 100vw, 644px" data-recalc-dims="1" data-webtasks-id="00506518-10da-4b1d"></a></figure></div>


<h2 class="wp-block-heading has-text-align-center" data-webtasks-id="2f49cb9a-d18c-4eab">F&amp;B Deals &amp; News</h2>



<hr class="wp-block-separator has-text-color has-neve-button-color-color has-css-opacity has-neve-button-color-background-color has-background is-style-default" data-webtasks-id="8ba0cb23-b61e-45ae">



<p class="has-text-align-left" data-webtasks-id="cd68b641-20d2-415d">Singapore restaurants, cafes and F&amp;B news, special events and promotions that we come across are listed in our <a href="https://ordinarypatrons.com/fnb-deals-promotions-news/" data-webtasks-id="19e4f7b4-88f8-4a92">Deals &amp; News Page</a>.</p>
</div>



<div class="wp-block-column is-layout-flow" data-webtasks-id="30f07f04-d0ca-441b"><div class="wp-block-image" data-webtasks-id="6113dc9b-ef15-4e91">
<figure class="aligncenter size-large" data-webtasks-id="46503019-6598-4c62"><a href="https://ordinarypatrons.com/singapore-food-dictionary/" data-webtasks-id="cbbbc87d-46cf-4832"><img decoding="async" loading="lazy" width="644" height="429" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2017/06/Dinner-at-Corner-House-12.jpg?resize=644%2C429&amp;ssl=1" alt="Corner House - Michelin Star Restaurant in Botanic Gardens" class="wp-image-54887" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2017/06/Dinner-at-Corner-House-12.jpg?resize=644%2C429&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2017/06/Dinner-at-Corner-House-12.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2017/06/Dinner-at-Corner-House-12.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2017/06/Dinner-at-Corner-House-12.jpg?w=1024&amp;ssl=1 1024w" sizes="(max-width: 644px) 100vw, 644px" data-recalc-dims="1" data-webtasks-id="a7644f09-3755-4738"></a></figure></div>


<h2 class="wp-block-heading has-text-align-center" data-webtasks-id="e328fe51-7a93-4479">Singapore Food Dictionary</h2>



<hr class="wp-block-separator has-text-color has-neve-button-color-color has-css-opacity has-neve-button-color-background-color has-background is-style-default" data-webtasks-id="5f4147fb-e4a9-454e">



<p class="has-text-align-left" data-webtasks-id="4cfd5ddf-1af4-44e6">If you are sometimes bewildered, like The Ordinary Patrons often are, by the array of descriptions of dishes, ingredients and cooking techniques in cosmopolitan Singapore, you may find some help in The Ordinary Patrons’ <a href="https://ordinarypatrons.com/singapore-food-dictionary/" data-webtasks-id="10883950-7403-4023">Dictionary of Singapore Food</a>.</p>
</div>
</div>
</div>
</div>



<div style="height:25px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="f33f74df-54ba-467c"></div>



<div class="wp-block-cover aligncenter" style="min-height:600px" data-webtasks-id="00a34eda-1ff6-4d90"><span aria-hidden="true" class="wp-block-cover__background has-nv-light-bg-background-color has-background-dim" data-webtasks-id="71755ef1-d502-4f64"></span><div class="wp-block-cover__inner-container" data-webtasks-id="f2dfc343-97dd-4377">
<div class="wp-block-columns is-layout-flex wp-container-16" data-webtasks-id="b1a98a76-25c5-4762">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow" style="flex-basis:100%" data-webtasks-id="da2904cd-f920-4f75">
<h1 class="wp-block-heading has-text-align-center has-neve-text-color-color has-text-color" data-webtasks-id="23dde0e3-48bc-4515">Trending</h1>



<p class="has-text-align-center has-neve-text-color-color has-text-color" data-webtasks-id="ee30dc0f-0ecf-48f0">What Others Are Reading – Popular pages among recent visitors to The Ordinary Patrons</p>



<p class="has-text-align-center" data-webtasks-id="a003f1d2-7e56-40e3"><a href="https://ordinarypatrons.com/2022/05/17/eat-at-18-tai-seng-2022/" data-webtasks-id="38cd9f01-33e7-48af">What to Eat @ 18 Tai Seng</a><br data-webtasks-id="500bf025-ba1f-4043"><a href="https://ordinarypatrons.com/2022/09/21/new-jem-kopitiam-food-hall-2022/" data-webtasks-id="e71609c3-593f-4586">New JEM Kopitiam Food Hall Guide</a><br data-webtasks-id="db1fa955-3335-421f"><a href="https://ordinarypatrons.com/2023/06/21/where-to-buy-mooncakes-2023/" data-webtasks-id="6674fe0c-01cc-4909">Where to Buy Good Mooncakes for Mid-Autumn Festival 2023</a></p>


<div class="wp-block-image" data-webtasks-id="c4b09a39-e50c-4b1b">
<figure class="aligncenter size-large" data-webtasks-id="adb138d4-5690-4680"><img decoding="async" loading="lazy" width="644" height="460" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/09/Odette-Third-and-Fourth-4.jpg?resize=644%2C460&amp;ssl=1" alt="Odette" class="wp-image-110499" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/09/Odette-Third-and-Fourth-4.jpg?resize=644%2C460&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/09/Odette-Third-and-Fourth-4.jpg?resize=300%2C214&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/09/Odette-Third-and-Fourth-4.jpg?resize=768%2C548&amp;ssl=1 768w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/09/Odette-Third-and-Fourth-4.jpg?w=1000&amp;ssl=1 1000w" sizes="(max-width: 644px) 100vw, 644px" data-recalc-dims="1" data-webtasks-id="ac6c8344-053e-40f0"></figure></div>


<p class="has-text-align-center has-neve-text-color-color has-text-color" data-webtasks-id="5156f8c5-1c91-4d00"><a href="https://ordinarypatrons.com/2020/09/03/odette-singapore-restaurant-review-indulgent-lunch-on-a-special-occasion/" data-webtasks-id="46f898ed-07cf-4e63">Odette</a><br data-webtasks-id="a9d64c3a-c916-4142"><a href="https://ordinarypatrons.com/2023/02/04/burnt-ends-restaurant-review/" data-webtasks-id="2aded29e-9293-45d2">Burnt Ends Restaurant and Cocktail Bar @ Dempsey</a><br data-webtasks-id="df10f345-552d-4f40"><a href="https://ordinarypatrons.com/2022/10/05/gyogyo-at-funan-mall/" data-webtasks-id="95511e51-0431-4eac">GyoGyo at Funan Mall</a></p>
</div>
</div>
</div></div>



<div style="height:80px" aria-hidden="true" class="wp-block-spacer" data-webtasks-id="6901a9a7-28c2-4816"></div>



<hr class="wp-block-separator has-text-color has-nv-text-dark-bg-color has-alpha-channel-opacity has-nv-text-dark-bg-background-color has-background" data-webtasks-id="a536b746-a32e-4c63">



<hr class="wp-block-separator has-alpha-channel-opacity" data-webtasks-id="7f46603c-8f39-4dba">


<div class="wp-block-image" data-webtasks-id="3b249393-e74b-4c31">
<figure class="aligncenter size-thumbnail is-resized" data-webtasks-id="61602862-9f67-4658"><img decoding="async" loading="lazy" src="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=50%2C50&amp;ssl=1" alt="The Ordinary Patrons Logo" class="wp-image-96120" width="50" height="50" srcset="https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=644%2C644&amp;ssl=1 644w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?resize=2048%2C2048&amp;ssl=1 2048w, https://i0.wp.com/ordinarypatrons.com/wp-content/uploads/2020/03/The-Ordinary-Patrons-Logo.png?w=2400&amp;ssl=1 2400w" sizes="(max-width: 50px) 100vw, 50px" data-recalc-dims="1" data-webtasks-id="6cfdb42c-acef-4395"></figure></div>


<p class="has-text-align-center" data-webtasks-id="59e8849b-6a3e-477d">The Ordinary Patrons | Real Dining Experience of Ordinary People<br data-webtasks-id="bc5de15e-7405-4813"><em data-webtasks-id="c9d086de-a4e8-47ce">an independent Singapore food blog</em></p>



<div class="wp-block-group has-black-color has-white-background-color has-text-color has-background is-layout-flow" data-webtasks-id="9fadaccc-5bab-412e"><div class="wp-block-group__inner-container" data-webtasks-id="35f8446f-3123-4ebc"></div></div>
		<div class="wpulike wpulike-default " data-webtasks-id="84b88103-a424-4312"><div class="wp_ulike_general_class wp_ulike_is_not_liked" data-webtasks-id="58a77528-8396-4a88"><button type="button" aria-label="Like Button" data-ulike-id="6903" data-ulike-nonce="c6a636951d" data-ulike-type="post" data-ulike-template="wpulike-default" data-ulike-display-likers="" data-ulike-likers-style="popover" class="wp_ulike_btn wp_ulike_put_image wp_post_btn_6903" data-webtasks-id="8090bc16-3861-4cf1"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+1" data-webtasks-id="8b5a1395-ceb8-48f0">+1</span>			</div></div>
	</div>		</div>
			</div>
</div>

</main><!--/.neve-main-->

<footer class="site-footer" id="site-footer" data-webtasks-id="7feb1321-2f63-4ac7">
	<div class="hfg_footer" data-webtasks-id="d8f170ec-f54d-46e1">
		<div class="footer--row footer-top layout-full-contained" id="cb-row--footer-top" data-row-id="top" data-show-on="desktop" data-webtasks-id="56ba4406-8ef1-44cb">
	<div class="footer--row-inner footer-top-inner footer-content-wrap" data-webtasks-id="ae3adc02-c17f-47b8">
		<div class="container" data-webtasks-id="9adcbf45-9ddd-4cdd">
			<div class="hfg-grid nv-footer-content hfg-grid-top row--wrapper row " data-section="hfg_footer_layout_top" data-webtasks-id="724f474b-0f8d-4f9a">
				<div class="hfg-slot left" data-webtasks-id="7a0c1269-3840-4598"><div class="builder-item desktop-left tablet-left mobile-left" data-webtasks-id="e3a71492-ef64-49f3"><div class="item--inner builder-item--footer-one-widgets" data-section="neve_sidebar-widgets-footer-one-widgets" data-item-id="footer-one-widgets" data-webtasks-id="a52f3f24-c9e7-4528">
		<div class="widget-area" data-webtasks-id="1353636a-bf1a-40cb">
		<div id="nav_menu-2" class="widget widget_nav_menu" data-webtasks-id="ba26ed85-8ce9-4abd"><div class="menu-footer-container" data-webtasks-id="6376a33a-7f29-44ea"><ul id="menu-footer" class="menu" data-webtasks-id="3bfcdd67-0f75-49a9"><li id="menu-item-121884" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6903 current_page_item menu-item-121884" data-webtasks-id="c5889da1-0c9a-4760"><a href="https://ordinarypatrons.com/" aria-current="page" data-webtasks-id="3befae0f-4c97-43ab">Home</a></li>
<li id="menu-item-121886" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-121886" data-webtasks-id="eb246226-86ba-4bf3"><a href="https://ordinarypatrons.com/blog/" data-webtasks-id="86b57bed-98fe-4804">Latest Posts</a></li>
<li id="menu-item-121885" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-121885" data-webtasks-id="a1576c48-c24b-474c"><a href="https://ordinarypatrons.com/category/new-restaurants-singapore/" data-webtasks-id="039dedc4-61e5-49aa">New Eats</a></li>
<li id="menu-item-149311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149311" data-webtasks-id="20e9cb45-79cf-431b"><a href="https://ordinarypatrons.com/top-restaurants-singapore-2022/" data-webtasks-id="7d5211ee-2095-47f3">What to eat in Singapore</a></li>
<li id="menu-item-150258" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-150258" data-webtasks-id="f5f549a1-9dba-4650"><a href="https://ordinarypatrons.com/category/top-lists/" data-webtasks-id="d6a50382-40d8-4a39">TOP Guides</a></li>
<li id="menu-item-158995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-158995" data-webtasks-id="92b997e2-e8a5-4706"><a href="https://ordinarypatrons.com/fnb-deals-promotions-news/" data-webtasks-id="ec1bce43-ffe2-4b07">Deals &amp; News</a></li>
<li id="menu-item-142068" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-142068" data-webtasks-id="70a6d951-ca42-4ef3"><a href="https://ordinarypatrons.com/singapore-food-dictionary/" data-webtasks-id="ecda43ad-a08a-4a43">Dictionary</a></li>
<li id="menu-item-162021" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162021" data-webtasks-id="529593e0-4047-4488"><a href="https://ordinarypatrons.com/singapore-food-recipes/" data-webtasks-id="f6278928-bd08-46be">Singapore Food Recipes</a></li>
<li id="menu-item-162545" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-162545" data-webtasks-id="9601e574-0859-4409"><a href="https://ordinarypatrons.com/useful-fb-links/" data-webtasks-id="d8fb65b2-6f1f-4530">Links</a></li>
</ul></div></div>	</div>
	</div>

</div></div><div class="hfg-slot c-left" data-webtasks-id="db67f4f5-ba0d-4600"><div class="builder-item desktop-center tablet-left mobile-left" data-webtasks-id="1a0ab958-5444-4a1c"><div class="item--inner builder-item--footer-two-widgets" data-section="neve_sidebar-widgets-footer-two-widgets" data-item-id="footer-two-widgets" data-webtasks-id="e586f321-df2c-4c9a">
		<div class="widget-area" data-webtasks-id="e0324696-32d1-4cc5">
		<div id="block-17" class="widget widget_block widget_text" data-webtasks-id="e6879040-5aa2-4a6d">
<p class="has-text-align-left" data-webtasks-id="7c534033-3c5a-4b49">We are simply writing as everyday folks about our own experience. Any comment on the food or service or the overall quality of our experience is just an expression of our opinion and is strictly based on our own encounter on a particular day. Information in any blog post is correct as of date of publishing; please check with the restaurant/cafe for updated information.</p>
</div>	</div>
	</div>

</div></div><div class="hfg-slot center" data-webtasks-id="1c88a8f8-d63b-4ee0"><div class="builder-item desktop-left tablet-left mobile-left" data-webtasks-id="e05dfa9c-797a-4494"><div class="item--inner builder-item--footer-three-widgets" data-section="neve_sidebar-widgets-footer-three-widgets" data-item-id="footer-three-widgets" data-webtasks-id="2d47149f-463d-46b1">
		<div class="widget-area" data-webtasks-id="32110d9b-e6e0-4957">
		<div id="custom_html-11" class="widget_text widget widget_custom_html" data-webtasks-id="d7644af0-3931-4192"><div class="textwidget custom-html-widget" data-webtasks-id="c3b44347-3bcb-42f9"><p data-webtasks-id="66b41425-b6b0-41aa"><a href="https://ordinarypatrons.com/about/" data-webtasks-id="9d397943-5a86-4540"> About Us</a></p>

<p data-webtasks-id="634e11e6-ec0a-4e06"><a href="https://ordinarypatrons.com/privacy-policy/" data-webtasks-id="d87a7309-0f6a-41e5"> Privacy Policy</a></p>

<p data-webtasks-id="3d3171cc-10c9-487f"><a href="https://ordinarypatrons.com/contact-us/" data-webtasks-id="3e1f6da3-ee84-477e"> Contact Us</a></p></div></div><div id="block-15" class="widget widget_block" data-webtasks-id="56e9c343-d054-454c">
<ul class="wp-block-social-links is-layout-flex" data-webtasks-id="b5ed9e4c-a917-46af"><li class="wp-social-link wp-social-link-facebook wp-block-social-link" data-webtasks-id="74957c42-14b9-44e2"><a href="https://www.facebook.com/OrdinaryPatrons/" class="wp-block-social-link-anchor" data-webtasks-id="cb7a85d4-8fe1-432b"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-webtasks-id="77285866-5668-4a13"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z" data-webtasks-id="6f9d1dea-6a1c-4f3a"></path></svg><span class="wp-block-social-link-label screen-reader-text" data-webtasks-id="fda5da7e-4dfc-4ad8">Facebook</span></a></li>

<li class="wp-social-link wp-social-link-twitter wp-block-social-link" data-webtasks-id="8db378f9-e3ae-4c25"><a href="https://twitter.com/opatrons" class="wp-block-social-link-anchor" data-webtasks-id="588e4b49-ffb1-4782"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-webtasks-id="30f0216e-c321-4311"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z" data-webtasks-id="475b1366-618c-4398"></path></svg><span class="wp-block-social-link-label screen-reader-text" data-webtasks-id="3c2168e9-4152-44c8">Twitter</span></a></li>

<li class="wp-social-link wp-social-link-instagram wp-block-social-link" data-webtasks-id="094c338c-00b7-419c"><a href="https://www.instagram.com/ordinarypatrons/" class="wp-block-social-link-anchor" data-webtasks-id="1963036d-fad3-4986"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-webtasks-id="e82746ff-e0b7-4d96"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z" data-webtasks-id="9b24ae88-7f51-4d14"></path></svg><span class="wp-block-social-link-label screen-reader-text" data-webtasks-id="2de2beea-4f8c-4a7f">Instagram</span></a></li>

<li class="wp-social-link wp-social-link-pinterest wp-block-social-link" data-webtasks-id="65be3be2-26d0-47ba"><a href="https://www.pinterest.com/ordinarypatrons/" class="wp-block-social-link-anchor" data-webtasks-id="73d8a531-ff67-43f7"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-webtasks-id="a7cd3c49-b964-4d93"><path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2" data-webtasks-id="b3eb1f3f-ab6f-4270"></path></svg><span class="wp-block-social-link-label screen-reader-text" data-webtasks-id="85a37ef7-7f27-4c44">Pinterest</span></a></li></ul>
</div>	</div>
	</div>

</div></div>							</div>
		</div>
	</div>
</div>

<div class="footer--row footer-bottom layout-full-contained" id="cb-row--footer-bottom" data-row-id="bottom" data-show-on="desktop" data-webtasks-id="c221f1bc-5cbc-4f2c">
	<div class="footer--row-inner footer-bottom-inner footer-content-wrap" data-webtasks-id="b3a4fba8-b67e-4966">
		<div class="container" data-webtasks-id="8ddfedac-6810-4b8e">
			<div class="hfg-grid nv-footer-content hfg-grid-bottom row--wrapper row " data-section="hfg_footer_layout_bottom" data-webtasks-id="070c5bbf-634b-400b">
				<div class="hfg-slot left" data-webtasks-id="6c9b8d11-7232-476b"><div class="builder-item" data-webtasks-id="846bc484-a50d-4027"><div class="item--inner" data-webtasks-id="9ef3626a-f51b-41eb"><div class="component-wrap" data-webtasks-id="fb538efa-c91d-4fb2"><div data-webtasks-id="45e704eb-380e-4a76"><p data-webtasks-id="a29b65fc-9f80-4abe"><a href="https://themeisle.com/themes/neve/" rel="nofollow" data-webtasks-id="36d20e77-af99-418e">Neve</a> | Powered by <a href="http://wordpress.org" rel="nofollow" data-webtasks-id="cedfd917-4d59-4c90">WordPress</a></p></div></div></div></div></div>							</div>
		</div>
	</div>
</div>

	</div>
</footer>

</div><!--/.wrapper-->
        <div id="wpfront-scroll-top-container" style="opacity: 0; right: 10px; bottom: 118px;" data-webtasks-id="01e4464c-1876-4f87">
            <img src="https://ordinarypatrons.com/wp-content/plugins/wpfront-scroll-top/images/icons/114.png" alt="Back to Top Button" style="width: 30px; height: 30px;" data-webtasks-id="e5d2eafe-4b74-4a14">        </div>
                <script type="text/javascript" data-webtasks-id="4f814649-4156-49a1">function wpfront_scroll_top_init(){if(typeof wpfront_scroll_top==="function"&&typeof jQuery!=="undefined"){wpfront_scroll_top({"scroll_offset":100,"button_width":30,"button_height":30,"button_opacity":0.75,"button_fade_duration":200,"scroll_duration":400,"location":1,"marginX":10,"marginY":118,"hide_iframe":!1,"auto_hide":!1,"auto_hide_after":5,"button_action":"top","button_action_element_selector":"","button_action_container_selector":"html, body","button_action_element_offset":0})}else{setTimeout(wpfront_scroll_top_init,100)}}
wpfront_scroll_top_init()</script>
                <script data-webtasks-id="fe83f637-e379-4d4b">jQuery(document).ready(function(){jQuery(".widget").each(function(){if(jQuery(this).is(':contains("apntag.showTag")')){jQuery(this).css("display","none")}})})</script>
    <link rel="stylesheet" id="neve-mega-menu-css" href="https://ordinarypatrons.com/wp-content/themes/neve/assets/css/mega-menu.min.css" type="text/css" media="all" data-webtasks-id="378ece84-e1cb-41f7">
<script data-wpacu-to-be-preloaded-basic="1" type="text/javascript" src="https://ordinarypatrons.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/dist/image-cdn.js?minify=false&amp;ver=132249e245926ae3e188" id="jetpack-photon-js" data-webtasks-id="7542956d-07d9-4e3e"></script>
<script type="text/javascript" id="wp_ulike-js-extra" data-webtasks-id="29569522-6833-4d1a">
/* <![CDATA[ */
var wp_ulike_params = {"ajax_url":"https:\/\/ordinarypatrons.com\/wp-admin\/admin-ajax.php","notifications":"0"};
/* ]]> */
</script>
<script type="text/javascript" src="https://ordinarypatrons.com/wp-content/plugins/wp-ulike/assets/js/wp-ulike.min.js" id="wp_ulike-js" data-webtasks-id="1949fac5-990c-473b"></script>
<script type="text/javascript" src="https://ordinarypatrons.com/wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js" id="wpfront-scroll-top-js" async="async" defer="defer" data-webtasks-id="7195d997-99f5-4951"></script>
<script type="text/javascript" id="neve-script-js-extra" data-webtasks-id="4171fc1a-8b20-4d8b">
/* <![CDATA[ */
var NeveProperties = {"ajaxurl":"https:\/\/ordinarypatrons.com\/wp-admin\/admin-ajax.php","nonce":"4a1cf87ebc","isRTL":"","isCustomize":""};
/* ]]> */
</script>
<script data-wpacu-to-be-preloaded-basic="1" type="text/javascript" src="https://ordinarypatrons.com/wp-content/themes/neve/assets/js/build/modern/frontend.js" id="neve-script-js" async="" data-webtasks-id="dfdf7af2-098a-46f4"></script>
<ins class="adsbygoogle adsbygoogle-noablate" data-adsbygoogle-status="done" style="display: none !important;" data-webtasks-id="03f7f4bc-399b-4b9e"><div id="aswift_0_host" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;" data-webtasks-id="cde42ecc-cb06-45fe"></div></ins><script data-wpacu-to-be-preloaded-basic="1" type="text/javascript" id="neve-script-js-after" data-webtasks-id="58fbce32-517c-4b91">var html=document.documentElement;var theme=html.getAttribute('data-neve-theme')||'light';var variants={"logo":{"light":{"src":!1,"srcset":!1,"sizes":!1},"dark":{"src":!1,"srcset":!1,"sizes":!1},"same":!0}};function setCurrentTheme(theme){var pictures=document.getElementsByClassName('neve-site-logo');for(var i=0;i<pictures.length;i++){var picture=pictures.item(i);if(!picture){continue};var fileExt=picture.src.slice((Math.max(0,picture.src.lastIndexOf("."))||Infinity)+1);if(fileExt==='svg'){picture.removeAttribute('width');picture.removeAttribute('height');picture.style='width: var(--maxwidth)'}
var compId=picture.getAttribute('data-variant');if(compId&&variants[compId]){var isConditional=variants[compId].same;if(theme==='light'||isConditional||variants[compId].dark.src===!1){picture.src=variants[compId].light.src;picture.srcset=variants[compId].light.srcset||'';picture.sizes=variants[compId].light.sizes;continue};picture.src=variants[compId].dark.src;picture.srcset=variants[compId].dark.srcset||'';picture.sizes=variants[compId].dark.sizes}}};var observer=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(mutation.type=='attributes'){theme=html.getAttribute('data-neve-theme');setCurrentTheme(theme)}})});observer.observe(html,{attributes:!0});function toggleAriaClick(){function toggleAriaExpanded(toggle='true'){document.querySelectorAll('button.navbar-toggle').forEach(function(el){if(el.classList.contains('caret-wrap')){return}el.setAttribute('aria-expanded','true'===el.getAttribute('aria-expanded')?'false':toggle)})}toggleAriaExpanded();if(document.body.hasAttribute('data-ftrap-listener')){return}document.body.setAttribute('data-ftrap-listener','true');document.addEventListener('ftrap-end',function(){toggleAriaExpanded('false')})}
var menuCarets=document.querySelectorAll(".nav-ul li > .wrap > .caret");menuCarets.forEach(function(e){e.addEventListener("keydown",e=>{13===e.keyCode&&(e.target.parentElement.classList.toggle("active"),e.target.getAttribute("aria-pressed")&&e.target.setAttribute("aria-pressed","true"===e.target.getAttribute("aria-pressed")?"false":"true"))}),e.parentElement.parentElement.addEventListener("focusout",t=>{!e.parentElement.parentElement.contains(t.relatedTarget)&&(e.parentElement.classList.remove("active"),e.setAttribute("aria-pressed","false"))})});function initNoLinkDD(){var noLinkDDs=document.querySelectorAll('.header-menu-sidebar-inner .menu-item-has-children a[href="#"]');if(noLinkDDs.length<1){return}
noLinkDDs.forEach(function(noLinkDD){var dropdownButton=noLinkDD.parentElement.querySelector('button');noLinkDD.addEventListener('click',function(e){e.preventDefault();dropdownButton.click()})})}
window.addEventListener('DOMContentLoaded',initNoLinkDD)</script>
<script defer="" type="text/javascript" src="https://stats.wp.com/e-202327.js" id="jetpack-stats-js" data-webtasks-id="8770add8-f19c-462f"></script>
<script type="text/javascript" id="jetpack-stats-js-after" data-webtasks-id="d73e075b-2a18-4683">_stq=window._stq||[];_stq.push(["view",{v:'ext',blog:'75564811',post:'6903',tz:'8',srv:'ordinarypatrons.com',j:'1:12.2.1'}]);_stq.push(["clickTrackerInit","75564811","6903"])</script>
<script data-webtasks-id="f1b8385c-6953-4765">
function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c<
a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))};
b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))};
/* <![CDATA[ */
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};
/* ]]> */
var ai_cookie_js=!0,ai_block_class_def="code-block";
/*
 JavaScript Cookie v2.2.0
 https://github.com/js-cookie/js-cookie

 Copyright 2006, 2015 Klaus Hartl & Fagner Brack
 Released under the MIT license
*/
"undefined"!==typeof ai_cookie_js&&(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}}(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,
g);"number"===typeof g.expires&&(g.expires=new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+
g[n].split(";")[0]));return document.cookie=h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=
function(h){return e(h,!1)};b.getJSON=function(h){return e(h,!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})}),AiCookies=Cookies.noConflict(),ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==
d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+
" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||
ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-
Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&
(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status="OK";return!0},ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest("."+ai_block_class_def),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",
d.getAttribute("data-fallback-code")),null!=b&&b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),f=!0);d.removeAttribute("data-selector");if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&
(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",b64e(JSON.stringify(e))))}b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&
(b.style.position="")))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),e.classList.remove(c+"-dbg")},ai_load_cookie=function(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a},ai_set_cookie=function(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=
!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b},ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",
""));return d+b});
function ai_check_close_buttons(){function d(a){var b=a.querySelector(".ai-close-button.ai-close-unprocessed");if(null!=b){b.addEventListener("click",e=>{ai_close_block(b);"function"==typeof ai_close_button_action&&ai_close_button_action(b.dataset.aiBlock)});0!==a.offsetHeight?(null==a.querySelector(".ai-parallax")&&(a.style.width="",a.classList.add("ai-close-fit")),ai_fade_in(a.querySelector(".ai-close-button"),50)):(b=a,setTimeout(function(){0!==b.offsetHeight&&(null==b.querySelector(".ai-parallax")&&
(b.style.width="",b.classList.add("ai-close-fit")),ai_fade_in(b.querySelector(".ai-close-button"),50))},4E3));if("undefined"===typeof ai_preview){var c=b;a=c.dataset.aiCloseTimeout;"undefined"!=typeof a&&0<a&&setTimeout(function(){ai_close_block(c)},1E3*(2<a?a-2:0)+1)}b.classList.remove("ai-close-unprocessed")}}ai_close_block=function(a){var b=a.closest(".ai-close"),c=a.dataset.aiBlock;if(null!=b){if(null!=b.querySelector(".ai-attributes [data-ai-hash]")&&"aiHash"in b.querySelector(".ai-attributes [data-ai-hash]").dataset){var e=
b.querySelector(".ai-attributes [data-ai-hash]").dataset.aiHash;if("aiClosedTime"in a.dataset){a=a.dataset.aiClosedTime;var f=Math.round((new Date).getTime()/1E3);ai_set_cookie(c,"x",Math.round(f+86400*a));ai_set_cookie(c,"h",e)}}else e=ai_set_cookie(c,"x",""),!e.hasOwnProperty(c)||e[c].hasOwnProperty("i")||e[c].hasOwnProperty("c")||ai_set_cookie(c,"h","");b.remove()}else ai_set_cookie(c,"x",""),!e.hasOwnProperty(c)||e[c].hasOwnProperty("i")||e[c].hasOwnProperty("c")||ai_set_cookie(c,"h","")};ai_install_close_buttons=
function(a){setTimeout(function(){a instanceof Element&&a.classList.contains("ai-close")?d(a):document.querySelectorAll(".ai-close").forEach((b,c)=>{d(b)})},ai_close_button_delay)};"undefined"==typeof ai_close_button_delay&&(ai_close_button_delay=2200);ai_install_close_buttons(document)}
function ai_fade_in(d,a){d.style.display="block";d.style.opacity=0;var b=+new Date,c=function(){d.style.opacity=+d.style.opacity+(new Date-b)/a;b=+new Date;1>+d.style.opacity&&(window.requestAnimationFrame&&requestAnimationFrame(c)||setTimeout(c,16))};c()}function ai_ready(d){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?d():document.addEventListener("DOMContentLoaded",d)}ai_ready(ai_check_close_buttons);

ai_js_code = true;
</script>





<img src="https://pixel.wp.com/g.gif?v=ext&amp;blog=75564811&amp;post=6903&amp;tz=8&amp;srv=ordinarypatrons.com&amp;j=1%3A12.2.1&amp;host=ordinarypatrons.com&amp;ref=&amp;fcp=2919&amp;rand=0.9464128718040576" alt="" width="6" height="5" id="wpstats" data-webtasks-id="a952f3da-3262-4183"></body><iframe id="google_esf" name="google_esf" src="https://googleads.g.doubleclick.net/pagead/html/r20230627/r20190131/zrt_lookup.html" style="display: none;" data-webtasks-id="f29a314c-d933-4a1e"></iframe>