Flash Toolkit - Version 1.1.3

Version Description

  • 2017-06-23 ==
  • Fix - Datepicker Field Not Working in Widget Area
  • Tweak - Better and advanced locale switching
  • Tweak - Better i18n

=

Download this release

Release Info

Developer ThemeGrill
Plugin Icon 128x128 Flash Toolkit
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

assets/css/activation.css CHANGED
@@ -1,35 +1 @@
1
- /**
2
- * activation.scss
3
- * Styles applied to elements displayed on activation
4
- */
5
- /**
6
- * Imports
7
- */
8
- /**
9
- * Styling begins
10
- */
11
- .flash-toolkit-message {
12
- overflow: hidden;
13
- position: relative;
14
- border-left-color: #2ea2cc !important; }
15
- .flash-toolkit-message a.button-primary,
16
- .flash-toolkit-message a.button-secondary {
17
- text-decoration: none !important; }
18
- .flash-toolkit-message a.flash-toolkit-message-close {
19
- position: absolute;
20
- top: 0;
21
- right: 0;
22
- padding: 10px 15px 10px 21px;
23
- font-size: 13px;
24
- line-height: 1.23076923;
25
- text-decoration: none; }
26
- .flash-toolkit-message a.flash-toolkit-message-close:before {
27
- position: absolute;
28
- top: 8px;
29
- left: 0;
30
- -webkit-transition: all .1s ease-in-out;
31
- transition: all .1s ease-in-out; }
32
- .flash-toolkit-message .twitter-share-button {
33
- margin-left: 3px;
34
- margin-top: -3px;
35
- vertical-align: middle; }
1
+ .flash-toolkit-message{overflow:hidden;position:relative;border-left-color:#2ea2cc!important}.flash-toolkit-message a.button-primary,.flash-toolkit-message a.button-secondary{text-decoration:none!important}.flash-toolkit-message a.flash-toolkit-message-close{position:absolute;top:0;right:0;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.flash-toolkit-message a.flash-toolkit-message-close:before{position:absolute;top:8px;left:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.flash-toolkit-message .twitter-share-button{margin-left:3px;margin-top:-3px;vertical-align:middle}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/admin.css CHANGED
@@ -1,957 +1 @@
1
- @charset "UTF-8";
2
- /**
3
- * admin.scss
4
- * General FlashToolkit admin styles.
5
- */
6
- /**
7
- * Imports
8
- */
9
- /**
10
- * _mixins.scss
11
- * Flash Toolkit Mixins
12
- */
13
- /**
14
- * _variables.scss
15
- * Flash Toolkit CSS Variables
16
- */
17
- .select2-container {
18
- box-sizing: border-box;
19
- display: inline-block;
20
- margin: 0;
21
- position: relative;
22
- vertical-align: middle; }
23
-
24
- .select2-container .select2-selection--single {
25
- box-sizing: border-box;
26
- cursor: pointer;
27
- display: block;
28
- height: 28px;
29
- user-select: none;
30
- -webkit-user-select: none; }
31
-
32
- .select2-container .select2-selection--single .select2-selection__rendered {
33
- display: block;
34
- padding-left: 8px;
35
- padding-right: 20px;
36
- overflow: hidden;
37
- text-overflow: ellipsis;
38
- white-space: nowrap; }
39
-
40
- .select2-container .select2-selection--single .select2-selection__clear {
41
- position: relative; }
42
-
43
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
44
- padding-right: 8px;
45
- padding-left: 20px; }
46
-
47
- .select2-container .select2-selection--multiple {
48
- box-sizing: border-box;
49
- cursor: pointer;
50
- display: block;
51
- min-height: 32px;
52
- user-select: none;
53
- -webkit-user-select: none; }
54
-
55
- .select2-container .select2-selection--multiple .select2-selection__rendered {
56
- display: inline-block;
57
- overflow: hidden;
58
- padding-left: 8px;
59
- text-overflow: ellipsis;
60
- white-space: nowrap; }
61
-
62
- .select2-container .select2-search--inline {
63
- float: left; }
64
-
65
- .select2-container .select2-search--inline .select2-search__field {
66
- box-sizing: border-box;
67
- border: none;
68
- font-size: 100%;
69
- margin-top: 5px;
70
- padding: 0; }
71
-
72
- .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
73
- -webkit-appearance: none; }
74
-
75
- .select2-dropdown {
76
- background-color: white;
77
- border: 1px solid #aaa;
78
- border-radius: 4px;
79
- box-sizing: border-box;
80
- display: block;
81
- position: absolute;
82
- left: -100000px;
83
- width: 100%;
84
- z-index: 1051; }
85
-
86
- .select2-results {
87
- display: block; }
88
-
89
- .select2-results__options {
90
- list-style: none;
91
- margin: 0;
92
- padding: 0; }
93
-
94
- .select2-results__option {
95
- padding: 6px;
96
- user-select: none;
97
- -webkit-user-select: none; }
98
-
99
- .select2-results__option[aria-selected] {
100
- cursor: pointer; }
101
-
102
- .select2-container--open .select2-dropdown {
103
- left: 0; }
104
-
105
- .select2-container--open .select2-dropdown--above {
106
- border-bottom: none;
107
- border-bottom-left-radius: 0;
108
- border-bottom-right-radius: 0; }
109
-
110
- .select2-container--open .select2-dropdown--below {
111
- border-top: none;
112
- border-top-left-radius: 0;
113
- border-top-right-radius: 0; }
114
-
115
- .select2-search--dropdown {
116
- display: block;
117
- padding: 4px; }
118
-
119
- .select2-search--dropdown .select2-search__field {
120
- padding: 4px;
121
- width: 100%;
122
- box-sizing: border-box; }
123
-
124
- .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
125
- -webkit-appearance: none; }
126
-
127
- .select2-search--dropdown.select2-search--hide {
128
- display: none; }
129
-
130
- .select2-close-mask {
131
- border: 0;
132
- margin: 0;
133
- padding: 0;
134
- display: block;
135
- position: fixed;
136
- left: 0;
137
- top: 0;
138
- min-height: 100%;
139
- min-width: 100%;
140
- height: auto;
141
- width: auto;
142
- opacity: 0;
143
- z-index: 99;
144
- background-color: #fff;
145
- filter: alpha(opacity=0); }
146
-
147
- .select2-hidden-accessible {
148
- border: 0 !important;
149
- clip: rect(0 0 0 0) !important;
150
- height: 1px !important;
151
- margin: -1px !important;
152
- overflow: hidden !important;
153
- padding: 0 !important;
154
- position: absolute !important;
155
- width: 1px !important; }
156
-
157
- .select2-container--default .select2-selection--single {
158
- background-color: #fff;
159
- border: 1px solid #aaa;
160
- border-radius: 4px; }
161
-
162
- .select2-container--default .select2-selection--single .select2-selection__rendered {
163
- color: #444;
164
- line-height: 28px; }
165
-
166
- .select2-container--default .select2-selection--single .select2-selection__clear {
167
- cursor: pointer;
168
- float: right;
169
- font-weight: bold; }
170
-
171
- .select2-container--default .select2-selection--single .select2-selection__placeholder {
172
- color: #999; }
173
-
174
- .select2-container--default .select2-selection--single .select2-selection__arrow {
175
- height: 26px;
176
- position: absolute;
177
- top: 1px;
178
- right: 1px;
179
- width: 20px; }
180
-
181
- .select2-container--default .select2-selection--single .select2-selection__arrow b {
182
- border-color: #888 transparent transparent transparent;
183
- border-style: solid;
184
- border-width: 5px 4px 0 4px;
185
- height: 0;
186
- left: 50%;
187
- margin-left: -4px;
188
- margin-top: -2px;
189
- position: absolute;
190
- top: 50%;
191
- width: 0; }
192
-
193
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
194
- float: left; }
195
-
196
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
197
- left: 1px;
198
- right: auto; }
199
-
200
- .select2-container--default.select2-container--disabled .select2-selection--single {
201
- background-color: #eee;
202
- cursor: default; }
203
-
204
- .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
205
- display: none; }
206
-
207
- .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
208
- border-color: transparent transparent #888 transparent;
209
- border-width: 0 4px 5px 4px; }
210
-
211
- .select2-container--default .select2-selection--multiple {
212
- background-color: white;
213
- border: 1px solid #aaa;
214
- border-radius: 4px;
215
- cursor: text; }
216
-
217
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
218
- box-sizing: border-box;
219
- list-style: none;
220
- margin: 0;
221
- padding: 0 5px;
222
- width: 100%; }
223
-
224
- .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
225
- list-style: none; }
226
-
227
- .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
228
- color: #999;
229
- margin-top: 5px;
230
- float: left; }
231
-
232
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
233
- cursor: pointer;
234
- float: right;
235
- font-weight: bold;
236
- margin-top: 5px;
237
- margin-right: 10px; }
238
-
239
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
240
- background-color: #e4e4e4;
241
- border: 1px solid #aaa;
242
- border-radius: 4px;
243
- cursor: default;
244
- float: left;
245
- margin-right: 5px;
246
- margin-top: 5px;
247
- padding: 0 5px; }
248
-
249
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
250
- color: #999;
251
- cursor: pointer;
252
- display: inline-block;
253
- font-weight: bold;
254
- margin-right: 2px; }
255
-
256
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
257
- color: #333; }
258
-
259
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
260
- float: right; }
261
-
262
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
263
- margin-left: 5px;
264
- margin-right: auto; }
265
-
266
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
267
- margin-left: 2px;
268
- margin-right: auto; }
269
-
270
- .select2-container--default.select2-container--focus .select2-selection--multiple {
271
- border: solid black 1px;
272
- outline: 0; }
273
-
274
- .select2-container--default.select2-container--disabled .select2-selection--multiple {
275
- background-color: #eee;
276
- cursor: default; }
277
-
278
- .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
279
- display: none; }
280
-
281
- .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
282
- border-top-left-radius: 0;
283
- border-top-right-radius: 0; }
284
-
285
- .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
286
- border-bottom-left-radius: 0;
287
- border-bottom-right-radius: 0; }
288
-
289
- .select2-container--default .select2-search--dropdown .select2-search__field {
290
- border: 1px solid #aaa; }
291
-
292
- .select2-container--default .select2-search--inline .select2-search__field {
293
- background: transparent;
294
- border: none;
295
- outline: 0;
296
- box-shadow: none;
297
- -webkit-appearance: textfield; }
298
-
299
- .select2-container--default .select2-results > .select2-results__options {
300
- max-height: 200px;
301
- overflow-y: auto; }
302
-
303
- .select2-container--default .select2-results__option[role=group] {
304
- padding: 0; }
305
-
306
- .select2-container--default .select2-results__option[aria-disabled=true] {
307
- color: #999; }
308
-
309
- .select2-container--default .select2-results__option[aria-selected=true] {
310
- background-color: #ddd; }
311
-
312
- .select2-container--default .select2-results__option .select2-results__option {
313
- padding-left: 1em; }
314
-
315
- .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
316
- padding-left: 0; }
317
-
318
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
319
- margin-left: -1em;
320
- padding-left: 2em; }
321
-
322
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
323
- margin-left: -2em;
324
- padding-left: 3em; }
325
-
326
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
327
- margin-left: -3em;
328
- padding-left: 4em; }
329
-
330
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
331
- margin-left: -4em;
332
- padding-left: 5em; }
333
-
334
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
335
- margin-left: -5em;
336
- padding-left: 6em; }
337
-
338
- .select2-container--default .select2-results__option--highlighted[aria-selected] {
339
- background-color: #5897fb;
340
- color: white; }
341
-
342
- .select2-container--default .select2-results__group {
343
- cursor: default;
344
- display: block;
345
- padding: 6px; }
346
-
347
- .select2-container--classic .select2-selection--single {
348
- background-color: #f7f7f7;
349
- border: 1px solid #aaa;
350
- border-radius: 4px;
351
- outline: 0;
352
- background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
353
- background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
354
- background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
355
- background-repeat: repeat-x;
356
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
357
-
358
- .select2-container--classic .select2-selection--single:focus {
359
- border: 1px solid #5897fb; }
360
-
361
- .select2-container--classic .select2-selection--single .select2-selection__rendered {
362
- color: #444;
363
- line-height: 28px; }
364
-
365
- .select2-container--classic .select2-selection--single .select2-selection__clear {
366
- cursor: pointer;
367
- float: right;
368
- font-weight: bold;
369
- margin-right: 10px; }
370
-
371
- .select2-container--classic .select2-selection--single .select2-selection__placeholder {
372
- color: #999; }
373
-
374
- .select2-container--classic .select2-selection--single .select2-selection__arrow {
375
- background-color: #ddd;
376
- border: none;
377
- border-left: 1px solid #aaa;
378
- border-top-right-radius: 4px;
379
- border-bottom-right-radius: 4px;
380
- height: 26px;
381
- position: absolute;
382
- top: 1px;
383
- right: 1px;
384
- width: 20px;
385
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
386
- background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
387
- background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
388
- background-repeat: repeat-x;
389
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
390
-
391
- .select2-container--classic .select2-selection--single .select2-selection__arrow b {
392
- border-color: #888 transparent transparent transparent;
393
- border-style: solid;
394
- border-width: 5px 4px 0 4px;
395
- height: 0;
396
- left: 50%;
397
- margin-left: -4px;
398
- margin-top: -2px;
399
- position: absolute;
400
- top: 50%;
401
- width: 0; }
402
-
403
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
404
- float: left; }
405
-
406
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
407
- border: none;
408
- border-right: 1px solid #aaa;
409
- border-radius: 0;
410
- border-top-left-radius: 4px;
411
- border-bottom-left-radius: 4px;
412
- left: 1px;
413
- right: auto; }
414
-
415
- .select2-container--classic.select2-container--open .select2-selection--single {
416
- border: 1px solid #5897fb; }
417
-
418
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
419
- background: transparent;
420
- border: none; }
421
-
422
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
423
- border-color: transparent transparent #888 transparent;
424
- border-width: 0 4px 5px 4px; }
425
-
426
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
427
- border-top: none;
428
- border-top-left-radius: 0;
429
- border-top-right-radius: 0;
430
- background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
431
- background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
432
- background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
433
- background-repeat: repeat-x;
434
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
435
-
436
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
437
- border-bottom: none;
438
- border-bottom-left-radius: 0;
439
- border-bottom-right-radius: 0;
440
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
441
- background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
442
- background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
443
- background-repeat: repeat-x;
444
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
445
-
446
- .select2-container--classic .select2-selection--multiple {
447
- background-color: white;
448
- border: 1px solid #aaa;
449
- border-radius: 4px;
450
- cursor: text;
451
- outline: 0; }
452
-
453
- .select2-container--classic .select2-selection--multiple:focus {
454
- border: 1px solid #5897fb; }
455
-
456
- .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
457
- list-style: none;
458
- margin: 0;
459
- padding: 0 5px; }
460
-
461
- .select2-container--classic .select2-selection--multiple .select2-selection__clear {
462
- display: none; }
463
-
464
- .select2-container--classic .select2-selection--multiple .select2-selection__choice {
465
- background-color: #e4e4e4;
466
- border: 1px solid #aaa;
467
- border-radius: 4px;
468
- cursor: default;
469
- float: left;
470
- margin-right: 5px;
471
- margin-top: 5px;
472
- padding: 0 5px; }
473
-
474
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
475
- color: #888;
476
- cursor: pointer;
477
- display: inline-block;
478
- font-weight: bold;
479
- margin-right: 2px; }
480
-
481
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
482
- color: #555; }
483
-
484
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
485
- float: right; }
486
-
487
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
488
- margin-left: 5px;
489
- margin-right: auto; }
490
-
491
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
492
- margin-left: 2px;
493
- margin-right: auto; }
494
-
495
- .select2-container--classic.select2-container--open .select2-selection--multiple {
496
- border: 1px solid #5897fb; }
497
-
498
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
499
- border-top: none;
500
- border-top-left-radius: 0;
501
- border-top-right-radius: 0; }
502
-
503
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
504
- border-bottom: none;
505
- border-bottom-left-radius: 0;
506
- border-bottom-right-radius: 0; }
507
-
508
- .select2-container--classic .select2-search--dropdown .select2-search__field {
509
- border: 1px solid #aaa;
510
- outline: 0; }
511
-
512
- .select2-container--classic .select2-search--inline .select2-search__field {
513
- outline: 0;
514
- box-shadow: none; }
515
-
516
- .select2-container--classic .select2-dropdown {
517
- background-color: white;
518
- border: 1px solid transparent; }
519
-
520
- .select2-container--classic .select2-dropdown--above {
521
- border-bottom: none; }
522
-
523
- .select2-container--classic .select2-dropdown--below {
524
- border-top: none; }
525
-
526
- .select2-container--classic .select2-results > .select2-results__options {
527
- max-height: 200px;
528
- overflow-y: auto; }
529
-
530
- .select2-container--classic .select2-results__option[role=group] {
531
- padding: 0; }
532
-
533
- .select2-container--classic .select2-results__option[aria-disabled=true] {
534
- color: grey; }
535
-
536
- .select2-container--classic .select2-results__option--highlighted[aria-selected] {
537
- background-color: #3875d7;
538
- color: white; }
539
-
540
- .select2-container--classic .select2-results__group {
541
- cursor: default;
542
- display: block;
543
- padding: 6px; }
544
-
545
- .select2-container--classic.select2-container--open .select2-dropdown {
546
- border-color: #5897fb; }
547
-
548
- /**
549
- * Styling begins
550
- */
551
- #flash-toolkit-portfolio-data .panel-wrap,
552
- .flash-toolkit .panel-wrap {
553
- overflow: hidden; }
554
-
555
- #flash-toolkit-portfolio-data ul.ft-tabs,
556
- .flash-toolkit ul.ft-tabs {
557
- margin: 0;
558
- width: 20%;
559
- float: left;
560
- line-height: 1em;
561
- padding: 0 0 10px;
562
- position: relative;
563
- background-color: #fafafa;
564
- border-right: 1px solid #eee;
565
- box-sizing: border-box; }
566
- #flash-toolkit-portfolio-data ul.ft-tabs:after,
567
- .flash-toolkit ul.ft-tabs:after {
568
- content: "";
569
- display: block;
570
- width: 100%;
571
- height: 9999em;
572
- position: absolute;
573
- bottom: -9999em;
574
- left: 0;
575
- background-color: #fafafa;
576
- border-right: 1px solid #eee; }
577
- #flash-toolkit-portfolio-data ul.ft-tabs li,
578
- .flash-toolkit ul.ft-tabs li {
579
- margin: 0;
580
- padding: 0;
581
- display: block;
582
- position: relative; }
583
- #flash-toolkit-portfolio-data ul.ft-tabs li a,
584
- .flash-toolkit ul.ft-tabs li a {
585
- margin: 0;
586
- padding: 10px;
587
- display: block;
588
- box-shadow: none;
589
- text-decoration: none;
590
- line-height: 20px !important;
591
- border-bottom: 1px solid #eee; }
592
- #flash-toolkit-portfolio-data ul.ft-tabs li a:before,
593
- .flash-toolkit ul.ft-tabs li a:before {
594
- font-family: 'Dashicons';
595
- speak: none;
596
- font-weight: normal;
597
- font-variant: normal;
598
- text-transform: none;
599
- line-height: 1;
600
- -webkit-font-smoothing: antialiased;
601
- margin-right: .618em;
602
- content: "";
603
- text-decoration: none; }
604
- #flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,
605
- .flash-toolkit ul.ft-tabs li.general_options a:before {
606
- content: "\f107"; }
607
- #flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,
608
- .flash-toolkit ul.ft-tabs li.description_options a::before {
609
- content: '\f103'; }
610
- #flash-toolkit-portfolio-data ul.ft-tabs li.active a,
611
- .flash-toolkit ul.ft-tabs li.active a {
612
- color: #555;
613
- position: relative;
614
- background-color: #eee; }
615
-
616
- #flash-toolkit-portfolio-data .inside {
617
- margin: 0;
618
- padding: 0; }
619
-
620
- .flash_toolkit_options_panel,
621
- .panel {
622
- padding: 0;
623
- color: #555; }
624
- .flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,
625
- .panel .form-field .flash-toolkit-help-tip {
626
- font-size: 1.4em; }
627
-
628
- .flash_toolkit_options_panel p,
629
- .flash_toolkit_options_panel fieldset.form-field {
630
- margin: 0 0 9px;
631
- font-size: 12px;
632
- padding: 5px 9px;
633
- line-height: 24px; }
634
- .flash_toolkit_options_panel p:after,
635
- .flash_toolkit_options_panel fieldset.form-field:after {
636
- content: ".";
637
- display: block;
638
- height: 0;
639
- clear: both;
640
- visibility: hidden; }
641
-
642
- .flash_toolkit_options_panel .checkbox {
643
- width: auto;
644
- margin: 3px 0;
645
- vertical-align: middle; }
646
-
647
- .flash_toolkit_options_panel {
648
- min-height: 175px;
649
- box-sizing: border-box; }
650
- .flash_toolkit_options_panel p {
651
- margin: 9px 0; }
652
- .flash_toolkit_options_panel p.form-field,
653
- .flash_toolkit_options_panel fieldset.form-field {
654
- padding: 5px 20px 5px 162px !important;
655
- /** Padding for aligning labels left - 12px + 150 label width **/ }
656
- .flash_toolkit_options_panel label,
657
- .flash_toolkit_options_panel legend {
658
- float: left;
659
- width: 150px;
660
- padding: 0;
661
- margin: 0 0 0 -150px; }
662
- .flash_toolkit_options_panel label .req,
663
- .flash_toolkit_options_panel legend .req {
664
- font-weight: 700;
665
- font-style: normal;
666
- color: #f00; }
667
- .flash_toolkit_options_panel .description {
668
- padding: 0;
669
- margin: 0 0 0 7px;
670
- clear: none;
671
- display: inline; }
672
- .flash_toolkit_options_panel .description-block {
673
- margin-left: 0;
674
- display: block; }
675
- .flash_toolkit_options_panel textarea,
676
- .flash_toolkit_options_panel input,
677
- .flash_toolkit_options_panel select {
678
- margin: 0; }
679
- .flash_toolkit_options_panel textarea {
680
- height: 3.5em;
681
- line-height: 1.5em;
682
- vertical-align: top; }
683
- .flash_toolkit_options_panel input[type="text"],
684
- .flash_toolkit_options_panel input[type="email"],
685
- .flash_toolkit_options_panel input[type="number"],
686
- .flash_toolkit_options_panel input[type="password"] {
687
- width: 50%;
688
- float: left; }
689
- .flash_toolkit_options_panel input.button {
690
- width: auto;
691
- margin-left: 8px; }
692
- .flash_toolkit_options_panel select {
693
- float: left; }
694
- .flash_toolkit_options_panel input[type="text"].short,
695
- .flash_toolkit_options_panel input[type="email"].short,
696
- .flash_toolkit_options_panel input[type="number"].short,
697
- .flash_toolkit_options_panel input[type="password"].short,
698
- .flash_toolkit_options_panel .short {
699
- width: 50%; }
700
- .flash_toolkit_options_panel .sized {
701
- width: auto !important;
702
- margin-right: 6px; }
703
- .flash_toolkit_options_panel .options_group {
704
- border-top: 1px solid white;
705
- border-bottom: 1px solid #eee; }
706
- .flash_toolkit_options_panel .options_group:first-child {
707
- border-top: 0; }
708
- .flash_toolkit_options_panel .options_group:last-child {
709
- border-bottom: 0; }
710
- .flash_toolkit_options_panel .options_group fieldset {
711
- margin: 9px 0;
712
- font-size: 12px;
713
- padding: 5px 9px;
714
- line-height: 24px; }
715
- .flash_toolkit_options_panel .options_group fieldset label {
716
- width: auto;
717
- float: none; }
718
- .flash_toolkit_options_panel .options_group fieldset ul {
719
- float: left;
720
- width: 50%;
721
- margin: 0;
722
- padding: 0; }
723
- .flash_toolkit_options_panel .options_group fieldset ul li {
724
- margin: 0;
725
- width: auto; }
726
- .flash_toolkit_options_panel .options_group fieldset ul li input {
727
- width: auto;
728
- float: none;
729
- margin-right: 4px; }
730
- .flash_toolkit_options_panel .options_group fieldset ul.ft-radios label {
731
- margin-left: 0; }
732
- .flash_toolkit_options_panel.padded {
733
- padding: 1em; }
734
- .flash_toolkit_options_panel .select2-container {
735
- float: left; }
736
-
737
- #flash-toolkit-portfolio-data .panel-wrap {
738
- background: #fff; }
739
-
740
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel {
741
- float: left;
742
- width: 80%; }
743
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios {
744
- display: block;
745
- float: left;
746
- margin: 0; }
747
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li {
748
- display: block;
749
- padding: 0 0 10px 0; }
750
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input {
751
- width: auto; }
752
-
753
- img.help_tip {
754
- margin: 0 0 0 9px;
755
- vertical-align: middle; }
756
-
757
- .postbox img.help_tip {
758
- margin-top: 0; }
759
-
760
- .postbox .flash-toolkit-help-tip {
761
- margin: 0 0 0 9px; }
762
-
763
- /**
764
- * Tooltips
765
- */
766
- .tips {
767
- cursor: help;
768
- text-decoration: none; }
769
-
770
- img.tips {
771
- padding: 5px 0 0 0; }
772
-
773
- #tiptip_holder {
774
- display: none;
775
- position: absolute;
776
- top: 0;
777
- left: 0;
778
- z-index: 9999999; }
779
-
780
- #tiptip_holder.tip_top {
781
- padding-bottom: 5px; }
782
- #tiptip_holder.tip_top #tiptip_arrow_inner {
783
- margin-top: -7px;
784
- margin-left: -6px;
785
- border-top-color: #333; }
786
-
787
- #tiptip_holder.tip_bottom {
788
- padding-top: 5px; }
789
- #tiptip_holder.tip_bottom #tiptip_arrow_inner {
790
- margin-top: -5px;
791
- margin-left: -6px;
792
- border-bottom-color: #333; }
793
-
794
- #tiptip_holder.tip_right {
795
- padding-left: 5px; }
796
- #tiptip_holder.tip_right #tiptip_arrow_inner {
797
- margin-top: -6px;
798
- margin-left: -5px;
799
- border-right-color: #333; }
800
-
801
- #tiptip_holder.tip_left {
802
- padding-right: 5px; }
803
- #tiptip_holder.tip_left #tiptip_arrow_inner {
804
- margin-top: -6px;
805
- margin-left: -7px;
806
- border-left-color: #333; }
807
-
808
- #tiptip_content,
809
- .ft_error_tip {
810
- color: #fff;
811
- font-size: .8em;
812
- max-width: 150px;
813
- background: #333;
814
- text-align: center;
815
- border-radius: 3px;
816
- padding: .618em 1em;
817
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
818
- #tiptip_content code,
819
- .ft_error_tip code {
820
- padding: 1px;
821
- background: #888; }
822
-
823
- #tiptip_arrow,
824
- #tiptip_arrow_inner {
825
- position: absolute;
826
- border-color: transparent;
827
- border-style: solid;
828
- border-width: 6px;
829
- height: 0;
830
- width: 0; }
831
-
832
- .ft_error_tip {
833
- max-width: 20em;
834
- line-height: 1.8em;
835
- position: absolute;
836
- white-space: normal;
837
- background: #d82223;
838
- margin: 1.5em 1px 0 -1em;
839
- z-index: 9999999; }
840
- .ft_error_tip::after {
841
- content: '';
842
- display: block;
843
- border: 8px solid #d82223;
844
- border-right-color: transparent;
845
- border-left-color: transparent;
846
- border-top-color: transparent;
847
- position: absolute;
848
- top: -3px;
849
- left: 50%;
850
- margin: -1em 0 0 -3px; }
851
-
852
- /**
853
- * Help Tip
854
- */
855
- .flash-toolkit-help-tip {
856
- color: #666;
857
- display: inline-block;
858
- font-size: 1.1em;
859
- font-style: normal;
860
- height: 16px;
861
- line-height: 16px;
862
- position: relative;
863
- vertical-align: middle;
864
- width: 16px; }
865
- .flash-toolkit-help-tip:after {
866
- font-family: 'Dashicons';
867
- speak: none;
868
- font-weight: normal;
869
- font-variant: normal;
870
- text-transform: none;
871
- line-height: 1;
872
- -webkit-font-smoothing: antialiased;
873
- margin: 0;
874
- text-indent: 0;
875
- position: absolute;
876
- top: 0;
877
- left: 0;
878
- width: 100%;
879
- height: 100%;
880
- text-align: center;
881
- content: "";
882
- cursor: help; }
883
-
884
- /**
885
- * Small screen optimisation
886
- */
887
- @media only screen and (max-width: 1280px) {
888
- .flash_toolkit_options_panel .description {
889
- display: block;
890
- clear: both;
891
- margin-left: 0; }
892
- .flash_toolkit_options_panel .short,
893
- .flash_toolkit_options_panel input[type=text].short,
894
- .flash_toolkit_options_panel input[type=email].short,
895
- .flash_toolkit_options_panel input[type=number].short,
896
- .flash_toolkit_options_panel input[type="password"].short,
897
- .flash_toolkit_options_panel .dimensions_field .wrap {
898
- width: 80%; } }
899
-
900
- /**
901
- * Optimisation for screens 900px and smaller
902
- */
903
- @media only screen and (max-width: 900px) {
904
- #flash-toolkit-portfolio-data ul.portfolio_data_tabs {
905
- width: 10%; }
906
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel {
907
- width: 90%; }
908
- #flash-toolkit-portfolio-data ul.portfolio_data_tabs li a {
909
- position: relative;
910
- text-indent: -999px;
911
- padding: 10px; }
912
- #flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before {
913
- position: absolute;
914
- top: 0;
915
- right: 0;
916
- bottom: 0;
917
- left: 0;
918
- text-indent: 0;
919
- text-align: center;
920
- line-height: 40px;
921
- width: 100%;
922
- height: 40px; } }
923
-
924
- /**
925
- * Optimisation for screens 782px and smaller
926
- */
927
- @media only screen and (max-width: 782px) {
928
- #flash-toolkit-portfolio-data .checkbox {
929
- width: 25px; } }
930
-
931
- @media only screen and (max-width: 500px) {
932
- .flash_toolkit_options_panel label,
933
- .flash_toolkit_options_panel legend {
934
- float: none;
935
- width: auto;
936
- display: block;
937
- margin: 0; }
938
- .flash_toolkit_options_panel fieldset.form-field,
939
- .flash_toolkit_options_panel p.form-field {
940
- padding: 5px 20px 5px 20px !important; } }
941
-
942
- /**
943
- * Select2
944
- */
945
- .select2-drop {
946
- z-index: 999999 !important; }
947
-
948
- .select2-container-multi .select2-choices .select2-search-field input {
949
- font-family: inherit;
950
- font-size: inherit;
951
- font-weight: inherit;
952
- padding: 3px 5px;
953
- width: 100% !important; }
954
-
955
- .select2-container {
956
- line-height: 1.85em;
957
- font-size: 14px; }
1
+ @charset "UTF-8";.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}#portfolio_options,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#portfolio_options .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 162px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-left:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=text],.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password]{width:50%;float:left}.flash_toolkit_options_panel input.button{width:auto;margin-left:8px}.flash_toolkit_options_panel select{float:left}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=text].short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-right:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-left:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:left}#portfolio_options .panel-wrap{background:#fff}#portfolio_options .flash_toolkit_options_panel{float:left;width:80%}#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:left;margin:0}#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px}#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-left:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#portfolio_options ul.portfolio_data_tabs{width:10%}#portfolio_options .flash_toolkit_options_panel{width:90%}#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/admin.scss CHANGED
@@ -14,7 +14,11 @@
14
  /**
15
  * Styling begins
16
  */
17
- #flash-toolkit-portfolio-data,
 
 
 
 
18
  .flash-toolkit {
19
  .panel-wrap {
20
  overflow: hidden;
@@ -86,7 +90,7 @@
86
  }
87
  }
88
 
89
- #flash-toolkit-portfolio-data {
90
  .inside {
91
  margin: 0;
92
  padding: 0;
@@ -266,7 +270,7 @@
266
  }
267
  }
268
 
269
- #flash-toolkit-portfolio-data {
270
  .panel-wrap {
271
  background: #fff;
272
  }
@@ -463,15 +467,15 @@ img.tips {
463
  * Optimisation for screens 900px and smaller
464
  */
465
  @media only screen and (max-width: 900px) {
466
- #flash-toolkit-portfolio-data ul.portfolio_data_tabs {
467
  width: 10%;
468
  }
469
 
470
- #flash-toolkit-portfolio-data .flash_toolkit_options_panel {
471
  width: 90%;
472
  }
473
 
474
- #flash-toolkit-portfolio-data ul.portfolio_data_tabs li a {
475
  position: relative;
476
  text-indent: -999px;
477
  padding: 10px;
@@ -495,7 +499,7 @@ img.tips {
495
  * Optimisation for screens 782px and smaller
496
  */
497
  @media only screen and (max-width: 782px) {
498
- #flash-toolkit-portfolio-data .checkbox {
499
  width: 25px;
500
  }
501
  }
14
  /**
15
  * Styling begins
16
  */
17
+ #portfolio_options{
18
+ overflow: hidden;
19
+ }
20
+
21
+ #portfolio_options,
22
  .flash-toolkit {
23
  .panel-wrap {
24
  overflow: hidden;
90
  }
91
  }
92
 
93
+ #portfolio_options {
94
  .inside {
95
  margin: 0;
96
  padding: 0;
270
  }
271
  }
272
 
273
+ #portfolio_options {
274
  .panel-wrap {
275
  background: #fff;
276
  }
467
  * Optimisation for screens 900px and smaller
468
  */
469
  @media only screen and (max-width: 900px) {
470
+ #portfolio_options ul.portfolio_data_tabs {
471
  width: 10%;
472
  }
473
 
474
+ #portfolio_options .flash_toolkit_options_panel {
475
  width: 90%;
476
  }
477
 
478
+ #portfolio_options ul.portfolio_data_tabs li a {
479
  position: relative;
480
  text-indent: -999px;
481
  padding: 10px;
499
  * Optimisation for screens 782px and smaller
500
  */
501
  @media only screen and (max-width: 782px) {
502
+ #portfolio_options .checkbox {
503
  width: 25px;
504
  }
505
  }
assets/css/fontawesome.css CHANGED
@@ -1,2194 +1,4 @@
1
  /*!
2
  * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */
5
- /* FONT PATH
6
- * -------------------------- */
7
- @font-face {
8
- font-family: 'FontAwesome';
9
- src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
10
- src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
11
- font-weight: normal;
12
- font-style: normal; }
13
-
14
- .fa {
15
- display: inline-block;
16
- font: normal normal normal 14px/1 FontAwesome;
17
- font-size: inherit;
18
- text-rendering: auto;
19
- -webkit-font-smoothing: antialiased;
20
- -moz-osx-font-smoothing: grayscale; }
21
-
22
- /* makes the font 33% larger relative to the icon container */
23
- .fa-lg {
24
- font-size: 1.33333333em;
25
- line-height: 0.75em;
26
- vertical-align: -15%; }
27
-
28
- .fa-2x {
29
- font-size: 2em; }
30
-
31
- .fa-3x {
32
- font-size: 3em; }
33
-
34
- .fa-4x {
35
- font-size: 4em; }
36
-
37
- .fa-5x {
38
- font-size: 5em; }
39
-
40
- .fa-fw {
41
- width: 1.28571429em;
42
- text-align: center; }
43
-
44
- .fa-ul {
45
- padding-left: 0;
46
- margin-left: 2.14285714em;
47
- list-style-type: none; }
48
-
49
- .fa-ul > li {
50
- position: relative; }
51
-
52
- .fa-li {
53
- position: absolute;
54
- left: -2.14285714em;
55
- width: 2.14285714em;
56
- top: 0.14285714em;
57
- text-align: center; }
58
-
59
- .fa-li.fa-lg {
60
- left: -1.85714286em; }
61
-
62
- .fa-border {
63
- padding: .2em .25em .15em;
64
- border: solid 0.08em #eeeeee;
65
- border-radius: .1em; }
66
-
67
- .fa-pull-left {
68
- float: left; }
69
-
70
- .fa-pull-right {
71
- float: right; }
72
-
73
- .fa.fa-pull-left {
74
- margin-right: .3em; }
75
-
76
- .fa.fa-pull-right {
77
- margin-left: .3em; }
78
-
79
- /* Deprecated as of 4.4.0 */
80
- .pull-right {
81
- float: right; }
82
-
83
- .pull-left {
84
- float: left; }
85
-
86
- .fa.pull-left {
87
- margin-right: .3em; }
88
-
89
- .fa.pull-right {
90
- margin-left: .3em; }
91
-
92
- .fa-spin {
93
- -webkit-animation: fa-spin 2s infinite linear;
94
- animation: fa-spin 2s infinite linear; }
95
-
96
- .fa-pulse {
97
- -webkit-animation: fa-spin 1s infinite steps(8);
98
- animation: fa-spin 1s infinite steps(8); }
99
-
100
- @-webkit-keyframes fa-spin {
101
- 0% {
102
- -webkit-transform: rotate(0deg);
103
- transform: rotate(0deg); }
104
- 100% {
105
- -webkit-transform: rotate(359deg);
106
- transform: rotate(359deg); } }
107
-
108
- @keyframes fa-spin {
109
- 0% {
110
- -webkit-transform: rotate(0deg);
111
- transform: rotate(0deg); }
112
- 100% {
113
- -webkit-transform: rotate(359deg);
114
- transform: rotate(359deg); } }
115
-
116
- .fa-rotate-90 {
117
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
118
- -webkit-transform: rotate(90deg);
119
- -ms-transform: rotate(90deg);
120
- transform: rotate(90deg); }
121
-
122
- .fa-rotate-180 {
123
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
124
- -webkit-transform: rotate(180deg);
125
- -ms-transform: rotate(180deg);
126
- transform: rotate(180deg); }
127
-
128
- .fa-rotate-270 {
129
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
130
- -webkit-transform: rotate(270deg);
131
- -ms-transform: rotate(270deg);
132
- transform: rotate(270deg); }
133
-
134
- .fa-flip-horizontal {
135
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
136
- -webkit-transform: scale(-1, 1);
137
- -ms-transform: scale(-1, 1);
138
- transform: scale(-1, 1); }
139
-
140
- .fa-flip-vertical {
141
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
142
- -webkit-transform: scale(1, -1);
143
- -ms-transform: scale(1, -1);
144
- transform: scale(1, -1); }
145
-
146
- :root .fa-rotate-90,
147
- :root .fa-rotate-180,
148
- :root .fa-rotate-270,
149
- :root .fa-flip-horizontal,
150
- :root .fa-flip-vertical {
151
- filter: none; }
152
-
153
- .fa-stack {
154
- position: relative;
155
- display: inline-block;
156
- width: 2em;
157
- height: 2em;
158
- line-height: 2em;
159
- vertical-align: middle; }
160
-
161
- .fa-stack-1x,
162
- .fa-stack-2x {
163
- position: absolute;
164
- left: 0;
165
- width: 100%;
166
- text-align: center; }
167
-
168
- .fa-stack-1x {
169
- line-height: inherit; }
170
-
171
- .fa-stack-2x {
172
- font-size: 2em; }
173
-
174
- .fa-inverse {
175
- color: #ffffff; }
176
-
177
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
178
- readers do not read off random characters that represent icons */
179
- .fa-glass:before {
180
- content: "\f000"; }
181
-
182
- .fa-music:before {
183
- content: "\f001"; }
184
-
185
- .fa-search:before {
186
- content: "\f002"; }
187
-
188
- .fa-envelope-o:before {
189
- content: "\f003"; }
190
-
191
- .fa-heart:before {
192
- content: "\f004"; }
193
-
194
- .fa-star:before {
195
- content: "\f005"; }
196
-
197
- .fa-star-o:before {
198
- content: "\f006"; }
199
-
200
- .fa-user:before {
201
- content: "\f007"; }
202
-
203
- .fa-film:before {
204
- content: "\f008"; }
205
-
206
- .fa-th-large:before {
207
- content: "\f009"; }
208
-
209
- .fa-th:before {
210
- content: "\f00a"; }
211
-
212
- .fa-th-list:before {
213
- content: "\f00b"; }
214
-
215
- .fa-check:before {
216
- content: "\f00c"; }
217
-
218
- .fa-remove:before,
219
- .fa-close:before,
220
- .fa-times:before {
221
- content: "\f00d"; }
222
-
223
- .fa-search-plus:before {
224
- content: "\f00e"; }
225
-
226
- .fa-search-minus:before {
227
- content: "\f010"; }
228
-
229
- .fa-power-off:before {
230
- content: "\f011"; }
231
-
232
- .fa-signal:before {
233
- content: "\f012"; }
234
-
235
- .fa-gear:before,
236
- .fa-cog:before {
237
- content: "\f013"; }
238
-
239
- .fa-trash-o:before {
240
- content: "\f014"; }
241
-
242
- .fa-home:before {
243
- content: "\f015"; }
244
-
245
- .fa-file-o:before {
246
- content: "\f016"; }
247
-
248
- .fa-clock-o:before {
249
- content: "\f017"; }
250
-
251
- .fa-road:before {
252
- content: "\f018"; }
253
-
254
- .fa-download:before {
255
- content: "\f019"; }
256
-
257
- .fa-arrow-circle-o-down:before {
258
- content: "\f01a"; }
259
-
260
- .fa-arrow-circle-o-up:before {
261
- content: "\f01b"; }
262
-
263
- .fa-inbox:before {
264
- content: "\f01c"; }
265
-
266
- .fa-play-circle-o:before {
267
- content: "\f01d"; }
268
-
269
- .fa-rotate-right:before,
270
- .fa-repeat:before {
271
- content: "\f01e"; }
272
-
273
- .fa-refresh:before {
274
- content: "\f021"; }
275
-
276
- .fa-list-alt:before {
277
- content: "\f022"; }
278
-
279
- .fa-lock:before {
280
- content: "\f023"; }
281
-
282
- .fa-flag:before {
283
- content: "\f024"; }
284
-
285
- .fa-headphones:before {
286
- content: "\f025"; }
287
-
288
- .fa-volume-off:before {
289
- content: "\f026"; }
290
-
291
- .fa-volume-down:before {
292
- content: "\f027"; }
293
-
294
- .fa-volume-up:before {
295
- content: "\f028"; }
296
-
297
- .fa-qrcode:before {
298
- content: "\f029"; }
299
-
300
- .fa-barcode:before {
301
- content: "\f02a"; }
302
-
303
- .fa-tag:before {
304
- content: "\f02b"; }
305
-
306
- .fa-tags:before {
307
- content: "\f02c"; }
308
-
309
- .fa-book:before {
310
- content: "\f02d"; }
311
-
312
- .fa-bookmark:before {
313
- content: "\f02e"; }
314
-
315
- .fa-print:before {
316
- content: "\f02f"; }
317
-
318
- .fa-camera:before {
319
- content: "\f030"; }
320
-
321
- .fa-font:before {
322
- content: "\f031"; }
323
-
324
- .fa-bold:before {
325
- content: "\f032"; }
326
-
327
- .fa-italic:before {
328
- content: "\f033"; }
329
-
330
- .fa-text-height:before {
331
- content: "\f034"; }
332
-
333
- .fa-text-width:before {
334
- content: "\f035"; }
335
-
336
- .fa-align-left:before {
337
- content: "\f036"; }
338
-
339
- .fa-align-center:before {
340
- content: "\f037"; }
341
-
342
- .fa-align-right:before {
343
- content: "\f038"; }
344
-
345
- .fa-align-justify:before {
346
- content: "\f039"; }
347
-
348
- .fa-list:before {
349
- content: "\f03a"; }
350
-
351
- .fa-dedent:before,
352
- .fa-outdent:before {
353
- content: "\f03b"; }
354
-
355
- .fa-indent:before {
356
- content: "\f03c"; }
357
-
358
- .fa-video-camera:before {
359
- content: "\f03d"; }
360
-
361
- .fa-photo:before,
362
- .fa-image:before,
363
- .fa-picture-o:before {
364
- content: "\f03e"; }
365
-
366
- .fa-pencil:before {
367
- content: "\f040"; }
368
-
369
- .fa-map-marker:before {
370
- content: "\f041"; }
371
-
372
- .fa-adjust:before {
373
- content: "\f042"; }
374
-
375
- .fa-tint:before {
376
- content: "\f043"; }
377
-
378
- .fa-edit:before,
379
- .fa-pencil-square-o:before {
380
- content: "\f044"; }
381
-
382
- .fa-share-square-o:before {
383
- content: "\f045"; }
384
-
385
- .fa-check-square-o:before {
386
- content: "\f046"; }
387
-
388
- .fa-arrows:before {
389
- content: "\f047"; }
390
-
391
- .fa-step-backward:before {
392
- content: "\f048"; }
393
-
394
- .fa-fast-backward:before {
395
- content: "\f049"; }
396
-
397
- .fa-backward:before {
398
- content: "\f04a"; }
399
-
400
- .fa-play:before {
401
- content: "\f04b"; }
402
-
403
- .fa-pause:before {
404
- content: "\f04c"; }
405
-
406
- .fa-stop:before {
407
- content: "\f04d"; }
408
-
409
- .fa-forward:before {
410
- content: "\f04e"; }
411
-
412
- .fa-fast-forward:before {
413
- content: "\f050"; }
414
-
415
- .fa-step-forward:before {
416
- content: "\f051"; }
417
-
418
- .fa-eject:before {
419
- content: "\f052"; }
420
-
421
- .fa-chevron-left:before {
422
- content: "\f053"; }
423
-
424
- .fa-chevron-right:before {
425
- content: "\f054"; }
426
-
427
- .fa-plus-circle:before {
428
- content: "\f055"; }
429
-
430
- .fa-minus-circle:before {
431
- content: "\f056"; }
432
-
433
- .fa-times-circle:before {
434
- content: "\f057"; }
435
-
436
- .fa-check-circle:before {
437
- content: "\f058"; }
438
-
439
- .fa-question-circle:before {
440
- content: "\f059"; }
441
-
442
- .fa-info-circle:before {
443
- content: "\f05a"; }
444
-
445
- .fa-crosshairs:before {
446
- content: "\f05b"; }
447
-
448
- .fa-times-circle-o:before {
449
- content: "\f05c"; }
450
-
451
- .fa-check-circle-o:before {
452
- content: "\f05d"; }
453
-
454
- .fa-ban:before {
455
- content: "\f05e"; }
456
-
457
- .fa-arrow-left:before {
458
- content: "\f060"; }
459
-
460
- .fa-arrow-right:before {
461
- content: "\f061"; }
462
-
463
- .fa-arrow-up:before {
464
- content: "\f062"; }
465
-
466
- .fa-arrow-down:before {
467
- content: "\f063"; }
468
-
469
- .fa-mail-forward:before,
470
- .fa-share:before {
471
- content: "\f064"; }
472
-
473
- .fa-expand:before {
474
- content: "\f065"; }
475
-
476
- .fa-compress:before {
477
- content: "\f066"; }
478
-
479
- .fa-plus:before {
480
- content: "\f067"; }
481
-
482
- .fa-minus:before {
483
- content: "\f068"; }
484
-
485
- .fa-asterisk:before {
486
- content: "\f069"; }
487
-
488
- .fa-exclamation-circle:before {
489
- content: "\f06a"; }
490
-
491
- .fa-gift:before {
492
- content: "\f06b"; }
493
-
494
- .fa-leaf:before {
495
- content: "\f06c"; }
496
-
497
- .fa-fire:before {
498
- content: "\f06d"; }
499
-
500
- .fa-eye:before {
501
- content: "\f06e"; }
502
-
503
- .fa-eye-slash:before {
504
- content: "\f070"; }
505
-
506
- .fa-warning:before,
507
- .fa-exclamation-triangle:before {
508
- content: "\f071"; }
509
-
510
- .fa-plane:before {
511
- content: "\f072"; }
512
-
513
- .fa-calendar:before {
514
- content: "\f073"; }
515
-
516
- .fa-random:before {
517
- content: "\f074"; }
518
-
519
- .fa-comment:before {
520
- content: "\f075"; }
521
-
522
- .fa-magnet:before {
523
- content: "\f076"; }
524
-
525
- .fa-chevron-up:before {
526
- content: "\f077"; }
527
-
528
- .fa-chevron-down:before {
529
- content: "\f078"; }
530
-
531
- .fa-retweet:before {
532
- content: "\f079"; }
533
-
534
- .fa-shopping-cart:before {
535
- content: "\f07a"; }
536
-
537
- .fa-folder:before {
538
- content: "\f07b"; }
539
-
540
- .fa-folder-open:before {
541
- content: "\f07c"; }
542
-
543
- .fa-arrows-v:before {
544
- content: "\f07d"; }
545
-
546
- .fa-arrows-h:before {
547
- content: "\f07e"; }
548
-
549
- .fa-bar-chart-o:before,
550
- .fa-bar-chart:before {
551
- content: "\f080"; }
552
-
553
- .fa-twitter-square:before {
554
- content: "\f081"; }
555
-
556
- .fa-facebook-square:before {
557
- content: "\f082"; }
558
-
559
- .fa-camera-retro:before {
560
- content: "\f083"; }
561
-
562
- .fa-key:before {
563
- content: "\f084"; }
564
-
565
- .fa-gears:before,
566
- .fa-cogs:before {
567
- content: "\f085"; }
568
-
569
- .fa-comments:before {
570
- content: "\f086"; }
571
-
572
- .fa-thumbs-o-up:before {
573
- content: "\f087"; }
574
-
575
- .fa-thumbs-o-down:before {
576
- content: "\f088"; }
577
-
578
- .fa-star-half:before {
579
- content: "\f089"; }
580
-
581
- .fa-heart-o:before {
582
- content: "\f08a"; }
583
-
584
- .fa-sign-out:before {
585
- content: "\f08b"; }
586
-
587
- .fa-linkedin-square:before {
588
- content: "\f08c"; }
589
-
590
- .fa-thumb-tack:before {
591
- content: "\f08d"; }
592
-
593
- .fa-external-link:before {
594
- content: "\f08e"; }
595
-
596
- .fa-sign-in:before {
597
- content: "\f090"; }
598
-
599
- .fa-trophy:before {
600
- content: "\f091"; }
601
-
602
- .fa-github-square:before {
603
- content: "\f092"; }
604
-
605
- .fa-upload:before {
606
- content: "\f093"; }
607
-
608
- .fa-lemon-o:before {
609
- content: "\f094"; }
610
-
611
- .fa-phone:before {
612
- content: "\f095"; }
613
-
614
- .fa-square-o:before {
615
- content: "\f096"; }
616
-
617
- .fa-bookmark-o:before {
618
- content: "\f097"; }
619
-
620
- .fa-phone-square:before {
621
- content: "\f098"; }
622
-
623
- .fa-twitter:before {
624
- content: "\f099"; }
625
-
626
- .fa-facebook-f:before,
627
- .fa-facebook:before {
628
- content: "\f09a"; }
629
-
630
- .fa-github:before {
631
- content: "\f09b"; }
632
-
633
- .fa-unlock:before {
634
- content: "\f09c"; }
635
-
636
- .fa-credit-card:before {
637
- content: "\f09d"; }
638
-
639
- .fa-feed:before,
640
- .fa-rss:before {
641
- content: "\f09e"; }
642
-
643
- .fa-hdd-o:before {
644
- content: "\f0a0"; }
645
-
646
- .fa-bullhorn:before {
647
- content: "\f0a1"; }
648
-
649
- .fa-bell:before {
650
- content: "\f0f3"; }
651
-
652
- .fa-certificate:before {
653
- content: "\f0a3"; }
654
-
655
- .fa-hand-o-right:before {
656
- content: "\f0a4"; }
657
-
658
- .fa-hand-o-left:before {
659
- content: "\f0a5"; }
660
-
661
- .fa-hand-o-up:before {
662
- content: "\f0a6"; }
663
-
664
- .fa-hand-o-down:before {
665
- content: "\f0a7"; }
666
-
667
- .fa-arrow-circle-left:before {
668
- content: "\f0a8"; }
669
-
670
- .fa-arrow-circle-right:before {
671
- content: "\f0a9"; }
672
-
673
- .fa-arrow-circle-up:before {
674
- content: "\f0aa"; }
675
-
676
- .fa-arrow-circle-down:before {
677
- content: "\f0ab"; }
678
-
679
- .fa-globe:before {
680
- content: "\f0ac"; }
681
-
682
- .fa-wrench:before {
683
- content: "\f0ad"; }
684
-
685
- .fa-tasks:before {
686
- content: "\f0ae"; }
687
-
688
- .fa-filter:before {
689
- content: "\f0b0"; }
690
-
691
- .fa-briefcase:before {
692
- content: "\f0b1"; }
693
-
694
- .fa-arrows-alt:before {
695
- content: "\f0b2"; }
696
-
697
- .fa-group:before,
698
- .fa-users:before {
699
- content: "\f0c0"; }
700
-
701
- .fa-chain:before,
702
- .fa-link:before {
703
- content: "\f0c1"; }
704
-
705
- .fa-cloud:before {
706
- content: "\f0c2"; }
707
-
708
- .fa-flask:before {
709
- content: "\f0c3"; }
710
-
711
- .fa-cut:before,
712
- .fa-scissors:before {
713
- content: "\f0c4"; }
714
-
715
- .fa-copy:before,
716
- .fa-files-o:before {
717
- content: "\f0c5"; }
718
-
719
- .fa-paperclip:before {
720
- content: "\f0c6"; }
721
-
722
- .fa-save:before,
723
- .fa-floppy-o:before {
724
- content: "\f0c7"; }
725
-
726
- .fa-square:before {
727
- content: "\f0c8"; }
728
-
729
- .fa-navicon:before,
730
- .fa-reorder:before,
731
- .fa-bars:before {
732
- content: "\f0c9"; }
733
-
734
- .fa-list-ul:before {
735
- content: "\f0ca"; }
736
-
737
- .fa-list-ol:before {
738
- content: "\f0cb"; }
739
-
740
- .fa-strikethrough:before {
741
- content: "\f0cc"; }
742
-
743
- .fa-underline:before {
744
- content: "\f0cd"; }
745
-
746
- .fa-table:before {
747
- content: "\f0ce"; }
748
-
749
- .fa-magic:before {
750
- content: "\f0d0"; }
751
-
752
- .fa-truck:before {
753
- content: "\f0d1"; }
754
-
755
- .fa-pinterest:before {
756
- content: "\f0d2"; }
757
-
758
- .fa-pinterest-square:before {
759
- content: "\f0d3"; }
760
-
761
- .fa-google-plus-square:before {
762
- content: "\f0d4"; }
763
-
764
- .fa-google-plus:before {
765
- content: "\f0d5"; }
766
-
767
- .fa-money:before {
768
- content: "\f0d6"; }
769
-
770
- .fa-caret-down:before {
771
- content: "\f0d7"; }
772
-
773
- .fa-caret-up:before {
774
- content: "\f0d8"; }
775
-
776
- .fa-caret-left:before {
777
- content: "\f0d9"; }
778
-
779
- .fa-caret-right:before {
780
- content: "\f0da"; }
781
-
782
- .fa-columns:before {
783
- content: "\f0db"; }
784
-
785
- .fa-unsorted:before,
786
- .fa-sort:before {
787
- content: "\f0dc"; }
788
-
789
- .fa-sort-down:before,
790
- .fa-sort-desc:before {
791
- content: "\f0dd"; }
792
-
793
- .fa-sort-up:before,
794
- .fa-sort-asc:before {
795
- content: "\f0de"; }
796
-
797
- .fa-envelope:before {
798
- content: "\f0e0"; }
799
-
800
- .fa-linkedin:before {
801
- content: "\f0e1"; }
802
-
803
- .fa-rotate-left:before,
804
- .fa-undo:before {
805
- content: "\f0e2"; }
806
-
807
- .fa-legal:before,
808
- .fa-gavel:before {
809
- content: "\f0e3"; }
810
-
811
- .fa-dashboard:before,
812
- .fa-tachometer:before {
813
- content: "\f0e4"; }
814
-
815
- .fa-comment-o:before {
816
- content: "\f0e5"; }
817
-
818
- .fa-comments-o:before {
819
- content: "\f0e6"; }
820
-
821
- .fa-flash:before,
822
- .fa-bolt:before {
823
- content: "\f0e7"; }
824
-
825
- .fa-sitemap:before {
826
- content: "\f0e8"; }
827
-
828
- .fa-umbrella:before {
829
- content: "\f0e9"; }
830
-
831
- .fa-paste:before,
832
- .fa-clipboard:before {
833
- content: "\f0ea"; }
834
-
835
- .fa-lightbulb-o:before {
836
- content: "\f0eb"; }
837
-
838
- .fa-exchange:before {
839
- content: "\f0ec"; }
840
-
841
- .fa-cloud-download:before {
842
- content: "\f0ed"; }
843
-
844
- .fa-cloud-upload:before {
845
- content: "\f0ee"; }
846
-
847
- .fa-user-md:before {
848
- content: "\f0f0"; }
849
-
850
- .fa-stethoscope:before {
851
- content: "\f0f1"; }
852
-
853
- .fa-suitcase:before {
854
- content: "\f0f2"; }
855
-
856
- .fa-bell-o:before {
857
- content: "\f0a2"; }
858
-
859
- .fa-coffee:before {
860
- content: "\f0f4"; }
861
-
862
- .fa-cutlery:before {
863
- content: "\f0f5"; }
864
-
865
- .fa-file-text-o:before {
866
- content: "\f0f6"; }
867
-
868
- .fa-building-o:before {
869
- content: "\f0f7"; }
870
-
871
- .fa-hospital-o:before {
872
- content: "\f0f8"; }
873
-
874
- .fa-ambulance:before {
875
- content: "\f0f9"; }
876
-
877
- .fa-medkit:before {
878
- content: "\f0fa"; }
879
-
880
- .fa-fighter-jet:before {
881
- content: "\f0fb"; }
882
-
883
- .fa-beer:before {
884
- content: "\f0fc"; }
885
-
886
- .fa-h-square:before {
887
- content: "\f0fd"; }
888
-
889
- .fa-plus-square:before {
890
- content: "\f0fe"; }
891
-
892
- .fa-angle-double-left:before {
893
- content: "\f100"; }
894
-
895
- .fa-angle-double-right:before {
896
- content: "\f101"; }
897
-
898
- .fa-angle-double-up:before {
899
- content: "\f102"; }
900
-
901
- .fa-angle-double-down:before {
902
- content: "\f103"; }
903
-
904
- .fa-angle-left:before {
905
- content: "\f104"; }
906
-
907
- .fa-angle-right:before {
908
- content: "\f105"; }
909
-
910
- .fa-angle-up:before {
911
- content: "\f106"; }
912
-
913
- .fa-angle-down:before {
914
- content: "\f107"; }
915
-
916
- .fa-desktop:before {
917
- content: "\f108"; }
918
-
919
- .fa-laptop:before {
920
- content: "\f109"; }
921
-
922
- .fa-tablet:before {
923
- content: "\f10a"; }
924
-
925
- .fa-mobile-phone:before,
926
- .fa-mobile:before {
927
- content: "\f10b"; }
928
-
929
- .fa-circle-o:before {
930
- content: "\f10c"; }
931
-
932
- .fa-quote-left:before {
933
- content: "\f10d"; }
934
-
935
- .fa-quote-right:before {
936
- content: "\f10e"; }
937
-
938
- .fa-spinner:before {
939
- content: "\f110"; }
940
-
941
- .fa-circle:before {
942
- content: "\f111"; }
943
-
944
- .fa-mail-reply:before,
945
- .fa-reply:before {
946
- content: "\f112"; }
947
-
948
- .fa-github-alt:before {
949
- content: "\f113"; }
950
-
951
- .fa-folder-o:before {
952
- content: "\f114"; }
953
-
954
- .fa-folder-open-o:before {
955
- content: "\f115"; }
956
-
957
- .fa-smile-o:before {
958
- content: "\f118"; }
959
-
960
- .fa-frown-o:before {
961
- content: "\f119"; }
962
-
963
- .fa-meh-o:before {
964
- content: "\f11a"; }
965
-
966
- .fa-gamepad:before {
967
- content: "\f11b"; }
968
-
969
- .fa-keyboard-o:before {
970
- content: "\f11c"; }
971
-
972
- .fa-flag-o:before {
973
- content: "\f11d"; }
974
-
975
- .fa-flag-checkered:before {
976
- content: "\f11e"; }
977
-
978
- .fa-terminal:before {
979
- content: "\f120"; }
980
-
981
- .fa-code:before {
982
- content: "\f121"; }
983
-
984
- .fa-mail-reply-all:before,
985
- .fa-reply-all:before {
986
- content: "\f122"; }
987
-
988
- .fa-star-half-empty:before,
989
- .fa-star-half-full:before,
990
- .fa-star-half-o:before {
991
- content: "\f123"; }
992
-
993
- .fa-location-arrow:before {
994
- content: "\f124"; }
995
-
996
- .fa-crop:before {
997
- content: "\f125"; }
998
-
999
- .fa-code-fork:before {
1000
- content: "\f126"; }
1001
-
1002
- .fa-unlink:before,
1003
- .fa-chain-broken:before {
1004
- content: "\f127"; }
1005
-
1006
- .fa-question:before {
1007
- content: "\f128"; }
1008
-
1009
- .fa-info:before {
1010
- content: "\f129"; }
1011
-
1012
- .fa-exclamation:before {
1013
- content: "\f12a"; }
1014
-
1015
- .fa-superscript:before {
1016
- content: "\f12b"; }
1017
-
1018
- .fa-subscript:before {
1019
- content: "\f12c"; }
1020
-
1021
- .fa-eraser:before {
1022
- content: "\f12d"; }
1023
-
1024
- .fa-puzzle-piece:before {
1025
- content: "\f12e"; }
1026
-
1027
- .fa-microphone:before {
1028
- content: "\f130"; }
1029
-
1030
- .fa-microphone-slash:before {
1031
- content: "\f131"; }
1032
-
1033
- .fa-shield:before {
1034
- content: "\f132"; }
1035
-
1036
- .fa-calendar-o:before {
1037
- content: "\f133"; }
1038
-
1039
- .fa-fire-extinguisher:before {
1040
- content: "\f134"; }
1041
-
1042
- .fa-rocket:before {
1043
- content: "\f135"; }
1044
-
1045
- .fa-maxcdn:before {
1046
- content: "\f136"; }
1047
-
1048
- .fa-chevron-circle-left:before {
1049
- content: "\f137"; }
1050
-
1051
- .fa-chevron-circle-right:before {
1052
- content: "\f138"; }
1053
-
1054
- .fa-chevron-circle-up:before {
1055
- content: "\f139"; }
1056
-
1057
- .fa-chevron-circle-down:before {
1058
- content: "\f13a"; }
1059
-
1060
- .fa-html5:before {
1061
- content: "\f13b"; }
1062
-
1063
- .fa-css3:before {
1064
- content: "\f13c"; }
1065
-
1066
- .fa-anchor:before {
1067
- content: "\f13d"; }
1068
-
1069
- .fa-unlock-alt:before {
1070
- content: "\f13e"; }
1071
-
1072
- .fa-bullseye:before {
1073
- content: "\f140"; }
1074
-
1075
- .fa-ellipsis-h:before {
1076
- content: "\f141"; }
1077
-
1078
- .fa-ellipsis-v:before {
1079
- content: "\f142"; }
1080
-
1081
- .fa-rss-square:before {
1082
- content: "\f143"; }
1083
-
1084
- .fa-play-circle:before {
1085
- content: "\f144"; }
1086
-
1087
- .fa-ticket:before {
1088
- content: "\f145"; }
1089
-
1090
- .fa-minus-square:before {
1091
- content: "\f146"; }
1092
-
1093
- .fa-minus-square-o:before {
1094
- content: "\f147"; }
1095
-
1096
- .fa-level-up:before {
1097
- content: "\f148"; }
1098
-
1099
- .fa-level-down:before {
1100
- content: "\f149"; }
1101
-
1102
- .fa-check-square:before {
1103
- content: "\f14a"; }
1104
-
1105
- .fa-pencil-square:before {
1106
- content: "\f14b"; }
1107
-
1108
- .fa-external-link-square:before {
1109
- content: "\f14c"; }
1110
-
1111
- .fa-share-square:before {
1112
- content: "\f14d"; }
1113
-
1114
- .fa-compass:before {
1115
- content: "\f14e"; }
1116
-
1117
- .fa-toggle-down:before,
1118
- .fa-caret-square-o-down:before {
1119
- content: "\f150"; }
1120
-
1121
- .fa-toggle-up:before,
1122
- .fa-caret-square-o-up:before {
1123
- content: "\f151"; }
1124
-
1125
- .fa-toggle-right:before,
1126
- .fa-caret-square-o-right:before {
1127
- content: "\f152"; }
1128
-
1129
- .fa-euro:before,
1130
- .fa-eur:before {
1131
- content: "\f153"; }
1132
-
1133
- .fa-gbp:before {
1134
- content: "\f154"; }
1135
-
1136
- .fa-dollar:before,
1137
- .fa-usd:before {
1138
- content: "\f155"; }
1139
-
1140
- .fa-rupee:before,
1141
- .fa-inr:before {
1142
- content: "\f156"; }
1143
-
1144
- .fa-cny:before,
1145
- .fa-rmb:before,
1146
- .fa-yen:before,
1147
- .fa-jpy:before {
1148
- content: "\f157"; }
1149
-
1150
- .fa-ruble:before,
1151
- .fa-rouble:before,
1152
- .fa-rub:before {
1153
- content: "\f158"; }
1154
-
1155
- .fa-won:before,
1156
- .fa-krw:before {
1157
- content: "\f159"; }
1158
-
1159
- .fa-bitcoin:before,
1160
- .fa-btc:before {
1161
- content: "\f15a"; }
1162
-
1163
- .fa-file:before {
1164
- content: "\f15b"; }
1165
-
1166
- .fa-file-text:before {
1167
- content: "\f15c"; }
1168
-
1169
- .fa-sort-alpha-asc:before {
1170
- content: "\f15d"; }
1171
-
1172
- .fa-sort-alpha-desc:before {
1173
- content: "\f15e"; }
1174
-
1175
- .fa-sort-amount-asc:before {
1176
- content: "\f160"; }
1177
-
1178
- .fa-sort-amount-desc:before {
1179
- content: "\f161"; }
1180
-
1181
- .fa-sort-numeric-asc:before {
1182
- content: "\f162"; }
1183
-
1184
- .fa-sort-numeric-desc:before {
1185
- content: "\f163"; }
1186
-
1187
- .fa-thumbs-up:before {
1188
- content: "\f164"; }
1189
-
1190
- .fa-thumbs-down:before {
1191
- content: "\f165"; }
1192
-
1193
- .fa-youtube-square:before {
1194
- content: "\f166"; }
1195
-
1196
- .fa-youtube:before {
1197
- content: "\f167"; }
1198
-
1199
- .fa-xing:before {
1200
- content: "\f168"; }
1201
-
1202
- .fa-xing-square:before {
1203
- content: "\f169"; }
1204
-
1205
- .fa-youtube-play:before {
1206
- content: "\f16a"; }
1207
-
1208
- .fa-dropbox:before {
1209
- content: "\f16b"; }
1210
-
1211
- .fa-stack-overflow:before {
1212
- content: "\f16c"; }
1213
-
1214
- .fa-instagram:before {
1215
- content: "\f16d"; }
1216
-
1217
- .fa-flickr:before {
1218
- content: "\f16e"; }
1219
-
1220
- .fa-adn:before {
1221
- content: "\f170"; }
1222
-
1223
- .fa-bitbucket:before {
1224
- content: "\f171"; }
1225
-
1226
- .fa-bitbucket-square:before {
1227
- content: "\f172"; }
1228
-
1229
- .fa-tumblr:before {
1230
- content: "\f173"; }
1231
-
1232
- .fa-tumblr-square:before {
1233
- content: "\f174"; }
1234
-
1235
- .fa-long-arrow-down:before {
1236
- content: "\f175"; }
1237
-
1238
- .fa-long-arrow-up:before {
1239
- content: "\f176"; }
1240
-
1241
- .fa-long-arrow-left:before {
1242
- content: "\f177"; }
1243
-
1244
- .fa-long-arrow-right:before {
1245
- content: "\f178"; }
1246
-
1247
- .fa-apple:before {
1248
- content: "\f179"; }
1249
-
1250
- .fa-windows:before {
1251
- content: "\f17a"; }
1252
-
1253
- .fa-android:before {
1254
- content: "\f17b"; }
1255
-
1256
- .fa-linux:before {
1257
- content: "\f17c"; }
1258
-
1259
- .fa-dribbble:before {
1260
- content: "\f17d"; }
1261
-
1262
- .fa-skype:before {
1263
- content: "\f17e"; }
1264
-
1265
- .fa-foursquare:before {
1266
- content: "\f180"; }
1267
-
1268
- .fa-trello:before {
1269
- content: "\f181"; }
1270
-
1271
- .fa-female:before {
1272
- content: "\f182"; }
1273
-
1274
- .fa-male:before {
1275
- content: "\f183"; }
1276
-
1277
- .fa-gittip:before,
1278
- .fa-gratipay:before {
1279
- content: "\f184"; }
1280
-
1281
- .fa-sun-o:before {
1282
- content: "\f185"; }
1283
-
1284
- .fa-moon-o:before {
1285
- content: "\f186"; }
1286
-
1287
- .fa-archive:before {
1288
- content: "\f187"; }
1289
-
1290
- .fa-bug:before {
1291
- content: "\f188"; }
1292
-
1293
- .fa-vk:before {
1294
- content: "\f189"; }
1295
-
1296
- .fa-weibo:before {
1297
- content: "\f18a"; }
1298
-
1299
- .fa-renren:before {
1300
- content: "\f18b"; }
1301
-
1302
- .fa-pagelines:before {
1303
- content: "\f18c"; }
1304
-
1305
- .fa-stack-exchange:before {
1306
- content: "\f18d"; }
1307
-
1308
- .fa-arrow-circle-o-right:before {
1309
- content: "\f18e"; }
1310
-
1311
- .fa-arrow-circle-o-left:before {
1312
- content: "\f190"; }
1313
-
1314
- .fa-toggle-left:before,
1315
- .fa-caret-square-o-left:before {
1316
- content: "\f191"; }
1317
-
1318
- .fa-dot-circle-o:before {
1319
- content: "\f192"; }
1320
-
1321
- .fa-wheelchair:before {
1322
- content: "\f193"; }
1323
-
1324
- .fa-vimeo-square:before {
1325
- content: "\f194"; }
1326
-
1327
- .fa-turkish-lira:before,
1328
- .fa-try:before {
1329
- content: "\f195"; }
1330
-
1331
- .fa-plus-square-o:before {
1332
- content: "\f196"; }
1333
-
1334
- .fa-space-shuttle:before {
1335
- content: "\f197"; }
1336
-
1337
- .fa-slack:before {
1338
- content: "\f198"; }
1339
-
1340
- .fa-envelope-square:before {
1341
- content: "\f199"; }
1342
-
1343
- .fa-wordpress:before {
1344
- content: "\f19a"; }
1345
-
1346
- .fa-openid:before {
1347
- content: "\f19b"; }
1348
-
1349
- .fa-institution:before,
1350
- .fa-bank:before,
1351
- .fa-university:before {
1352
- content: "\f19c"; }
1353
-
1354
- .fa-mortar-board:before,
1355
- .fa-graduation-cap:before {
1356
- content: "\f19d"; }
1357
-
1358
- .fa-yahoo:before {
1359
- content: "\f19e"; }
1360
-
1361
- .fa-google:before {
1362
- content: "\f1a0"; }
1363
-
1364
- .fa-reddit:before {
1365
- content: "\f1a1"; }
1366
-
1367
- .fa-reddit-square:before {
1368
- content: "\f1a2"; }
1369
-
1370
- .fa-stumbleupon-circle:before {
1371
- content: "\f1a3"; }
1372
-
1373
- .fa-stumbleupon:before {
1374
- content: "\f1a4"; }
1375
-
1376
- .fa-delicious:before {
1377
- content: "\f1a5"; }
1378
-
1379
- .fa-digg:before {
1380
- content: "\f1a6"; }
1381
-
1382
- .fa-pied-piper-pp:before {
1383
- content: "\f1a7"; }
1384
-
1385
- .fa-pied-piper-alt:before {
1386
- content: "\f1a8"; }
1387
-
1388
- .fa-drupal:before {
1389
- content: "\f1a9"; }
1390
-
1391
- .fa-joomla:before {
1392
- content: "\f1aa"; }
1393
-
1394
- .fa-language:before {
1395
- content: "\f1ab"; }
1396
-
1397
- .fa-fax:before {
1398
- content: "\f1ac"; }
1399
-
1400
- .fa-building:before {
1401
- content: "\f1ad"; }
1402
-
1403
- .fa-child:before {
1404
- content: "\f1ae"; }
1405
-
1406
- .fa-paw:before {
1407
- content: "\f1b0"; }
1408
-
1409
- .fa-spoon:before {
1410
- content: "\f1b1"; }
1411
-
1412
- .fa-cube:before {
1413
- content: "\f1b2"; }
1414
-
1415
- .fa-cubes:before {
1416
- content: "\f1b3"; }
1417
-
1418
- .fa-behance:before {
1419
- content: "\f1b4"; }
1420
-
1421
- .fa-behance-square:before {
1422
- content: "\f1b5"; }
1423
-
1424
- .fa-steam:before {
1425
- content: "\f1b6"; }
1426
-
1427
- .fa-steam-square:before {
1428
- content: "\f1b7"; }
1429
-
1430
- .fa-recycle:before {
1431
- content: "\f1b8"; }
1432
-
1433
- .fa-automobile:before,
1434
- .fa-car:before {
1435
- content: "\f1b9"; }
1436
-
1437
- .fa-cab:before,
1438
- .fa-taxi:before {
1439
- content: "\f1ba"; }
1440
-
1441
- .fa-tree:before {
1442
- content: "\f1bb"; }
1443
-
1444
- .fa-spotify:before {
1445
- content: "\f1bc"; }
1446
-
1447
- .fa-deviantart:before {
1448
- content: "\f1bd"; }
1449
-
1450
- .fa-soundcloud:before {
1451
- content: "\f1be"; }
1452
-
1453
- .fa-database:before {
1454
- content: "\f1c0"; }
1455
-
1456
- .fa-file-pdf-o:before {
1457
- content: "\f1c1"; }
1458
-
1459
- .fa-file-word-o:before {
1460
- content: "\f1c2"; }
1461
-
1462
- .fa-file-excel-o:before {
1463
- content: "\f1c3"; }
1464
-
1465
- .fa-file-powerpoint-o:before {
1466
- content: "\f1c4"; }
1467
-
1468
- .fa-file-photo-o:before,
1469
- .fa-file-picture-o:before,
1470
- .fa-file-image-o:before {
1471
- content: "\f1c5"; }
1472
-
1473
- .fa-file-zip-o:before,
1474
- .fa-file-archive-o:before {
1475
- content: "\f1c6"; }
1476
-
1477
- .fa-file-sound-o:before,
1478
- .fa-file-audio-o:before {
1479
- content: "\f1c7"; }
1480
-
1481
- .fa-file-movie-o:before,
1482
- .fa-file-video-o:before {
1483
- content: "\f1c8"; }
1484
-
1485
- .fa-file-code-o:before {
1486
- content: "\f1c9"; }
1487
-
1488
- .fa-vine:before {
1489
- content: "\f1ca"; }
1490
-
1491
- .fa-codepen:before {
1492
- content: "\f1cb"; }
1493
-
1494
- .fa-jsfiddle:before {
1495
- content: "\f1cc"; }
1496
-
1497
- .fa-life-bouy:before,
1498
- .fa-life-buoy:before,
1499
- .fa-life-saver:before,
1500
- .fa-support:before,
1501
- .fa-life-ring:before {
1502
- content: "\f1cd"; }
1503
-
1504
- .fa-circle-o-notch:before {
1505
- content: "\f1ce"; }
1506
-
1507
- .fa-ra:before,
1508
- .fa-resistance:before,
1509
- .fa-rebel:before {
1510
- content: "\f1d0"; }
1511
-
1512
- .fa-ge:before,
1513
- .fa-empire:before {
1514
- content: "\f1d1"; }
1515
-
1516
- .fa-git-square:before {
1517
- content: "\f1d2"; }
1518
-
1519
- .fa-git:before {
1520
- content: "\f1d3"; }
1521
-
1522
- .fa-y-combinator-square:before,
1523
- .fa-yc-square:before,
1524
- .fa-hacker-news:before {
1525
- content: "\f1d4"; }
1526
-
1527
- .fa-tencent-weibo:before {
1528
- content: "\f1d5"; }
1529
-
1530
- .fa-qq:before {
1531
- content: "\f1d6"; }
1532
-
1533
- .fa-wechat:before,
1534
- .fa-weixin:before {
1535
- content: "\f1d7"; }
1536
-
1537
- .fa-send:before,
1538
- .fa-paper-plane:before {
1539
- content: "\f1d8"; }
1540
-
1541
- .fa-send-o:before,
1542
- .fa-paper-plane-o:before {
1543
- content: "\f1d9"; }
1544
-
1545
- .fa-history:before {
1546
- content: "\f1da"; }
1547
-
1548
- .fa-circle-thin:before {
1549
- content: "\f1db"; }
1550
-
1551
- .fa-header:before {
1552
- content: "\f1dc"; }
1553
-
1554
- .fa-paragraph:before {
1555
- content: "\f1dd"; }
1556
-
1557
- .fa-sliders:before {
1558
- content: "\f1de"; }
1559
-
1560
- .fa-share-alt:before {
1561
- content: "\f1e0"; }
1562
-
1563
- .fa-share-alt-square:before {
1564
- content: "\f1e1"; }
1565
-
1566
- .fa-bomb:before {
1567
- content: "\f1e2"; }
1568
-
1569
- .fa-soccer-ball-o:before,
1570
- .fa-futbol-o:before {
1571
- content: "\f1e3"; }
1572
-
1573
- .fa-tty:before {
1574
- content: "\f1e4"; }
1575
-
1576
- .fa-binoculars:before {
1577
- content: "\f1e5"; }
1578
-
1579
- .fa-plug:before {
1580
- content: "\f1e6"; }
1581
-
1582
- .fa-slideshare:before {
1583
- content: "\f1e7"; }
1584
-
1585
- .fa-twitch:before {
1586
- content: "\f1e8"; }
1587
-
1588
- .fa-yelp:before {
1589
- content: "\f1e9"; }
1590
-
1591
- .fa-newspaper-o:before {
1592
- content: "\f1ea"; }
1593
-
1594
- .fa-wifi:before {
1595
- content: "\f1eb"; }
1596
-
1597
- .fa-calculator:before {
1598
- content: "\f1ec"; }
1599
-
1600
- .fa-paypal:before {
1601
- content: "\f1ed"; }
1602
-
1603
- .fa-google-wallet:before {
1604
- content: "\f1ee"; }
1605
-
1606
- .fa-cc-visa:before {
1607
- content: "\f1f0"; }
1608
-
1609
- .fa-cc-mastercard:before {
1610
- content: "\f1f1"; }
1611
-
1612
- .fa-cc-discover:before {
1613
- content: "\f1f2"; }
1614
-
1615
- .fa-cc-amex:before {
1616
- content: "\f1f3"; }
1617
-
1618
- .fa-cc-paypal:before {
1619
- content: "\f1f4"; }
1620
-
1621
- .fa-cc-stripe:before {
1622
- content: "\f1f5"; }
1623
-
1624
- .fa-bell-slash:before {
1625
- content: "\f1f6"; }
1626
-
1627
- .fa-bell-slash-o:before {
1628
- content: "\f1f7"; }
1629
-
1630
- .fa-trash:before {
1631
- content: "\f1f8"; }
1632
-
1633
- .fa-copyright:before {
1634
- content: "\f1f9"; }
1635
-
1636
- .fa-at:before {
1637
- content: "\f1fa"; }
1638
-
1639
- .fa-eyedropper:before {
1640
- content: "\f1fb"; }
1641
-
1642
- .fa-paint-brush:before {
1643
- content: "\f1fc"; }
1644
-
1645
- .fa-birthday-cake:before {
1646
- content: "\f1fd"; }
1647
-
1648
- .fa-area-chart:before {
1649
- content: "\f1fe"; }
1650
-
1651
- .fa-pie-chart:before {
1652
- content: "\f200"; }
1653
-
1654
- .fa-line-chart:before {
1655
- content: "\f201"; }
1656
-
1657
- .fa-lastfm:before {
1658
- content: "\f202"; }
1659
-
1660
- .fa-lastfm-square:before {
1661
- content: "\f203"; }
1662
-
1663
- .fa-toggle-off:before {
1664
- content: "\f204"; }
1665
-
1666
- .fa-toggle-on:before {
1667
- content: "\f205"; }
1668
-
1669
- .fa-bicycle:before {
1670
- content: "\f206"; }
1671
-
1672
- .fa-bus:before {
1673
- content: "\f207"; }
1674
-
1675
- .fa-ioxhost:before {
1676
- content: "\f208"; }
1677
-
1678
- .fa-angellist:before {
1679
- content: "\f209"; }
1680
-
1681
- .fa-cc:before {
1682
- content: "\f20a"; }
1683
-
1684
- .fa-shekel:before,
1685
- .fa-sheqel:before,
1686
- .fa-ils:before {
1687
- content: "\f20b"; }
1688
-
1689
- .fa-meanpath:before {
1690
- content: "\f20c"; }
1691
-
1692
- .fa-buysellads:before {
1693
- content: "\f20d"; }
1694
-
1695
- .fa-connectdevelop:before {
1696
- content: "\f20e"; }
1697
-
1698
- .fa-dashcube:before {
1699
- content: "\f210"; }
1700
-
1701
- .fa-forumbee:before {
1702
- content: "\f211"; }
1703
-
1704
- .fa-leanpub:before {
1705
- content: "\f212"; }
1706
-
1707
- .fa-sellsy:before {
1708
- content: "\f213"; }
1709
-
1710
- .fa-shirtsinbulk:before {
1711
- content: "\f214"; }
1712
-
1713
- .fa-simplybuilt:before {
1714
- content: "\f215"; }
1715
-
1716
- .fa-skyatlas:before {
1717
- content: "\f216"; }
1718
-
1719
- .fa-cart-plus:before {
1720
- content: "\f217"; }
1721
-
1722
- .fa-cart-arrow-down:before {
1723
- content: "\f218"; }
1724
-
1725
- .fa-diamond:before {
1726
- content: "\f219"; }
1727
-
1728
- .fa-ship:before {
1729
- content: "\f21a"; }
1730
-
1731
- .fa-user-secret:before {
1732
- content: "\f21b"; }
1733
-
1734
- .fa-motorcycle:before {
1735
- content: "\f21c"; }
1736
-
1737
- .fa-street-view:before {
1738
- content: "\f21d"; }
1739
-
1740
- .fa-heartbeat:before {
1741
- content: "\f21e"; }
1742
-
1743
- .fa-venus:before {
1744
- content: "\f221"; }
1745
-
1746
- .fa-mars:before {
1747
- content: "\f222"; }
1748
-
1749
- .fa-mercury:before {
1750
- content: "\f223"; }
1751
-
1752
- .fa-intersex:before,
1753
- .fa-transgender:before {
1754
- content: "\f224"; }
1755
-
1756
- .fa-transgender-alt:before {
1757
- content: "\f225"; }
1758
-
1759
- .fa-venus-double:before {
1760
- content: "\f226"; }
1761
-
1762
- .fa-mars-double:before {
1763
- content: "\f227"; }
1764
-
1765
- .fa-venus-mars:before {
1766
- content: "\f228"; }
1767
-
1768
- .fa-mars-stroke:before {
1769
- content: "\f229"; }
1770
-
1771
- .fa-mars-stroke-v:before {
1772
- content: "\f22a"; }
1773
-
1774
- .fa-mars-stroke-h:before {
1775
- content: "\f22b"; }
1776
-
1777
- .fa-neuter:before {
1778
- content: "\f22c"; }
1779
-
1780
- .fa-genderless:before {
1781
- content: "\f22d"; }
1782
-
1783
- .fa-facebook-official:before {
1784
- content: "\f230"; }
1785
-
1786
- .fa-pinterest-p:before {
1787
- content: "\f231"; }
1788
-
1789
- .fa-whatsapp:before {
1790
- content: "\f232"; }
1791
-
1792
- .fa-server:before {
1793
- content: "\f233"; }
1794
-
1795
- .fa-user-plus:before {
1796
- content: "\f234"; }
1797
-
1798
- .fa-user-times:before {
1799
- content: "\f235"; }
1800
-
1801
- .fa-hotel:before,
1802
- .fa-bed:before {
1803
- content: "\f236"; }
1804
-
1805
- .fa-viacoin:before {
1806
- content: "\f237"; }
1807
-
1808
- .fa-train:before {
1809
- content: "\f238"; }
1810
-
1811
- .fa-subway:before {
1812
- content: "\f239"; }
1813
-
1814
- .fa-medium:before {
1815
- content: "\f23a"; }
1816
-
1817
- .fa-yc:before,
1818
- .fa-y-combinator:before {
1819
- content: "\f23b"; }
1820
-
1821
- .fa-optin-monster:before {
1822
- content: "\f23c"; }
1823
-
1824
- .fa-opencart:before {
1825
- content: "\f23d"; }
1826
-
1827
- .fa-expeditedssl:before {
1828
- content: "\f23e"; }
1829
-
1830
- .fa-battery-4:before,
1831
- .fa-battery-full:before {
1832
- content: "\f240"; }
1833
-
1834
- .fa-battery-3:before,
1835
- .fa-battery-three-quarters:before {
1836
- content: "\f241"; }
1837
-
1838
- .fa-battery-2:before,
1839
- .fa-battery-half:before {
1840
- content: "\f242"; }
1841
-
1842
- .fa-battery-1:before,
1843
- .fa-battery-quarter:before {
1844
- content: "\f243"; }
1845
-
1846
- .fa-battery-0:before,
1847
- .fa-battery-empty:before {
1848
- content: "\f244"; }
1849
-
1850
- .fa-mouse-pointer:before {
1851
- content: "\f245"; }
1852
-
1853
- .fa-i-cursor:before {
1854
- content: "\f246"; }
1855
-
1856
- .fa-object-group:before {
1857
- content: "\f247"; }
1858
-
1859
- .fa-object-ungroup:before {
1860
- content: "\f248"; }
1861
-
1862
- .fa-sticky-note:before {
1863
- content: "\f249"; }
1864
-
1865
- .fa-sticky-note-o:before {
1866
- content: "\f24a"; }
1867
-
1868
- .fa-cc-jcb:before {
1869
- content: "\f24b"; }
1870
-
1871
- .fa-cc-diners-club:before {
1872
- content: "\f24c"; }
1873
-
1874
- .fa-clone:before {
1875
- content: "\f24d"; }
1876
-
1877
- .fa-balance-scale:before {
1878
- content: "\f24e"; }
1879
-
1880
- .fa-hourglass-o:before {
1881
- content: "\f250"; }
1882
-
1883
- .fa-hourglass-1:before,
1884
- .fa-hourglass-start:before {
1885
- content: "\f251"; }
1886
-
1887
- .fa-hourglass-2:before,
1888
- .fa-hourglass-half:before {
1889
- content: "\f252"; }
1890
-
1891
- .fa-hourglass-3:before,
1892
- .fa-hourglass-end:before {
1893
- content: "\f253"; }
1894
-
1895
- .fa-hourglass:before {
1896
- content: "\f254"; }
1897
-
1898
- .fa-hand-grab-o:before,
1899
- .fa-hand-rock-o:before {
1900
- content: "\f255"; }
1901
-
1902
- .fa-hand-stop-o:before,
1903
- .fa-hand-paper-o:before {
1904
- content: "\f256"; }
1905
-
1906
- .fa-hand-scissors-o:before {
1907
- content: "\f257"; }
1908
-
1909
- .fa-hand-lizard-o:before {
1910
- content: "\f258"; }
1911
-
1912
- .fa-hand-spock-o:before {
1913
- content: "\f259"; }
1914
-
1915
- .fa-hand-pointer-o:before {
1916
- content: "\f25a"; }
1917
-
1918
- .fa-hand-peace-o:before {
1919
- content: "\f25b"; }
1920
-
1921
- .fa-trademark:before {
1922
- content: "\f25c"; }
1923
-
1924
- .fa-registered:before {
1925
- content: "\f25d"; }
1926
-
1927
- .fa-creative-commons:before {
1928
- content: "\f25e"; }
1929
-
1930
- .fa-gg:before {
1931
- content: "\f260"; }
1932
-
1933
- .fa-gg-circle:before {
1934
- content: "\f261"; }
1935
-
1936
- .fa-tripadvisor:before {
1937
- content: "\f262"; }
1938
-
1939
- .fa-odnoklassniki:before {
1940
- content: "\f263"; }
1941
-
1942
- .fa-odnoklassniki-square:before {
1943
- content: "\f264"; }
1944
-
1945
- .fa-get-pocket:before {
1946
- content: "\f265"; }
1947
-
1948
- .fa-wikipedia-w:before {
1949
- content: "\f266"; }
1950
-
1951
- .fa-safari:before {
1952
- content: "\f267"; }
1953
-
1954
- .fa-chrome:before {
1955
- content: "\f268"; }
1956
-
1957
- .fa-firefox:before {
1958
- content: "\f269"; }
1959
-
1960
- .fa-opera:before {
1961
- content: "\f26a"; }
1962
-
1963
- .fa-internet-explorer:before {
1964
- content: "\f26b"; }
1965
-
1966
- .fa-tv:before,
1967
- .fa-television:before {
1968
- content: "\f26c"; }
1969
-
1970
- .fa-contao:before {
1971
- content: "\f26d"; }
1972
-
1973
- .fa-500px:before {
1974
- content: "\f26e"; }
1975
-
1976
- .fa-amazon:before {
1977
- content: "\f270"; }
1978
-
1979
- .fa-calendar-plus-o:before {
1980
- content: "\f271"; }
1981
-
1982
- .fa-calendar-minus-o:before {
1983
- content: "\f272"; }
1984
-
1985
- .fa-calendar-times-o:before {
1986
- content: "\f273"; }
1987
-
1988
- .fa-calendar-check-o:before {
1989
- content: "\f274"; }
1990
-
1991
- .fa-industry:before {
1992
- content: "\f275"; }
1993
-
1994
- .fa-map-pin:before {
1995
- content: "\f276"; }
1996
-
1997
- .fa-map-signs:before {
1998
- content: "\f277"; }
1999
-
2000
- .fa-map-o:before {
2001
- content: "\f278"; }
2002
-
2003
- .fa-map:before {
2004
- content: "\f279"; }
2005
-
2006
- .fa-commenting:before {
2007
- content: "\f27a"; }
2008
-
2009
- .fa-commenting-o:before {
2010
- content: "\f27b"; }
2011
-
2012
- .fa-houzz:before {
2013
- content: "\f27c"; }
2014
-
2015
- .fa-vimeo:before {
2016
- content: "\f27d"; }
2017
-
2018
- .fa-black-tie:before {
2019
- content: "\f27e"; }
2020
-
2021
- .fa-fonticons:before {
2022
- content: "\f280"; }
2023
-
2024
- .fa-reddit-alien:before {
2025
- content: "\f281"; }
2026
-
2027
- .fa-edge:before {
2028
- content: "\f282"; }
2029
-
2030
- .fa-credit-card-alt:before {
2031
- content: "\f283"; }
2032
-
2033
- .fa-codiepie:before {
2034
- content: "\f284"; }
2035
-
2036
- .fa-modx:before {
2037
- content: "\f285"; }
2038
-
2039
- .fa-fort-awesome:before {
2040
- content: "\f286"; }
2041
-
2042
- .fa-usb:before {
2043
- content: "\f287"; }
2044
-
2045
- .fa-product-hunt:before {
2046
- content: "\f288"; }
2047
-
2048
- .fa-mixcloud:before {
2049
- content: "\f289"; }
2050
-
2051
- .fa-scribd:before {
2052
- content: "\f28a"; }
2053
-
2054
- .fa-pause-circle:before {
2055
- content: "\f28b"; }
2056
-
2057
- .fa-pause-circle-o:before {
2058
- content: "\f28c"; }
2059
-
2060
- .fa-stop-circle:before {
2061
- content: "\f28d"; }
2062
-
2063
- .fa-stop-circle-o:before {
2064
- content: "\f28e"; }
2065
-
2066
- .fa-shopping-bag:before {
2067
- content: "\f290"; }
2068
-
2069
- .fa-shopping-basket:before {
2070
- content: "\f291"; }
2071
-
2072
- .fa-hashtag:before {
2073
- content: "\f292"; }
2074
-
2075
- .fa-bluetooth:before {
2076
- content: "\f293"; }
2077
-
2078
- .fa-bluetooth-b:before {
2079
- content: "\f294"; }
2080
-
2081
- .fa-percent:before {
2082
- content: "\f295"; }
2083
-
2084
- .fa-gitlab:before {
2085
- content: "\f296"; }
2086
-
2087
- .fa-wpbeginner:before {
2088
- content: "\f297"; }
2089
-
2090
- .fa-wpforms:before {
2091
- content: "\f298"; }
2092
-
2093
- .fa-envira:before {
2094
- content: "\f299"; }
2095
-
2096
- .fa-universal-access:before {
2097
- content: "\f29a"; }
2098
-
2099
- .fa-wheelchair-alt:before {
2100
- content: "\f29b"; }
2101
-
2102
- .fa-question-circle-o:before {
2103
- content: "\f29c"; }
2104
-
2105
- .fa-blind:before {
2106
- content: "\f29d"; }
2107
-
2108
- .fa-audio-description:before {
2109
- content: "\f29e"; }
2110
-
2111
- .fa-volume-control-phone:before {
2112
- content: "\f2a0"; }
2113
-
2114
- .fa-braille:before {
2115
- content: "\f2a1"; }
2116
-
2117
- .fa-assistive-listening-systems:before {
2118
- content: "\f2a2"; }
2119
-
2120
- .fa-asl-interpreting:before,
2121
- .fa-american-sign-language-interpreting:before {
2122
- content: "\f2a3"; }
2123
-
2124
- .fa-deafness:before,
2125
- .fa-hard-of-hearing:before,
2126
- .fa-deaf:before {
2127
- content: "\f2a4"; }
2128
-
2129
- .fa-glide:before {
2130
- content: "\f2a5"; }
2131
-
2132
- .fa-glide-g:before {
2133
- content: "\f2a6"; }
2134
-
2135
- .fa-signing:before,
2136
- .fa-sign-language:before {
2137
- content: "\f2a7"; }
2138
-
2139
- .fa-low-vision:before {
2140
- content: "\f2a8"; }
2141
-
2142
- .fa-viadeo:before {
2143
- content: "\f2a9"; }
2144
-
2145
- .fa-viadeo-square:before {
2146
- content: "\f2aa"; }
2147
-
2148
- .fa-snapchat:before {
2149
- content: "\f2ab"; }
2150
-
2151
- .fa-snapchat-ghost:before {
2152
- content: "\f2ac"; }
2153
-
2154
- .fa-snapchat-square:before {
2155
- content: "\f2ad"; }
2156
-
2157
- .fa-pied-piper:before {
2158
- content: "\f2ae"; }
2159
-
2160
- .fa-first-order:before {
2161
- content: "\f2b0"; }
2162
-
2163
- .fa-yoast:before {
2164
- content: "\f2b1"; }
2165
-
2166
- .fa-themeisle:before {
2167
- content: "\f2b2"; }
2168
-
2169
- .fa-google-plus-circle:before,
2170
- .fa-google-plus-official:before {
2171
- content: "\f2b3"; }
2172
-
2173
- .fa-fa:before,
2174
- .fa-font-awesome:before {
2175
- content: "\f2b4"; }
2176
-
2177
- .sr-only {
2178
- position: absolute;
2179
- width: 1px;
2180
- height: 1px;
2181
- padding: 0;
2182
- margin: -1px;
2183
- overflow: hidden;
2184
- clip: rect(0, 0, 0, 0);
2185
- border: 0; }
2186
-
2187
- .sr-only-focusable:active,
2188
- .sr-only-focusable:focus {
2189
- position: static;
2190
- width: auto;
2191
- height: auto;
2192
- margin: 0;
2193
- overflow: visible;
2194
- clip: auto; }
1
  /*!
2
  * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.6.3);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/menu.css CHANGED
@@ -1,32 +1 @@
1
- /**
2
- * menu.scss
3
- * Styles applied to dashboard menu items added via FlashToolkit.
4
- */
5
- /**
6
- * Imports
7
- */
8
- /**
9
- * _mixins.scss
10
- * Flash Toolkit Mixins
11
- */
12
- /**
13
- * _variables.scss
14
- * Flash Toolkit CSS Variables
15
- */
16
- /**
17
- * Styling begins
18
- */
19
- ul.layout_data p.form-field {
20
- margin: 15px 0; }
21
- ul.layout_data p.form-field span,
22
- ul.layout_data p.form-field label,
23
- ul.layout_data p.form-field select {
24
- width: 100%; }
25
- ul.layout_data p.form-field label {
26
- float: left;
27
- font-weight: 600; }
28
- ul.layout_data p.form-field span.side {
29
- color: #777;
30
- display: block;
31
- font-style: normal;
32
- margin-bottom: 5px; }
1
+ ul.layout_data p.form-field{margin:15px 0}ul.layout_data p.form-field label,ul.layout_data p.form-field select,ul.layout_data p.form-field span{width:100%}ul.layout_data p.form-field label{float:left;font-weight:600}ul.layout_data p.form-field span.side{color:#777;display:block;font-style:normal;margin-bottom:5px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/widgets.css CHANGED
@@ -1,820 +1 @@
1
- @charset "UTF-8";
2
- /**
3
- * widgets.scss
4
- * Styles applied to Widgets Page.
5
- */
6
- /**
7
- * Imports
8
- */
9
- /**
10
- * _mixins.scss
11
- * Flash Toolkit Mixins
12
- */
13
- /**
14
- * _variables.scss
15
- * Flash Toolkit CSS Variables
16
- */
17
- .select2-container {
18
- box-sizing: border-box;
19
- display: inline-block;
20
- margin: 0;
21
- position: relative;
22
- vertical-align: middle; }
23
-
24
- .select2-container .select2-selection--single {
25
- box-sizing: border-box;
26
- cursor: pointer;
27
- display: block;
28
- height: 28px;
29
- user-select: none;
30
- -webkit-user-select: none; }
31
-
32
- .select2-container .select2-selection--single .select2-selection__rendered {
33
- display: block;
34
- padding-left: 8px;
35
- padding-right: 20px;
36
- overflow: hidden;
37
- text-overflow: ellipsis;
38
- white-space: nowrap; }
39
-
40
- .select2-container .select2-selection--single .select2-selection__clear {
41
- position: relative; }
42
-
43
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
44
- padding-right: 8px;
45
- padding-left: 20px; }
46
-
47
- .select2-container .select2-selection--multiple {
48
- box-sizing: border-box;
49
- cursor: pointer;
50
- display: block;
51
- min-height: 32px;
52
- user-select: none;
53
- -webkit-user-select: none; }
54
-
55
- .select2-container .select2-selection--multiple .select2-selection__rendered {
56
- display: inline-block;
57
- overflow: hidden;
58
- padding-left: 8px;
59
- text-overflow: ellipsis;
60
- white-space: nowrap; }
61
-
62
- .select2-container .select2-search--inline {
63
- float: left; }
64
-
65
- .select2-container .select2-search--inline .select2-search__field {
66
- box-sizing: border-box;
67
- border: none;
68
- font-size: 100%;
69
- margin-top: 5px;
70
- padding: 0; }
71
-
72
- .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
73
- -webkit-appearance: none; }
74
-
75
- .select2-dropdown {
76
- background-color: white;
77
- border: 1px solid #aaa;
78
- border-radius: 4px;
79
- box-sizing: border-box;
80
- display: block;
81
- position: absolute;
82
- left: -100000px;
83
- width: 100%;
84
- z-index: 1051; }
85
-
86
- .select2-results {
87
- display: block; }
88
-
89
- .select2-results__options {
90
- list-style: none;
91
- margin: 0;
92
- padding: 0; }
93
-
94
- .select2-results__option {
95
- padding: 6px;
96
- user-select: none;
97
- -webkit-user-select: none; }
98
-
99
- .select2-results__option[aria-selected] {
100
- cursor: pointer; }
101
-
102
- .select2-container--open .select2-dropdown {
103
- left: 0; }
104
-
105
- .select2-container--open .select2-dropdown--above {
106
- border-bottom: none;
107
- border-bottom-left-radius: 0;
108
- border-bottom-right-radius: 0; }
109
-
110
- .select2-container--open .select2-dropdown--below {
111
- border-top: none;
112
- border-top-left-radius: 0;
113
- border-top-right-radius: 0; }
114
-
115
- .select2-search--dropdown {
116
- display: block;
117
- padding: 4px; }
118
-
119
- .select2-search--dropdown .select2-search__field {
120
- padding: 4px;
121
- width: 100%;
122
- box-sizing: border-box; }
123
-
124
- .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
125
- -webkit-appearance: none; }
126
-
127
- .select2-search--dropdown.select2-search--hide {
128
- display: none; }
129
-
130
- .select2-close-mask {
131
- border: 0;
132
- margin: 0;
133
- padding: 0;
134
- display: block;
135
- position: fixed;
136
- left: 0;
137
- top: 0;
138
- min-height: 100%;
139
- min-width: 100%;
140
- height: auto;
141
- width: auto;
142
- opacity: 0;
143
- z-index: 99;
144
- background-color: #fff;
145
- filter: alpha(opacity=0); }
146
-
147
- .select2-hidden-accessible {
148
- border: 0 !important;
149
- clip: rect(0 0 0 0) !important;
150
- height: 1px !important;
151
- margin: -1px !important;
152
- overflow: hidden !important;
153
- padding: 0 !important;
154
- position: absolute !important;
155
- width: 1px !important; }
156
-
157
- .select2-container--default .select2-selection--single {
158
- background-color: #fff;
159
- border: 1px solid #aaa;
160
- border-radius: 4px; }
161
-
162
- .select2-container--default .select2-selection--single .select2-selection__rendered {
163
- color: #444;
164
- line-height: 28px; }
165
-
166
- .select2-container--default .select2-selection--single .select2-selection__clear {
167
- cursor: pointer;
168
- float: right;
169
- font-weight: bold; }
170
-
171
- .select2-container--default .select2-selection--single .select2-selection__placeholder {
172
- color: #999; }
173
-
174
- .select2-container--default .select2-selection--single .select2-selection__arrow {
175
- height: 26px;
176
- position: absolute;
177
- top: 1px;
178
- right: 1px;
179
- width: 20px; }
180
-
181
- .select2-container--default .select2-selection--single .select2-selection__arrow b {
182
- border-color: #888 transparent transparent transparent;
183
- border-style: solid;
184
- border-width: 5px 4px 0 4px;
185
- height: 0;
186
- left: 50%;
187
- margin-left: -4px;
188
- margin-top: -2px;
189
- position: absolute;
190
- top: 50%;
191
- width: 0; }
192
-
193
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
194
- float: left; }
195
-
196
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
197
- left: 1px;
198
- right: auto; }
199
-
200
- .select2-container--default.select2-container--disabled .select2-selection--single {
201
- background-color: #eee;
202
- cursor: default; }
203
-
204
- .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
205
- display: none; }
206
-
207
- .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
208
- border-color: transparent transparent #888 transparent;
209
- border-width: 0 4px 5px 4px; }
210
-
211
- .select2-container--default .select2-selection--multiple {
212
- background-color: white;
213
- border: 1px solid #aaa;
214
- border-radius: 4px;
215
- cursor: text; }
216
-
217
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
218
- box-sizing: border-box;
219
- list-style: none;
220
- margin: 0;
221
- padding: 0 5px;
222
- width: 100%; }
223
-
224
- .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
225
- list-style: none; }
226
-
227
- .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
228
- color: #999;
229
- margin-top: 5px;
230
- float: left; }
231
-
232
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
233
- cursor: pointer;
234
- float: right;
235
- font-weight: bold;
236
- margin-top: 5px;
237
- margin-right: 10px; }
238
-
239
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
240
- background-color: #e4e4e4;
241
- border: 1px solid #aaa;
242
- border-radius: 4px;
243
- cursor: default;
244
- float: left;
245
- margin-right: 5px;
246
- margin-top: 5px;
247
- padding: 0 5px; }
248
-
249
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
250
- color: #999;
251
- cursor: pointer;
252
- display: inline-block;
253
- font-weight: bold;
254
- margin-right: 2px; }
255
-
256
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
257
- color: #333; }
258
-
259
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
260
- float: right; }
261
-
262
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
263
- margin-left: 5px;
264
- margin-right: auto; }
265
-
266
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
267
- margin-left: 2px;
268
- margin-right: auto; }
269
-
270
- .select2-container--default.select2-container--focus .select2-selection--multiple {
271
- border: solid black 1px;
272
- outline: 0; }
273
-
274
- .select2-container--default.select2-container--disabled .select2-selection--multiple {
275
- background-color: #eee;
276
- cursor: default; }
277
-
278
- .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
279
- display: none; }
280
-
281
- .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
282
- border-top-left-radius: 0;
283
- border-top-right-radius: 0; }
284
-
285
- .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
286
- border-bottom-left-radius: 0;
287
- border-bottom-right-radius: 0; }
288
-
289
- .select2-container--default .select2-search--dropdown .select2-search__field {
290
- border: 1px solid #aaa; }
291
-
292
- .select2-container--default .select2-search--inline .select2-search__field {
293
- background: transparent;
294
- border: none;
295
- outline: 0;
296
- box-shadow: none;
297
- -webkit-appearance: textfield; }
298
-
299
- .select2-container--default .select2-results > .select2-results__options {
300
- max-height: 200px;
301
- overflow-y: auto; }
302
-
303
- .select2-container--default .select2-results__option[role=group] {
304
- padding: 0; }
305
-
306
- .select2-container--default .select2-results__option[aria-disabled=true] {
307
- color: #999; }
308
-
309
- .select2-container--default .select2-results__option[aria-selected=true] {
310
- background-color: #ddd; }
311
-
312
- .select2-container--default .select2-results__option .select2-results__option {
313
- padding-left: 1em; }
314
-
315
- .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
316
- padding-left: 0; }
317
-
318
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
319
- margin-left: -1em;
320
- padding-left: 2em; }
321
-
322
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
323
- margin-left: -2em;
324
- padding-left: 3em; }
325
-
326
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
327
- margin-left: -3em;
328
- padding-left: 4em; }
329
-
330
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
331
- margin-left: -4em;
332
- padding-left: 5em; }
333
-
334
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
335
- margin-left: -5em;
336
- padding-left: 6em; }
337
-
338
- .select2-container--default .select2-results__option--highlighted[aria-selected] {
339
- background-color: #5897fb;
340
- color: white; }
341
-
342
- .select2-container--default .select2-results__group {
343
- cursor: default;
344
- display: block;
345
- padding: 6px; }
346
-
347
- .select2-container--classic .select2-selection--single {
348
- background-color: #f7f7f7;
349
- border: 1px solid #aaa;
350
- border-radius: 4px;
351
- outline: 0;
352
- background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
353
- background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
354
- background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
355
- background-repeat: repeat-x;
356
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
357
-
358
- .select2-container--classic .select2-selection--single:focus {
359
- border: 1px solid #5897fb; }
360
-
361
- .select2-container--classic .select2-selection--single .select2-selection__rendered {
362
- color: #444;
363
- line-height: 28px; }
364
-
365
- .select2-container--classic .select2-selection--single .select2-selection__clear {
366
- cursor: pointer;
367
- float: right;
368
- font-weight: bold;
369
- margin-right: 10px; }
370
-
371
- .select2-container--classic .select2-selection--single .select2-selection__placeholder {
372
- color: #999; }
373
-
374
- .select2-container--classic .select2-selection--single .select2-selection__arrow {
375
- background-color: #ddd;
376
- border: none;
377
- border-left: 1px solid #aaa;
378
- border-top-right-radius: 4px;
379
- border-bottom-right-radius: 4px;
380
- height: 26px;
381
- position: absolute;
382
- top: 1px;
383
- right: 1px;
384
- width: 20px;
385
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
386
- background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
387
- background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
388
- background-repeat: repeat-x;
389
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
390
-
391
- .select2-container--classic .select2-selection--single .select2-selection__arrow b {
392
- border-color: #888 transparent transparent transparent;
393
- border-style: solid;
394
- border-width: 5px 4px 0 4px;
395
- height: 0;
396
- left: 50%;
397
- margin-left: -4px;
398
- margin-top: -2px;
399
- position: absolute;
400
- top: 50%;
401
- width: 0; }
402
-
403
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
404
- float: left; }
405
-
406
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
407
- border: none;
408
- border-right: 1px solid #aaa;
409
- border-radius: 0;
410
- border-top-left-radius: 4px;
411
- border-bottom-left-radius: 4px;
412
- left: 1px;
413
- right: auto; }
414
-
415
- .select2-container--classic.select2-container--open .select2-selection--single {
416
- border: 1px solid #5897fb; }
417
-
418
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
419
- background: transparent;
420
- border: none; }
421
-
422
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
423
- border-color: transparent transparent #888 transparent;
424
- border-width: 0 4px 5px 4px; }
425
-
426
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
427
- border-top: none;
428
- border-top-left-radius: 0;
429
- border-top-right-radius: 0;
430
- background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
431
- background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
432
- background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
433
- background-repeat: repeat-x;
434
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
435
-
436
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
437
- border-bottom: none;
438
- border-bottom-left-radius: 0;
439
- border-bottom-right-radius: 0;
440
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
441
- background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
442
- background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
443
- background-repeat: repeat-x;
444
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
445
-
446
- .select2-container--classic .select2-selection--multiple {
447
- background-color: white;
448
- border: 1px solid #aaa;
449
- border-radius: 4px;
450
- cursor: text;
451
- outline: 0; }
452
-
453
- .select2-container--classic .select2-selection--multiple:focus {
454
- border: 1px solid #5897fb; }
455
-
456
- .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
457
- list-style: none;
458
- margin: 0;
459
- padding: 0 5px; }
460
-
461
- .select2-container--classic .select2-selection--multiple .select2-selection__clear {
462
- display: none; }
463
-
464
- .select2-container--classic .select2-selection--multiple .select2-selection__choice {
465
- background-color: #e4e4e4;
466
- border: 1px solid #aaa;
467
- border-radius: 4px;
468
- cursor: default;
469
- float: left;
470
- margin-right: 5px;
471
- margin-top: 5px;
472
- padding: 0 5px; }
473
-
474
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
475
- color: #888;
476
- cursor: pointer;
477
- display: inline-block;
478
- font-weight: bold;
479
- margin-right: 2px; }
480
-
481
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
482
- color: #555; }
483
-
484
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
485
- float: right; }
486
-
487
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
488
- margin-left: 5px;
489
- margin-right: auto; }
490
-
491
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
492
- margin-left: 2px;
493
- margin-right: auto; }
494
-
495
- .select2-container--classic.select2-container--open .select2-selection--multiple {
496
- border: 1px solid #5897fb; }
497
-
498
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
499
- border-top: none;
500
- border-top-left-radius: 0;
501
- border-top-right-radius: 0; }
502
-
503
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
504
- border-bottom: none;
505
- border-bottom-left-radius: 0;
506
- border-bottom-right-radius: 0; }
507
-
508
- .select2-container--classic .select2-search--dropdown .select2-search__field {
509
- border: 1px solid #aaa;
510
- outline: 0; }
511
-
512
- .select2-container--classic .select2-search--inline .select2-search__field {
513
- outline: 0;
514
- box-shadow: none; }
515
-
516
- .select2-container--classic .select2-dropdown {
517
- background-color: white;
518
- border: 1px solid transparent; }
519
-
520
- .select2-container--classic .select2-dropdown--above {
521
- border-bottom: none; }
522
-
523
- .select2-container--classic .select2-dropdown--below {
524
- border-top: none; }
525
-
526
- .select2-container--classic .select2-results > .select2-results__options {
527
- max-height: 200px;
528
- overflow-y: auto; }
529
-
530
- .select2-container--classic .select2-results__option[role=group] {
531
- padding: 0; }
532
-
533
- .select2-container--classic .select2-results__option[aria-disabled=true] {
534
- color: grey; }
535
-
536
- .select2-container--classic .select2-results__option--highlighted[aria-selected] {
537
- background-color: #3875d7;
538
- color: white; }
539
-
540
- .select2-container--classic .select2-results__group {
541
- cursor: default;
542
- display: block;
543
- padding: 6px; }
544
-
545
- .select2-container--classic.select2-container--open .select2-dropdown {
546
- border-color: #5897fb; }
547
-
548
- /**
549
- * Styling begins
550
- */
551
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item {
552
- margin: 0 auto;
553
- position: relative;
554
- box-sizing: border-box; }
555
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title,
556
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside {
557
- border: 1px solid #e5e5e5;
558
- border-top: none; }
559
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top {
560
- cursor: move;
561
- font-size: 13px;
562
- font-weight: 600;
563
- line-height: 1.4em;
564
- background: #fafafa; }
565
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3 {
566
- margin: 0;
567
- padding: 10px;
568
- font-size: 1em;
569
- line-height: 1;
570
- overflow: hidden;
571
- white-space: nowrap;
572
- text-overflow: ellipsis;
573
- -webkit-user-select: none;
574
- -moz-user-select: none;
575
- -ms-user-select: none;
576
- user-select: none; }
577
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title {
578
- color: #666; }
579
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action {
580
- float: right;
581
- padding: 0 8px;
582
- cursor: pointer;
583
- position: relative; }
584
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action {
585
- color: #555;
586
- outline: none;
587
- display: block;
588
- box-shadow: none;
589
- text-decoration: none; }
590
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after {
591
- font-family: 'Dashicons';
592
- speak: none;
593
- font-weight: normal;
594
- font-variant: normal;
595
- text-transform: none;
596
- line-height: 1;
597
- -webkit-font-smoothing: antialiased;
598
- margin: 0;
599
- text-indent: 0;
600
- position: absolute;
601
- top: 0;
602
- left: 0;
603
- width: 100%;
604
- height: 100%;
605
- text-align: center;
606
- content: "";
607
- font-size: 20px;
608
- line-height: 1.7em;
609
- position: relative; }
610
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside {
611
- display: none;
612
- padding: 1px 15px 15px; }
613
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a {
614
- box-shadow: none; }
615
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover {
616
- color: #f00; }
617
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title {
618
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }
619
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after {
620
- content: "\f142"; }
621
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside {
622
- display: block; }
623
- ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title {
624
- border-top: 1px solid #e5e5e5; }
625
-
626
- ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder {
627
- margin: 0;
628
- width: 100%;
629
- height: 35px;
630
- box-sizing: border-box;
631
- border: 1px dashed #b4b9be; }
632
-
633
- ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state {
634
- margin: 0;
635
- overflow: hidden;
636
- position: relative;
637
- text-align: center;
638
- padding: 2.5em 7.5%;
639
- background: #fafafa;
640
- border: 1px solid #e5e5e5; }
641
- ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message {
642
- color: #aaa;
643
- margin: 0 auto 1.5em;
644
- line-height: 1.5em;
645
- font-size: 1.2em;
646
- max-width: 500px; }
647
- ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before {
648
- content: '\f456';
649
- font-family: dashicons;
650
- color: #ddd;
651
- font-size: 4em;
652
- display: block;
653
- position: relative !important;
654
- top: auto;
655
- left: auto;
656
- line-height: 1em;
657
- margin: 0 0 0.1875em; }
658
- ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta {
659
- font-size: 1.2em;
660
- padding: 0.5em 1.5em;
661
- height: auto; }
662
-
663
- .tg-widget-repeater-field-button .tg-widget-repeater-field-add {
664
- width: 100%;
665
- margin: 3px 0 0;
666
- text-align: center; }
667
-
668
- #tg-widget-image-uploader .tg-media-preview {
669
- display: none;
670
- height: auto;
671
- margin-top: 10px;
672
- border: 1px solid #ddd;
673
- padding: 4px;
674
- position: relative; }
675
- #tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove {
676
- opacity: 1; }
677
- #tg-widget-image-uploader .tg-media-preview img {
678
- max-width: 100%;
679
- height: auto;
680
- display: block; }
681
-
682
- #tg-widget-image-uploader .tg-media-remove {
683
- height: 32px;
684
- width: 32px;
685
- position: absolute;
686
- top: 4px;
687
- right: 4px;
688
- background: rgba(0, 0, 0, 0.3);
689
- cursor: pointer;
690
- color: #fff;
691
- border: none;
692
- opacity: 0.6; }
693
- #tg-widget-image-uploader .tg-media-remove:hover {
694
- background: rgba(0, 0, 0, 0.6); }
695
- #tg-widget-image-uploader .tg-media-remove:focus, #tg-widget-image-uploader .tg-media-remove:active {
696
- outline: none; }
697
-
698
- /**
699
- * Custom Sidebar
700
- */
701
- .flash-toolkit-add-sidebar {
702
- padding: 10px;
703
- max-width: 900px;
704
- text-align: center;
705
- background-color: #fff;
706
- border: 1px solid #e5e5e5;
707
- box-shadow: 0, 1px 0, 0, rgba(0, 0, 0, 0.04); }
708
- .flash-toolkit-add-sidebar input[type='text'] {
709
- max-width: 25em;
710
- margin: 0 0 15px;
711
- padding: 5px 10px;
712
- line-height: 19px;
713
- vertical-align: top; }
714
-
715
- .flash-toolkit-delete-sidebar {
716
- color: #aaa;
717
- z-index: 100;
718
- position: absolute;
719
- top: 12px;
720
- right: 45px; }
721
- .flash-toolkit-delete-sidebar::before {
722
- font-family: 'Dashicons';
723
- speak: none;
724
- font-weight: normal;
725
- font-variant: normal;
726
- text-transform: none;
727
- line-height: 1;
728
- -webkit-font-smoothing: antialiased;
729
- margin-right: .618em;
730
- content: "";
731
- text-decoration: none;
732
- font-size: 20px;
733
- margin-right: 0; }
734
- .flash-toolkit-delete-sidebar:hover {
735
- color: #d54e21;
736
- cursor: pointer; }
737
-
738
- /**
739
- * Select2
740
- */
741
- .select2-dropdown {
742
- z-index: 999999 !important; }
743
-
744
- .select2-container-multi .select2-choices .select2-search-field input {
745
- font-family: inherit;
746
- font-size: inherit;
747
- font-weight: inherit;
748
- padding: 3px 5px; }
749
-
750
- .select2-container {
751
- line-height: 1.25em;
752
- font-size: 14px; }
753
-
754
- .widget-content .select2-container {
755
- margin-bottom: 1em; }
756
-
757
- .select2-results .fa {
758
- float: right;
759
- position: relative;
760
- line-height: 20px; }
761
-
762
- .select2-results__option {
763
- margin-bottom: 0; }
764
-
765
- .select2-container--default .select2-selection--single .select2-selection__rendered {
766
- line-height: 23px; }
767
-
768
- /**
769
- * Tabs
770
- */
771
- .flash-toolkit-tab {
772
- display: none; }
773
-
774
- #flash-tab-1 {
775
- display: block; }
776
-
777
- /**
778
- * Radio Image
779
- */
780
- .flash-radio-image .flash-radio-image-options label > input {
781
- visibility: hidden;
782
- /* Makes input not-clickable */
783
- position: absolute;
784
- /* Remove input from document flow */ }
785
-
786
- .flash-radio-image .flash-radio-image-options label > input + img {
787
- cursor: pointer;
788
- border: 2px solid transparent; }
789
-
790
- .flash-radio-image .flash-radio-image-options label > input:checked + img {
791
- border: 2px solid #99e9f2; }
792
-
793
- .flash-tab-title-container {
794
- border: 1px solid #e5e5e5;
795
- background: #f5f5f5; }
796
- .flash-tab-title-container .flash-tab-title {
797
- padding: 10px;
798
- display: inline-block;
799
- text-decoration: none;
800
- color: #252525; }
801
- .flash-tab-title-container .flash-tab-title.active {
802
- background: #fff;
803
- transform: translateY(1px); }
804
-
805
- .flash-toolkit-tab label {
806
- font-weight: 500;
807
- line-height: 2; }
808
-
809
- .flash-toolkit-tab .flash-radio-image .flash-radio-image-options {
810
- display: block; }
811
-
812
- .flash-toolkit-tab .ft-widget-col {
813
- display: inline-block;
814
- width: 100%; }
815
- .flash-toolkit-tab .ft-widget-col.col-half {
816
- width: 50%;
817
- margin-right: -2px; }
818
-
819
- .flash-toolkit-tab .wp-picker-container {
820
- display: block; }
1
+ @charset "UTF-8";.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item{margin:0 auto;position:relative;box-sizing:border-box}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside,ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title{border:1px solid #e5e5e5;border-top:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top{cursor:move;font-size:13px;font-weight:600;line-height:1.4em;background:#fafafa}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3{margin:0;padding:10px;font-size:1em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title{color:#666}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action{float:right;padding:0 8px;cursor:pointer;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action{color:#555;outline:0;display:block;box-shadow:none;text-decoration:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:20px;line-height:1.7em;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside{display:none;padding:1px 15px 15px}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a{box-shadow:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover{color:red}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title{box-shadow:0 1px 1px rgba(0,0,0,.04)}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after{content:"\f142"}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside{display:block}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title{border-top:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder{margin:0;width:100%;height:35px;box-sizing:border-box;border:1px dashed #b4b9be}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state{margin:0;overflow:hidden;position:relative;text-align:center;padding:2.5em 7.5%;background:#fafafa;border:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before{content:'\f456';font-family:dashicons;color:#ddd;font-size:4em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta{font-size:1.2em;padding:.5em 1.5em;height:auto}.tg-widget-repeater-field-button .tg-widget-repeater-field-add{width:100%;margin:3px 0 0;text-align:center}#tg-widget-image-uploader .tg-media-preview{display:none;height:auto;margin-top:10px;border:1px solid #ddd;padding:4px;position:relative}#tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove{opacity:1}#tg-widget-image-uploader .tg-media-preview img{max-width:100%;height:auto;display:block}#tg-widget-image-uploader .tg-media-remove{height:32px;width:32px;position:absolute;top:4px;right:4px;background:rgba(0,0,0,.3);cursor:pointer;color:#fff;border:none;opacity:.6}#tg-widget-image-uploader .tg-media-remove:hover{background:rgba(0,0,0,.6)}#tg-widget-image-uploader .tg-media-remove:active,#tg-widget-image-uploader .tg-media-remove:focus{outline:0}.flash-toolkit-add-sidebar{padding:10px;max-width:900px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0,1px 0,0,rgba(0,0,0,.04)}.flash-toolkit-add-sidebar input[type=text]{max-width:25em;margin:0 0 15px;padding:5px 10px;line-height:19px;vertical-align:top}.flash-toolkit-delete-sidebar{color:#aaa;z-index:100;position:absolute;top:12px;right:45px}.flash-toolkit-delete-sidebar::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;font-size:20px;margin-right:0}.flash-toolkit-delete-sidebar:hover{color:#d54e21;cursor:pointer}.select2-dropdown{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.25em;font-size:14px}.widget-content .select2-container{margin-bottom:1em}.select2-results .fa{float:right;position:relative;line-height:20px}.select2-results__option{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.flash-toolkit-tab{display:none}#flash-tab-1{display:block}.flash-radio-image .flash-radio-image-options label>input{visibility:hidden;position:absolute}.flash-radio-image .flash-radio-image-options label>input+img{cursor:pointer;border:2px solid transparent}.flash-radio-image .flash-radio-image-options label>input:checked+img{border:2px solid #99e9f2}.flash-tab-title-container{border:1px solid #e5e5e5;background:#f5f5f5}.flash-tab-title-container .flash-tab-title{padding:10px;display:inline-block;text-decoration:none;color:#252525}.flash-tab-title-container .flash-tab-title.active{background:#fff;transform:translateY(1px)}.flash-toolkit-tab label{font-weight:500;line-height:2}.flash-toolkit-tab .flash-radio-image .flash-radio-image-options{display:block}.flash-toolkit-tab .ft-widget-col{display:inline-block;width:100%}.flash-toolkit-tab .ft-widget-col.col-half{width:50%;margin-right:-2px}.flash-toolkit-tab .wp-picker-container{display:block}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/admin/widgets.js CHANGED
@@ -65,14 +65,20 @@ jQuery( function ( $ ) {
65
  });
66
  }).trigger( 'flash-toolkit-init-media-preview' );
67
 
68
- $( document.body ).on( 'panelsopen', function() {
69
 
 
70
  $( 'input.flash-datetime-picker' ).each( function() {
71
  $('input.flash-datetime-picker').datetimepicker({
72
- dateFormat: 'yy-mm-dd ',
73
  timeFormat: 'HH:mm'
74
  });
75
  });
 
 
 
 
 
76
  });
77
 
78
  // Availability options.
@@ -313,6 +319,7 @@ jQuery( function ( $ ) {
313
  $( document.body ).trigger( 'flash-toolkit-init-availability' );
314
  $( document.body ).trigger( 'flash-toolkit-init-media-preview' );
315
  $( document.body ).trigger( 'flash-toolkit-init-accordion-title' );
 
316
  }
317
  });
318
 
65
  });
66
  }).trigger( 'flash-toolkit-init-media-preview' );
67
 
68
+ $( document.body ).on( 'flash-toolkit-date-picker-init', function() {
69
 
70
+ $( 'input.flash-datetime-picker').removeClass( 'hasDatepicker' );
71
  $( 'input.flash-datetime-picker' ).each( function() {
72
  $('input.flash-datetime-picker').datetimepicker({
73
+ dateFormat: 'yy-mm-dd',
74
  timeFormat: 'HH:mm'
75
  });
76
  });
77
+ }).trigger( 'flash-toolkit-date-picker-init' );
78
+
79
+
80
+ $( document.body ).on( 'panelsopen', function() {
81
+ $( document.body ).trigger( 'flash-toolkit-date-picker-init' );
82
  });
83
 
84
  // Availability options.
319
  $( document.body ).trigger( 'flash-toolkit-init-availability' );
320
  $( document.body ).trigger( 'flash-toolkit-init-media-preview' );
321
  $( document.body ).trigger( 'flash-toolkit-init-accordion-title' );
322
+ $( document.body ).trigger( 'flash-toolkit-date-picker-init' );
323
  }
324
  });
325
 
assets/js/admin/widgets.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){function b(a){var b=a.find(".tg-widget-repeater-field-items"),c=b.find("li.tg-widget-accordion-item"),d=wp.template("tg-widget-repeater-field-blank");c.length?(a.find(".tg-widget-repeater-field-button").show(),c.length<flashToolkitLocalizeScript.i18n_max_field_entries&&a.find(".tg-widget-repeater-field-button a").removeClass("disabled")):(a.find(".tg-widget-repeater-field-button").hide(),a.find(".tg-widget-repeater-field-blank-state").remove(),b.append(d))}function c(b){b.find(".tg-widget-repeater-field-items").sortable({items:"> li",handle:"> .accordion-top > .accordion-title",cursor:"move",axis:"y",distance:2,opacity:.65,scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,placeholder:"tg-widget-sortable-placeholder",start:function(b,c){var d=c.item.children(".accordion-inside");"block"===d.css("display")&&(c.item.removeClass("open"),d.hide(),a(this).sortable("refreshPositions"))},stop:function(a,b){b.item.removeAttr("style")}})}var d;a(document.body).on("click",".tg-image-upload",function(b){var c=a(this),e=c.parent().find(".tg-media-input"),f=c.parent().parent().find(".tg-media-preview");b.preventDefault(),d=wp.media.frames.media_file=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),library:wp.media.query({type:"image"})})]}),d.on("select",function(){var a=d.state().get("selection").first().toJSON();e.val(a.url),f.css({display:"none"}).find("img").remove(),f.css({display:"block"}).append('<img src="'+a.url+'">')}),d.open()}),a(document.body).on("click",".tg-media-remove",function(){var b=a(this).closest(".media-uploader");return b.find(".tg-media-input").val(""),b.find(".tg-media-preview").css({display:"none"}).find("img").remove(),!1}),a(document.body).on("flash-toolkit-init-media-preview",function(){a("input.tg-media-input").each(function(){var b=a(this).val(),c=a(this).parent().siblings(".tg-media-preview");""!==b&&(c.find("img.tg-media-preview-default").remove(),c.css({display:"block"}).append('<img src="'+b+'">'))})}).trigger("flash-toolkit-init-media-preview"),a(document.body).on("panelsopen",function(){a("input.flash-datetime-picker").each(function(){a("input.flash-datetime-picker").datetimepicker({dateFormat:"yy-mm-dd ",timeFormat:"HH:mm"})})}),a(document.body).on("flash-toolkit-init-availability",function(){a("select.icon_chooser").change(function(){"image"===a(this).val()?(a(this).closest("p").next(".show_if_icon").hide(),a(this).closest("p").next().next(".show_if_image").show()):(a(this).closest("p").next(".show_if_icon").show(),a(this).closest("p").next().next(".show_if_image").hide())}).change(),a("select.media_chooser").change(function(){"image"===a(this).val()?(a(this).closest(".widget-content").find(".show_if_image").show(),a(this).closest(".widget-content").find(".show_if_video").closest("p").hide()):(a(this).closest(".widget-content").find(".show_if_image").hide(),a(this).closest(".widget-content").find(".show_if_video").closest("p").show())}).change(),a("select.filter_availability").change(function(){"0"===a(this).val()?a(this).closest(".widget-content").find(".show_if_all_category").closest("p").show():a(this).closest(".widget-content").find(".show_if_all_category").closest("p").hide()}).change(),a("select.availability").change(function(){"latest"===a(this).val()?a(this).closest("p").next("p").hide():a(this).closest("p").next("p").show()}).change(),a("input.availability").change(function(){a(this).is(":checked")?a(this).closest("p").next("p").hide():a(this).closest("p").next("p").show()}).change(),a("select.videoplayer-style").change(function(){"player-background"===a(this).val()?(a(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").hide(),a(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").hide(),a(this).closest(".widget-content").find(".videoplayer-thumbnail").show()):(a(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").show(),a(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").show(),a(this).closest(".widget-content").find(".videoplayer-thumbnail").hide())}).change(),a("select.hero-style-select").on("select2:select",function(){"tg-hero--default"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Roboto").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--thinner"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Raleway").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Open Sans").trigger("change")):"tg-hero--border"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Archivo Black").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--classic"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Playfair Display").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("PT Serif").trigger("change")):"tg-hero--cursive"===a(this).val()&&(a(this).closest(".widget-content").find(".hero-title-font-select").val("Lobster").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change"))}).change()}).trigger("flash-toolkit-init-availability"),a(document.body).on("flash-toolkit-tabs",function(){a(document.body).on("click",".flash-tab-title-container .flash-tab-title",function(b){b.preventDefault(),a(this).addClass("active"),a(this).siblings().removeClass("active");var c=a(this).attr("href");a(this).parent().siblings(".flash-toolkit-tab-content-container").find(".flash-toolkit-tab").css("display","none"),a(this).parent().siblings(".flash-toolkit-tab-content-container").find(c).fadeIn()})}).trigger("flash-toolkit-tabs"),a(document.body).on("flash-toolkit-init-accordion-title",function(){a(".tg-widget-repeater-field-items").children("li").each(function(){var b=a('input[id*="-title"]',this).val()||"";b&&(b=": "+b.replace(/<[^<>]+>/g,"").replace(/</g,"&lt;").replace(/>/g,"&gt;")),a(this).children(".accordion-top").children(".accordion-title").children().children(".in-accordion-title").html(b)})}).trigger("flash-toolkit-init-accordion-title"),a(document.body).on("click",".tg-widget-repeater-field-add",function(b){if(b.preventDefault(),a(this).is(".disabled"))return void window.alert(flashToolkitLocalizeScript.i18n_max_field_message);var c=a(this).parents(".widget-content"),d=c.find("li.tg-widget-accordion-item").length+1,e=c.find(".tg-widget-repeater-field-items").data("widget_id"),f=wp.template("tg-widget-repeater-field-"+e);c.find("li.tg-widget-accordion-item").each(function(b,c){d===parseInt(a(c).data("id").replace(/[^0-9\.]/g,""),10)&&d++}),c.find(".tg-widget-repeater-field-button").show(),c.find(".tg-widget-repeater-field-blank-state").remove(),c.find(".tg-widget-repeater-field-items").append(f({field_id:d})),d>=flashToolkitLocalizeScript.i18n_max_field_entries&&c.find(".tg-widget-repeater-field-button a").addClass("disabled"),a(document.body).trigger("flash-enhanced-select-init")}),a(document.body).on("click.accordion-toggle",function(c){var d,e,f,g=a(c.target);g.parents(".accordion-top").length&&!g.parents("#available-fields").length?(d=g.closest("li.tg-widget-accordion-item"),e=d.children(".accordion-inside"),e.is(":hidden")?(d.addClass("open"),e.slideDown("fast")):e.slideUp("fast",function(){d.attr("style",""),d.removeClass("open")}),c.preventDefault()):g.hasClass("accordion-control-close")?(d=g.closest("li.tg-widget-accordion-item"),d.children(".accordion-inside").slideUp("fast",function(){d.attr("style",""),d.removeClass("open")}),c.preventDefault()):g.hasClass("accordion-control-remove")&&(d=g.closest("li.tg-widget-accordion-item"),f=g.parents(".widget[id*=themegrill_flash], .widget-content"),d.remove(),b(f),c.preventDefault())}),a(document.body).on("panelsopen",function(d){var e=a(d.target);return!!e.has(".tg-widget-repeater-field-items")&&(e.addClass("widget-content"),b(e),c(e),a(document.body).trigger("flash-enhanced-select-init"),a(document.body).trigger("flash-toolkit-init-availability"),a(document.body).trigger("flash-toolkit-init-media-preview"),void a(document.body).trigger("flash-toolkit-init-accordion-title"))}),a(document.body).on("click",".so-close",function(){a(document.body).trigger("flash-toolkit-init-accordion-title")}),a(document.body).on("click","div.widget[id*=themegrill_flash] .widget-title, div.widget[id*=themegrill_flash] .widget-title-action",function(){a(this).parents("#available-widgets").length||(b(a(this).parents(".widget[id*=themegrill_flash]")),c(a(this).parents(".widget[id*=themegrill_flash]")))}),a(document).on("widget-added widget-updated",function(d,e){e.is("[id*=themegrill_flash]")&&(d.preventDefault(),b(e),c(e),a(document.body).trigger("flash-enhanced-select-init"),a(document.body).trigger("flash-toolkit-init-availability"),a(document.body).trigger("flash-toolkit-init-media-preview"),a(document.body).trigger("flash-toolkit-init-accordion-title"))})});
1
+ jQuery(function(a){function b(a){var b=a.find(".tg-widget-repeater-field-items"),c=b.find("li.tg-widget-accordion-item"),d=wp.template("tg-widget-repeater-field-blank");c.length?(a.find(".tg-widget-repeater-field-button").show(),c.length<flashToolkitLocalizeScript.i18n_max_field_entries&&a.find(".tg-widget-repeater-field-button a").removeClass("disabled")):(a.find(".tg-widget-repeater-field-button").hide(),a.find(".tg-widget-repeater-field-blank-state").remove(),b.append(d))}function c(b){b.find(".tg-widget-repeater-field-items").sortable({items:"> li",handle:"> .accordion-top > .accordion-title",cursor:"move",axis:"y",distance:2,opacity:.65,scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,placeholder:"tg-widget-sortable-placeholder",start:function(b,c){var d=c.item.children(".accordion-inside");"block"===d.css("display")&&(c.item.removeClass("open"),d.hide(),a(this).sortable("refreshPositions"))},stop:function(a,b){b.item.removeAttr("style")}})}var d;a(document.body).on("click",".tg-image-upload",function(b){var c=a(this),e=c.parent().find(".tg-media-input"),f=c.parent().parent().find(".tg-media-preview");b.preventDefault(),d=wp.media.frames.media_file=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),library:wp.media.query({type:"image"})})]}),d.on("select",function(){var a=d.state().get("selection").first().toJSON();e.val(a.url),f.css({display:"none"}).find("img").remove(),f.css({display:"block"}).append('<img src="'+a.url+'">')}),d.open()}),a(document.body).on("click",".tg-media-remove",function(){var b=a(this).closest(".media-uploader");return b.find(".tg-media-input").val(""),b.find(".tg-media-preview").css({display:"none"}).find("img").remove(),!1}),a(document.body).on("flash-toolkit-init-media-preview",function(){a("input.tg-media-input").each(function(){var b=a(this).val(),c=a(this).parent().siblings(".tg-media-preview");""!==b&&(c.find("img.tg-media-preview-default").remove(),c.css({display:"block"}).append('<img src="'+b+'">'))})}).trigger("flash-toolkit-init-media-preview"),a(document.body).on("flash-toolkit-date-picker-init",function(){a("input.flash-datetime-picker").removeClass("hasDatepicker"),a("input.flash-datetime-picker").each(function(){a("input.flash-datetime-picker").datetimepicker({dateFormat:"yy-mm-dd",timeFormat:"HH:mm"})})}).trigger("flash-toolkit-date-picker-init"),a(document.body).on("panelsopen",function(){a(document.body).trigger("flash-toolkit-date-picker-init")}),a(document.body).on("flash-toolkit-init-availability",function(){a("select.icon_chooser").change(function(){"image"===a(this).val()?(a(this).closest("p").next(".show_if_icon").hide(),a(this).closest("p").next().next(".show_if_image").show()):(a(this).closest("p").next(".show_if_icon").show(),a(this).closest("p").next().next(".show_if_image").hide())}).change(),a("select.media_chooser").change(function(){"image"===a(this).val()?(a(this).closest(".widget-content").find(".show_if_image").show(),a(this).closest(".widget-content").find(".show_if_video").closest("p").hide()):(a(this).closest(".widget-content").find(".show_if_image").hide(),a(this).closest(".widget-content").find(".show_if_video").closest("p").show())}).change(),a("select.filter_availability").change(function(){"0"===a(this).val()?a(this).closest(".widget-content").find(".show_if_all_category").closest("p").show():a(this).closest(".widget-content").find(".show_if_all_category").closest("p").hide()}).change(),a("select.availability").change(function(){"latest"===a(this).val()?a(this).closest("p").next("p").hide():a(this).closest("p").next("p").show()}).change(),a("input.availability").change(function(){a(this).is(":checked")?a(this).closest("p").next("p").hide():a(this).closest("p").next("p").show()}).change(),a("select.videoplayer-style").change(function(){"player-background"===a(this).val()?(a(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").hide(),a(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").hide(),a(this).closest(".widget-content").find(".videoplayer-thumbnail").show()):(a(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").show(),a(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").show(),a(this).closest(".widget-content").find(".videoplayer-thumbnail").hide())}).change(),a("select.hero-style-select").on("select2:select",function(){"tg-hero--default"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Roboto").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--thinner"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Raleway").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Open Sans").trigger("change")):"tg-hero--border"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Archivo Black").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--classic"===a(this).val()?(a(this).closest(".widget-content").find(".hero-title-font-select").val("Playfair Display").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("PT Serif").trigger("change")):"tg-hero--cursive"===a(this).val()&&(a(this).closest(".widget-content").find(".hero-title-font-select").val("Lobster").trigger("change"),a(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change"))}).change()}).trigger("flash-toolkit-init-availability"),a(document.body).on("flash-toolkit-tabs",function(){a(document.body).on("click",".flash-tab-title-container .flash-tab-title",function(b){b.preventDefault(),a(this).addClass("active"),a(this).siblings().removeClass("active");var c=a(this).attr("href");a(this).parent().siblings(".flash-toolkit-tab-content-container").find(".flash-toolkit-tab").css("display","none"),a(this).parent().siblings(".flash-toolkit-tab-content-container").find(c).fadeIn()})}).trigger("flash-toolkit-tabs"),a(document.body).on("flash-toolkit-init-accordion-title",function(){a(".tg-widget-repeater-field-items").children("li").each(function(){var b=a('input[id*="-title"]',this).val()||"";b&&(b=": "+b.replace(/<[^<>]+>/g,"").replace(/</g,"&lt;").replace(/>/g,"&gt;")),a(this).children(".accordion-top").children(".accordion-title").children().children(".in-accordion-title").html(b)})}).trigger("flash-toolkit-init-accordion-title"),a(document.body).on("click",".tg-widget-repeater-field-add",function(b){if(b.preventDefault(),a(this).is(".disabled"))return void window.alert(flashToolkitLocalizeScript.i18n_max_field_message);var c=a(this).parents(".widget-content"),d=c.find("li.tg-widget-accordion-item").length+1,e=c.find(".tg-widget-repeater-field-items").data("widget_id"),f=wp.template("tg-widget-repeater-field-"+e);c.find("li.tg-widget-accordion-item").each(function(b,c){d===parseInt(a(c).data("id").replace(/[^0-9\.]/g,""),10)&&d++}),c.find(".tg-widget-repeater-field-button").show(),c.find(".tg-widget-repeater-field-blank-state").remove(),c.find(".tg-widget-repeater-field-items").append(f({field_id:d})),d>=flashToolkitLocalizeScript.i18n_max_field_entries&&c.find(".tg-widget-repeater-field-button a").addClass("disabled"),a(document.body).trigger("flash-enhanced-select-init")}),a(document.body).on("click.accordion-toggle",function(c){var d,e,f,g=a(c.target);g.parents(".accordion-top").length&&!g.parents("#available-fields").length?(d=g.closest("li.tg-widget-accordion-item"),e=d.children(".accordion-inside"),e.is(":hidden")?(d.addClass("open"),e.slideDown("fast")):e.slideUp("fast",function(){d.attr("style",""),d.removeClass("open")}),c.preventDefault()):g.hasClass("accordion-control-close")?(d=g.closest("li.tg-widget-accordion-item"),d.children(".accordion-inside").slideUp("fast",function(){d.attr("style",""),d.removeClass("open")}),c.preventDefault()):g.hasClass("accordion-control-remove")&&(d=g.closest("li.tg-widget-accordion-item"),f=g.parents(".widget[id*=themegrill_flash], .widget-content"),d.remove(),b(f),c.preventDefault())}),a(document.body).on("panelsopen",function(d){var e=a(d.target);return!!e.has(".tg-widget-repeater-field-items")&&(e.addClass("widget-content"),b(e),c(e),a(document.body).trigger("flash-enhanced-select-init"),a(document.body).trigger("flash-toolkit-init-availability"),a(document.body).trigger("flash-toolkit-init-media-preview"),void a(document.body).trigger("flash-toolkit-init-accordion-title"))}),a(document.body).on("click",".so-close",function(){a(document.body).trigger("flash-toolkit-init-accordion-title")}),a(document.body).on("click","div.widget[id*=themegrill_flash] .widget-title, div.widget[id*=themegrill_flash] .widget-title-action",function(){a(this).parents("#available-widgets").length||(b(a(this).parents(".widget[id*=themegrill_flash]")),c(a(this).parents(".widget[id*=themegrill_flash]")))}),a(document).on("widget-added widget-updated",function(d,e){e.is("[id*=themegrill_flash]")&&(d.preventDefault(),b(e),c(e),a(document.body).trigger("flash-enhanced-select-init"),a(document.body).trigger("flash-toolkit-init-availability"),a(document.body).trigger("flash-toolkit-init-media-preview"),a(document.body).trigger("flash-toolkit-init-accordion-title"),a(document.body).trigger("flash-toolkit-date-picker-init"))})});
flash-toolkit.php CHANGED
@@ -3,12 +3,12 @@
3
  * Plugin Name: Flash Toolkit
4
  * Plugin URI: http://themegrill.com/theme/flash
5
  * Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
6
- * Version: 1.1.2
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
10
  * Text Domain: flash-toolkit
11
- * Domain Path: /languages/
12
  */
13
 
14
  if ( ! defined( 'ABSPATH' ) ) {
@@ -29,7 +29,7 @@ final class FlashToolkit {
29
  * Plugin version.
30
  * @var string
31
  */
32
- public $version = '1.1.2';
33
 
34
  /**
35
  * Instance of this class.
@@ -155,10 +155,12 @@ final class FlashToolkit {
155
  * - WP_LANG_DIR/plugins/flash-toolkit-LOCALE.mo
156
  */
157
  public function load_plugin_textdomain() {
158
- $locale = apply_filters( 'plugin_locale', get_locale(), 'flash-toolkit' );
 
159
 
 
160
  load_textdomain( 'flash-toolkit', WP_LANG_DIR . '/flash-toolkit/flash-toolkit-' . $locale . '.mo' );
161
- load_plugin_textdomain( 'flash-toolkit', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
162
  }
163
 
164
  /**
3
  * Plugin Name: Flash Toolkit
4
  * Plugin URI: http://themegrill.com/theme/flash
5
  * Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
6
+ * Version: 1.1.3
7
  * Author: ThemeGrill
8
  * Author URI: http://themegrill.com
9
  * License: GPLv3 or later
10
  * Text Domain: flash-toolkit
11
+ * Domain Path: /i18n/languages/
12
  */
13
 
14
  if ( ! defined( 'ABSPATH' ) ) {
29
  * Plugin version.
30
  * @var string
31
  */
32
+ public $version = '1.1.3';
33
 
34
  /**
35
  * Instance of this class.
155
  * - WP_LANG_DIR/plugins/flash-toolkit-LOCALE.mo
156
  */
157
  public function load_plugin_textdomain() {
158
+ $locale = is_admin() && function_exists( 'get_user_locale' ) ? get_user_locale() : get_locale();
159
+ $locale = apply_filters( 'plugin_locale', $locale, 'flash-toolkit' );
160
 
161
+ unload_textdomain( 'flash-toolkit' );
162
  load_textdomain( 'flash-toolkit', WP_LANG_DIR . '/flash-toolkit/flash-toolkit-' . $locale . '.mo' );
163
+ load_plugin_textdomain( 'flash-toolkit', false, plugin_basename( dirname( __FILE__ ) ) . '/i18n/languages' );
164
  }
165
 
166
  /**
i18n/fontawesome.php ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Fontawesome
4
+ *
5
+ * @author ThemeGrill
6
+ * @category i18n
7
+ * @package FlashToolkit/i18n
8
+ * @version 1.2.0
9
+ */
10
+
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ return array(
16
+ 'fa-500px' => __( '500px', 'flash-toolkit' ),
17
+ 'fa-adjust' => __( 'Adjust', 'flash-toolkit' ),
18
+ 'fa-adn' => __( 'Adn', 'flash-toolkit' ),
19
+ 'fa-align-center' => __( 'Align Center', 'flash-toolkit' ),
20
+ 'fa-align-justify' => __( 'Align Justify', 'flash-toolkit' ),
21
+ 'fa-align-left' => __( 'Align Left', 'flash-toolkit' ),
22
+ 'fa-align-right' => __( 'Align Right', 'flash-toolkit' ),
23
+ 'fa-amazon' => __( 'Amazon', 'flash-toolkit' ),
24
+ 'fa-ambulance' => __( 'Ambulance', 'flash-toolkit' ),
25
+ 'fa-american-sign-language-interpreting' => __( 'American Sign Lnguage Interpreting', 'flash-toolkit' ),
26
+ 'fa-anchor' => __( 'Anchor', 'flash-toolkit' ),
27
+ 'fa-angellist' => __( 'Angellist', 'flash-toolkit' ),
28
+ 'fa-android' => __( 'Android', 'flash-toolkit' ),
29
+ 'fa-angle-double-left' => __( 'Angle Double Left', 'flash-toolkit' ),
30
+ 'fa-angle-double-right' => __( 'Angle Double Right', 'flash-toolkit' ),
31
+ 'fa-angle-double-up' => __( 'Angle Double Up', 'flash-toolkit' ),
32
+ 'fa-angle-double-down' => __( 'Angle Double Down', 'flash-toolkit' ),
33
+ 'fa-angle-left' => __( 'Angle Left', 'flash-toolkit' ),
34
+ 'fa-angle-right' => __( 'Angle Right', 'flash-toolkit' ),
35
+ 'fa-angle-up' => __( 'Angle Up', 'flash-toolkit' ),
36
+ 'fa-angle-down' => __( 'Angle Down', 'flash-toolkit' ),
37
+ 'fa-apple' => __( 'Apple', 'flash-toolkit' ),
38
+ 'fa-archive' => __( 'Archive', 'flash-toolkit' ),
39
+ 'fa-area-chart' => __( 'Area Chart', 'flash-toolkit' ),
40
+ 'fa-arrow-circle-down' => __( 'Arrow Circle Down', 'flash-toolkit' ),
41
+ 'fa-arrow-circle-left' => __( 'Arrow Circle Left', 'flash-toolkit' ),
42
+ 'fa-arrow-circle-o-down' => __( 'Arrow Circle O Down', 'flash-toolkit' ),
43
+ 'fa-arrow-circle-o-left' => __( 'Arrow Circle O Left', 'flash-toolkit' ),
44
+ 'fa-arrow-circle-o-right' => __( 'Arrow Circle O Right', 'flash-toolkit' ),
45
+ 'fa-arrow-circle-o-up' => __( 'Arrow Circle O Up', 'flash-toolkit' ),
46
+ 'fa-arrow-circle-right' => __( 'Arrow Circle Right', 'flash-toolkit' ),
47
+ 'fa-arrow-circle-up' => __( 'Arrow Circle Up', 'flash-toolkit' ),
48
+ 'fa-arrow-down' => __( 'Arrow Down', 'flash-toolkit' ),
49
+ 'fa-arrow-left' => __( 'Arrow Left', 'flash-toolkit' ),
50
+ 'fa-arrow-right' => __( 'Arrow Right', 'flash-toolkit' ),
51
+ 'fa-arrow-up' => __( 'Arrow Up', 'flash-toolkit' ),
52
+ 'fa-arrows' => __( 'Arrows', 'flash-toolkit' ),
53
+ 'fa-arrows-alt' => __( 'Arrows Alt', 'flash-toolkit' ),
54
+ 'fa-arrows-h' => __( 'Arrow H', 'flash-toolkit' ),
55
+ 'fa-arrows-v' => __( 'Arrow V', 'flash-toolkit' ),
56
+ 'fa-asl-interpreting' => __( 'Asl Interpreting', 'flash-toolkit' ),
57
+ 'fa-assistive-listening-systems' => __( 'Assistive Listening Systems', 'flash-toolkit' ),
58
+ 'fa-asterisk' => __( 'Asterisk', 'flash-toolkit' ),
59
+ 'fa-at' => __( 'At', 'flash-toolkit' ),
60
+ 'fa-audio-description' => __( 'Audio Description', 'flash-toolkit' ),
61
+ 'fa-automobile' => __( 'Automobile', 'flash-toolkit' ),
62
+ 'fa-backward' => __( 'Backward', 'flash-toolkit' ),
63
+ 'fa-balance-scale' => __( 'Balance Scale', 'flash-toolkit' ),
64
+ 'fa-ban' => __( 'Ban', 'flash-toolkit' ),
65
+ 'fa-bank' => __( 'Bank', 'flash-toolkit' ),
66
+ 'fa-bar-chart' => __( 'Bar Chart', 'flash-toolkit' ),
67
+ 'fa-bar-chart-o' => __( 'Bar Chart O', 'flash-toolkit' ),
68
+ 'fa-barcode' => __( 'Barcode', 'flash-toolkit' ),
69
+ 'fa-bars' => __( 'Bars', 'flash-toolkit' ),
70
+ 'fa-battery-0' => __( 'Battery 0', 'flash-toolkit' ),
71
+ 'fa-battery-1' => __( 'Battery 1', 'flash-toolkit' ),
72
+ 'fa-battery-2' => __( 'Battery 2', 'flash-toolkit' ),
73
+ 'fa-battery-3' => __( 'Battery 3', 'flash-toolkit' ),
74
+ 'fa-battery-4' => __( 'Battery 4', 'flash-toolkit' ),
75
+ 'fa-battery-empty' => __( 'Battery Empty', 'flash-toolkit' ),
76
+ 'fa-battery-full' => __( 'Battery Full', 'flash-toolkit' ),
77
+ 'fa-battery-half' => __( 'Battery Half', 'flash-toolkit' ),
78
+ 'fa-battery-quarter' => __( 'Battery Quarter', 'flash-toolkit' ),
79
+ 'fa-battery-three-quarters' => __( 'Battery Three Quater', 'flash-toolkit' ),
80
+ 'fa-bed' => __( 'Bed', 'flash-toolkit' ),
81
+ 'fa-beer' => __( 'Beer', 'flash-toolkit' ),
82
+ 'fa-behance' => __( 'Behance', 'flash-toolkit' ),
83
+ 'fa-behance-square' => __( 'Behance Square', 'flash-toolkit' ),
84
+ 'fa-bell' => __( 'Bell', 'flash-toolkit' ),
85
+ 'fa-bell-o' => __( 'Bell O', 'flash-toolkit' ),
86
+ 'fa-bell-slash' => __( 'Bell Slash', 'flash-toolkit' ),
87
+ 'fa-bell-slash-o' => __( 'Bell Slash O', 'flash-toolkit' ),
88
+ 'fa-bicycle' => __( 'Bicycle', 'flash-toolkit' ),
89
+ 'fa-binoculars' => __( 'Binoculars', 'flash-toolkit' ),
90
+ 'fa-birthday-cake' => __( 'Birthday Cake', 'flash-toolkit' ),
91
+ 'fa-bitbucket' => __( 'Bitbucket', 'flash-toolkit' ),
92
+ 'fa-bitbucket-square' => __( 'Bitbucket Square', 'flash-toolkit' ),
93
+ 'fa-bitcoin' => __( 'Bitcoin', 'flash-toolkit' ),
94
+ 'fa-black-tie' => __( 'Black Tie', 'flash-toolkit' ),
95
+ 'fa-blind' => __( 'Blind', 'flash-toolkit' ),
96
+ 'fa-bluetooth' => __( 'Bluetooth', 'flash-toolkit' ),
97
+ 'fa-bluetooth-b' => __( 'Bluetooth b', 'flash-toolkit' ),
98
+ 'fa-bold' => __( 'Bold', 'flash-toolkit' ),
99
+ 'fa-bolt' => __( 'Bolt', 'flash-toolkit' ),
100
+ 'fa-bluetooth-b' => __( 'Bluetooth b', 'flash-toolkit' ),
101
+ 'fa-bomb' => __( 'Bomb', 'flash-toolkit' ),
102
+ 'fa-book' => __( 'Book', 'flash-toolkit' ),
103
+ 'fa-bookmark' => __( 'Bookmark', 'flash-toolkit' ),
104
+ 'fa-bookmark-o' => __( 'Bookmark Holo', 'flash-toolkit' ),
105
+ 'fa-braille' => __( 'Braille', 'flash-toolkit' ),
106
+ 'fa-briefcase' => __( 'Briefcase', 'flash-toolkit' ),
107
+ 'fa-btc' => __( 'Btc', 'flash-toolkit' ),
108
+ 'fa-bug' => __( 'Bug', 'flash-toolkit' ),
109
+ 'fa-building' => __( 'Building', 'flash-toolkit' ),
110
+ 'fa-building-o' => __( 'Building O', 'flash-toolkit' ),
111
+ 'fa-bullhorn' => __( 'Bullhorn', 'flash-toolkit' ),
112
+ 'fa-bullseye' => __( 'Bullseye', 'flash-toolkit' ),
113
+ 'fa-bus' => __( 'Bus', 'flash-toolkit' ),
114
+ 'fa-buysellads' => __( 'Buysellads', 'flash-toolkit' ),
115
+ 'fa-cab' => __( 'Cab', 'flash-toolkit' ),
116
+ 'fa-calculator' => __( 'Calculator', 'flash-toolkit' ),
117
+ 'fa-calendar' => __( 'Calendar', 'flash-toolkit' ),
118
+ 'fa-calendar-check-o' => __( 'Calendar Check', 'flash-toolkit' ),
119
+ 'fa-calendar-minus-o' => __( 'Calendar Minus', 'flash-toolkit' ),
120
+ 'fa-calendar-o' => __( 'Calendar O', 'flash-toolkit' ),
121
+ 'fa-calendar-plus-o' => __( 'Calendar Plus', 'flash-toolkit' ),
122
+ 'fa-calendar-times-o' => __( 'Calendar Times', 'flash-toolkit' ),
123
+ 'fa-camera' => __( 'Camera', 'flash-toolkit' ),
124
+ 'fa-camera-retro' => __( 'Camera Retro', 'flash-toolkit' ),
125
+ 'fa-car' => __( 'Car', 'flash-toolkit' ),
126
+ 'fa-caret-down' => __( 'Caret Down', 'flash-toolkit' ),
127
+ 'fa-caret-left' => __( 'Caret Left', 'flash-toolkit' ),
128
+ 'fa-caret-right' => __( 'Caret Right', 'flash-toolkit' ),
129
+ 'fa-caret-square-o-down' => __( 'Caret Square O Down', 'flash-toolkit' ),
130
+ 'fa-caret-square-o-left' => __( 'Caret Square O Left', 'flash-toolkit' ),
131
+ 'fa-caret-square-o-right' => __( 'Caret Square O Right', 'flash-toolkit' ),
132
+ 'fa-caret-square-o-up' => __( 'Caret Square O Up', 'flash-toolkit' ),
133
+ 'fa-caret-up' => __( 'Caret Up', 'flash-toolkit' ),
134
+ 'fa-cart-arrow-down' => __( 'Cart Arrow Down', 'flash-toolkit' ),
135
+ 'fa-cart-plus' => __( 'Cart Plus', 'flash-toolkit' ),
136
+ 'fa-cc' => __( 'Cc', 'flash-toolkit' ),
137
+ 'fa-cc-amex' => __( 'Cc Amex', 'flash-toolkit' ),
138
+ 'fa-cc-diners-club' => __( 'Cc Diners Club', 'flash-toolkit' ),
139
+ 'fa-cc-discover' => __( 'Cc Discover', 'flash-toolkit' ),
140
+ 'fa-cc-jcb' => __( 'Cc Jcb', 'flash-toolkit' ),
141
+ 'fa-cc-mastercard' => __( 'Cc mastercard', 'flash-toolkit' ),
142
+ 'fa-cc-paypal' => __( 'Cc Paypal', 'flash-toolkit' ),
143
+ 'fa-cc-stripe' => __( 'Cc Stripe', 'flash-toolkit' ),
144
+ 'fa-cc-visa' => __( 'Cc Visa', 'flash-toolkit' ),
145
+ 'fa-certificate' => __( 'Certificate', 'flash-toolkit' ),
146
+ 'fa-chain' => __( 'Cc Chain', 'flash-toolkit' ),
147
+ 'fa-chain-broken' => __( 'Chain Broken', 'flash-toolkit' ),
148
+ 'fa-check' => __( 'Check', 'flash-toolkit' ),
149
+ 'fa-check-circle' => __( 'Check Circle', 'flash-toolkit' ),
150
+ 'fa-check-circle-o' => __( 'Check Circle O', 'flash-toolkit' ),
151
+ 'fa-check-square' => __( 'Check Square ', 'flash-toolkit' ),
152
+ 'fa-check-square-o' => __( 'Check Square O', 'flash-toolkit' ),
153
+ 'fa-chevron-circle-down' => __( 'Chevron Circle Down', 'flash-toolkit' ),
154
+ 'fa-chevron-circle-left' => __( 'Chevron Circle Left', 'flash-toolkit' ),
155
+ 'fa-chevron-circle-right' => __( 'Chevron Circle Right', 'flash-toolkit' ),
156
+ 'fa-chevron-circle-up' => __( 'Chevron Circle Up', 'flash-toolkit' ),
157
+ 'fa-chevron-down' => __( 'Chevron Down', 'flash-toolkit' ),
158
+ 'fa-chevron-left' => __( 'Chevron Left', 'flash-toolkit' ),
159
+ 'fa-chevron-right' => __( 'Chevron Right', 'flash-toolkit' ),
160
+ 'fa-chevron-up' => __( 'Chevron Up', 'flash-toolkit' ),
161
+ 'fa-child' => __( 'Child', 'flash-toolkit' ),
162
+ 'fa-chrome' => __( 'Chrome', 'flash-toolkit' ),
163
+ 'fa-circle' => __( 'Circle', 'flash-toolkit' ),
164
+ 'fa-circle-o' => __( 'Circle O', 'flash-toolkit' ),
165
+ 'fa-circle-o-notch' => __( 'Circle Notch', 'flash-toolkit' ),
166
+ 'fa-circle-thin' => __( 'Circle Thin', 'flash-toolkit' ),
167
+ 'fa-clipboard' => __( 'Clipboard', 'flash-toolkit' ),
168
+ 'fa-clock-o' => __( 'Clock O', 'flash-toolkit' ),
169
+ 'fa-clone' => __( 'Clone', 'flash-toolkit' ),
170
+ 'fa-close' => __( 'Close', 'flash-toolkit' ),
171
+ 'fa-cloud' => __( 'Cloud', 'flash-toolkit' ),
172
+ 'fa-cloud-download' => __( 'Cloud Download', 'flash-toolkit' ),
173
+ 'fa-cloud-upload' => __( 'Cloud Upload', 'flash-toolkit' ),
174
+ 'fa-cny' => __( 'Cny', 'flash-toolkit' ),
175
+ 'fa-code' => __( 'Code', 'flash-toolkit' ),
176
+ 'fa-code-fork' => __( 'Code Fork', 'flash-toolkit' ),
177
+ 'fa-codepen' => __( 'Codepen', 'flash-toolkit' ),
178
+ 'fa-codiepie' => __( 'Codiepie', 'flash-toolkit' ),
179
+ 'fa-coffee' => __( 'Coffee', 'flash-toolkit' ),
180
+ 'fa-cog' => __( 'Cog', 'flash-toolkit' ),
181
+ 'fa-cogs' => __( 'Cogs', 'flash-toolkit' ),
182
+ 'fa-columns' => __( 'Columns', 'flash-toolkit' ),
183
+ 'fa-comment' => __( 'Comment', 'flash-toolkit' ),
184
+ 'fa-comment-o' => __( 'Comment O', 'flash-toolkit' ),
185
+ 'fa-commenting' => __( 'Commenting', 'flash-toolkit' ),
186
+ 'fa-commenting-o' => __( 'Commenting O', 'flash-toolkit' ),
187
+ 'fa-comments' => __( 'Comments', 'flash-toolkit' ),
188
+ 'fa-comments-o' => __( 'Comments O', 'flash-toolkit' ),
189
+ 'fa-compass' => __( 'Compass', 'flash-toolkit' ),
190
+ 'fa-compress' => __( 'Compress', 'flash-toolkit' ),
191
+ 'fa-connectdevelop' => __( 'Connectdevelop', 'flash-toolkit' ),
192
+ 'fa-contao' => __( 'Contao', 'flash-toolkit' ),
193
+ 'fa-copy' => __( 'Copy', 'flash-toolkit' ),
194
+ 'fa-copyright' => __( 'Copyright', 'flash-toolkit' ),
195
+ 'fa-creative-commons' => __( 'Creative Commons', 'flash-toolkit' ),
196
+ 'fa-credit-card' => __( 'Credit Card', 'flash-toolkit' ),
197
+ 'fa-credit-card-alt' => __( 'Credit Card Alt', 'flash-toolkit' ),
198
+ 'fa-crop' => __( 'Crop', 'flash-toolkit' ),
199
+ 'fa-crosshairs' => __( 'Crosshairs', 'flash-toolkit' ),
200
+ 'fa-css3' => __( 'Css3', 'flash-toolkit' ),
201
+ 'fa-cube' => __( 'Cube', 'flash-toolkit' ),
202
+ 'fa-cubes' => __( 'Cubes', 'flash-toolkit' ),
203
+ 'fa-cut' => __( 'Cut', 'flash-toolkit' ),
204
+ 'fa-cutlery' => __( 'Cutlery', 'flash-toolkit' ),
205
+ 'fa-dashboard' => __( 'Dashboard', 'flash-toolkit' ),
206
+ 'fa-dashcube' => __( 'Dashcube', 'flash-toolkit' ),
207
+ 'fa-database' => __( 'Database', 'flash-toolkit' ),
208
+ 'fa-deaf' => __( 'Deaf', 'flash-toolkit' ),
209
+ 'fa-dedent' => __( 'Dedent', 'flash-toolkit' ),
210
+ 'fa-delicious' => __( 'Delicious', 'flash-toolkit' ),
211
+ 'fa-desktop' => __( 'Desktop', 'flash-toolkit' ),
212
+ 'fa-deviantart' => __( 'Deviantart', 'flash-toolkit' ),
213
+ 'fa-diamond' => __( 'Diamond', 'flash-toolkit' ),
214
+ 'fa-digg' => __( 'Digg', 'flash-toolkit' ),
215
+ 'fa-dollar' => __( 'Doller', 'flash-toolkit' ),
216
+ 'fa-dot-circle-o' => __( 'Dot Circle O', 'flash-toolkit' ),
217
+ 'fa-dribbble' => __( 'Dribbble', 'flash-toolkit' ),
218
+ 'fa-dropbox' => __( 'Dropbox', 'flash-toolkit' ),
219
+ 'fa-drupal' => __( 'Drupal', 'flash-toolkit' ),
220
+ 'fa-edge' => __( 'Edge', 'flash-toolkit' ),
221
+ 'fa-edit' => __( 'Edit', 'flash-toolkit' ),
222
+ 'fa-eject' => __( 'Eject', 'flash-toolkit' ),
223
+ 'fa-ellipsis-h' => __( 'Ellipsis H', 'flash-toolkit' ),
224
+ 'fa-ellipsis-v' => __( 'Ellipsis V', 'flash-toolkit' ),
225
+ 'fa-empire' => __( 'Empire', 'flash-toolkit' ),
226
+ 'fa-envelope' => __( 'Envelope', 'flash-toolkit' ),
227
+ 'fa-envelope-o' => __( 'Envelope O', 'flash-toolkit' ),
228
+ 'fa-envelope-square' => __( 'Envelope Square', 'flash-toolkit' ),
229
+ 'fa-envira' => __( 'Envira', 'flash-toolkit' ),
230
+ 'fa-eraser' => __( 'Eraser', 'flash-toolkit' ),
231
+ 'fa-euro' => __( 'Euro', 'flash-toolkit' ),
232
+ 'fa-exchange' => __( 'Exchange', 'flash-toolkit' ),
233
+ 'fa-exclamation' => __( 'Exclamation ', 'flash-toolkit' ),
234
+ 'fa-exclamation-circle' => __( 'Exclamation Circle', 'flash-toolkit' ),
235
+ 'fa-exclamation-triangle' => __( 'Exclamation Triangle', 'flash-toolkit' ),
236
+ 'fa-expand' => __( 'Expand', 'flash-toolkit' ),
237
+ 'fa-expeditedssl' => __( 'Expeditedssl', 'flash-toolkit' ),
238
+ 'fa-external-link' => __( 'External Link', 'flash-toolkit' ),
239
+ 'fa-external-link-square' => __( 'External Link Square', 'flash-toolkit' ),
240
+ 'fa-eye' => __( 'Eye', 'flash-toolkit' ),
241
+ 'fa-eye-slash' => __( 'Eye Slash', 'flash-toolkit' ),
242
+ 'fa-eyedropper' => __( 'Eyedropper', 'flash-toolkit' ),
243
+ 'fa-fa' => __( 'Fa', 'flash-toolkit' ),
244
+ 'fa-facebook' => __( 'Facebook', 'flash-toolkit' ),
245
+ 'fa-facebook-f' => __( 'Facebook F', 'flash-toolkit' ),
246
+ 'fa-facebook-official' => __( 'Facebook Official', 'flash-toolkit' ),
247
+ 'fa-facebook-square' => __( 'Facebook Square', 'flash-toolkit' ),
248
+ 'fa-fast-backward' => __( 'Fast Backward', 'flash-toolkit' ),
249
+ 'fa-fast-forward' => __( 'Fast Forward', 'flash-toolkit' ),
250
+ 'fa-fax' => __( 'Fax', 'flash-toolkit' ),
251
+ 'fa-feed' => __( 'Feed', 'flash-toolkit' ),
252
+ 'fa-female' => __( 'Female', 'flash-toolkit' ),
253
+ 'fa-fighter-jet' => __( 'Fighter Jet', 'flash-toolkit' ),
254
+ 'fa-file-archive-o' => __( 'File Archive O', 'flash-toolkit' ),
255
+ 'fa-file-audio-o' => __( 'File Audio O', 'flash-toolkit' ),
256
+ 'fa-file-code-o' => __( 'File Code O', 'flash-toolkit' ),
257
+ 'fa-file-excel-o' => __( 'File Excel O', 'flash-toolkit' ),
258
+ 'fa-file-image-o' => __( 'File Image O', 'flash-toolkit' ),
259
+ 'fa-file-movie-o' => __( 'File Movie O', 'flash-toolkit' ),
260
+ 'fa-file-o' => __( 'File O', 'flash-toolkit' ),
261
+ 'fa-file-pdf-o' => __( 'File Pdf O', 'flash-toolkit' ),
262
+ 'fa-file-photo-o' => __( 'File Photo O', 'flash-toolkit' ),
263
+ 'fa-file-picture-o' => __( 'File Picture O', 'flash-toolkit' ),
264
+ 'fa-file-powerpoint-o' => __( 'File Powerpoint O', 'flash-toolkit' ),
265
+ 'fa-file-sound-o' => __( 'File Sound O', 'flash-toolkit' ),
266
+ 'fa-file-text' => __( 'File Text', 'flash-toolkit' ),
267
+ 'fa-file-text-o' => __( 'File Text O', 'flash-toolkit' ),
268
+ 'fa-file-video-o' => __( 'File Video O', 'flash-toolkit' ),
269
+ 'fa-file-word-o' => __( 'File Word O', 'flash-toolkit' ),
270
+ 'fa-file-zip-o' => __( 'File Zip O', 'flash-toolkit' ),
271
+ 'fa-files-o' => __( 'Files O', 'flash-toolkit' ),
272
+ 'fa-film' => __( 'Film', 'flash-toolkit' ),
273
+ 'fa-filter' => __( 'Filter', 'flash-toolkit' ),
274
+ 'fa-fire' => __( 'Fire', 'flash-toolkit' ),
275
+ 'fa-fire-extinguisher' => __( 'Fire Extinguisher', 'flash-toolkit' ),
276
+ 'fa-firefox' => __( 'Firefox', 'flash-toolkit' ),
277
+ 'fa-first-order' => __( 'First Order', 'flash-toolkit' ),
278
+ 'fa-flag' => __( 'Flag', 'flash-toolkit' ),
279
+ 'fa-flag-checkered' => __( 'Flag Checkered', 'flash-toolkit' ),
280
+ 'fa-flag-o' => __( 'Flag O', 'flash-toolkit' ),
281
+ 'fa-flash' => __( 'Flash', 'flash-toolkit' ),
282
+ 'fa-flask' => __( 'Flask', 'flash-toolkit' ),
283
+ 'fa-flickr' => __( 'Flickr', 'flash-toolkit' ),
284
+ 'fa-floppy-o' => __( 'Floppy O', 'flash-toolkit' ),
285
+ 'fa-folder' => __( 'Folder', 'flash-toolkit' ),
286
+ 'fa-folder-o' => __( 'Folder O', 'flash-toolkit' ),
287
+ 'fa-folder-open' => __( 'Folder Open', 'flash-toolkit' ),
288
+ 'fa-folder-open-o' => __( 'Folder Open O', 'flash-toolkit' ),
289
+ 'fa-font' => __( 'Font', 'flash-toolkit' ),
290
+ 'fa-font-awesome' => __( 'Font Awesome', 'flash-toolkit' ),
291
+ 'fa-fonticons' => __( 'Fonticons', 'flash-toolkit' ),
292
+ 'fa-fort-awesome' => __( 'Fort Awesome', 'flash-toolkit' ),
293
+ 'fa-forumbee' => __( 'Forumbee', 'flash-toolkit' ),
294
+ 'fa-forward' => __( 'Forward', 'flash-toolkit' ),
295
+ 'fa-foursquare ' => __( 'Foursquare', 'flash-toolkit' ),
296
+ 'fa-frown-o' => __( 'Frown O', 'flash-toolkit' ),
297
+ 'fa-futbol-o' => __( 'Futbol O', 'flash-toolkit' ),
298
+ 'fa-gamepad' => __( 'Gamepad', 'flash-toolkit' ),
299
+ 'fa-gavel' => __( 'Gavel', 'flash-toolkit' ),
300
+ 'fa-gbp' => __( 'Gbp', 'flash-toolkit' ),
301
+ 'fa-ge' => __( 'Ge', 'flash-toolkit' ),
302
+ 'fa-gear' => __( 'Gear', 'flash-toolkit' ),
303
+ 'fa-gears' => __( 'Gears', 'flash-toolkit' ),
304
+ 'fa-genderless' => __( 'Genderless', 'flash-toolkit' ),
305
+ 'fa-get-pocket' => __( 'Get Pocket', 'flash-toolkit' ),
306
+ 'fa-gg' => __( 'Gg', 'flash-toolkit' ),
307
+ 'fa-gg-circle' => __( 'Gg Circle', 'flash-toolkit' ),
308
+ 'fa-gift ' => __( 'Gift', 'flash-toolkit' ),
309
+ 'fa-git ' => __( 'Git', 'flash-toolkit' ),
310
+ 'fa-git-square' => __( 'Git Square', 'flash-toolkit' ),
311
+ 'fa-github' => __( 'Github', 'flash-toolkit' ),
312
+ 'fa-github-alt' => __( 'Github Alt', 'flash-toolkit' ),
313
+ 'fa-github-square' => __( 'Github Square', 'flash-toolkit' ),
314
+ 'fa-gitlab' => __( 'Gitlab', 'flash-toolkit' ),
315
+ 'fa-gittip' => __( 'Gittip', 'flash-toolkit' ),
316
+ 'fa-glass' => __( 'Glass', 'flash-toolkit' ),
317
+ 'fa-glide' => __( 'Glide', 'flash-toolkit' ),
318
+ 'fa-glide-g' => __( 'Glide G', 'flash-toolkit' ),
319
+ 'fa-globe' => __( 'Globe', 'flash-toolkit' ),
320
+ 'fa-google' => __( 'Google', 'flash-toolkit' ),
321
+ 'fa-google-plus' => __( 'Google Plus', 'flash-toolkit' ),
322
+ 'fa-google-plus-circle' => __( 'Google Plus Circle', 'flash-toolkit' ),
323
+ 'fa-google-plus-official' => __( 'Google Plus Official', 'flash-toolkit' ),
324
+ 'fa-google-plus-square' => __( 'Google Plus Square', 'flash-toolkit' ),
325
+ 'fa-google-wallet' => __( 'Google Wallet', 'flash-toolkit' ),
326
+ 'fa-graduation-cap' => __( 'Graduation Cap', 'flash-toolkit' ),
327
+ 'fa-gratipay' => __( 'Gratipay', 'flash-toolkit' ),
328
+ 'fa-group' => __( 'Group', 'flash-toolkit' ),
329
+ 'fa-h-square' => __( 'H Square', 'flash-toolkit' ),
330
+ 'fa-hacker-news' => __( 'Hacker News', 'flash-toolkit' ),
331
+ 'fa-hand-grab-o' => __( 'Hand Grab O', 'flash-toolkit' ),
332
+ 'fa-hand-lizard-o' => __( 'Hand Lizard O', 'flash-toolkit' ),
333
+ 'fa-hand-o-down' => __( 'Hand O Down', 'flash-toolkit' ),
334
+ 'fa-hand-o-left' => __( 'Hand O Left', 'flash-toolkit' ),
335
+ 'fa-hand-o-right' => __( 'Hand O Right', 'flash-toolkit' ),
336
+ 'fa-hand-o-up' => __( 'Hand O Up', 'flash-toolkit' ),
337
+ 'fa-hand-paper-o' => __( 'Hand Paper O', 'flash-toolkit' ),
338
+ 'fa-hand-peace-o' => __( 'Hand Peace O', 'flash-toolkit' ),
339
+ 'fa-hand-pointer-o' => __( 'Hand Pointer O', 'flash-toolkit' ),
340
+ 'fa-hand-rock-o' => __( 'Hand Rock O', 'flash-toolkit' ),
341
+ 'fa-hand-scissors-o' => __( 'Hand Scissors O', 'flash-toolkit' ),
342
+ 'fa-hand-spock-o' => __( 'Hand Spock O', 'flash-toolkit' ),
343
+ 'fa-hand-stop-o' => __( 'Hand Stop O', 'flash-toolkit' ),
344
+ 'fa-hard-of-hearing' => __( 'Hard Of Hearing', 'flash-toolkit' ),
345
+ 'fa-hashtag' => __( 'Hashtag', 'flash-toolkit' ),
346
+ 'fa-hdd-o' => __( 'Hdd O', 'flash-toolkit' ),
347
+ 'fa-header' => __( 'Header', 'flash-toolkit' ),
348
+ 'fa-headphones' => __( 'Headphones', 'flash-toolkit' ),
349
+ 'fa-heart' => __( 'Heart', 'flash-toolkit' ),
350
+ 'fa-heart-o' => __( 'Heart O', 'flash-toolkit' ),
351
+ 'fa-heartbeat' => __( 'Heartbeat', 'flash-toolkit' ),
352
+ 'fa-history' => __( 'History', 'flash-toolkit' ),
353
+ 'fa-home' => __( 'Home', 'flash-toolkit' ),
354
+ 'fa-hospital-o' => __( 'Hospital-o', 'flash-toolkit' ),
355
+ 'fa-hotel' => __( 'Hotel', 'flash-toolkit' ),
356
+ 'fa-hourglass' => __( 'Hourglass', 'flash-toolkit' ),
357
+ 'fa-hourglass-1' => __( 'Hourglass 1', 'flash-toolkit' ),
358
+ 'fa-hourglass-2' => __( 'Hourglass 2', 'flash-toolkit' ),
359
+ 'fa-hourglass-3' => __( 'Hourglass 3', 'flash-toolkit' ),
360
+ 'fa-hourglass-end' => __( 'Hourglass End', 'flash-toolkit' ),
361
+ 'fa-hourglass-half' => __( 'Hourglass Half', 'flash-toolkit' ),
362
+ 'fa-hourglass-o' => __( 'Hourglass O', 'flash-toolkit' ),
363
+ 'fa-hourglass-start' => __( 'Hourglass Start', 'flash-toolkit' ),
364
+ 'fa-houzz' => __( 'Houzz', 'flash-toolkit' ),
365
+ 'fa-html5' => __( 'Html5', 'flash-toolkit' ),
366
+ 'fa-i-cursor' => __( 'I Cursor', 'flash-toolkit' ),
367
+ 'fa-ils' => __( 'Ils', 'flash-toolkit' ),
368
+ 'fa-image' => __( 'Image', 'flash-toolkit' ),
369
+ 'fa-inbox' => __( 'Inbox', 'flash-toolkit' ),
370
+ 'fa-indent' => __( 'Indent', 'flash-toolkit' ),
371
+ 'fa-industry' => __( 'Industry', 'flash-toolkit' ),
372
+ 'fa-info' => __( 'Info', 'flash-toolkit' ),
373
+ 'fa-info-circle' => __( 'Info Circle', 'flash-toolkit' ),
374
+ 'fa-inr' => __( 'Inr', 'flash-toolkit' ),
375
+ 'fa-instagram' => __( 'Instagram', 'flash-toolkit' ),
376
+ 'fa-institution' => __( 'Institution', 'flash-toolkit' ),
377
+ 'fa-internet-explorer' => __( 'Internet Explorer', 'flash-toolkit' ),
378
+ 'fa-intersex' => __( 'Intersex', 'flash-toolkit' ),
379
+ 'fa-ioxhost' => __( 'Ioxhost', 'flash-toolkit' ),
380
+ 'fa-italic' => __( 'Italic', 'flash-toolkit' ),
381
+ 'fa-joomla' => __( 'Joomla', 'flash-toolkit' ),
382
+ 'fa-jpy' => __( 'Jpy', 'flash-toolkit' ),
383
+ 'fa-jsfiddle' => __( 'Jsfiddle', 'flash-toolkit' ),
384
+ 'fa-key' => __( 'Key', 'flash-toolkit' ),
385
+ 'fa-keyboard-o' => __( 'Keyboard O', 'flash-toolkit' ),
386
+ 'fa-krw' => __( 'Krw', 'flash-toolkit' ),
387
+ 'fa-language' => __( 'Language', 'flash-toolkit' ),
388
+ 'fa-laptop' => __( 'Laptop', 'flash-toolkit' ),
389
+ 'fa-lastfm' => __( 'Lastfm', 'flash-toolkit' ),
390
+ 'fa-lastfm-square' => __( 'Lastfm Square', 'flash-toolkit' ),
391
+ 'fa-leaf' => __( 'Leaf', 'flash-toolkit' ),
392
+ 'fa-leanpub' => __( 'Leanpub', 'flash-toolkit' ),
393
+ 'fa-legal' => __( 'Legal', 'flash-toolkit' ),
394
+ 'fa-lemon-o' => __( 'Lemon O', 'flash-toolkit' ),
395
+ 'fa-level-down' => __( 'Level Down', 'flash-toolkit' ),
396
+ 'fa-level-up' => __( 'Level Up', 'flash-toolkit' ),
397
+ 'fa-life-bouy' => __( 'Life Bouy', 'flash-toolkit' ),
398
+ 'fa-life-buoy' => __( 'Life Buoy', 'flash-toolkit' ),
399
+ 'fa-life-ring' => __( 'Life Ring', 'flash-toolkit' ),
400
+ 'fa-life-saver' => __( 'Life Saver', 'flash-toolkit' ),
401
+ 'fa-lightbulb-o' => __( 'Lightbulb O', 'flash-toolkit' ),
402
+ 'fa-line-chart' => __( 'Line Chart', 'flash-toolkit' ),
403
+ 'fa-link' => __( 'Link', 'flash-toolkit' ),
404
+ 'fa-linkedin' => __( 'Linkedin', 'flash-toolkit' ),
405
+ 'fa-linkedin-square' => __( 'Linkedin Square', 'flash-toolkit' ),
406
+ 'fa-linux' => __( 'Linux', 'flash-toolkit' ),
407
+ 'fa-list' => __( 'List', 'flash-toolkit' ),
408
+ 'fa-list-alt' => __( 'List Alt', 'flash-toolkit' ),
409
+ 'fa-list-ol' => __( 'List Ol', 'flash-toolkit' ),
410
+ 'fa-list-ul' => __( 'List Ul', 'flash-toolkit' ),
411
+ 'fa-location-arrow' => __( 'Location Arrow', 'flash-toolkit' ),
412
+ 'fa-lock' => __( 'Lock', 'flash-toolkit' ),
413
+ 'fa-long-arrow-down' => __( 'Long Arrow Down', 'flash-toolkit' ),
414
+ 'fa-long-arrow-left' => __( 'Long Arrow Left', 'flash-toolkit' ),
415
+ 'fa-long-arrow-right' => __( 'Long Arrow Right', 'flash-toolkit' ),
416
+ 'fa-long-arrow-up' => __( 'Long Arrow Up', 'flash-toolkit' ),
417
+ 'fa-low-vision' => __( 'Low Vision', 'flash-toolkit' ),
418
+ 'fa-magic' => __( 'Magic', 'flash-toolkit' ),
419
+ 'fa-magnet' => __( 'Magnet', 'flash-toolkit' ),
420
+ 'fa-mail-forward' => __( 'Mail Forward', 'flash-toolkit' ),
421
+ 'fa-mail-reply' => __( 'Mail Reply', 'flash-toolkit' ),
422
+ 'fa-mail-reply-all' => __( 'Mail Reply All', 'flash-toolkit' ),
423
+ 'fa-male' => __( 'Male', 'flash-toolkit' ),
424
+ 'fa-map' => __( 'Map', 'flash-toolkit' ),
425
+ 'fa-map-marker' => __( 'Map Marker', 'flash-toolkit' ),
426
+ 'fa-map-o' => __( 'Map O', 'flash-toolkit' ),
427
+ 'fa-map-pin' => __( 'Map Pin', 'flash-toolkit' ),
428
+ 'fa-map-signs' => __( 'Map Signs', 'flash-toolkit' ),
429
+ 'fa-mars' => __( 'Mars', 'flash-toolkit' ),
430
+ 'fa-mars-double' => __( 'Mars Double', 'flash-toolkit' ),
431
+ 'fa-mars-stroke' => __( 'Mars Stroke', 'flash-toolkit' ),
432
+ 'fa-mars-stroke-h' => __( 'Mars Stroke H', 'flash-toolkit' ),
433
+ 'fa-mars-stroke-v' => __( 'Mars Stroke V', 'flash-toolkit' ),
434
+ 'fa-maxcdn' => __( 'Maxcdn', 'flash-toolkit' ),
435
+ 'fa-meanpath' => __( 'Meanpath', 'flash-toolkit' ),
436
+ 'fa-medium' => __( 'Medium', 'flash-toolkit' ),
437
+ 'fa-medkit' => __( 'Medkit', 'flash-toolkit' ),
438
+ 'fa-meh-o' => __( 'Meh', 'flash-toolkit' ),
439
+ 'fa-mercury' => __( 'Mercury', 'flash-toolkit' ),
440
+ 'fa-microphone' => __( 'Microphone', 'flash-toolkit' ),
441
+ 'fa-microphone-slash' => __( 'Microphone Slash', 'flash-toolkit' ),
442
+ 'fa-minus' => __( 'Minus', 'flash-toolkit' ),
443
+ 'fa-minus-circle' => __( 'Minus Circle', 'flash-toolkit' ),
444
+ 'fa-minus-square' => __( 'Minus Square', 'flash-toolkit' ),
445
+ 'fa-minus-square-o' => __( 'Minus Square O', 'flash-toolkit' ),
446
+ 'fa-mixcloud' => __( 'Mixcloud', 'flash-toolkit' ),
447
+ 'fa-mobile' => __( 'Mobile', 'flash-toolkit' ),
448
+ 'fa-modx' => __( 'Modex', 'flash-toolkit' ),
449
+ 'fa-money' => __( 'Money', 'flash-toolkit' ),
450
+ 'fa-moon-o' => __( 'Moon O', 'flash-toolkit' ),
451
+ 'fa-mortar-board' => __( 'Mortar Board', 'flash-toolkit' ),
452
+ 'fa-motorcycle' => __( 'Motorcycle', 'flash-toolkit' ),
453
+ 'fa-mouse-pointer' => __( 'Mouse Pointer', 'flash-toolkit' ),
454
+ 'fa-music' => __( 'Music', 'flash-toolkit' ),
455
+ 'fa-navicon' => __( 'Navicon', 'flash-toolkit' ),
456
+ 'fa-neuter' => __( 'Neuter', 'flash-toolkit' ),
457
+ 'fa-newspaper-o' => __( 'Newspaper O', 'flash-toolkit' ),
458
+ 'fa-object-group' => __( 'Object group', 'flash-toolkit' ),
459
+ 'fa-object-ungroup' => __( 'Object ungroup', 'flash-toolkit' ),
460
+ 'fa-odnoklassniki' => __( 'Odnoklassniki', 'flash-toolkit' ),
461
+ 'fa-odnoklassniki-square' => __( 'Odnoklassniki Square', 'flash-toolkit' ),
462
+ 'fa-opencart' => __( 'Opencart', 'flash-toolkit' ),
463
+ 'fa-openid' => __( 'Openid', 'flash-toolkit' ),
464
+ 'fa-opera' => __( 'Opera', 'flash-toolkit' ),
465
+ 'fa-optin-monster' => __( 'Option monster', 'flash-toolkit' ),
466
+ 'fa-outdent' => __( 'Outdent', 'flash-toolkit' ),
467
+ 'fa-pagelines' => __( 'Pagelines', 'flash-toolkit' ),
468
+ 'fa-paint-brush' => __( 'Paint brush', 'flash-toolkit' ),
469
+ 'fa-paper-plane' => __( 'Paper plane', 'flash-toolkit' ),
470
+ 'fa-paper-plane-o' => __( 'Paper plane O', 'flash-toolkit' ),
471
+ 'fa-paperclip' => __( 'Paperclip', 'flash-toolkit' ),
472
+ 'fa-paragraph' => __( 'Paragraph', 'flash-toolkit' ),
473
+ 'fa-paste' => __( 'Paste', 'flash-toolkit' ),
474
+ 'fa-pause' => __( 'Paush', 'flash-toolkit' ),
475
+ 'fa-pause-circle' => __( 'Paush Circle', 'flash-toolkit' ),
476
+ 'fa-pause-circle-o' => __( 'Paush Circle O', 'flash-toolkit' ),
477
+ 'fa-paw' => __( 'Paw', 'flash-toolkit' ),
478
+ 'fa-paypal' => __( 'Paypal', 'flash-toolkit' ),
479
+ 'fa-pencil' => __( 'Pencil Square', 'flash-toolkit' ),
480
+ 'fa-pencil-square' => __( 'Paypal', 'flash-toolkit' ),
481
+ 'fa-pencil-square-o' => __( 'Pencil Square O', 'flash-toolkit' ),
482
+ 'fa-percent' => __( 'Percent', 'flash-toolkit' ),
483
+ 'fa-phone' => __( 'Phone', 'flash-toolkit' ),
484
+ 'fa-phone-square' => __( 'Phone Square', 'flash-toolkit' ),
485
+ 'fa-photo' => __( 'Photo', 'flash-toolkit' ),
486
+ 'fa-picture-o' => __( 'Picture O', 'flash-toolkit' ),
487
+ 'fa-pie-chart' => __( 'Pie Chart', 'flash-toolkit' ),
488
+ 'fa-pied-piper' => __( 'Pied Piper', 'flash-toolkit' ),
489
+ 'fa-pied-piper-alt' => __( 'Pied Piper Alt', 'flash-toolkit' ),
490
+ 'fa-pied-piper-pp' => __( 'Pied Piper Pp', 'flash-toolkit' ),
491
+ 'fa-pinterest' => __( 'Pinterest', 'flash-toolkit' ),
492
+ 'fa-pinterest-p' => __( 'Pinterest P', 'flash-toolkit' ),
493
+ 'fa-pinterest-square' => __( 'Pinterest Square', 'flash-toolkit' ),
494
+ 'fa-plane' => __( 'Plane', 'flash-toolkit' ),
495
+ 'fa-play' => __( 'Play', 'flash-toolkit' ),
496
+ 'fa-play-circle' => __( 'Play Circle', 'flash-toolkit' ),
497
+ 'fa-play-circle-o' => __( 'Play Circle O', 'flash-toolkit' ),
498
+ 'fa-plug' => __( 'Plug', 'flash-toolkit' ),
499
+ 'fa-plus' => __( 'Plus', 'flash-toolkit' ),
500
+ 'fa-plus-circle' => __( 'Plus Circle', 'flash-toolkit' ),
501
+ 'fa-plus-square' => __( 'Plus Square', 'flash-toolkit' ),
502
+ 'fa-plus-square-o' => __( 'Plus Square O', 'flash-toolkit' ),
503
+ 'fa-power-off' => __( 'Power Off', 'flash-toolkit' ),
504
+ 'fa-print' => __( 'Print', 'flash-toolkit' ),
505
+ 'fa-product-hunt' => __( 'Peoduct Hunt', 'flash-toolkit' ),
506
+ 'fa-puzzle-piece' => __( 'Puzzle Piece', 'flash-toolkit' ),
507
+ 'fa-qq' => __( 'Qq', 'flash-toolkit' ),
508
+ 'fa-qrcode' => __( 'Qrcode', 'flash-toolkit' ),
509
+ 'fa-question' => __( 'Question', 'flash-toolkit' ),
510
+ 'fa-question-circle' => __( 'Question Ciecle', 'flash-toolkit' ),
511
+ 'fa-question-circle-o' => __( 'Question Circle O', 'flash-toolkit' ),
512
+ 'fa-quote-left' => __( 'Quote Left', 'flash-toolkit' ),
513
+ 'fa-quote-right' => __( 'Quote Right', 'flash-toolkit' ),
514
+ 'fa-ra' => __( 'Ra', 'flash-toolkit' ),
515
+ 'fa-random' => __( 'Random', 'flash-toolkit' ),
516
+ 'fa-rebel' => __( 'Rebel', 'flash-toolkit' ),
517
+ 'fa-recycle' => __( 'Recycle', 'flash-toolkit' ),
518
+ 'fa-reddit' => __( 'Reddit', 'flash-toolkit' ),
519
+ 'fa-reddit-alien' => __( 'Reddit Alien', 'flash-toolkit' ),
520
+ 'fa-reddit-square' => __( 'Reddit Square', 'flash-toolkit' ),
521
+ 'fa-refresh' => __( 'Refresh', 'flash-toolkit' ),
522
+ 'fa-registered' => __( 'Registered', 'flash-toolkit' ),
523
+ 'fa-remove' => __( 'Remove', 'flash-toolkit' ),
524
+ 'fa-renren' => __( 'Renren', 'flash-toolkit' ),
525
+ 'fa-reorder' => __( 'Reorder', 'flash-toolkit' ),
526
+ 'fa-repeat' => __( 'Repeat', 'flash-toolkit' ),
527
+ 'fa-reply' => __( 'Reply', 'flash-toolkit' ),
528
+ 'fa-reply-all' => __( 'Reply All', 'flash-toolkit' ),
529
+ 'fa-retweet' => __( 'Retweet', 'flash-toolkit' ),
530
+ 'fa-rmb' => __( 'Rmb', 'flash-toolkit' ),
531
+ 'fa-road' => __( 'Road', 'flash-toolkit' ),
532
+ 'fa-rocket' => __( 'rocket', 'flash-toolkit' ),
533
+ 'fa-rotate-left' => __( 'Rotate Left', 'flash-toolkit' ),
534
+ 'fa-rotate-right' => __( 'Rotate Right', 'flash-toolkit' ),
535
+ 'fa-rouble' => __( 'Rouble', 'flash-toolkit' ),
536
+ 'fa-rss' => __( 'Rss', 'flash-toolkit' ),
537
+ 'fa-rss-square' => __( 'Rss Square', 'flash-toolkit' ),
538
+ 'fa-rupee' => __( 'Rupee', 'flash-toolkit' ),
539
+ 'fa-safari' => __( 'Safari', 'flash-toolkit' ),
540
+ 'fa-save' => __( 'Save', 'flash-toolkit' ),
541
+ 'fa-scissors' => __( 'Scissors', 'flash-toolkit' ),
542
+ 'fa-scribd' => __( 'Scribd', 'flash-toolkit' ),
543
+ 'fa-search' => __( 'Search', 'flash-toolkit' ),
544
+ 'fa-search-minus' => __( 'Search Minus', 'flash-toolkit' ),
545
+ 'fa-search-plus' => __( 'Search Plus', 'flash-toolkit' ),
546
+ 'fa-sellsy' => __( 'Sellsy', 'flash-toolkit' ),
547
+ 'fa-send' => __( 'Send', 'flash-toolkit' ),
548
+ 'fa-send-o' => __( 'Send O', 'flash-toolkit' ),
549
+ 'fa-server' => __( 'Server', 'flash-toolkit' ),
550
+ 'fa-share' => __( 'Share', 'flash-toolkit' ),
551
+ 'fa-share-alt' => __( 'Share Alt', 'flash-toolkit' ),
552
+ 'fa-share-alt-square' => __( 'Share Alt Square', 'flash-toolkit' ),
553
+ 'fa-share-square-o' => __( 'Share Square O', 'flash-toolkit' ),
554
+ 'fa-shekel' => __( 'Shekel', 'flash-toolkit' ),
555
+ 'fa-sheqel' => __( 'Sheqel', 'flash-toolkit' ),
556
+ 'fa-shield' => __( 'Shield', 'flash-toolkit' ),
557
+ 'fa-ship' => __( 'Ship', 'flash-toolkit' ),
558
+ 'fa-shirtsinbulk' => __( 'Shirtsinbulk', 'flash-toolkit' ),
559
+ 'fa-shopping-bag' => __( 'Shopping Bag', 'flash-toolkit' ),
560
+ 'fa-shopping-basket' => __( 'Shopping Basket', 'flash-toolkit' ),
561
+ 'fa-shopping-cart' => __( 'Shopping Cart', 'flash-toolkit' ),
562
+ 'fa-sign-in' => __( 'Sign In', 'flash-toolkit' ),
563
+ 'fa-sign-out' => __( 'Sign Out', 'flash-toolkit' ),
564
+ 'fa-signal' => __( 'Signal', 'flash-toolkit' ),
565
+ 'fa-simplybuilt' => __( 'Simplybuilt', 'flash-toolkit' ),
566
+ 'fa-sitemap' => __( 'Sitemap', 'flash-toolkit' ),
567
+ 'fa-skyatlas' => __( 'Skyatlas', 'flash-toolkit' ),
568
+ 'fa-skype' => __( 'Skype', 'flash-toolkit' ),
569
+ 'fa-slack' => __( 'Slack', 'flash-toolkit' ),
570
+ 'fa-sliders' => __( 'Sliders', 'flash-toolkit' ),
571
+ 'fa-slideshare' => __( 'Slideshare', 'flash-toolkit' ),
572
+ 'fa-smile-o' => __( 'Smile O', 'flash-toolkit' ),
573
+ 'fa-snapchat' => __( 'Snapchat', 'flash-toolkit' ),
574
+ 'fa-snapchat-ghost' => __( 'Snapchat Ghost', 'flash-toolkit' ),
575
+ 'fa-snapchat-square' => __( 'Snapchat Square', 'flash-toolkit' ),
576
+ 'fa-soccer-ball-o' => __( 'Soccer Ball', 'flash-toolkit' ),
577
+ 'fa-sort' => __( 'Sort', 'flash-toolkit' ),
578
+ 'fa-sort-alpha-asc' => __( 'Sort Alpha Asc', 'flash-toolkit' ),
579
+ 'fa-sort-alpha-desc' => __( 'Sort Alpha desc', 'flash-toolkit' ),
580
+ 'fa-sort-asc' => __( 'Sort Asc', 'flash-toolkit' ),
581
+ 'fa-sort-desc' => __( 'Sort Desc', 'flash-toolkit' ),
582
+ 'fa-sort-down' => __( 'Sort Down', 'flash-toolkit' ),
583
+ 'fa-sort-numeric-asc' => __( 'Sort Numeric Asc', 'flash-toolkit' ),
584
+ 'fa-sort-numeric-desc' => __( 'Sort Numeric Desc', 'flash-toolkit' ),
585
+ 'fa-sort-up' => __( 'Sort Up', 'flash-toolkit' ),
586
+ 'fa-soundcloud' => __( 'Soundcloud', 'flash-toolkit' ),
587
+ 'fa-space-shuttle' => __( 'Space Shuttle', 'flash-toolkit' ),
588
+ 'fa-spinner' => __( 'Spinner', 'flash-toolkit' ),
589
+ 'fa-spoon' => __( 'Spoon', 'flash-toolkit' ),
590
+ 'fa-spotify' => __( 'Spotify', 'flash-toolkit' ),
591
+ 'fa-square' => __( 'Square', 'flash-toolkit' ),
592
+ 'fa-square-o' => __( 'Square O', 'flash-toolkit' ),
593
+ 'fa-stack-exchange' => __( 'Stack Exchange', 'flash-toolkit' ),
594
+ 'fa-stack-overflow' => __( 'Stack Overflow', 'flash-toolkit' ),
595
+ 'fa-star' => __( 'Star', 'flash-toolkit' ),
596
+ 'fa-star-half' => __( 'Star Half', 'flash-toolkit' ),
597
+ 'fa-star-half-empty' => __( 'Star Half Empty', 'flash-toolkit' ),
598
+ 'fa-star-o' => __( 'Star O', 'flash-toolkit' ),
599
+ 'fa-steam' => __( 'Steam', 'flash-toolkit' ),
600
+ 'fa-steam-square' => __( 'Steam Square', 'flash-toolkit' ),
601
+ 'fa-step-backward' => __( 'Step Backward', 'flash-toolkit' ),
602
+ 'fa-step-forward' => __( 'Step Forward', 'flash-toolkit' ),
603
+ 'fa-stethoscope' => __( 'Stethoscope', 'flash-toolkit' ),
604
+ 'fa-sticky-note' => __( 'Sticky Note', 'flash-toolkit' ),
605
+ 'fa-sticky-note-o' => __( 'Sticky Note O', 'flash-toolkit' ),
606
+ 'fa-stop' => __( 'Stop', 'flash-toolkit' ),
607
+ 'fa-stop-circle' => __( 'Stop Circle', 'flash-toolkit' ),
608
+ 'fa-stop-circle-o' => __( 'Stop Circle O', 'flash-toolkit' ),
609
+ 'fa-street-view' => __( 'Street View', 'flash-toolkit' ),
610
+ 'fa-strikethrough' => __( 'Strikethrough', 'flash-toolkit' ),
611
+ 'fa-stumbleupon' => __( 'Stumbleupon', 'flash-toolkit' ),
612
+ 'fa-stumbleupon-circle' => __( 'Stumbleupon Circle', 'flash-toolkit' ),
613
+ 'fa-subscript' => __( 'Subscript', 'flash-toolkit' ),
614
+ 'fa-subway' => __( 'Subway', 'flash-toolkit' ),
615
+ 'fa-suitcase' => __( 'Suitcase', 'flash-toolkit' ),
616
+ 'fa-sun-o' => __( 'Sun', 'flash-toolkit' ),
617
+ 'fa-superscript' => __( 'Superscript', 'flash-toolkit' ),
618
+ 'fa-support' => __( 'Support', 'flash-toolkit' ),
619
+ 'fa-table' => __( 'Table', 'flash-toolkit' ),
620
+ 'fa-tablet' => __( 'Tablet', 'flash-toolkit' ),
621
+ 'fa-tachometer' => __( 'Tachometer', 'flash-toolkit' ),
622
+ 'fa-tag' => __( 'Tag', 'flash-toolkit' ),
623
+ 'fa-tags' => __( 'Tags', 'flash-toolkit' ),
624
+ 'fa-tasks' => __( 'Tasks', 'flash-toolkit' ),
625
+ 'fa-taxi' => __( 'Taxi', 'flash-toolkit' ),
626
+ 'fa-television' => __( 'Television', 'flash-toolkit' ),
627
+ 'fa-tencent-weibo ' => __( 'Tencent Weibo ', 'flash-toolkit' ),
628
+ 'fa-terminal' => __( 'Terminal', 'flash-toolkit' ),
629
+ 'fa-text-height' => __( 'Text Height', 'flash-toolkit' ),
630
+ 'fa-text-width' => __( 'Text Width', 'flash-toolkit' ),
631
+ 'fa-th' => __( 'Th', 'flash-toolkit' ),
632
+ 'fa-th-large' => __( 'Th Large', 'flash-toolkit' ),
633
+ 'fa-th-list' => __( 'Th List', 'flash-toolkit' ),
634
+ 'fa-themeisle' => __( 'Themeisle', 'flash-toolkit' ),
635
+ 'fa-thumb-tack' => __( 'Thumb Tack', 'flash-toolkit' ),
636
+ 'fa-thumbs-down' => __( 'Thumbs Down', 'flash-toolkit' ),
637
+ 'fa-thumbs-o-down' => __( 'Thumbs O Down', 'flash-toolkit' ),
638
+ 'fa-thumbs-o-up' => __( 'Thumbs O Up', 'flash-toolkit' ),
639
+ 'fa-thumbs-up' => __( 'Thumbs Up', 'flash-toolkit' ),
640
+ 'fa-ticket ' => __( 'Ticket ', 'flash-toolkit' ),
641
+ 'fa-times' => __( 'Times', 'flash-toolkit' ),
642
+ 'fa-times-circle' => __( 'Times Circle', 'flash-toolkit' ),
643
+ 'fa-times-circle-o' => __( 'Times Circle O', 'flash-toolkit' ),
644
+ 'fa-tint' => __( 'Tint', 'flash-toolkit' ),
645
+ 'fa-toggle-down' => __( 'Toggle Down', 'flash-toolkit' ),
646
+ 'fa-toggle-left' => __( 'Toggle Left', 'flash-toolkit' ),
647
+ 'fa-toggle-off' => __( 'Toggle Off', 'flash-toolkit' ),
648
+ 'fa-toggle-on' => __( 'Toggle On', 'flash-toolkit' ),
649
+ 'fa-toggle-right' => __( 'Toggle Right', 'flash-toolkit' ),
650
+ 'fa-toggle-up' => __( 'Toggle Up', 'flash-toolkit' ),
651
+ 'fa-trademark' => __( 'Trademark', 'flash-toolkit' ),
652
+ 'fa-train' => __( 'Train', 'flash-toolkit' ),
653
+ 'fa-transgender' => __( 'Transgender', 'flash-toolkit' ),
654
+ 'fa-transgender-alt' => __( 'Transgender Alt', 'flash-toolkit' ),
655
+ 'fa-trash' => __( 'Trash', 'flash-toolkit' ),
656
+ 'fa-trash-o' => __( 'Trash O', 'flash-toolkit' ),
657
+ 'fa-tree' => __( 'Tree', 'flash-toolkit' ),
658
+ 'fa-trello' => __( 'Trello', 'flash-toolkit' ),
659
+ 'fa-tripadvisor' => __( 'Tripadvisor', 'flash-toolkit' ),
660
+ 'fa-trophy' => __( 'Trophy', 'flash-toolkit' ),
661
+ 'fa-truck' => __( 'Truck', 'flash-toolkit' ),
662
+ 'fa-try' => __( 'Try', 'flash-toolkit' ),
663
+ 'fa-tty' => __( 'Tty', 'flash-toolkit' ),
664
+ 'fa-tumblr' => __( 'Tumblr', 'flash-toolkit' ),
665
+ 'fa-tumblr-square' => __( 'Tumblr Square', 'flash-toolkit' ),
666
+ 'fa-turkish-lira' => __( 'Turkish Lira', 'flash-toolkit' ),
667
+ 'fa-tv' => __( 'Tv', 'flash-toolkit' ),
668
+ 'fa-twitch' => __( 'Twitch', 'flash-toolkit' ),
669
+ 'fa-twitter' => __( 'Twitter', 'flash-toolkit' ),
670
+ 'fa-twitter-square' => __( 'Twitter Square', 'flash-toolkit' ),
671
+ 'fa-umbrella' => __( 'Umbrella', 'flash-toolkit' ),
672
+ 'fa-underline' => __( 'Underline', 'flash-toolkit' ),
673
+ 'fa-undo' => __( 'Undo', 'flash-toolkit' ),
674
+ 'fa-universal-access' => __( 'Universal Access', 'flash-toolkit' ),
675
+ 'fa-university' => __( 'University', 'flash-toolkit' ),
676
+ 'fa-unlink' => __( 'Unlink', 'flash-toolkit' ),
677
+ 'fa-unlock' => __( 'Unlock', 'flash-toolkit' ),
678
+ 'fa-unlock-alt' => __( 'Unlock Alt', 'flash-toolkit' ),
679
+ 'fa-unsorted' => __( 'Unsorted', 'flash-toolkit' ),
680
+ 'fa-upload' => __( 'Upload', 'flash-toolkit' ),
681
+ 'fa-usb' => __( 'Usb', 'flash-toolkit' ),
682
+ 'fa-usd' => __( 'Usd', 'flash-toolkit' ),
683
+ 'fa-user' => __( 'User', 'flash-toolkit' ),
684
+ 'fa-user-md' => __( 'User Md', 'flash-toolkit' ),
685
+ 'fa-user-plus' => __( 'User Plus', 'flash-toolkit' ),
686
+ 'fa-user-secret' => __( 'User Secret', 'flash-toolkit' ),
687
+ 'fa-user-times' => __( 'User Times', 'flash-toolkit' ),
688
+ 'fa-users' => __( 'Users', 'flash-toolkit' ),
689
+ 'fa-venus' => __( 'Venus', 'flash-toolkit' ),
690
+ 'fa-venus-double' => __( 'Venus Double', 'flash-toolkit' ),
691
+ 'fa-venus-mars' => __( 'Venus Mars', 'flash-toolkit' ),
692
+ 'fa-viacoin' => __( 'Viacoin', 'flash-toolkit' ),
693
+ 'fa-viadeo' => __( 'Viadeo', 'flash-toolkit' ),
694
+ 'fa-viadeo-square' => __( 'Viadeo Square', 'flash-toolkit' ),
695
+ 'fa-video-camera' => __( 'Video Camera', 'flash-toolkit' ),
696
+ 'fa-vimeo' => __( 'Vimeo', 'flash-toolkit' ),
697
+ 'fa-vimeo-square' => __( 'Vimeo Square', 'flash-toolkit' ),
698
+ 'fa-vine' => __( 'Vine', 'flash-toolkit' ),
699
+ 'fa-vk' => __( 'Vk', 'flash-toolkit' ),
700
+ 'fa-volume-control-phone' => __( 'Volume Control Phone', 'flash-toolkit' ),
701
+ 'fa-volume-down' => __( 'Volume Down', 'flash-toolkit' ),
702
+ 'fa-volume-off' => __( 'Volume Off', 'flash-toolkit' ),
703
+ 'fa-volume-up' => __( 'Volume Up', 'flash-toolkit' ),
704
+ 'fa-warning' => __( 'Warning', 'flash-toolkit' ),
705
+ 'fa-wechat' => __( 'Wechat', 'flash-toolkit' ),
706
+ 'fa-weibo' => __( 'Weibo', 'flash-toolkit' ),
707
+ 'fa-weixin' => __( 'Weixin', 'flash-toolkit' ),
708
+ 'fa-whatsapp' => __( 'Whatsapp', 'flash-toolkit' ),
709
+ 'fa-wheelchair' => __( 'Wheelchair', 'flash-toolkit' ),
710
+ 'fa-wheelchair-alt' => __( 'Wheelchair Alt', 'flash-toolkit' ),
711
+ 'fa-wifi' => __( 'Wifi', 'flash-toolkit' ),
712
+ 'fa-wikipedia-w' => __( 'Wikipedia W', 'flash-toolkit' ),
713
+ 'fa-windows' => __( 'Windows', 'flash-toolkit' ),
714
+ 'fa-won' => __( 'Won', 'flash-toolkit' ),
715
+ 'fa-wordpress' => __( 'Wordpress', 'flash-toolkit' ),
716
+ 'fa-wpbeginner ' => __( 'Wpbeginner ', 'flash-toolkit' ),
717
+ 'fa-wpforms' => __( 'Wpforms', 'flash-toolkit' ),
718
+ 'fa-wrench' => __( 'Wrench', 'flash-toolkit' ),
719
+ 'fa-xing' => __( 'Xing', 'flash-toolkit' ),
720
+ 'fa-xing-square' => __( 'Xing Square', 'flash-toolkit' ),
721
+ 'fa-y-combinator' => __( 'Y Combinator', 'flash-toolkit' ),
722
+ 'fa-y-combinator-square' => __( 'Y Combinator Square', 'flash-toolkit' ),
723
+ 'fa-yahoo' => __( 'Yahoo', 'flash-toolkit' ),
724
+ 'fa-yc' => __( 'Yc', 'flash-toolkit' ),
725
+ 'fa-yc-square' => __( 'Yc Square', 'flash-toolkit' ),
726
+ 'fa-yelp' => __( 'Yelp', 'flash-toolkit' ),
727
+ 'fa-yen' => __( 'Yen', 'flash-toolkit' ),
728
+ 'fa-yoast' => __( 'Yoast', 'flash-toolkit' ),
729
+ 'fa-youtube' => __( 'Youtube', 'flash-toolkit' ),
730
+ 'fa-youtube-play' => __( 'Youtube Play', 'flash-toolkit' ),
731
+ 'fa-youtube-square' => __( 'Youtube Square', 'flash-toolkit' ),
732
+ );
i18n/google-fonts.php ADDED
@@ -0,0 +1,834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Google Fonts
4
+ *
5
+ * @author ThemeGrill
6
+ * @category i18n
7
+ * @package FlashToolkit/i18n
8
+ * @version 1.2.0
9
+ */
10
+
11
+ if ( ! defined( 'ABSPATH' ) ) {
12
+ exit;
13
+ }
14
+
15
+ return array(
16
+ 'ABeeZee' => 'ABeeZee',
17
+ 'Abel' => 'Abel',
18
+ 'Abhaya Libre' => 'Abhaya Libre',
19
+ 'Abril Fatface' => 'Abril Fatface',
20
+ 'Aclonica' => 'Aclonica',
21
+ 'Acme' => 'Acme',
22
+ 'Actor' => 'Actor',
23
+ 'Adamina' => 'Adamina',
24
+ 'Advent Pro' => 'Advent Pro',
25
+ 'Aguafina Script' => 'Aguafina Script',
26
+ 'Akronim' => 'Akronim',
27
+ 'Aladin' => 'Aladin',
28
+ 'Aldrich' => 'Aldrich',
29
+ 'Alef' => 'Alef',
30
+ 'Alegreya' => 'Alegreya',
31
+ 'Alegreya SC' => 'Alegreya SC',
32
+ 'Alegreya Sans' => 'Alegreya Sans',
33
+ 'Alegreya Sans SC' => 'Alegreya Sans SC',
34
+ 'Alex Brush' => 'Alex Brush',
35
+ 'Alfa Slab One' => 'Alfa Slab One',
36
+ 'Alice' => 'Alice',
37
+ 'Alike' => 'Alike',
38
+ 'Alike Angular' => 'Alike Angular',
39
+ 'Allan' => 'Allan',
40
+ 'Allerta' => 'Allerta',
41
+ 'Allerta Stencil' => 'Allerta Stencil',
42
+ 'Allura' => 'Allura',
43
+ 'Almendra' => 'Almendra',
44
+ 'Almendra Display' => 'Almendra Display',
45
+ 'Almendra SC' => 'Almendra SC',
46
+ 'Amarante' => 'Amarante',
47
+ 'Amaranth' => 'Amaranth',
48
+ 'Amatic SC' => 'Amatic SC',
49
+ 'Amatica SC' => 'Amatica SC',
50
+ 'Amethysta' => 'Amethysta',
51
+ 'Amiko' => 'Amiko',
52
+ 'Amiri' => 'Amiri',
53
+ 'Amita' => 'Amita',
54
+ 'Anaheim' => 'Anaheim',
55
+ 'Andada' => 'Andada',
56
+ 'Andika' => 'Andika',
57
+ 'Angkor' => 'Angkor',
58
+ 'Annie Use Your Telescope' => 'Annie Use Your Telescope',
59
+ 'Anonymous Pro' => 'Anonymous Pro',
60
+ 'Antic' => 'Antic',
61
+ 'Antic Didone' => 'Antic Didone',
62
+ 'Antic Slab' => 'Antic Slab',
63
+ 'Anton' => 'Anton',
64
+ 'Arapey' => 'Arapey',
65
+ 'Arbutus' => 'Arbutus',
66
+ 'Arbutus Slab' => 'Arbutus Slab',
67
+ 'Architects Daughter' => 'Architects Daughter',
68
+ 'Archivo Black' => 'Archivo Black',
69
+ 'Archivo Narrow' => 'Archivo Narrow',
70
+ 'Aref Ruqaa' => 'Aref Ruqaa',
71
+ 'Arima Madurai' => 'Arima Madurai',
72
+ 'Arimo' => 'Arimo',
73
+ 'Arizonia' => 'Arizonia',
74
+ 'Armata' => 'Armata',
75
+ 'Arsenal' => 'Arsenal',
76
+ 'Artifika' => 'Artifika',
77
+ 'Arvo' => 'Arvo',
78
+ 'Arya' => 'Arya',
79
+ 'Asap' => 'Asap',
80
+ 'Asar' => 'Asar',
81
+ 'Asset' => 'Asset',
82
+ 'Assistant' => 'Assistant',
83
+ 'Astloch' => 'Astloch',
84
+ 'Asul' => 'Asul',
85
+ 'Athiti' => 'Athiti',
86
+ 'Atma' => 'Atma',
87
+ 'Atomic Age' => 'Atomic Age',
88
+ 'Aubrey' => 'Aubrey',
89
+ 'Audiowide' => 'Audiowide',
90
+ 'Autour One' => 'Autour One',
91
+ 'Average' => 'Average',
92
+ 'Average Sans' => 'Average Sans',
93
+ 'Averia Gruesa Libre' => 'Averia Gruesa Libre',
94
+ 'Averia Libre' => 'Averia Libre',
95
+ 'Averia Sans Libre' => 'Averia Sans Libre',
96
+ 'Averia Serif Libre' => 'Averia Serif Libre',
97
+ 'Bad Script' => 'Bad Script',
98
+ 'Bahiana' => 'Bahiana',
99
+ 'Baloo' => 'Baloo',
100
+ 'Baloo Bhai' => 'Baloo Bhai',
101
+ 'Baloo Bhaina' => 'Baloo Bhaina',
102
+ 'Baloo Chettan' => 'Baloo Chettan',
103
+ 'Baloo Da' => 'Baloo Da',
104
+ 'Baloo Paaji' => 'Baloo Paaji',
105
+ 'Baloo Tamma' => 'Baloo Tamma',
106
+ 'Baloo Thambi' => 'Baloo Thambi',
107
+ 'Balthazar' => 'Balthazar',
108
+ 'Bangers' => 'Bangers',
109
+ 'Barrio' => 'Barrio',
110
+ 'Basic' => 'Basic',
111
+ 'Battambang' => 'Battambang',
112
+ 'Baumans' => 'Baumans',
113
+ 'Bayon' => 'Bayon',
114
+ 'Belgrano' => 'Belgrano',
115
+ 'Belleza' => 'Belleza',
116
+ 'BenchNine' => 'BenchNine',
117
+ 'Bentham' => 'Bentham',
118
+ 'Berkshire Swash' => 'Berkshire Swash',
119
+ 'Bevan' => 'Bevan',
120
+ 'Bigelow Rules' => 'Bigelow Rules',
121
+ 'Bigshot One' => 'Bigshot One',
122
+ 'Bilbo' => 'Bilbo',
123
+ 'Bilbo Swash Caps' => 'Bilbo Swash Caps',
124
+ 'BioRhyme' => 'BioRhyme',
125
+ 'BioRhyme Expanded' => 'BioRhyme Expanded',
126
+ 'Biryani' => 'Biryani',
127
+ 'Bitter' => 'Bitter',
128
+ 'Black Ops One' => 'Black Ops One',
129
+ 'Bokor' => 'Bokor',
130
+ 'Bonbon' => 'Bonbon',
131
+ 'Boogaloo' => 'Boogaloo',
132
+ 'Bowlby One' => 'Bowlby One',
133
+ 'Bowlby One SC' => 'Bowlby One SC',
134
+ 'Brawler' => 'Brawler',
135
+ 'Bree Serif' => 'Bree Serif',
136
+ 'Bubblegum Sans' => 'Bubblegum Sans',
137
+ 'Bubbler One' => 'Bubbler One',
138
+ 'Buda' => 'Buda',
139
+ 'Buenard' => 'Buenard',
140
+ 'Bungee' => 'Bungee',
141
+ 'Bungee Hairline' => 'Bungee Hairline',
142
+ 'Bungee Inline' => 'Bungee Inline',
143
+ 'Bungee Outline' => 'Bungee Outline',
144
+ 'Bungee Shade' => 'Bungee Shade',
145
+ 'Butcherman' => 'Butcherman',
146
+ 'Butterfly Kids' => 'Butterfly Kids',
147
+ 'Cabin' => 'Cabin',
148
+ 'Cabin Condensed' => 'Cabin Condensed',
149
+ 'Cabin Sketch' => 'Cabin Sketch',
150
+ 'Caesar Dressing' => 'Caesar Dressing',
151
+ 'Cagliostro' => 'Cagliostro',
152
+ 'Cairo' => 'Cairo',
153
+ 'Calligraffitti' => 'Calligraffitti',
154
+ 'Cambay' => 'Cambay',
155
+ 'Cambo' => 'Cambo',
156
+ 'Candal' => 'Candal',
157
+ 'Cantarell' => 'Cantarell',
158
+ 'Cantata One' => 'Cantata One',
159
+ 'Cantora One' => 'Cantora One',
160
+ 'Capriola' => 'Capriola',
161
+ 'Cardo' => 'Cardo',
162
+ 'Carme' => 'Carme',
163
+ 'Carrois Gothic' => 'Carrois Gothic',
164
+ 'Carrois Gothic SC' => 'Carrois Gothic SC',
165
+ 'Carter One' => 'Carter One',
166
+ 'Catamaran' => 'Catamaran',
167
+ 'Caudex' => 'Caudex',
168
+ 'Caveat' => 'Caveat',
169
+ 'Caveat Brush' => 'Caveat Brush',
170
+ 'Cedarville Cursive' => 'Cedarville Cursive',
171
+ 'Ceviche One' => 'Ceviche One',
172
+ 'Changa' => 'Changa',
173
+ 'Changa One' => 'Changa One',
174
+ 'Chango' => 'Chango',
175
+ 'Chathura' => 'Chathura',
176
+ 'Chau Philomene One' => 'Chau Philomene One',
177
+ 'Chela One' => 'Chela One',
178
+ 'Chelsea Market' => 'Chelsea Market',
179
+ 'Chenla' => 'Chenla',
180
+ 'Cherry Cream Soda' => 'Cherry Cream Soda',
181
+ 'Cherry Swash' => 'Cherry Swash',
182
+ 'Chewy' => 'Chewy',
183
+ 'Chicle' => 'Chicle',
184
+ 'Chivo' => 'Chivo',
185
+ 'Chonburi' => 'Chonburi',
186
+ 'Cinzel' => 'Cinzel',
187
+ 'Cinzel Decorative' => 'Cinzel Decorative',
188
+ 'Clicker Script' => 'Clicker Script',
189
+ 'Coda' => 'Coda',
190
+ 'Coda Caption' => 'Coda Caption',
191
+ 'Codystar' => 'Codystar',
192
+ 'Coiny' => 'Coiny',
193
+ 'Combo' => 'Combo',
194
+ 'Comfortaa' => 'Comfortaa',
195
+ 'Coming Soon' => 'Coming Soon',
196
+ 'Concert One' => 'Concert One',
197
+ 'Condiment' => 'Condiment',
198
+ 'Content' => 'Content',
199
+ 'Contrail One' => 'Contrail One',
200
+ 'Convergence' => 'Convergence',
201
+ 'Cookie' => 'Cookie',
202
+ 'Copse' => 'Copse',
203
+ 'Corben' => 'Corben',
204
+ 'Cormorant' => 'Cormorant',
205
+ 'Cormorant Garamond' => 'Cormorant Garamond',
206
+ 'Cormorant Infant' => 'Cormorant Infant',
207
+ 'Cormorant SC' => 'Cormorant SC',
208
+ 'Cormorant Unicase' => 'Cormorant Unicase',
209
+ 'Cormorant Upright' => 'Cormorant Upright',
210
+ 'Courgette' => 'Courgette',
211
+ 'Cousine' => 'Cousine',
212
+ 'Coustard' => 'Coustard',
213
+ 'Covered By Your Grace' => 'Covered By Your Grace',
214
+ 'Crafty Girls' => 'Crafty Girls',
215
+ 'Creepster' => 'Creepster',
216
+ 'Crete Round' => 'Crete Round',
217
+ 'Crimson Text' => 'Crimson Text',
218
+ 'Croissant One' => 'Croissant One',
219
+ 'Crushed' => 'Crushed',
220
+ 'Cuprum' => 'Cuprum',
221
+ 'Cutive' => 'Cutive',
222
+ 'Cutive Mono' => 'Cutive Mono',
223
+ 'Damion' => 'Damion',
224
+ 'Dancing Script' => 'Dancing Script',
225
+ 'Dangrek' => 'Dangrek',
226
+ 'David Libre' => 'David Libre',
227
+ 'Dawning of a New Day' => 'Dawning of a New Day',
228
+ 'Days One' => 'Days One',
229
+ 'Dekko' => 'Dekko',
230
+ 'Delius' => 'Delius',
231
+ 'Delius Swash Caps' => 'Delius Swash Caps',
232
+ 'Delius Unicase' => 'Delius Unicase',
233
+ 'Della Respira' => 'Della Respira',
234
+ 'Denk One' => 'Denk One',
235
+ 'Devonshire' => 'Devonshire',
236
+ 'Dhurjati' => 'Dhurjati',
237
+ 'Didact Gothic' => 'Didact Gothic',
238
+ 'Diplomata' => 'Diplomata',
239
+ 'Diplomata SC' => 'Diplomata SC',
240
+ 'Domine' => 'Domine',
241
+ 'Donegal One' => 'Donegal One',
242
+ 'Doppio One' => 'Doppio One',
243
+ 'Dorsa' => 'Dorsa',
244
+ 'Dosis' => 'Dosis',
245
+ 'Dr Sugiyama' => 'Dr Sugiyama',
246
+ 'Droid Sans' => 'Droid Sans',
247
+ 'Droid Sans Mono' => 'Droid Sans Mono',
248
+ 'Droid Serif' => 'Droid Serif',
249
+ 'Duru Sans' => 'Duru Sans',
250
+ 'Dynalight' => 'Dynalight',
251
+ 'EB Garamond' => 'EB Garamond',
252
+ 'Eagle Lake' => 'Eagle Lake',
253
+ 'Eater' => 'Eater',
254
+ 'Economica' => 'Economica',
255
+ 'Eczar' => 'Eczar',
256
+ 'Ek Mukta' => 'Ek Mukta',
257
+ 'El Messiri' => 'El Messiri',
258
+ 'Electrolize' => 'Electrolize',
259
+ 'Elsie' => 'Elsie',
260
+ 'Elsie Swash Caps' => 'Elsie Swash Caps',
261
+ 'Emblema One' => 'Emblema One',
262
+ 'Emilys Candy' => 'Emilys Candy',
263
+ 'Engagement' => 'Engagement',
264
+ 'Englebert' => 'Englebert',
265
+ 'Enriqueta' => 'Enriqueta',
266
+ 'Erica One' => 'Erica One',
267
+ 'Esteban' => 'Esteban',
268
+ 'Euphoria Script' => 'Euphoria Script',
269
+ 'Ewert' => 'Ewert',
270
+ 'Exo' => 'Exo',
271
+ 'Exo 2' => 'Exo 2',
272
+ 'Expletus Sans' => 'Expletus Sans',
273
+ 'Fanwood Text' => 'Fanwood Text',
274
+ 'Farsan' => 'Farsan',
275
+ 'Fascinate' => 'Fascinate',
276
+ 'Fascinate Inline' => 'Fascinate Inline',
277
+ 'Faster One' => 'Faster One',
278
+ 'Fasthand' => 'Fasthand',
279
+ 'Fauna One' => 'Fauna One',
280
+ 'Federant' => 'Federant',
281
+ 'Federo' => 'Federo',
282
+ 'Felipa' => 'Felipa',
283
+ 'Fenix' => 'Fenix',
284
+ 'Finger Paint' => 'Finger Paint',
285
+ 'Fira Mono' => 'Fira Mono',
286
+ 'Fira Sans' => 'Fira Sans',
287
+ 'Fira Sans Condensed' => 'Fira Sans Condensed',
288
+ 'Fira Sans Extra Condensed' => 'Fira Sans Extra Condensed',
289
+ 'Fjalla One' => 'Fjalla One',
290
+ 'Fjord One' => 'Fjord One',
291
+ 'Flamenco' => 'Flamenco',
292
+ 'Flavors' => 'Flavors',
293
+ 'Fondamento' => 'Fondamento',
294
+ 'Fontdiner Swanky' => 'Fontdiner Swanky',
295
+ 'Forum' => 'Forum',
296
+ 'Francois One' => 'Francois One',
297
+ 'Frank Ruhl Libre' => 'Frank Ruhl Libre',
298
+ 'Freckle Face' => 'Freckle Face',
299
+ 'Fredericka the Great' => 'Fredericka the Great',
300
+ 'Fredoka One' => 'Fredoka One',
301
+ 'Freehand' => 'Freehand',
302
+ 'Fresca' => 'Fresca',
303
+ 'Frijole' => 'Frijole',
304
+ 'Fruktur' => 'Fruktur',
305
+ 'Fugaz One' => 'Fugaz One',
306
+ 'GFS Didot' => 'GFS Didot',
307
+ 'GFS Neohellenic' => 'GFS Neohellenic',
308
+ 'Gabriela' => 'Gabriela',
309
+ 'Gafata' => 'Gafata',
310
+ 'Galada' => 'Galada',
311
+ 'Galdeano' => 'Galdeano',
312
+ 'Galindo' => 'Galindo',
313
+ 'Gentium Basic' => 'Gentium Basic',
314
+ 'Gentium Book Basic' => 'Gentium Book Basic',
315
+ 'Geo' => 'Geo',
316
+ 'Geostar' => 'Geostar',
317
+ 'Geostar Fill' => 'Geostar Fill',
318
+ 'Germania One' => 'Germania One',
319
+ 'Gidugu' => 'Gidugu',
320
+ 'Gilda Display' => 'Gilda Display',
321
+ 'Give You Glory' => 'Give You Glory',
322
+ 'Glass Antiqua' => 'Glass Antiqua',
323
+ 'Glegoo' => 'Glegoo',
324
+ 'Gloria Hallelujah' => 'Gloria Hallelujah',
325
+ 'Goblin One' => 'Goblin One',
326
+ 'Gochi Hand' => 'Gochi Hand',
327
+ 'Gorditas' => 'Gorditas',
328
+ 'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
329
+ 'Graduate' => 'Graduate',
330
+ 'Grand Hotel' => 'Grand Hotel',
331
+ 'Gravitas One' => 'Gravitas One',
332
+ 'Great Vibes' => 'Great Vibes',
333
+ 'Griffy' => 'Griffy',
334
+ 'Gruppo' => 'Gruppo',
335
+ 'Gudea' => 'Gudea',
336
+ 'Gurajada' => 'Gurajada',
337
+ 'Habibi' => 'Habibi',
338
+ 'Halant' => 'Halant',
339
+ 'Hammersmith One' => 'Hammersmith One',
340
+ 'Hanalei' => 'Hanalei',
341
+ 'Hanalei Fill' => 'Hanalei Fill',
342
+ 'Handlee' => 'Handlee',
343
+ 'Hanuman' => 'Hanuman',
344
+ 'Happy Monkey' => 'Happy Monkey',
345
+ 'Harmattan' => 'Harmattan',
346
+ 'Headland One' => 'Headland One',
347
+ 'Heebo' => 'Heebo',
348
+ 'Henny Penny' => 'Henny Penny',
349
+ 'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
350
+ 'Hind' => 'Hind',
351
+ 'Hind Guntur' => 'Hind Guntur',
352
+ 'Hind Madurai' => 'Hind Madurai',
353
+ 'Hind Siliguri' => 'Hind Siliguri',
354
+ 'Hind Vadodara' => 'Hind Vadodara',
355
+ 'Holtwood One SC' => 'Holtwood One SC',
356
+ 'Homemade Apple' => 'Homemade Apple',
357
+ 'Homenaje' => 'Homenaje',
358
+ 'IM Fell DW Pica' => 'IM Fell DW Pica',
359
+ 'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
360
+ 'IM Fell Double Pica' => 'IM Fell Double Pica',
361
+ 'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
362
+ 'IM Fell English' => 'IM Fell English',
363
+ 'IM Fell English SC' => 'IM Fell English SC',
364
+ 'IM Fell French Canon' => 'IM Fell French Canon',
365
+ 'IM Fell French Canon SC' => 'IM Fell French Canon SC',
366
+ 'IM Fell Great Primer' => 'IM Fell Great Primer',
367
+ 'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
368
+ 'Iceberg' => 'Iceberg',
369
+ 'Iceland' => 'Iceland',
370
+ 'Imprima' => 'Imprima',
371
+ 'Inconsolata' => 'Inconsolata',
372
+ 'Inder' => 'Inder',
373
+ 'Indie Flower' => 'Indie Flower',
374
+ 'Inika' => 'Inika',
375
+ 'Inknut Antiqua' => 'Inknut Antiqua',
376
+ 'Irish Grover' => 'Irish Grover',
377
+ 'Istok Web' => 'Istok Web',
378
+ 'Italiana' => 'Italiana',
379
+ 'Italianno' => 'Italianno',
380
+ 'Itim' => 'Itim',
381
+ 'Jacques Francois' => 'Jacques Francois',
382
+ 'Jacques Francois Shadow' => 'Jacques Francois Shadow',
383
+ 'Jaldi' => 'Jaldi',
384
+ 'Jim Nightshade' => 'Jim Nightshade',
385
+ 'Jockey One' => 'Jockey One',
386
+ 'Jolly Lodger' => 'Jolly Lodger',
387
+ 'Jomhuria' => 'Jomhuria',
388
+ 'Josefin Sans' => 'Josefin Sans',
389
+ 'Josefin Slab' => 'Josefin Slab',
390
+ 'Joti One' => 'Joti One',
391
+ 'Judson' => 'Judson',
392
+ 'Julee' => 'Julee',
393
+ 'Julius Sans One' => 'Julius Sans One',
394
+ 'Junge' => 'Junge',
395
+ 'Jura' => 'Jura',
396
+ 'Just Another Hand' => 'Just Another Hand',
397
+ 'Just Me Again Down Here' => 'Just Me Again Down Here',
398
+ 'Kadwa' => 'Kadwa',
399
+ 'Kalam' => 'Kalam',
400
+ 'Kameron' => 'Kameron',
401
+ 'Kanit' => 'Kanit',
402
+ 'Kantumruy' => 'Kantumruy',
403
+ 'Karla' => 'Karla',
404
+ 'Karma' => 'Karma',
405
+ 'Katibeh' => 'Katibeh',
406
+ 'Kaushan Script' => 'Kaushan Script',
407
+ 'Kavivanar' => 'Kavivanar',
408
+ 'Kavoon' => 'Kavoon',
409
+ 'Kdam Thmor' => 'Kdam Thmor',
410
+ 'Keania One' => 'Keania One',
411
+ 'Kelly Slab' => 'Kelly Slab',
412
+ 'Kenia' => 'Kenia',
413
+ 'Khand' => 'Khand',
414
+ 'Khmer' => 'Khmer',
415
+ 'Khula' => 'Khula',
416
+ 'Kite One' => 'Kite One',
417
+ 'Knewave' => 'Knewave',
418
+ 'Kotta One' => 'Kotta One',
419
+ 'Koulen' => 'Koulen',
420
+ 'Kranky' => 'Kranky',
421
+ 'Kreon' => 'Kreon',
422
+ 'Kristi' => 'Kristi',
423
+ 'Krona One' => 'Krona One',
424
+ 'Kumar One' => 'Kumar One',
425
+ 'Kumar One Outline' => 'Kumar One Outline',
426
+ 'Kurale' => 'Kurale',
427
+ 'La Belle Aurore' => 'La Belle Aurore',
428
+ 'Laila' => 'Laila',
429
+ 'Lakki Reddy' => 'Lakki Reddy',
430
+ 'Lalezar' => 'Lalezar',
431
+ 'Lancelot' => 'Lancelot',
432
+ 'Lateef' => 'Lateef',
433
+ 'Lato' => 'Lato',
434
+ 'League Script' => 'League Script',
435
+ 'Leckerli One' => 'Leckerli One',
436
+ 'Ledger' => 'Ledger',
437
+ 'Lekton' => 'Lekton',
438
+ 'Lemon' => 'Lemon',
439
+ 'Lemonada' => 'Lemonada',
440
+ 'Libre Baskerville' => 'Libre Baskerville',
441
+ 'Libre Franklin' => 'Libre Franklin',
442
+ 'Life Savers' => 'Life Savers',
443
+ 'Lilita One' => 'Lilita One',
444
+ 'Lily Script One' => 'Lily Script One',
445
+ 'Limelight' => 'Limelight',
446
+ 'Linden Hill' => 'Linden Hill',
447
+ 'Lobster' => 'Lobster',
448
+ 'Lobster Two' => 'Lobster Two',
449
+ 'Londrina Outline' => 'Londrina Outline',
450
+ 'Londrina Shadow' => 'Londrina Shadow',
451
+ 'Londrina Sketch' => 'Londrina Sketch',
452
+ 'Londrina Solid' => 'Londrina Solid',
453
+ 'Lora' => 'Lora',
454
+ 'Love Ya Like A Sister' => 'Love Ya Like A Sister',
455
+ 'Loved by the King' => 'Loved by the King',
456
+ 'Lovers Quarrel' => 'Lovers Quarrel',
457
+ 'Luckiest Guy' => 'Luckiest Guy',
458
+ 'Lusitana' => 'Lusitana',
459
+ 'Lustria' => 'Lustria',
460
+ 'Macondo' => 'Macondo',
461
+ 'Macondo Swash Caps' => 'Macondo Swash Caps',
462
+ 'Mada' => 'Mada',
463
+ 'Magra' => 'Magra',
464
+ 'Maiden Orange' => 'Maiden Orange',
465
+ 'Maitree' => 'Maitree',
466
+ 'Mako' => 'Mako',
467
+ 'Mallanna' => 'Mallanna',
468
+ 'Mandali' => 'Mandali',
469
+ 'Marcellus' => 'Marcellus',
470
+ 'Marcellus SC' => 'Marcellus SC',
471
+ 'Marck Script' => 'Marck Script',
472
+ 'Margarine' => 'Margarine',
473
+ 'Marko One' => 'Marko One',
474
+ 'Marmelad' => 'Marmelad',
475
+ 'Martel' => 'Martel',
476
+ 'Martel Sans' => 'Martel Sans',
477
+ 'Marvel' => 'Marvel',
478
+ 'Mate' => 'Mate',
479
+ 'Mate SC' => 'Mate SC',
480
+ 'Maven Pro' => 'Maven Pro',
481
+ 'McLaren' => 'McLaren',
482
+ 'Meddon' => 'Meddon',
483
+ 'MedievalSharp' => 'MedievalSharp',
484
+ 'Medula One' => 'Medula One',
485
+ 'Meera Inimai' => 'Meera Inimai',
486
+ 'Megrim' => 'Megrim',
487
+ 'Meie Script' => 'Meie Script',
488
+ 'Merienda' => 'Merienda',
489
+ 'Merienda One' => 'Merienda One',
490
+ 'Merriweather' => 'Merriweather',
491
+ 'Merriweather Sans' => 'Merriweather Sans',
492
+ 'Metal' => 'Metal',
493
+ 'Metal Mania' => 'Metal Mania',
494
+ 'Metamorphous' => 'Metamorphous',
495
+ 'Metrophobic' => 'Metrophobic',
496
+ 'Michroma' => 'Michroma',
497
+ 'Milonga' => 'Milonga',
498
+ 'Miltonian' => 'Miltonian',
499
+ 'Miltonian Tattoo' => 'Miltonian Tattoo',
500
+ 'Miniver' => 'Miniver',
501
+ 'Miriam Libre' => 'Miriam Libre',
502
+ 'Mirza' => 'Mirza',
503
+ 'Miss Fajardose' => 'Miss Fajardose',
504
+ 'Mitr' => 'Mitr',
505
+ 'Modak' => 'Modak',
506
+ 'Modern Antiqua' => 'Modern Antiqua',
507
+ 'Mogra' => 'Mogra',
508
+ 'Molengo' => 'Molengo',
509
+ 'Molle' => 'Molle',
510
+ 'Monda' => 'Monda',
511
+ 'Monofett' => 'Monofett',
512
+ 'Monoton' => 'Monoton',
513
+ 'Monsieur La Doulaise' => 'Monsieur La Doulaise',
514
+ 'Montaga' => 'Montaga',
515
+ 'Montez' => 'Montez',
516
+ 'Montserrat' => 'Montserrat',
517
+ 'Montserrat Alternates' => 'Montserrat Alternates',
518
+ 'Montserrat Subrayada' => 'Montserrat Subrayada',
519
+ 'Moul' => 'Moul',
520
+ 'Moulpali' => 'Moulpali',
521
+ 'Mountains of Christmas' => 'Mountains of Christmas',
522
+ 'Mouse Memoirs' => 'Mouse Memoirs',
523
+ 'Mr Bedfort' => 'Mr Bedfort',
524
+ 'Mr Dafoe' => 'Mr Dafoe',
525
+ 'Mr De Haviland' => 'Mr De Haviland',
526
+ 'Mrs Saint Delafield' => 'Mrs Saint Delafield',
527
+ 'Mrs Sheppards' => 'Mrs Sheppards',
528
+ 'Mukta Vaani' => 'Mukta Vaani',
529
+ 'Muli' => 'Muli',
530
+ 'Mystery Quest' => 'Mystery Quest',
531
+ 'NTR' => 'NTR',
532
+ 'Neucha' => 'Neucha',
533
+ 'Neuton' => 'Neuton',
534
+ 'New Rocker' => 'New Rocker',
535
+ 'News Cycle' => 'News Cycle',
536
+ 'Niconne' => 'Niconne',
537
+ 'Nixie One' => 'Nixie One',
538
+ 'Nobile' => 'Nobile',
539
+ 'Nokora' => 'Nokora',
540
+ 'Norican' => 'Norican',
541
+ 'Nosifer' => 'Nosifer',
542
+ 'Nothing You Could Do' => 'Nothing You Could Do',
543
+ 'Noticia Text' => 'Noticia Text',
544
+ 'Noto Sans' => 'Noto Sans',
545
+ 'Noto Serif' => 'Noto Serif',
546
+ 'Nova Cut' => 'Nova Cut',
547
+ 'Nova Flat' => 'Nova Flat',
548
+ 'Nova Mono' => 'Nova Mono',
549
+ 'Nova Oval' => 'Nova Oval',
550
+ 'Nova Round' => 'Nova Round',
551
+ 'Nova Script' => 'Nova Script',
552
+ 'Nova Slim' => 'Nova Slim',
553
+ 'Nova Square' => 'Nova Square',
554
+ 'Numans' => 'Numans',
555
+ 'Nunito' => 'Nunito',
556
+ 'Nunito Sans' => 'Nunito Sans',
557
+ 'Odor Mean Chey' => 'Odor Mean Chey',
558
+ 'Offside' => 'Offside',
559
+ 'Old Standard TT' => 'Old Standard TT',
560
+ 'Oldenburg' => 'Oldenburg',
561
+ 'Oleo Script' => 'Oleo Script',
562
+ 'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
563
+ 'Open Sans' => 'Open Sans',
564
+ 'Open Sans Condensed' => 'Open Sans Condensed',
565
+ 'Oranienbaum' => 'Oranienbaum',
566
+ 'Orbitron' => 'Orbitron',
567
+ 'Oregano' => 'Oregano',
568
+ 'Orienta' => 'Orienta',
569
+ 'Original Surfer' => 'Original Surfer',
570
+ 'Oswald' => 'Oswald',
571
+ 'Over the Rainbow' => 'Over the Rainbow',
572
+ 'Overlock' => 'Overlock',
573
+ 'Overlock SC' => 'Overlock SC',
574
+ 'Overpass' => 'Overpass',
575
+ 'Overpass Mono' => 'Overpass Mono',
576
+ 'Ovo' => 'Ovo',
577
+ 'Oxygen' => 'Oxygen',
578
+ 'Oxygen Mono' => 'Oxygen Mono',
579
+ 'PT Mono' => 'PT Mono',
580
+ 'PT Sans' => 'PT Sans',
581
+ 'PT Sans Caption' => 'PT Sans Caption',
582
+ 'PT Sans Narrow' => 'PT Sans Narrow',
583
+ 'PT Serif' => 'PT Serif',
584
+ 'PT Serif Caption' => 'PT Serif Caption',
585
+ 'Pacifico' => 'Pacifico',
586
+ 'Padauk' => 'Padauk',
587
+ 'Palanquin' => 'Palanquin',
588
+ 'Palanquin Dark' => 'Palanquin Dark',
589
+ 'Pangolin' => 'Pangolin',
590
+ 'Paprika' => 'Paprika',
591
+ 'Parisienne' => 'Parisienne',
592
+ 'Passero One' => 'Passero One',
593
+ 'Passion One' => 'Passion One',
594
+ 'Pathway Gothic One' => 'Pathway Gothic One',
595
+ 'Patrick Hand' => 'Patrick Hand',
596
+ 'Patrick Hand SC' => 'Patrick Hand SC',
597
+ 'Pattaya' => 'Pattaya',
598
+ 'Patua One' => 'Patua One',
599
+ 'Pavanam' => 'Pavanam',
600
+ 'Paytone One' => 'Paytone One',
601
+ 'Peddana' => 'Peddana',
602
+ 'Peralta' => 'Peralta',
603
+ 'Permanent Marker' => 'Permanent Marker',
604
+ 'Petit Formal Script' => 'Petit Formal Script',
605
+ 'Petrona' => 'Petrona',
606
+ 'Philosopher' => 'Philosopher',
607
+ 'Piedra' => 'Piedra',
608
+ 'Pinyon Script' => 'Pinyon Script',
609
+ 'Pirata One' => 'Pirata One',
610
+ 'Plaster' => 'Plaster',
611
+ 'Play' => 'Play',
612
+ 'Playball' => 'Playball',
613
+ 'Playfair Display' => 'Playfair Display',
614
+ 'Playfair Display SC' => 'Playfair Display SC',
615
+ 'Podkova' => 'Podkova',
616
+ 'Poiret One' => 'Poiret One',
617
+ 'Poller One' => 'Poller One',
618
+ 'Poly' => 'Poly',
619
+ 'Pompiere' => 'Pompiere',
620
+ 'Pontano Sans' => 'Pontano Sans',
621
+ 'Poppins' => 'Poppins',
622
+ 'Port Lligat Sans' => 'Port Lligat Sans',
623
+ 'Port Lligat Slab' => 'Port Lligat Slab',
624
+ 'Pragati Narrow' => 'Pragati Narrow',
625
+ 'Prata' => 'Prata',
626
+ 'Preahvihear' => 'Preahvihear',
627
+ 'Press Start 2P' => 'Press Start 2P',
628
+ 'Pridi' => 'Pridi',
629
+ 'Princess Sofia' => 'Princess Sofia',
630
+ 'Prociono' => 'Prociono',
631
+ 'Prompt' => 'Prompt',
632
+ 'Prosto One' => 'Prosto One',
633
+ 'Proza Libre' => 'Proza Libre',
634
+ 'Puritan' => 'Puritan',
635
+ 'Purple Purse' => 'Purple Purse',
636
+ 'Quando' => 'Quando',
637
+ 'Quantico' => 'Quantico',
638
+ 'Quattrocento' => 'Quattrocento',
639
+ 'Quattrocento Sans' => 'Quattrocento Sans',
640
+ 'Questrial' => 'Questrial',
641
+ 'Quicksand' => 'Quicksand',
642
+ 'Quintessential' => 'Quintessential',
643
+ 'Qwigley' => 'Qwigley',
644
+ 'Racing Sans One' => 'Racing Sans One',
645
+ 'Radley' => 'Radley',
646
+ 'Rajdhani' => 'Rajdhani',
647
+ 'Rakkas' => 'Rakkas',
648
+ 'Raleway' => 'Raleway',
649
+ 'Raleway Dots' => 'Raleway Dots',
650
+ 'Ramabhadra' => 'Ramabhadra',
651
+ 'Ramaraja' => 'Ramaraja',
652
+ 'Rambla' => 'Rambla',
653
+ 'Rammetto One' => 'Rammetto One',
654
+ 'Ranchers' => 'Ranchers',
655
+ 'Rancho' => 'Rancho',
656
+ 'Ranga' => 'Ranga',
657
+ 'Rasa' => 'Rasa',
658
+ 'Rationale' => 'Rationale',
659
+ 'Ravi Prakash' => 'Ravi Prakash',
660
+ 'Redressed' => 'Redressed',
661
+ 'Reem Kufi' => 'Reem Kufi',
662
+ 'Reenie Beanie' => 'Reenie Beanie',
663
+ 'Revalia' => 'Revalia',
664
+ 'Rhodium Libre' => 'Rhodium Libre',
665
+ 'Ribeye' => 'Ribeye',
666
+ 'Ribeye Marrow' => 'Ribeye Marrow',
667
+ 'Righteous' => 'Righteous',
668
+ 'Risque' => 'Risque',
669
+ 'Roboto' => 'Roboto',
670
+ 'Roboto Condensed' => 'Roboto Condensed',
671
+ 'Roboto Mono' => 'Roboto Mono',
672
+ 'Roboto Slab' => 'Roboto Slab',
673
+ 'Rochester' => 'Rochester',
674
+ 'Rock Salt' => 'Rock Salt',
675
+ 'Rokkitt' => 'Rokkitt',
676
+ 'Romanesco' => 'Romanesco',
677
+ 'Ropa Sans' => 'Ropa Sans',
678
+ 'Rosario' => 'Rosario',
679
+ 'Rosarivo' => 'Rosarivo',
680
+ 'Rouge Script' => 'Rouge Script',
681
+ 'Rozha One' => 'Rozha One',
682
+ 'Rubik' => 'Rubik',
683
+ 'Rubik Mono One' => 'Rubik Mono One',
684
+ 'Ruda' => 'Ruda',
685
+ 'Rufina' => 'Rufina',
686
+ 'Ruge Boogie' => 'Ruge Boogie',
687
+ 'Ruluko' => 'Ruluko',
688
+ 'Rum Raisin' => 'Rum Raisin',
689
+ 'Ruslan Display' => 'Ruslan Display',
690
+ 'Russo One' => 'Russo One',
691
+ 'Ruthie' => 'Ruthie',
692
+ 'Rye' => 'Rye',
693
+ 'Sacramento' => 'Sacramento',
694
+ 'Sahitya' => 'Sahitya',
695
+ 'Sail' => 'Sail',
696
+ 'Salsa' => 'Salsa',
697
+ 'Sanchez' => 'Sanchez',
698
+ 'Sancreek' => 'Sancreek',
699
+ 'Sansita' => 'Sansita',
700
+ 'Sarala' => 'Sarala',
701
+ 'Sarina' => 'Sarina',
702
+ 'Sarpanch' => 'Sarpanch',
703
+ 'Satisfy' => 'Satisfy',
704
+ 'Scada' => 'Scada',
705
+ 'Scheherazade' => 'Scheherazade',
706
+ 'Schoolbell' => 'Schoolbell',
707
+ 'Scope One' => 'Scope One',
708
+ 'Seaweed Script' => 'Seaweed Script',
709
+ 'Secular One' => 'Secular One',
710
+ 'Sevillana' => 'Sevillana',
711
+ 'Seymour One' => 'Seymour One',
712
+ 'Shadows Into Light' => 'Shadows Into Light',
713
+ 'Shadows Into Light Two' => 'Shadows Into Light Two',
714
+ 'Shanti' => 'Shanti',
715
+ 'Share' => 'Share',
716
+ 'Share Tech' => 'Share Tech',
717
+ 'Share Tech Mono' => 'Share Tech Mono',
718
+ 'Shojumaru' => 'Shojumaru',
719
+ 'Short Stack' => 'Short Stack',
720
+ 'Shrikhand' => 'Shrikhand',
721
+ 'Siemreap' => 'Siemreap',
722
+ 'Sigmar One' => 'Sigmar One',
723
+ 'Signika' => 'Signika',
724
+ 'Signika Negative' => 'Signika Negative',
725
+ 'Simonetta' => 'Simonetta',
726
+ 'Sintony' => 'Sintony',
727
+ 'Sirin Stencil' => 'Sirin Stencil',
728
+ 'Six Caps' => 'Six Caps',
729
+ 'Skranji' => 'Skranji',
730
+ 'Slabo 13px' => 'Slabo 13px',
731
+ 'Slabo 27px' => 'Slabo 27px',
732
+ 'Slackey' => 'Slackey',
733
+ 'Smokum' => 'Smokum',
734
+ 'Smythe' => 'Smythe',
735
+ 'Sniglet' => 'Sniglet',
736
+ 'Snippet' => 'Snippet',
737
+ 'Snowburst One' => 'Snowburst One',
738
+ 'Sofadi One' => 'Sofadi One',
739
+ 'Sofia' => 'Sofia',
740
+ 'Sonsie One' => 'Sonsie One',
741
+ 'Sorts Mill Goudy' => 'Sorts Mill Goudy',
742
+ 'Source Code Pro' => 'Source Code Pro',
743
+ 'Source Sans Pro' => 'Source Sans Pro',
744
+ 'Source Serif Pro' => 'Source Serif Pro',
745
+ 'Space Mono' => 'Space Mono',
746
+ 'Special Elite' => 'Special Elite',
747
+ 'Spicy Rice' => 'Spicy Rice',
748
+ 'Spinnaker' => 'Spinnaker',
749
+ 'Spirax' => 'Spirax',
750
+ 'Squada One' => 'Squada One',
751
+ 'Sree Krushnadevaraya' => 'Sree Krushnadevaraya',
752
+ 'Sriracha' => 'Sriracha',
753
+ 'Stalemate' => 'Stalemate',
754
+ 'Stalinist One' => 'Stalinist One',
755
+ 'Stardos Stencil' => 'Stardos Stencil',
756
+ 'Stint Ultra Condensed' => 'Stint Ultra Condensed',
757
+ 'Stint Ultra Expanded' => 'Stint Ultra Expanded',
758
+ 'Stoke' => 'Stoke',
759
+ 'Strait' => 'Strait',
760
+ 'Sue Ellen Francisco' => 'Sue Ellen Francisco',
761
+ 'Suez One' => 'Suez One',
762
+ 'Sumana' => 'Sumana',
763
+ 'Sunshiney' => 'Sunshiney',
764
+ 'Supermercado One' => 'Supermercado One',
765
+ 'Sura' => 'Sura',
766
+ 'Suranna' => 'Suranna',
767
+ 'Suravaram' => 'Suravaram',
768
+ 'Suwannaphum' => 'Suwannaphum',
769
+ 'Swanky and Moo Moo' => 'Swanky and Moo Moo',
770
+ 'Syncopate' => 'Syncopate',
771
+ 'Tangerine' => 'Tangerine',
772
+ 'Taprom' => 'Taprom',
773
+ 'Tauri' => 'Tauri',
774
+ 'Taviraj' => 'Taviraj',
775
+ 'Teko' => 'Teko',
776
+ 'Telex' => 'Telex',
777
+ 'Tenali Ramakrishna' => 'Tenali Ramakrishna',
778
+ 'Tenor Sans' => 'Tenor Sans',
779
+ 'Text Me One' => 'Text Me One',
780
+ 'The Girl Next Door' => 'The Girl Next Door',
781
+ 'Tienne' => 'Tienne',
782
+ 'Tillana' => 'Tillana',
783
+ 'Timmana' => 'Timmana',
784
+ 'Tinos' => 'Tinos',
785
+ 'Titan One' => 'Titan One',
786
+ 'Titillium Web' => 'Titillium Web',
787
+ 'Trade Winds' => 'Trade Winds',
788
+ 'Trirong' => 'Trirong',
789
+ 'Trocchi' => 'Trocchi',
790
+ 'Trochut' => 'Trochut',
791
+ 'Trykker' => 'Trykker',
792
+ 'Tulpen One' => 'Tulpen One',
793
+ 'Ubuntu' => 'Ubuntu',
794
+ 'Ubuntu Condensed' => 'Ubuntu Condensed',
795
+ 'Ubuntu Mono' => 'Ubuntu Mono',
796
+ 'Ultra' => 'Ultra',
797
+ 'Uncial Antiqua' => 'Uncial Antiqua',
798
+ 'Underdog' => 'Underdog',
799
+ 'Unica One' => 'Unica One',
800
+ 'UnifrakturCook' => 'UnifrakturCook',
801
+ 'UnifrakturMaguntia' => 'UnifrakturMaguntia',
802
+ 'Unkempt' => 'Unkempt',
803
+ 'Unlock' => 'Unlock',
804
+ 'Unna' => 'Unna',
805
+ 'VT323' => 'VT323',
806
+ 'Vampiro One' => 'Vampiro One',
807
+ 'Varela' => 'Varela',
808
+ 'Varela Round' => 'Varela Round',
809
+ 'Vast Shadow' => 'Vast Shadow',
810
+ 'Vesper Libre' => 'Vesper Libre',
811
+ 'Vibur' => 'Vibur',
812
+ 'Vidaloka' => 'Vidaloka',
813
+ 'Viga' => 'Viga',
814
+ 'Voces' => 'Voces',
815
+ 'Volkhov' => 'Volkhov',
816
+ 'Vollkorn' => 'Vollkorn',
817
+ 'Voltaire' => 'Voltaire',
818
+ 'Waiting for the Sunrise' => 'Waiting for the Sunrise',
819
+ 'Wallpoet' => 'Wallpoet',
820
+ 'Walter Turncoat' => 'Walter Turncoat',
821
+ 'Warnes' => 'Warnes',
822
+ 'Wellfleet' => 'Wellfleet',
823
+ 'Wendy One' => 'Wendy One',
824
+ 'Wire One' => 'Wire One',
825
+ 'Work Sans' => 'Work Sans',
826
+ 'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
827
+ 'Yantramanav' => 'Yantramanav',
828
+ 'Yatra One' => 'Yatra One',
829
+ 'Yellowtail' => 'Yellowtail',
830
+ 'Yeseva One' => 'Yeseva One',
831
+ 'Yesteryear' => 'Yesteryear',
832
+ 'Yrsa' => 'Yrsa',
833
+ 'Zeyada' => 'Zeyada',
834
+ );
{languages → i18n/languages}/flash-toolkit.pot RENAMED
File without changes
includes/abstracts/abstract-flash-widget.php CHANGED
@@ -78,7 +78,6 @@ abstract class FT_Widget extends WP_Widget {
78
  * @return bool true if the widget is cached otherwise false
79
  */
80
  public function get_cached_widget( $args ) {
81
-
82
  $cache = wp_cache_get( apply_filters( 'flash_toolkit_cached_widget_id', $this->widget_id ), 'widget' );
83
 
84
  if ( ! is_array( $cache ) ) {
@@ -101,7 +100,15 @@ abstract class FT_Widget extends WP_Widget {
101
  * @return string the content that was cached
102
  */
103
  public function cache_widget( $args, $content ) {
104
- wp_cache_set( apply_filters( 'flash_toolkit_cached_widget_id', $this->widget_id ), array( $args['widget_id'] => $content ), 'widget' );
 
 
 
 
 
 
 
 
105
 
106
  return $content;
107
  }
@@ -183,8 +190,10 @@ abstract class FT_Widget extends WP_Widget {
183
  $instance[ $key ] = empty( $new_instance[ $key ] ) ? 0 : 1;
184
  break;
185
  case 'datetimepicker' :
186
- $sanitized_date = DateTime::createFromFormat( "Y-m-d H:i", $new_instance[ $key ] );
187
- $instance[ $key ] = $sanitized_date->format("Y-m-d H:i");
 
 
188
  break;
189
  default:
190
  $instance[ $key ] = isset( $new_instance[ $key ] ) ? flash_clean( $new_instance[ $key ] ) : '';
@@ -227,8 +236,8 @@ abstract class FT_Widget extends WP_Widget {
227
  $group_name_array[] = $group_name;
228
 
229
  if( $group_name_array[0] != '' ) { ?>
230
- <a class="flash-tab-title <?php echo ($groupcount == 1 ? ' active' : '' ); ?>" href="#flash-tab-<?php esc_attr_e( $groupcount ); ?>">
231
- <?php esc_html_e( $group_name ); ?>
232
  </a>
233
  <?php
234
  }
@@ -241,7 +250,7 @@ abstract class FT_Widget extends WP_Widget {
241
  <?php $groupcount = 1;
242
 
243
  foreach ( $group_name_array as $group ) { ?>
244
- <div class="flash-toolkit-tab" id="flash-tab-<?php esc_attr_e( $groupcount ); ?>">
245
  <?php foreach ( $this->settings as $key => $setting ) {
246
  $current_setting_group = isset( $setting['group'] ) ? $setting['group'] : __( 'General', 'flash-toolkit' );
247
  if ( $current_setting_group == $group || empty( $group_name_array ) ) {
78
  * @return bool true if the widget is cached otherwise false
79
  */
80
  public function get_cached_widget( $args ) {
 
81
  $cache = wp_cache_get( apply_filters( 'flash_toolkit_cached_widget_id', $this->widget_id ), 'widget' );
82
 
83
  if ( ! is_array( $cache ) ) {
100
  * @return string the content that was cached
101
  */
102
  public function cache_widget( $args, $content ) {
103
+ $cache = wp_cache_get( apply_filters( 'flash_toolkit_cached_widget_id', $this->widget_id ), 'widget' );
104
+
105
+ if ( ! is_array( $cache ) ) {
106
+ $cache = array();
107
+ }
108
+
109
+ $cache[ $args['widget_id'] ] = $content;
110
+
111
+ wp_cache_set( apply_filters( 'flash_toolkit_cached_widget_id', $this->widget_id ), $cache, 'widget' );
112
 
113
  return $content;
114
  }
190
  $instance[ $key ] = empty( $new_instance[ $key ] ) ? 0 : 1;
191
  break;
192
  case 'datetimepicker' :
193
+ if( !empty( $new_instance[ $key ] ) ) {
194
+ $sanitized_date = DateTime::createFromFormat( "Y-m-d H:i", $new_instance[ $key ] );
195
+ $instance[ $key ] = $sanitized_date->format("Y-m-d H:i");
196
+ }
197
  break;
198
  default:
199
  $instance[ $key ] = isset( $new_instance[ $key ] ) ? flash_clean( $new_instance[ $key ] ) : '';
236
  $group_name_array[] = $group_name;
237
 
238
  if( $group_name_array[0] != '' ) { ?>
239
+ <a class="flash-tab-title <?php echo ($groupcount == 1 ? ' active' : '' ); ?>" href="#flash-tab-<?php echo esc_attr( $groupcount ); ?>">
240
+ <?php echo esc_html( $group_name ); ?>
241
  </a>
242
  <?php
243
  }
250
  <?php $groupcount = 1;
251
 
252
  foreach ( $group_name_array as $group ) { ?>
253
+ <div class="flash-toolkit-tab" id="flash-tab-<?php echo esc_attr( $groupcount ); ?>">
254
  <?php foreach ( $this->settings as $key => $setting ) {
255
  $current_setting_group = isset( $setting['group'] ) ? $setting['group'] : __( 'General', 'flash-toolkit' );
256
  if ( $current_setting_group == $group || empty( $group_name_array ) ) {
includes/admin/class-flash-admin-assets.php CHANGED
@@ -105,9 +105,7 @@ class FT_Admin_Assets {
105
  }
106
 
107
  // Meta boxes
108
- if ( in_array( $screen_id, array( 'portfolio', 'edit-portfolio' ) ) ) {
109
- wp_enqueue_script( 'flash-toolkit-admin-meta-boxes' );
110
- }
111
 
112
  if ( in_array( $screen_id, flash_toolkit_get_layout_supported_screens() ) ) {
113
  wp_register_script( 'flash-toolkit-admin-layout-meta-boxes', FT()->plugin_url() . '/assets/js/admin/meta-boxes-layout' . $suffix . '.js', array( 'flash-toolkit-admin-meta-boxes' ), FT_VERSION );
105
  }
106
 
107
  // Meta boxes
108
+ wp_enqueue_script( 'flash-toolkit-admin-meta-boxes' );
 
 
109
 
110
  if ( in_array( $screen_id, flash_toolkit_get_layout_supported_screens() ) ) {
111
  wp_register_script( 'flash-toolkit-admin-layout-meta-boxes', FT()->plugin_url() . '/assets/js/admin/meta-boxes-layout' . $suffix . '.js', array( 'flash-toolkit-admin-meta-boxes' ), FT_VERSION );
includes/admin/class-flash-admin-meta-boxes.php CHANGED
@@ -45,6 +45,9 @@ class FT_Admin_Meta_Boxes {
45
  // Save Portfolio Meta Boxes
46
  add_action( 'flash_toolkit_process_portfolio_meta', 'FT_Meta_Box_Portfolio_Data::save', 10, 2 );
47
 
 
 
 
48
  // Save Layout Meta Boxes
49
  add_action( 'flash_toolkit_process_layout_meta', 'FT_Meta_Box_Layout_Data::save', 10, 2 );
50
 
@@ -96,6 +99,11 @@ class FT_Admin_Meta_Boxes {
96
  // Portfolio
97
  add_meta_box( 'flash-toolkit-portfolio-data', __( 'Portfolio Data', 'flash-toolkit' ), 'FT_Meta_Box_Portfolio_Data::output', 'portfolio', 'normal', 'high' );
98
 
 
 
 
 
 
99
  // Layouts
100
  foreach ( flash_toolkit_get_layout_supported_screens() as $post_type ) {
101
  if ( post_type_exists( $post_type ) && is_flash_pro_active() ) {
@@ -162,7 +170,7 @@ class FT_Admin_Meta_Boxes {
162
  }
163
 
164
  // Trigger action
165
- $process_actions = array( 'layout' );
166
  foreach ( $process_actions as $process_action ) {
167
  do_action( 'flash_toolkit_process_' . $process_action . '_meta', $post_id, $post );
168
  }
45
  // Save Portfolio Meta Boxes
46
  add_action( 'flash_toolkit_process_portfolio_meta', 'FT_Meta_Box_Portfolio_Data::save', 10, 2 );
47
 
48
+ // Save Page Meta Boxes
49
+ add_action( 'flash_toolkit_process_page_meta', 'FT_Meta_Box_Pageoptions_Data::save', 10, 2 );
50
+
51
  // Save Layout Meta Boxes
52
  add_action( 'flash_toolkit_process_layout_meta', 'FT_Meta_Box_Layout_Data::save', 10, 2 );
53
 
99
  // Portfolio
100
  add_meta_box( 'flash-toolkit-portfolio-data', __( 'Portfolio Data', 'flash-toolkit' ), 'FT_Meta_Box_Portfolio_Data::output', 'portfolio', 'normal', 'high' );
101
 
102
+ // Page Header
103
+ if ( is_flash_pro_active() ) {
104
+ add_meta_box( 'flash-toolkit-pageheader-data', __( 'Page Options', 'flash-toolkit' ), 'FT_Meta_Box_Pageoptions_Data::output', 'page', 'normal', 'high' );
105
+ }
106
+
107
  // Layouts
108
  foreach ( flash_toolkit_get_layout_supported_screens() as $post_type ) {
109
  if ( post_type_exists( $post_type ) && is_flash_pro_active() ) {
170
  }
171
 
172
  // Trigger action
173
+ $process_actions = array( 'layout', 'page' );
174
  foreach ( $process_actions as $process_action ) {
175
  do_action( 'flash_toolkit_process_' . $process_action . '_meta', $post_id, $post );
176
  }
includes/admin/class-flash-admin-permalink-settings.php CHANGED
@@ -153,9 +153,7 @@ class FT_Admin_Permalink_Settings {
153
 
154
  // We need to save the options ourselves; settings api does not trigger save for the permalinks page.
155
  if ( isset( $_POST['permalink_structure'] ) ) {
156
- if ( function_exists( 'switch_to_locale' ) ) {
157
- switch_to_locale( get_locale() );
158
- }
159
 
160
  $permalinks = (array) get_option( 'flash_toolkit_permalinks', array() );
161
  $permalinks['category_base'] = flash_sanitize_permalink( trim( $_POST['flash_toolkit_portfolio_category_slug'] ) );
@@ -194,9 +192,7 @@ class FT_Admin_Permalink_Settings {
194
 
195
  update_option( 'flash_toolkit_permalinks', $permalinks );
196
 
197
- if ( function_exists( 'restore_current_locale' ) ) {
198
- restore_current_locale();
199
- }
200
  }
201
  }
202
  }
153
 
154
  // We need to save the options ourselves; settings api does not trigger save for the permalinks page.
155
  if ( isset( $_POST['permalink_structure'] ) ) {
156
+ flash_switch_to_site_locale();
 
 
157
 
158
  $permalinks = (array) get_option( 'flash_toolkit_permalinks', array() );
159
  $permalinks['category_base'] = flash_sanitize_permalink( trim( $_POST['flash_toolkit_portfolio_category_slug'] ) );
192
 
193
  update_option( 'flash_toolkit_permalinks', $permalinks );
194
 
195
+ flash_restore_locale();
 
 
196
  }
197
  }
198
  }
includes/admin/meta-boxes/class-flash-meta-box-pageoptions-data.php ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Portfolio Data.
4
+ *
5
+ * @class FT_Meta_Box_Pageoptions_Data
6
+ * @version 1.1.0
7
+ * @package FlashToolkit/Admin/Meta Boxes
8
+ * @category Admin
9
+ * @author ThemeGrill
10
+ */
11
+
12
+ if ( ! defined( 'ABSPATH' ) ) {
13
+ exit;
14
+ }
15
+
16
+ /**
17
+ * FT_Meta_Box_Pageoptions_Data Class
18
+ */
19
+ class FT_Meta_Box_Pageoptions_Data {
20
+
21
+ /**
22
+ * Output the meta box.
23
+ * @param WP_Post $post
24
+ */
25
+ public static function output( $post ) {
26
+ wp_nonce_field( 'flash_toolkit_save_data', 'flash_toolkit_meta_nonce' );
27
+
28
+ ?>
29
+ <div id="portfolio_options" class="panel-wrap portfolio_data">
30
+ <ul class="portfolio_data_tabs ft-tabs">
31
+ <?php
32
+ $portfolio_data_tabs = apply_filters( 'flash-toolkit_portfolio_data_tabs', array(
33
+ 'general' => array(
34
+ 'label' => __( 'Page Header', 'flash-toolkit' ),
35
+ 'target' => 'general_portfolio_data',
36
+ 'class' => array(),
37
+ )
38
+ ) );
39
+
40
+ foreach ( $portfolio_data_tabs as $key => $tab ) {
41
+ ?><li class="<?php echo $key; ?>_options <?php echo $key; ?>_tab <?php echo implode( ' ', (array) $tab['class'] ); ?>">
42
+ <a href="#<?php echo $tab['target']; ?>"><?php echo esc_html( $tab['label'] ); ?></a>
43
+ </li><?php
44
+ }
45
+
46
+ do_action( 'flash_toolkit_pageoptions_write_panel_tabs' );
47
+ ?>
48
+ </ul>
49
+ <div id="general_portfolio_data" class="panel flash_toolkit_options_panel hidden"><?php
50
+
51
+ echo '<div class="options_group">';
52
+
53
+ // Page Header Size Type
54
+ flash_toolkit_wp_select( array(
55
+ 'id' => 'pageheader_size',
56
+ 'label' => __( 'Page Header Size', 'flash-toolkit' ),
57
+ 'options' => array(
58
+ 'theme-options' => __( 'From Theme Options', 'flash-toolkit' ),
59
+ 'small' => __( 'Small', 'flash-toolkit' ),
60
+ 'medium' => __( 'Medium', 'flash-toolkit' ),
61
+ 'big' => __( 'Big', 'flash-toolkit' ),
62
+ ),
63
+ ) );
64
+
65
+ echo '</div>';
66
+
67
+ echo '<div class="options_group">';
68
+
69
+ // Remove Breadcrumbs
70
+ flash_toolkit_wp_checkbox( array( 'id' => 'pageheader_disable', 'label' => __( 'Hide Pageheader', 'flash-toolkit' ), ) );
71
+
72
+ echo '</div>';
73
+
74
+ do_action( 'flash_toolkit_pageoptions_options_general' );
75
+
76
+ ?></div>
77
+ <?php do_action( 'flash_toolkit_pageoptions_data_panels' ); ?>
78
+ <div class="clear"></div>
79
+ </div>
80
+ <?php
81
+ }
82
+
83
+ /**
84
+ * Save meta box data.
85
+ * @param int $post_id
86
+ */
87
+ public static function save( $post_id ) {
88
+ // Add/replace data to array
89
+ $pageheader_size = flash_clean( $_POST[ 'pageheader_size' ] );
90
+ $pageheader_disable = isset( $_POST['pageheader_disable'] ) ? 'yes' : 'no';
91
+
92
+ // Save
93
+ update_post_meta( $post_id, 'pageheader_size', $pageheader_size );
94
+ update_post_meta( $post_id, 'pageheader_disable', $pageheader_disable );
95
+
96
+ do_action( 'flash_toolkit_page_options_save', $post_id );
97
+ }
98
+ }
includes/functions-flash-core.php CHANGED
@@ -186,8 +186,8 @@ function flash_locate_template( $template_name, $template_path = '', $default_pa
186
  * @return array
187
  */
188
  function flash_get_permalink_structure() {
189
- if ( function_exists( 'switch_to_locale' ) && did_action( 'admin_init' ) ) {
190
- switch_to_locale( get_locale() );
191
  }
192
 
193
  $permalinks = wp_parse_args( (array) get_option( 'flash_toolkit_permalinks', array() ), array(
@@ -204,1564 +204,64 @@ function flash_get_permalink_structure() {
204
  $permalinks['tag_rewrite_slug'] = untrailingslashit( empty( $permalinks['tag_base'] ) ? _x( 'portfolio-tag', 'slug', 'flash-toolkit' ) : $permalinks['tag_base'] );
205
 
206
  if ( function_exists( 'restore_current_locale' ) && did_action( 'admin_init' ) ) {
207
- restore_current_locale();
208
  }
209
  return $permalinks;
210
  }
211
 
212
  /**
213
- * Get fontawesome icon lists.
214
- * @return array
 
215
  */
216
- function flash_get_fontawesome_icons() {
217
- return apply_filters( 'flash_get_fontawesome_icons', array(
218
- 'fa-500px' => __( '500px', 'flash-toolkit' ),
219
- 'fa-adjust' => __( 'Adjust', 'flash-toolkit' ),
220
- 'fa-adn' => __( 'Adn', 'flash-toolkit' ),
221
- 'fa-align-center' => __( 'Align Center', 'flash-toolkit' ),
222
- 'fa-align-justify' => __( 'Align Justify', 'flash-toolkit' ),
223
- 'fa-align-left' => __( 'Align Left', 'flash-toolkit' ),
224
- 'fa-align-right' => __( 'Align Right', 'flash-toolkit' ),
225
- 'fa-amazon' => __( 'Amazon', 'flash-toolkit' ),
226
- 'fa-ambulance' => __( 'Ambulance', 'flash-toolkit' ),
227
- 'fa-american-sign-language-interpreting' => __( 'American Sign Lnguage Interpreting', 'flash-toolkit' ),
228
- 'fa-anchor' => __( 'Anchor', 'flash-toolkit' ),
229
- 'fa-angellist' => __( 'Angellist', 'flash-toolkit' ),
230
- 'fa-android' => __( 'Android', 'flash-toolkit' ),
231
- 'fa-angle-double-left' => __( 'Angle Double Left', 'flash-toolkit' ),
232
- 'fa-angle-double-right' => __( 'Angle Double Right', 'flash-toolkit' ),
233
- 'fa-angle-double-up' => __( 'Angle Double Up', 'flash-toolkit' ),
234
- 'fa-angle-double-down' => __( 'Angle Double Down', 'flash-toolkit' ),
235
- 'fa-angle-left' => __( 'Angle Left', 'flash-toolkit' ),
236
- 'fa-angle-right' => __( 'Angle Right', 'flash-toolkit' ),
237
- 'fa-angle-up' => __( 'Angle Up', 'flash-toolkit' ),
238
- 'fa-angle-down' => __( 'Angle Down', 'flash-toolkit' ),
239
- 'fa-apple' => __( 'Apple', 'flash-toolkit' ),
240
- 'fa-archive' => __( 'Archive', 'flash-toolkit' ),
241
- 'fa-area-chart' => __( 'Area Chart', 'flash-toolkit' ),
242
- 'fa-arrow-circle-down' => __( 'Arrow Circle Down', 'flash-toolkit' ),
243
- 'fa-arrow-circle-left' => __( 'Arrow Circle Left', 'flash-toolkit' ),
244
- 'fa-arrow-circle-o-down' => __( 'Arrow Circle O Down', 'flash-toolkit' ),
245
- 'fa-arrow-circle-o-left' => __( 'Arrow Circle O Left', 'flash-toolkit' ),
246
- 'fa-arrow-circle-o-right' => __( 'Arrow Circle O Right', 'flash-toolkit' ),
247
- 'fa-arrow-circle-o-up' => __( 'Arrow Circle O Up', 'flash-toolkit' ),
248
- 'fa-arrow-circle-right' => __( 'Arrow Circle Right', 'flash-toolkit' ),
249
- 'fa-arrow-circle-up' => __( 'Arrow Circle Up', 'flash-toolkit' ),
250
- 'fa-arrow-down' => __( 'Arrow Down', 'flash-toolkit' ),
251
- 'fa-arrow-left' => __( 'Arrow Left', 'flash-toolkit' ),
252
- 'fa-arrow-right' => __( 'Arrow Right', 'flash-toolkit' ),
253
- 'fa-arrow-up' => __( 'Arrow Up', 'flash-toolkit' ),
254
- 'fa-arrows' => __( 'Arrows', 'flash-toolkit' ),
255
- 'fa-arrows-alt' => __( 'Arrows Alt', 'flash-toolkit' ),
256
- 'fa-arrows-h' => __( 'Arrow H', 'flash-toolkit' ),
257
- 'fa-arrows-v' => __( 'Arrow V', 'flash-toolkit' ),
258
- 'fa-asl-interpreting' => __( 'Asl Interpreting', 'flash-toolkit' ),
259
- 'fa-assistive-listening-systems' => __( 'Assistive Listening Systems', 'flash-toolkit' ),
260
- 'fa-asterisk' => __( 'Asterisk', 'flash-toolkit' ),
261
- 'fa-at' => __( 'At', 'flash-toolkit' ),
262
- 'fa-audio-description' => __( 'Audio Description', 'flash-toolkit' ),
263
- 'fa-automobile' => __( 'Automobile', 'flash-toolkit' ),
264
- 'fa-backward' => __( 'Backward', 'flash-toolkit' ),
265
- 'fa-balance-scale' => __( 'Balance Scale', 'flash-toolkit' ),
266
- 'fa-ban' => __( 'Ban', 'flash-toolkit' ),
267
- 'fa-bank' => __( 'Bank', 'flash-toolkit' ),
268
- 'fa-bar-chart' => __( 'Bar Chart', 'flash-toolkit' ),
269
- 'fa-bar-chart-o' => __( 'Bar Chart O', 'flash-toolkit' ),
270
- 'fa-barcode' => __( 'Barcode', 'flash-toolkit' ),
271
- 'fa-bars' => __( 'Bars', 'flash-toolkit' ),
272
- 'fa-battery-0' => __( 'Battery 0', 'flash-toolkit' ),
273
- 'fa-battery-1' => __( 'Battery 1', 'flash-toolkit' ),
274
- 'fa-battery-2' => __( 'Battery 2', 'flash-toolkit' ),
275
- 'fa-battery-3' => __( 'Battery 3', 'flash-toolkit' ),
276
- 'fa-battery-4' => __( 'Battery 4', 'flash-toolkit' ),
277
- 'fa-battery-empty' => __( 'Battery Empty', 'flash-toolkit' ),
278
- 'fa-battery-full' => __( 'Battery Full', 'flash-toolkit' ),
279
- 'fa-battery-half' => __( 'Battery Half', 'flash-toolkit' ),
280
- 'fa-battery-quarter' => __( 'Battery Quarter', 'flash-toolkit' ),
281
- 'fa-battery-three-quarters' => __( 'Battery Three Quater', 'flash-toolkit' ),
282
- 'fa-bed' => __( 'Bed', 'flash-toolkit' ),
283
- 'fa-beer' => __( 'Beer', 'flash-toolkit' ),
284
- 'fa-behance' => __( 'Behance', 'flash-toolkit' ),
285
- 'fa-behance-square' => __( 'Behance Square', 'flash-toolkit' ),
286
- 'fa-bell' => __( 'Bell', 'flash-toolkit' ),
287
- 'fa-bell-o' => __( 'Bell O', 'flash-toolkit' ),
288
- 'fa-bell-slash' => __( 'Bell Slash', 'flash-toolkit' ),
289
- 'fa-bell-slash-o' => __( 'Bell Slash O', 'flash-toolkit' ),
290
- 'fa-bicycle' => __( 'Bicycle', 'flash-toolkit' ),
291
- 'fa-binoculars' => __( 'Binoculars', 'flash-toolkit' ),
292
- 'fa-birthday-cake' => __( 'Birthday Cake', 'flash-toolkit' ),
293
- 'fa-bitbucket' => __( 'Bitbucket', 'flash-toolkit' ),
294
- 'fa-bitbucket-square' => __( 'Bitbucket Square', 'flash-toolkit' ),
295
- 'fa-bitcoin' => __( 'Bitcoin', 'flash-toolkit' ),
296
- 'fa-black-tie' => __( 'Black Tie', 'flash-toolkit' ),
297
- 'fa-blind' => __( 'Blind', 'flash-toolkit' ),
298
- 'fa-bluetooth' => __( 'Bluetooth', 'flash-toolkit' ),
299
- 'fa-bluetooth-b' => __( 'Bluetooth b', 'flash-toolkit' ),
300
- 'fa-bold' => __( 'Bold', 'flash-toolkit' ),
301
- 'fa-bolt' => __( 'Bolt', 'flash-toolkit' ),
302
- 'fa-bluetooth-b' => __( 'Bluetooth b', 'flash-toolkit' ),
303
- 'fa-bomb' => __( 'Bomb', 'flash-toolkit' ),
304
- 'fa-book' => __( 'Book', 'flash-toolkit' ),
305
- 'fa-bookmark' => __( 'Bookmark', 'flash-toolkit' ),
306
- 'fa-bookmark-o' => __( 'Bookmark Holo', 'flash-toolkit' ),
307
- 'fa-braille' => __( 'Braille', 'flash-toolkit' ),
308
- 'fa-briefcase' => __( 'Briefcase', 'flash-toolkit' ),
309
- 'fa-btc' => __( 'Btc', 'flash-toolkit' ),
310
- 'fa-bug' => __( 'Bug', 'flash-toolkit' ),
311
- 'fa-building' => __( 'Building', 'flash-toolkit' ),
312
- 'fa-building-o' => __( 'Building O', 'flash-toolkit' ),
313
- 'fa-bullhorn' => __( 'Bullhorn', 'flash-toolkit' ),
314
- 'fa-bullseye' => __( 'Bullseye', 'flash-toolkit' ),
315
- 'fa-bus' => __( 'Bus', 'flash-toolkit' ),
316
- 'fa-buysellads' => __( 'Buysellads', 'flash-toolkit' ),
317
- 'fa-cab' => __( 'Cab', 'flash-toolkit' ),
318
- 'fa-calculator' => __( 'Calculator', 'flash-toolkit' ),
319
- 'fa-calendar' => __( 'Calendar', 'flash-toolkit' ),
320
- 'fa-calendar-check-o' => __( 'Calendar Check', 'flash-toolkit' ),
321
- 'fa-calendar-minus-o' => __( 'Calendar Minus', 'flash-toolkit' ),
322
- 'fa-calendar-o' => __( 'Calendar O', 'flash-toolkit' ),
323
- 'fa-calendar-plus-o' => __( 'Calendar Plus', 'flash-toolkit' ),
324
- 'fa-calendar-times-o' => __( 'Calendar Times', 'flash-toolkit' ),
325
- 'fa-camera' => __( 'Camera', 'flash-toolkit' ),
326
- 'fa-camera-retro' => __( 'Camera Retro', 'flash-toolkit' ),
327
- 'fa-car' => __( 'Car', 'flash-toolkit' ),
328
- 'fa-caret-down' => __( 'Caret Down', 'flash-toolkit' ),
329
- 'fa-caret-left' => __( 'Caret Left', 'flash-toolkit' ),
330
- 'fa-caret-right' => __( 'Caret Right', 'flash-toolkit' ),
331
- 'fa-caret-square-o-down' => __( 'Caret Square O Down', 'flash-toolkit' ),
332
- 'fa-caret-square-o-left' => __( 'Caret Square O Left', 'flash-toolkit' ),
333
- 'fa-caret-square-o-right' => __( 'Caret Square O Right', 'flash-toolkit' ),
334
- 'fa-caret-square-o-up' => __( 'Caret Square O Up', 'flash-toolkit' ),
335
- 'fa-caret-up' => __( 'Caret Up', 'flash-toolkit' ),
336
- 'fa-cart-arrow-down' => __( 'Cart Arrow Down', 'flash-toolkit' ),
337
- 'fa-cart-plus' => __( 'Cart Plus', 'flash-toolkit' ),
338
- 'fa-cc' => __( 'Cc', 'flash-toolkit' ),
339
- 'fa-cc-amex' => __( 'Cc Amex', 'flash-toolkit' ),
340
- 'fa-cc-diners-club' => __( 'Cc Diners Club', 'flash-toolkit' ),
341
- 'fa-cc-discover' => __( 'Cc Discover', 'flash-toolkit' ),
342
- 'fa-cc-jcb' => __( 'Cc Jcb', 'flash-toolkit' ),
343
- 'fa-cc-mastercard' => __( 'Cc mastercard', 'flash-toolkit' ),
344
- 'fa-cc-paypal' => __( 'Cc Paypal', 'flash-toolkit' ),
345
- 'fa-cc-stripe' => __( 'Cc Stripe', 'flash-toolkit' ),
346
- 'fa-cc-visa' => __( 'Cc Visa', 'flash-toolkit' ),
347
- 'fa-certificate' => __( 'Certificate', 'flash-toolkit' ),
348
- 'fa-chain' => __( 'Cc Chain', 'flash-toolkit' ),
349
- 'fa-chain-broken' => __( 'Chain Broken', 'flash-toolkit' ),
350
- 'fa-check' => __( 'Check', 'flash-toolkit' ),
351
- 'fa-check-circle' => __( 'Check Circle', 'flash-toolkit' ),
352
- 'fa-check-circle-o' => __( 'Check Circle O', 'flash-toolkit' ),
353
- 'fa-check-square' => __( 'Check Square ', 'flash-toolkit' ),
354
- 'fa-check-square-o' => __( 'Check Square O', 'flash-toolkit' ),
355
- 'fa-chevron-circle-down' => __( 'Chevron Circle Down', 'flash-toolkit' ),
356
- 'fa-chevron-circle-left' => __( 'Chevron Circle Left', 'flash-toolkit' ),
357
- 'fa-chevron-circle-right' => __( 'Chevron Circle Right', 'flash-toolkit' ),
358
- 'fa-chevron-circle-up' => __( 'Chevron Circle Up', 'flash-toolkit' ),
359
- 'fa-chevron-down' => __( 'Chevron Down', 'flash-toolkit' ),
360
- 'fa-chevron-left' => __( 'Chevron Left', 'flash-toolkit' ),
361
- 'fa-chevron-right' => __( 'Chevron Right', 'flash-toolkit' ),
362
- 'fa-chevron-up' => __( 'Chevron Up', 'flash-toolkit' ),
363
- 'fa-child' => __( 'Child', 'flash-toolkit' ),
364
- 'fa-chrome' => __( 'Chrome', 'flash-toolkit' ),
365
- 'fa-circle' => __( 'Circle', 'flash-toolkit' ),
366
- 'fa-circle-o' => __( 'Circle O', 'flash-toolkit' ),
367
- 'fa-circle-o-notch' => __( 'Circle Notch', 'flash-toolkit' ),
368
- 'fa-circle-thin' => __( 'Circle Thin', 'flash-toolkit' ),
369
- 'fa-clipboard' => __( 'Clipboard', 'flash-toolkit' ),
370
- 'fa-clock-o' => __( 'Clock O', 'flash-toolkit' ),
371
- 'fa-clone' => __( 'Clone', 'flash-toolkit' ),
372
- 'fa-close' => __( 'Close', 'flash-toolkit' ),
373
- 'fa-cloud' => __( 'Cloud', 'flash-toolkit' ),
374
- 'fa-cloud-download' => __( 'Cloud Download', 'flash-toolkit' ),
375
- 'fa-cloud-upload' => __( 'Cloud Upload', 'flash-toolkit' ),
376
- 'fa-cny' => __( 'Cny', 'flash-toolkit' ),
377
- 'fa-code' => __( 'Code', 'flash-toolkit' ),
378
- 'fa-code-fork' => __( 'Code Fork', 'flash-toolkit' ),
379
- 'fa-codepen' => __( 'Codepen', 'flash-toolkit' ),
380
- 'fa-codiepie' => __( 'Codiepie', 'flash-toolkit' ),
381
- 'fa-coffee' => __( 'Coffee', 'flash-toolkit' ),
382
- 'fa-cog' => __( 'Cog', 'flash-toolkit' ),
383
- 'fa-cogs' => __( 'Cogs', 'flash-toolkit' ),
384
- 'fa-columns' => __( 'Columns', 'flash-toolkit' ),
385
- 'fa-comment' => __( 'Comment', 'flash-toolkit' ),
386
- 'fa-comment-o' => __( 'Comment O', 'flash-toolkit' ),
387
- 'fa-commenting' => __( 'Commenting', 'flash-toolkit' ),
388
- 'fa-commenting-o' => __( 'Commenting O', 'flash-toolkit' ),
389
- 'fa-comments' => __( 'Comments', 'flash-toolkit' ),
390
- 'fa-comments-o' => __( 'Comments O', 'flash-toolkit' ),
391
- 'fa-compass' => __( 'Compass', 'flash-toolkit' ),
392
- 'fa-compress' => __( 'Compress', 'flash-toolkit' ),
393
- 'fa-connectdevelop' => __( 'Connectdevelop', 'flash-toolkit' ),
394
- 'fa-contao' => __( 'Contao', 'flash-toolkit' ),
395
- 'fa-copy' => __( 'Copy', 'flash-toolkit' ),
396
- 'fa-copyright' => __( 'Copyright', 'flash-toolkit' ),
397
- 'fa-creative-commons' => __( 'Creative Commons', 'flash-toolkit' ),
398
- 'fa-credit-card' => __( 'Credit Card', 'flash-toolkit' ),
399
- 'fa-credit-card-alt' => __( 'Credit Card Alt', 'flash-toolkit' ),
400
- 'fa-crop' => __( 'Crop', 'flash-toolkit' ),
401
- 'fa-crosshairs' => __( 'Crosshairs', 'flash-toolkit' ),
402
- 'fa-css3' => __( 'Css3', 'flash-toolkit' ),
403
- 'fa-cube' => __( 'Cube', 'flash-toolkit' ),
404
- 'fa-cubes' => __( 'Cubes', 'flash-toolkit' ),
405
- 'fa-cut' => __( 'Cut', 'flash-toolkit' ),
406
- 'fa-cutlery' => __( 'Cutlery', 'flash-toolkit' ),
407
- 'fa-dashboard' => __( 'Dashboard', 'flash-toolkit' ),
408
- 'fa-dashcube' => __( 'Dashcube', 'flash-toolkit' ),
409
- 'fa-database' => __( 'Database', 'flash-toolkit' ),
410
- 'fa-deaf' => __( 'Deaf', 'flash-toolkit' ),
411
- 'fa-dedent' => __( 'Dedent', 'flash-toolkit' ),
412
- 'fa-delicious' => __( 'Delicious', 'flash-toolkit' ),
413
- 'fa-desktop' => __( 'Desktop', 'flash-toolkit' ),
414
- 'fa-deviantart' => __( 'Deviantart', 'flash-toolkit' ),
415
- 'fa-diamond' => __( 'Diamond', 'flash-toolkit' ),
416
- 'fa-digg' => __( 'Digg', 'flash-toolkit' ),
417
- 'fa-dollar' => __( 'Doller', 'flash-toolkit' ),
418
- 'fa-dot-circle-o' => __( 'Dot Circle O', 'flash-toolkit' ),
419
- 'fa-dribbble' => __( 'Dribbble', 'flash-toolkit' ),
420
- 'fa-dropbox' => __( 'Dropbox', 'flash-toolkit' ),
421
- 'fa-drupal' => __( 'Drupal', 'flash-toolkit' ),
422
- 'fa-edge' => __( 'Edge', 'flash-toolkit' ),
423
- 'fa-edit' => __( 'Edit', 'flash-toolkit' ),
424
- 'fa-eject' => __( 'Eject', 'flash-toolkit' ),
425
- 'fa-ellipsis-h' => __( 'Ellipsis H', 'flash-toolkit' ),
426
- 'fa-ellipsis-v' => __( 'Ellipsis V', 'flash-toolkit' ),
427
- 'fa-empire' => __( 'Empire', 'flash-toolkit' ),
428
- 'fa-envelope' => __( 'Envelope', 'flash-toolkit' ),
429
- 'fa-envelope-o' => __( 'Envelope O', 'flash-toolkit' ),
430
- 'fa-envelope-square' => __( 'Envelope Square', 'flash-toolkit' ),
431
- 'fa-envira' => __( 'Envira', 'flash-toolkit' ),
432
- 'fa-eraser' => __( 'Eraser', 'flash-toolkit' ),
433
- 'fa-euro' => __( 'Euro', 'flash-toolkit' ),
434
- 'fa-exchange' => __( 'Exchange', 'flash-toolkit' ),
435
- 'fa-exclamation' => __( 'Exclamation ', 'flash-toolkit' ),
436
- 'fa-exclamation-circle' => __( 'Exclamation Circle', 'flash-toolkit' ),
437
- 'fa-exclamation-triangle' => __( 'Exclamation Triangle', 'flash-toolkit' ),
438
- 'fa-expand' => __( 'Expand', 'flash-toolkit' ),
439
- 'fa-expeditedssl' => __( 'Expeditedssl', 'flash-toolkit' ),
440
- 'fa-external-link' => __( 'External Link', 'flash-toolkit' ),
441
- 'fa-external-link-square' => __( 'External Link Square', 'flash-toolkit' ),
442
- 'fa-eye' => __( 'Eye', 'flash-toolkit' ),
443
- 'fa-eye-slash' => __( 'Eye Slash', 'flash-toolkit' ),
444
- 'fa-eyedropper' => __( 'Eyedropper', 'flash-toolkit' ),
445
- 'fa-fa' => __( 'Fa', 'flash-toolkit' ),
446
- 'fa-facebook' => __( 'Facebook', 'flash-toolkit' ),
447
- 'fa-facebook-f' => __( 'Facebook F', 'flash-toolkit' ),
448
- 'fa-facebook-official' => __( 'Facebook Official', 'flash-toolkit' ),
449
- 'fa-facebook-square' => __( 'Facebook Square', 'flash-toolkit' ),
450
- 'fa-fast-backward' => __( 'Fast Backward', 'flash-toolkit' ),
451
- 'fa-fast-forward' => __( 'Fast Forward', 'flash-toolkit' ),
452
- 'fa-fax' => __( 'Fax', 'flash-toolkit' ),
453
- 'fa-feed' => __( 'Feed', 'flash-toolkit' ),
454
- 'fa-female' => __( 'Female', 'flash-toolkit' ),
455
- 'fa-fighter-jet' => __( 'Fighter Jet', 'flash-toolkit' ),
456
- 'fa-file-archive-o' => __( 'File Archive O', 'flash-toolkit' ),
457
- 'fa-file-audio-o' => __( 'File Audio O', 'flash-toolkit' ),
458
- 'fa-file-code-o' => __( 'File Code O', 'flash-toolkit' ),
459
- 'fa-file-excel-o' => __( 'File Excel O', 'flash-toolkit' ),
460
- 'fa-file-image-o' => __( 'File Image O', 'flash-toolkit' ),
461
- 'fa-file-movie-o' => __( 'File Movie O', 'flash-toolkit' ),
462
- 'fa-file-o' => __( 'File O', 'flash-toolkit' ),
463
- 'fa-file-pdf-o' => __( 'File Pdf O', 'flash-toolkit' ),
464
- 'fa-file-photo-o' => __( 'File Photo O', 'flash-toolkit' ),
465
- 'fa-file-picture-o' => __( 'File Picture O', 'flash-toolkit' ),
466
- 'fa-file-powerpoint-o' => __( 'File Powerpoint O', 'flash-toolkit' ),
467
- 'fa-file-sound-o' => __( 'File Sound O', 'flash-toolkit' ),
468
- 'fa-file-text' => __( 'File Text', 'flash-toolkit' ),
469
- 'fa-file-text-o' => __( 'File Text O', 'flash-toolkit' ),
470
- 'fa-file-video-o' => __( 'File Video O', 'flash-toolkit' ),
471
- 'fa-file-word-o' => __( 'File Word O', 'flash-toolkit' ),
472
- 'fa-file-zip-o' => __( 'File Zip O', 'flash-toolkit' ),
473
- 'fa-files-o' => __( 'Files O', 'flash-toolkit' ),
474
- 'fa-film' => __( 'Film', 'flash-toolkit' ),
475
- 'fa-filter' => __( 'Filter', 'flash-toolkit' ),
476
- 'fa-fire' => __( 'Fire', 'flash-toolkit' ),
477
- 'fa-fire-extinguisher' => __( 'Fire Extinguisher', 'flash-toolkit' ),
478
- 'fa-firefox' => __( 'Firefox', 'flash-toolkit' ),
479
- 'fa-first-order' => __( 'First Order', 'flash-toolkit' ),
480
- 'fa-flag' => __( 'Flag', 'flash-toolkit' ),
481
- 'fa-flag-checkered' => __( 'Flag Checkered', 'flash-toolkit' ),
482
- 'fa-flag-o' => __( 'Flag O', 'flash-toolkit' ),
483
- 'fa-flash' => __( 'Flash', 'flash-toolkit' ),
484
- 'fa-flask' => __( 'Flask', 'flash-toolkit' ),
485
- 'fa-flickr' => __( 'Flickr', 'flash-toolkit' ),
486
- 'fa-floppy-o' => __( 'Floppy O', 'flash-toolkit' ),
487
- 'fa-folder' => __( 'Folder', 'flash-toolkit' ),
488
- 'fa-folder-o' => __( 'Folder O', 'flash-toolkit' ),
489
- 'fa-folder-open' => __( 'Folder Open', 'flash-toolkit' ),
490
- 'fa-folder-open-o' => __( 'Folder Open O', 'flash-toolkit' ),
491
- 'fa-font' => __( 'Font', 'flash-toolkit' ),
492
- 'fa-font-awesome' => __( 'Font Awesome', 'flash-toolkit' ),
493
- 'fa-fonticons' => __( 'Fonticons', 'flash-toolkit' ),
494
- 'fa-fort-awesome' => __( 'Fort Awesome', 'flash-toolkit' ),
495
- 'fa-forumbee' => __( 'Forumbee', 'flash-toolkit' ),
496
- 'fa-forward' => __( 'Forward', 'flash-toolkit' ),
497
- 'fa-foursquare ' => __( 'Foursquare', 'flash-toolkit' ),
498
- 'fa-frown-o' => __( 'Frown O', 'flash-toolkit' ),
499
- 'fa-futbol-o' => __( 'Futbol O', 'flash-toolkit' ),
500
- 'fa-gamepad' => __( 'Gamepad', 'flash-toolkit' ),
501
- 'fa-gavel' => __( 'Gavel', 'flash-toolkit' ),
502
- 'fa-gbp' => __( 'Gbp', 'flash-toolkit' ),
503
- 'fa-ge' => __( 'Ge', 'flash-toolkit' ),
504
- 'fa-gear' => __( 'Gear', 'flash-toolkit' ),
505
- 'fa-gears' => __( 'Gears', 'flash-toolkit' ),
506
- 'fa-genderless' => __( 'Genderless', 'flash-toolkit' ),
507
- 'fa-get-pocket' => __( 'Get Pocket', 'flash-toolkit' ),
508
- 'fa-gg' => __( 'Gg', 'flash-toolkit' ),
509
- 'fa-gg-circle' => __( 'Gg Circle', 'flash-toolkit' ),
510
- 'fa-gift ' => __( 'Gift', 'flash-toolkit' ),
511
- 'fa-git ' => __( 'Git', 'flash-toolkit' ),
512
- 'fa-git-square' => __( 'Git Square', 'flash-toolkit' ),
513
- 'fa-github' => __( 'Github', 'flash-toolkit' ),
514
- 'fa-github-alt' => __( 'Github Alt', 'flash-toolkit' ),
515
- 'fa-github-square' => __( 'Github Square', 'flash-toolkit' ),
516
- 'fa-gitlab' => __( 'Gitlab', 'flash-toolkit' ),
517
- 'fa-gittip' => __( 'Gittip', 'flash-toolkit' ),
518
- 'fa-glass' => __( 'Glass', 'flash-toolkit' ),
519
- 'fa-glide' => __( 'Glide', 'flash-toolkit' ),
520
- 'fa-glide-g' => __( 'Glide G', 'flash-toolkit' ),
521
- 'fa-globe' => __( 'Globe', 'flash-toolkit' ),
522
- 'fa-google' => __( 'Google', 'flash-toolkit' ),
523
- 'fa-google-plus' => __( 'Google Plus', 'flash-toolkit' ),
524
- 'fa-google-plus-circle' => __( 'Google Plus Circle', 'flash-toolkit' ),
525
- 'fa-google-plus-official' => __( 'Google Plus Official', 'flash-toolkit' ),
526
- 'fa-google-plus-square' => __( 'Google Plus Square', 'flash-toolkit' ),
527
- 'fa-google-wallet' => __( 'Google Wallet', 'flash-toolkit' ),
528
- 'fa-graduation-cap' => __( 'Graduation Cap', 'flash-toolkit' ),
529
- 'fa-gratipay' => __( 'Gratipay', 'flash-toolkit' ),
530
- 'fa-group' => __( 'Group', 'flash-toolkit' ),
531
- 'fa-h-square' => __( 'H Square', 'flash-toolkit' ),
532
- 'fa-hacker-news' => __( 'Hacker News', 'flash-toolkit' ),
533
- 'fa-hand-grab-o' => __( 'Hand Grab O', 'flash-toolkit' ),
534
- 'fa-hand-lizard-o' => __( 'Hand Lizard O', 'flash-toolkit' ),
535
- 'fa-hand-o-down' => __( 'Hand O Down', 'flash-toolkit' ),
536
- 'fa-hand-o-left' => __( 'Hand O Left', 'flash-toolkit' ),
537
- 'fa-hand-o-right' => __( 'Hand O Right', 'flash-toolkit' ),
538
- 'fa-hand-o-up' => __( 'Hand O Up', 'flash-toolkit' ),
539
- 'fa-hand-paper-o' => __( 'Hand Paper O', 'flash-toolkit' ),
540
- 'fa-hand-peace-o' => __( 'Hand Peace O', 'flash-toolkit' ),
541
- 'fa-hand-pointer-o' => __( 'Hand Pointer O', 'flash-toolkit' ),
542
- 'fa-hand-rock-o' => __( 'Hand Rock O', 'flash-toolkit' ),
543
- 'fa-hand-scissors-o' => __( 'Hand Scissors O', 'flash-toolkit' ),
544
- 'fa-hand-spock-o' => __( 'Hand Spock O', 'flash-toolkit' ),
545
- 'fa-hand-stop-o' => __( 'Hand Stop O', 'flash-toolkit' ),
546
- 'fa-hard-of-hearing' => __( 'Hard Of Hearing', 'flash-toolkit' ),
547
- 'fa-hashtag' => __( 'Hashtag', 'flash-toolkit' ),
548
- 'fa-hdd-o' => __( 'Hdd O', 'flash-toolkit' ),
549
- 'fa-header' => __( 'Header', 'flash-toolkit' ),
550
- 'fa-headphones' => __( 'Headphones', 'flash-toolkit' ),
551
- 'fa-heart' => __( 'Heart', 'flash-toolkit' ),
552
- 'fa-heart-o' => __( 'Heart O', 'flash-toolkit' ),
553
- 'fa-heartbeat' => __( 'Heartbeat', 'flash-toolkit' ),
554
- 'fa-history' => __( 'History', 'flash-toolkit' ),
555
- 'fa-home' => __( 'Home', 'flash-toolkit' ),
556
- 'fa-hospital-o' => __( 'Hospital-o', 'flash-toolkit' ),
557
- 'fa-hotel' => __( 'Hotel', 'flash-toolkit' ),
558
- 'fa-hourglass' => __( 'Hourglass', 'flash-toolkit' ),
559
- 'fa-hourglass-1' => __( 'Hourglass 1', 'flash-toolkit' ),
560
- 'fa-hourglass-2' => __( 'Hourglass 2', 'flash-toolkit' ),
561
- 'fa-hourglass-3' => __( 'Hourglass 3', 'flash-toolkit' ),
562
- 'fa-hourglass-end' => __( 'Hourglass End', 'flash-toolkit' ),
563
- 'fa-hourglass-half' => __( 'Hourglass Half', 'flash-toolkit' ),
564
- 'fa-hourglass-o' => __( 'Hourglass O', 'flash-toolkit' ),
565
- 'fa-hourglass-start' => __( 'Hourglass Start', 'flash-toolkit' ),
566
- 'fa-houzz' => __( 'Houzz', 'flash-toolkit' ),
567
- 'fa-html5' => __( 'Html5', 'flash-toolkit' ),
568
- 'fa-i-cursor' => __( 'I Cursor', 'flash-toolkit' ),
569
- 'fa-ils' => __( 'Ils', 'flash-toolkit' ),
570
- 'fa-image' => __( 'Image', 'flash-toolkit' ),
571
- 'fa-inbox' => __( 'Inbox', 'flash-toolkit' ),
572
- 'fa-indent' => __( 'Indent', 'flash-toolkit' ),
573
- 'fa-industry' => __( 'Industry', 'flash-toolkit' ),
574
- 'fa-info' => __( 'Info', 'flash-toolkit' ),
575
- 'fa-info-circle' => __( 'Info Circle', 'flash-toolkit' ),
576
- 'fa-inr' => __( 'Inr', 'flash-toolkit' ),
577
- 'fa-instagram' => __( 'Instagram', 'flash-toolkit' ),
578
- 'fa-institution' => __( 'Institution', 'flash-toolkit' ),
579
- 'fa-internet-explorer' => __( 'Internet Explorer', 'flash-toolkit' ),
580
- 'fa-intersex' => __( 'Intersex', 'flash-toolkit' ),
581
- 'fa-ioxhost' => __( 'Ioxhost', 'flash-toolkit' ),
582
- 'fa-italic' => __( 'Italic', 'flash-toolkit' ),
583
- 'fa-joomla' => __( 'Joomla', 'flash-toolkit' ),
584
- 'fa-jpy' => __( 'Jpy', 'flash-toolkit' ),
585
- 'fa-jsfiddle' => __( 'Jsfiddle', 'flash-toolkit' ),
586
- 'fa-key' => __( 'Key', 'flash-toolkit' ),
587
- 'fa-keyboard-o' => __( 'Keyboard O', 'flash-toolkit' ),
588
- 'fa-krw' => __( 'Krw', 'flash-toolkit' ),
589
- 'fa-language' => __( 'Language', 'flash-toolkit' ),
590
- 'fa-laptop' => __( 'Laptop', 'flash-toolkit' ),
591
- 'fa-lastfm' => __( 'Lastfm', 'flash-toolkit' ),
592
- 'fa-lastfm-square' => __( 'Lastfm Square', 'flash-toolkit' ),
593
- 'fa-leaf' => __( 'Leaf', 'flash-toolkit' ),
594
- 'fa-leanpub' => __( 'Leanpub', 'flash-toolkit' ),
595
- 'fa-legal' => __( 'Legal', 'flash-toolkit' ),
596
- 'fa-lemon-o' => __( 'Lemon O', 'flash-toolkit' ),
597
- 'fa-level-down' => __( 'Level Down', 'flash-toolkit' ),
598
- 'fa-level-up' => __( 'Level Up', 'flash-toolkit' ),
599
- 'fa-life-bouy' => __( 'Life Bouy', 'flash-toolkit' ),
600
- 'fa-life-buoy' => __( 'Life Buoy', 'flash-toolkit' ),
601
- 'fa-life-ring' => __( 'Life Ring', 'flash-toolkit' ),
602
- 'fa-life-saver' => __( 'Life Saver', 'flash-toolkit' ),
603
- 'fa-lightbulb-o' => __( 'Lightbulb O', 'flash-toolkit' ),
604
- 'fa-line-chart' => __( 'Line Chart', 'flash-toolkit' ),
605
- 'fa-link' => __( 'Link', 'flash-toolkit' ),
606
- 'fa-linkedin' => __( 'Linkedin', 'flash-toolkit' ),
607
- 'fa-linkedin-square' => __( 'Linkedin Square', 'flash-toolkit' ),
608
- 'fa-linux' => __( 'Linux', 'flash-toolkit' ),
609
- 'fa-list' => __( 'List', 'flash-toolkit' ),
610
- 'fa-list-alt' => __( 'List Alt', 'flash-toolkit' ),
611
- 'fa-list-ol' => __( 'List Ol', 'flash-toolkit' ),
612
- 'fa-list-ul' => __( 'List Ul', 'flash-toolkit' ),
613
- 'fa-location-arrow' => __( 'Location Arrow', 'flash-toolkit' ),
614
- 'fa-lock' => __( 'Lock', 'flash-toolkit' ),
615
- 'fa-long-arrow-down' => __( 'Long Arrow Down', 'flash-toolkit' ),
616
- 'fa-long-arrow-left' => __( 'Long Arrow Left', 'flash-toolkit' ),
617
- 'fa-long-arrow-right' => __( 'Long Arrow Right', 'flash-toolkit' ),
618
- 'fa-long-arrow-up' => __( 'Long Arrow Up', 'flash-toolkit' ),
619
- 'fa-low-vision' => __( 'Low Vision', 'flash-toolkit' ),
620
- 'fa-magic' => __( 'Magic', 'flash-toolkit' ),
621
- 'fa-magnet' => __( 'Magnet', 'flash-toolkit' ),
622
- 'fa-mail-forward' => __( 'Mail Forward', 'flash-toolkit' ),
623
- 'fa-mail-reply' => __( 'Mail Reply', 'flash-toolkit' ),
624
- 'fa-mail-reply-all' => __( 'Mail Reply All', 'flash-toolkit' ),
625
- 'fa-male' => __( 'Male', 'flash-toolkit' ),
626
- 'fa-map' => __( 'Map', 'flash-toolkit' ),
627
- 'fa-map-marker' => __( 'Map Marker', 'flash-toolkit' ),
628
- 'fa-map-o' => __( 'Map O', 'flash-toolkit' ),
629
- 'fa-map-pin' => __( 'Map Pin', 'flash-toolkit' ),
630
- 'fa-map-signs' => __( 'Map Signs', 'flash-toolkit' ),
631
- 'fa-mars' => __( 'Mars', 'flash-toolkit' ),
632
- 'fa-mars-double' => __( 'Mars Double', 'flash-toolkit' ),
633
- 'fa-mars-stroke' => __( 'Mars Stroke', 'flash-toolkit' ),
634
- 'fa-mars-stroke-h' => __( 'Mars Stroke H', 'flash-toolkit' ),
635
- 'fa-mars-stroke-v' => __( 'Mars Stroke V', 'flash-toolkit' ),
636
- 'fa-maxcdn' => __( 'Maxcdn', 'flash-toolkit' ),
637
- 'fa-meanpath' => __( 'Meanpath', 'flash-toolkit' ),
638
- 'fa-medium' => __( 'Medium', 'flash-toolkit' ),
639
- 'fa-medkit' => __( 'Medkit', 'flash-toolkit' ),
640
- 'fa-meh-o' => __( 'Meh', 'flash-toolkit' ),
641
- 'fa-mercury' => __( 'Mercury', 'flash-toolkit' ),
642
- 'fa-microphone' => __( 'Microphone', 'flash-toolkit' ),
643
- 'fa-microphone-slash' => __( 'Microphone Slash', 'flash-toolkit' ),
644
- 'fa-minus' => __( 'Minus', 'flash-toolkit' ),
645
- 'fa-minus-circle' => __( 'Minus Circle', 'flash-toolkit' ),
646
- 'fa-minus-square' => __( 'Minus Square', 'flash-toolkit' ),
647
- 'fa-minus-square-o' => __( 'Minus Square O', 'flash-toolkit' ),
648
- 'fa-mixcloud' => __( 'Mixcloud', 'flash-toolkit' ),
649
- 'fa-mobile' => __( 'Mobile', 'flash-toolkit' ),
650
- 'fa-modx' => __( 'Modex', 'flash-toolkit' ),
651
- 'fa-money' => __( 'Money', 'flash-toolkit' ),
652
- 'fa-moon-o' => __( 'Moon O', 'flash-toolkit' ),
653
- 'fa-mortar-board' => __( 'Mortar Board', 'flash-toolkit' ),
654
- 'fa-motorcycle' => __( 'Motorcycle', 'flash-toolkit' ),
655
- 'fa-mouse-pointer' => __( 'Mouse Pointer', 'flash-toolkit' ),
656
- 'fa-music' => __( 'Music', 'flash-toolkit' ),
657
- 'fa-navicon' => __( 'Navicon', 'flash-toolkit' ),
658
- 'fa-neuter' => __( 'Neuter', 'flash-toolkit' ),
659
- 'fa-newspaper-o' => __( 'Newspaper O', 'flash-toolkit' ),
660
- 'fa-object-group' => __( 'Object group', 'flash-toolkit' ),
661
- 'fa-object-ungroup' => __( 'Object ungroup', 'flash-toolkit' ),
662
- 'fa-odnoklassniki' => __( 'Odnoklassniki', 'flash-toolkit' ),
663
- 'fa-odnoklassniki-square' => __( 'Odnoklassniki Square', 'flash-toolkit' ),
664
- 'fa-opencart' => __( 'Opencart', 'flash-toolkit' ),
665
- 'fa-openid' => __( 'Openid', 'flash-toolkit' ),
666
- 'fa-opera' => __( 'Opera', 'flash-toolkit' ),
667
- 'fa-optin-monster' => __( 'Option monster', 'flash-toolkit' ),
668
- 'fa-outdent' => __( 'Outdent', 'flash-toolkit' ),
669
- 'fa-pagelines' => __( 'Pagelines', 'flash-toolkit' ),
670
- 'fa-paint-brush' => __( 'Paint brush', 'flash-toolkit' ),
671
- 'fa-paper-plane' => __( 'Paper plane', 'flash-toolkit' ),
672
- 'fa-paper-plane-o' => __( 'Paper plane O', 'flash-toolkit' ),
673
- 'fa-paperclip' => __( 'Paperclip', 'flash-toolkit' ),
674
- 'fa-paragraph' => __( 'Paragraph', 'flash-toolkit' ),
675
- 'fa-paste' => __( 'Paste', 'flash-toolkit' ),
676
- 'fa-pause' => __( 'Paush', 'flash-toolkit' ),
677
- 'fa-pause-circle' => __( 'Paush Circle', 'flash-toolkit' ),
678
- 'fa-pause-circle-o' => __( 'Paush Circle O', 'flash-toolkit' ),
679
- 'fa-paw' => __( 'Paw', 'flash-toolkit' ),
680
- 'fa-paypal' => __( 'Paypal', 'flash-toolkit' ),
681
- 'fa-pencil' => __( 'Pencil Square', 'flash-toolkit' ),
682
- 'fa-pencil-square' => __( 'Paypal', 'flash-toolkit' ),
683
- 'fa-pencil-square-o' => __( 'Pencil Square O', 'flash-toolkit' ),
684
- 'fa-percent' => __( 'Percent', 'flash-toolkit' ),
685
- 'fa-phone' => __( 'Phone', 'flash-toolkit' ),
686
- 'fa-phone-square' => __( 'Phone Square', 'flash-toolkit' ),
687
- 'fa-photo' => __( 'Photo', 'flash-toolkit' ),
688
- 'fa-picture-o' => __( 'Picture O', 'flash-toolkit' ),
689
- 'fa-pie-chart' => __( 'Pie Chart', 'flash-toolkit' ),
690
- 'fa-pied-piper' => __( 'Pied Piper', 'flash-toolkit' ),
691
- 'fa-pied-piper-alt' => __( 'Pied Piper Alt', 'flash-toolkit' ),
692
- 'fa-pied-piper-pp' => __( 'Pied Piper Pp', 'flash-toolkit' ),
693
- 'fa-pinterest' => __( 'Pinterest', 'flash-toolkit' ),
694
- 'fa-pinterest-p' => __( 'Pinterest P', 'flash-toolkit' ),
695
- 'fa-pinterest-square' => __( 'Pinterest Square', 'flash-toolkit' ),
696
- 'fa-plane' => __( 'Plane', 'flash-toolkit' ),
697
- 'fa-play' => __( 'Play', 'flash-toolkit' ),
698
- 'fa-play-circle' => __( 'Play Circle', 'flash-toolkit' ),
699
- 'fa-play-circle-o' => __( 'Play Circle O', 'flash-toolkit' ),
700
- 'fa-plug' => __( 'Plug', 'flash-toolkit' ),
701
- 'fa-plus' => __( 'Plus', 'flash-toolkit' ),
702
- 'fa-plus-circle' => __( 'Plus Circle', 'flash-toolkit' ),
703
- 'fa-plus-square' => __( 'Plus Square', 'flash-toolkit' ),
704
- 'fa-plus-square-o' => __( 'Plus Square O', 'flash-toolkit' ),
705
- 'fa-power-off' => __( 'Power Off', 'flash-toolkit' ),
706
- 'fa-print' => __( 'Print', 'flash-toolkit' ),
707
- 'fa-product-hunt' => __( 'Peoduct Hunt', 'flash-toolkit' ),
708
- 'fa-puzzle-piece' => __( 'Puzzle Piece', 'flash-toolkit' ),
709
- 'fa-qq' => __( 'Qq', 'flash-toolkit' ),
710
- 'fa-qrcode' => __( 'Qrcode', 'flash-toolkit' ),
711
- 'fa-question' => __( 'Question', 'flash-toolkit' ),
712
- 'fa-question-circle' => __( 'Question Ciecle', 'flash-toolkit' ),
713
- 'fa-question-circle-o' => __( 'Question Circle O', 'flash-toolkit' ),
714
- 'fa-quote-left' => __( 'Quote Left', 'flash-toolkit' ),
715
- 'fa-quote-right' => __( 'Quote Right', 'flash-toolkit' ),
716
- 'fa-ra' => __( 'Ra', 'flash-toolkit' ),
717
- 'fa-random' => __( 'Random', 'flash-toolkit' ),
718
- 'fa-rebel' => __( 'Rebel', 'flash-toolkit' ),
719
- 'fa-recycle' => __( 'Recycle', 'flash-toolkit' ),
720
- 'fa-reddit' => __( 'Reddit', 'flash-toolkit' ),
721
- 'fa-reddit-alien' => __( 'Reddit Alien', 'flash-toolkit' ),
722
- 'fa-reddit-square' => __( 'Reddit Square', 'flash-toolkit' ),
723
- 'fa-refresh' => __( 'Refresh', 'flash-toolkit' ),
724
- 'fa-registered' => __( 'Registered', 'flash-toolkit' ),
725
- 'fa-remove' => __( 'Remove', 'flash-toolkit' ),
726
- 'fa-renren' => __( 'Renren', 'flash-toolkit' ),
727
- 'fa-reorder' => __( 'Reorder', 'flash-toolkit' ),
728
- 'fa-repeat' => __( 'Repeat', 'flash-toolkit' ),
729
- 'fa-reply' => __( 'Reply', 'flash-toolkit' ),
730
- 'fa-reply-all' => __( 'Reply All', 'flash-toolkit' ),
731
- 'fa-retweet' => __( 'Retweet', 'flash-toolkit' ),
732
- 'fa-rmb' => __( 'Rmb', 'flash-toolkit' ),
733
- 'fa-road' => __( 'Road', 'flash-toolkit' ),
734
- 'fa-rocket' => __( 'rocket', 'flash-toolkit' ),
735
- 'fa-rotate-left' => __( 'Rotate Left', 'flash-toolkit' ),
736
- 'fa-rotate-right' => __( 'Rotate Right', 'flash-toolkit' ),
737
- 'fa-rouble' => __( 'Rouble', 'flash-toolkit' ),
738
- 'fa-rss' => __( 'Rss', 'flash-toolkit' ),
739
- 'fa-rss-square' => __( 'Rss Square', 'flash-toolkit' ),
740
- 'fa-rupee' => __( 'Rupee', 'flash-toolkit' ),
741
- 'fa-safari' => __( 'Safari', 'flash-toolkit' ),
742
- 'fa-save' => __( 'Save', 'flash-toolkit' ),
743
- 'fa-scissors' => __( 'Scissors', 'flash-toolkit' ),
744
- 'fa-scribd' => __( 'Scribd', 'flash-toolkit' ),
745
- 'fa-search' => __( 'Search', 'flash-toolkit' ),
746
- 'fa-search-minus' => __( 'Search Minus', 'flash-toolkit' ),
747
- 'fa-search-plus' => __( 'Search Plus', 'flash-toolkit' ),
748
- 'fa-sellsy' => __( 'Sellsy', 'flash-toolkit' ),
749
- 'fa-send' => __( 'Send', 'flash-toolkit' ),
750
- 'fa-send-o' => __( 'Send O', 'flash-toolkit' ),
751
- 'fa-server' => __( 'Server', 'flash-toolkit' ),
752
- 'fa-share' => __( 'Share', 'flash-toolkit' ),
753
- 'fa-share-alt' => __( 'Share Alt', 'flash-toolkit' ),
754
- 'fa-share-alt-square' => __( 'Share Alt Square', 'flash-toolkit' ),
755
- 'fa-share-square-o' => __( 'Share Square O', 'flash-toolkit' ),
756
- 'fa-shekel' => __( 'Shekel', 'flash-toolkit' ),
757
- 'fa-sheqel' => __( 'Sheqel', 'flash-toolkit' ),
758
- 'fa-shield' => __( 'Shield', 'flash-toolkit' ),
759
- 'fa-ship' => __( 'Ship', 'flash-toolkit' ),
760
- 'fa-shirtsinbulk' => __( 'Shirtsinbulk', 'flash-toolkit' ),
761
- 'fa-shopping-bag' => __( 'Shopping Bag', 'flash-toolkit' ),
762
- 'fa-shopping-basket' => __( 'Shopping Basket', 'flash-toolkit' ),
763
- 'fa-shopping-cart' => __( 'Shopping Cart', 'flash-toolkit' ),
764
- 'fa-sign-in' => __( 'Sign In', 'flash-toolkit' ),
765
- 'fa-sign-out' => __( 'Sign Out', 'flash-toolkit' ),
766
- 'fa-signal' => __( 'Signal', 'flash-toolkit' ),
767
- 'fa-simplybuilt' => __( 'Simplybuilt', 'flash-toolkit' ),
768
- 'fa-sitemap' => __( 'Sitemap', 'flash-toolkit' ),
769
- 'fa-skyatlas' => __( 'Skyatlas', 'flash-toolkit' ),
770
- 'fa-skype' => __( 'Skype', 'flash-toolkit' ),
771
- 'fa-slack' => __( 'Slack', 'flash-toolkit' ),
772
- 'fa-sliders' => __( 'Sliders', 'flash-toolkit' ),
773
- 'fa-slideshare' => __( 'Slideshare', 'flash-toolkit' ),
774
- 'fa-smile-o' => __( 'Smile O', 'flash-toolkit' ),
775
- 'fa-snapchat' => __( 'Snapchat', 'flash-toolkit' ),
776
- 'fa-snapchat-ghost' => __( 'Snapchat Ghost', 'flash-toolkit' ),
777
- 'fa-snapchat-square' => __( 'Snapchat Square', 'flash-toolkit' ),
778
- 'fa-soccer-ball-o' => __( 'Soccer Ball', 'flash-toolkit' ),
779
- 'fa-sort' => __( 'Sort', 'flash-toolkit' ),
780
- 'fa-sort-alpha-asc' => __( 'Sort Alpha Asc', 'flash-toolkit' ),
781
- 'fa-sort-alpha-desc' => __( 'Sort Alpha desc', 'flash-toolkit' ),
782
- 'fa-sort-asc' => __( 'Sort Asc', 'flash-toolkit' ),
783
- 'fa-sort-desc' => __( 'Sort Desc', 'flash-toolkit' ),
784
- 'fa-sort-down' => __( 'Sort Down', 'flash-toolkit' ),
785
- 'fa-sort-numeric-asc' => __( 'Sort Numeric Asc', 'flash-toolkit' ),
786
- 'fa-sort-numeric-desc' => __( 'Sort Numeric Desc', 'flash-toolkit' ),
787
- 'fa-sort-up' => __( 'Sort Up', 'flash-toolkit' ),
788
- 'fa-soundcloud' => __( 'Soundcloud', 'flash-toolkit' ),
789
- 'fa-space-shuttle' => __( 'Space Shuttle', 'flash-toolkit' ),
790
- 'fa-spinner' => __( 'Spinner', 'flash-toolkit' ),
791
- 'fa-spoon' => __( 'Spoon', 'flash-toolkit' ),
792
- 'fa-spotify' => __( 'Spotify', 'flash-toolkit' ),
793
- 'fa-square' => __( 'Square', 'flash-toolkit' ),
794
- 'fa-square-o' => __( 'Square O', 'flash-toolkit' ),
795
- 'fa-stack-exchange' => __( 'Stack Exchange', 'flash-toolkit' ),
796
- 'fa-stack-overflow' => __( 'Stack Overflow', 'flash-toolkit' ),
797
- 'fa-star' => __( 'Star', 'flash-toolkit' ),
798
- 'fa-star-half' => __( 'Star Half', 'flash-toolkit' ),
799
- 'fa-star-half-empty' => __( 'Star Half Empty', 'flash-toolkit' ),
800
- 'fa-star-o' => __( 'Star O', 'flash-toolkit' ),
801
- 'fa-steam' => __( 'Steam', 'flash-toolkit' ),
802
- 'fa-steam-square' => __( 'Steam Square', 'flash-toolkit' ),
803
- 'fa-step-backward' => __( 'Step Backward', 'flash-toolkit' ),
804
- 'fa-step-forward' => __( 'Step Forward', 'flash-toolkit' ),
805
- 'fa-stethoscope' => __( 'Stethoscope', 'flash-toolkit' ),
806
- 'fa-sticky-note' => __( 'Sticky Note', 'flash-toolkit' ),
807
- 'fa-sticky-note-o' => __( 'Sticky Note O', 'flash-toolkit' ),
808
- 'fa-stop' => __( 'Stop', 'flash-toolkit' ),
809
- 'fa-stop-circle' => __( 'Stop Circle', 'flash-toolkit' ),
810
- 'fa-stop-circle-o' => __( 'Stop Circle O', 'flash-toolkit' ),
811
- 'fa-street-view' => __( 'Street View', 'flash-toolkit' ),
812
- 'fa-strikethrough' => __( 'Strikethrough', 'flash-toolkit' ),
813
- 'fa-stumbleupon' => __( 'Stumbleupon', 'flash-toolkit' ),
814
- 'fa-stumbleupon-circle' => __( 'Stumbleupon Circle', 'flash-toolkit' ),
815
- 'fa-subscript' => __( 'Subscript', 'flash-toolkit' ),
816
- 'fa-subway' => __( 'Subway', 'flash-toolkit' ),
817
- 'fa-suitcase' => __( 'Suitcase', 'flash-toolkit' ),
818
- 'fa-sun-o' => __( 'Sun', 'flash-toolkit' ),
819
- 'fa-superscript' => __( 'Superscript', 'flash-toolkit' ),
820
- 'fa-support' => __( 'Support', 'flash-toolkit' ),
821
- 'fa-table' => __( 'Table', 'flash-toolkit' ),
822
- 'fa-tablet' => __( 'Tablet', 'flash-toolkit' ),
823
- 'fa-tachometer' => __( 'Tachometer', 'flash-toolkit' ),
824
- 'fa-tag' => __( 'Tag', 'flash-toolkit' ),
825
- 'fa-tags' => __( 'Tags', 'flash-toolkit' ),
826
- 'fa-tasks' => __( 'Tasks', 'flash-toolkit' ),
827
- 'fa-taxi' => __( 'Taxi', 'flash-toolkit' ),
828
- 'fa-television' => __( 'Television', 'flash-toolkit' ),
829
- 'fa-tencent-weibo ' => __( 'Tencent Weibo ', 'flash-toolkit' ),
830
- 'fa-terminal' => __( 'Terminal', 'flash-toolkit' ),
831
- 'fa-text-height' => __( 'Text Height', 'flash-toolkit' ),
832
- 'fa-text-width' => __( 'Text Width', 'flash-toolkit' ),
833
- 'fa-th' => __( 'Th', 'flash-toolkit' ),
834
- 'fa-th-large' => __( 'Th Large', 'flash-toolkit' ),
835
- 'fa-th-list' => __( 'Th List', 'flash-toolkit' ),
836
- 'fa-themeisle' => __( 'Themeisle', 'flash-toolkit' ),
837
- 'fa-thumb-tack' => __( 'Thumb Tack', 'flash-toolkit' ),
838
- 'fa-thumbs-down' => __( 'Thumbs Down', 'flash-toolkit' ),
839
- 'fa-thumbs-o-down' => __( 'Thumbs O Down', 'flash-toolkit' ),
840
- 'fa-thumbs-o-up' => __( 'Thumbs O Up', 'flash-toolkit' ),
841
- 'fa-thumbs-up' => __( 'Thumbs Up', 'flash-toolkit' ),
842
- 'fa-ticket ' => __( 'Ticket ', 'flash-toolkit' ),
843
- 'fa-times' => __( 'Times', 'flash-toolkit' ),
844
- 'fa-times-circle' => __( 'Times Circle', 'flash-toolkit' ),
845
- 'fa-times-circle-o' => __( 'Times Circle O', 'flash-toolkit' ),
846
- 'fa-tint' => __( 'Tint', 'flash-toolkit' ),
847
- 'fa-toggle-down' => __( 'Toggle Down', 'flash-toolkit' ),
848
- 'fa-toggle-left' => __( 'Toggle Left', 'flash-toolkit' ),
849
- 'fa-toggle-off' => __( 'Toggle Off', 'flash-toolkit' ),
850
- 'fa-toggle-on' => __( 'Toggle On', 'flash-toolkit' ),
851
- 'fa-toggle-right' => __( 'Toggle Right', 'flash-toolkit' ),
852
- 'fa-toggle-up' => __( 'Toggle Up', 'flash-toolkit' ),
853
- 'fa-trademark' => __( 'Trademark', 'flash-toolkit' ),
854
- 'fa-train' => __( 'Train', 'flash-toolkit' ),
855
- 'fa-transgender' => __( 'Transgender', 'flash-toolkit' ),
856
- 'fa-transgender-alt' => __( 'Transgender Alt', 'flash-toolkit' ),
857
- 'fa-trash' => __( 'Trash', 'flash-toolkit' ),
858
- 'fa-trash-o' => __( 'Trash O', 'flash-toolkit' ),
859
- 'fa-tree' => __( 'Tree', 'flash-toolkit' ),
860
- 'fa-trello' => __( 'Trello', 'flash-toolkit' ),
861
- 'fa-tripadvisor' => __( 'Tripadvisor', 'flash-toolkit' ),
862
- 'fa-trophy' => __( 'Trophy', 'flash-toolkit' ),
863
- 'fa-truck' => __( 'Truck', 'flash-toolkit' ),
864
- 'fa-try' => __( 'Try', 'flash-toolkit' ),
865
- 'fa-tty' => __( 'Tty', 'flash-toolkit' ),
866
- 'fa-tumblr' => __( 'Tumblr', 'flash-toolkit' ),
867
- 'fa-tumblr-square' => __( 'Tumblr Square', 'flash-toolkit' ),
868
- 'fa-turkish-lira' => __( 'Turkish Lira', 'flash-toolkit' ),
869
- 'fa-tv' => __( 'Tv', 'flash-toolkit' ),
870
- 'fa-twitch' => __( 'Twitch', 'flash-toolkit' ),
871
- 'fa-twitter' => __( 'Twitter', 'flash-toolkit' ),
872
- 'fa-twitter-square' => __( 'Twitter Square', 'flash-toolkit' ),
873
- 'fa-umbrella' => __( 'Umbrella', 'flash-toolkit' ),
874
- 'fa-underline' => __( 'Underline', 'flash-toolkit' ),
875
- 'fa-undo' => __( 'Undo', 'flash-toolkit' ),
876
- 'fa-universal-access' => __( 'Universal Access', 'flash-toolkit' ),
877
- 'fa-university' => __( 'University', 'flash-toolkit' ),
878
- 'fa-unlink' => __( 'Unlink', 'flash-toolkit' ),
879
- 'fa-unlock' => __( 'Unlock', 'flash-toolkit' ),
880
- 'fa-unlock-alt' => __( 'Unlock Alt', 'flash-toolkit' ),
881
- 'fa-unsorted' => __( 'Unsorted', 'flash-toolkit' ),
882
- 'fa-upload' => __( 'Upload', 'flash-toolkit' ),
883
- 'fa-usb' => __( 'Usb', 'flash-toolkit' ),
884
- 'fa-usd' => __( 'Usd', 'flash-toolkit' ),
885
- 'fa-user' => __( 'User', 'flash-toolkit' ),
886
- 'fa-user-md' => __( 'User Md', 'flash-toolkit' ),
887
- 'fa-user-plus' => __( 'User Plus', 'flash-toolkit' ),
888
- 'fa-user-secret' => __( 'User Secret', 'flash-toolkit' ),
889
- 'fa-user-times' => __( 'User Times', 'flash-toolkit' ),
890
- 'fa-users' => __( 'Users', 'flash-toolkit' ),
891
- 'fa-venus' => __( 'Venus', 'flash-toolkit' ),
892
- 'fa-venus-double' => __( 'Venus Double', 'flash-toolkit' ),
893
- 'fa-venus-mars' => __( 'Venus Mars', 'flash-toolkit' ),
894
- 'fa-viacoin' => __( 'Viacoin', 'flash-toolkit' ),
895
- 'fa-viadeo' => __( 'Viadeo', 'flash-toolkit' ),
896
- 'fa-viadeo-square' => __( 'Viadeo Square', 'flash-toolkit' ),
897
- 'fa-video-camera' => __( 'Video Camera', 'flash-toolkit' ),
898
- 'fa-vimeo' => __( 'Vimeo', 'flash-toolkit' ),
899
- 'fa-vimeo-square' => __( 'Vimeo Square', 'flash-toolkit' ),
900
- 'fa-vine' => __( 'Vine', 'flash-toolkit' ),
901
- 'fa-vk' => __( 'Vk', 'flash-toolkit' ),
902
- 'fa-volume-control-phone' => __( 'Volume Control Phone', 'flash-toolkit' ),
903
- 'fa-volume-down' => __( 'Volume Down', 'flash-toolkit' ),
904
- 'fa-volume-off' => __( 'Volume Off', 'flash-toolkit' ),
905
- 'fa-volume-up' => __( 'Volume Up', 'flash-toolkit' ),
906
- 'fa-warning' => __( 'Warning', 'flash-toolkit' ),
907
- 'fa-wechat' => __( 'Wechat', 'flash-toolkit' ),
908
- 'fa-weibo' => __( 'Weibo', 'flash-toolkit' ),
909
- 'fa-weixin' => __( 'Weixin', 'flash-toolkit' ),
910
- 'fa-whatsapp' => __( 'Whatsapp', 'flash-toolkit' ),
911
- 'fa-wheelchair' => __( 'Wheelchair', 'flash-toolkit' ),
912
- 'fa-wheelchair-alt' => __( 'Wheelchair Alt', 'flash-toolkit' ),
913
- 'fa-wifi' => __( 'Wifi', 'flash-toolkit' ),
914
- 'fa-wikipedia-w' => __( 'Wikipedia W', 'flash-toolkit' ),
915
- 'fa-windows' => __( 'Windows', 'flash-toolkit' ),
916
- 'fa-won' => __( 'Won', 'flash-toolkit' ),
917
- 'fa-wordpress' => __( 'Wordpress', 'flash-toolkit' ),
918
- 'fa-wpbeginner ' => __( 'Wpbeginner ', 'flash-toolkit' ),
919
- 'fa-wpforms' => __( 'Wpforms', 'flash-toolkit' ),
920
- 'fa-wrench' => __( 'Wrench', 'flash-toolkit' ),
921
- 'fa-xing' => __( 'Xing', 'flash-toolkit' ),
922
- 'fa-xing-square' => __( 'Xing Square', 'flash-toolkit' ),
923
- 'fa-y-combinator' => __( 'Y Combinator', 'flash-toolkit' ),
924
- 'fa-y-combinator-square' => __( 'Y Combinator Square', 'flash-toolkit' ),
925
- 'fa-yahoo' => __( 'Yahoo', 'flash-toolkit' ),
926
- 'fa-yc' => __( 'Yc', 'flash-toolkit' ),
927
- 'fa-yc-square' => __( 'Yc Square', 'flash-toolkit' ),
928
- 'fa-yelp' => __( 'Yelp', 'flash-toolkit' ),
929
- 'fa-yen' => __( 'Yen', 'flash-toolkit' ),
930
- 'fa-yoast' => __( 'Yoast', 'flash-toolkit' ),
931
- 'fa-youtube' => __( 'Youtube', 'flash-toolkit' ),
932
- 'fa-youtube-play' => __( 'Youtube Play', 'flash-toolkit' ),
933
- 'fa-youtube-square' => __( 'Youtube Square', 'flash-toolkit' ),
934
- ) );
935
- }
936
 
 
 
 
 
937
  /**
938
- * Get Google Font lists.
939
- * @return array
 
940
  */
941
- if( !function_exists( 'flash_get_google_fonts') ) {
942
- function flash_get_google_fonts() {
943
- return apply_filters( 'flash_get_google_fonts', array(
944
- 'ABeeZee' => 'ABeeZee',
945
- 'Abel' => 'Abel',
946
- 'Abhaya Libre' => 'Abhaya Libre',
947
- 'Abril Fatface' => 'Abril Fatface',
948
- 'Aclonica' => 'Aclonica',
949
- 'Acme' => 'Acme',
950
- 'Actor' => 'Actor',
951
- 'Adamina' => 'Adamina',
952
- 'Advent Pro' => 'Advent Pro',
953
- 'Aguafina Script' => 'Aguafina Script',
954
- 'Akronim' => 'Akronim',
955
- 'Aladin' => 'Aladin',
956
- 'Aldrich' => 'Aldrich',
957
- 'Alef' => 'Alef',
958
- 'Alegreya' => 'Alegreya',
959
- 'Alegreya SC' => 'Alegreya SC',
960
- 'Alegreya Sans' => 'Alegreya Sans',
961
- 'Alegreya Sans SC' => 'Alegreya Sans SC',
962
- 'Alex Brush' => 'Alex Brush',
963
- 'Alfa Slab One' => 'Alfa Slab One',
964
- 'Alice' => 'Alice',
965
- 'Alike' => 'Alike',
966
- 'Alike Angular' => 'Alike Angular',
967
- 'Allan' => 'Allan',
968
- 'Allerta' => 'Allerta',
969
- 'Allerta Stencil' => 'Allerta Stencil',
970
- 'Allura' => 'Allura',
971
- 'Almendra' => 'Almendra',
972
- 'Almendra Display' => 'Almendra Display',
973
- 'Almendra SC' => 'Almendra SC',
974
- 'Amarante' => 'Amarante',
975
- 'Amaranth' => 'Amaranth',
976
- 'Amatic SC' => 'Amatic SC',
977
- 'Amatica SC' => 'Amatica SC',
978
- 'Amethysta' => 'Amethysta',
979
- 'Amiko' => 'Amiko',
980
- 'Amiri' => 'Amiri',
981
- 'Amita' => 'Amita',
982
- 'Anaheim' => 'Anaheim',
983
- 'Andada' => 'Andada',
984
- 'Andika' => 'Andika',
985
- 'Angkor' => 'Angkor',
986
- 'Annie Use Your Telescope' => 'Annie Use Your Telescope',
987
- 'Anonymous Pro' => 'Anonymous Pro',
988
- 'Antic' => 'Antic',
989
- 'Antic Didone' => 'Antic Didone',
990
- 'Antic Slab' => 'Antic Slab',
991
- 'Anton' => 'Anton',
992
- 'Arapey' => 'Arapey',
993
- 'Arbutus' => 'Arbutus',
994
- 'Arbutus Slab' => 'Arbutus Slab',
995
- 'Architects Daughter' => 'Architects Daughter',
996
- 'Archivo Black' => 'Archivo Black',
997
- 'Archivo Narrow' => 'Archivo Narrow',
998
- 'Aref Ruqaa' => 'Aref Ruqaa',
999
- 'Arima Madurai' => 'Arima Madurai',
1000
- 'Arimo' => 'Arimo',
1001
- 'Arizonia' => 'Arizonia',
1002
- 'Armata' => 'Armata',
1003
- 'Arsenal' => 'Arsenal',
1004
- 'Artifika' => 'Artifika',
1005
- 'Arvo' => 'Arvo',
1006
- 'Arya' => 'Arya',
1007
- 'Asap' => 'Asap',
1008
- 'Asar' => 'Asar',
1009
- 'Asset' => 'Asset',
1010
- 'Assistant' => 'Assistant',
1011
- 'Astloch' => 'Astloch',
1012
- 'Asul' => 'Asul',
1013
- 'Athiti' => 'Athiti',
1014
- 'Atma' => 'Atma',
1015
- 'Atomic Age' => 'Atomic Age',
1016
- 'Aubrey' => 'Aubrey',
1017
- 'Audiowide' => 'Audiowide',
1018
- 'Autour One' => 'Autour One',
1019
- 'Average' => 'Average',
1020
- 'Average Sans' => 'Average Sans',
1021
- 'Averia Gruesa Libre' => 'Averia Gruesa Libre',
1022
- 'Averia Libre' => 'Averia Libre',
1023
- 'Averia Sans Libre' => 'Averia Sans Libre',
1024
- 'Averia Serif Libre' => 'Averia Serif Libre',
1025
- 'Bad Script' => 'Bad Script',
1026
- 'Bahiana' => 'Bahiana',
1027
- 'Baloo' => 'Baloo',
1028
- 'Baloo Bhai' => 'Baloo Bhai',
1029
- 'Baloo Bhaina' => 'Baloo Bhaina',
1030
- 'Baloo Chettan' => 'Baloo Chettan',
1031
- 'Baloo Da' => 'Baloo Da',
1032
- 'Baloo Paaji' => 'Baloo Paaji',
1033
- 'Baloo Tamma' => 'Baloo Tamma',
1034
- 'Baloo Thambi' => 'Baloo Thambi',
1035
- 'Balthazar' => 'Balthazar',
1036
- 'Bangers' => 'Bangers',
1037
- 'Barrio' => 'Barrio',
1038
- 'Basic' => 'Basic',
1039
- 'Battambang' => 'Battambang',
1040
- 'Baumans' => 'Baumans',
1041
- 'Bayon' => 'Bayon',
1042
- 'Belgrano' => 'Belgrano',
1043
- 'Belleza' => 'Belleza',
1044
- 'BenchNine' => 'BenchNine',
1045
- 'Bentham' => 'Bentham',
1046
- 'Berkshire Swash' => 'Berkshire Swash',
1047
- 'Bevan' => 'Bevan',
1048
- 'Bigelow Rules' => 'Bigelow Rules',
1049
- 'Bigshot One' => 'Bigshot One',
1050
- 'Bilbo' => 'Bilbo',
1051
- 'Bilbo Swash Caps' => 'Bilbo Swash Caps',
1052
- 'BioRhyme' => 'BioRhyme',
1053
- 'BioRhyme Expanded' => 'BioRhyme Expanded',
1054
- 'Biryani' => 'Biryani',
1055
- 'Bitter' => 'Bitter',
1056
- 'Black Ops One' => 'Black Ops One',
1057
- 'Bokor' => 'Bokor',
1058
- 'Bonbon' => 'Bonbon',
1059
- 'Boogaloo' => 'Boogaloo',
1060
- 'Bowlby One' => 'Bowlby One',
1061
- 'Bowlby One SC' => 'Bowlby One SC',
1062
- 'Brawler' => 'Brawler',
1063
- 'Bree Serif' => 'Bree Serif',
1064
- 'Bubblegum Sans' => 'Bubblegum Sans',
1065
- 'Bubbler One' => 'Bubbler One',
1066
- 'Buda' => 'Buda',
1067
- 'Buenard' => 'Buenard',
1068
- 'Bungee' => 'Bungee',
1069
- 'Bungee Hairline' => 'Bungee Hairline',
1070
- 'Bungee Inline' => 'Bungee Inline',
1071
- 'Bungee Outline' => 'Bungee Outline',
1072
- 'Bungee Shade' => 'Bungee Shade',
1073
- 'Butcherman' => 'Butcherman',
1074
- 'Butterfly Kids' => 'Butterfly Kids',
1075
- 'Cabin' => 'Cabin',
1076
- 'Cabin Condensed' => 'Cabin Condensed',
1077
- 'Cabin Sketch' => 'Cabin Sketch',
1078
- 'Caesar Dressing' => 'Caesar Dressing',
1079
- 'Cagliostro' => 'Cagliostro',
1080
- 'Cairo' => 'Cairo',
1081
- 'Calligraffitti' => 'Calligraffitti',
1082
- 'Cambay' => 'Cambay',
1083
- 'Cambo' => 'Cambo',
1084
- 'Candal' => 'Candal',
1085
- 'Cantarell' => 'Cantarell',
1086
- 'Cantata One' => 'Cantata One',
1087
- 'Cantora One' => 'Cantora One',
1088
- 'Capriola' => 'Capriola',
1089
- 'Cardo' => 'Cardo',
1090
- 'Carme' => 'Carme',
1091
- 'Carrois Gothic' => 'Carrois Gothic',
1092
- 'Carrois Gothic SC' => 'Carrois Gothic SC',
1093
- 'Carter One' => 'Carter One',
1094
- 'Catamaran' => 'Catamaran',
1095
- 'Caudex' => 'Caudex',
1096
- 'Caveat' => 'Caveat',
1097
- 'Caveat Brush' => 'Caveat Brush',
1098
- 'Cedarville Cursive' => 'Cedarville Cursive',
1099
- 'Ceviche One' => 'Ceviche One',
1100
- 'Changa' => 'Changa',
1101
- 'Changa One' => 'Changa One',
1102
- 'Chango' => 'Chango',
1103
- 'Chathura' => 'Chathura',
1104
- 'Chau Philomene One' => 'Chau Philomene One',
1105
- 'Chela One' => 'Chela One',
1106
- 'Chelsea Market' => 'Chelsea Market',
1107
- 'Chenla' => 'Chenla',
1108
- 'Cherry Cream Soda' => 'Cherry Cream Soda',
1109
- 'Cherry Swash' => 'Cherry Swash',
1110
- 'Chewy' => 'Chewy',
1111
- 'Chicle' => 'Chicle',
1112
- 'Chivo' => 'Chivo',
1113
- 'Chonburi' => 'Chonburi',
1114
- 'Cinzel' => 'Cinzel',
1115
- 'Cinzel Decorative' => 'Cinzel Decorative',
1116
- 'Clicker Script' => 'Clicker Script',
1117
- 'Coda' => 'Coda',
1118
- 'Coda Caption' => 'Coda Caption',
1119
- 'Codystar' => 'Codystar',
1120
- 'Coiny' => 'Coiny',
1121
- 'Combo' => 'Combo',
1122
- 'Comfortaa' => 'Comfortaa',
1123
- 'Coming Soon' => 'Coming Soon',
1124
- 'Concert One' => 'Concert One',
1125
- 'Condiment' => 'Condiment',
1126
- 'Content' => 'Content',
1127
- 'Contrail One' => 'Contrail One',
1128
- 'Convergence' => 'Convergence',
1129
- 'Cookie' => 'Cookie',
1130
- 'Copse' => 'Copse',
1131
- 'Corben' => 'Corben',
1132
- 'Cormorant' => 'Cormorant',
1133
- 'Cormorant Garamond' => 'Cormorant Garamond',
1134
- 'Cormorant Infant' => 'Cormorant Infant',
1135
- 'Cormorant SC' => 'Cormorant SC',
1136
- 'Cormorant Unicase' => 'Cormorant Unicase',
1137
- 'Cormorant Upright' => 'Cormorant Upright',
1138
- 'Courgette' => 'Courgette',
1139
- 'Cousine' => 'Cousine',
1140
- 'Coustard' => 'Coustard',
1141
- 'Covered By Your Grace' => 'Covered By Your Grace',
1142
- 'Crafty Girls' => 'Crafty Girls',
1143
- 'Creepster' => 'Creepster',
1144
- 'Crete Round' => 'Crete Round',
1145
- 'Crimson Text' => 'Crimson Text',
1146
- 'Croissant One' => 'Croissant One',
1147
- 'Crushed' => 'Crushed',
1148
- 'Cuprum' => 'Cuprum',
1149
- 'Cutive' => 'Cutive',
1150
- 'Cutive Mono' => 'Cutive Mono',
1151
- 'Damion' => 'Damion',
1152
- 'Dancing Script' => 'Dancing Script',
1153
- 'Dangrek' => 'Dangrek',
1154
- 'David Libre' => 'David Libre',
1155
- 'Dawning of a New Day' => 'Dawning of a New Day',
1156
- 'Days One' => 'Days One',
1157
- 'Dekko' => 'Dekko',
1158
- 'Delius' => 'Delius',
1159
- 'Delius Swash Caps' => 'Delius Swash Caps',
1160
- 'Delius Unicase' => 'Delius Unicase',
1161
- 'Della Respira' => 'Della Respira',
1162
- 'Denk One' => 'Denk One',
1163
- 'Devonshire' => 'Devonshire',
1164
- 'Dhurjati' => 'Dhurjati',
1165
- 'Didact Gothic' => 'Didact Gothic',
1166
- 'Diplomata' => 'Diplomata',
1167
- 'Diplomata SC' => 'Diplomata SC',
1168
- 'Domine' => 'Domine',
1169
- 'Donegal One' => 'Donegal One',
1170
- 'Doppio One' => 'Doppio One',
1171
- 'Dorsa' => 'Dorsa',
1172
- 'Dosis' => 'Dosis',
1173
- 'Dr Sugiyama' => 'Dr Sugiyama',
1174
- 'Droid Sans' => 'Droid Sans',
1175
- 'Droid Sans Mono' => 'Droid Sans Mono',
1176
- 'Droid Serif' => 'Droid Serif',
1177
- 'Duru Sans' => 'Duru Sans',
1178
- 'Dynalight' => 'Dynalight',
1179
- 'EB Garamond' => 'EB Garamond',
1180
- 'Eagle Lake' => 'Eagle Lake',
1181
- 'Eater' => 'Eater',
1182
- 'Economica' => 'Economica',
1183
- 'Eczar' => 'Eczar',
1184
- 'Ek Mukta' => 'Ek Mukta',
1185
- 'El Messiri' => 'El Messiri',
1186
- 'Electrolize' => 'Electrolize',
1187
- 'Elsie' => 'Elsie',
1188
- 'Elsie Swash Caps' => 'Elsie Swash Caps',
1189
- 'Emblema One' => 'Emblema One',
1190
- 'Emilys Candy' => 'Emilys Candy',
1191
- 'Engagement' => 'Engagement',
1192
- 'Englebert' => 'Englebert',
1193
- 'Enriqueta' => 'Enriqueta',
1194
- 'Erica One' => 'Erica One',
1195
- 'Esteban' => 'Esteban',
1196
- 'Euphoria Script' => 'Euphoria Script',
1197
- 'Ewert' => 'Ewert',
1198
- 'Exo' => 'Exo',
1199
- 'Exo 2' => 'Exo 2',
1200
- 'Expletus Sans' => 'Expletus Sans',
1201
- 'Fanwood Text' => 'Fanwood Text',
1202
- 'Farsan' => 'Farsan',
1203
- 'Fascinate' => 'Fascinate',
1204
- 'Fascinate Inline' => 'Fascinate Inline',
1205
- 'Faster One' => 'Faster One',
1206
- 'Fasthand' => 'Fasthand',
1207
- 'Fauna One' => 'Fauna One',
1208
- 'Federant' => 'Federant',
1209
- 'Federo' => 'Federo',
1210
- 'Felipa' => 'Felipa',
1211
- 'Fenix' => 'Fenix',
1212
- 'Finger Paint' => 'Finger Paint',
1213
- 'Fira Mono' => 'Fira Mono',
1214
- 'Fira Sans' => 'Fira Sans',
1215
- 'Fira Sans Condensed' => 'Fira Sans Condensed',
1216
- 'Fira Sans Extra Condensed' => 'Fira Sans Extra Condensed',
1217
- 'Fjalla One' => 'Fjalla One',
1218
- 'Fjord One' => 'Fjord One',
1219
- 'Flamenco' => 'Flamenco',
1220
- 'Flavors' => 'Flavors',
1221
- 'Fondamento' => 'Fondamento',
1222
- 'Fontdiner Swanky' => 'Fontdiner Swanky',
1223
- 'Forum' => 'Forum',
1224
- 'Francois One' => 'Francois One',
1225
- 'Frank Ruhl Libre' => 'Frank Ruhl Libre',
1226
- 'Freckle Face' => 'Freckle Face',
1227
- 'Fredericka the Great' => 'Fredericka the Great',
1228
- 'Fredoka One' => 'Fredoka One',
1229
- 'Freehand' => 'Freehand',
1230
- 'Fresca' => 'Fresca',
1231
- 'Frijole' => 'Frijole',
1232
- 'Fruktur' => 'Fruktur',
1233
- 'Fugaz One' => 'Fugaz One',
1234
- 'GFS Didot' => 'GFS Didot',
1235
- 'GFS Neohellenic' => 'GFS Neohellenic',
1236
- 'Gabriela' => 'Gabriela',
1237
- 'Gafata' => 'Gafata',
1238
- 'Galada' => 'Galada',
1239
- 'Galdeano' => 'Galdeano',
1240
- 'Galindo' => 'Galindo',
1241
- 'Gentium Basic' => 'Gentium Basic',
1242
- 'Gentium Book Basic' => 'Gentium Book Basic',
1243
- 'Geo' => 'Geo',
1244
- 'Geostar' => 'Geostar',
1245
- 'Geostar Fill' => 'Geostar Fill',
1246
- 'Germania One' => 'Germania One',
1247
- 'Gidugu' => 'Gidugu',
1248
- 'Gilda Display' => 'Gilda Display',
1249
- 'Give You Glory' => 'Give You Glory',
1250
- 'Glass Antiqua' => 'Glass Antiqua',
1251
- 'Glegoo' => 'Glegoo',
1252
- 'Gloria Hallelujah' => 'Gloria Hallelujah',
1253
- 'Goblin One' => 'Goblin One',
1254
- 'Gochi Hand' => 'Gochi Hand',
1255
- 'Gorditas' => 'Gorditas',
1256
- 'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
1257
- 'Graduate' => 'Graduate',
1258
- 'Grand Hotel' => 'Grand Hotel',
1259
- 'Gravitas One' => 'Gravitas One',
1260
- 'Great Vibes' => 'Great Vibes',
1261
- 'Griffy' => 'Griffy',
1262
- 'Gruppo' => 'Gruppo',
1263
- 'Gudea' => 'Gudea',
1264
- 'Gurajada' => 'Gurajada',
1265
- 'Habibi' => 'Habibi',
1266
- 'Halant' => 'Halant',
1267
- 'Hammersmith One' => 'Hammersmith One',
1268
- 'Hanalei' => 'Hanalei',
1269
- 'Hanalei Fill' => 'Hanalei Fill',
1270
- 'Handlee' => 'Handlee',
1271
- 'Hanuman' => 'Hanuman',
1272
- 'Happy Monkey' => 'Happy Monkey',
1273
- 'Harmattan' => 'Harmattan',
1274
- 'Headland One' => 'Headland One',
1275
- 'Heebo' => 'Heebo',
1276
- 'Henny Penny' => 'Henny Penny',
1277
- 'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
1278
- 'Hind' => 'Hind',
1279
- 'Hind Guntur' => 'Hind Guntur',
1280
- 'Hind Madurai' => 'Hind Madurai',
1281
- 'Hind Siliguri' => 'Hind Siliguri',
1282
- 'Hind Vadodara' => 'Hind Vadodara',
1283
- 'Holtwood One SC' => 'Holtwood One SC',
1284
- 'Homemade Apple' => 'Homemade Apple',
1285
- 'Homenaje' => 'Homenaje',
1286
- 'IM Fell DW Pica' => 'IM Fell DW Pica',
1287
- 'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
1288
- 'IM Fell Double Pica' => 'IM Fell Double Pica',
1289
- 'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
1290
- 'IM Fell English' => 'IM Fell English',
1291
- 'IM Fell English SC' => 'IM Fell English SC',
1292
- 'IM Fell French Canon' => 'IM Fell French Canon',
1293
- 'IM Fell French Canon SC' => 'IM Fell French Canon SC',
1294
- 'IM Fell Great Primer' => 'IM Fell Great Primer',
1295
- 'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
1296
- 'Iceberg' => 'Iceberg',
1297
- 'Iceland' => 'Iceland',
1298
- 'Imprima' => 'Imprima',
1299
- 'Inconsolata' => 'Inconsolata',
1300
- 'Inder' => 'Inder',
1301
- 'Indie Flower' => 'Indie Flower',
1302
- 'Inika' => 'Inika',
1303
- 'Inknut Antiqua' => 'Inknut Antiqua',
1304
- 'Irish Grover' => 'Irish Grover',
1305
- 'Istok Web' => 'Istok Web',
1306
- 'Italiana' => 'Italiana',
1307
- 'Italianno' => 'Italianno',
1308
- 'Itim' => 'Itim',
1309
- 'Jacques Francois' => 'Jacques Francois',
1310
- 'Jacques Francois Shadow' => 'Jacques Francois Shadow',
1311
- 'Jaldi' => 'Jaldi',
1312
- 'Jim Nightshade' => 'Jim Nightshade',
1313
- 'Jockey One' => 'Jockey One',
1314
- 'Jolly Lodger' => 'Jolly Lodger',
1315
- 'Jomhuria' => 'Jomhuria',
1316
- 'Josefin Sans' => 'Josefin Sans',
1317
- 'Josefin Slab' => 'Josefin Slab',
1318
- 'Joti One' => 'Joti One',
1319
- 'Judson' => 'Judson',
1320
- 'Julee' => 'Julee',
1321
- 'Julius Sans One' => 'Julius Sans One',
1322
- 'Junge' => 'Junge',
1323
- 'Jura' => 'Jura',
1324
- 'Just Another Hand' => 'Just Another Hand',
1325
- 'Just Me Again Down Here' => 'Just Me Again Down Here',
1326
- 'Kadwa' => 'Kadwa',
1327
- 'Kalam' => 'Kalam',
1328
- 'Kameron' => 'Kameron',
1329
- 'Kanit' => 'Kanit',
1330
- 'Kantumruy' => 'Kantumruy',
1331
- 'Karla' => 'Karla',
1332
- 'Karma' => 'Karma',
1333
- 'Katibeh' => 'Katibeh',
1334
- 'Kaushan Script' => 'Kaushan Script',
1335
- 'Kavivanar' => 'Kavivanar',
1336
- 'Kavoon' => 'Kavoon',
1337
- 'Kdam Thmor' => 'Kdam Thmor',
1338
- 'Keania One' => 'Keania One',
1339
- 'Kelly Slab' => 'Kelly Slab',
1340
- 'Kenia' => 'Kenia',
1341
- 'Khand' => 'Khand',
1342
- 'Khmer' => 'Khmer',
1343
- 'Khula' => 'Khula',
1344
- 'Kite One' => 'Kite One',
1345
- 'Knewave' => 'Knewave',
1346
- 'Kotta One' => 'Kotta One',
1347
- 'Koulen' => 'Koulen',
1348
- 'Kranky' => 'Kranky',
1349
- 'Kreon' => 'Kreon',
1350
- 'Kristi' => 'Kristi',
1351
- 'Krona One' => 'Krona One',
1352
- 'Kumar One' => 'Kumar One',
1353
- 'Kumar One Outline' => 'Kumar One Outline',
1354
- 'Kurale' => 'Kurale',
1355
- 'La Belle Aurore' => 'La Belle Aurore',
1356
- 'Laila' => 'Laila',
1357
- 'Lakki Reddy' => 'Lakki Reddy',
1358
- 'Lalezar' => 'Lalezar',
1359
- 'Lancelot' => 'Lancelot',
1360
- 'Lateef' => 'Lateef',
1361
- 'Lato' => 'Lato',
1362
- 'League Script' => 'League Script',
1363
- 'Leckerli One' => 'Leckerli One',
1364
- 'Ledger' => 'Ledger',
1365
- 'Lekton' => 'Lekton',
1366
- 'Lemon' => 'Lemon',
1367
- 'Lemonada' => 'Lemonada',
1368
- 'Libre Baskerville' => 'Libre Baskerville',
1369
- 'Libre Franklin' => 'Libre Franklin',
1370
- 'Life Savers' => 'Life Savers',
1371
- 'Lilita One' => 'Lilita One',
1372
- 'Lily Script One' => 'Lily Script One',
1373
- 'Limelight' => 'Limelight',
1374
- 'Linden Hill' => 'Linden Hill',
1375
- 'Lobster' => 'Lobster',
1376
- 'Lobster Two' => 'Lobster Two',
1377
- 'Londrina Outline' => 'Londrina Outline',
1378
- 'Londrina Shadow' => 'Londrina Shadow',
1379
- 'Londrina Sketch' => 'Londrina Sketch',
1380
- 'Londrina Solid' => 'Londrina Solid',
1381
- 'Lora' => 'Lora',
1382
- 'Love Ya Like A Sister' => 'Love Ya Like A Sister',
1383
- 'Loved by the King' => 'Loved by the King',
1384
- 'Lovers Quarrel' => 'Lovers Quarrel',
1385
- 'Luckiest Guy' => 'Luckiest Guy',
1386
- 'Lusitana' => 'Lusitana',
1387
- 'Lustria' => 'Lustria',
1388
- 'Macondo' => 'Macondo',
1389
- 'Macondo Swash Caps' => 'Macondo Swash Caps',
1390
- 'Mada' => 'Mada',
1391
- 'Magra' => 'Magra',
1392
- 'Maiden Orange' => 'Maiden Orange',
1393
- 'Maitree' => 'Maitree',
1394
- 'Mako' => 'Mako',
1395
- 'Mallanna' => 'Mallanna',
1396
- 'Mandali' => 'Mandali',
1397
- 'Marcellus' => 'Marcellus',
1398
- 'Marcellus SC' => 'Marcellus SC',
1399
- 'Marck Script' => 'Marck Script',
1400
- 'Margarine' => 'Margarine',
1401
- 'Marko One' => 'Marko One',
1402
- 'Marmelad' => 'Marmelad',
1403
- 'Martel' => 'Martel',
1404
- 'Martel Sans' => 'Martel Sans',
1405
- 'Marvel' => 'Marvel',
1406
- 'Mate' => 'Mate',
1407
- 'Mate SC' => 'Mate SC',
1408
- 'Maven Pro' => 'Maven Pro',
1409
- 'McLaren' => 'McLaren',
1410
- 'Meddon' => 'Meddon',
1411
- 'MedievalSharp' => 'MedievalSharp',
1412
- 'Medula One' => 'Medula One',
1413
- 'Meera Inimai' => 'Meera Inimai',
1414
- 'Megrim' => 'Megrim',
1415
- 'Meie Script' => 'Meie Script',
1416
- 'Merienda' => 'Merienda',
1417
- 'Merienda One' => 'Merienda One',
1418
- 'Merriweather' => 'Merriweather',
1419
- 'Merriweather Sans' => 'Merriweather Sans',
1420
- 'Metal' => 'Metal',
1421
- 'Metal Mania' => 'Metal Mania',
1422
- 'Metamorphous' => 'Metamorphous',
1423
- 'Metrophobic' => 'Metrophobic',
1424
- 'Michroma' => 'Michroma',
1425
- 'Milonga' => 'Milonga',
1426
- 'Miltonian' => 'Miltonian',
1427
- 'Miltonian Tattoo' => 'Miltonian Tattoo',
1428
- 'Miniver' => 'Miniver',
1429
- 'Miriam Libre' => 'Miriam Libre',
1430
- 'Mirza' => 'Mirza',
1431
- 'Miss Fajardose' => 'Miss Fajardose',
1432
- 'Mitr' => 'Mitr',
1433
- 'Modak' => 'Modak',
1434
- 'Modern Antiqua' => 'Modern Antiqua',
1435
- 'Mogra' => 'Mogra',
1436
- 'Molengo' => 'Molengo',
1437
- 'Molle' => 'Molle',
1438
- 'Monda' => 'Monda',
1439
- 'Monofett' => 'Monofett',
1440
- 'Monoton' => 'Monoton',
1441
- 'Monsieur La Doulaise' => 'Monsieur La Doulaise',
1442
- 'Montaga' => 'Montaga',
1443
- 'Montez' => 'Montez',
1444
- 'Montserrat' => 'Montserrat',
1445
- 'Montserrat Alternates' => 'Montserrat Alternates',
1446
- 'Montserrat Subrayada' => 'Montserrat Subrayada',
1447
- 'Moul' => 'Moul',
1448
- 'Moulpali' => 'Moulpali',
1449
- 'Mountains of Christmas' => 'Mountains of Christmas',
1450
- 'Mouse Memoirs' => 'Mouse Memoirs',
1451
- 'Mr Bedfort' => 'Mr Bedfort',
1452
- 'Mr Dafoe' => 'Mr Dafoe',
1453
- 'Mr De Haviland' => 'Mr De Haviland',
1454
- 'Mrs Saint Delafield' => 'Mrs Saint Delafield',
1455
- 'Mrs Sheppards' => 'Mrs Sheppards',
1456
- 'Mukta Vaani' => 'Mukta Vaani',
1457
- 'Muli' => 'Muli',
1458
- 'Mystery Quest' => 'Mystery Quest',
1459
- 'NTR' => 'NTR',
1460
- 'Neucha' => 'Neucha',
1461
- 'Neuton' => 'Neuton',
1462
- 'New Rocker' => 'New Rocker',
1463
- 'News Cycle' => 'News Cycle',
1464
- 'Niconne' => 'Niconne',
1465
- 'Nixie One' => 'Nixie One',
1466
- 'Nobile' => 'Nobile',
1467
- 'Nokora' => 'Nokora',
1468
- 'Norican' => 'Norican',
1469
- 'Nosifer' => 'Nosifer',
1470
- 'Nothing You Could Do' => 'Nothing You Could Do',
1471
- 'Noticia Text' => 'Noticia Text',
1472
- 'Noto Sans' => 'Noto Sans',
1473
- 'Noto Serif' => 'Noto Serif',
1474
- 'Nova Cut' => 'Nova Cut',
1475
- 'Nova Flat' => 'Nova Flat',
1476
- 'Nova Mono' => 'Nova Mono',
1477
- 'Nova Oval' => 'Nova Oval',
1478
- 'Nova Round' => 'Nova Round',
1479
- 'Nova Script' => 'Nova Script',
1480
- 'Nova Slim' => 'Nova Slim',
1481
- 'Nova Square' => 'Nova Square',
1482
- 'Numans' => 'Numans',
1483
- 'Nunito' => 'Nunito',
1484
- 'Nunito Sans' => 'Nunito Sans',
1485
- 'Odor Mean Chey' => 'Odor Mean Chey',
1486
- 'Offside' => 'Offside',
1487
- 'Old Standard TT' => 'Old Standard TT',
1488
- 'Oldenburg' => 'Oldenburg',
1489
- 'Oleo Script' => 'Oleo Script',
1490
- 'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
1491
- 'Open Sans' => 'Open Sans',
1492
- 'Open Sans Condensed' => 'Open Sans Condensed',
1493
- 'Oranienbaum' => 'Oranienbaum',
1494
- 'Orbitron' => 'Orbitron',
1495
- 'Oregano' => 'Oregano',
1496
- 'Orienta' => 'Orienta',
1497
- 'Original Surfer' => 'Original Surfer',
1498
- 'Oswald' => 'Oswald',
1499
- 'Over the Rainbow' => 'Over the Rainbow',
1500
- 'Overlock' => 'Overlock',
1501
- 'Overlock SC' => 'Overlock SC',
1502
- 'Overpass' => 'Overpass',
1503
- 'Overpass Mono' => 'Overpass Mono',
1504
- 'Ovo' => 'Ovo',
1505
- 'Oxygen' => 'Oxygen',
1506
- 'Oxygen Mono' => 'Oxygen Mono',
1507
- 'PT Mono' => 'PT Mono',
1508
- 'PT Sans' => 'PT Sans',
1509
- 'PT Sans Caption' => 'PT Sans Caption',
1510
- 'PT Sans Narrow' => 'PT Sans Narrow',
1511
- 'PT Serif' => 'PT Serif',
1512
- 'PT Serif Caption' => 'PT Serif Caption',
1513
- 'Pacifico' => 'Pacifico',
1514
- 'Padauk' => 'Padauk',
1515
- 'Palanquin' => 'Palanquin',
1516
- 'Palanquin Dark' => 'Palanquin Dark',
1517
- 'Pangolin' => 'Pangolin',
1518
- 'Paprika' => 'Paprika',
1519
- 'Parisienne' => 'Parisienne',
1520
- 'Passero One' => 'Passero One',
1521
- 'Passion One' => 'Passion One',
1522
- 'Pathway Gothic One' => 'Pathway Gothic One',
1523
- 'Patrick Hand' => 'Patrick Hand',
1524
- 'Patrick Hand SC' => 'Patrick Hand SC',
1525
- 'Pattaya' => 'Pattaya',
1526
- 'Patua One' => 'Patua One',
1527
- 'Pavanam' => 'Pavanam',
1528
- 'Paytone One' => 'Paytone One',
1529
- 'Peddana' => 'Peddana',
1530
- 'Peralta' => 'Peralta',
1531
- 'Permanent Marker' => 'Permanent Marker',
1532
- 'Petit Formal Script' => 'Petit Formal Script',
1533
- 'Petrona' => 'Petrona',
1534
- 'Philosopher' => 'Philosopher',
1535
- 'Piedra' => 'Piedra',
1536
- 'Pinyon Script' => 'Pinyon Script',
1537
- 'Pirata One' => 'Pirata One',
1538
- 'Plaster' => 'Plaster',
1539
- 'Play' => 'Play',
1540
- 'Playball' => 'Playball',
1541
- 'Playfair Display' => 'Playfair Display',
1542
- 'Playfair Display SC' => 'Playfair Display SC',
1543
- 'Podkova' => 'Podkova',
1544
- 'Poiret One' => 'Poiret One',
1545
- 'Poller One' => 'Poller One',
1546
- 'Poly' => 'Poly',
1547
- 'Pompiere' => 'Pompiere',
1548
- 'Pontano Sans' => 'Pontano Sans',
1549
- 'Poppins' => 'Poppins',
1550
- 'Port Lligat Sans' => 'Port Lligat Sans',
1551
- 'Port Lligat Slab' => 'Port Lligat Slab',
1552
- 'Pragati Narrow' => 'Pragati Narrow',
1553
- 'Prata' => 'Prata',
1554
- 'Preahvihear' => 'Preahvihear',
1555
- 'Press Start 2P' => 'Press Start 2P',
1556
- 'Pridi' => 'Pridi',
1557
- 'Princess Sofia' => 'Princess Sofia',
1558
- 'Prociono' => 'Prociono',
1559
- 'Prompt' => 'Prompt',
1560
- 'Prosto One' => 'Prosto One',
1561
- 'Proza Libre' => 'Proza Libre',
1562
- 'Puritan' => 'Puritan',
1563
- 'Purple Purse' => 'Purple Purse',
1564
- 'Quando' => 'Quando',
1565
- 'Quantico' => 'Quantico',
1566
- 'Quattrocento' => 'Quattrocento',
1567
- 'Quattrocento Sans' => 'Quattrocento Sans',
1568
- 'Questrial' => 'Questrial',
1569
- 'Quicksand' => 'Quicksand',
1570
- 'Quintessential' => 'Quintessential',
1571
- 'Qwigley' => 'Qwigley',
1572
- 'Racing Sans One' => 'Racing Sans One',
1573
- 'Radley' => 'Radley',
1574
- 'Rajdhani' => 'Rajdhani',
1575
- 'Rakkas' => 'Rakkas',
1576
- 'Raleway' => 'Raleway',
1577
- 'Raleway Dots' => 'Raleway Dots',
1578
- 'Ramabhadra' => 'Ramabhadra',
1579
- 'Ramaraja' => 'Ramaraja',
1580
- 'Rambla' => 'Rambla',
1581
- 'Rammetto One' => 'Rammetto One',
1582
- 'Ranchers' => 'Ranchers',
1583
- 'Rancho' => 'Rancho',
1584
- 'Ranga' => 'Ranga',
1585
- 'Rasa' => 'Rasa',
1586
- 'Rationale' => 'Rationale',
1587
- 'Ravi Prakash' => 'Ravi Prakash',
1588
- 'Redressed' => 'Redressed',
1589
- 'Reem Kufi' => 'Reem Kufi',
1590
- 'Reenie Beanie' => 'Reenie Beanie',
1591
- 'Revalia' => 'Revalia',
1592
- 'Rhodium Libre' => 'Rhodium Libre',
1593
- 'Ribeye' => 'Ribeye',
1594
- 'Ribeye Marrow' => 'Ribeye Marrow',
1595
- 'Righteous' => 'Righteous',
1596
- 'Risque' => 'Risque',
1597
- 'Roboto' => 'Roboto',
1598
- 'Roboto Condensed' => 'Roboto Condensed',
1599
- 'Roboto Mono' => 'Roboto Mono',
1600
- 'Roboto Slab' => 'Roboto Slab',
1601
- 'Rochester' => 'Rochester',
1602
- 'Rock Salt' => 'Rock Salt',
1603
- 'Rokkitt' => 'Rokkitt',
1604
- 'Romanesco' => 'Romanesco',
1605
- 'Ropa Sans' => 'Ropa Sans',
1606
- 'Rosario' => 'Rosario',
1607
- 'Rosarivo' => 'Rosarivo',
1608
- 'Rouge Script' => 'Rouge Script',
1609
- 'Rozha One' => 'Rozha One',
1610
- 'Rubik' => 'Rubik',
1611
- 'Rubik Mono One' => 'Rubik Mono One',
1612
- 'Ruda' => 'Ruda',
1613
- 'Rufina' => 'Rufina',
1614
- 'Ruge Boogie' => 'Ruge Boogie',
1615
- 'Ruluko' => 'Ruluko',
1616
- 'Rum Raisin' => 'Rum Raisin',
1617
- 'Ruslan Display' => 'Ruslan Display',
1618
- 'Russo One' => 'Russo One',
1619
- 'Ruthie' => 'Ruthie',
1620
- 'Rye' => 'Rye',
1621
- 'Sacramento' => 'Sacramento',
1622
- 'Sahitya' => 'Sahitya',
1623
- 'Sail' => 'Sail',
1624
- 'Salsa' => 'Salsa',
1625
- 'Sanchez' => 'Sanchez',
1626
- 'Sancreek' => 'Sancreek',
1627
- 'Sansita' => 'Sansita',
1628
- 'Sarala' => 'Sarala',
1629
- 'Sarina' => 'Sarina',
1630
- 'Sarpanch' => 'Sarpanch',
1631
- 'Satisfy' => 'Satisfy',
1632
- 'Scada' => 'Scada',
1633
- 'Scheherazade' => 'Scheherazade',
1634
- 'Schoolbell' => 'Schoolbell',
1635
- 'Scope One' => 'Scope One',
1636
- 'Seaweed Script' => 'Seaweed Script',
1637
- 'Secular One' => 'Secular One',
1638
- 'Sevillana' => 'Sevillana',
1639
- 'Seymour One' => 'Seymour One',
1640
- 'Shadows Into Light' => 'Shadows Into Light',
1641
- 'Shadows Into Light Two' => 'Shadows Into Light Two',
1642
- 'Shanti' => 'Shanti',
1643
- 'Share' => 'Share',
1644
- 'Share Tech' => 'Share Tech',
1645
- 'Share Tech Mono' => 'Share Tech Mono',
1646
- 'Shojumaru' => 'Shojumaru',
1647
- 'Short Stack' => 'Short Stack',
1648
- 'Shrikhand' => 'Shrikhand',
1649
- 'Siemreap' => 'Siemreap',
1650
- 'Sigmar One' => 'Sigmar One',
1651
- 'Signika' => 'Signika',
1652
- 'Signika Negative' => 'Signika Negative',
1653
- 'Simonetta' => 'Simonetta',
1654
- 'Sintony' => 'Sintony',
1655
- 'Sirin Stencil' => 'Sirin Stencil',
1656
- 'Six Caps' => 'Six Caps',
1657
- 'Skranji' => 'Skranji',
1658
- 'Slabo 13px' => 'Slabo 13px',
1659
- 'Slabo 27px' => 'Slabo 27px',
1660
- 'Slackey' => 'Slackey',
1661
- 'Smokum' => 'Smokum',
1662
- 'Smythe' => 'Smythe',
1663
- 'Sniglet' => 'Sniglet',
1664
- 'Snippet' => 'Snippet',
1665
- 'Snowburst One' => 'Snowburst One',
1666
- 'Sofadi One' => 'Sofadi One',
1667
- 'Sofia' => 'Sofia',
1668
- 'Sonsie One' => 'Sonsie One',
1669
- 'Sorts Mill Goudy' => 'Sorts Mill Goudy',
1670
- 'Source Code Pro' => 'Source Code Pro',
1671
- 'Source Sans Pro' => 'Source Sans Pro',
1672
- 'Source Serif Pro' => 'Source Serif Pro',
1673
- 'Space Mono' => 'Space Mono',
1674
- 'Special Elite' => 'Special Elite',
1675
- 'Spicy Rice' => 'Spicy Rice',
1676
- 'Spinnaker' => 'Spinnaker',
1677
- 'Spirax' => 'Spirax',
1678
- 'Squada One' => 'Squada One',
1679
- 'Sree Krushnadevaraya' => 'Sree Krushnadevaraya',
1680
- 'Sriracha' => 'Sriracha',
1681
- 'Stalemate' => 'Stalemate',
1682
- 'Stalinist One' => 'Stalinist One',
1683
- 'Stardos Stencil' => 'Stardos Stencil',
1684
- 'Stint Ultra Condensed' => 'Stint Ultra Condensed',
1685
- 'Stint Ultra Expanded' => 'Stint Ultra Expanded',
1686
- 'Stoke' => 'Stoke',
1687
- 'Strait' => 'Strait',
1688
- 'Sue Ellen Francisco' => 'Sue Ellen Francisco',
1689
- 'Suez One' => 'Suez One',
1690
- 'Sumana' => 'Sumana',
1691
- 'Sunshiney' => 'Sunshiney',
1692
- 'Supermercado One' => 'Supermercado One',
1693
- 'Sura' => 'Sura',
1694
- 'Suranna' => 'Suranna',
1695
- 'Suravaram' => 'Suravaram',
1696
- 'Suwannaphum' => 'Suwannaphum',
1697
- 'Swanky and Moo Moo' => 'Swanky and Moo Moo',
1698
- 'Syncopate' => 'Syncopate',
1699
- 'Tangerine' => 'Tangerine',
1700
- 'Taprom' => 'Taprom',
1701
- 'Tauri' => 'Tauri',
1702
- 'Taviraj' => 'Taviraj',
1703
- 'Teko' => 'Teko',
1704
- 'Telex' => 'Telex',
1705
- 'Tenali Ramakrishna' => 'Tenali Ramakrishna',
1706
- 'Tenor Sans' => 'Tenor Sans',
1707
- 'Text Me One' => 'Text Me One',
1708
- 'The Girl Next Door' => 'The Girl Next Door',
1709
- 'Tienne' => 'Tienne',
1710
- 'Tillana' => 'Tillana',
1711
- 'Timmana' => 'Timmana',
1712
- 'Tinos' => 'Tinos',
1713
- 'Titan One' => 'Titan One',
1714
- 'Titillium Web' => 'Titillium Web',
1715
- 'Trade Winds' => 'Trade Winds',
1716
- 'Trirong' => 'Trirong',
1717
- 'Trocchi' => 'Trocchi',
1718
- 'Trochut' => 'Trochut',
1719
- 'Trykker' => 'Trykker',
1720
- 'Tulpen One' => 'Tulpen One',
1721
- 'Ubuntu' => 'Ubuntu',
1722
- 'Ubuntu Condensed' => 'Ubuntu Condensed',
1723
- 'Ubuntu Mono' => 'Ubuntu Mono',
1724
- 'Ultra' => 'Ultra',
1725
- 'Uncial Antiqua' => 'Uncial Antiqua',
1726
- 'Underdog' => 'Underdog',
1727
- 'Unica One' => 'Unica One',
1728
- 'UnifrakturCook' => 'UnifrakturCook',
1729
- 'UnifrakturMaguntia' => 'UnifrakturMaguntia',
1730
- 'Unkempt' => 'Unkempt',
1731
- 'Unlock' => 'Unlock',
1732
- 'Unna' => 'Unna',
1733
- 'VT323' => 'VT323',
1734
- 'Vampiro One' => 'Vampiro One',
1735
- 'Varela' => 'Varela',
1736
- 'Varela Round' => 'Varela Round',
1737
- 'Vast Shadow' => 'Vast Shadow',
1738
- 'Vesper Libre' => 'Vesper Libre',
1739
- 'Vibur' => 'Vibur',
1740
- 'Vidaloka' => 'Vidaloka',
1741
- 'Viga' => 'Viga',
1742
- 'Voces' => 'Voces',
1743
- 'Volkhov' => 'Volkhov',
1744
- 'Vollkorn' => 'Vollkorn',
1745
- 'Voltaire' => 'Voltaire',
1746
- 'Waiting for the Sunrise' => 'Waiting for the Sunrise',
1747
- 'Wallpoet' => 'Wallpoet',
1748
- 'Walter Turncoat' => 'Walter Turncoat',
1749
- 'Warnes' => 'Warnes',
1750
- 'Wellfleet' => 'Wellfleet',
1751
- 'Wendy One' => 'Wendy One',
1752
- 'Wire One' => 'Wire One',
1753
- 'Work Sans' => 'Work Sans',
1754
- 'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
1755
- 'Yantramanav' => 'Yantramanav',
1756
- 'Yatra One' => 'Yatra One',
1757
- 'Yellowtail' => 'Yellowtail',
1758
- 'Yeseva One' => 'Yeseva One',
1759
- 'Yesteryear' => 'Yesteryear',
1760
- 'Yrsa' => 'Yrsa',
1761
- 'Zeyada' => 'Zeyada',
1762
- )
1763
- );
1764
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1765
  }
1766
 
1767
  /**
@@ -1781,13 +281,12 @@ function flash_is_so_pagebuilder_active_page( $id ) {
1781
  }
1782
 
1783
  /**
1784
- * Get excerpt from the given post
1785
  *
1786
- * @param object $post Post Object.
1787
  * @return string $excerpt
1788
  */
1789
  function flash_so_pagebuilder_get_the_excerpt( $post ) {
1790
-
1791
  $excerpt = '';
1792
 
1793
  if ( flash_is_so_pagebuilder_active_page( $post->ID ) ) {
@@ -1802,14 +301,15 @@ function flash_so_pagebuilder_get_the_excerpt( $post ) {
1802
  }
1803
 
1804
  /**
1805
- * Checks if manual excerpt exists
1806
  *
1807
  * @param object $post Post Object.
1808
  * @return bool
1809
  */
1810
  function flash_has_manual_excerpt( $post ) {
1811
  if ( '' === $post->post_excerpt ) {
1812
- return false;
1813
  }
 
1814
  return true;
1815
  }
186
  * @return array
187
  */
188
  function flash_get_permalink_structure() {
189
+ if ( did_action( 'admin_init' ) ) {
190
+ flash_switch_to_site_locale();
191
  }
192
 
193
  $permalinks = wp_parse_args( (array) get_option( 'flash_toolkit_permalinks', array() ), array(
204
  $permalinks['tag_rewrite_slug'] = untrailingslashit( empty( $permalinks['tag_base'] ) ? _x( 'portfolio-tag', 'slug', 'flash-toolkit' ) : $permalinks['tag_base'] );
205
 
206
  if ( function_exists( 'restore_current_locale' ) && did_action( 'admin_init' ) ) {
207
+ flash_restore_locale();
208
  }
209
  return $permalinks;
210
  }
211
 
212
  /**
213
+ * Switch FlashToolkit to site language.
214
+ *
215
+ * @since 1.2.0
216
  */
217
+ function flash_switch_to_site_locale() {
218
+ if ( function_exists( 'switch_to_locale' ) ) {
219
+ switch_to_locale( get_locale() );
220
+
221
+ // Filter on plugin_locale so load_plugin_textdomain loads the correct locale.
222
+ add_filter( 'plugin_locale', 'get_locale' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
 
224
+ // Init FT locale.
225
+ FT()->load_plugin_textdomain();
226
+ }
227
+ }
228
  /**
229
+ * Switch FlashToolkit language to original.
230
+ *
231
+ * @since 1.2.0
232
  */
233
+ function flash_restore_locale() {
234
+ if ( function_exists( 'restore_previous_locale' ) ) {
235
+ restore_previous_locale();
236
+
237
+ // Remove filter.
238
+ remove_filter( 'plugin_locale', 'get_locale' );
239
+
240
+ // Init FT locale.
241
+ FT()->load_plugin_textdomain();
242
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  }
244
+
245
+ if ( ! function_exists( 'flash_get_google_fonts' ) ) {
246
+
247
+ /**
248
+ * Get Google Font lists.
249
+ * @return array
250
+ */
251
+ function flash_get_google_fonts() {
252
+ return apply_filters( 'flash_get_google_fonts', include( FT()->plugin_path() . '/i18n/google-fonts.php' ) );
253
+ }
254
+ }
255
+
256
+ if ( ! function_exists( 'flash_get_fontawesome_icons' ) ) {
257
+
258
+ /**
259
+ * Get fontawesome icon lists.
260
+ * @return array
261
+ */
262
+ function flash_get_fontawesome_icons() {
263
+ return apply_filters( 'flash_get_fontawesome_icons', include( FT()->plugin_path() . '/i18n/fontawesome.php' ) );
264
+ }
265
  }
266
 
267
  /**
281
  }
282
 
283
  /**
284
+ * Get excerpt from the given post.
285
  *
286
+ * @param object $post Post Object.
287
  * @return string $excerpt
288
  */
289
  function flash_so_pagebuilder_get_the_excerpt( $post ) {
 
290
  $excerpt = '';
291
 
292
  if ( flash_is_so_pagebuilder_active_page( $post->ID ) ) {
301
  }
302
 
303
  /**
304
+ * Checks if manual excerpt exists.
305
  *
306
  * @param object $post Post Object.
307
  * @return bool
308
  */
309
  function flash_has_manual_excerpt( $post ) {
310
  if ( '' === $post->post_excerpt ) {
311
+ return false;
312
  }
313
+
314
  return true;
315
  }
includes/functions-flash-widget.php CHANGED
@@ -81,7 +81,7 @@ add_filter('siteorigin_panels_widgets', 'flash_toolkit_widgets');
81
  /* Add a tab for the theme widgets in the page builder */
82
  function flash_toolkit_widgets_tab($tabs){
83
  $tabs[] = array(
84
- 'title' => __('Flash Toolkit Widgets', 'flash'),
85
  'filter' => array(
86
  'groups' => array('flash-toolkit')
87
  )
81
  /* Add a tab for the theme widgets in the page builder */
82
  function flash_toolkit_widgets_tab($tabs){
83
  $tabs[] = array(
84
+ 'title' => __('Flash Toolkit Widgets', 'flash-toolkit'),
85
  'filter' => array(
86
  'groups' => array('flash-toolkit')
87
  )
includes/widgets/class-flash-widget-slider.php CHANGED
@@ -108,7 +108,7 @@ class FT_Widget_Slider extends FT_Widget {
108
  'full-screen' => array(
109
  'type' => 'checkbox',
110
  'std' => '',
111
- 'label' => __( 'Check to make slide full screen.', 'flash-toolkit' ),
112
  'group' => __( 'Styling', 'flash-toolkit' ),
113
  ),
114
  ) );
108
  'full-screen' => array(
109
  'type' => 'checkbox',
110
  'std' => '',
111
+ 'label' => __( 'Check to make slide Full Viewport Height.', 'flash-toolkit' ),
112
  'group' => __( 'Styling', 'flash-toolkit' ),
113
  ),
114
  ) );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ThemeGrill, shivapoudel
3
  Tags: theme, flash, toolkit, themegrill
4
  Requires at least: 4.0
5
  Tested up to: 4.7
6
- Stable tag: 1.1.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -31,6 +31,11 @@ Get free support at http://themegrill.com/support-forum/
31
  * The plugin currently only supports Flash theme.
32
 
33
  == Changelog ==
 
 
 
 
 
34
  == 1.1.2 - 2017-06-1 ==
35
  * Fix - Get the Excerpt causing infinity loop
36
  * Fix - Use wp_list_sort vs _usort_terms_by_ID
3
  Tags: theme, flash, toolkit, themegrill
4
  Requires at least: 4.0
5
  Tested up to: 4.7
6
+ Stable tag: 1.1.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
31
  * The plugin currently only supports Flash theme.
32
 
33
  == Changelog ==
34
+ == 1.1.3 - 2017-06-23 ==
35
+ * Fix - Datepicker Field Not Working in Widget Area
36
+ * Tweak - Better and advanced locale switching
37
+ * Tweak - Better i18n
38
+
39
  == 1.1.2 - 2017-06-1 ==
40
  * Fix - Get the Excerpt causing infinity loop
41
  * Fix - Use wp_list_sort vs _usort_terms_by_ID
templates/content-widget-blog.php CHANGED
@@ -92,7 +92,7 @@ $get_featured_posts = new WP_Query( array(
92
  <i class="fa fa-user"></i><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"><?php echo esc_html( get_the_author() ); ?></a>
93
  </span>
94
  <div class="read-more">
95
- <a href="<?php echo esc_url( get_permalink() ); ?>"><?php echo esc_html__( 'Read More', 'flash' ); ?></a>
96
  </div>
97
  </div>
98
  <?php } ?>
92
  <i class="fa fa-user"></i><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"><?php echo esc_html( get_the_author() ); ?></a>
93
  </span>
94
  <div class="read-more">
95
+ <a href="<?php echo esc_url( get_permalink() ); ?>"><?php esc_html_e( 'Read More', 'flash-toolkit' ); ?></a>
96
  </div>
97
  </div>
98
  <?php } ?>