Premium Addons for Elementor - Version 4.2.6

Version Description

  • Tweak: Added Shape Divider option for featured image in Blog widget.
  • Tweak: Added Author Image Position control for Cards skin in Blog widget.
  • Tweak: Added Text Stroke option in Fancy Text widget.
  • Tweak: Code refactored for better performance and security.
Download this release

Release Info

Developer leap13
Plugin Icon 128x128 Premium Addons for Elementor
Version 4.2.6
Comparing to
See all releases

Code changes from version 4.2.5 to 4.2.6

admin/assets/css/admin-rtl.css CHANGED
@@ -1,1523 +1,1523 @@
1
- .button.pa-btn {
2
- border: none;
3
- color: #fff;
4
- text-align: center;
5
- padding: 3px;
6
- max-width: 250px;
7
- height: auto;
8
- font-weight: 700;
9
- -webkit-box-shadow: none;
10
- box-shadow: none;
11
- }
12
- .button.pa-btn:hover,
13
- .button.pa-btn:focus,
14
- .button.pa-btn:active {
15
- outline: none;
16
- border: none;
17
- text-decoration: none;
18
- }
19
- .pa-btn.pa-save-button {
20
- font-family: "Red Hat Display";
21
- font-size: 15px;
22
- width: 147px;
23
- height: 43px;
24
- -webkit-border-radius: 10px;
25
- border-radius: 10px;
26
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
27
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
28
- background-color: #00a5e5;
29
- margin-top: 50px;
30
- }
31
- .pa-btn.pa-save-button:hover,
32
- .pa-btn.pa-save-button:focus,
33
- .pa-btn.pa-save-button:active {
34
- background: #00a5e5;
35
- color: #fff;
36
- -webkit-box-shadow: none;
37
- box-shadow: none;
38
- }
39
-
40
- .switch {
41
- position: relative;
42
- display: inline-block;
43
- width: 44px;
44
- height: 24px;
45
- -webkit-border-radius: 12px;
46
- border-radius: 12px;
47
- }
48
- .switch input {
49
- display: none;
50
- }
51
- .slider,
52
- .pro-slider {
53
- position: absolute;
54
- cursor: pointer;
55
- top: 0;
56
- right: 0;
57
- left: 0;
58
- bottom: 0;
59
- /* background-color: #f2f2f2;
60
- box-shadow: 0 0 2px 1px #ccc inset; */
61
- -webkit-transition: 0.4s;
62
- transition: 0.4s;
63
- }
64
- .slider:before,
65
- .pro-slider:before {
66
- position: absolute;
67
- content: "";
68
- right: 3px;
69
- top: 50%;
70
- -webkit-transform: translateY(-50%);
71
- -ms-transform: translateY(-50%);
72
- transform: translateY(-50%);
73
- /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
74
- -webkit-transition: all 0.4s ease-in-out;
75
- transition: all 0.4s ease-in-out;
76
- padding: 0;
77
- margin: 0;
78
- width: 15px;
79
- height: 15px;
80
- -webkit-border-radius: 8px;
81
- border-radius: 8px;
82
- -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
83
- filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
84
- background-color: #f7f7f7;
85
- border: 1px solid #ffffff;
86
- /* box-shadow: 0 2.5px 5px #b8b8b9; */
87
- }
88
- input:checked + .slider {
89
- background: #8dc900;
90
- }
91
- input:focus + .slider {
92
- -webkit-box-shadow: 0 0 1px #18a4fd;
93
- box-shadow: 0 0 1px #18a4fd;
94
- }
95
- input:checked + .slider:before {
96
- -webkit-transform: translate3d(-20px, -50%, 0);
97
- transform: translate3d(-20px, -50%, 0);
98
- }
99
- .slider.round,
100
- .pro-slider.round {
101
- -webkit-border-radius: 34px;
102
- border-radius: 34px;
103
- background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
104
- background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
105
- background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
106
- }
107
- .slider.round:before,
108
- .pro-slider.round:before {
109
- -webkit-border-radius: 50%;
110
- border-radius: 50%;
111
- }
112
-
113
- .pa-switcher input:disabled + .pro-slider::after {
114
- position: absolute;
115
- content: "\e912";
116
- font-family: "pa-dash";
117
- color: #474747;
118
- left: 8px;
119
- top: 50%;
120
- -webkit-transform: translateY(-50%);
121
- -ms-transform: translateY(-50%);
122
- transform: translateY(-50%);
123
- }
124
- .pa-api-disable-title label,
125
- .pa-is-beta label {
126
- margin-left: 15px;
127
- }
128
- .pa-api-disable-title span,
129
- .pa-is-beta span {
130
- font-weight: 400;
131
- }
132
- .pa-maps-api-notice {
133
- margin: 0.5em 0;
134
- }
135
- .pa-api-title input {
136
- margin-top: 10px;
137
- font-size: normal;
138
- font-weight: 400;
139
- width: 400px;
140
- margin-right: 30px;
141
- }
142
-
143
- .pa-sys-info-tab {
144
- background: #f7f7f7;
145
- margin: 8px;
146
- border: 2px solid #ddd;
147
- -webkit-border-radius: 3px;
148
- border-radius: 3px;
149
- padding: 0;
150
- }
151
- .pa-system-info-container {
152
- padding: 10px;
153
- }
154
-
155
- .dialog-type-lightbox .dialog-widget-header {
156
- text-align: center;
157
- font-size: 15px;
158
- color: #495157;
159
- padding: 30px 0 10px;
160
- font-weight: 500;
161
- }
162
-
163
- .pa-swal.swal2-show {
164
- padding: 32px;
165
- padding-bottom: 50px;
166
- background-image: url("../../images/popup-pattern.jpg");
167
- background-repeat: no-repeat;
168
- -webkit-background-size: cover;
169
- background-size: cover;
170
- -webkit-border-radius: 0 50px;
171
- border-radius: 0 50px;
172
- }
173
-
174
- .pa-swal .swal2-close {
175
- color: #c2c4cf;
176
- }
177
- .pa-swal .swal2-close:hover {
178
- color: #00a5e5;
179
- }
180
- .pa-swal .swal2-title {
181
- margin: 0;
182
- }
183
- .pa-swal .swal2-content {
184
- font-size: 13px;
185
- color: #474747;
186
- font-family: "Poppins";
187
- text-align: center;
188
- margin: 0;
189
- margin-bottom: 0px;
190
- }
191
- .pa-swal .swal2-cancel.swal2-styled,
192
- .pa-swal .swal2-cancel.swal2-styled:hover,
193
- .pa-swal .swal2-confirm.swal2-styled {
194
- background-image: none !important;
195
- background-color: #ebebeb;
196
- color: #474747;
197
- border: none !important;
198
- -webkit-box-shadow: none !important;
199
- box-shadow: none !important;
200
- font-family: "Red Hat Display";
201
- font-size: 15px;
202
- font-weight: 700;
203
- }
204
- .pa-swal .swal2-confirm.swal2-styled,
205
- .pa-swal .swal2-confirm.swal2-styled:hover {
206
- min-width: 128px;
207
- color: #fff;
208
- background-image: none !important;
209
- background-color: #00a5e5;
210
- }
211
-
212
- /**
213
- * New Dashboard
214
- */
215
- .pa-settings-wrap {
216
- padding: 35px;
217
- padding-right: 15px;
218
- }
219
- .pa-settings-section {
220
- display: none;
221
- }
222
-
223
- .pa-settings-tabs {
224
- background-color: #fff;
225
- -webkit-border-radius: 15px;
226
- border-radius: 15px;
227
- padding: 36px;
228
- margin-bottom: 12px;
229
- }
230
-
231
- .pa-settings-tabs-list {
232
- clear: right;
233
- margin: 0;
234
- list-style-type: none;
235
- }
236
-
237
- .pa-settings-tabs .pa-settings-tabs-list li {
238
- display: inline-block;
239
- margin-bottom: 0;
240
- margin-left: 23px;
241
- }
242
-
243
- .pa-settings-section.active {
244
- display: block;
245
- }
246
-
247
- .papro-admin-notice a,
248
- .pa-settings-wrap .pa-settings-tabs a {
249
- -js-display: flex;
250
- display: -webkit-box;
251
- display: -webkit-flex;
252
- display: -moz-box;
253
- display: -ms-flexbox;
254
- display: flex;
255
- -webkit-box-pack: center;
256
- -webkit-justify-content: center;
257
- -moz-box-pack: center;
258
- -ms-flex-pack: center;
259
- justify-content: center;
260
- -webkit-box-align: center;
261
- -webkit-align-items: center;
262
- -moz-box-align: center;
263
- -ms-flex-align: center;
264
- align-items: center;
265
- font-size: 14px;
266
- line-height: 1.8em;
267
- position: relative;
268
- color: #252c59;
269
- text-decoration: none;
270
- -webkit-transition: all 0.3s ease;
271
- transition: all 0.3s ease;
272
- }
273
-
274
- .papro-admin-notice a.papro-notice-btn {
275
- width: 120px;
276
- /* height: 58px; */
277
- -webkit-border-radius: 15px;
278
- border-radius: 15px;
279
- -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
280
- filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
281
- background-color: #ffffff;
282
- font-size: 18px;
283
- color: #fe6300;
284
- font-weight: 800;
285
- font-family: "Red Hat Display";
286
- text-align: center;
287
- padding: 10px 20px;
288
- }
289
-
290
- .pa-settings-wrap .pa-settings-tabs a:focus {
291
- outline: none;
292
- -webkit-box-shadow: none;
293
- box-shadow: none;
294
- }
295
-
296
- .pa-settings-wrap .pa-settings-tabs span {
297
- margin-right: 8px;
298
- font-family: "Poppins";
299
- font-weight: 500;
300
- }
301
-
302
- .pa-settings-wrap .pa-settings-tabs .pa-section-active {
303
- color: #00a5e5;
304
- }
305
-
306
- .pa-section {
307
- display: none;
308
- position: relative;
309
- background-color: #fff;
310
- -webkit-transition: opacity 0.2s;
311
- transition: opacity 0.2s;
312
- padding: 36px;
313
- -webkit-border-radius: 15px;
314
- border-radius: 15px;
315
- }
316
-
317
- /**
318
- * General Tab
319
- */
320
- #pa-general-settings {
321
- -js-display: flex;
322
- display: -webkit-box;
323
- display: -webkit-flex;
324
- display: -moz-box;
325
- display: -ms-flexbox;
326
- display: flex;
327
- }
328
- #pa-general-settings .col-half:first-of-type {
329
- margin-left: 16px;
330
- }
331
- #pa-general-settings .pa-section-info i {
332
- vertical-align: bottom;
333
- }
334
-
335
- /**
336
- * Tab Info
337
- */
338
- .pa-section-info-wrap {
339
- padding: 36px;
340
- -webkit-border-radius: 15px;
341
- border-radius: 15px;
342
- background-color: #f7f7f7;
343
- -js-display: flex;
344
- display: -webkit-box;
345
- display: -webkit-flex;
346
- display: -moz-box;
347
- display: -ms-flexbox;
348
- display: flex;
349
- -webkit-box-pack: justify;
350
- -webkit-justify-content: space-between;
351
- -moz-box-pack: justify;
352
- -ms-flex-pack: justify;
353
- justify-content: space-between;
354
- -webkit-box-align: center;
355
- -webkit-align-items: center;
356
- -moz-box-align: center;
357
- -ms-flex-align: center;
358
- align-items: center;
359
- }
360
- #pa-ver-control-settings .pa-section-info-wrap {
361
- -webkit-box-orient: vertical;
362
- -webkit-box-direction: normal;
363
- -webkit-flex-direction: column;
364
- -moz-box-orient: vertical;
365
- -moz-box-direction: normal;
366
- -ms-flex-direction: column;
367
- flex-direction: column;
368
- -webkit-box-align: start;
369
- -webkit-align-items: flex-start;
370
- -moz-box-align: start;
371
- -ms-flex-align: start;
372
- align-items: flex-start;
373
- }
374
- #pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
375
- #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
376
- margin-top: 36px;
377
- }
378
- .pa-section-info-wrap h4 {
379
- font-size: 20px;
380
- color: #252c59;
381
- font-weight: 900;
382
- font-family: "Red Hat Display";
383
- margin: 0;
384
- }
385
- .pa-section-info-wrap p {
386
- font-size: 15px;
387
- color: #474747;
388
- font-family: "Poppins";
389
- margin: 0;
390
- margin-top: 14px;
391
- }
392
- .pa-section-info-cta {
393
- -js-display: flex;
394
- display: -webkit-box;
395
- display: -webkit-flex;
396
- display: -moz-box;
397
- display: -ms-flexbox;
398
- display: flex;
399
- -webkit-box-align: center;
400
- -webkit-align-items: center;
401
- -moz-box-align: center;
402
- -ms-flex-align: center;
403
- align-items: center;
404
- margin-top: 25px;
405
- }
406
- .pa-section-info-cta .pa-btn {
407
- color: #474747;
408
- background-color: #ebebeb;
409
- padding: 8px 20px;
410
- -webkit-border-radius: 10px;
411
- border-radius: 10px;
412
- font-size: 15px;
413
- font-weight: 700;
414
- font-family: "Red Hat Display";
415
- -webkit-transition: all 0.2s ease-in-out;
416
- transition: all 0.2s ease-in-out;
417
- }
418
- .pa-section-info-cta .pa-btn:hover,
419
- .pa-section-info-cta .pa-btn:focus,
420
- .pa-section-info-cta .pa-btn:active {
421
- color: #fff;
422
- background-color: #00a5e5;
423
- }
424
-
425
- .pa-section-info-cta .pa-section-info-label {
426
- font-size: 13px;
427
- color: #474747;
428
- font-family: "Poppins";
429
- text-align: left;
430
- }
431
-
432
- .pa-section-info-cta .pa-section-info-warning {
433
- font-size: 13px;
434
- color: #cca329;
435
- font-weight: 300;
436
- font-family: "Poppins";
437
- margin-right: 20px;
438
- }
439
-
440
- .pa-section-info-cta .pa-section-info-warning i {
441
- font-weight: 300;
442
- vertical-align: bottom;
443
- }
444
-
445
- .pa-btn-group .pa-btn {
446
- font-family: "Red Hat Display";
447
- color: #8e8e8e;
448
- background-color: #ebebeb;
449
- border: 0px solid;
450
- padding: 16px 28px;
451
- -webkit-border-radius: 10px;
452
- border-radius: 10px;
453
- font-size: 15px;
454
- font-weight: 700;
455
- cursor: pointer;
456
- -webkit-transition: 300ms;
457
- transition: 300ms;
458
- display: block;
459
- }
460
- .pa-btn-group button.pa-btn-enable {
461
- -webkit-border-top-left-radius: 0;
462
- border-top-left-radius: 0;
463
- -webkit-border-bottom-left-radius: 0;
464
- border-bottom-left-radius: 0;
465
- float: right;
466
- }
467
- .pa-btn-group button.pa-btn-disable {
468
- -webkit-border-top-right-radius: 0;
469
- border-top-right-radius: 0;
470
- -webkit-border-bottom-right-radius: 0;
471
- border-bottom-right-radius: 0;
472
- float: left;
473
- }
474
-
475
- .pa-btn-group .pa-btn-enable.active {
476
- color: #fff;
477
- -webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
478
- box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
479
- background-color: #8dc900;
480
- }
481
- .pa-btn-group .pa-btn-disable.active {
482
- color: #fff;
483
- -webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
484
- box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
485
- background-color: #898989;
486
- }
487
- .pa-btn-group .pa-btn-enable:not(.active):hover {
488
- color: #ffffff;
489
- background-color: #8dc900;
490
- }
491
- .pa-btn-group .pa-btn-disable:not(.active):hover {
492
- color: #ffffff;
493
- background-color: #898989;
494
- }
495
-
496
- /*
497
- * Widgets & Addons Tab
498
- */
499
- .pa-elements-settings {
500
- position: relative;
501
- -js-display: flex;
502
- display: -webkit-box;
503
- display: -webkit-flex;
504
- display: -moz-box;
505
- display: -ms-flexbox;
506
- display: flex;
507
- margin-top: 16px;
508
- }
509
- .pa-elements-filter {
510
- position: absolute;
511
- top: 10px;
512
- left: 16px;
513
- }
514
- .pa-elements-filter label {
515
- font-size: 13px;
516
- color: #474747;
517
- font-family: "Poppins";
518
- margin-left: 10px;
519
- }
520
- .pa-elements-filter select {
521
- padding: 5px 15px 5px 35px;
522
- }
523
- .pa-elements-tabs {
524
- -webkit-border-radius: 10px;
525
- border-radius: 10px;
526
- background-color: #f7f7f7;
527
- padding: 20px;
528
- margin-left: 16px;
529
- }
530
- .pa-elements-tabs .pa-elements-tab {
531
- position: relative;
532
- padding: 0;
533
- margin-bottom: 12px;
534
- text-align: center;
535
- }
536
- .pa-elements-tab .pa-element-tab-tooltip {
537
- position: absolute;
538
- background-color: #3a3c40;
539
- display: block;
540
- position: absolute;
541
- top: 50%;
542
- right: 100%;
543
- padding: 10px 20px;
544
- -webkit-border-radius: 13px;
545
- border-radius: 13px;
546
- -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
547
- filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
548
- background-color: #ffffff;
549
- font-size: 11px;
550
- color: #252c59;
551
- font-weight: 500;
552
- font-family: "Poppins";
553
- opacity: 0;
554
- pointer-events: none;
555
- text-transform: capitalize;
556
- -webkit-transform: translate(-30px, -50%);
557
- -ms-transform: translate(-30px, -50%);
558
- transform: translate(-30px, -50%);
559
- -webkit-transition: all 0.3s ease;
560
- transition: all 0.3s ease;
561
- z-index: 1;
562
- white-space: nowrap;
563
- }
564
- .pa-elements-tab .pa-element-tab-tooltip::before {
565
- display: block;
566
- position: absolute;
567
- top: 50%;
568
- right: -5px;
569
- width: 0;
570
- height: 0;
571
- content: "";
572
- border-top: 5px solid transparent;
573
- border-bottom: 5px solid transparent;
574
- border-left: 5px solid #ffffff;
575
- -webkit-transform: translateY(-50%);
576
- -ms-transform: translateY(-50%);
577
- transform: translateY(-50%);
578
- }
579
- .pa-elements-tab .pa-elements-tab-link {
580
- -js-display: flex;
581
- display: -webkit-box;
582
- display: -webkit-flex;
583
- display: -moz-box;
584
- display: -ms-flexbox;
585
- display: flex;
586
- -webkit-box-pack: center;
587
- -webkit-justify-content: center;
588
- -moz-box-pack: center;
589
- -ms-flex-pack: center;
590
- justify-content: center;
591
- -webkit-box-align: center;
592
- -webkit-align-items: center;
593
- -moz-box-align: center;
594
- -ms-flex-align: center;
595
- align-items: center;
596
- color: #c2c4cf;
597
- padding: 12px;
598
- text-decoration: none;
599
- -webkit-transition: all 0.3s ease-in-out;
600
- transition: all 0.3s ease-in-out;
601
- -webkit-border-radius: 13px;
602
- border-radius: 13px;
603
- }
604
-
605
- .pa-elements-tab .pa-elements-tab-link:hover,
606
- .pa-elements-tab .pa-elements-tab-link.active {
607
- -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
608
- drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
609
- filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
610
- drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
611
- background-color: #ffffff;
612
- color: #00a5e5;
613
- outline: none;
614
- border: none;
615
- text-decoration: none;
616
- -webkit-box-shadow: none;
617
- box-shadow: none;
618
- }
619
-
620
- .pa-elements-tab .pa-elements-tab-link:hover + span {
621
- opacity: 1;
622
- -webkit-transform: translate(-20px, -50%);
623
- -ms-transform: translate(-20px, -50%);
624
- transform: translate(-20px, -50%);
625
- }
626
-
627
- .pa-switchers {
628
- -js-display: flex;
629
- display: -webkit-box;
630
- display: -webkit-flex;
631
- display: -moz-box;
632
- display: -ms-flexbox;
633
- display: flex;
634
- -webkit-flex-wrap: wrap;
635
- -ms-flex-wrap: wrap;
636
- flex-wrap: wrap;
637
- -webkit-align-content: flex-start;
638
- -ms-flex-line-pack: start;
639
- align-content: flex-start;
640
- }
641
- .pa-switchers-container {
642
- width: 100%;
643
- }
644
- .pa-switchers-container.hidden,
645
- .pa-switcher.hidden {
646
- display: none;
647
- }
648
- .pa-switchers-container .pa-elements-tab-title {
649
- font-size: 20px;
650
- color: #252c59;
651
- font-weight: 900;
652
- font-family: "Red Hat Display";
653
- margin: 16px 0;
654
- }
655
- .pa-switcher {
656
- -webkit-border-radius: 15px;
657
- border-radius: 15px;
658
- background-color: #f7f7f7;
659
- position: relative;
660
- -js-display: flex;
661
- display: -webkit-box;
662
- display: -webkit-flex;
663
- display: -moz-box;
664
- display: -ms-flexbox;
665
- display: flex;
666
- width: -webkit-calc(50% - 56px);
667
- width: calc(50% - 56px);
668
- -webkit-box-pack: justify;
669
- -webkit-justify-content: space-between;
670
- -moz-box-pack: justify;
671
- -ms-flex-pack: justify;
672
- justify-content: space-between;
673
- -webkit-box-align: center;
674
- -webkit-align-items: center;
675
- -moz-box-align: center;
676
- -ms-flex-align: center;
677
- align-items: center;
678
- padding: 20px;
679
- margin-top: 16px;
680
- margin-left: 16px;
681
- }
682
-
683
- .pa-element-info {
684
- -js-display: flex;
685
- display: -webkit-box;
686
- display: -webkit-flex;
687
- display: -moz-box;
688
- display: -ms-flexbox;
689
- display: flex;
690
- -webkit-box-align: center;
691
- -webkit-align-items: center;
692
- -moz-box-align: center;
693
- -ms-flex-align: center;
694
- align-items: center;
695
- }
696
- .pa-element-info .pa-element-icon {
697
- color: #252c59;
698
- background-color: #ebebeb;
699
- -webkit-border-radius: 15px;
700
- border-radius: 15px;
701
- /* padding: 12px; */
702
- min-width: 40px;
703
- min-height: 40px;
704
- margin-left: 10px;
705
- -js-display: flex;
706
- display: -webkit-box;
707
- display: -webkit-flex;
708
- display: -moz-box;
709
- display: -ms-flexbox;
710
- display: flex;
711
- -webkit-box-pack: center;
712
- -webkit-justify-content: center;
713
- -moz-box-pack: center;
714
- -ms-flex-pack: center;
715
- justify-content: center;
716
- -webkit-box-align: center;
717
- -webkit-align-items: center;
718
- -moz-box-align: center;
719
- -ms-flex-align: center;
720
- align-items: center;
721
- }
722
- .pa-element-name {
723
- font-size: 16px;
724
- color: #252c59;
725
- font-weight: 700;
726
- font-family: "Red Hat Display";
727
- margin: 0;
728
- -js-display: flex;
729
- display: -webkit-box;
730
- display: -webkit-flex;
731
- display: -moz-box;
732
- display: -ms-flexbox;
733
- display: flex;
734
- }
735
-
736
- .pa-element-name span {
737
- text-transform: uppercase;
738
- color: #fd9926;
739
- font-weight: 700;
740
- font-size: 11px;
741
- margin-right: 5px;
742
- }
743
-
744
- .pa-element-link {
745
- font-size: 13px;
746
- color: #252c59;
747
- font-family: "Poppins";
748
- text-decoration: none;
749
- -webkit-transition: all 0.2s ease-in-out;
750
- transition: all 0.2s ease-in-out;
751
- }
752
-
753
- .pa-element-link-separator {
754
- width: 3px;
755
- height: 3px;
756
- display: inline-block;
757
- text-align: center;
758
- color: #252c59;
759
- background: #252c59;
760
- -webkit-border-radius: 50%;
761
- border-radius: 50%;
762
- vertical-align: middle;
763
- margin: 0 3px;
764
- }
765
-
766
- .pa-element-link:hover,
767
- .pa-element-link:focus {
768
- color: #00a5e5;
769
- text-decoration: none;
770
- outline: none;
771
- -webkit-box-shadow: none;
772
- box-shadow: none;
773
- border: none;
774
- }
775
-
776
- /*
777
- * Integrations
778
- */
779
- .pa-maps-table select {
780
- width: 100%;
781
- max-width: 100%;
782
- padding: 8px;
783
- }
784
- .pa-maps-table #premium-map-api,
785
- .pa-maps-table #premium-youtube-api {
786
- width: 100%;
787
- }
788
- .pa-maps-table tr td {
789
- padding-top: 30px;
790
- }
791
- .pa-maps-table tr td:first-of-type {
792
- padding-left: 30px;
793
- }
794
- .pa-maps-table td h4 {
795
- margin: 0;
796
- font-size: 15px;
797
- color: #252c59;
798
- font-weight: 500;
799
- font-family: "Poppins";
800
- display: inline-block;
801
- }
802
- .pa-maps-table td span {
803
- font-size: 13px;
804
- color: #474747;
805
- font-family: "Poppins";
806
- vertical-align: middle;
807
- }
808
- .pa-maps-table td input[type="text"] {
809
- -webkit-border-radius: 10px;
810
- border-radius: 10px;
811
- background-color: #ebebeb;
812
- border: none;
813
- padding: 8px 20px;
814
- }
815
- .pa-section input[type="checkbox"] {
816
- border: none;
817
- display: none;
818
- }
819
-
820
- .pa-section input[type="checkbox"] + label {
821
- position: relative;
822
- background: #ebebeb;
823
- height: 16px;
824
- width: 16px;
825
- display: inline-block;
826
- padding: 0;
827
- margin-left: 5px;
828
- -webkit-border-radius: 4px;
829
- border-radius: 4px;
830
- }
831
- .pa-section input[type="checkbox"]:checked + label {
832
- background: #00a5e5;
833
- height: 16px;
834
- width: 16px;
835
- display: inline-block;
836
- padding: 0;
837
- }
838
- .pa-section input[type="checkbox"]:checked + label:before {
839
- position: absolute;
840
- content: "✔";
841
- color: #fff;
842
- font-size: 12px;
843
- top: 0;
844
- right: 0;
845
- width: 100%;
846
- height: 100%;
847
- text-align: center;
848
- margin-top: -1px;
849
- }
850
- .pa-maps-table td input:focus {
851
- outline: none;
852
- -webkit-box-shadow: none;
853
- box-shadow: none;
854
- border: none;
855
- }
856
- .pa-elements-filter select,
857
- .pa-maps-table td select {
858
- border-color: #dcdcdc;
859
- -webkit-border-radius: 10px;
860
- border-radius: 10px;
861
- -webkit-border-bottom-left-radius: 0;
862
- border-bottom-left-radius: 0;
863
- }
864
- .pa-maps-circle-icon {
865
- width: 5px;
866
- height: 5px;
867
- background-color: #252c59;
868
- -webkit-border-radius: 50%;
869
- border-radius: 50%;
870
- display: inline-block;
871
- vertical-align: middle;
872
- margin-left: 10px;
873
- }
874
- .pa-maps-table td h4:before {
875
- position: absolute;
876
- content: "";
877
- }
878
-
879
- /*
880
- * White Labeling Tab
881
- */
882
- .pa-wht-lbl-settings .pa-wht-lbl-title {
883
- font-size: 20px;
884
- color: #252c59;
885
- font-weight: 900;
886
- font-family: "Red Hat Display";
887
- margin: 0;
888
- }
889
-
890
- .pa-wht-lbl-settings .pa-row {
891
- width: 60%;
892
- float: right;
893
- }
894
-
895
- .pa-wht-lbl-settings .pa-wht-lbl-admin {
896
- width: 30%;
897
- float: right;
898
- margin-right: 16px;
899
- }
900
-
901
- .pa-wht-lbl-settings .pa-wht-lbl-head {
902
- border-bottom: 1px solid #ddd;
903
- background: #f7f7f7;
904
- padding: 20px;
905
- }
906
-
907
- .pa-wht-lbl-table {
908
- text-align: right;
909
- }
910
-
911
- .pa-wht-lbl-settings input {
912
- font-weight: 400;
913
- margin: 0;
914
- margin-bottom: 12px;
915
- -webkit-border-radius: 10px;
916
- border-radius: 10px;
917
- /* background-color: #ebebeb; */
918
- border: 1px solid #dcdcdc;
919
- padding: 8px 20px;
920
- }
921
-
922
- /* .pa-wht-lbl-settings input + span {
923
- margin-left: 0.3em;
924
- } */
925
-
926
- .pa-wht-lbl-settings label + span {
927
- font-family: "Poppins";
928
- vertical-align: middle;
929
- }
930
- .pa-wht-lbl-settings .pa-input-label {
931
- display: block;
932
- font-weight: 600;
933
- margin: 10px 0 6px;
934
- font-size: 14px;
935
- color: #252c59;
936
- font-family: "Red Hat Display";
937
- }
938
-
939
- .pa-wht-lbl-settings input[type="text"] {
940
- width: 550px;
941
- }
942
-
943
- .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
944
- font-weight: 300;
945
- font-family: "Poppins";
946
- }
947
-
948
- .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
949
- font-weight: 300;
950
- font-family: "Poppins";
951
- }
952
-
953
- .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
954
- font-weight: 300;
955
- font-family: "Poppins";
956
- }
957
-
958
- .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
959
- font-weight: 300;
960
- font-family: "Poppins";
961
- }
962
-
963
- .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
964
- font-weight: 300;
965
- font-family: "Poppins";
966
- }
967
-
968
- .pa-wht-lbl-settings input[type="text"]::placeholder {
969
- font-weight: 300;
970
- font-family: "Poppins";
971
- }
972
-
973
- .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
974
- background: #fff;
975
- margin: 16px auto;
976
- border: 1px solid #dcdcdc;
977
- -webkit-border-radius: 10px;
978
- border-radius: 10px;
979
- overflow: hidden;
980
- }
981
-
982
- .pa-wht-lbl-settings .clearfix {
983
- clear: both;
984
- }
985
-
986
- .pa-wht-lbl-group-wrap {
987
- padding: 20px;
988
- }
989
-
990
- .pa-wht-lbl-save .pa-save-button {
991
- margin-top: 0;
992
- }
993
-
994
- .pa-section-white-label .pa-white-label-notice {
995
- position: absolute;
996
- top: 0;
997
- right: 0;
998
- width: 100%;
999
- height: 100%;
1000
- background: rgba(200, 200, 200, 0.8);
1001
- -webkit-border-radius: 15px;
1002
- border-radius: 15px;
1003
- -js-display: flex;
1004
- display: -webkit-box;
1005
- display: -webkit-flex;
1006
- display: -moz-box;
1007
- display: -ms-flexbox;
1008
- display: flex;
1009
- -webkit-box-pack: center;
1010
- -webkit-justify-content: center;
1011
- -moz-box-pack: center;
1012
- -ms-flex-pack: center;
1013
- justify-content: center;
1014
- }
1015
-
1016
- .pa-white-label-notice-content {
1017
- position: absolute;
1018
- top: 200px;
1019
- right: 200;
1020
- width: 530px;
1021
- background-image: url("../../images/popup-pattern.jpg");
1022
- background-repeat: no-repeat;
1023
- -webkit-background-size: cover;
1024
- background-size: cover;
1025
- padding: 32px;
1026
- padding-bottom: 50px;
1027
- -webkit-border-radius: 0px 50px;
1028
- border-radius: 0px 50px;
1029
- text-align: center;
1030
- z-index: 2;
1031
- }
1032
- .pa-white-label-notice-logo {
1033
- -webkit-transform: translateY(-32px);
1034
- -ms-transform: translateY(-32px);
1035
- transform: translateY(-32px);
1036
- margin-bottom: -18px;
1037
- }
1038
- .pa-white-label-notice-logo img {
1039
- padding: 10px;
1040
- padding-top: 40px;
1041
- background-color: #ffffff;
1042
- border: 1px solid #e6e6e6;
1043
- -webkit-border-radius: 50px;
1044
- border-radius: 50px;
1045
- -webkit-border-top-right-radius: 50px;
1046
- border-top-right-radius: 50px;
1047
- -webkit-border-top-left-radius: 50px;
1048
- border-top-left-radius: 50px;
1049
- -webkit-border-top-right-radius: 0;
1050
- border-top-right-radius: 0;
1051
- -webkit-border-top-left-radius: 0;
1052
- border-top-left-radius: 0;
1053
- }
1054
- .pa-white-label-notice-content h2,
1055
- .pa-swal-head {
1056
- display: inline-block;
1057
- font-size: 23px;
1058
- color: #252c59;
1059
- font-weight: 900;
1060
- font-family: "Red Hat Display";
1061
- text-align: center;
1062
- max-width: 350px;
1063
- line-height: 1;
1064
- margin: 0;
1065
- margin-bottom: 18px;
1066
- }
1067
- .pa-white-label-notice-content h2 span {
1068
- color: #fd9926;
1069
- text-transform: uppercase;
1070
- font-family: "Red Hat Display";
1071
- }
1072
- .pa-white-label-notice-content p {
1073
- font-size: 13px;
1074
- color: #474747;
1075
- font-family: "Poppins";
1076
- text-align: center;
1077
- margin: 0;
1078
- margin-bottom: 18px;
1079
- }
1080
-
1081
- .pa-white-label-notice-content a.pa-get-pro {
1082
- display: inline-block;
1083
- width: 117px;
1084
- padding: 12px 10px;
1085
- -webkit-border-radius: 10px;
1086
- border-radius: 10px;
1087
- color: #ffffff;
1088
- font-size: 15px;
1089
- font-weight: 900;
1090
- font-family: "Red Hat Display";
1091
- -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1092
- filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1093
- text-decoration: none;
1094
- outline: none;
1095
- border: none;
1096
- background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
1097
- background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1098
- -webkit-transition: all 0.2s ease-in-out;
1099
- transition: all 0.2s ease-in-out;
1100
- }
1101
- .pa-white-label-notice-content a.pa-get-pro:hover {
1102
- background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
1103
- background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1104
- }
1105
-
1106
- /*
1107
- * System Info Tab
1108
- */
1109
- .pa-section-info table.widefat {
1110
- border: 0px;
1111
- -webkit-box-shadow: none;
1112
- box-shadow: none;
1113
- font-family: "Poppins";
1114
- }
1115
- .pa-section-info .widefat td:first-child {
1116
- width: 30%;
1117
- }
1118
- .pa-section-info table.widefat tr:nth-child(2n) {
1119
- background-color: #f7f7f7;
1120
- }
1121
-
1122
- /*
1123
- * License Tab
1124
- */
1125
- .pa-license-form span {
1126
- color: #474747;
1127
- font-family: "Poppins";
1128
- }
1129
-
1130
- .pa-license-form label {
1131
- display: block;
1132
- font-weight: 500;
1133
- margin: 2em 0 0.5em;
1134
- }
1135
-
1136
- .pa-license-form code {
1137
- padding: 3px 5px 2px;
1138
- margin: 0 1px;
1139
- background: #eaeaea;
1140
- background: rgba(0, 0, 0, 0.07);
1141
- font-size: 13px;
1142
- font-style: italic;
1143
- }
1144
-
1145
- .pa-license-form .button.button-primary {
1146
- width: 147px;
1147
- height: 43px;
1148
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1149
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1150
- background-color: #00a5e5;
1151
- /* margin-top: 50px; */
1152
- margin-right: -3px;
1153
- -webkit-border-radius: 10px 0 0 10px;
1154
- border-radius: 10px 0 0 10px;
1155
- border: none;
1156
- }
1157
-
1158
- #papro-license-key:focus,
1159
- .pa-license-form .button.button-primary:focus {
1160
- outline: none;
1161
- -webkit-box-shadow: none;
1162
- box-shadow: none;
1163
- }
1164
-
1165
- #papro-license-key {
1166
- height: 43px;
1167
- line-height: 1;
1168
- margin: 0;
1169
- padding: 8px 20px;
1170
- -webkit-border-radius: 0 10px 10px 0;
1171
- border-radius: 0 10px 10px 0;
1172
- }
1173
-
1174
- .pa-license-form input + span {
1175
- margin-right: 10px;
1176
- font-weight: 600;
1177
- }
1178
-
1179
- .pa-license-cell span {
1180
- margin-right: 0.3em;
1181
- }
1182
-
1183
- /*
1184
- * PAPRO Notice
1185
- */
1186
- .papro-admin-notice {
1187
- -webkit-display: flex;
1188
- display: -webkit-box;
1189
- display: -ms-flexbox;
1190
- -js-display: flex;
1191
- display: -moz-box;
1192
- display: flex;
1193
- -webkit-box-pack: end;
1194
- -ms-flex-pack: end;
1195
- -webkit-justify-content: flex-end;
1196
- -moz-box-pack: end;
1197
- justify-content: flex-end;
1198
- -webkit-box-align: center;
1199
- -ms-flex-align: center;
1200
- -webkit-align-items: center;
1201
- -moz-box-align: center;
1202
- align-items: center;
1203
- margin-bottom: 24px;
1204
- }
1205
- .papro-admin-notice > div {
1206
- -webkit-box-flex: 1;
1207
- -webkit-flex-grow: 1;
1208
- -moz-box-flex: 1;
1209
- -ms-flex-positive: 1;
1210
- flex-grow: 1;
1211
- }
1212
- .papro-admin-notice-left {
1213
- position: relative;
1214
- padding: 16px;
1215
- -webkit-border-radius: 15px;
1216
- border-radius: 15px;
1217
- background-color: #fff;
1218
- -webkit-flex-basis: 80%;
1219
- -ms-flex-preferred-size: 80%;
1220
- flex-basis: 80%;
1221
- }
1222
- .papro-admin-notice-left a {
1223
- position: absolute;
1224
- top: 0;
1225
- right: 0;
1226
- width: 100%;
1227
- height: 100%;
1228
- }
1229
- .papro-admin-notice-left a:hover,
1230
- .papro-admin-notice-left a:focus,
1231
- .papro-admin-notice-left a:visited {
1232
- outline: none;
1233
- border: none;
1234
- box-shadow: none;
1235
- text-decoration: none;
1236
- }
1237
- /* .papro-admin-notice-logo img {
1238
- width: 100%;
1239
- } */
1240
- .papro-admin-notice-right {
1241
- -webkit-display: flex;
1242
- display: -webkit-box;
1243
- display: -ms-flexbox;
1244
- -js-display: flex;
1245
- display: -moz-box;
1246
- display: flex;
1247
- -webkit-box-align: center;
1248
- -ms-flex-align: center;
1249
- -webkit-align-items: center;
1250
- -moz-box-align: center;
1251
- align-items: center;
1252
- background: url("../../images/papro-banner.png");
1253
- -webkit-background-size: cover;
1254
- background-size: cover;
1255
- background-repeat: no-repeat;
1256
- padding: 18px;
1257
- -webkit-border-radius: 15px;
1258
- border-radius: 15px;
1259
- overflow: hidden;
1260
- margin-right: 25px;
1261
- }
1262
-
1263
- .papro-admin-notice-right h4 {
1264
- font-size: 20px;
1265
- color: #fff;
1266
- font-weight: 900;
1267
- font-family: "Red Hat Display";
1268
- margin: 0;
1269
- margin-bottom: 8px;
1270
- }
1271
- .papro-admin-notice-right p {
1272
- font-size: 14px;
1273
- color: #ffffff;
1274
- font-family: "Poppins";
1275
- margin: 0;
1276
- }
1277
- .papro-admin-notice-right span {
1278
- font-weight: 700;
1279
- }
1280
-
1281
- /*
1282
- * Dashboard Tabs
1283
- */
1284
- .pa-dash-general:before {
1285
- content: "\e900";
1286
- }
1287
- .pa-dash-integrations:before {
1288
- content: "\e901";
1289
- }
1290
- .pa-dash-system-info:before {
1291
- content: "\e902";
1292
- }
1293
- .pa-dash-vcontrol:before {
1294
- content: "\e903";
1295
- }
1296
- .pa-dash-white-label:before {
1297
- content: "\e904";
1298
- }
1299
- .pa-dash-elements:before {
1300
- content: "\e905";
1301
- }
1302
- .pa-dash-license:before {
1303
- content: "\e910";
1304
- }
1305
- .pa-dash-features:before {
1306
- content: "\e911";
1307
- }
1308
- /*
1309
- * Elements Categories
1310
- */
1311
- .pa-dash-cat-all:before {
1312
- content: "\e906";
1313
- }
1314
- .pa-dash-cat-blurbs:before {
1315
- content: "\e907";
1316
- }
1317
- .pa-dash-cat-contact:before {
1318
- content: "\e908";
1319
- }
1320
- .pa-dash-cat-content:before {
1321
- content: "\e909";
1322
- }
1323
- .pa-dash-cat-images:before {
1324
- content: "\e90a";
1325
- }
1326
- .pa-dash-cat-off-grid:before {
1327
- content: "\e90b";
1328
- }
1329
- .pa-dash-cat-section:before {
1330
- content: "\e90c";
1331
- }
1332
- .pa-dash-cat-feed:before {
1333
- content: "\e90d";
1334
- }
1335
- .pa-dash-cat-data:before {
1336
- content: "\e90e";
1337
- }
1338
- .pa-dash-cat-social:before {
1339
- content: "\e90f";
1340
- }
1341
- /*
1342
- * Widgets Icons
1343
- */
1344
- .pa-dash-premium-notbar:before {
1345
- content: "\e913";
1346
- }
1347
- .pa-dash-premium-gradient:before {
1348
- content: "\e914";
1349
- }
1350
- .pa-dash-premium-color-transition:before {
1351
- content: "\e915";
1352
- }
1353
- .pa-dash-premium-behance:before {
1354
- content: "\e916";
1355
- }
1356
- .pa-dash-premium-charts:before {
1357
- content: "\e917";
1358
- }
1359
- .pa-dash-premium-content-toggle:before {
1360
- content: "\e918";
1361
- }
1362
- .pa-dash-premium-divider:before {
1363
- content: "\e919";
1364
- }
1365
- .pa-dash-premium-facebook-feed:before {
1366
- content: "\e91b";
1367
- }
1368
- .pa-dash-facebook-feed-2:before {
1369
- content: "\e91b";
1370
- }
1371
- .pa-dash-premium-fb-chat:before {
1372
- content: "\e91c";
1373
- }
1374
- .pa-dash-premium-facebook-reviews:before {
1375
- content: "\e91d";
1376
- }
1377
- .pa-dash-premium-google-reviews:before {
1378
- content: "\e91e";
1379
- }
1380
- .pa-dash-premium-hscroll:before {
1381
- content: "\e91f";
1382
- }
1383
- .pa-dash-premium-flipbox:before {
1384
- content: "\e920";
1385
- }
1386
- .pa-dash-premium-iconbox:before {
1387
- content: "\e921";
1388
- }
1389
- .pa-dash-premium-image-accordion:before {
1390
- content: "\e922";
1391
- }
1392
- .pa-dash-premium-image-comparison:before {
1393
- content: "\e923";
1394
- }
1395
- .pa-dash-premium-image-hotspots:before {
1396
- content: "\e924";
1397
- }
1398
- .pa-dash-premium-img-layers:before {
1399
- content: "\e925";
1400
- }
1401
- .pa-dash-premium-instagram-feed:before {
1402
- content: "\e926";
1403
- }
1404
- .pa-dash-premium-kenburns:before {
1405
- content: "\e927";
1406
- }
1407
- .pa-dash-premium-lottie:before {
1408
- content: "\e928";
1409
- }
1410
- .pa-dash-premium-magic-section:before {
1411
- content: "\e929";
1412
- }
1413
- .pa-dash-premium-multi-scroll:before {
1414
- content: "\e92a";
1415
- }
1416
- .pa-dash-premium-ihover:before {
1417
- content: "\e92b";
1418
- }
1419
- .pa-dash-premium-parallax:before {
1420
- content: "\e94f";
1421
- }
1422
- .pa-dash-premium-particles:before {
1423
- content: "\e92c";
1424
- }
1425
- .pa-dash-premium-prev-img:before {
1426
- content: "\e92d";
1427
- }
1428
- .pa-dash-premium-tabs:before {
1429
- content: "\e92f";
1430
- }
1431
- .pa-dash-premium-tables:before {
1432
- content: "\e92e";
1433
- }
1434
- .pa-dash-trustpilot:before {
1435
- content: "\e930";
1436
- }
1437
- .pa-dash-premium-twitter-feed:before {
1438
- content: "\e931";
1439
- }
1440
- .pa-dash-premium-unfold:before {
1441
- content: "\e932";
1442
- }
1443
- .pa-dash-premium-whatsapp-chat:before {
1444
- content: "\e933";
1445
- }
1446
- .pa-dash-premium-yelp-reviews:before {
1447
- content: "\e934";
1448
- }
1449
- .pa-dash-premium-banner:before {
1450
- content: "\e935";
1451
- }
1452
- .pa-dash-premium-blog:before {
1453
- content: "\e936";
1454
- }
1455
- .pa-dash-premium-button:before {
1456
- content: "\e937";
1457
- }
1458
- .pa-dash-premium-carousel:before {
1459
- content: "\e938";
1460
- }
1461
- .pa-dash-premium-contactform:before {
1462
- content: "\e939";
1463
- }
1464
- .pa-dash-premium-countdown:before {
1465
- content: "\e93a";
1466
- }
1467
- .pa-dash-premium-counter:before {
1468
- content: "\e93b";
1469
- }
1470
- .pa-dash-premium-dual-header:before {
1471
- content: "\e93c";
1472
- }
1473
- .pa-dash-premium-fancytext:before {
1474
- content: "\e93d";
1475
- }
1476
- .pa-dash-premium-maps:before {
1477
- content: "\e93e";
1478
- }
1479
- .pa-dash-premium-title:before {
1480
- content: "\e93f";
1481
- }
1482
- .pa-dash-premium-icon-list:before {
1483
- content: "\e940";
1484
- }
1485
- .pa-dash-premium-image-button:before {
1486
- content: "\e941";
1487
- }
1488
- .pa-dash-premium-image-scroll:before {
1489
- content: "\e942";
1490
- }
1491
- .pa-dash-premium-image-separator:before {
1492
- content: "\e943";
1493
- }
1494
- /* .pa-dash-premium-lottie:before {
1495
- content: "\e944";
1496
- } */
1497
- .pa-dash-premium-lottie-widget:before {
1498
- content: "\e945";
1499
- }
1500
- .pa-dash-premium-grid:before {
1501
- content: "\e946";
1502
- }
1503
- .pa-dash-premium-modalbox:before {
1504
- content: "\e947";
1505
- }
1506
- .pa-dash-premium-pricing-table:before {
1507
- content: "\e948";
1508
- }
1509
- .pa-dash-premium-progressbar:before {
1510
- content: "\e949";
1511
- }
1512
- .pa-dash-premium-person:before {
1513
- content: "\e94a";
1514
- }
1515
- .pa-dash-premium-testimonials:before {
1516
- content: "\e94b";
1517
- }
1518
- .pa-dash-premium-vscroll:before {
1519
- content: "\e94c";
1520
- }
1521
- .pa-dash-premium-videobox:before {
1522
- content: "\e94d";
1523
- }
1
+ .button.pa-btn {
2
+ border: none;
3
+ color: #fff;
4
+ text-align: center;
5
+ padding: 3px;
6
+ max-width: 250px;
7
+ height: auto;
8
+ font-weight: 700;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
+ }
12
+ .button.pa-btn:hover,
13
+ .button.pa-btn:focus,
14
+ .button.pa-btn:active {
15
+ outline: none;
16
+ border: none;
17
+ text-decoration: none;
18
+ }
19
+ .pa-btn.pa-save-button {
20
+ font-family: "Red Hat Display";
21
+ font-size: 15px;
22
+ width: 147px;
23
+ height: 43px;
24
+ -webkit-border-radius: 10px;
25
+ border-radius: 10px;
26
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
27
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
28
+ background-color: #00a5e5;
29
+ margin-top: 50px;
30
+ }
31
+ .pa-btn.pa-save-button:hover,
32
+ .pa-btn.pa-save-button:focus,
33
+ .pa-btn.pa-save-button:active {
34
+ background: #00a5e5;
35
+ color: #fff;
36
+ -webkit-box-shadow: none;
37
+ box-shadow: none;
38
+ }
39
+
40
+ .switch {
41
+ position: relative;
42
+ display: inline-block;
43
+ width: 44px;
44
+ height: 24px;
45
+ -webkit-border-radius: 12px;
46
+ border-radius: 12px;
47
+ }
48
+ .switch input {
49
+ display: none;
50
+ }
51
+ .slider,
52
+ .pro-slider {
53
+ position: absolute;
54
+ cursor: pointer;
55
+ top: 0;
56
+ right: 0;
57
+ left: 0;
58
+ bottom: 0;
59
+ /* background-color: #f2f2f2;
60
+ box-shadow: 0 0 2px 1px #ccc inset; */
61
+ -webkit-transition: 0.4s;
62
+ transition: 0.4s;
63
+ }
64
+ .slider:before,
65
+ .pro-slider:before {
66
+ position: absolute;
67
+ content: "";
68
+ right: 3px;
69
+ top: 50%;
70
+ -webkit-transform: translateY(-50%);
71
+ -ms-transform: translateY(-50%);
72
+ transform: translateY(-50%);
73
+ /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
74
+ -webkit-transition: all 0.4s ease-in-out;
75
+ transition: all 0.4s ease-in-out;
76
+ padding: 0;
77
+ margin: 0;
78
+ width: 15px;
79
+ height: 15px;
80
+ -webkit-border-radius: 8px;
81
+ border-radius: 8px;
82
+ -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
83
+ filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
84
+ background-color: #f7f7f7;
85
+ border: 1px solid #ffffff;
86
+ /* box-shadow: 0 2.5px 5px #b8b8b9; */
87
+ }
88
+ input:checked + .slider {
89
+ background: #8dc900;
90
+ }
91
+ input:focus + .slider {
92
+ -webkit-box-shadow: 0 0 1px #18a4fd;
93
+ box-shadow: 0 0 1px #18a4fd;
94
+ }
95
+ input:checked + .slider:before {
96
+ -webkit-transform: translate3d(-20px, -50%, 0);
97
+ transform: translate3d(-20px, -50%, 0);
98
+ }
99
+ .slider.round,
100
+ .pro-slider.round {
101
+ -webkit-border-radius: 34px;
102
+ border-radius: 34px;
103
+ background-image: -webkit-gradient(linear, right top, right bottom, from(#cfcfcf), to(#dbdbdb));
104
+ background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
105
+ background-image: linear-gradient(-180deg, #cfcfcf 0%, #dbdbdb 100%);
106
+ }
107
+ .slider.round:before,
108
+ .pro-slider.round:before {
109
+ -webkit-border-radius: 50%;
110
+ border-radius: 50%;
111
+ }
112
+
113
+ .pa-switcher input:disabled + .pro-slider::after {
114
+ position: absolute;
115
+ content: "\e912";
116
+ font-family: "pa-dash";
117
+ color: #474747;
118
+ left: 8px;
119
+ top: 50%;
120
+ -webkit-transform: translateY(-50%);
121
+ -ms-transform: translateY(-50%);
122
+ transform: translateY(-50%);
123
+ }
124
+ .pa-api-disable-title label,
125
+ .pa-is-beta label {
126
+ margin-left: 15px;
127
+ }
128
+ .pa-api-disable-title span,
129
+ .pa-is-beta span {
130
+ font-weight: 400;
131
+ }
132
+ .pa-maps-api-notice {
133
+ margin: 0.5em 0;
134
+ }
135
+ .pa-api-title input {
136
+ margin-top: 10px;
137
+ font-size: normal;
138
+ font-weight: 400;
139
+ width: 400px;
140
+ margin-right: 30px;
141
+ }
142
+
143
+ .pa-sys-info-tab {
144
+ background: #f7f7f7;
145
+ margin: 8px;
146
+ border: 2px solid #ddd;
147
+ -webkit-border-radius: 3px;
148
+ border-radius: 3px;
149
+ padding: 0;
150
+ }
151
+ .pa-system-info-container {
152
+ padding: 10px;
153
+ }
154
+
155
+ .dialog-type-lightbox .dialog-widget-header {
156
+ text-align: center;
157
+ font-size: 15px;
158
+ color: #495157;
159
+ padding: 30px 0 10px;
160
+ font-weight: 500;
161
+ }
162
+
163
+ .pa-swal.swal2-show {
164
+ padding: 32px;
165
+ padding-bottom: 50px;
166
+ background-image: url("../../images/popup-pattern.jpg");
167
+ background-repeat: no-repeat;
168
+ -webkit-background-size: cover;
169
+ background-size: cover;
170
+ -webkit-border-radius: 0 50px;
171
+ border-radius: 0 50px;
172
+ }
173
+
174
+ .pa-swal .swal2-close {
175
+ color: #c2c4cf;
176
+ }
177
+ .pa-swal .swal2-close:hover {
178
+ color: #00a5e5;
179
+ }
180
+ .pa-swal .swal2-title {
181
+ margin: 0;
182
+ }
183
+ .pa-swal .swal2-content {
184
+ font-size: 13px;
185
+ color: #474747;
186
+ font-family: "Poppins";
187
+ text-align: center;
188
+ margin: 0;
189
+ margin-bottom: 0px;
190
+ }
191
+ .pa-swal .swal2-cancel.swal2-styled,
192
+ .pa-swal .swal2-cancel.swal2-styled:hover,
193
+ .pa-swal .swal2-confirm.swal2-styled {
194
+ background-image: none !important;
195
+ background-color: #ebebeb;
196
+ color: #474747;
197
+ border: none !important;
198
+ -webkit-box-shadow: none !important;
199
+ box-shadow: none !important;
200
+ font-family: "Red Hat Display";
201
+ font-size: 15px;
202
+ font-weight: 700;
203
+ }
204
+ .pa-swal .swal2-confirm.swal2-styled,
205
+ .pa-swal .swal2-confirm.swal2-styled:hover {
206
+ min-width: 128px;
207
+ color: #fff;
208
+ background-image: none !important;
209
+ background-color: #00a5e5;
210
+ }
211
+
212
+ /**
213
+ * New Dashboard
214
+ */
215
+ .pa-settings-wrap {
216
+ padding: 35px;
217
+ padding-right: 15px;
218
+ }
219
+ .pa-settings-section {
220
+ display: none;
221
+ }
222
+
223
+ .pa-settings-tabs {
224
+ background-color: #fff;
225
+ -webkit-border-radius: 15px;
226
+ border-radius: 15px;
227
+ padding: 36px;
228
+ margin-bottom: 12px;
229
+ }
230
+
231
+ .pa-settings-tabs-list {
232
+ clear: right;
233
+ margin: 0;
234
+ list-style-type: none;
235
+ }
236
+
237
+ .pa-settings-tabs .pa-settings-tabs-list li {
238
+ display: inline-block;
239
+ margin-bottom: 0;
240
+ margin-left: 23px;
241
+ }
242
+
243
+ .pa-settings-section.active {
244
+ display: block;
245
+ }
246
+
247
+ .papro-admin-notice a,
248
+ .pa-settings-wrap .pa-settings-tabs a {
249
+ -js-display: flex;
250
+ display: -webkit-box;
251
+ display: -webkit-flex;
252
+ display: -moz-box;
253
+ display: -ms-flexbox;
254
+ display: flex;
255
+ -webkit-box-pack: center;
256
+ -webkit-justify-content: center;
257
+ -moz-box-pack: center;
258
+ -ms-flex-pack: center;
259
+ justify-content: center;
260
+ -webkit-box-align: center;
261
+ -webkit-align-items: center;
262
+ -moz-box-align: center;
263
+ -ms-flex-align: center;
264
+ align-items: center;
265
+ font-size: 14px;
266
+ line-height: 1.8em;
267
+ position: relative;
268
+ color: #252c59;
269
+ text-decoration: none;
270
+ -webkit-transition: all 0.3s ease;
271
+ transition: all 0.3s ease;
272
+ }
273
+
274
+ .papro-admin-notice a.papro-notice-btn {
275
+ width: 120px;
276
+ /* height: 58px; */
277
+ -webkit-border-radius: 15px;
278
+ border-radius: 15px;
279
+ -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
280
+ filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
281
+ background-color: #ffffff;
282
+ font-size: 18px;
283
+ color: #fe6300;
284
+ font-weight: 800;
285
+ font-family: "Red Hat Display";
286
+ text-align: center;
287
+ padding: 10px 20px;
288
+ }
289
+
290
+ .pa-settings-wrap .pa-settings-tabs a:focus {
291
+ outline: none;
292
+ -webkit-box-shadow: none;
293
+ box-shadow: none;
294
+ }
295
+
296
+ .pa-settings-wrap .pa-settings-tabs span {
297
+ margin-right: 8px;
298
+ font-family: "Poppins";
299
+ font-weight: 500;
300
+ }
301
+
302
+ .pa-settings-wrap .pa-settings-tabs .pa-section-active {
303
+ color: #00a5e5;
304
+ }
305
+
306
+ .pa-section {
307
+ display: none;
308
+ position: relative;
309
+ background-color: #fff;
310
+ -webkit-transition: opacity 0.2s;
311
+ transition: opacity 0.2s;
312
+ padding: 36px;
313
+ -webkit-border-radius: 15px;
314
+ border-radius: 15px;
315
+ }
316
+
317
+ /**
318
+ * General Tab
319
+ */
320
+ #pa-general-settings {
321
+ -js-display: flex;
322
+ display: -webkit-box;
323
+ display: -webkit-flex;
324
+ display: -moz-box;
325
+ display: -ms-flexbox;
326
+ display: flex;
327
+ }
328
+ #pa-general-settings .col-half:first-of-type {
329
+ margin-left: 16px;
330
+ }
331
+ #pa-general-settings .pa-section-info i {
332
+ vertical-align: bottom;
333
+ }
334
+
335
+ /**
336
+ * Tab Info
337
+ */
338
+ .pa-section-info-wrap {
339
+ padding: 36px;
340
+ -webkit-border-radius: 15px;
341
+ border-radius: 15px;
342
+ background-color: #f7f7f7;
343
+ -js-display: flex;
344
+ display: -webkit-box;
345
+ display: -webkit-flex;
346
+ display: -moz-box;
347
+ display: -ms-flexbox;
348
+ display: flex;
349
+ -webkit-box-pack: justify;
350
+ -webkit-justify-content: space-between;
351
+ -moz-box-pack: justify;
352
+ -ms-flex-pack: justify;
353
+ justify-content: space-between;
354
+ -webkit-box-align: center;
355
+ -webkit-align-items: center;
356
+ -moz-box-align: center;
357
+ -ms-flex-align: center;
358
+ align-items: center;
359
+ }
360
+ #pa-ver-control-settings .pa-section-info-wrap {
361
+ -webkit-box-orient: vertical;
362
+ -webkit-box-direction: normal;
363
+ -webkit-flex-direction: column;
364
+ -moz-box-orient: vertical;
365
+ -moz-box-direction: normal;
366
+ -ms-flex-direction: column;
367
+ flex-direction: column;
368
+ -webkit-box-align: start;
369
+ -webkit-align-items: flex-start;
370
+ -moz-box-align: start;
371
+ -ms-flex-align: start;
372
+ align-items: flex-start;
373
+ }
374
+ #pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
375
+ #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
376
+ margin-top: 36px;
377
+ }
378
+ .pa-section-info-wrap h4 {
379
+ font-size: 20px;
380
+ color: #252c59;
381
+ font-weight: 900;
382
+ font-family: "Red Hat Display";
383
+ margin: 0;
384
+ }
385
+ .pa-section-info-wrap p {
386
+ font-size: 15px;
387
+ color: #474747;
388
+ font-family: "Poppins";
389
+ margin: 0;
390
+ margin-top: 14px;
391
+ }
392
+ .pa-section-info-cta {
393
+ -js-display: flex;
394
+ display: -webkit-box;
395
+ display: -webkit-flex;
396
+ display: -moz-box;
397
+ display: -ms-flexbox;
398
+ display: flex;
399
+ -webkit-box-align: center;
400
+ -webkit-align-items: center;
401
+ -moz-box-align: center;
402
+ -ms-flex-align: center;
403
+ align-items: center;
404
+ margin-top: 25px;
405
+ }
406
+ .pa-section-info-cta .pa-btn {
407
+ color: #474747;
408
+ background-color: #ebebeb;
409
+ padding: 8px 20px;
410
+ -webkit-border-radius: 10px;
411
+ border-radius: 10px;
412
+ font-size: 15px;
413
+ font-weight: 700;
414
+ font-family: "Red Hat Display";
415
+ -webkit-transition: all 0.2s ease-in-out;
416
+ transition: all 0.2s ease-in-out;
417
+ }
418
+ .pa-section-info-cta .pa-btn:hover,
419
+ .pa-section-info-cta .pa-btn:focus,
420
+ .pa-section-info-cta .pa-btn:active {
421
+ color: #fff;
422
+ background-color: #00a5e5;
423
+ }
424
+
425
+ .pa-section-info-cta .pa-section-info-label {
426
+ font-size: 13px;
427
+ color: #474747;
428
+ font-family: "Poppins";
429
+ text-align: left;
430
+ }
431
+
432
+ .pa-section-info-cta .pa-section-info-warning {
433
+ font-size: 13px;
434
+ color: #cca329;
435
+ font-weight: 300;
436
+ font-family: "Poppins";
437
+ margin-right: 20px;
438
+ }
439
+
440
+ .pa-section-info-cta .pa-section-info-warning i {
441
+ font-weight: 300;
442
+ vertical-align: bottom;
443
+ }
444
+
445
+ .pa-btn-group .pa-btn {
446
+ font-family: "Red Hat Display";
447
+ color: #8e8e8e;
448
+ background-color: #ebebeb;
449
+ border: 0px solid;
450
+ padding: 16px 28px;
451
+ -webkit-border-radius: 10px;
452
+ border-radius: 10px;
453
+ font-size: 15px;
454
+ font-weight: 700;
455
+ cursor: pointer;
456
+ -webkit-transition: 300ms;
457
+ transition: 300ms;
458
+ display: block;
459
+ }
460
+ .pa-btn-group button.pa-btn-enable {
461
+ -webkit-border-top-left-radius: 0;
462
+ border-top-left-radius: 0;
463
+ -webkit-border-bottom-left-radius: 0;
464
+ border-bottom-left-radius: 0;
465
+ float: right;
466
+ }
467
+ .pa-btn-group button.pa-btn-disable {
468
+ -webkit-border-top-right-radius: 0;
469
+ border-top-right-radius: 0;
470
+ -webkit-border-bottom-right-radius: 0;
471
+ border-bottom-right-radius: 0;
472
+ float: left;
473
+ }
474
+
475
+ .pa-btn-group .pa-btn-enable.active {
476
+ color: #fff;
477
+ -webkit-box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
478
+ box-shadow: inset -3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
479
+ background-color: #8dc900;
480
+ }
481
+ .pa-btn-group .pa-btn-disable.active {
482
+ color: #fff;
483
+ -webkit-box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
484
+ box-shadow: inset -3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
485
+ background-color: #898989;
486
+ }
487
+ .pa-btn-group .pa-btn-enable:not(.active):hover {
488
+ color: #ffffff;
489
+ background-color: #8dc900;
490
+ }
491
+ .pa-btn-group .pa-btn-disable:not(.active):hover {
492
+ color: #ffffff;
493
+ background-color: #898989;
494
+ }
495
+
496
+ /*
497
+ * Widgets & Addons Tab
498
+ */
499
+ .pa-elements-settings {
500
+ position: relative;
501
+ -js-display: flex;
502
+ display: -webkit-box;
503
+ display: -webkit-flex;
504
+ display: -moz-box;
505
+ display: -ms-flexbox;
506
+ display: flex;
507
+ margin-top: 16px;
508
+ }
509
+ .pa-elements-filter {
510
+ position: absolute;
511
+ top: 10px;
512
+ left: 16px;
513
+ }
514
+ .pa-elements-filter label {
515
+ font-size: 13px;
516
+ color: #474747;
517
+ font-family: "Poppins";
518
+ margin-left: 10px;
519
+ }
520
+ .pa-elements-filter select {
521
+ padding: 5px 15px 5px 35px;
522
+ }
523
+ .pa-elements-tabs {
524
+ -webkit-border-radius: 10px;
525
+ border-radius: 10px;
526
+ background-color: #f7f7f7;
527
+ padding: 20px;
528
+ margin-left: 16px;
529
+ }
530
+ .pa-elements-tabs .pa-elements-tab {
531
+ position: relative;
532
+ padding: 0;
533
+ margin-bottom: 12px;
534
+ text-align: center;
535
+ }
536
+ .pa-elements-tab .pa-element-tab-tooltip {
537
+ position: absolute;
538
+ background-color: #3a3c40;
539
+ display: block;
540
+ position: absolute;
541
+ top: 50%;
542
+ right: 100%;
543
+ padding: 10px 20px;
544
+ -webkit-border-radius: 13px;
545
+ border-radius: 13px;
546
+ -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
547
+ filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
548
+ background-color: #ffffff;
549
+ font-size: 11px;
550
+ color: #252c59;
551
+ font-weight: 500;
552
+ font-family: "Poppins";
553
+ opacity: 0;
554
+ pointer-events: none;
555
+ text-transform: capitalize;
556
+ -webkit-transform: translate(-30px, -50%);
557
+ -ms-transform: translate(-30px, -50%);
558
+ transform: translate(-30px, -50%);
559
+ -webkit-transition: all 0.3s ease;
560
+ transition: all 0.3s ease;
561
+ z-index: 1;
562
+ white-space: nowrap;
563
+ }
564
+ .pa-elements-tab .pa-element-tab-tooltip::before {
565
+ display: block;
566
+ position: absolute;
567
+ top: 50%;
568
+ right: -5px;
569
+ width: 0;
570
+ height: 0;
571
+ content: "";
572
+ border-top: 5px solid transparent;
573
+ border-bottom: 5px solid transparent;
574
+ border-left: 5px solid #ffffff;
575
+ -webkit-transform: translateY(-50%);
576
+ -ms-transform: translateY(-50%);
577
+ transform: translateY(-50%);
578
+ }
579
+ .pa-elements-tab .pa-elements-tab-link {
580
+ -js-display: flex;
581
+ display: -webkit-box;
582
+ display: -webkit-flex;
583
+ display: -moz-box;
584
+ display: -ms-flexbox;
585
+ display: flex;
586
+ -webkit-box-pack: center;
587
+ -webkit-justify-content: center;
588
+ -moz-box-pack: center;
589
+ -ms-flex-pack: center;
590
+ justify-content: center;
591
+ -webkit-box-align: center;
592
+ -webkit-align-items: center;
593
+ -moz-box-align: center;
594
+ -ms-flex-align: center;
595
+ align-items: center;
596
+ color: #c2c4cf;
597
+ padding: 12px;
598
+ text-decoration: none;
599
+ -webkit-transition: all 0.3s ease-in-out;
600
+ transition: all 0.3s ease-in-out;
601
+ -webkit-border-radius: 13px;
602
+ border-radius: 13px;
603
+ }
604
+
605
+ .pa-elements-tab .pa-elements-tab-link:hover,
606
+ .pa-elements-tab .pa-elements-tab-link.active {
607
+ -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
608
+ drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
609
+ filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
610
+ drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
611
+ background-color: #ffffff;
612
+ color: #00a5e5;
613
+ outline: none;
614
+ border: none;
615
+ text-decoration: none;
616
+ -webkit-box-shadow: none;
617
+ box-shadow: none;
618
+ }
619
+
620
+ .pa-elements-tab .pa-elements-tab-link:hover + span {
621
+ opacity: 1;
622
+ -webkit-transform: translate(-20px, -50%);
623
+ -ms-transform: translate(-20px, -50%);
624
+ transform: translate(-20px, -50%);
625
+ }
626
+
627
+ .pa-switchers {
628
+ -js-display: flex;
629
+ display: -webkit-box;
630
+ display: -webkit-flex;
631
+ display: -moz-box;
632
+ display: -ms-flexbox;
633
+ display: flex;
634
+ -webkit-flex-wrap: wrap;
635
+ -ms-flex-wrap: wrap;
636
+ flex-wrap: wrap;
637
+ -webkit-align-content: flex-start;
638
+ -ms-flex-line-pack: start;
639
+ align-content: flex-start;
640
+ }
641
+ .pa-switchers-container {
642
+ width: 100%;
643
+ }
644
+ .pa-switchers-container.hidden,
645
+ .pa-switcher.hidden {
646
+ display: none;
647
+ }
648
+ .pa-switchers-container .pa-elements-tab-title {
649
+ font-size: 20px;
650
+ color: #252c59;
651
+ font-weight: 900;
652
+ font-family: "Red Hat Display";
653
+ margin: 16px 0;
654
+ }
655
+ .pa-switcher {
656
+ -webkit-border-radius: 15px;
657
+ border-radius: 15px;
658
+ background-color: #f7f7f7;
659
+ position: relative;
660
+ -js-display: flex;
661
+ display: -webkit-box;
662
+ display: -webkit-flex;
663
+ display: -moz-box;
664
+ display: -ms-flexbox;
665
+ display: flex;
666
+ width: -webkit-calc(50% - 56px);
667
+ width: calc(50% - 56px);
668
+ -webkit-box-pack: justify;
669
+ -webkit-justify-content: space-between;
670
+ -moz-box-pack: justify;
671
+ -ms-flex-pack: justify;
672
+ justify-content: space-between;
673
+ -webkit-box-align: center;
674
+ -webkit-align-items: center;
675
+ -moz-box-align: center;
676
+ -ms-flex-align: center;
677
+ align-items: center;
678
+ padding: 20px;
679
+ margin-top: 16px;
680
+ margin-left: 16px;
681
+ }
682
+
683
+ .pa-element-info {
684
+ -js-display: flex;
685
+ display: -webkit-box;
686
+ display: -webkit-flex;
687
+ display: -moz-box;
688
+ display: -ms-flexbox;
689
+ display: flex;
690
+ -webkit-box-align: center;
691
+ -webkit-align-items: center;
692
+ -moz-box-align: center;
693
+ -ms-flex-align: center;
694
+ align-items: center;
695
+ }
696
+ .pa-element-info .pa-element-icon {
697
+ color: #252c59;
698
+ background-color: #ebebeb;
699
+ -webkit-border-radius: 15px;
700
+ border-radius: 15px;
701
+ /* padding: 12px; */
702
+ min-width: 40px;
703
+ min-height: 40px;
704
+ margin-left: 10px;
705
+ -js-display: flex;
706
+ display: -webkit-box;
707
+ display: -webkit-flex;
708
+ display: -moz-box;
709
+ display: -ms-flexbox;
710
+ display: flex;
711
+ -webkit-box-pack: center;
712
+ -webkit-justify-content: center;
713
+ -moz-box-pack: center;
714
+ -ms-flex-pack: center;
715
+ justify-content: center;
716
+ -webkit-box-align: center;
717
+ -webkit-align-items: center;
718
+ -moz-box-align: center;
719
+ -ms-flex-align: center;
720
+ align-items: center;
721
+ }
722
+ .pa-element-name {
723
+ font-size: 16px;
724
+ color: #252c59;
725
+ font-weight: 700;
726
+ font-family: "Red Hat Display";
727
+ margin: 0;
728
+ -js-display: flex;
729
+ display: -webkit-box;
730
+ display: -webkit-flex;
731
+ display: -moz-box;
732
+ display: -ms-flexbox;
733
+ display: flex;
734
+ }
735
+
736
+ .pa-element-name span {
737
+ text-transform: uppercase;
738
+ color: #fd9926;
739
+ font-weight: 700;
740
+ font-size: 11px;
741
+ margin-right: 5px;
742
+ }
743
+
744
+ .pa-element-link {
745
+ font-size: 13px;
746
+ color: #252c59;
747
+ font-family: "Poppins";
748
+ text-decoration: none;
749
+ -webkit-transition: all 0.2s ease-in-out;
750
+ transition: all 0.2s ease-in-out;
751
+ }
752
+
753
+ .pa-element-link-separator {
754
+ width: 3px;
755
+ height: 3px;
756
+ display: inline-block;
757
+ text-align: center;
758
+ color: #252c59;
759
+ background: #252c59;
760
+ -webkit-border-radius: 50%;
761
+ border-radius: 50%;
762
+ vertical-align: middle;
763
+ margin: 0 3px;
764
+ }
765
+
766
+ .pa-element-link:hover,
767
+ .pa-element-link:focus {
768
+ color: #00a5e5;
769
+ text-decoration: none;
770
+ outline: none;
771
+ -webkit-box-shadow: none;
772
+ box-shadow: none;
773
+ border: none;
774
+ }
775
+
776
+ /*
777
+ * Integrations
778
+ */
779
+ .pa-maps-table select {
780
+ width: 100%;
781
+ max-width: 100%;
782
+ padding: 8px;
783
+ }
784
+ .pa-maps-table #premium-map-api,
785
+ .pa-maps-table #premium-youtube-api {
786
+ width: 100%;
787
+ }
788
+ .pa-maps-table tr td {
789
+ padding-top: 30px;
790
+ }
791
+ .pa-maps-table tr td:first-of-type {
792
+ padding-left: 30px;
793
+ }
794
+ .pa-maps-table td h4 {
795
+ margin: 0;
796
+ font-size: 15px;
797
+ color: #252c59;
798
+ font-weight: 500;
799
+ font-family: "Poppins";
800
+ display: inline-block;
801
+ }
802
+ .pa-maps-table td span {
803
+ font-size: 13px;
804
+ color: #474747;
805
+ font-family: "Poppins";
806
+ vertical-align: middle;
807
+ }
808
+ .pa-maps-table td input[type="text"] {
809
+ -webkit-border-radius: 10px;
810
+ border-radius: 10px;
811
+ background-color: #ebebeb;
812
+ border: none;
813
+ padding: 8px 20px;
814
+ }
815
+ .pa-section input[type="checkbox"] {
816
+ border: none;
817
+ display: none;
818
+ }
819
+
820
+ .pa-section input[type="checkbox"] + label {
821
+ position: relative;
822
+ background: #ebebeb;
823
+ height: 16px;
824
+ width: 16px;
825
+ display: inline-block;
826
+ padding: 0;
827
+ margin-left: 5px;
828
+ -webkit-border-radius: 4px;
829
+ border-radius: 4px;
830
+ }
831
+ .pa-section input[type="checkbox"]:checked + label {
832
+ background: #00a5e5;
833
+ height: 16px;
834
+ width: 16px;
835
+ display: inline-block;
836
+ padding: 0;
837
+ }
838
+ .pa-section input[type="checkbox"]:checked + label:before {
839
+ position: absolute;
840
+ content: "✔";
841
+ color: #fff;
842
+ font-size: 12px;
843
+ top: 0;
844
+ right: 0;
845
+ width: 100%;
846
+ height: 100%;
847
+ text-align: center;
848
+ margin-top: -1px;
849
+ }
850
+ .pa-maps-table td input:focus {
851
+ outline: none;
852
+ -webkit-box-shadow: none;
853
+ box-shadow: none;
854
+ border: none;
855
+ }
856
+ .pa-elements-filter select,
857
+ .pa-maps-table td select {
858
+ border-color: #dcdcdc;
859
+ -webkit-border-radius: 10px;
860
+ border-radius: 10px;
861
+ -webkit-border-bottom-left-radius: 0;
862
+ border-bottom-left-radius: 0;
863
+ }
864
+ .pa-maps-circle-icon {
865
+ width: 5px;
866
+ height: 5px;
867
+ background-color: #252c59;
868
+ -webkit-border-radius: 50%;
869
+ border-radius: 50%;
870
+ display: inline-block;
871
+ vertical-align: middle;
872
+ margin-left: 10px;
873
+ }
874
+ .pa-maps-table td h4:before {
875
+ position: absolute;
876
+ content: "";
877
+ }
878
+
879
+ /*
880
+ * White Labeling Tab
881
+ */
882
+ .pa-wht-lbl-settings .pa-wht-lbl-title {
883
+ font-size: 20px;
884
+ color: #252c59;
885
+ font-weight: 900;
886
+ font-family: "Red Hat Display";
887
+ margin: 0;
888
+ }
889
+
890
+ .pa-wht-lbl-settings .pa-row {
891
+ width: 60%;
892
+ float: right;
893
+ }
894
+
895
+ .pa-wht-lbl-settings .pa-wht-lbl-admin {
896
+ width: 30%;
897
+ float: right;
898
+ margin-right: 16px;
899
+ }
900
+
901
+ .pa-wht-lbl-settings .pa-wht-lbl-head {
902
+ border-bottom: 1px solid #ddd;
903
+ background: #f7f7f7;
904
+ padding: 20px;
905
+ }
906
+
907
+ .pa-wht-lbl-table {
908
+ text-align: right;
909
+ }
910
+
911
+ .pa-wht-lbl-settings input {
912
+ font-weight: 400;
913
+ margin: 0;
914
+ margin-bottom: 12px;
915
+ -webkit-border-radius: 10px;
916
+ border-radius: 10px;
917
+ /* background-color: #ebebeb; */
918
+ border: 1px solid #dcdcdc;
919
+ padding: 8px 20px;
920
+ }
921
+
922
+ /* .pa-wht-lbl-settings input + span {
923
+ margin-left: 0.3em;
924
+ } */
925
+
926
+ .pa-wht-lbl-settings label + span {
927
+ font-family: "Poppins";
928
+ vertical-align: middle;
929
+ }
930
+ .pa-wht-lbl-settings .pa-input-label {
931
+ display: block;
932
+ font-weight: 600;
933
+ margin: 10px 0 6px;
934
+ font-size: 14px;
935
+ color: #252c59;
936
+ font-family: "Red Hat Display";
937
+ }
938
+
939
+ .pa-wht-lbl-settings input[type="text"] {
940
+ width: 550px;
941
+ }
942
+
943
+ .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
944
+ font-weight: 300;
945
+ font-family: "Poppins";
946
+ }
947
+
948
+ .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
949
+ font-weight: 300;
950
+ font-family: "Poppins";
951
+ }
952
+
953
+ .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
954
+ font-weight: 300;
955
+ font-family: "Poppins";
956
+ }
957
+
958
+ .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
959
+ font-weight: 300;
960
+ font-family: "Poppins";
961
+ }
962
+
963
+ .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
964
+ font-weight: 300;
965
+ font-family: "Poppins";
966
+ }
967
+
968
+ .pa-wht-lbl-settings input[type="text"]::placeholder {
969
+ font-weight: 300;
970
+ font-family: "Poppins";
971
+ }
972
+
973
+ .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
974
+ background: #fff;
975
+ margin: 16px auto;
976
+ border: 1px solid #dcdcdc;
977
+ -webkit-border-radius: 10px;
978
+ border-radius: 10px;
979
+ overflow: hidden;
980
+ }
981
+
982
+ .pa-wht-lbl-settings .clearfix {
983
+ clear: both;
984
+ }
985
+
986
+ .pa-wht-lbl-group-wrap {
987
+ padding: 20px;
988
+ }
989
+
990
+ .pa-wht-lbl-save .pa-save-button {
991
+ margin-top: 0;
992
+ }
993
+
994
+ .pa-section-white-label .pa-white-label-notice {
995
+ position: absolute;
996
+ top: 0;
997
+ right: 0;
998
+ width: 100%;
999
+ height: 100%;
1000
+ background: rgba(200, 200, 200, 0.8);
1001
+ -webkit-border-radius: 15px;
1002
+ border-radius: 15px;
1003
+ -js-display: flex;
1004
+ display: -webkit-box;
1005
+ display: -webkit-flex;
1006
+ display: -moz-box;
1007
+ display: -ms-flexbox;
1008
+ display: flex;
1009
+ -webkit-box-pack: center;
1010
+ -webkit-justify-content: center;
1011
+ -moz-box-pack: center;
1012
+ -ms-flex-pack: center;
1013
+ justify-content: center;
1014
+ }
1015
+
1016
+ .pa-white-label-notice-content {
1017
+ position: absolute;
1018
+ top: 200px;
1019
+ right: 200;
1020
+ width: 530px;
1021
+ background-image: url("../../images/popup-pattern.jpg");
1022
+ background-repeat: no-repeat;
1023
+ -webkit-background-size: cover;
1024
+ background-size: cover;
1025
+ padding: 32px;
1026
+ padding-bottom: 50px;
1027
+ -webkit-border-radius: 0px 50px;
1028
+ border-radius: 0px 50px;
1029
+ text-align: center;
1030
+ z-index: 2;
1031
+ }
1032
+ .pa-white-label-notice-logo {
1033
+ -webkit-transform: translateY(-32px);
1034
+ -ms-transform: translateY(-32px);
1035
+ transform: translateY(-32px);
1036
+ margin-bottom: -18px;
1037
+ }
1038
+ .pa-white-label-notice-logo img {
1039
+ padding: 10px;
1040
+ padding-top: 40px;
1041
+ background-color: #ffffff;
1042
+ border: 1px solid #e6e6e6;
1043
+ -webkit-border-radius: 50px;
1044
+ border-radius: 50px;
1045
+ -webkit-border-top-right-radius: 50px;
1046
+ border-top-right-radius: 50px;
1047
+ -webkit-border-top-left-radius: 50px;
1048
+ border-top-left-radius: 50px;
1049
+ -webkit-border-top-right-radius: 0;
1050
+ border-top-right-radius: 0;
1051
+ -webkit-border-top-left-radius: 0;
1052
+ border-top-left-radius: 0;
1053
+ }
1054
+ .pa-white-label-notice-content h2,
1055
+ .pa-swal-head {
1056
+ display: inline-block;
1057
+ font-size: 23px;
1058
+ color: #252c59;
1059
+ font-weight: 900;
1060
+ font-family: "Red Hat Display";
1061
+ text-align: center;
1062
+ max-width: 350px;
1063
+ line-height: 1;
1064
+ margin: 0;
1065
+ margin-bottom: 18px;
1066
+ }
1067
+ .pa-white-label-notice-content h2 span {
1068
+ color: #fd9926;
1069
+ text-transform: uppercase;
1070
+ font-family: "Red Hat Display";
1071
+ }
1072
+ .pa-white-label-notice-content p {
1073
+ font-size: 13px;
1074
+ color: #474747;
1075
+ font-family: "Poppins";
1076
+ text-align: center;
1077
+ margin: 0;
1078
+ margin-bottom: 18px;
1079
+ }
1080
+
1081
+ .pa-white-label-notice-content a.pa-get-pro {
1082
+ display: inline-block;
1083
+ width: 117px;
1084
+ padding: 12px 10px;
1085
+ -webkit-border-radius: 10px;
1086
+ border-radius: 10px;
1087
+ color: #ffffff;
1088
+ font-size: 15px;
1089
+ font-weight: 900;
1090
+ font-family: "Red Hat Display";
1091
+ -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1092
+ filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1093
+ text-decoration: none;
1094
+ outline: none;
1095
+ border: none;
1096
+ background-image: -webkit-linear-gradient(-120deg, #fe6300 0%, #fe9f00 100%);
1097
+ background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1098
+ -webkit-transition: all 0.2s ease-in-out;
1099
+ transition: all 0.2s ease-in-out;
1100
+ }
1101
+ .pa-white-label-notice-content a.pa-get-pro:hover {
1102
+ background-image: -webkit-linear-gradient(-60deg, #fe6300 0%, #fe9f00 100%);
1103
+ background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1104
+ }
1105
+
1106
+ /*
1107
+ * System Info Tab
1108
+ */
1109
+ .pa-section-info table.widefat {
1110
+ border: 0px;
1111
+ -webkit-box-shadow: none;
1112
+ box-shadow: none;
1113
+ font-family: "Poppins";
1114
+ }
1115
+ .pa-section-info .widefat td:first-child {
1116
+ width: 30%;
1117
+ }
1118
+ .pa-section-info table.widefat tr:nth-child(2n) {
1119
+ background-color: #f7f7f7;
1120
+ }
1121
+
1122
+ /*
1123
+ * License Tab
1124
+ */
1125
+ .pa-license-form span {
1126
+ color: #474747;
1127
+ font-family: "Poppins";
1128
+ }
1129
+
1130
+ .pa-license-form label {
1131
+ display: block;
1132
+ font-weight: 500;
1133
+ margin: 2em 0 0.5em;
1134
+ }
1135
+
1136
+ .pa-license-form code {
1137
+ padding: 3px 5px 2px;
1138
+ margin: 0 1px;
1139
+ background: #eaeaea;
1140
+ background: rgba(0, 0, 0, 0.07);
1141
+ font-size: 13px;
1142
+ font-style: italic;
1143
+ }
1144
+
1145
+ .pa-license-form .button.button-primary {
1146
+ width: 147px;
1147
+ height: 43px;
1148
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1149
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1150
+ background-color: #00a5e5;
1151
+ /* margin-top: 50px; */
1152
+ margin-right: -3px;
1153
+ -webkit-border-radius: 10px 0 0 10px;
1154
+ border-radius: 10px 0 0 10px;
1155
+ border: none;
1156
+ }
1157
+
1158
+ #papro-license-key:focus,
1159
+ .pa-license-form .button.button-primary:focus {
1160
+ outline: none;
1161
+ -webkit-box-shadow: none;
1162
+ box-shadow: none;
1163
+ }
1164
+
1165
+ #papro-license-key {
1166
+ height: 43px;
1167
+ line-height: 1;
1168
+ margin: 0;
1169
+ padding: 8px 20px;
1170
+ -webkit-border-radius: 0 10px 10px 0;
1171
+ border-radius: 0 10px 10px 0;
1172
+ }
1173
+
1174
+ .pa-license-form input + span {
1175
+ margin-right: 10px;
1176
+ font-weight: 600;
1177
+ }
1178
+
1179
+ .pa-license-cell span {
1180
+ margin-right: 0.3em;
1181
+ }
1182
+
1183
+ /*
1184
+ * PAPRO Notice
1185
+ */
1186
+ .papro-admin-notice {
1187
+ -webkit-display: flex;
1188
+ display: -webkit-box;
1189
+ display: -ms-flexbox;
1190
+ -js-display: flex;
1191
+ display: -moz-box;
1192
+ display: flex;
1193
+ -webkit-box-pack: end;
1194
+ -ms-flex-pack: end;
1195
+ -webkit-justify-content: flex-end;
1196
+ -moz-box-pack: end;
1197
+ justify-content: flex-end;
1198
+ -webkit-box-align: center;
1199
+ -ms-flex-align: center;
1200
+ -webkit-align-items: center;
1201
+ -moz-box-align: center;
1202
+ align-items: center;
1203
+ margin-bottom: 24px;
1204
+ }
1205
+ .papro-admin-notice > div {
1206
+ -webkit-box-flex: 1;
1207
+ -webkit-flex-grow: 1;
1208
+ -moz-box-flex: 1;
1209
+ -ms-flex-positive: 1;
1210
+ flex-grow: 1;
1211
+ }
1212
+ .papro-admin-notice-left {
1213
+ position: relative;
1214
+ padding: 16px;
1215
+ -webkit-border-radius: 15px;
1216
+ border-radius: 15px;
1217
+ background-color: #fff;
1218
+ -webkit-flex-basis: 80%;
1219
+ -ms-flex-preferred-size: 80%;
1220
+ flex-basis: 80%;
1221
+ }
1222
+ .papro-admin-notice-left a {
1223
+ position: absolute;
1224
+ top: 0;
1225
+ right: 0;
1226
+ width: 100%;
1227
+ height: 100%;
1228
+ }
1229
+ .papro-admin-notice-left a:hover,
1230
+ .papro-admin-notice-left a:focus,
1231
+ .papro-admin-notice-left a:visited {
1232
+ outline: none;
1233
+ border: none;
1234
+ box-shadow: none;
1235
+ text-decoration: none;
1236
+ }
1237
+ /* .papro-admin-notice-logo img {
1238
+ width: 100%;
1239
+ } */
1240
+ .papro-admin-notice-right {
1241
+ -webkit-display: flex;
1242
+ display: -webkit-box;
1243
+ display: -ms-flexbox;
1244
+ -js-display: flex;
1245
+ display: -moz-box;
1246
+ display: flex;
1247
+ -webkit-box-align: center;
1248
+ -ms-flex-align: center;
1249
+ -webkit-align-items: center;
1250
+ -moz-box-align: center;
1251
+ align-items: center;
1252
+ background: url("../../images/papro-banner.png");
1253
+ -webkit-background-size: cover;
1254
+ background-size: cover;
1255
+ background-repeat: no-repeat;
1256
+ padding: 18px;
1257
+ -webkit-border-radius: 15px;
1258
+ border-radius: 15px;
1259
+ overflow: hidden;
1260
+ margin-right: 25px;
1261
+ }
1262
+
1263
+ .papro-admin-notice-right h4 {
1264
+ font-size: 20px;
1265
+ color: #fff;
1266
+ font-weight: 900;
1267
+ font-family: "Red Hat Display";
1268
+ margin: 0;
1269
+ margin-bottom: 8px;
1270
+ }
1271
+ .papro-admin-notice-right p {
1272
+ font-size: 14px;
1273
+ color: #ffffff;
1274
+ font-family: "Poppins";
1275
+ margin: 0;
1276
+ }
1277
+ .papro-admin-notice-right span {
1278
+ font-weight: 700;
1279
+ }
1280
+
1281
+ /*
1282
+ * Dashboard Tabs
1283
+ */
1284
+ .pa-dash-general:before {
1285
+ content: "\e900";
1286
+ }
1287
+ .pa-dash-integrations:before {
1288
+ content: "\e901";
1289
+ }
1290
+ .pa-dash-system-info:before {
1291
+ content: "\e902";
1292
+ }
1293
+ .pa-dash-vcontrol:before {
1294
+ content: "\e903";
1295
+ }
1296
+ .pa-dash-white-label:before {
1297
+ content: "\e904";
1298
+ }
1299
+ .pa-dash-elements:before {
1300
+ content: "\e905";
1301
+ }
1302
+ .pa-dash-license:before {
1303
+ content: "\e910";
1304
+ }
1305
+ .pa-dash-features:before {
1306
+ content: "\e911";
1307
+ }
1308
+ /*
1309
+ * Elements Categories
1310
+ */
1311
+ .pa-dash-cat-all:before {
1312
+ content: "\e906";
1313
+ }
1314
+ .pa-dash-cat-blurbs:before {
1315
+ content: "\e907";
1316
+ }
1317
+ .pa-dash-cat-contact:before {
1318
+ content: "\e908";
1319
+ }
1320
+ .pa-dash-cat-content:before {
1321
+ content: "\e909";
1322
+ }
1323
+ .pa-dash-cat-images:before {
1324
+ content: "\e90a";
1325
+ }
1326
+ .pa-dash-cat-off-grid:before {
1327
+ content: "\e90b";
1328
+ }
1329
+ .pa-dash-cat-section:before {
1330
+ content: "\e90c";
1331
+ }
1332
+ .pa-dash-cat-feed:before {
1333
+ content: "\e90d";
1334
+ }
1335
+ .pa-dash-cat-data:before {
1336
+ content: "\e90e";
1337
+ }
1338
+ .pa-dash-cat-social:before {
1339
+ content: "\e90f";
1340
+ }
1341
+ /*
1342
+ * Widgets Icons
1343
+ */
1344
+ .pa-dash-premium-notbar:before {
1345
+ content: "\e913";
1346
+ }
1347
+ .pa-dash-premium-gradient:before {
1348
+ content: "\e914";
1349
+ }
1350
+ .pa-dash-premium-color-transition:before {
1351
+ content: "\e915";
1352
+ }
1353
+ .pa-dash-premium-behance:before {
1354
+ content: "\e916";
1355
+ }
1356
+ .pa-dash-premium-charts:before {
1357
+ content: "\e917";
1358
+ }
1359
+ .pa-dash-premium-content-toggle:before {
1360
+ content: "\e918";
1361
+ }
1362
+ .pa-dash-premium-divider:before {
1363
+ content: "\e919";
1364
+ }
1365
+ .pa-dash-premium-facebook-feed:before {
1366
+ content: "\e91b";
1367
+ }
1368
+ .pa-dash-facebook-feed-2:before {
1369
+ content: "\e91b";
1370
+ }
1371
+ .pa-dash-premium-fb-chat:before {
1372
+ content: "\e91c";
1373
+ }
1374
+ .pa-dash-premium-facebook-reviews:before {
1375
+ content: "\e91d";
1376
+ }
1377
+ .pa-dash-premium-google-reviews:before {
1378
+ content: "\e91e";
1379
+ }
1380
+ .pa-dash-premium-hscroll:before {
1381
+ content: "\e91f";
1382
+ }
1383
+ .pa-dash-premium-flipbox:before {
1384
+ content: "\e920";
1385
+ }
1386
+ .pa-dash-premium-iconbox:before {
1387
+ content: "\e921";
1388
+ }
1389
+ .pa-dash-premium-image-accordion:before {
1390
+ content: "\e922";
1391
+ }
1392
+ .pa-dash-premium-image-comparison:before {
1393
+ content: "\e923";
1394
+ }
1395
+ .pa-dash-premium-image-hotspots:before {
1396
+ content: "\e924";
1397
+ }
1398
+ .pa-dash-premium-img-layers:before {
1399
+ content: "\e925";
1400
+ }
1401
+ .pa-dash-premium-instagram-feed:before {
1402
+ content: "\e926";
1403
+ }
1404
+ .pa-dash-premium-kenburns:before {
1405
+ content: "\e927";
1406
+ }
1407
+ .pa-dash-premium-lottie:before {
1408
+ content: "\e928";
1409
+ }
1410
+ .pa-dash-premium-magic-section:before {
1411
+ content: "\e929";
1412
+ }
1413
+ .pa-dash-premium-multi-scroll:before {
1414
+ content: "\e92a";
1415
+ }
1416
+ .pa-dash-premium-ihover:before {
1417
+ content: "\e92b";
1418
+ }
1419
+ .pa-dash-premium-parallax:before {
1420
+ content: "\e94f";
1421
+ }
1422
+ .pa-dash-premium-particles:before {
1423
+ content: "\e92c";
1424
+ }
1425
+ .pa-dash-premium-prev-img:before {
1426
+ content: "\e92d";
1427
+ }
1428
+ .pa-dash-premium-tabs:before {
1429
+ content: "\e92f";
1430
+ }
1431
+ .pa-dash-premium-tables:before {
1432
+ content: "\e92e";
1433
+ }
1434
+ .pa-dash-trustpilot:before {
1435
+ content: "\e930";
1436
+ }
1437
+ .pa-dash-premium-twitter-feed:before {
1438
+ content: "\e931";
1439
+ }
1440
+ .pa-dash-premium-unfold:before {
1441
+ content: "\e932";
1442
+ }
1443
+ .pa-dash-premium-whatsapp-chat:before {
1444
+ content: "\e933";
1445
+ }
1446
+ .pa-dash-premium-yelp-reviews:before {
1447
+ content: "\e934";
1448
+ }
1449
+ .pa-dash-premium-banner:before {
1450
+ content: "\e935";
1451
+ }
1452
+ .pa-dash-premium-blog:before {
1453
+ content: "\e936";
1454
+ }
1455
+ .pa-dash-premium-button:before {
1456
+ content: "\e937";
1457
+ }
1458
+ .pa-dash-premium-carousel:before {
1459
+ content: "\e938";
1460
+ }
1461
+ .pa-dash-premium-contactform:before {
1462
+ content: "\e939";
1463
+ }
1464
+ .pa-dash-premium-countdown:before {
1465
+ content: "\e93a";
1466
+ }
1467
+ .pa-dash-premium-counter:before {
1468
+ content: "\e93b";
1469
+ }
1470
+ .pa-dash-premium-dual-header:before {
1471
+ content: "\e93c";
1472
+ }
1473
+ .pa-dash-premium-fancytext:before {
1474
+ content: "\e93d";
1475
+ }
1476
+ .pa-dash-premium-maps:before {
1477
+ content: "\e93e";
1478
+ }
1479
+ .pa-dash-premium-title:before {
1480
+ content: "\e93f";
1481
+ }
1482
+ .pa-dash-premium-icon-list:before {
1483
+ content: "\e940";
1484
+ }
1485
+ .pa-dash-premium-image-button:before {
1486
+ content: "\e941";
1487
+ }
1488
+ .pa-dash-premium-image-scroll:before {
1489
+ content: "\e942";
1490
+ }
1491
+ .pa-dash-premium-image-separator:before {
1492
+ content: "\e943";
1493
+ }
1494
+ /* .pa-dash-premium-lottie:before {
1495
+ content: "\e944";
1496
+ } */
1497
+ .pa-dash-premium-lottie-widget:before {
1498
+ content: "\e945";
1499
+ }
1500
+ .pa-dash-premium-grid:before {
1501
+ content: "\e946";
1502
+ }
1503
+ .pa-dash-premium-modalbox:before {
1504
+ content: "\e947";
1505
+ }
1506
+ .pa-dash-premium-pricing-table:before {
1507
+ content: "\e948";
1508
+ }
1509
+ .pa-dash-premium-progressbar:before {
1510
+ content: "\e949";
1511
+ }
1512
+ .pa-dash-premium-person:before {
1513
+ content: "\e94a";
1514
+ }
1515
+ .pa-dash-premium-testimonials:before {
1516
+ content: "\e94b";
1517
+ }
1518
+ .pa-dash-premium-vscroll:before {
1519
+ content: "\e94c";
1520
+ }
1521
+ .pa-dash-premium-videobox:before {
1522
+ content: "\e94d";
1523
+ }
admin/assets/css/admin.css CHANGED
@@ -1,1524 +1,1524 @@
1
- .button.pa-btn {
2
- border: none;
3
- color: #fff;
4
- text-align: center;
5
- padding: 3px;
6
- max-width: 250px;
7
- height: auto;
8
- font-weight: 700;
9
- -webkit-box-shadow: none;
10
- box-shadow: none;
11
- }
12
- .button.pa-btn:hover,
13
- .button.pa-btn:focus,
14
- .button.pa-btn:active {
15
- outline: none;
16
- border: none;
17
- text-decoration: none;
18
- }
19
- .pa-btn.pa-save-button {
20
- font-family: "Red Hat Display";
21
- font-size: 15px;
22
- width: 147px;
23
- height: 43px;
24
- -webkit-border-radius: 10px;
25
- border-radius: 10px;
26
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
27
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
28
- background-color: #00a5e5;
29
- margin-top: 50px;
30
- }
31
- .pa-btn.pa-save-button:hover,
32
- .pa-btn.pa-save-button:focus,
33
- .pa-btn.pa-save-button:active {
34
- background: #00a5e5;
35
- color: #fff;
36
- -webkit-box-shadow: none;
37
- box-shadow: none;
38
- }
39
-
40
- .switch {
41
- position: relative;
42
- display: inline-block;
43
- width: 44px;
44
- height: 24px;
45
- -webkit-border-radius: 12px;
46
- border-radius: 12px;
47
- }
48
- .switch input {
49
- display: none;
50
- }
51
- .slider,
52
- .pro-slider {
53
- position: absolute;
54
- cursor: pointer;
55
- top: 0;
56
- left: 0;
57
- right: 0;
58
- bottom: 0;
59
- /* background-color: #f2f2f2;
60
- box-shadow: 0 0 2px 1px #ccc inset; */
61
- -webkit-transition: 0.4s;
62
- transition: 0.4s;
63
- }
64
- .slider:before,
65
- .pro-slider:before {
66
- position: absolute;
67
- content: "";
68
- left: 3px;
69
- top: 50%;
70
- -webkit-transform: translateY(-50%);
71
- -ms-transform: translateY(-50%);
72
- transform: translateY(-50%);
73
- /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
74
- -webkit-transition: all 0.4s ease-in-out;
75
- transition: all 0.4s ease-in-out;
76
- padding: 0;
77
- margin: 0;
78
- width: 15px;
79
- height: 15px;
80
- -webkit-border-radius: 8px;
81
- border-radius: 8px;
82
- -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
83
- filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
84
- background-color: #f7f7f7;
85
- border: 1px solid #ffffff;
86
- /* box-shadow: 0 2.5px 5px #b8b8b9; */
87
- }
88
- input:checked + .slider {
89
- background: #8dc900;
90
- }
91
- input:focus + .slider {
92
- -webkit-box-shadow: 0 0 1px #18a4fd;
93
- box-shadow: 0 0 1px #18a4fd;
94
- }
95
- input:checked + .slider:before {
96
- -webkit-transform: translate3d(20px, -50%, 0);
97
- transform: translate3d(20px, -50%, 0);
98
- }
99
- .slider.round,
100
- .pro-slider.round {
101
- -webkit-border-radius: 34px;
102
- border-radius: 34px;
103
- background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
104
- background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
105
- background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
106
- }
107
- .slider.round:before,
108
- .pro-slider.round:before {
109
- -webkit-border-radius: 50%;
110
- border-radius: 50%;
111
- }
112
-
113
- .pa-switcher input:disabled + .pro-slider::after {
114
- position: absolute;
115
- content: "\e912";
116
- font-family: "pa-dash";
117
- color: #474747;
118
- right: 8px;
119
- top: 50%;
120
- -webkit-transform: translateY(-50%);
121
- -ms-transform: translateY(-50%);
122
- transform: translateY(-50%);
123
- }
124
- .pa-api-disable-title label,
125
- .pa-is-beta label {
126
- margin-right: 15px;
127
- }
128
- .pa-api-disable-title span,
129
- .pa-is-beta span {
130
- font-weight: 400;
131
- }
132
- .pa-maps-api-notice {
133
- margin: 0.5em 0;
134
- }
135
- .pa-api-title input {
136
- margin-top: 10px;
137
- font-size: normal;
138
- font-weight: 400;
139
- width: 400px;
140
- margin-left: 30px;
141
- }
142
-
143
- .pa-sys-info-tab {
144
- background: #f7f7f7;
145
- margin: 8px;
146
- border: 2px solid #ddd;
147
- -webkit-border-radius: 3px;
148
- border-radius: 3px;
149
- padding: 0;
150
- }
151
- .pa-system-info-container {
152
- padding: 10px;
153
- }
154
-
155
- .dialog-type-lightbox .dialog-widget-header {
156
- text-align: center;
157
- font-size: 15px;
158
- color: #495157;
159
- padding: 30px 0 10px;
160
- font-weight: 500;
161
- }
162
-
163
- .pa-swal.swal2-show {
164
- padding: 32px;
165
- padding-bottom: 50px;
166
- background-image: url("../../images/popup-pattern.jpg");
167
- background-repeat: no-repeat;
168
- -webkit-background-size: cover;
169
- background-size: cover;
170
- -webkit-border-radius: 50px 0;
171
- border-radius: 50px 0;
172
- }
173
-
174
- .pa-swal .swal2-close {
175
- color: #c2c4cf;
176
- }
177
- .pa-swal .swal2-close:hover {
178
- color: #00a5e5;
179
- }
180
- .pa-swal .swal2-title {
181
- margin: 0;
182
- }
183
- .pa-swal .swal2-content {
184
- font-size: 13px;
185
- color: #474747;
186
- font-family: "Poppins";
187
- text-align: center;
188
- margin: 0;
189
- margin-bottom: 0px;
190
- }
191
- .pa-swal .swal2-cancel.swal2-styled,
192
- .pa-swal .swal2-cancel.swal2-styled:hover,
193
- .pa-swal .swal2-confirm.swal2-styled {
194
- background-image: none !important;
195
- background-color: #ebebeb;
196
- color: #474747;
197
- border: none !important;
198
- -webkit-box-shadow: none !important;
199
- box-shadow: none !important;
200
- font-family: "Red Hat Display";
201
- font-size: 15px;
202
- font-weight: 700;
203
- }
204
- .pa-swal .swal2-confirm.swal2-styled,
205
- .pa-swal .swal2-confirm.swal2-styled:hover {
206
- min-width: 128px;
207
- color: #fff;
208
- background-image: none !important;
209
- background-color: #00a5e5;
210
- }
211
-
212
- /**
213
- * New Dashboard
214
- */
215
- .pa-settings-wrap {
216
- padding: 35px;
217
- padding-left: 15px;
218
- }
219
- .pa-settings-section {
220
- display: none;
221
- }
222
-
223
- .pa-settings-tabs {
224
- background-color: #fff;
225
- -webkit-border-radius: 15px;
226
- border-radius: 15px;
227
- padding: 36px;
228
- margin-bottom: 12px;
229
- }
230
-
231
- .pa-settings-tabs-list {
232
- clear: left;
233
- margin: 0;
234
- list-style-type: none;
235
- }
236
-
237
- .pa-settings-tabs .pa-settings-tabs-list li {
238
- display: inline-block;
239
- margin-bottom: 0;
240
- margin-right: 23px;
241
- }
242
-
243
- .pa-settings-section.active {
244
- display: block;
245
- }
246
-
247
- .papro-admin-notice a,
248
- .pa-settings-wrap .pa-settings-tabs a {
249
- -js-display: flex;
250
- display: -webkit-box;
251
- display: -webkit-flex;
252
- display: -moz-box;
253
- display: -ms-flexbox;
254
- display: flex;
255
- -webkit-box-pack: center;
256
- -webkit-justify-content: center;
257
- -moz-box-pack: center;
258
- -ms-flex-pack: center;
259
- justify-content: center;
260
- -webkit-box-align: center;
261
- -webkit-align-items: center;
262
- -moz-box-align: center;
263
- -ms-flex-align: center;
264
- align-items: center;
265
- font-size: 14px;
266
- line-height: 1.8em;
267
- position: relative;
268
- color: #252c59;
269
- text-decoration: none;
270
- -webkit-transition: all 0.3s ease;
271
- transition: all 0.3s ease;
272
- }
273
-
274
- .papro-admin-notice a.papro-notice-btn {
275
- width: 120px;
276
- /* height: 58px; */
277
- -webkit-border-radius: 15px;
278
- border-radius: 15px;
279
- -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
280
- filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
281
- background-color: #ffffff;
282
- font-size: 18px;
283
- color: #fe6300;
284
- font-weight: 800;
285
- font-family: "Red Hat Display";
286
- text-align: center;
287
- padding: 10px 20px;
288
- }
289
-
290
- .pa-settings-wrap .pa-settings-tabs a:focus {
291
- outline: none;
292
- -webkit-box-shadow: none;
293
- box-shadow: none;
294
- }
295
-
296
- .pa-settings-wrap .pa-settings-tabs span {
297
- margin-left: 8px;
298
- font-family: "Poppins";
299
- font-weight: 500;
300
- }
301
-
302
- .pa-settings-wrap .pa-settings-tabs .pa-section-active {
303
- color: #00a5e5;
304
- }
305
-
306
- .pa-section {
307
- display: none;
308
- position: relative;
309
- background-color: #fff;
310
- -webkit-transition: opacity 0.2s;
311
- transition: opacity 0.2s;
312
- padding: 36px;
313
- -webkit-border-radius: 15px;
314
- border-radius: 15px;
315
- }
316
-
317
- /**
318
- * General Tab
319
- */
320
- #pa-general-settings {
321
- -js-display: flex;
322
- display: -webkit-box;
323
- display: -webkit-flex;
324
- display: -moz-box;
325
- display: -ms-flexbox;
326
- display: flex;
327
- }
328
- #pa-general-settings .col-half:first-of-type {
329
- margin-right: 16px;
330
- }
331
- #pa-general-settings .pa-section-info i {
332
- vertical-align: bottom;
333
- }
334
-
335
- /**
336
- * Tab Info
337
- */
338
- .pa-section-info-wrap {
339
- padding: 36px;
340
- -webkit-border-radius: 15px;
341
- border-radius: 15px;
342
- background-color: #f7f7f7;
343
- -js-display: flex;
344
- display: -webkit-box;
345
- display: -webkit-flex;
346
- display: -moz-box;
347
- display: -ms-flexbox;
348
- display: flex;
349
- -webkit-box-pack: justify;
350
- -webkit-justify-content: space-between;
351
- -moz-box-pack: justify;
352
- -ms-flex-pack: justify;
353
- justify-content: space-between;
354
- -webkit-box-align: center;
355
- -webkit-align-items: center;
356
- -moz-box-align: center;
357
- -ms-flex-align: center;
358
- align-items: center;
359
- }
360
- #pa-ver-control-settings .pa-section-info-wrap {
361
- -webkit-box-orient: vertical;
362
- -webkit-box-direction: normal;
363
- -webkit-flex-direction: column;
364
- -moz-box-orient: vertical;
365
- -moz-box-direction: normal;
366
- -ms-flex-direction: column;
367
- flex-direction: column;
368
- -webkit-box-align: start;
369
- -webkit-align-items: flex-start;
370
- -moz-box-align: start;
371
- -ms-flex-align: start;
372
- align-items: flex-start;
373
- }
374
- #pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
375
- #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
376
- margin-top: 36px;
377
- }
378
- .pa-section-info-wrap h4 {
379
- font-size: 20px;
380
- color: #252c59;
381
- font-weight: 900;
382
- font-family: "Red Hat Display";
383
- margin: 0;
384
- }
385
- .pa-section-info-wrap p {
386
- font-size: 15px;
387
- color: #474747;
388
- font-family: "Poppins";
389
- margin: 0;
390
- margin-top: 14px;
391
- }
392
- .pa-section-info-cta {
393
- -js-display: flex;
394
- display: -webkit-box;
395
- display: -webkit-flex;
396
- display: -moz-box;
397
- display: -ms-flexbox;
398
- display: flex;
399
- -webkit-box-align: center;
400
- -webkit-align-items: center;
401
- -moz-box-align: center;
402
- -ms-flex-align: center;
403
- align-items: center;
404
- margin-top: 25px;
405
- }
406
- .pa-section-info-cta .pa-btn {
407
- color: #474747;
408
- background-color: #ebebeb;
409
- padding: 8px 20px;
410
- -webkit-border-radius: 10px;
411
- border-radius: 10px;
412
- font-size: 15px;
413
- font-weight: 700;
414
- font-family: "Red Hat Display";
415
- -webkit-transition: all 0.2s ease-in-out;
416
- transition: all 0.2s ease-in-out;
417
- }
418
- .pa-section-info-cta .pa-btn:hover,
419
- .pa-section-info-cta .pa-btn:focus,
420
- .pa-section-info-cta .pa-btn:active {
421
- color: #fff;
422
- background-color: #00a5e5;
423
- }
424
-
425
- .pa-section-info-cta .pa-section-info-label {
426
- font-size: 13px;
427
- color: #474747;
428
- font-family: "Poppins";
429
- text-align: right;
430
- }
431
-
432
- .pa-section-info-cta .pa-section-info-warning {
433
- font-size: 13px;
434
- color: #cca329;
435
- font-weight: 300;
436
- font-family: "Poppins";
437
- margin-left: 20px;
438
- }
439
-
440
- .pa-section-info-cta .pa-section-info-warning i {
441
- font-weight: 300;
442
- vertical-align: bottom;
443
- }
444
-
445
- .pa-btn-group .pa-btn {
446
- font-family: "Red Hat Display";
447
- color: #8e8e8e;
448
- background-color: #ebebeb;
449
- border: 0px solid;
450
- padding: 16px 28px;
451
- -webkit-border-radius: 10px;
452
- border-radius: 10px;
453
- font-size: 15px;
454
- font-weight: 700;
455
- cursor: pointer;
456
- -webkit-transition: 300ms;
457
- transition: 300ms;
458
- display: block;
459
- }
460
- .pa-btn-group button.pa-btn-enable {
461
- -webkit-border-top-right-radius: 0;
462
- border-top-right-radius: 0;
463
- -webkit-border-bottom-right-radius: 0;
464
- border-bottom-right-radius: 0;
465
- float: left;
466
- }
467
- .pa-btn-group button.pa-btn-disable {
468
- -webkit-border-top-left-radius: 0;
469
- border-top-left-radius: 0;
470
- -webkit-border-bottom-left-radius: 0;
471
- border-bottom-left-radius: 0;
472
- float: right;
473
- }
474
-
475
- .pa-btn-group .pa-btn-enable.active {
476
- color: #fff;
477
- -webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
478
- box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
479
- background-color: #8dc900;
480
- }
481
- .pa-btn-group .pa-btn-disable.active {
482
- color: #fff;
483
- -webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
484
- box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
485
- background-color: #898989;
486
- }
487
- .pa-btn-group .pa-btn-enable:not(.active):hover {
488
- color: #ffffff;
489
- background-color: #8dc900;
490
- }
491
- .pa-btn-group .pa-btn-disable:not(.active):hover {
492
- color: #ffffff;
493
- background-color: #898989;
494
- }
495
-
496
- /*
497
- * Widgets & Addons Tab
498
- */
499
- .pa-elements-settings {
500
- position: relative;
501
- -js-display: flex;
502
- display: -webkit-box;
503
- display: -webkit-flex;
504
- display: -moz-box;
505
- display: -ms-flexbox;
506
- display: flex;
507
- margin-top: 16px;
508
- }
509
- .pa-elements-filter {
510
- position: absolute;
511
- top: 10px;
512
- right: 16px;
513
- }
514
- .pa-elements-filter label {
515
- font-size: 13px;
516
- color: #474747;
517
- font-family: "Poppins";
518
- margin-right: 10px;
519
- }
520
- .pa-elements-filter select {
521
- padding: 5px 35px 5px 15px;
522
- }
523
- .pa-elements-tabs {
524
- -webkit-border-radius: 10px;
525
- border-radius: 10px;
526
- background-color: #f7f7f7;
527
- padding: 20px;
528
- margin-right: 16px;
529
- }
530
- .pa-elements-tabs .pa-elements-tab {
531
- position: relative;
532
- padding: 0;
533
- margin-bottom: 12px;
534
- text-align: center;
535
- }
536
- .pa-elements-tab .pa-element-tab-tooltip {
537
- position: absolute;
538
- background-color: #3a3c40;
539
- display: block;
540
- position: absolute;
541
- top: 50%;
542
- left: 100%;
543
- padding: 10px 20px;
544
- -webkit-border-radius: 13px;
545
- border-radius: 13px;
546
- -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
547
- filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
548
- background-color: #ffffff;
549
- font-size: 11px;
550
- color: #252c59;
551
- font-weight: 500;
552
- font-family: "Poppins";
553
- opacity: 0;
554
- pointer-events: none;
555
- text-transform: capitalize;
556
- -webkit-transform: translate(30px, -50%);
557
- -ms-transform: translate(30px, -50%);
558
- transform: translate(30px, -50%);
559
- -webkit-transition: all 0.3s ease;
560
- transition: all 0.3s ease;
561
- z-index: 1;
562
- white-space: nowrap;
563
- }
564
- .pa-elements-tab .pa-element-tab-tooltip::before {
565
- display: block;
566
- position: absolute;
567
- top: 50%;
568
- left: -5px;
569
- width: 0;
570
- height: 0;
571
- content: "";
572
- border-top: 5px solid transparent;
573
- border-bottom: 5px solid transparent;
574
- border-right: 5px solid #ffffff;
575
- -webkit-transform: translateY(-50%);
576
- -ms-transform: translateY(-50%);
577
- transform: translateY(-50%);
578
- }
579
- .pa-elements-tab .pa-elements-tab-link {
580
- -js-display: flex;
581
- display: -webkit-box;
582
- display: -webkit-flex;
583
- display: -moz-box;
584
- display: -ms-flexbox;
585
- display: flex;
586
- -webkit-box-pack: center;
587
- -webkit-justify-content: center;
588
- -moz-box-pack: center;
589
- -ms-flex-pack: center;
590
- justify-content: center;
591
- -webkit-box-align: center;
592
- -webkit-align-items: center;
593
- -moz-box-align: center;
594
- -ms-flex-align: center;
595
- align-items: center;
596
- color: #c2c4cf;
597
- padding: 12px;
598
- text-decoration: none;
599
- -webkit-transition: all 0.3s ease-in-out;
600
- transition: all 0.3s ease-in-out;
601
- -webkit-border-radius: 13px;
602
- border-radius: 13px;
603
- }
604
-
605
- .pa-elements-tab .pa-elements-tab-link:hover,
606
- .pa-elements-tab .pa-elements-tab-link.active {
607
- -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
608
- drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
609
- filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
610
- drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
611
- background-color: #ffffff;
612
- color: #00a5e5;
613
- outline: none;
614
- border: none;
615
- text-decoration: none;
616
- -webkit-box-shadow: none;
617
- box-shadow: none;
618
- }
619
-
620
- .pa-elements-tab .pa-elements-tab-link:hover + span {
621
- opacity: 1;
622
- -webkit-transform: translate(20px, -50%);
623
- -ms-transform: translate(20px, -50%);
624
- transform: translate(20px, -50%);
625
- }
626
-
627
- .pa-switchers {
628
- -js-display: flex;
629
- display: -webkit-box;
630
- display: -webkit-flex;
631
- display: -moz-box;
632
- display: -ms-flexbox;
633
- display: flex;
634
- -webkit-flex-wrap: wrap;
635
- -ms-flex-wrap: wrap;
636
- flex-wrap: wrap;
637
- -webkit-align-content: flex-start;
638
- -ms-flex-line-pack: start;
639
- align-content: flex-start;
640
- }
641
- .pa-switchers-container {
642
- width: 100%;
643
- }
644
- .pa-switchers-container.hidden,
645
- .pa-switcher.hidden {
646
- display: none;
647
- }
648
- .pa-switchers-container .pa-elements-tab-title {
649
- font-size: 20px;
650
- color: #252c59;
651
- font-weight: 900;
652
- font-family: "Red Hat Display";
653
- margin: 16px 0;
654
- }
655
- .pa-switcher {
656
- -webkit-border-radius: 15px;
657
- border-radius: 15px;
658
- background-color: #f7f7f7;
659
- position: relative;
660
- -js-display: flex;
661
- display: -webkit-box;
662
- display: -webkit-flex;
663
- display: -moz-box;
664
- display: -ms-flexbox;
665
- display: flex;
666
- width: -webkit-calc(50% - 56px);
667
- width: calc(50% - 56px);
668
- -webkit-box-pack: justify;
669
- -webkit-justify-content: space-between;
670
- -moz-box-pack: justify;
671
- -ms-flex-pack: justify;
672
- justify-content: space-between;
673
- -webkit-box-align: center;
674
- -webkit-align-items: center;
675
- -moz-box-align: center;
676
- -ms-flex-align: center;
677
- align-items: center;
678
- padding: 20px;
679
- margin-top: 16px;
680
- margin-right: 16px;
681
- }
682
-
683
- .pa-element-info {
684
- -js-display: flex;
685
- display: -webkit-box;
686
- display: -webkit-flex;
687
- display: -moz-box;
688
- display: -ms-flexbox;
689
- display: flex;
690
- -webkit-box-align: center;
691
- -webkit-align-items: center;
692
- -moz-box-align: center;
693
- -ms-flex-align: center;
694
- align-items: center;
695
- }
696
- .pa-element-info .pa-element-icon {
697
- color: #252c59;
698
- background-color: #ebebeb;
699
- -webkit-border-radius: 15px;
700
- border-radius: 15px;
701
- /* padding: 12px; */
702
- min-width: 40px;
703
- min-height: 40px;
704
- margin-right: 10px;
705
- -js-display: flex;
706
- display: -webkit-box;
707
- display: -webkit-flex;
708
- display: -moz-box;
709
- display: -ms-flexbox;
710
- display: flex;
711
- -webkit-box-pack: center;
712
- -webkit-justify-content: center;
713
- -moz-box-pack: center;
714
- -ms-flex-pack: center;
715
- justify-content: center;
716
- -webkit-box-align: center;
717
- -webkit-align-items: center;
718
- -moz-box-align: center;
719
- -ms-flex-align: center;
720
- align-items: center;
721
- }
722
- .pa-element-name {
723
- font-size: 16px;
724
- color: #252c59;
725
- font-weight: 700;
726
- font-family: "Red Hat Display";
727
- margin: 0;
728
- -js-display: flex;
729
- display: -webkit-box;
730
- display: -webkit-flex;
731
- display: -moz-box;
732
- display: -ms-flexbox;
733
- display: flex;
734
- }
735
-
736
- .pa-element-name span {
737
- text-transform: uppercase;
738
- color: #fd9926;
739
- font-weight: 700;
740
- font-size: 11px;
741
- margin-left: 5px;
742
- }
743
-
744
- .pa-element-link {
745
- font-size: 13px;
746
- color: #252c59;
747
- font-family: "Poppins";
748
- text-decoration: none;
749
- -webkit-transition: all 0.2s ease-in-out;
750
- transition: all 0.2s ease-in-out;
751
- }
752
-
753
- .pa-element-link-separator {
754
- width: 3px;
755
- height: 3px;
756
- display: inline-block;
757
- text-align: center;
758
- color: #252c59;
759
- background: #252c59;
760
- -webkit-border-radius: 50%;
761
- border-radius: 50%;
762
- vertical-align: middle;
763
- margin: 0 3px;
764
- }
765
-
766
- .pa-element-link:hover,
767
- .pa-element-link:focus {
768
- color: #00a5e5;
769
- text-decoration: none;
770
- outline: none;
771
- -webkit-box-shadow: none;
772
- box-shadow: none;
773
- border: none;
774
- }
775
-
776
- /*
777
- * Integrations
778
- */
779
- .pa-maps-table select {
780
- width: 100%;
781
- max-width: 100%;
782
- padding: 8px;
783
- }
784
- .pa-maps-table #premium-map-api,
785
- .pa-maps-table #premium-youtube-api {
786
- width: 100%;
787
- }
788
- .pa-maps-table tr td {
789
- padding-top: 30px;
790
- }
791
- .pa-maps-table tr td:first-of-type {
792
- padding-right: 30px;
793
- }
794
- .pa-maps-table td h4 {
795
- margin: 0;
796
- font-size: 15px;
797
- color: #252c59;
798
- font-weight: 500;
799
- font-family: "Poppins";
800
- display: inline-block;
801
- }
802
- .pa-maps-table td span {
803
- font-size: 13px;
804
- color: #474747;
805
- font-family: "Poppins";
806
- vertical-align: middle;
807
- }
808
- .pa-maps-table td input[type="text"] {
809
- -webkit-border-radius: 10px;
810
- border-radius: 10px;
811
- background-color: #ebebeb;
812
- border: none;
813
- padding: 8px 20px;
814
- }
815
- .pa-section input[type="checkbox"] {
816
- border: none;
817
- display: none;
818
- }
819
-
820
- .pa-section input[type="checkbox"] + label {
821
- position: relative;
822
- background: #ebebeb;
823
- height: 16px;
824
- width: 16px;
825
- display: inline-block;
826
- padding: 0;
827
- margin-right: 5px;
828
- -webkit-border-radius: 4px;
829
- border-radius: 4px;
830
- }
831
- .pa-section input[type="checkbox"]:checked + label {
832
- background: #00a5e5;
833
- height: 16px;
834
- width: 16px;
835
- display: inline-block;
836
- padding: 0;
837
- }
838
- .pa-section input[type="checkbox"]:checked + label:before {
839
- position: absolute;
840
- content: "✔";
841
- color: #fff;
842
- font-size: 12px;
843
- top: 0;
844
- left: 0;
845
- width: 100%;
846
- height: 100%;
847
- text-align: center;
848
- margin-top: -1px;
849
- }
850
- .pa-maps-table td input:focus {
851
- outline: none;
852
- -webkit-box-shadow: none;
853
- box-shadow: none;
854
- border: none;
855
- }
856
- .pa-elements-filter select,
857
- .pa-maps-table td select {
858
- border-color: #dcdcdc;
859
- -webkit-border-radius: 10px;
860
- border-radius: 10px;
861
- -webkit-border-bottom-right-radius: 0;
862
- border-bottom-right-radius: 0;
863
- }
864
- .pa-maps-circle-icon {
865
- width: 5px;
866
- height: 5px;
867
- background-color: #252c59;
868
- -webkit-border-radius: 50%;
869
- border-radius: 50%;
870
- display: inline-block;
871
- vertical-align: middle;
872
- margin-right: 10px;
873
- }
874
- .pa-maps-table td h4:before {
875
- position: absolute;
876
- content: "";
877
- }
878
-
879
- /*
880
- * White Labeling Tab
881
- */
882
- .pa-wht-lbl-settings .pa-wht-lbl-title {
883
- font-size: 20px;
884
- color: #252c59;
885
- font-weight: 900;
886
- font-family: "Red Hat Display";
887
- margin: 0;
888
- }
889
-
890
- .pa-wht-lbl-settings .pa-row {
891
- width: 60%;
892
- float: left;
893
- }
894
-
895
- .pa-wht-lbl-settings .pa-wht-lbl-admin {
896
- width: 30%;
897
- float: left;
898
- margin-left: 16px;
899
- }
900
-
901
- .pa-wht-lbl-settings .pa-wht-lbl-head {
902
- border-bottom: 1px solid #ddd;
903
- background: #f7f7f7;
904
- padding: 20px;
905
- }
906
-
907
- .pa-wht-lbl-table {
908
- text-align: left;
909
- }
910
-
911
- .pa-wht-lbl-settings input {
912
- font-weight: 400;
913
- margin: 0;
914
- margin-bottom: 12px;
915
- -webkit-border-radius: 10px;
916
- border-radius: 10px;
917
- /* background-color: #ebebeb; */
918
- border: 1px solid #dcdcdc;
919
- padding: 8px 20px;
920
- }
921
-
922
- /* .pa-wht-lbl-settings input + span {
923
- margin-left: 0.3em;
924
- } */
925
-
926
- .pa-wht-lbl-settings label + span {
927
- font-family: "Poppins";
928
- vertical-align: middle;
929
- }
930
- .pa-wht-lbl-settings .pa-input-label {
931
- display: block;
932
- font-weight: 600;
933
- margin: 10px 0 6px;
934
- font-size: 14px;
935
- color: #252c59;
936
- font-family: "Red Hat Display";
937
- }
938
-
939
- .pa-wht-lbl-settings input[type="text"] {
940
- width: 550px;
941
- }
942
-
943
- .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
944
- font-weight: 300;
945
- font-family: "Poppins";
946
- }
947
-
948
- .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
949
- font-weight: 300;
950
- font-family: "Poppins";
951
- }
952
-
953
- .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
954
- font-weight: 300;
955
- font-family: "Poppins";
956
- }
957
-
958
- .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
959
- font-weight: 300;
960
- font-family: "Poppins";
961
- }
962
-
963
- .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
964
- font-weight: 300;
965
- font-family: "Poppins";
966
- }
967
-
968
- .pa-wht-lbl-settings input[type="text"]::placeholder {
969
- font-weight: 300;
970
- font-family: "Poppins";
971
- }
972
-
973
- .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
974
- background: #fff;
975
- margin: 16px auto;
976
- border: 1px solid #dcdcdc;
977
- -webkit-border-radius: 10px;
978
- border-radius: 10px;
979
- overflow: hidden;
980
- }
981
-
982
- .pa-wht-lbl-settings .clearfix {
983
- clear: both;
984
- }
985
-
986
- .pa-wht-lbl-group-wrap {
987
- padding: 20px;
988
- }
989
-
990
- .pa-wht-lbl-save .pa-save-button {
991
- margin-top: 0;
992
- }
993
-
994
- .pa-section-white-label .pa-white-label-notice {
995
- position: absolute;
996
- top: 0;
997
- left: 0;
998
- width: 100%;
999
- height: 100%;
1000
- background: rgba(200, 200, 200, 0.8);
1001
- -webkit-border-radius: 15px;
1002
- border-radius: 15px;
1003
- -js-display: flex;
1004
- display: -webkit-box;
1005
- display: -webkit-flex;
1006
- display: -moz-box;
1007
- display: -ms-flexbox;
1008
- display: flex;
1009
- -webkit-box-pack: center;
1010
- -webkit-justify-content: center;
1011
- -moz-box-pack: center;
1012
- -ms-flex-pack: center;
1013
- justify-content: center;
1014
- }
1015
-
1016
- .pa-white-label-notice-content {
1017
- position: absolute;
1018
- top: 200px;
1019
- left: 200;
1020
- width: 530px;
1021
- background-image: url("../../images/popup-pattern.jpg");
1022
- background-repeat: no-repeat;
1023
- -webkit-background-size: cover;
1024
- background-size: cover;
1025
- padding: 32px;
1026
- padding-bottom: 50px;
1027
- -webkit-border-radius: 50px 0px;
1028
- border-radius: 50px 0px;
1029
- text-align: center;
1030
- z-index: 2;
1031
- }
1032
- .pa-white-label-notice-logo {
1033
- -webkit-transform: translateY(-32px);
1034
- -ms-transform: translateY(-32px);
1035
- transform: translateY(-32px);
1036
- margin-bottom: -18px;
1037
- }
1038
- .pa-white-label-notice-logo img {
1039
- padding: 10px;
1040
- padding-top: 40px;
1041
- background-color: #ffffff;
1042
- border: 1px solid #e6e6e6;
1043
- -webkit-border-radius: 50px;
1044
- border-radius: 50px;
1045
- -webkit-border-top-left-radius: 50px;
1046
- border-top-left-radius: 50px;
1047
- -webkit-border-top-right-radius: 50px;
1048
- border-top-right-radius: 50px;
1049
- -webkit-border-top-left-radius: 0;
1050
- border-top-left-radius: 0;
1051
- -webkit-border-top-right-radius: 0;
1052
- border-top-right-radius: 0;
1053
- }
1054
- .pa-white-label-notice-content h2,
1055
- .pa-swal-head {
1056
- display: inline-block;
1057
- font-size: 23px;
1058
- color: #252c59;
1059
- font-weight: 900;
1060
- font-family: "Red Hat Display";
1061
- text-align: center;
1062
- max-width: 350px;
1063
- line-height: 1;
1064
- margin: 0;
1065
- margin-bottom: 18px;
1066
- }
1067
- .pa-white-label-notice-content h2 span {
1068
- color: #fd9926;
1069
- text-transform: uppercase;
1070
- font-family: "Red Hat Display";
1071
- }
1072
- .pa-white-label-notice-content p {
1073
- font-size: 13px;
1074
- color: #474747;
1075
- font-family: "Poppins";
1076
- text-align: center;
1077
- margin: 0;
1078
- margin-bottom: 18px;
1079
- }
1080
-
1081
- .pa-white-label-notice-content a.pa-get-pro {
1082
- display: inline-block;
1083
- width: 117px;
1084
- padding: 12px 10px;
1085
- -webkit-border-radius: 10px;
1086
- border-radius: 10px;
1087
- color: #ffffff;
1088
- font-size: 15px;
1089
- font-weight: 900;
1090
- font-family: "Red Hat Display";
1091
- -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1092
- filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1093
- text-decoration: none;
1094
- outline: none;
1095
- border: none;
1096
- background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
1097
- background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1098
- -webkit-transition: all 0.2s ease-in-out;
1099
- transition: all 0.2s ease-in-out;
1100
- }
1101
- .pa-white-label-notice-content a.pa-get-pro:hover {
1102
- background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
1103
- background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1104
- }
1105
-
1106
- /*
1107
- * System Info Tab
1108
- */
1109
- .pa-section-info table.widefat {
1110
- border: 0px;
1111
- -webkit-box-shadow: none;
1112
- box-shadow: none;
1113
- font-family: "Poppins";
1114
- }
1115
- .pa-section-info .widefat td:first-child {
1116
- width: 30%;
1117
- }
1118
- .pa-section-info table.widefat tr:nth-child(2n) {
1119
- background-color: #f7f7f7;
1120
- }
1121
-
1122
- /*
1123
- * License Tab
1124
- */
1125
- .pa-license-form span {
1126
- color: #474747;
1127
- font-family: "Poppins";
1128
- }
1129
-
1130
- .pa-license-form label {
1131
- display: block;
1132
- font-weight: 500;
1133
- margin: 2em 0 0.5em;
1134
- }
1135
-
1136
- .pa-license-form code {
1137
- padding: 3px 5px 2px;
1138
- margin: 0 1px;
1139
- background: #eaeaea;
1140
- background: rgba(0, 0, 0, 0.07);
1141
- font-size: 13px;
1142
- font-style: italic;
1143
- }
1144
-
1145
- .pa-license-form .button.button-primary {
1146
- width: 147px;
1147
- height: 43px;
1148
- /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1149
- filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1150
- background-color: #00a5e5;
1151
- /* margin-top: 50px; */
1152
- margin-left: -3px;
1153
- -webkit-border-radius: 0 10px 10px 0;
1154
- border-radius: 0 10px 10px 0;
1155
- border: none;
1156
- }
1157
-
1158
- #papro-license-key:focus,
1159
- .pa-license-form .button.button-primary:focus {
1160
- outline: none;
1161
- -webkit-box-shadow: none;
1162
- box-shadow: none;
1163
- }
1164
-
1165
- #papro-license-key {
1166
- height: 43px;
1167
- line-height: 1;
1168
- margin: 0;
1169
- padding: 8px 20px;
1170
- -webkit-border-radius: 10px 0 0 10px;
1171
- border-radius: 10px 0 0 10px;
1172
- }
1173
-
1174
- .pa-license-form input + span {
1175
- margin-left: 10px;
1176
- font-weight: 600;
1177
- }
1178
-
1179
- .pa-license-cell span {
1180
- margin-left: 0.3em;
1181
- }
1182
-
1183
- /*
1184
- * PAPRO Notice
1185
- */
1186
- .papro-admin-notice {
1187
- -webkit-display: flex;
1188
- display: -webkit-box;
1189
- display: -ms-flexbox;
1190
- -js-display: flex;
1191
- display: -moz-box;
1192
- display: flex;
1193
- -webkit-box-pack: end;
1194
- -ms-flex-pack: end;
1195
- -webkit-justify-content: flex-end;
1196
- -moz-box-pack: end;
1197
- justify-content: flex-end;
1198
- -webkit-box-align: center;
1199
- -ms-flex-align: center;
1200
- -webkit-align-items: center;
1201
- -moz-box-align: center;
1202
- align-items: center;
1203
- margin-bottom: 24px;
1204
- }
1205
- .papro-admin-notice > div {
1206
- -webkit-box-flex: 1;
1207
- -webkit-flex-grow: 1;
1208
- -moz-box-flex: 1;
1209
- -ms-flex-positive: 1;
1210
- flex-grow: 1;
1211
- }
1212
- .papro-admin-notice-left {
1213
- position: relative;
1214
- padding: 16px;
1215
- -webkit-border-radius: 15px;
1216
- border-radius: 15px;
1217
- background-color: #fff;
1218
- -webkit-flex-basis: 80%;
1219
- -ms-flex-preferred-size: 80%;
1220
- flex-basis: 80%;
1221
- }
1222
- .papro-admin-notice-left a {
1223
- position: absolute;
1224
- top: 0;
1225
- left: 0;
1226
- width: 100%;
1227
- height: 100%;
1228
- }
1229
- .papro-admin-notice-left a:hover,
1230
- .papro-admin-notice-left a:focus,
1231
- .papro-admin-notice-left a:visited {
1232
- outline: none;
1233
- border: none;
1234
- -webkit-box-shadow: none;
1235
- box-shadow: none;
1236
- text-decoration: none;
1237
- }
1238
- /* .papro-admin-notice-logo img {
1239
- width: 100%;
1240
- } */
1241
- .papro-admin-notice-right {
1242
- -webkit-display: flex;
1243
- display: -webkit-box;
1244
- display: -ms-flexbox;
1245
- -js-display: flex;
1246
- display: -moz-box;
1247
- display: flex;
1248
- -webkit-box-align: center;
1249
- -ms-flex-align: center;
1250
- -webkit-align-items: center;
1251
- -moz-box-align: center;
1252
- align-items: center;
1253
- background: url("../../images/papro-banner.png");
1254
- -webkit-background-size: cover;
1255
- background-size: cover;
1256
- background-repeat: no-repeat;
1257
- padding: 18px;
1258
- -webkit-border-radius: 15px;
1259
- border-radius: 15px;
1260
- overflow: hidden;
1261
- margin-left: 25px;
1262
- }
1263
-
1264
- .papro-admin-notice-right h4 {
1265
- font-size: 20px;
1266
- color: #fff;
1267
- font-weight: 900;
1268
- font-family: "Red Hat Display";
1269
- margin: 0;
1270
- margin-bottom: 8px;
1271
- }
1272
- .papro-admin-notice-right p {
1273
- font-size: 14px;
1274
- color: #ffffff;
1275
- font-family: "Poppins";
1276
- margin: 0;
1277
- }
1278
- .papro-admin-notice-right span {
1279
- font-weight: 700;
1280
- }
1281
-
1282
- /*
1283
- * Dashboard Tabs
1284
- */
1285
- .pa-dash-general:before {
1286
- content: "\e900";
1287
- }
1288
- .pa-dash-integrations:before {
1289
- content: "\e901";
1290
- }
1291
- .pa-dash-system-info:before {
1292
- content: "\e902";
1293
- }
1294
- .pa-dash-vcontrol:before {
1295
- content: "\e903";
1296
- }
1297
- .pa-dash-white-label:before {
1298
- content: "\e904";
1299
- }
1300
- .pa-dash-elements:before {
1301
- content: "\e905";
1302
- }
1303
- .pa-dash-license:before {
1304
- content: "\e910";
1305
- }
1306
- .pa-dash-features:before {
1307
- content: "\e911";
1308
- }
1309
- /*
1310
- * Elements Categories
1311
- */
1312
- .pa-dash-cat-all:before {
1313
- content: "\e906";
1314
- }
1315
- .pa-dash-cat-blurbs:before {
1316
- content: "\e907";
1317
- }
1318
- .pa-dash-cat-contact:before {
1319
- content: "\e908";
1320
- }
1321
- .pa-dash-cat-content:before {
1322
- content: "\e909";
1323
- }
1324
- .pa-dash-cat-images:before {
1325
- content: "\e90a";
1326
- }
1327
- .pa-dash-cat-off-grid:before {
1328
- content: "\e90b";
1329
- }
1330
- .pa-dash-cat-section:before {
1331
- content: "\e90c";
1332
- }
1333
- .pa-dash-cat-feed:before {
1334
- content: "\e90d";
1335
- }
1336
- .pa-dash-cat-data:before {
1337
- content: "\e90e";
1338
- }
1339
- .pa-dash-cat-social:before {
1340
- content: "\e90f";
1341
- }
1342
- /*
1343
- * Widgets Icons
1344
- */
1345
- .pa-dash-premium-notbar:before {
1346
- content: "\e913";
1347
- }
1348
- .pa-dash-premium-gradient:before {
1349
- content: "\e914";
1350
- }
1351
- .pa-dash-premium-color-transition:before {
1352
- content: "\e915";
1353
- }
1354
- .pa-dash-premium-behance:before {
1355
- content: "\e916";
1356
- }
1357
- .pa-dash-premium-charts:before {
1358
- content: "\e917";
1359
- }
1360
- .pa-dash-premium-content-toggle:before {
1361
- content: "\e918";
1362
- }
1363
- .pa-dash-premium-divider:before {
1364
- content: "\e919";
1365
- }
1366
- .pa-dash-premium-facebook-feed:before {
1367
- content: "\e91b";
1368
- }
1369
- .pa-dash-facebook-feed-2:before {
1370
- content: "\e91b";
1371
- }
1372
- .pa-dash-premium-fb-chat:before {
1373
- content: "\e91c";
1374
- }
1375
- .pa-dash-premium-facebook-reviews:before {
1376
- content: "\e91d";
1377
- }
1378
- .pa-dash-premium-google-reviews:before {
1379
- content: "\e91e";
1380
- }
1381
- .pa-dash-premium-hscroll:before {
1382
- content: "\e91f";
1383
- }
1384
- .pa-dash-premium-flipbox:before {
1385
- content: "\e920";
1386
- }
1387
- .pa-dash-premium-iconbox:before {
1388
- content: "\e921";
1389
- }
1390
- .pa-dash-premium-image-accordion:before {
1391
- content: "\e922";
1392
- }
1393
- .pa-dash-premium-image-comparison:before {
1394
- content: "\e923";
1395
- }
1396
- .pa-dash-premium-image-hotspots:before {
1397
- content: "\e924";
1398
- }
1399
- .pa-dash-premium-img-layers:before {
1400
- content: "\e925";
1401
- }
1402
- .pa-dash-premium-instagram-feed:before {
1403
- content: "\e926";
1404
- }
1405
- .pa-dash-premium-kenburns:before {
1406
- content: "\e927";
1407
- }
1408
- .pa-dash-premium-lottie:before {
1409
- content: "\e928";
1410
- }
1411
- .pa-dash-premium-magic-section:before {
1412
- content: "\e929";
1413
- }
1414
- .pa-dash-premium-multi-scroll:before {
1415
- content: "\e92a";
1416
- }
1417
- .pa-dash-premium-ihover:before {
1418
- content: "\e92b";
1419
- }
1420
- .pa-dash-premium-parallax:before {
1421
- content: "\e94f";
1422
- }
1423
- .pa-dash-premium-particles:before {
1424
- content: "\e92c";
1425
- }
1426
- .pa-dash-premium-prev-img:before {
1427
- content: "\e92d";
1428
- }
1429
- .pa-dash-premium-tabs:before {
1430
- content: "\e92f";
1431
- }
1432
- .pa-dash-premium-tables:before {
1433
- content: "\e92e";
1434
- }
1435
- .pa-dash-trustpilot:before {
1436
- content: "\e930";
1437
- }
1438
- .pa-dash-premium-twitter-feed:before {
1439
- content: "\e931";
1440
- }
1441
- .pa-dash-premium-unfold:before {
1442
- content: "\e932";
1443
- }
1444
- .pa-dash-premium-whatsapp-chat:before {
1445
- content: "\e933";
1446
- }
1447
- .pa-dash-premium-yelp-reviews:before {
1448
- content: "\e934";
1449
- }
1450
- .pa-dash-premium-banner:before {
1451
- content: "\e935";
1452
- }
1453
- .pa-dash-premium-blog:before {
1454
- content: "\e936";
1455
- }
1456
- .pa-dash-premium-button:before {
1457
- content: "\e937";
1458
- }
1459
- .pa-dash-premium-carousel:before {
1460
- content: "\e938";
1461
- }
1462
- .pa-dash-premium-contactform:before {
1463
- content: "\e939";
1464
- }
1465
- .pa-dash-premium-countdown:before {
1466
- content: "\e93a";
1467
- }
1468
- .pa-dash-premium-counter:before {
1469
- content: "\e93b";
1470
- }
1471
- .pa-dash-premium-dual-header:before {
1472
- content: "\e93c";
1473
- }
1474
- .pa-dash-premium-fancytext:before {
1475
- content: "\e93d";
1476
- }
1477
- .pa-dash-premium-maps:before {
1478
- content: "\e93e";
1479
- }
1480
- .pa-dash-premium-title:before {
1481
- content: "\e93f";
1482
- }
1483
- .pa-dash-premium-icon-list:before {
1484
- content: "\e940";
1485
- }
1486
- .pa-dash-premium-image-button:before {
1487
- content: "\e941";
1488
- }
1489
- .pa-dash-premium-image-scroll:before {
1490
- content: "\e942";
1491
- }
1492
- .pa-dash-premium-image-separator:before {
1493
- content: "\e943";
1494
- }
1495
- /* .pa-dash-premium-lottie:before {
1496
- content: "\e944";
1497
- } */
1498
- .pa-dash-premium-lottie-widget:before {
1499
- content: "\e945";
1500
- }
1501
- .pa-dash-premium-grid:before {
1502
- content: "\e946";
1503
- }
1504
- .pa-dash-premium-modalbox:before {
1505
- content: "\e947";
1506
- }
1507
- .pa-dash-premium-pricing-table:before {
1508
- content: "\e948";
1509
- }
1510
- .pa-dash-premium-progressbar:before {
1511
- content: "\e949";
1512
- }
1513
- .pa-dash-premium-person:before {
1514
- content: "\e94a";
1515
- }
1516
- .pa-dash-premium-testimonials:before {
1517
- content: "\e94b";
1518
- }
1519
- .pa-dash-premium-vscroll:before {
1520
- content: "\e94c";
1521
- }
1522
- .pa-dash-premium-videobox:before {
1523
- content: "\e94d";
1524
- }
1
+ .button.pa-btn {
2
+ border: none;
3
+ color: #fff;
4
+ text-align: center;
5
+ padding: 3px;
6
+ max-width: 250px;
7
+ height: auto;
8
+ font-weight: 700;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
+ }
12
+ .button.pa-btn:hover,
13
+ .button.pa-btn:focus,
14
+ .button.pa-btn:active {
15
+ outline: none;
16
+ border: none;
17
+ text-decoration: none;
18
+ }
19
+ .pa-btn.pa-save-button {
20
+ font-family: "Red Hat Display";
21
+ font-size: 15px;
22
+ width: 147px;
23
+ height: 43px;
24
+ -webkit-border-radius: 10px;
25
+ border-radius: 10px;
26
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
27
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
28
+ background-color: #00a5e5;
29
+ margin-top: 50px;
30
+ }
31
+ .pa-btn.pa-save-button:hover,
32
+ .pa-btn.pa-save-button:focus,
33
+ .pa-btn.pa-save-button:active {
34
+ background: #00a5e5;
35
+ color: #fff;
36
+ -webkit-box-shadow: none;
37
+ box-shadow: none;
38
+ }
39
+
40
+ .switch {
41
+ position: relative;
42
+ display: inline-block;
43
+ width: 44px;
44
+ height: 24px;
45
+ -webkit-border-radius: 12px;
46
+ border-radius: 12px;
47
+ }
48
+ .switch input {
49
+ display: none;
50
+ }
51
+ .slider,
52
+ .pro-slider {
53
+ position: absolute;
54
+ cursor: pointer;
55
+ top: 0;
56
+ left: 0;
57
+ right: 0;
58
+ bottom: 0;
59
+ /* background-color: #f2f2f2;
60
+ box-shadow: 0 0 2px 1px #ccc inset; */
61
+ -webkit-transition: 0.4s;
62
+ transition: 0.4s;
63
+ }
64
+ .slider:before,
65
+ .pro-slider:before {
66
+ position: absolute;
67
+ content: "";
68
+ left: 3px;
69
+ top: 50%;
70
+ -webkit-transform: translateY(-50%);
71
+ -ms-transform: translateY(-50%);
72
+ transform: translateY(-50%);
73
+ /* background: radial-gradient(farthest-corner at 14px 0px, #f0f0f0 50%, #cacaca 100%); */
74
+ -webkit-transition: all 0.4s ease-in-out;
75
+ transition: all 0.4s ease-in-out;
76
+ padding: 0;
77
+ margin: 0;
78
+ width: 15px;
79
+ height: 15px;
80
+ -webkit-border-radius: 8px;
81
+ border-radius: 8px;
82
+ -webkit-filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
83
+ filter: drop-shadow(0px 5px 2.5px rgba(40, 40, 40, 0.35));
84
+ background-color: #f7f7f7;
85
+ border: 1px solid #ffffff;
86
+ /* box-shadow: 0 2.5px 5px #b8b8b9; */
87
+ }
88
+ input:checked + .slider {
89
+ background: #8dc900;
90
+ }
91
+ input:focus + .slider {
92
+ -webkit-box-shadow: 0 0 1px #18a4fd;
93
+ box-shadow: 0 0 1px #18a4fd;
94
+ }
95
+ input:checked + .slider:before {
96
+ -webkit-transform: translate3d(20px, -50%, 0);
97
+ transform: translate3d(20px, -50%, 0);
98
+ }
99
+ .slider.round,
100
+ .pro-slider.round {
101
+ -webkit-border-radius: 34px;
102
+ border-radius: 34px;
103
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#dbdbdb));
104
+ background-image: -webkit-linear-gradient(top, #cfcfcf 0%, #dbdbdb 100%);
105
+ background-image: linear-gradient(180deg, #cfcfcf 0%, #dbdbdb 100%);
106
+ }
107
+ .slider.round:before,
108
+ .pro-slider.round:before {
109
+ -webkit-border-radius: 50%;
110
+ border-radius: 50%;
111
+ }
112
+
113
+ .pa-switcher input:disabled + .pro-slider::after {
114
+ position: absolute;
115
+ content: "\e912";
116
+ font-family: "pa-dash";
117
+ color: #474747;
118
+ right: 8px;
119
+ top: 50%;
120
+ -webkit-transform: translateY(-50%);
121
+ -ms-transform: translateY(-50%);
122
+ transform: translateY(-50%);
123
+ }
124
+ .pa-api-disable-title label,
125
+ .pa-is-beta label {
126
+ margin-right: 15px;
127
+ }
128
+ .pa-api-disable-title span,
129
+ .pa-is-beta span {
130
+ font-weight: 400;
131
+ }
132
+ .pa-maps-api-notice {
133
+ margin: 0.5em 0;
134
+ }
135
+ .pa-api-title input {
136
+ margin-top: 10px;
137
+ font-size: normal;
138
+ font-weight: 400;
139
+ width: 400px;
140
+ margin-left: 30px;
141
+ }
142
+
143
+ .pa-sys-info-tab {
144
+ background: #f7f7f7;
145
+ margin: 8px;
146
+ border: 2px solid #ddd;
147
+ -webkit-border-radius: 3px;
148
+ border-radius: 3px;
149
+ padding: 0;
150
+ }
151
+ .pa-system-info-container {
152
+ padding: 10px;
153
+ }
154
+
155
+ .dialog-type-lightbox .dialog-widget-header {
156
+ text-align: center;
157
+ font-size: 15px;
158
+ color: #495157;
159
+ padding: 30px 0 10px;
160
+ font-weight: 500;
161
+ }
162
+
163
+ .pa-swal.swal2-show {
164
+ padding: 32px;
165
+ padding-bottom: 50px;
166
+ background-image: url("../../images/popup-pattern.jpg");
167
+ background-repeat: no-repeat;
168
+ -webkit-background-size: cover;
169
+ background-size: cover;
170
+ -webkit-border-radius: 50px 0;
171
+ border-radius: 50px 0;
172
+ }
173
+
174
+ .pa-swal .swal2-close {
175
+ color: #c2c4cf;
176
+ }
177
+ .pa-swal .swal2-close:hover {
178
+ color: #00a5e5;
179
+ }
180
+ .pa-swal .swal2-title {
181
+ margin: 0;
182
+ }
183
+ .pa-swal .swal2-content {
184
+ font-size: 13px;
185
+ color: #474747;
186
+ font-family: "Poppins";
187
+ text-align: center;
188
+ margin: 0;
189
+ margin-bottom: 0px;
190
+ }
191
+ .pa-swal .swal2-cancel.swal2-styled,
192
+ .pa-swal .swal2-cancel.swal2-styled:hover,
193
+ .pa-swal .swal2-confirm.swal2-styled {
194
+ background-image: none !important;
195
+ background-color: #ebebeb;
196
+ color: #474747;
197
+ border: none !important;
198
+ -webkit-box-shadow: none !important;
199
+ box-shadow: none !important;
200
+ font-family: "Red Hat Display";
201
+ font-size: 15px;
202
+ font-weight: 700;
203
+ }
204
+ .pa-swal .swal2-confirm.swal2-styled,
205
+ .pa-swal .swal2-confirm.swal2-styled:hover {
206
+ min-width: 128px;
207
+ color: #fff;
208
+ background-image: none !important;
209
+ background-color: #00a5e5;
210
+ }
211
+
212
+ /**
213
+ * New Dashboard
214
+ */
215
+ .pa-settings-wrap {
216
+ padding: 35px;
217
+ padding-left: 15px;
218
+ }
219
+ .pa-settings-section {
220
+ display: none;
221
+ }
222
+
223
+ .pa-settings-tabs {
224
+ background-color: #fff;
225
+ -webkit-border-radius: 15px;
226
+ border-radius: 15px;
227
+ padding: 36px;
228
+ margin-bottom: 12px;
229
+ }
230
+
231
+ .pa-settings-tabs-list {
232
+ clear: left;
233
+ margin: 0;
234
+ list-style-type: none;
235
+ }
236
+
237
+ .pa-settings-tabs .pa-settings-tabs-list li {
238
+ display: inline-block;
239
+ margin-bottom: 0;
240
+ margin-right: 23px;
241
+ }
242
+
243
+ .pa-settings-section.active {
244
+ display: block;
245
+ }
246
+
247
+ .papro-admin-notice a,
248
+ .pa-settings-wrap .pa-settings-tabs a {
249
+ -js-display: flex;
250
+ display: -webkit-box;
251
+ display: -webkit-flex;
252
+ display: -moz-box;
253
+ display: -ms-flexbox;
254
+ display: flex;
255
+ -webkit-box-pack: center;
256
+ -webkit-justify-content: center;
257
+ -moz-box-pack: center;
258
+ -ms-flex-pack: center;
259
+ justify-content: center;
260
+ -webkit-box-align: center;
261
+ -webkit-align-items: center;
262
+ -moz-box-align: center;
263
+ -ms-flex-align: center;
264
+ align-items: center;
265
+ font-size: 14px;
266
+ line-height: 1.8em;
267
+ position: relative;
268
+ color: #252c59;
269
+ text-decoration: none;
270
+ -webkit-transition: all 0.3s ease;
271
+ transition: all 0.3s ease;
272
+ }
273
+
274
+ .papro-admin-notice a.papro-notice-btn {
275
+ width: 120px;
276
+ /* height: 58px; */
277
+ -webkit-border-radius: 15px;
278
+ border-radius: 15px;
279
+ -webkit-filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
280
+ filter: drop-shadow(0px 5px 50px rgba(87, 0, 101, 0.7));
281
+ background-color: #ffffff;
282
+ font-size: 18px;
283
+ color: #fe6300;
284
+ font-weight: 800;
285
+ font-family: "Red Hat Display";
286
+ text-align: center;
287
+ padding: 10px 20px;
288
+ }
289
+
290
+ .pa-settings-wrap .pa-settings-tabs a:focus {
291
+ outline: none;
292
+ -webkit-box-shadow: none;
293
+ box-shadow: none;
294
+ }
295
+
296
+ .pa-settings-wrap .pa-settings-tabs span {
297
+ margin-left: 8px;
298
+ font-family: "Poppins";
299
+ font-weight: 500;
300
+ }
301
+
302
+ .pa-settings-wrap .pa-settings-tabs .pa-section-active {
303
+ color: #00a5e5;
304
+ }
305
+
306
+ .pa-section {
307
+ display: none;
308
+ position: relative;
309
+ background-color: #fff;
310
+ -webkit-transition: opacity 0.2s;
311
+ transition: opacity 0.2s;
312
+ padding: 36px;
313
+ -webkit-border-radius: 15px;
314
+ border-radius: 15px;
315
+ }
316
+
317
+ /**
318
+ * General Tab
319
+ */
320
+ #pa-general-settings {
321
+ -js-display: flex;
322
+ display: -webkit-box;
323
+ display: -webkit-flex;
324
+ display: -moz-box;
325
+ display: -ms-flexbox;
326
+ display: flex;
327
+ }
328
+ #pa-general-settings .col-half:first-of-type {
329
+ margin-right: 16px;
330
+ }
331
+ #pa-general-settings .pa-section-info i {
332
+ vertical-align: bottom;
333
+ }
334
+
335
+ /**
336
+ * Tab Info
337
+ */
338
+ .pa-section-info-wrap {
339
+ padding: 36px;
340
+ -webkit-border-radius: 15px;
341
+ border-radius: 15px;
342
+ background-color: #f7f7f7;
343
+ -js-display: flex;
344
+ display: -webkit-box;
345
+ display: -webkit-flex;
346
+ display: -moz-box;
347
+ display: -ms-flexbox;
348
+ display: flex;
349
+ -webkit-box-pack: justify;
350
+ -webkit-justify-content: space-between;
351
+ -moz-box-pack: justify;
352
+ -ms-flex-pack: justify;
353
+ justify-content: space-between;
354
+ -webkit-box-align: center;
355
+ -webkit-align-items: center;
356
+ -moz-box-align: center;
357
+ -ms-flex-align: center;
358
+ align-items: center;
359
+ }
360
+ #pa-ver-control-settings .pa-section-info-wrap {
361
+ -webkit-box-orient: vertical;
362
+ -webkit-box-direction: normal;
363
+ -webkit-flex-direction: column;
364
+ -moz-box-orient: vertical;
365
+ -moz-box-direction: normal;
366
+ -ms-flex-direction: column;
367
+ flex-direction: column;
368
+ -webkit-box-align: start;
369
+ -webkit-align-items: flex-start;
370
+ -moz-box-align: start;
371
+ -ms-flex-align: start;
372
+ align-items: flex-start;
373
+ }
374
+ #pa-features-settings .pa-section-info-wrap:nth-of-type(n + 2),
375
+ #pa-ver-control-settings .pa-section-info-wrap:nth-of-type(n + 2) {
376
+ margin-top: 36px;
377
+ }
378
+ .pa-section-info-wrap h4 {
379
+ font-size: 20px;
380
+ color: #252c59;
381
+ font-weight: 900;
382
+ font-family: "Red Hat Display";
383
+ margin: 0;
384
+ }
385
+ .pa-section-info-wrap p {
386
+ font-size: 15px;
387
+ color: #474747;
388
+ font-family: "Poppins";
389
+ margin: 0;
390
+ margin-top: 14px;
391
+ }
392
+ .pa-section-info-cta {
393
+ -js-display: flex;
394
+ display: -webkit-box;
395
+ display: -webkit-flex;
396
+ display: -moz-box;
397
+ display: -ms-flexbox;
398
+ display: flex;
399
+ -webkit-box-align: center;
400
+ -webkit-align-items: center;
401
+ -moz-box-align: center;
402
+ -ms-flex-align: center;
403
+ align-items: center;
404
+ margin-top: 25px;
405
+ }
406
+ .pa-section-info-cta .pa-btn {
407
+ color: #474747;
408
+ background-color: #ebebeb;
409
+ padding: 8px 20px;
410
+ -webkit-border-radius: 10px;
411
+ border-radius: 10px;
412
+ font-size: 15px;
413
+ font-weight: 700;
414
+ font-family: "Red Hat Display";
415
+ -webkit-transition: all 0.2s ease-in-out;
416
+ transition: all 0.2s ease-in-out;
417
+ }
418
+ .pa-section-info-cta .pa-btn:hover,
419
+ .pa-section-info-cta .pa-btn:focus,
420
+ .pa-section-info-cta .pa-btn:active {
421
+ color: #fff;
422
+ background-color: #00a5e5;
423
+ }
424
+
425
+ .pa-section-info-cta .pa-section-info-label {
426
+ font-size: 13px;
427
+ color: #474747;
428
+ font-family: "Poppins";
429
+ text-align: right;
430
+ }
431
+
432
+ .pa-section-info-cta .pa-section-info-warning {
433
+ font-size: 13px;
434
+ color: #cca329;
435
+ font-weight: 300;
436
+ font-family: "Poppins";
437
+ margin-left: 20px;
438
+ }
439
+
440
+ .pa-section-info-cta .pa-section-info-warning i {
441
+ font-weight: 300;
442
+ vertical-align: bottom;
443
+ }
444
+
445
+ .pa-btn-group .pa-btn {
446
+ font-family: "Red Hat Display";
447
+ color: #8e8e8e;
448
+ background-color: #ebebeb;
449
+ border: 0px solid;
450
+ padding: 16px 28px;
451
+ -webkit-border-radius: 10px;
452
+ border-radius: 10px;
453
+ font-size: 15px;
454
+ font-weight: 700;
455
+ cursor: pointer;
456
+ -webkit-transition: 300ms;
457
+ transition: 300ms;
458
+ display: block;
459
+ }
460
+ .pa-btn-group button.pa-btn-enable {
461
+ -webkit-border-top-right-radius: 0;
462
+ border-top-right-radius: 0;
463
+ -webkit-border-bottom-right-radius: 0;
464
+ border-bottom-right-radius: 0;
465
+ float: left;
466
+ }
467
+ .pa-btn-group button.pa-btn-disable {
468
+ -webkit-border-top-left-radius: 0;
469
+ border-top-left-radius: 0;
470
+ -webkit-border-bottom-left-radius: 0;
471
+ border-bottom-left-radius: 0;
472
+ float: right;
473
+ }
474
+
475
+ .pa-btn-group .pa-btn-enable.active {
476
+ color: #fff;
477
+ -webkit-box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
478
+ box-shadow: inset 3.5px 1.8px 7px 0px rgba(125, 125, 125, 0.5);
479
+ background-color: #8dc900;
480
+ }
481
+ .pa-btn-group .pa-btn-disable.active {
482
+ color: #fff;
483
+ -webkit-box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
484
+ box-shadow: inset 3.564px 1.816px 7px 0px rgba(81, 81, 81, 0.5);
485
+ background-color: #898989;
486
+ }
487
+ .pa-btn-group .pa-btn-enable:not(.active):hover {
488
+ color: #ffffff;
489
+ background-color: #8dc900;
490
+ }
491
+ .pa-btn-group .pa-btn-disable:not(.active):hover {
492
+ color: #ffffff;
493
+ background-color: #898989;
494
+ }
495
+
496
+ /*
497
+ * Widgets & Addons Tab
498
+ */
499
+ .pa-elements-settings {
500
+ position: relative;
501
+ -js-display: flex;
502
+ display: -webkit-box;
503
+ display: -webkit-flex;
504
+ display: -moz-box;
505
+ display: -ms-flexbox;
506
+ display: flex;
507
+ margin-top: 16px;
508
+ }
509
+ .pa-elements-filter {
510
+ position: absolute;
511
+ top: 10px;
512
+ right: 16px;
513
+ }
514
+ .pa-elements-filter label {
515
+ font-size: 13px;
516
+ color: #474747;
517
+ font-family: "Poppins";
518
+ margin-right: 10px;
519
+ }
520
+ .pa-elements-filter select {
521
+ padding: 5px 35px 5px 15px;
522
+ }
523
+ .pa-elements-tabs {
524
+ -webkit-border-radius: 10px;
525
+ border-radius: 10px;
526
+ background-color: #f7f7f7;
527
+ padding: 20px;
528
+ margin-right: 16px;
529
+ }
530
+ .pa-elements-tabs .pa-elements-tab {
531
+ position: relative;
532
+ padding: 0;
533
+ margin-bottom: 12px;
534
+ text-align: center;
535
+ }
536
+ .pa-elements-tab .pa-element-tab-tooltip {
537
+ position: absolute;
538
+ background-color: #3a3c40;
539
+ display: block;
540
+ position: absolute;
541
+ top: 50%;
542
+ left: 100%;
543
+ padding: 10px 20px;
544
+ -webkit-border-radius: 13px;
545
+ border-radius: 13px;
546
+ -webkit-filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
547
+ filter: drop-shadow(0px 5px 27.5px rgba(104, 104, 104, 0.3));
548
+ background-color: #ffffff;
549
+ font-size: 11px;
550
+ color: #252c59;
551
+ font-weight: 500;
552
+ font-family: "Poppins";
553
+ opacity: 0;
554
+ pointer-events: none;
555
+ text-transform: capitalize;
556
+ -webkit-transform: translate(30px, -50%);
557
+ -ms-transform: translate(30px, -50%);
558
+ transform: translate(30px, -50%);
559
+ -webkit-transition: all 0.3s ease;
560
+ transition: all 0.3s ease;
561
+ z-index: 1;
562
+ white-space: nowrap;
563
+ }
564
+ .pa-elements-tab .pa-element-tab-tooltip::before {
565
+ display: block;
566
+ position: absolute;
567
+ top: 50%;
568
+ left: -5px;
569
+ width: 0;
570
+ height: 0;
571
+ content: "";
572
+ border-top: 5px solid transparent;
573
+ border-bottom: 5px solid transparent;
574
+ border-right: 5px solid #ffffff;
575
+ -webkit-transform: translateY(-50%);
576
+ -ms-transform: translateY(-50%);
577
+ transform: translateY(-50%);
578
+ }
579
+ .pa-elements-tab .pa-elements-tab-link {
580
+ -js-display: flex;
581
+ display: -webkit-box;
582
+ display: -webkit-flex;
583
+ display: -moz-box;
584
+ display: -ms-flexbox;
585
+ display: flex;
586
+ -webkit-box-pack: center;
587
+ -webkit-justify-content: center;
588
+ -moz-box-pack: center;
589
+ -ms-flex-pack: center;
590
+ justify-content: center;
591
+ -webkit-box-align: center;
592
+ -webkit-align-items: center;
593
+ -moz-box-align: center;
594
+ -ms-flex-align: center;
595
+ align-items: center;
596
+ color: #c2c4cf;
597
+ padding: 12px;
598
+ text-decoration: none;
599
+ -webkit-transition: all 0.3s ease-in-out;
600
+ transition: all 0.3s ease-in-out;
601
+ -webkit-border-radius: 13px;
602
+ border-radius: 13px;
603
+ }
604
+
605
+ .pa-elements-tab .pa-elements-tab-link:hover,
606
+ .pa-elements-tab .pa-elements-tab-link.active {
607
+ -webkit-filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
608
+ drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
609
+ filter: drop-shadow(-4.243px -4.243px 3px rgba(255, 255, 255, 0.5))
610
+ drop-shadow(4.243px 4.243px 3px rgba(191, 201, 210, 0.6));
611
+ background-color: #ffffff;
612
+ color: #00a5e5;
613
+ outline: none;
614
+ border: none;
615
+ text-decoration: none;
616
+ -webkit-box-shadow: none;
617
+ box-shadow: none;
618
+ }
619
+
620
+ .pa-elements-tab .pa-elements-tab-link:hover + span {
621
+ opacity: 1;
622
+ -webkit-transform: translate(20px, -50%);
623
+ -ms-transform: translate(20px, -50%);
624
+ transform: translate(20px, -50%);
625
+ }
626
+
627
+ .pa-switchers {
628
+ -js-display: flex;
629
+ display: -webkit-box;
630
+ display: -webkit-flex;
631
+ display: -moz-box;
632
+ display: -ms-flexbox;
633
+ display: flex;
634
+ -webkit-flex-wrap: wrap;
635
+ -ms-flex-wrap: wrap;
636
+ flex-wrap: wrap;
637
+ -webkit-align-content: flex-start;
638
+ -ms-flex-line-pack: start;
639
+ align-content: flex-start;
640
+ }
641
+ .pa-switchers-container {
642
+ width: 100%;
643
+ }
644
+ .pa-switchers-container.hidden,
645
+ .pa-switcher.hidden {
646
+ display: none;
647
+ }
648
+ .pa-switchers-container .pa-elements-tab-title {
649
+ font-size: 20px;
650
+ color: #252c59;
651
+ font-weight: 900;
652
+ font-family: "Red Hat Display";
653
+ margin: 16px 0;
654
+ }
655
+ .pa-switcher {
656
+ -webkit-border-radius: 15px;
657
+ border-radius: 15px;
658
+ background-color: #f7f7f7;
659
+ position: relative;
660
+ -js-display: flex;
661
+ display: -webkit-box;
662
+ display: -webkit-flex;
663
+ display: -moz-box;
664
+ display: -ms-flexbox;
665
+ display: flex;
666
+ width: -webkit-calc(50% - 56px);
667
+ width: calc(50% - 56px);
668
+ -webkit-box-pack: justify;
669
+ -webkit-justify-content: space-between;
670
+ -moz-box-pack: justify;
671
+ -ms-flex-pack: justify;
672
+ justify-content: space-between;
673
+ -webkit-box-align: center;
674
+ -webkit-align-items: center;
675
+ -moz-box-align: center;
676
+ -ms-flex-align: center;
677
+ align-items: center;
678
+ padding: 20px;
679
+ margin-top: 16px;
680
+ margin-right: 16px;
681
+ }
682
+
683
+ .pa-element-info {
684
+ -js-display: flex;
685
+ display: -webkit-box;
686
+ display: -webkit-flex;
687
+ display: -moz-box;
688
+ display: -ms-flexbox;
689
+ display: flex;
690
+ -webkit-box-align: center;
691
+ -webkit-align-items: center;
692
+ -moz-box-align: center;
693
+ -ms-flex-align: center;
694
+ align-items: center;
695
+ }
696
+ .pa-element-info .pa-element-icon {
697
+ color: #252c59;
698
+ background-color: #ebebeb;
699
+ -webkit-border-radius: 15px;
700
+ border-radius: 15px;
701
+ /* padding: 12px; */
702
+ min-width: 40px;
703
+ min-height: 40px;
704
+ margin-right: 10px;
705
+ -js-display: flex;
706
+ display: -webkit-box;
707
+ display: -webkit-flex;
708
+ display: -moz-box;
709
+ display: -ms-flexbox;
710
+ display: flex;
711
+ -webkit-box-pack: center;
712
+ -webkit-justify-content: center;
713
+ -moz-box-pack: center;
714
+ -ms-flex-pack: center;
715
+ justify-content: center;
716
+ -webkit-box-align: center;
717
+ -webkit-align-items: center;
718
+ -moz-box-align: center;
719
+ -ms-flex-align: center;
720
+ align-items: center;
721
+ }
722
+ .pa-element-name {
723
+ font-size: 16px;
724
+ color: #252c59;
725
+ font-weight: 700;
726
+ font-family: "Red Hat Display";
727
+ margin: 0;
728
+ -js-display: flex;
729
+ display: -webkit-box;
730
+ display: -webkit-flex;
731
+ display: -moz-box;
732
+ display: -ms-flexbox;
733
+ display: flex;
734
+ }
735
+
736
+ .pa-element-name span {
737
+ text-transform: uppercase;
738
+ color: #fd9926;
739
+ font-weight: 700;
740
+ font-size: 11px;
741
+ margin-left: 5px;
742
+ }
743
+
744
+ .pa-element-link {
745
+ font-size: 13px;
746
+ color: #252c59;
747
+ font-family: "Poppins";
748
+ text-decoration: none;
749
+ -webkit-transition: all 0.2s ease-in-out;
750
+ transition: all 0.2s ease-in-out;
751
+ }
752
+
753
+ .pa-element-link-separator {
754
+ width: 3px;
755
+ height: 3px;
756
+ display: inline-block;
757
+ text-align: center;
758
+ color: #252c59;
759
+ background: #252c59;
760
+ -webkit-border-radius: 50%;
761
+ border-radius: 50%;
762
+ vertical-align: middle;
763
+ margin: 0 3px;
764
+ }
765
+
766
+ .pa-element-link:hover,
767
+ .pa-element-link:focus {
768
+ color: #00a5e5;
769
+ text-decoration: none;
770
+ outline: none;
771
+ -webkit-box-shadow: none;
772
+ box-shadow: none;
773
+ border: none;
774
+ }
775
+
776
+ /*
777
+ * Integrations
778
+ */
779
+ .pa-maps-table select {
780
+ width: 100%;
781
+ max-width: 100%;
782
+ padding: 8px;
783
+ }
784
+ .pa-maps-table #premium-map-api,
785
+ .pa-maps-table #premium-youtube-api {
786
+ width: 100%;
787
+ }
788
+ .pa-maps-table tr td {
789
+ padding-top: 30px;
790
+ }
791
+ .pa-maps-table tr td:first-of-type {
792
+ padding-right: 30px;
793
+ }
794
+ .pa-maps-table td h4 {
795
+ margin: 0;
796
+ font-size: 15px;
797
+ color: #252c59;
798
+ font-weight: 500;
799
+ font-family: "Poppins";
800
+ display: inline-block;
801
+ }
802
+ .pa-maps-table td span {
803
+ font-size: 13px;
804
+ color: #474747;
805
+ font-family: "Poppins";
806
+ vertical-align: middle;
807
+ }
808
+ .pa-maps-table td input[type="text"] {
809
+ -webkit-border-radius: 10px;
810
+ border-radius: 10px;
811
+ background-color: #ebebeb;
812
+ border: none;
813
+ padding: 8px 20px;
814
+ }
815
+ .pa-section input[type="checkbox"] {
816
+ border: none;
817
+ display: none;
818
+ }
819
+
820
+ .pa-section input[type="checkbox"] + label {
821
+ position: relative;
822
+ background: #ebebeb;
823
+ height: 16px;
824
+ width: 16px;
825
+ display: inline-block;
826
+ padding: 0;
827
+ margin-right: 5px;
828
+ -webkit-border-radius: 4px;
829
+ border-radius: 4px;
830
+ }
831
+ .pa-section input[type="checkbox"]:checked + label {
832
+ background: #00a5e5;
833
+ height: 16px;
834
+ width: 16px;
835
+ display: inline-block;
836
+ padding: 0;
837
+ }
838
+ .pa-section input[type="checkbox"]:checked + label:before {
839
+ position: absolute;
840
+ content: "✔";
841
+ color: #fff;
842
+ font-size: 12px;
843
+ top: 0;
844
+ left: 0;
845
+ width: 100%;
846
+ height: 100%;
847
+ text-align: center;
848
+ margin-top: -1px;
849
+ }
850
+ .pa-maps-table td input:focus {
851
+ outline: none;
852
+ -webkit-box-shadow: none;
853
+ box-shadow: none;
854
+ border: none;
855
+ }
856
+ .pa-elements-filter select,
857
+ .pa-maps-table td select {
858
+ border-color: #dcdcdc;
859
+ -webkit-border-radius: 10px;
860
+ border-radius: 10px;
861
+ -webkit-border-bottom-right-radius: 0;
862
+ border-bottom-right-radius: 0;
863
+ }
864
+ .pa-maps-circle-icon {
865
+ width: 5px;
866
+ height: 5px;
867
+ background-color: #252c59;
868
+ -webkit-border-radius: 50%;
869
+ border-radius: 50%;
870
+ display: inline-block;
871
+ vertical-align: middle;
872
+ margin-right: 10px;
873
+ }
874
+ .pa-maps-table td h4:before {
875
+ position: absolute;
876
+ content: "";
877
+ }
878
+
879
+ /*
880
+ * White Labeling Tab
881
+ */
882
+ .pa-wht-lbl-settings .pa-wht-lbl-title {
883
+ font-size: 20px;
884
+ color: #252c59;
885
+ font-weight: 900;
886
+ font-family: "Red Hat Display";
887
+ margin: 0;
888
+ }
889
+
890
+ .pa-wht-lbl-settings .pa-row {
891
+ width: 60%;
892
+ float: left;
893
+ }
894
+
895
+ .pa-wht-lbl-settings .pa-wht-lbl-admin {
896
+ width: 30%;
897
+ float: left;
898
+ margin-left: 16px;
899
+ }
900
+
901
+ .pa-wht-lbl-settings .pa-wht-lbl-head {
902
+ border-bottom: 1px solid #ddd;
903
+ background: #f7f7f7;
904
+ padding: 20px;
905
+ }
906
+
907
+ .pa-wht-lbl-table {
908
+ text-align: left;
909
+ }
910
+
911
+ .pa-wht-lbl-settings input {
912
+ font-weight: 400;
913
+ margin: 0;
914
+ margin-bottom: 12px;
915
+ -webkit-border-radius: 10px;
916
+ border-radius: 10px;
917
+ /* background-color: #ebebeb; */
918
+ border: 1px solid #dcdcdc;
919
+ padding: 8px 20px;
920
+ }
921
+
922
+ /* .pa-wht-lbl-settings input + span {
923
+ margin-left: 0.3em;
924
+ } */
925
+
926
+ .pa-wht-lbl-settings label + span {
927
+ font-family: "Poppins";
928
+ vertical-align: middle;
929
+ }
930
+ .pa-wht-lbl-settings .pa-input-label {
931
+ display: block;
932
+ font-weight: 600;
933
+ margin: 10px 0 6px;
934
+ font-size: 14px;
935
+ color: #252c59;
936
+ font-family: "Red Hat Display";
937
+ }
938
+
939
+ .pa-wht-lbl-settings input[type="text"] {
940
+ width: 550px;
941
+ }
942
+
943
+ .pa-wht-lbl-settings input[type="text"]::-webkit-input-placeholder {
944
+ font-weight: 300;
945
+ font-family: "Poppins";
946
+ }
947
+
948
+ .pa-wht-lbl-settings input[type="text"]:-moz-placeholder {
949
+ font-weight: 300;
950
+ font-family: "Poppins";
951
+ }
952
+
953
+ .pa-wht-lbl-settings input[type="text"]::-moz-placeholder {
954
+ font-weight: 300;
955
+ font-family: "Poppins";
956
+ }
957
+
958
+ .pa-wht-lbl-settings input[type="text"]:-ms-input-placeholder {
959
+ font-weight: 300;
960
+ font-family: "Poppins";
961
+ }
962
+
963
+ .pa-wht-lbl-settings input[type="text"]::-ms-input-placeholder {
964
+ font-weight: 300;
965
+ font-family: "Poppins";
966
+ }
967
+
968
+ .pa-wht-lbl-settings input[type="text"]::placeholder {
969
+ font-weight: 300;
970
+ font-family: "Poppins";
971
+ }
972
+
973
+ .pa-wht-lbl-settings .pa-wht-lbl-settings-wrap {
974
+ background: #fff;
975
+ margin: 16px auto;
976
+ border: 1px solid #dcdcdc;
977
+ -webkit-border-radius: 10px;
978
+ border-radius: 10px;
979
+ overflow: hidden;
980
+ }
981
+
982
+ .pa-wht-lbl-settings .clearfix {
983
+ clear: both;
984
+ }
985
+
986
+ .pa-wht-lbl-group-wrap {
987
+ padding: 20px;
988
+ }
989
+
990
+ .pa-wht-lbl-save .pa-save-button {
991
+ margin-top: 0;
992
+ }
993
+
994
+ .pa-section-white-label .pa-white-label-notice {
995
+ position: absolute;
996
+ top: 0;
997
+ left: 0;
998
+ width: 100%;
999
+ height: 100%;
1000
+ background: rgba(200, 200, 200, 0.8);
1001
+ -webkit-border-radius: 15px;
1002
+ border-radius: 15px;
1003
+ -js-display: flex;
1004
+ display: -webkit-box;
1005
+ display: -webkit-flex;
1006
+ display: -moz-box;
1007
+ display: -ms-flexbox;
1008
+ display: flex;
1009
+ -webkit-box-pack: center;
1010
+ -webkit-justify-content: center;
1011
+ -moz-box-pack: center;
1012
+ -ms-flex-pack: center;
1013
+ justify-content: center;
1014
+ }
1015
+
1016
+ .pa-white-label-notice-content {
1017
+ position: absolute;
1018
+ top: 200px;
1019
+ left: 200;
1020
+ width: 530px;
1021
+ background-image: url("../../images/popup-pattern.jpg");
1022
+ background-repeat: no-repeat;
1023
+ -webkit-background-size: cover;
1024
+ background-size: cover;
1025
+ padding: 32px;
1026
+ padding-bottom: 50px;
1027
+ -webkit-border-radius: 50px 0px;
1028
+ border-radius: 50px 0px;
1029
+ text-align: center;
1030
+ z-index: 2;
1031
+ }
1032
+ .pa-white-label-notice-logo {
1033
+ -webkit-transform: translateY(-32px);
1034
+ -ms-transform: translateY(-32px);
1035
+ transform: translateY(-32px);
1036
+ margin-bottom: -18px;
1037
+ }
1038
+ .pa-white-label-notice-logo img {
1039
+ padding: 10px;
1040
+ padding-top: 40px;
1041
+ background-color: #ffffff;
1042
+ border: 1px solid #e6e6e6;
1043
+ -webkit-border-radius: 50px;
1044
+ border-radius: 50px;
1045
+ -webkit-border-top-left-radius: 50px;
1046
+ border-top-left-radius: 50px;
1047
+ -webkit-border-top-right-radius: 50px;
1048
+ border-top-right-radius: 50px;
1049
+ -webkit-border-top-left-radius: 0;
1050
+ border-top-left-radius: 0;
1051
+ -webkit-border-top-right-radius: 0;
1052
+ border-top-right-radius: 0;
1053
+ }
1054
+ .pa-white-label-notice-content h2,
1055
+ .pa-swal-head {
1056
+ display: inline-block;
1057
+ font-size: 23px;
1058
+ color: #252c59;
1059
+ font-weight: 900;
1060
+ font-family: "Red Hat Display";
1061
+ text-align: center;
1062
+ max-width: 350px;
1063
+ line-height: 1;
1064
+ margin: 0;
1065
+ margin-bottom: 18px;
1066
+ }
1067
+ .pa-white-label-notice-content h2 span {
1068
+ color: #fd9926;
1069
+ text-transform: uppercase;
1070
+ font-family: "Red Hat Display";
1071
+ }
1072
+ .pa-white-label-notice-content p {
1073
+ font-size: 13px;
1074
+ color: #474747;
1075
+ font-family: "Poppins";
1076
+ text-align: center;
1077
+ margin: 0;
1078
+ margin-bottom: 18px;
1079
+ }
1080
+
1081
+ .pa-white-label-notice-content a.pa-get-pro {
1082
+ display: inline-block;
1083
+ width: 117px;
1084
+ padding: 12px 10px;
1085
+ -webkit-border-radius: 10px;
1086
+ border-radius: 10px;
1087
+ color: #ffffff;
1088
+ font-size: 15px;
1089
+ font-weight: 900;
1090
+ font-family: "Red Hat Display";
1091
+ -webkit-filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1092
+ filter: drop-shadow(0px 20px 17.5px rgba(254, 99, 0, 0.2));
1093
+ text-decoration: none;
1094
+ outline: none;
1095
+ border: none;
1096
+ background-image: -webkit-linear-gradient(120deg, #fe6300 0%, #fe9f00 100%);
1097
+ background-image: linear-gradient(-30deg, #fe6300 0%, #fe9f00 100%);
1098
+ -webkit-transition: all 0.2s ease-in-out;
1099
+ transition: all 0.2s ease-in-out;
1100
+ }
1101
+ .pa-white-label-notice-content a.pa-get-pro:hover {
1102
+ background-image: -webkit-linear-gradient(60deg, #fe6300 0%, #fe9f00 100%);
1103
+ background-image: linear-gradient(30deg, #fe6300 0%, #fe9f00 100%);
1104
+ }
1105
+
1106
+ /*
1107
+ * System Info Tab
1108
+ */
1109
+ .pa-section-info table.widefat {
1110
+ border: 0px;
1111
+ -webkit-box-shadow: none;
1112
+ box-shadow: none;
1113
+ font-family: "Poppins";
1114
+ }
1115
+ .pa-section-info .widefat td:first-child {
1116
+ width: 30%;
1117
+ }
1118
+ .pa-section-info table.widefat tr:nth-child(2n) {
1119
+ background-color: #f7f7f7;
1120
+ }
1121
+
1122
+ /*
1123
+ * License Tab
1124
+ */
1125
+ .pa-license-form span {
1126
+ color: #474747;
1127
+ font-family: "Poppins";
1128
+ }
1129
+
1130
+ .pa-license-form label {
1131
+ display: block;
1132
+ font-weight: 500;
1133
+ margin: 2em 0 0.5em;
1134
+ }
1135
+
1136
+ .pa-license-form code {
1137
+ padding: 3px 5px 2px;
1138
+ margin: 0 1px;
1139
+ background: #eaeaea;
1140
+ background: rgba(0, 0, 0, 0.07);
1141
+ font-size: 13px;
1142
+ font-style: italic;
1143
+ }
1144
+
1145
+ .pa-license-form .button.button-primary {
1146
+ width: 147px;
1147
+ height: 43px;
1148
+ /* -webkit-filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3));
1149
+ filter: drop-shadow(0px 10px 35px rgba(0, 165, 229, 0.3)); */
1150
+ background-color: #00a5e5;
1151
+ /* margin-top: 50px; */
1152
+ margin-left: -3px;
1153
+ -webkit-border-radius: 0 10px 10px 0;
1154
+ border-radius: 0 10px 10px 0;
1155
+ border: none;
1156
+ }
1157
+
1158
+ #papro-license-key:focus,
1159
+ .pa-license-form .button.button-primary:focus {
1160
+ outline: none;
1161
+ -webkit-box-shadow: none;
1162
+ box-shadow: none;
1163
+ }
1164
+
1165
+ #papro-license-key {
1166
+ height: 43px;
1167
+ line-height: 1;
1168
+ margin: 0;
1169
+ padding: 8px 20px;
1170
+ -webkit-border-radius: 10px 0 0 10px;
1171
+ border-radius: 10px 0 0 10px;
1172
+ }
1173
+
1174
+ .pa-license-form input + span {
1175
+ margin-left: 10px;
1176
+ font-weight: 600;
1177
+ }
1178
+
1179
+ .pa-license-cell span {
1180
+ margin-left: 0.3em;
1181
+ }
1182
+
1183
+ /*
1184
+ * PAPRO Notice
1185
+ */
1186
+ .papro-admin-notice {
1187
+ -webkit-display: flex;
1188
+ display: -webkit-box;
1189
+ display: -ms-flexbox;
1190
+ -js-display: flex;
1191
+ display: -moz-box;
1192
+ display: flex;
1193
+ -webkit-box-pack: end;
1194
+ -ms-flex-pack: end;
1195
+ -webkit-justify-content: flex-end;
1196
+ -moz-box-pack: end;
1197
+ justify-content: flex-end;
1198
+ -webkit-box-align: center;
1199
+ -ms-flex-align: center;
1200
+ -webkit-align-items: center;
1201
+ -moz-box-align: center;
1202
+ align-items: center;
1203
+ margin-bottom: 24px;
1204
+ }
1205
+ .papro-admin-notice > div {
1206
+ -webkit-box-flex: 1;
1207
+ -webkit-flex-grow: 1;
1208
+ -moz-box-flex: 1;
1209
+ -ms-flex-positive: 1;
1210
+ flex-grow: 1;
1211
+ }
1212
+ .papro-admin-notice-left {
1213
+ position: relative;
1214
+ padding: 16px;
1215
+ -webkit-border-radius: 15px;
1216
+ border-radius: 15px;
1217
+ background-color: #fff;
1218
+ -webkit-flex-basis: 80%;
1219
+ -ms-flex-preferred-size: 80%;
1220
+ flex-basis: 80%;
1221
+ }
1222
+ .papro-admin-notice-left a {
1223
+ position: absolute;
1224
+ top: 0;
1225
+ left: 0;
1226
+ width: 100%;
1227
+ height: 100%;
1228
+ }
1229
+ .papro-admin-notice-left a:hover,
1230
+ .papro-admin-notice-left a:focus,
1231
+ .papro-admin-notice-left a:visited {
1232
+ outline: none;
1233
+ border: none;
1234
+ -webkit-box-shadow: none;
1235
+ box-shadow: none;
1236
+ text-decoration: none;
1237
+ }
1238
+ /* .papro-admin-notice-logo img {
1239
+ width: 100%;
1240
+ } */
1241
+ .papro-admin-notice-right {
1242
+ -webkit-display: flex;
1243
+ display: -webkit-box;
1244
+ display: -ms-flexbox;
1245
+ -js-display: flex;
1246
+ display: -moz-box;
1247
+ display: flex;
1248
+ -webkit-box-align: center;
1249
+ -ms-flex-align: center;
1250
+ -webkit-align-items: center;
1251
+ -moz-box-align: center;
1252
+ align-items: center;
1253
+ background: url("../../images/papro-banner.png");
1254
+ -webkit-background-size: cover;
1255
+ background-size: cover;
1256
+ background-repeat: no-repeat;
1257
+ padding: 18px;
1258
+ -webkit-border-radius: 15px;
1259
+ border-radius: 15px;
1260
+ overflow: hidden;
1261
+ margin-left: 25px;
1262
+ }
1263
+
1264
+ .papro-admin-notice-right h4 {
1265
+ font-size: 20px;
1266
+ color: #fff;
1267
+ font-weight: 900;
1268
+ font-family: "Red Hat Display";
1269
+ margin: 0;
1270
+ margin-bottom: 8px;
1271
+ }
1272
+ .papro-admin-notice-right p {
1273
+ font-size: 14px;
1274
+ color: #ffffff;
1275
+ font-family: "Poppins";
1276
+ margin: 0;
1277
+ }
1278
+ .papro-admin-notice-right span {
1279
+ font-weight: 700;
1280
+ }
1281
+
1282
+ /*
1283
+ * Dashboard Tabs
1284
+ */
1285
+ .pa-dash-general:before {
1286
+ content: "\e900";
1287
+ }
1288
+ .pa-dash-integrations:before {
1289
+ content: "\e901";
1290
+ }
1291
+ .pa-dash-system-info:before {
1292
+ content: "\e902";
1293
+ }
1294
+ .pa-dash-vcontrol:before {
1295
+ content: "\e903";
1296
+ }
1297
+ .pa-dash-white-label:before {
1298
+ content: "\e904";
1299
+ }
1300
+ .pa-dash-elements:before {
1301
+ content: "\e905";
1302
+ }
1303
+ .pa-dash-license:before {
1304
+ content: "\e910";
1305
+ }
1306
+ .pa-dash-features:before {
1307
+ content: "\e911";
1308
+ }
1309
+ /*
1310
+ * Elements Categories
1311
+ */
1312
+ .pa-dash-cat-all:before {
1313
+ content: "\e906";
1314
+ }
1315
+ .pa-dash-cat-blurbs:before {
1316
+ content: "\e907";
1317
+ }
1318
+ .pa-dash-cat-contact:before {
1319
+ content: "\e908";
1320
+ }
1321
+ .pa-dash-cat-content:before {
1322
+ content: "\e909";
1323
+ }
1324
+ .pa-dash-cat-images:before {
1325
+ content: "\e90a";
1326
+ }
1327
+ .pa-dash-cat-off-grid:before {
1328
+ content: "\e90b";
1329
+ }
1330
+ .pa-dash-cat-section:before {
1331
+ content: "\e90c";
1332
+ }
1333
+ .pa-dash-cat-feed:before {
1334
+ content: "\e90d";
1335
+ }
1336
+ .pa-dash-cat-data:before {
1337
+ content: "\e90e";
1338
+ }
1339
+ .pa-dash-cat-social:before {
1340
+ content: "\e90f";
1341
+ }
1342
+ /*
1343
+ * Widgets Icons
1344
+ */
1345
+ .pa-dash-premium-notbar:before {
1346
+ content: "\e913";
1347
+ }
1348
+ .pa-dash-premium-gradient:before {
1349
+ content: "\e914";
1350
+ }
1351
+ .pa-dash-premium-color-transition:before {
1352
+ content: "\e915";
1353
+ }
1354
+ .pa-dash-premium-behance:before {
1355
+ content: "\e916";
1356
+ }
1357
+ .pa-dash-premium-charts:before {
1358
+ content: "\e917";
1359
+ }
1360
+ .pa-dash-premium-content-toggle:before {
1361
+ content: "\e918";
1362
+ }
1363
+ .pa-dash-premium-divider:before {
1364
+ content: "\e919";
1365
+ }
1366
+ .pa-dash-premium-facebook-feed:before {
1367
+ content: "\e91b";
1368
+ }
1369
+ .pa-dash-facebook-feed-2:before {
1370
+ content: "\e91b";
1371
+ }
1372
+ .pa-dash-premium-fb-chat:before {
1373
+ content: "\e91c";
1374
+ }
1375
+ .pa-dash-premium-facebook-reviews:before {
1376
+ content: "\e91d";
1377
+ }
1378
+ .pa-dash-premium-google-reviews:before {
1379
+ content: "\e91e";
1380
+ }
1381
+ .pa-dash-premium-hscroll:before {
1382
+ content: "\e91f";
1383
+ }
1384
+ .pa-dash-premium-flipbox:before {
1385
+ content: "\e920";
1386
+ }
1387
+ .pa-dash-premium-iconbox:before {
1388
+ content: "\e921";
1389
+ }
1390
+ .pa-dash-premium-image-accordion:before {
1391
+ content: "\e922";
1392
+ }
1393
+ .pa-dash-premium-image-comparison:before {
1394
+ content: "\e923";
1395
+ }
1396
+ .pa-dash-premium-image-hotspots:before {
1397
+ content: "\e924";
1398
+ }
1399
+ .pa-dash-premium-img-layers:before {
1400
+ content: "\e925";
1401
+ }
1402
+ .pa-dash-premium-instagram-feed:before {
1403
+ content: "\e926";
1404
+ }
1405
+ .pa-dash-premium-kenburns:before {
1406
+ content: "\e927";
1407
+ }
1408
+ .pa-dash-premium-lottie:before {
1409
+ content: "\e928";
1410
+ }
1411
+ .pa-dash-premium-magic-section:before {
1412
+ content: "\e929";
1413
+ }
1414
+ .pa-dash-premium-multi-scroll:before {
1415
+ content: "\e92a";
1416
+ }
1417
+ .pa-dash-premium-ihover:before {
1418
+ content: "\e92b";
1419
+ }
1420
+ .pa-dash-premium-parallax:before {
1421
+ content: "\e94f";
1422
+ }
1423
+ .pa-dash-premium-particles:before {
1424
+ content: "\e92c";
1425
+ }
1426
+ .pa-dash-premium-prev-img:before {
1427
+ content: "\e92d";
1428
+ }
1429
+ .pa-dash-premium-tabs:before {
1430
+ content: "\e92f";
1431
+ }
1432
+ .pa-dash-premium-tables:before {
1433
+ content: "\e92e";
1434
+ }
1435
+ .pa-dash-trustpilot:before {
1436
+ content: "\e930";
1437
+ }
1438
+ .pa-dash-premium-twitter-feed:before {
1439
+ content: "\e931";
1440
+ }
1441
+ .pa-dash-premium-unfold:before {
1442
+ content: "\e932";
1443
+ }
1444
+ .pa-dash-premium-whatsapp-chat:before {
1445
+ content: "\e933";
1446
+ }
1447
+ .pa-dash-premium-yelp-reviews:before {
1448
+ content: "\e934";
1449
+ }
1450
+ .pa-dash-premium-banner:before {
1451
+ content: "\e935";
1452
+ }
1453
+ .pa-dash-premium-blog:before {
1454
+ content: "\e936";
1455
+ }
1456
+ .pa-dash-premium-button:before {
1457
+ content: "\e937";
1458
+ }
1459
+ .pa-dash-premium-carousel:before {
1460
+ content: "\e938";
1461
+ }
1462
+ .pa-dash-premium-contactform:before {
1463
+ content: "\e939";
1464
+ }
1465
+ .pa-dash-premium-countdown:before {
1466
+ content: "\e93a";
1467
+ }
1468
+ .pa-dash-premium-counter:before {
1469
+ content: "\e93b";
1470
+ }
1471
+ .pa-dash-premium-dual-header:before {
1472
+ content: "\e93c";
1473
+ }
1474
+ .pa-dash-premium-fancytext:before {
1475
+ content: "\e93d";
1476
+ }
1477
+ .pa-dash-premium-maps:before {
1478
+ content: "\e93e";
1479
+ }
1480
+ .pa-dash-premium-title:before {
1481
+ content: "\e93f";
1482
+ }
1483
+ .pa-dash-premium-icon-list:before {
1484
+ content: "\e940";
1485
+ }
1486
+ .pa-dash-premium-image-button:before {
1487
+ content: "\e941";
1488
+ }
1489
+ .pa-dash-premium-image-scroll:before {
1490
+ content: "\e942";
1491
+ }
1492
+ .pa-dash-premium-image-separator:before {
1493
+ content: "\e943";
1494
+ }
1495
+ /* .pa-dash-premium-lottie:before {
1496
+ content: "\e944";
1497
+ } */
1498
+ .pa-dash-premium-lottie-widget:before {
1499
+ content: "\e945";
1500
+ }
1501
+ .pa-dash-premium-grid:before {
1502
+ content: "\e946";
1503
+ }
1504
+ .pa-dash-premium-modalbox:before {
1505
+ content: "\e947";
1506
+ }
1507
+ .pa-dash-premium-pricing-table:before {
1508
+ content: "\e948";
1509
+ }
1510
+ .pa-dash-premium-progressbar:before {
1511
+ content: "\e949";
1512
+ }
1513
+ .pa-dash-premium-person:before {
1514
+ content: "\e94a";
1515
+ }
1516
+ .pa-dash-premium-testimonials:before {
1517
+ content: "\e94b";
1518
+ }
1519
+ .pa-dash-premium-vscroll:before {
1520
+ content: "\e94c";
1521
+ }
1522
+ .pa-dash-premium-videobox:before {
1523
+ content: "\e94d";
1524
+ }
admin/assets/css/notice-rtl.css CHANGED
@@ -1,101 +1,101 @@
1
- .error.pa-notice-wrap {
2
- display: flex;
3
- border: none;
4
- padding: 16px;
5
- margin: 0;
6
- align-items: center;
7
- }
8
-
9
- .error.pa-notice-wrap div {
10
- padding: 0;
11
- margin: 0;
12
- }
13
-
14
- .pa-new-feature-notice .pa-text-wrap .pa-notice-logo {
15
- width: 40px;
16
- margin-left: 0.8em;
17
- }
18
-
19
- .pa-new-feature-notice .pa-text-wrap .pa-notice-close {
20
- text-decoration: none;
21
- margin-right: 1em;
22
- margin-right: auto;
23
- }
24
-
25
- .error .pa-text-wrap a:focus {
26
- box-shadow: none;
27
- outline: none;
28
- }
29
-
30
- .error.pa-notice-wrap .pa-img-wrap {
31
- margin-left: 10px;
32
- }
33
- .error.pa-notice-wrap .pa-text-wrap p {
34
- padding-left: 30px;
35
- font-size: 13px;
36
- color: #313131;
37
- }
38
- .error.pa-notice-wrap .pa-img-wrap {
39
- width: 74px;
40
- height: 74px;
41
- }
42
- .error.pa-notice-wrap .pa-img-wrap img {
43
- width: 50px;
44
- height: 50px;
45
- border-radius: 37px;
46
- filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
47
- background-color: #fff;
48
- padding: 10px;
49
- border-radius: 50%;
50
- }
51
-
52
- .error.pa-notice-wrap .pa-text-wrap a {
53
- margin-left: 0.3em;
54
- font-weight: 500;
55
- font-style: normal;
56
- }
57
-
58
- .error.pa-review-notice .pa-text-wrap a:first-of-type {
59
- background-color: #00a5e5;
60
- border: none;
61
- }
62
-
63
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(2) {
64
- color: #00a5e5;
65
- border-color: #00a5e5;
66
- background-color: transparent;
67
- transition: all 0.2s ease-in-out;
68
- }
69
-
70
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(2):hover {
71
- color: #fff;
72
- border-color: #00a5e5;
73
- background-color: #00a5e5;
74
- }
75
-
76
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(3) {
77
- padding: 0;
78
- border: none;
79
- color: #00a5e5;
80
- background-color: transparent;
81
- }
82
- .pa-notice-wrap .pa-notice-close {
83
- flex: 1;
84
- align-self: flex-start;
85
- }
86
-
87
- .pa-notice-close a:focus {
88
- outline: none;
89
- box-shadow: none;
90
- }
91
-
92
- .pa-notice-close span {
93
- float: left;
94
- text-decoration: none;
95
- cursor: pointer;
96
- color: #72777c;
97
- }
98
-
99
- .error.pa-notice-wrap .pa-text-wrap a:not(:first-of-type) {
100
- margin-right: 0.3em;
101
- }
1
+ .error.pa-notice-wrap {
2
+ display: flex;
3
+ border: none;
4
+ padding: 16px;
5
+ margin: 0;
6
+ align-items: center;
7
+ }
8
+
9
+ .error.pa-notice-wrap div {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+
14
+ .pa-new-feature-notice .pa-text-wrap .pa-notice-logo {
15
+ width: 40px;
16
+ margin-left: 0.8em;
17
+ }
18
+
19
+ .pa-new-feature-notice .pa-text-wrap .pa-notice-close {
20
+ text-decoration: none;
21
+ margin-right: 1em;
22
+ margin-right: auto;
23
+ }
24
+
25
+ .error .pa-text-wrap a:focus {
26
+ box-shadow: none;
27
+ outline: none;
28
+ }
29
+
30
+ .error.pa-notice-wrap .pa-img-wrap {
31
+ margin-left: 10px;
32
+ }
33
+ .error.pa-notice-wrap .pa-text-wrap p {
34
+ padding-left: 30px;
35
+ font-size: 13px;
36
+ color: #313131;
37
+ }
38
+ .error.pa-notice-wrap .pa-img-wrap {
39
+ width: 74px;
40
+ height: 74px;
41
+ }
42
+ .error.pa-notice-wrap .pa-img-wrap img {
43
+ width: 50px;
44
+ height: 50px;
45
+ border-radius: 37px;
46
+ filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
47
+ background-color: #fff;
48
+ padding: 10px;
49
+ border-radius: 50%;
50
+ }
51
+
52
+ .error.pa-notice-wrap .pa-text-wrap a {
53
+ margin-left: 0.3em;
54
+ font-weight: 500;
55
+ font-style: normal;
56
+ }
57
+
58
+ .error.pa-review-notice .pa-text-wrap a:first-of-type {
59
+ background-color: #00a5e5;
60
+ border: none;
61
+ }
62
+
63
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(2) {
64
+ color: #00a5e5;
65
+ border-color: #00a5e5;
66
+ background-color: transparent;
67
+ transition: all 0.2s ease-in-out;
68
+ }
69
+
70
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(2):hover {
71
+ color: #fff;
72
+ border-color: #00a5e5;
73
+ background-color: #00a5e5;
74
+ }
75
+
76
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(3) {
77
+ padding: 0;
78
+ border: none;
79
+ color: #00a5e5;
80
+ background-color: transparent;
81
+ }
82
+ .pa-notice-wrap .pa-notice-close {
83
+ flex: 1;
84
+ align-self: flex-start;
85
+ }
86
+
87
+ .pa-notice-close a:focus {
88
+ outline: none;
89
+ box-shadow: none;
90
+ }
91
+
92
+ .pa-notice-close span {
93
+ float: left;
94
+ text-decoration: none;
95
+ cursor: pointer;
96
+ color: #72777c;
97
+ }
98
+
99
+ .error.pa-notice-wrap .pa-text-wrap a:not(:first-of-type) {
100
+ margin-right: 0.3em;
101
+ }
admin/assets/css/notice.css CHANGED
@@ -1,94 +1,94 @@
1
- .error.pa-notice-wrap {
2
- display: flex;
3
- border: none;
4
- padding: 16px;
5
- margin: 0;
6
- align-items: center;
7
- }
8
-
9
- .error.pa-notice-wrap div {
10
- padding: 0;
11
- margin: 0;
12
- }
13
- .pa-new-feature-notice .pa-text-wrap .pa-notice-close {
14
- text-decoration: none;
15
- margin-left: 1em;
16
- margin-left: auto;
17
- }
18
-
19
- .error .pa-text-wrap a:focus {
20
- box-shadow: none;
21
- outline: none;
22
- }
23
- .error.pa-notice-wrap .pa-img-wrap {
24
- margin-right: 10px;
25
- }
26
- .error.pa-notice-wrap .pa-text-wrap p {
27
- padding-right: 30px;
28
- font-size: 13px;
29
- color: #313131;
30
- }
31
- .error.pa-notice-wrap .pa-img-wrap {
32
- width: 74px;
33
- height: 74px;
34
- }
35
- .error.pa-notice-wrap .pa-img-wrap img {
36
- width: 50px;
37
- height: 50px;
38
- border-radius: 37px;
39
- filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
40
- background-color: #fff;
41
- padding: 10px;
42
- border-radius: 50%;
43
- }
44
-
45
- .error.pa-review-notice .pa-text-wrap a {
46
- margin-right: 0.3em;
47
- font-weight: 500;
48
- font-style: normal;
49
- }
50
-
51
- .error.pa-review-notice .pa-text-wrap a:first-of-type {
52
- background-color: #00a5e5;
53
- border: none;
54
- }
55
-
56
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(2) {
57
- color: #00a5e5;
58
- border-color: #00a5e5;
59
- background-color: transparent;
60
- transition: all 0.2s ease-in-out;
61
- }
62
-
63
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(2):hover {
64
- color: #fff;
65
- border-color: #00a5e5;
66
- background-color: #00a5e5;
67
- }
68
-
69
- .error.pa-review-notice .pa-text-wrap a:nth-of-type(3) {
70
- padding: 0;
71
- border: none;
72
- color: #00a5e5;
73
- background-color: transparent;
74
- }
75
- .pa-notice-wrap .pa-notice-close {
76
- flex: 1;
77
- align-self: flex-start;
78
- }
79
-
80
- .pa-notice-close a:focus {
81
- outline: none;
82
- box-shadow: none;
83
- }
84
-
85
- .pa-notice-close span {
86
- float: right;
87
- text-decoration: none;
88
- cursor: pointer;
89
- color: #72777c;
90
- }
91
-
92
- .error.pa-notice-wrap .pa-text-wrap a:not(:first-of-type) {
93
- margin-left: 0.3em;
94
- }
1
+ .error.pa-notice-wrap {
2
+ display: flex;
3
+ border: none;
4
+ padding: 16px;
5
+ margin: 0;
6
+ align-items: center;
7
+ }
8
+
9
+ .error.pa-notice-wrap div {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+ .pa-new-feature-notice .pa-text-wrap .pa-notice-close {
14
+ text-decoration: none;
15
+ margin-left: 1em;
16
+ margin-left: auto;
17
+ }
18
+
19
+ .error .pa-text-wrap a:focus {
20
+ box-shadow: none;
21
+ outline: none;
22
+ }
23
+ .error.pa-notice-wrap .pa-img-wrap {
24
+ margin-right: 10px;
25
+ }
26
+ .error.pa-notice-wrap .pa-text-wrap p {
27
+ padding-right: 30px;
28
+ font-size: 13px;
29
+ color: #313131;
30
+ }
31
+ .error.pa-notice-wrap .pa-img-wrap {
32
+ width: 74px;
33
+ height: 74px;
34
+ }
35
+ .error.pa-notice-wrap .pa-img-wrap img {
36
+ width: 50px;
37
+ height: 50px;
38
+ border-radius: 37px;
39
+ filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
40
+ background-color: #fff;
41
+ padding: 10px;
42
+ border-radius: 50%;
43
+ }
44
+
45
+ .error.pa-review-notice .pa-text-wrap a {
46
+ margin-right: 0.3em;
47
+ font-weight: 500;
48
+ font-style: normal;
49
+ }
50
+
51
+ .error.pa-review-notice .pa-text-wrap a:first-of-type {
52
+ background-color: #00a5e5;
53
+ border: none;
54
+ }
55
+
56
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(2) {
57
+ color: #00a5e5;
58
+ border-color: #00a5e5;
59
+ background-color: transparent;
60
+ transition: all 0.2s ease-in-out;
61
+ }
62
+
63
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(2):hover {
64
+ color: #fff;
65
+ border-color: #00a5e5;
66
+ background-color: #00a5e5;
67
+ }
68
+
69
+ .error.pa-review-notice .pa-text-wrap a:nth-of-type(3) {
70
+ padding: 0;
71
+ border: none;
72
+ color: #00a5e5;
73
+ background-color: transparent;
74
+ }
75
+ .pa-notice-wrap .pa-notice-close {
76
+ flex: 1;
77
+ align-self: flex-start;
78
+ }
79
+
80
+ .pa-notice-close a:focus {
81
+ outline: none;
82
+ box-shadow: none;
83
+ }
84
+
85
+ .pa-notice-close span {
86
+ float: right;
87
+ text-decoration: none;
88
+ cursor: pointer;
89
+ color: #72777c;
90
+ }
91
+
92
+ .error.pa-notice-wrap .pa-text-wrap a:not(:first-of-type) {
93
+ margin-left: 0.3em;
94
+ }
admin/assets/fonts/pa-dashboard.svg CHANGED
@@ -1,90 +1,90 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="pa-dashboard" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="general-tab" horiz-adv-x="1055" d="M975.547 684.151l-337.256 239.869c-30.838 21.74-69.19 34.746-110.58 34.746s-79.742-13.006-111.192-35.155l0.613 0.409-337.495-239.869c-48.303-35.139-79.404-91.391-79.636-154.918v-402.777c0.809-104.859 85.597-189.647 190.379-190.455h134.883c67.96 0 123.053 55.093 123.053 123.053v0 214.443h158.793v-214.443c0-67.96 55.093-123.053 123.053-123.053v0h134.806c104.859 0.809 189.647 85.597 190.455 190.379v402.817c0 0.004 0 0.008 0 0.012 0 63.667-31.28 120.029-79.309 154.555l-0.567 0.388zM595.115 384.315h-134.806c0 0 0 0 0 0-67.876 0-122.916-54.956-123.052-122.8v-214.456h-146.8c0 0 0 0 0 0-43.898 0-79.5 35.518-79.636 79.384v402.753c0.012 26.6 13.062 50.149 33.107 64.603l0.235 0.161 337.495 239.869c12.826 9.108 28.804 14.56 46.055 14.56s33.229-5.452 46.303-14.728l-0.249 0.167 337.495-239.869c20.28-14.616 33.33-38.165 33.342-64.763v-402.742c-0.136-43.879-35.738-79.397-79.636-79.397 0 0 0 0 0 0h-146.8v214.443c-0.137 67.857-55.177 122.813-123.052 122.813 0 0 0 0 0 0v0z" />
11
- <glyph unicode="&#xe901;" glyph-name="integrations" horiz-adv-x="829" d="M416.050-63.77v0c-40.321 0.003-75.437 22.283-93.712 55.202l-0.279 0.548c-33.239 62.133-65.92 114.4-101.637 164.348l3.038-4.471c-17.508 23.037-38.933 48.608-61.739 74.64-75.331 86.159-161.26 184.297-161.26 318.834 0 229.015 185.653 414.668 414.668 414.668v0c1.308 0.015 2.853 0.024 4.401 0.024 226.598 0 410.291-183.694 410.291-410.291 0-1.547-0.009-3.093-0.026-4.636l0.002 0.236c0-138.223-84.085-235.209-158.495-322.52-21.655-25.11-41.928-48.608-58.975-71.876-32.614-45.263-66.374-97.927-97.386-152.361l-4.668-8.899c-18.936-32.191-53.406-53.455-92.842-53.455-0.485 0-0.969 0.003-1.453 0.010l0.073-0.001zM414.668 856.333c-171.708-0.131-310.87-139.293-311.001-310.988v-0.013c0-95.834 69.111-174.621 135.228-250.644 24.189-27.875 47.226-53.907 67.268-81.551 35.59-49.137 70.727-105.336 102.067-163.874l3.903-7.983c40.664 66.893 79.040 122.957 120.030 176.927l-3.692-5.070c19.351 26.493 41.928 52.755 63.813 78.326 65.656 76.022 133.385 154.809 133.385 253.869 0.011 0.964 0.017 2.102 0.017 3.242 0 169.98-137.796 307.776-307.776 307.776-1.14 0-2.279-0.006-3.416-0.019l0.173 0.001zM414.668 390.522c-85.881 0-155.501 69.62-155.501 155.501s69.62 155.501 155.501 155.501c85.881 0 155.501-69.62 155.501-155.501v0c-0.131-85.828-69.673-155.37-155.488-155.501h-0.013zM414.668 597.856c-28.627 0-51.834-23.207-51.834-51.834s23.207-51.834 51.834-51.834c28.627 0 51.834 23.207 51.834 51.834v0c0 28.627-23.207 51.834-51.834 51.834v0z" />
12
- <glyph unicode="&#xe902;" glyph-name="system-info" d="M968.034 904.489c-34.44 34.345-81.968 55.58-134.455 55.58s-100.015-21.236-134.46-55.585l0.004 0.004-599.703-599.021c-9.133-9.341-16.281-20.665-20.734-33.261l-0.196-0.637-74.167-222.955c-2.852-8.142-4.499-17.529-4.499-27.301 0-46.992 38.095-85.087 85.087-85.087 0.062 0 0.124 0 0.186 0h-0.010c0.229-0.002 0.499-0.004 0.769-0.004 9.414 0 18.458 1.584 26.881 4.5l-0.577-0.174 223.182 74.849c13.107 4.117 24.286 11.183 33.191 20.45l0.025 0.026 501.649 500.511s1.593 1.82 2.73 2.275l94.87 94.87c35.082 34.525 56.819 82.52 56.819 135.591 0 52.959-21.645 100.863-56.572 135.347l-0.020 0.020zM294.391 118.232l-168.809-56.876 56.421 170.629 460.698 459.788 112.387-113.752zM890 713.385l-56.421-55.966-112.387 112.387 55.966 56.649c14.556 14.556 34.665 23.559 56.876 23.559 44.423 0 80.435-36.012 80.435-80.435 0-22.212-9.003-42.32-23.559-56.876v0z" />
13
- <glyph unicode="&#xe903;" glyph-name="version-control" horiz-adv-x="1005" d="M502.618 258.122c-104.867 0-189.878 85.011-189.878 189.878s85.011 189.878 189.878 189.878c104.867 0 189.878-85.011 189.878-189.878v0c-0.127-104.816-85.062-189.751-189.866-189.878h-0.012zM502.618 526.185c-43.797 0-79.302-35.505-79.302-79.302s35.505-79.302 79.302-79.302c43.797 0 79.302 35.505 79.302 79.302v0c-0.127 43.746-35.556 79.175-79.29 79.302h-0.012zM587.951-64h-170.89c-0.002 0-0.003 0-0.005 0-67.092 0-121.555 54.072-122.186 121.015v0.060c0.008 0.153 0.013 0.331 0.013 0.511 0 3.661-1.957 6.865-4.882 8.623l-0.045 0.025-11.393 6.702c-1.46 0.77-3.19 1.222-5.026 1.222s-3.567-0.452-5.086-1.251l0.060 0.029c-17.556-10.279-38.658-16.349-61.178-16.349-11.13 0-21.913 1.483-32.163 4.261l0.859-0.198c-31.923 8.658-58.032 29.161-73.853 56.384l-0.311 0.58-85.333 148.328c-10.277 17.496-16.347 38.537-16.347 60.995 0 44.924 24.287 84.175 60.448 105.339l0.576 0.312c3.946 2.044 6.615 6.062 6.701 10.711v9.171c0.001 0.066 0.002 0.144 0.002 0.222 0 4.223-2.211 7.929-5.538 10.025l-0.049 0.029c-36.9 21.437-61.316 60.777-61.316 105.819 0 22.662 6.181 43.881 16.948 62.063l-0.31-0.565 85.333 147.881c21.593 36.709 60.9 60.958 105.87 60.958 22.451 0 43.491-6.044 61.581-16.594l-0.582 0.313c1.488-0.953 3.302-1.519 5.25-1.519s3.762 0.566 5.289 1.543l-0.039-0.024 10.052 5.585c3.228 1.832 5.371 5.247 5.371 9.161 0 0.156-0.003 0.312-0.010 0.466l0.001-0.022c0.127 67.434 54.758 122.065 122.18 122.192h170.902c67.434-0.127 122.065-54.758 122.192-122.18v-0.012c-0.007-0.145-0.011-0.314-0.011-0.485 0-3.733 1.948-7.011 4.883-8.872l0.043-0.025 9.159-5.138c1.932-1.426 4.36-2.282 6.988-2.282 1.672 0 3.263 0.346 4.705 0.972l-0.077-0.030c17.482 10.227 38.492 16.265 60.913 16.265 44.927 0 84.192-24.247 105.421-60.369l0.312-0.574 85.557-147.658c10.246-17.534 16.296-38.603 16.296-61.085 0-45.013-24.251-84.363-60.401-105.695l-0.572-0.312c-4.097-1.855-6.939-5.822-7.147-10.473l-0.001-0.026v-9.159c0-0.036-0.001-0.079-0.001-0.122 0-4.24 2.316-7.939 5.753-9.901l0.056-0.029h1.34c36.655-21.605 60.861-60.883 60.861-105.814 0-22.383-6.008-43.364-16.498-61.417l0.314 0.585-85.557-147.881c-21.541-36.695-60.805-60.942-105.733-60.942-22.421 0-43.431 6.039-61.493 16.578l0.58-0.313c-1.58 0.882-3.466 1.401-5.473 1.401s-3.893-0.519-5.531-1.43l0.058 0.030-10.276-6.031c-3.224-1.833-5.364-5.246-5.364-9.157 0-0.079 0.001-0.158 0.003-0.236v0.012c-0.127-67.434-54.758-122.065-122.18-122.192h-0.012zM275.211 185.522c0.087 0 0.191 0 0.294 0 22.734 0 43.993-6.312 62.121-17.279l-0.537 0.302 8.265-4.914c36.321-21.243 60.332-60.056 60.332-104.477 0-0.73-0.006-1.459-0.019-2.187l0.002 0.109c0-6.292 5.101-11.393 11.393-11.393v0h170.89c6.292 0 11.393 5.101 11.393 11.393v0c-0.001 0.148-0.001 0.323-0.001 0.497 0 45.174 24.786 84.559 61.499 105.298l0.603 0.313 7.148 4.244c17.627 10.474 38.862 16.665 61.543 16.665s43.916-6.191 62.107-16.975l-0.564 0.31c1.689-1.013 3.726-1.612 5.904-1.612 4.206 0 7.889 2.235 9.928 5.582l0.029 0.051 86.003 149.668c1.003 1.663 1.597 3.67 1.597 5.817 0 4.163-2.232 7.804-5.565 9.792l-0.052 0.029c-37.522 21.643-62.49 61.35-62.994 106.93l-0.001 0.071v8.712c0 0.114-0.001 0.25-0.001 0.386 0 44.871 24.275 84.072 60.408 105.188l0.577 0.311c3.88 2.341 6.434 6.533 6.434 11.323 0 1.882-0.395 3.673-1.106 5.293l0.033-0.085-85.333 147.658c-2.070 3.385-5.747 5.61-9.943 5.61-1.827 0-3.555-0.422-5.093-1.173l0.069 0.030c-17.48-10.37-38.533-16.499-61.017-16.499-22.64 0-43.828 6.214-61.952 17.029l0.554-0.306-7.818 4.468c-37.331 21.218-62.101 60.718-62.101 106.004 0 0.037 0 0.074 0 0.11v-0.006c0.001 0.066 0.002 0.145 0.002 0.223 0 6.292-5.101 11.393-11.393 11.393-0.001 0-0.002 0-0.002 0h-171.783c-6.292 0-11.393-5.101-11.393-11.393v0c0-0.039 0-0.086 0-0.133 0-45.105-24.574-84.47-61.063-105.439l-0.591-0.313-5.585-3.127c-18.295-11.547-40.556-18.399-64.417-18.399-22.33 0-43.258 6.001-61.26 16.477l0.582-0.313c-1.663 1.003-3.67 1.597-5.817 1.597-4.163 0-7.804-2.232-9.792-5.565l-0.029-0.052-86.003-148.105c-0.954-1.649-1.516-3.628-1.516-5.738 0-4.166 2.193-7.82 5.488-9.87l0.049-0.029c37.778-21.271 62.899-61.080 62.995-106.765v-8.726c0 0 0-0.001 0-0.001 0-44.927-24.158-84.212-60.193-105.572l-0.568-0.311c-4.037-1.944-6.773-6.003-6.773-10.701 0-2.054 0.523-3.985 1.443-5.668l-0.031 0.062 85.333-147.881c2.43-3.214 6.246-5.269 10.542-5.269 1.839 0 3.591 0.377 5.181 1.057l-0.086-0.033c17.421 10.252 38.377 16.307 60.747 16.307 0.005 0 0.010 0 0.015 0h-0.001z" />
14
- <glyph unicode="&#xe904;" glyph-name="white-label" horiz-adv-x="901" d="M120.783-64c-18.709 0.031-36.417 4.286-52.231 11.863l0.731-0.315c-41.244 19.404-69.284 60.613-69.284 108.372 0 0.223 0.001 0.445 0.002 0.668v-0.034 717.077c0.131 102.877 83.494 186.24 186.358 186.371h527.947c102.877-0.131 186.24-83.494 186.371-186.358v-717.089c0.001-0.188 0.002-0.411 0.002-0.633 0-47.759-28.040-88.968-68.556-108.063l-0.728-0.309c-15.089-7.219-32.789-11.468-51.473-11.547h-0.027c-0.037 0-0.080 0-0.124 0-29.357 0-56.225 10.657-76.947 28.314l0.167-0.138-202.999 169.050c-13.286 11.346-30.663 18.249-49.653 18.249s-36.367-6.903-49.759-18.337l-203.123-169.193c-20.622-17.28-47.405-27.817-76.645-27.944h-0.028zM450.338 259.32c0.029 0 0.064 0 0.098 0 45.519 0 87.226-16.318 119.591-43.424l-0.291 0.238 222.167-184.754v742.25c-0.131 42.756-34.822 77.366-77.596 77.366 0 0 0 0 0 0h-527.935c0 0 0 0 0 0-42.774 0-77.465-34.61-77.596-77.353v-741.801l222.167 184.754c32.083 26.986 73.799 43.449 119.355 43.648h0.043z" />
15
- <glyph unicode="&#xe905;" glyph-name="widgets-and-addons" d="M282.396 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 832.114c-20.862 0-37.774-16.912-37.774-37.774v0-116.736c0 0 0 0 0-0.001 0-20.736 16.81-37.547 37.547-37.547 0.080 0 0.16 0 0.24 0.001h116.724c20.736 0 37.547 16.81 37.547 37.547v116.736c0 0.068 0.001 0.148 0.001 0.228 0 20.736-16.81 37.547-37.547 37.547 0 0-0.001 0-0.001 0v0zM858.34 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 832.114c0 0 0 0-0.001 0-20.736 0-37.547-16.81-37.547-37.547 0-0.080 0-0.16 0.001-0.24v0.012-116.736c0-20.736 16.81-37.547 37.547-37.547v0h116.736c0.068 0 0.148-0.001 0.228-0.001 20.736 0 37.547 16.81 37.547 37.547 0 0 0 0.001 0 0.001v0 116.736c0 20.862-16.912 37.774-37.774 37.774v0zM282.396-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 255.943c-0.068 0-0.148 0.001-0.228 0.001-20.736 0-37.547-16.81-37.547-37.547 0 0 0-0.001 0-0.001v0-116.736c0-20.862 16.912-37.774 37.774-37.774v0h116.736c0 0 0 0 0.001 0 20.736 0 37.547 16.81 37.547 37.547 0 0.080 0 0.16-0.001 0.24v-0.012 116.736c0 20.736-16.81 37.547-37.547 37.547v0zM858.34-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 255.943c-20.736 0-37.547-16.81-37.547-37.547v0-116.736c0-0.068-0.001-0.148-0.001-0.228 0-20.736 16.81-37.547 37.547-37.547 0 0 0.001 0 0.001 0h116.736c20.862 0 37.774 16.912 37.774 37.774v0 116.736c0 0 0 0 0 0.001 0 20.736-16.81 37.547-37.547 37.547-0.080 0-0.16 0-0.24-0.001h0.012z" />
16
- <glyph unicode="&#xe906;" glyph-name="all-widgets" d="M139.947 345.6h129.707c77.29 0 139.947-62.656 139.947-139.947v-129.707c0-77.29-62.656-139.947-139.947-139.947h-129.707c-77.29 0-139.947 62.656-139.947 139.947v129.707c0 77.29 62.656 139.947 139.947 139.947zM752.754 345.6h132.892c76.411 0 138.354-61.943 138.354-138.354v-132.892c0-76.411-61.943-138.354-138.354-138.354h-132.892c-76.411 0-138.354 61.943-138.354 138.354v132.892c0 76.411 61.943 138.354 138.354 138.354zM754.574 960h129.252c77.416 0 140.174-62.758 140.174-140.174v-129.252c0-77.416-62.758-140.174-140.174-140.174h-129.252c-77.416 0-140.174 62.758-140.174 140.174v129.252c0 77.416 62.758 140.174 140.174 140.174zM139.719 960h130.162c77.165 0 139.719-62.554 139.719-139.719v-130.162c0-77.165-62.554-139.719-139.719-139.719h-130.162c-77.165 0-139.719 62.554-139.719 139.719v130.162c0 77.165 62.554 139.719 139.719 139.719z" />
17
- <glyph unicode="&#xe907;" glyph-name="blurbs-and-cta-widgets" d="M409.6 140.8h409.6c113.108 0 204.8 91.692 204.8 204.8v0 409.6c0 113.108-91.692 204.8-204.8 204.8v0h-409.6c-113.108 0-204.8-91.692-204.8-204.8v0-407.78c0.129-114.061 92.559-206.491 206.608-206.62h0.012zM256 38.4c-84.831 0-153.6 68.769-153.6 153.6v0 381.156c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-381.156c0-141.385 114.615-256 256-256v0h381.156c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" />
18
- <glyph unicode="&#xe908;" glyph-name="message" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
19
- <glyph unicode="&#xe909;" glyph-name="content-widgets" d="M769.138 960h-513.138c-0.068 0-0.148 0-0.228 0-141.179 0-255.643-114.383-255.772-255.532v-512.468c0-141.385 114.615-256 256-256v0h512c0.068 0 0.148 0 0.228 0 141.179 0 255.643 114.383 255.772 255.532v512.468c0.001 0.203 0.001 0.443 0.001 0.683 0 140.848-114.051 255.058-254.838 255.317h-0.025zM245.76 722.432h250.311c19.929-1.583 35.501-18.144 35.501-38.343s-15.572-36.761-35.366-38.335l-0.134-0.009h-250.311c-19.929 1.583-35.501 18.144-35.501 38.343s15.572 36.761 35.366 38.335l0.134 0.009zM245.76 486.457h348.615c21.239 0 38.457-17.218 38.457-38.457s-17.218-38.457-38.457-38.457h-347.705c-21.239 0-38.457 17.218-38.457 38.457s17.218 38.457 38.457 38.457v0zM776.647 173.113h-529.977c-19.929 1.583-35.501 18.144-35.501 38.343s15.572 36.761 35.366 38.335l0.134 0.009h529.977c0.885 0.072 1.916 0.114 2.956 0.114 21.239 0 38.457-17.218 38.457-38.457s-17.218-38.457-38.457-38.457c-1.040 0-2.071 0.041-3.091 0.122l0.134-0.009z" />
20
- <glyph unicode="&#xe90a;" glyph-name="image-widgets" d="M887.467-41.244v2.276c-32.732-15.692-71.14-24.909-111.688-25.031h-519.779c-141.385 0-256 114.615-256 256v0 88.292c1.221 0.551 2.271 1.238 3.199 2.059l-0.013-0.011c104.903 87.381 217.543 131.527 333.596 131.527v0c239.844 0 465.806-186.368 550.684-452.38zM773.689 960h-517.689c-141.385 0-256-114.615-256-256v0-337.92c91.377 70.78 207.13 114.129 332.93 116.048l0.439 0.005c9.33 0 19.115 0 28.217 0 104.071-6.788 199.035-40.671 279.433-94.588l-2.043 1.29c142.842-95.27 250.349-233.701 304.723-396.455l1.567-5.408c48.603 47.588 78.735 113.877 78.735 187.203 0 0.266 0 0.533-0.001 0.799v-0.041 523.378c0.009 0.817 0.015 1.781 0.015 2.747 0 141.984-114.268 257.279-255.858 258.94l-0.157 0.001zM732.729 604.103c-0.068 0-0.148 0-0.228 0-42.478 0-76.914 34.435-76.914 76.914s34.435 76.914 76.914 76.914c42.478 0 76.914-34.435 76.914-76.913v0c0 0 0 0 0 0 0-42.398-34.306-76.784-76.674-76.913h-0.013z" />
21
- <glyph unicode="&#xe90b;" glyph-name="off-grid-widgets" horiz-adv-x="1041" d="M883.433 676.771c77.252-4.721 140.095-60.978 154.818-134.608l0.179-1.072c1.494-8.285 2.348-17.821 2.348-27.557 0-88.015-69.798-159.728-157.063-162.806l-0.281-0.008zM813.615 900.422v-765.207c0-32.904-26.674-59.578-59.578-59.578v0h-19.316c-0.217-0.001-0.475-0.002-0.732-0.002-39.55 0-74.887 18.036-98.236 46.331l-0.173 0.216c-34.096 42.335-85.759 69.33-143.744 69.818l-0.082 0.001h-73.775v-184.087c-0.524-39.829-32.934-71.914-72.838-71.914-0.166 0-0.331 0.001-0.497 0.002h-40.237c-40.102 0-72.611 32.509-72.611 72.611v0 199.68c-135.169 41.188-231.816 164.77-231.816 310.924 0 179.173 145.249 324.422 324.422 324.422 0.171 0 0.341 0 0.512 0h166.141c57.892 0.184 109.539 26.762 143.563 68.324l0.262 0.33c23.522 28.512 58.86 46.548 98.41 46.548 0.257 0 0.514-0.001 0.771-0.002h19.976c0.046 0 0.1 0 0.155 0 6.027 0 11.815-1.023 17.2-2.904l-0.366 0.111c4.129-1.275 7.674-2.776 11.030-4.582l-0.325 0.16c18.694-9.9 31.337-29.012 31.882-51.126l0.001-0.074z" />
22
- <glyph unicode="&#xe90c;" glyph-name="section-addons" horiz-adv-x="1040" d="M958.122 631.996v58.712c0.012 0.794 0.019 1.732 0.019 2.671 0 50.807-20.49 96.829-53.658 130.253l0.011-0.011c-33.999 34.358-81.032 55.76-133.066 56.169h-44.458c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c148.272-1.689 267.927-121.83 268.828-270.13v-57.874c-1.653-21.358-19.39-38.063-41.029-38.063s-39.377 16.705-41.021 37.922l-0.009 0.141zM40.451 591.545c-22.236 0.258-40.194 18.215-40.451 40.427v58.737c1.436 148.794 122.197 268.906 271.104 269.291h44.187c22.432-0.124 40.629-18.078 41.144-40.403l0.001-0.048c-0.513-22.421-18.685-40.431-41.121-40.682h-44.174c-0.173 0.001-0.377 0.001-0.581 0.001-52.382 0-99.813-21.197-134.184-55.481l0.004 0.004c-33.564-33.481-54.329-79.778-54.329-130.925 0-0.617 0.003-1.234 0.009-1.849l-0.001 0.094v-57.788c-0.513-22.293-18.581-40.2-40.89-40.451h-0.024zM82.059 264.004v-58.712c-0.012-0.794-0.019-1.732-0.019-2.671 0-50.807 20.49-96.829 53.658-130.253l-0.011 0.011c34.025-34.317 81.042-55.706 133.055-56.169l0.088-0.001h44.381c0.917 0.074 1.986 0.116 3.064 0.116 22.468 0 40.683-18.214 40.683-40.683s-18.214-40.683-40.683-40.683c-1.078 0-2.147 0.042-3.204 0.124l0.14-0.009h-44.381c-148.272 1.689-267.927 121.83-268.828 270.13v57.874c1.653 21.358 19.39 38.063 41.029 38.063s39.377-16.705 41.021-37.922l0.009-0.141zM999.729 303.53c21.921-0.243 39.689-17.687 40.45-39.457l0.002-0.070v-58.712c-1.435-148.713-122.065-268.775-270.86-269.291h-44.431c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c0.132 0 0.289-0.001 0.446-0.001 52.352 0 99.752 21.198 134.087 55.479l-0.002-0.002c33.564 33.481 54.329 79.778 54.329 130.925 0 0.617-0.003 1.234-0.009 1.849l0.001-0.094v57.788c0.388 22.345 18.53 40.325 40.902 40.451h0.012zM693.454 159.061h-346.727c-63.831 0-115.576 51.745-115.576 115.576v0 346.727c0 63.831 51.745 115.576 115.576 115.576v0h346.727c63.831 0 115.576-51.745 115.576-115.576v0-346.727c0-63.831-51.745-115.576-115.576-115.576v0z" />
23
- <glyph unicode="&#xe90d;" glyph-name="social-feed-widgets" horiz-adv-x="939" d="M201.751 562.774v-551.902c-21.080-23.819-51.721-38.764-85.853-38.781h-0.003c-0.001 0-0.002 0-0.003 0-63.692 0-115.383 51.378-115.891 114.95v393.239c-0.012 0.646-0.020 1.407-0.020 2.171 0 54.302 36.022 100.19 85.474 115.073l0.851 0.22c8.944 2.498 19.216 3.934 29.822 3.934 33.959 0 64.48-14.72 85.531-38.127l0.093-0.105zM936.35 449.793l-75.769-376.827c-11.775-77.927-78.28-136.972-158.576-136.972-6.684 0-13.272 0.409-19.741 1.204l0.776-0.078-334.011 37.66c-28.037 3.383-52.344 17.15-69.362 37.278l-0.13 0.158c-3.592 3.918-7.048 8.157-10.252 12.589l-0.284 0.412v548.764l315.405 351.944c18.456 20.934 45.334 34.071 75.281 34.071 18.145 0 35.164-4.823 49.844-13.257l-0.488 0.258c31.606-17.508 52.648-50.663 52.648-88.733 0-16.699-4.049-32.453-11.218-46.333l0.265 0.565-89.667-181.352c-2.259-4.153-3.587-9.095-3.587-14.348 0-16.759 13.522-30.359 30.251-30.486h0.012l145.709-5.604c58.524-2.688 104.955-50.788 104.955-109.734 0-7.494-0.75-14.813-2.18-21.885l0.119 0.704z" />
24
- <glyph unicode="&#xe90e;" glyph-name="table-and-chars-widgets" d="M750.933 960c174.080 0 273.067-98.759 273.067-273.067v0-477.867c0-174.080-98.759-273.067-273.067-273.067h-477.867c-174.308 0-273.067 98.759-273.067 273.067v0 477.867c0 174.308 98.759 273.067 273.067 273.067h477.867zM547.954 769.536c-7.012 4.634-15.616 7.393-24.865 7.393-25.135 0-45.511-20.376-45.511-45.511 0-1.803 0.105-3.581 0.309-5.33l-0.020 0.213v-558.876c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v558.876c0.169 1.472 0.265 3.178 0.265 4.906 0 16.023-8.28 30.112-20.795 38.221l-0.178 0.108zM297.188 595.911c-6.846 4.341-15.182 6.918-24.121 6.918s-17.275-2.577-24.307-7.028l0.187 0.11c-13.056-8.153-21.614-22.443-21.614-38.732 0-1.586 0.081-3.153 0.239-4.697l-0.016 0.194v-379.335c0-25.135 20.376-45.511 45.511-45.511s45.511 20.376 45.511 45.511v0 0 379.108c0.156 1.415 0.245 3.056 0.245 4.718 0 16.298-8.567 30.595-21.444 38.634l-0.192 0.112zM775.054 403.399c-6.897 4.429-15.315 7.061-24.348 7.061s-17.451-2.632-24.53-7.17l0.182 0.109c-12.851-7.762-21.31-21.655-21.31-37.523 0-2.014 0.136-3.997 0.4-5.938l-0.025 0.226v-179.996c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v179.769c0.142 1.35 0.223 2.918 0.223 4.504 0 16.289-8.558 30.579-21.422 38.62l-0.191 0.112z" />
25
- <glyph unicode="&#xe90f;" glyph-name="testimonials-and-reviews-widgets" d="M512 960c0.379 0.001 0.827 0.002 1.276 0.002 282.77 0 512-229.23 512-512s-229.23-512-512-512c-87.909 0-170.643 22.155-242.924 61.186l2.715-1.341h-1.593c-15.246 6.144-27.534 17.067-41.87 24.121-8.435 3.656-18.258 5.783-28.578 5.783-7.749 0-15.219-1.199-22.233-3.422l0.521 0.142c-29.627-10.816-68.275-22.231-107.704-31.635l-7.894-1.589c-20.48 0-26.624 11.833-26.624 31.858 10.827 47.474 23.027 87.476 37.679 126.274l-2.18-6.58c2.107 6.024 3.323 12.969 3.323 20.197 0 11.030-2.833 21.398-7.811 30.417l0.164-0.325-10.24 19.797c-36.341 67.827-57.787 148.346-58.026 233.851v3.262c0 282.77 229.23 512 512 512v0zM747.975 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c-0.129 36.143-29.393 65.407-65.524 65.536h-0.012zM512 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c0 0.068 0 0.148 0 0.228 0 36.069-29.24 65.308-65.308 65.308-0.080 0-0.16 0-0.24 0h0.012zM276.025 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536v0c36.195 0 65.536 29.341 65.536 65.536s-29.341 65.536-65.536 65.536v0z" />
26
- <glyph unicode="&#xe910;" glyph-name="license" horiz-adv-x="1126" d="M1105.819 838.282l-101.011 101.011c-13.132 12.989-31.197 21.014-51.137 21.014s-38.005-8.024-51.143-21.020l0.006 0.006-389.65-388.64c-50.306 32.934-111.928 52.528-178.127 52.528-0.411 0-0.821-0.001-1.232-0.002h0.064c-0.075 0-0.164 0-0.253 0-184.236 0-333.589-149.353-333.589-333.589s149.353-333.589 333.589-333.589c184.236 0 333.589 149.353 333.589 333.589v0c0.001 0.246 0.001 0.536 0.001 0.827 0 66.395-19.59 128.215-53.305 179.995l0.778-1.275 194.951 194.951 43.94-44.95c12.797-13.214 30.688-21.427 50.499-21.465h1.775c39.744 0.006 71.96 32.226 71.96 71.97 0 20.060-8.207 38.203-21.446 51.255l-0.009 0.008-44.697 45.202 42.93 41.667 50.506-50.506c12.076-9.487 27.497-15.215 44.256-15.215 39.748 0 71.97 32.222 71.97 71.97 0 16.759-5.728 32.179-15.333 44.411l0.118-0.156zM334.599 80.698c-104.6 0-189.396 84.796-189.396 189.396s84.795 189.396 189.396 189.396c104.6 0 189.396-84.795 189.396-189.396 0-0.089 0-0.178 0-0.266v0.014c0-0.075 0-0.165 0-0.254 0-104.74-84.908-189.648-189.648-189.648-0.266 0-0.533 0.001-0.799 0.002h0.041z" />
27
- <glyph unicode="&#xe911;" glyph-name="features" horiz-adv-x="1064" d="M939.316 664.578h-213.171c-0.028 0-0.060-0.001-0.093-0.001-3.25 0-6.004 2.124-6.95 5.059l-0.014 0.052-66.433 204.167c-12.581 37.642-41.549 66.769-78.209 79.313l-0.878 0.261c-11.92 4.287-25.674 6.766-40.008 6.766-20.217 0-39.282-4.931-56.059-13.655l0.675 0.319c-29.697-15.083-52.142-40.853-62.53-72.124l-0.253-0.88-68.137-204.654c-0.958-2.991-3.714-5.118-6.967-5.118-0.117 0-0.234 0.003-0.35 0.008l0.016-0.001h-215.605c-0.235 0.002-0.514 0.003-0.793 0.003-68.677 0-124.35-55.673-124.35-124.35 0-41.587 20.415-78.406 51.77-100.982l0.369-0.253 173.506-126.297c2.116-1.518 3.479-3.971 3.479-6.742 0-0.805-0.115-1.584-0.33-2.32l0.015 0.058-64-203.437c-3.758-11.367-5.926-24.452-5.926-38.043 0-69.080 56-125.080 125.080-125.080 27.656 0 53.216 8.976 73.925 24.173l-0.349-0.244 170.342 126.053c1.262 0.865 2.822 1.381 4.502 1.381s3.24-0.516 4.529-1.398l-0.028 0.018 173.506-126.297c20.191-14.941 45.507-24.024 72.93-24.334l0.073-0.001c27.502 0.257 52.832 9.351 73.34 24.573l-0.336-0.238c31.469 22.6 51.725 59.091 51.725 100.313 0 14.089-2.366 27.625-6.723 40.233l0.26-0.865-64.487 203.924c-0.205 0.676-0.324 1.453-0.324 2.257 0 2.524 1.164 4.776 2.985 6.248l0.015 0.012 173.506 126.297c31.625 22.887 51.961 59.685 51.961 101.232 0 68.811-55.782 124.593-124.593 124.593-0.131 0-0.261 0-0.392-0.001h0.020zM273.521 62.54l66.433 205.141c4.011 11.65 6.327 25.075 6.327 39.041 0 41.343-20.295 77.946-51.466 100.389l-0.367 0.251-173.992 125.81c-1.743 1.439-2.845 3.6-2.845 6.018 0 0.894 0.151 1.754 0.428 2.554l-0.017-0.055c1.020 2.723 3.6 4.626 6.625 4.626 0.066 0 0.132-0.001 0.198-0.003h219.001c54.246 1.214 99.873 36.781 116.066 85.748l0.253 0.884 67.163 204.167c0.77 2.39 2.673 4.212 5.059 4.855l0.051 0.012c0.624 0.18 1.34 0.283 2.080 0.283 3.445 0 6.368-2.237 7.394-5.338l0.016-0.055 66.19-204.411c16.788-49.711 62.53-85.066 116.679-86.142l0.127-0.002h216.335c3.147-0.013 5.789-2.157 6.56-5.063l0.011-0.048c0.242-0.696 0.382-1.497 0.382-2.332 0-2.441-1.198-4.602-3.038-5.927l-0.022-0.015-174.722-126.297c-31.537-22.694-51.832-59.297-51.832-100.64 0-13.966 2.316-27.39 6.584-39.911l-0.258 0.87 66.677-205.141c0.223-0.607 0.352-1.308 0.352-2.039 0-2.235-1.205-4.188-3-5.246l-0.028-0.015c-1.287-0.916-2.891-1.465-4.624-1.465s-3.336 0.548-4.648 1.481l0.025-0.017-173.749 126.297c-20.134 15.072-45.49 24.186-72.969 24.334h-0.035c-27.272-0.124-52.548-8.567-73.448-22.92l0.444 0.288-173.506-128.487c-1.311-0.97-2.96-1.552-4.745-1.552s-3.434 0.582-4.767 1.567l0.022-0.015c-2.291 1.13-3.839 3.449-3.839 6.13 0 0.858 0.158 1.678 0.448 2.434l-0.016-0.047z" />
28
- <glyph unicode="&#xe912;" glyph-name="lock" horiz-adv-x="667" d="M481.773 619.979c34.602-14.925 64.441-33.175 91.268-54.985l-0.704 0.554v157.271c-0.132 130.857-106.11 236.917-236.924 237.181h-3.731c-130.839-0.264-236.818-106.324-236.949-237.168v-157.284c26.124 21.257 55.962 39.506 88.093 53.474l2.471 0.957c8.802 3.706 18.067 7.18 27.1 10.191v92.649c0 0 0 0 0 0 0 65.926 53.378 119.385 119.273 119.517h3.719c65.954-0.132 119.385-53.562 119.517-119.504v-92.662c8.802-3.011 18.067-6.485 26.868-10.191zM0 269.304c0.237-183.9 149.371-332.888 333.304-332.888 184.079 0 333.304 149.225 333.304 333.304 0 140.401-86.812 260.527-209.686 309.628l-2.247 0.793c-35.851 14.347-77.407 22.669-120.907 22.669-184.242 0-333.618-149.284-333.767-333.491v-0.014zM247.604 336.706c0.653 46.962 38.876 84.781 85.932 84.781 47.463 0 85.939-38.476 85.939-85.939 0-0.407-0.003-0.814-0.008-1.22l0.001 0.061c0-0.084 0.001-0.182 0.001-0.281 0-5.063-0.506-10.008-1.47-14.787l0.080 0.476c-4.352-24.623-18.676-45.255-38.565-57.93l-0.347-0.207c-6.868-4.103-11.396-11.498-11.396-19.951 0-1.712 0.186-3.38 0.538-4.986l-0.028 0.153 25.478-120.907c0.177-0.766 0.278-1.645 0.278-2.548 0-6.524-5.289-11.813-11.813-11.813-0.016 0-0.033 0-0.049 0h-97.741c-0.014 0-0.030 0-0.046 0-6.524 0-11.813 5.289-11.813 11.813 0 0.903 0.101 1.782 0.293 2.627l-0.015-0.079 25.942 120.907c0.388 1.587 0.61 3.409 0.61 5.282 0 8.304-4.37 15.587-10.935 19.676l-0.098 0.057c-20.602 12.808-35.16 33.681-39.305 58.099l-0.070 0.501c-0.861 4.86-1.365 10.469-1.39 16.191v0.022z" />
29
- <glyph unicode="&#xe913;" glyph-name="alert-box" horiz-adv-x="992" d="M987.392 79.104c-8.324-17.678-25.991-29.696-46.465-29.696-0.045 0-0.089 0-0.134 0h-329.209c-4.149-60.371-54.139-107.772-115.2-107.772s-111.051 47.401-115.18 107.413l-0.020 0.359h-329.728c-0.038 0-0.082 0-0.127 0-20.474 0-38.142 12.018-46.333 29.384l-0.132 0.312c-2.971 6.289-4.705 13.661-4.705 21.439 0 12.65 4.587 24.228 12.189 33.162l-0.060-0.073c67.072 78.336 99.84 186.368 99.84 318.464v108.288c0.234 53.87 10.74 105.22 29.659 152.283l-0.987-2.779c7.952 18.591 26.087 31.381 47.208 31.381 28.277 0 51.2-22.923 51.2-51.2 0-6.109-1.070-11.969-3.033-17.401l0.113 0.357c-13.548-33.354-21.516-72.032-21.76-112.542v-108.386c0.155-5.219 0.243-11.359 0.243-17.519 0-103.194-24.78-200.6-68.714-286.592l1.655 3.568h696.832c-42.279 82.425-67.059 179.831-67.059 283.025 0 6.16 0.088 12.3 0.264 18.418l-0.020-0.899v108.288c0 163.84-128 297.216-281.6 297.216-80.494-0.042-152.754-35.258-202.25-91.11l-0.246-0.282c-9.47-10.568-23.162-17.187-38.4-17.187-28.438 0-51.491 23.053-51.491 51.491 0 13.2 4.967 25.24 13.134 34.353l-0.043-0.049c68.984 76.751 168.489 124.89 279.243 125.184h0.053c211.2 0 384-179.2 384-399.616v-108.288c0-132.864 33.536-240.128 100.608-318.464 7.244-8.766 11.637-20.12 11.637-32.5 0-8.006-1.838-15.584-5.114-22.333l0.133 0.304z" />
30
- <glyph unicode="&#xe914;" glyph-name="animated-gradients" horiz-adv-x="826" d="M825.6 360.96c0.102-3.432 0.161-7.47 0.161-11.52 0-228.123-184.758-413.094-412.8-413.44h-0.033c-228.075 0.346-412.833 185.317-412.833 413.44 0 4.051 0.058 8.089 0.174 12.112l-0.013-0.592c1.13 27.404 23.621 49.193 51.2 49.193 28.3 0 51.241-22.941 51.241-51.241 0-0.72-0.015-1.437-0.044-2.15l0.003 0.102c-0.060-2.287-0.095-4.98-0.095-7.68 0-171.495 138.905-310.546 310.344-310.784h0.023c171.462 0.238 310.367 139.289 310.367 310.784 0 2.701-0.034 5.393-0.103 8.077l0.008-0.397c-10.24 244.736-231.68 430.848-310.272 489.216-61.44-45.312-208.384-167.68-275.712-334.080-5.12-12.544-9.728-25.6-13.824-38.4-6.736-20.947-26.050-35.84-48.842-35.84-0.019 0-0.038 0-0.057 0h0.003c-5.484 0.014-10.767 0.855-15.737 2.405l0.377-0.101c-20.981 6.716-35.905 26.046-35.905 48.862 0 5.497 0.866 10.793 2.47 15.756l-0.101-0.362c4.864 15.36 10.496 30.976 16.64 46.080 94.464 233.984 314.88 384 340.992 400.128l2.304 1.536 3.84 2.304 3.84 1.792 5.632 1.792c1.978 0.854 4.296 1.564 6.704 2.016l0.208 0.032h7.168c1.422 0.181 3.067 0.284 4.736 0.284s3.314-0.103 4.929-0.303l-0.193 0.020c0.654 0.112 1.408 0.176 2.176 0.176s1.522-0.064 2.255-0.187l-0.079 0.011c1.729-0.308 3.275-0.842 4.699-1.579l-0.091 0.043c2.054-0.622 3.836-1.405 5.499-2.37l-0.123 0.066 5.888-3.584c34.816-24.832 368.896-251.392 382.976-591.616z" />
31
- <glyph unicode="&#xe915;" glyph-name="background-transition" d="M512 199.424c-137.285 0-248.576 111.291-248.576 248.576s111.291 248.576 248.576 248.576c137.285 0 248.576-111.291 248.576-248.576v0c-0.291-137.168-111.409-248.285-248.548-248.576h-0.028zM512 594.176c-80.731 0-146.176-65.445-146.176-146.176s65.445-146.176 146.176-146.176c80.731 0 146.176 65.445 146.176 146.176v0c0 80.731-65.445 146.176-146.176 146.176v0zM512 755.2c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM512-64c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM153.6 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM972.8 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM764.928 649.728c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM186.112 70.912c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM259.072 649.728c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004v0l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002zM837.888 70.912c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002z" />
32
- <glyph unicode="&#xe916;" glyph-name="behance-feed" d="M921.6 686.592h-265.984v66.56h265.984zM515.072 413.184c16.129-26.372 25.68-58.288 25.68-92.435 0-1.884-0.029-3.761-0.087-5.63l0.007 0.274c0.033-1.338 0.052-2.915 0.052-4.495 0-37.644-10.691-72.792-29.203-102.571l0.479 0.827c-26.295-43.778-69.259-75.257-119.9-85.809l-1.188-0.207c-26.73-5.71-57.441-8.98-88.916-8.98-1.501 0-2.999 0.007-4.496 0.022l0.229-0.002h-297.728v666.112h318.464q120.576-1.792 171.008-70.912c18.955-27.17 30.286-60.884 30.286-97.244 0-1.813-0.028-3.619-0.084-5.419l0.006 0.263c0.104-2.101 0.164-4.562 0.164-7.037 0-34.446-11.512-66.204-30.898-91.636l0.27 0.369c-14.164-15.607-31.163-28.349-50.225-37.468l-0.975-0.42c32.103-10.808 58.534-31.359 76.464-58.092l0.336-0.532zM153.6 517.888h138.24c1.644-0.074 3.572-0.116 5.51-0.116 23.558 0 45.664 6.215 64.769 17.095l-0.646-0.339c16.549 11.512 27.245 30.436 27.245 51.858 0 2.384-0.132 4.736-0.39 7.051l0.026-0.285c0.24 2.010 0.377 4.337 0.377 6.697 0 24.378-14.625 45.341-35.58 54.593l-0.382 0.15c-21.301 6.7-45.795 10.56-71.191 10.56-1.972 0-3.939-0.023-5.9-0.070l0.291 0.005h-122.368zM402.944 324.864c0.136 1.654 0.213 3.581 0.213 5.525 0 29.396-17.696 54.66-43.016 65.719l-0.462 0.18c-17.993 7.338-38.87 11.597-60.741 11.597-1.776 0-3.546-0.028-5.309-0.084l0.258 0.006h-140.288v-179.2h139.264c0.381-0.003 0.831-0.005 1.282-0.005 23.308 0 45.404 5.192 65.194 14.482l-0.94-0.396c26.295 14.463 43.817 41.982 43.817 73.594 0 3.385-0.201 6.723-0.591 10.003l0.038-0.397zM1020.928 433.408c2.383-20.017 3.743-43.2 3.743-66.701 0-9.945-0.243-19.833-0.725-29.658l0.054 1.384h-344.32c-0.111-1.89-0.175-4.1-0.175-6.325 0-38.958 19.468-73.369 49.207-94.036l0.376-0.247c18.274-11.292 40.428-17.983 64.145-17.983 1.389 0 2.773 0.023 4.152 0.069l-0.201-0.005c1.226-0.053 2.664-0.082 4.109-0.082 24.532 0 47.050 8.627 64.684 23.013l-0.185-0.146c10.601 8.834 19.216 19.658 25.342 31.941l0.258 0.571h126.208c-5.523-34.381-21.612-64.291-44.775-87.016l-0.025-0.024c-41.573-43.242-99.909-70.105-164.519-70.105-5.165 0-10.29 0.172-15.37 0.51l0.689-0.037c-0.994-0.014-2.168-0.022-3.344-0.022-62.153 0-119.132 22.149-163.476 58.985l0.42-0.339c-48.128 39.424-72.192 102.4-72.192 191.232q0 124.416 65.024 190.464c41.049 41.065 97.766 66.465 160.415 66.465 3.005 0 5.996-0.058 8.973-0.174l-0.428 0.013c1.251 0.021 2.726 0.033 4.205 0.033 38.754 0 75.591-8.209 108.867-22.983l-1.712 0.679c33.859-15.807 61.507-40.085 80.953-70.161l0.455-0.751c19.108-27.935 32.438-61.308 37.491-97.336l0.141-1.224zM896 421.888c-0.339 29.803-13.048 56.572-33.222 75.466l-0.058 0.054c-18.512 15.954-42.793 25.67-69.344 25.67-1.362 0-2.717-0.026-4.066-0.076l0.195 0.006c-1.181 0.051-2.567 0.080-3.959 0.080-26.804 0-51.089-10.784-68.754-28.249l0.009 0.009c-18.191-19.387-30.505-44.484-33.983-72.326l-0.065-0.634z" />
33
- <glyph unicode="&#xe917;" glyph-name="charts" d="M417.536-64c-228.348 5.805-411.243 192.296-411.243 421.504s182.895 415.698 410.706 421.493l0.538 0.011c28.277 0 51.2-22.923 51.2-51.2v0-318.464h314.88c28.277 0 51.2-22.923 51.2-51.2v0c0.004-0.687 0.006-1.499 0.006-2.312 0-230.973-186.516-418.384-417.148-419.832l-0.138-0.001zM366.336 671.488c-150.508-27.256-263.166-157.285-263.166-313.626 0-174.442 140.255-316.126 314.148-318.435l0.218-0.002c156.431 0.852 285.928 115.088 310.535 264.661l0.249 1.835h-310.784c-28.277 0-51.2 22.923-51.2 51.2v0zM972.8 486.912h-366.080c-28.277 0-51.2 22.923-51.2 51.2v0 370.688c0 28.277 22.923 51.2 51.2 51.2v0c230.769-1.45 417.284-188.86 417.284-419.832 0-0.633-0.001-1.265-0.004-1.897v0.097c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0zM657.92 589.312h259.584c-21.95 134.407-125.709 239.377-257.664 262.884l-1.92 0.284z" />
34
- <glyph unicode="&#xe918;" glyph-name="content-switcher" d="M712.192 742.4h-400.384c-1.401 0.023-3.054 0.036-4.71 0.036-166.884 0-302.687-133.071-307.090-298.893l-0.009-0.408c4.411-166.229 140.214-299.3 307.098-299.3 1.656 0 3.309 0.013 4.958 0.039l-0.249-0.003h400.384c1.401-0.023 3.054-0.036 4.71-0.036 166.884 0 302.687 133.071 307.090 298.893l0.009 0.408c-4.411 166.229-140.214 299.3-307.098 299.3-1.656 0-3.309-0.013-4.958-0.039l0.249 0.003zM712.192 242.176h-400.384c-1.382-0.034-3.010-0.053-4.643-0.053-111.776 0-202.638 89.546-204.762 200.814l-0.003 0.199c2.127 111.467 92.989 201.013 204.765 201.013 1.633 0 3.261-0.019 4.884-0.057l-0.241 0.004h400.384c1.382 0.034 3.010 0.053 4.643 0.053 111.776 0 202.638-89.546 204.762-200.814l0.003-0.199c-2.127-111.467-92.989-201.013-204.765-201.013-1.633 0-3.261 0.019-4.884 0.057l0.241-0.004zM843.52 443.136c0-70.268-59.371-127.232-132.608-127.232s-132.608 56.964-132.608 127.232c0 70.268 59.371 127.232 132.608 127.232s132.608-56.964 132.608-127.232z" />
35
- <glyph unicode="&#xe919;" glyph-name="divider" d="M701.184 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM565.76 547.84v-199.68c0-29.691-24.069-53.76-53.76-53.76s-53.76 24.069-53.76 53.76v199.68c0 29.691 24.069 53.76 53.76 53.76s53.76-24.069 53.76-53.76z" />
36
- <glyph unicode="&#xe91a;" glyph-name="facebook-feed-1" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512v0h8.96v398.592h-110.080v128h110.080v94.72c0 109.312 66.816 168.96 164.352 168.96 0.851 0.003 1.859 0.005 2.868 0.005 33.709 0 66.983-1.861 99.725-5.487l-4.033 0.363v-114.432h-67.072c-52.992 0-63.488-25.6-63.488-62.208v-81.408h128l-16.384-128h-111.616v-379.392c215.808 63.424 370.688 259.681 370.688 492.113 0 0.062 0 0.123 0 0.185v-0.009z" />
37
- <glyph unicode="&#xe91b;" glyph-name="facebook-feed-2" horiz-adv-x="553" d="M532.736 960h-132.864c-148.736 0-245.504-99.072-245.504-251.904v-116.224h-133.632c-11.483-0.144-20.736-9.487-20.736-20.99 0-0.001 0-0.001 0-0.002v0-168.448c0-11.452 9.284-20.736 20.736-20.736h133.632v-424.704c0-0.007 0-0.016 0-0.025 0-11.233 8.824-20.406 19.918-20.965l0.050-0.002h174.336c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 424.704h156.16c0 0 0.001 0 0.002 0 11.504 0 20.846 9.253 20.99 20.722v168.462c-0.056 5.788-2.39 11.020-6.147 14.851l0.003-0.003c-3.815 3.776-9.055 6.117-14.843 6.144h-156.165v98.304c0 47.36 11.52 71.424 72.96 71.424h90.368c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 156.16c0.004 0.152 0.006 0.332 0.006 0.512 0 11.452-9.284 20.736-20.736 20.736-0.002 0-0.004 0-0.007 0v0z" />
38
- <glyph unicode="&#xe91c;" glyph-name="facebook-messenger-chat" horiz-adv-x="1016" d="M508.16 960c-281.6 0-508.16-212.224-508.16-474.112 1.31-150.237 74.076-283.21 185.921-366.748l1.215-0.868v-182.272l170.496 97.024c43.79-12.85 94.098-20.242 146.132-20.242 1.546 0 3.090 0.007 4.633 0.020l-0.237-0.002c281.6 0 508.16 212.224 508.16 474.112s-226.56 473.088-508.16 473.088zM559.36 325.632l-130.304 136.96-249.088-136.96 273.92 290.048 131.072-134.4 246.528 134.4z" />
39
- <glyph unicode="&#xe91d;" glyph-name="facebook-reviews" d="M313.344-44.544c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003c-9.193-9.374-21.948-15.226-36.071-15.36h-7.193zM362.24-8.448c-1.808-6.862-5.091-12.801-9.506-17.702l0.034 0.038c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381zM985.344 564.992c-29.427 34.25-72.791 55.808-121.19 55.808-0.054 0-0.109 0-0.163 0h-203.256v152.064c-0.289 89.278-72.729 161.539-162.047 161.539-0.36 0-0.72-0.001-1.080-0.004h0.055c-0.171 0.001-0.374 0.002-0.576 0.002-54.741 0-100.149-39.957-108.651-92.296l-0.085-0.634c-17.401-103.302-47.984-195.899-90.434-281.571l2.626 5.859-18.944-38.4h-160.512c-66.875 0-121.088-54.213-121.088-121.088v0-329.728c0-66.875 54.213-121.088 121.088-121.088v0h192.256c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003 3.328 3.584c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381c1.462 4.385 2.306 9.433 2.306 14.678 0 0.15-0.001 0.299-0.002 0.448v-0.023 456.96l27.904 57.856c43.986 87.809 77.774 189.682 96.1 296.831l0.924 6.529c0.723 4.138 4.289 7.244 8.581 7.244 0.405 0 0.803-0.028 1.193-0.081l-0.045 0.005c32.66 0 59.136-26.476 59.136-59.136v0-203.264c0-28.277 22.923-51.2 51.2-51.2v0h254.464c0.015 0 0.033 0 0.052 0 17.429 0 33.057-7.707 43.665-19.898l0.060-0.070c8.98-9.973 14.473-23.241 14.473-37.791 0-3.016-0.236-5.977-0.69-8.865l0.041 0.32-53.76-342.528c-4.741-29.188-29.764-51.2-59.928-51.2-0.081 0-0.163 0-0.244 0h-351.731c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h351.744c0.229-0.001 0.499-0.002 0.77-0.002 81.147 0 148.384 59.551 160.395 137.334l0.115 0.908 53.248 342.528c1.139 7.176 1.789 15.451 1.789 23.878 0 39.967-14.631 76.516-38.828 104.585l0.175-0.208zM102.4 76.544v329.728c0 10.321 8.367 18.688 18.688 18.688v0h141.056v-367.104h-141.056c-10.321 0-18.688 8.367-18.688 18.688v0z" />
40
- <glyph unicode="&#xe91e;" glyph-name="google-reviews" horiz-adv-x="1003" d="M512 521.327h483.441c4.978-25.633 7.876-55.155 7.976-85.336v-0.083c0.041-2.472 0.064-5.389 0.064-8.312 0-90.976-22.485-176.7-62.201-251.919l1.417 2.944c-40.134-75.121-99.112-135.586-170.742-176.397l-2.155-1.13c-71.446-40.366-156.884-64.151-247.877-64.151-3.308 0-6.609 0.031-9.903 0.094l0.494-0.007c-0.609-0.003-1.329-0.004-2.050-0.004-71.309 0-139.146 14.862-200.585 41.656l3.238-1.258c-63.637 26.44-118.043 62.856-163.975 107.885l0.084-0.082c-45.204 45.719-81.931 99.933-107.558 160.015l-1.274 3.361c-25.542 58.847-40.401 127.387-40.401 199.397s14.859 140.551 41.677 202.722l-1.276-3.325c26.9 63.443 63.628 117.657 108.879 163.425l-0.047-0.048c45.668 45.291 99.897 82.033 160.034 107.571l3.343 1.261c58.2 25.537 126.038 40.398 197.347 40.398 0.721 0 1.441-0.002 2.161-0.005h-0.111c2.575 0.049 5.611 0.077 8.654 0.077 129.937 0 247.94-51.099 335.008-134.299l-0.185 0.175-139.449-134.046c-50.634 49.245-119.851 79.612-196.16 79.612-2.767 0-5.524-0.040-8.272-0.119l0.404 0.009c-0.679 0.005-1.482 0.009-2.286 0.009-57.888 0-111.998-16.174-158.058-44.249l1.341 0.759c-95.41-57.522-158.235-160.595-158.235-278.341 0-0.558 0.001-1.115 0.004-1.672v0.086c-0.002-0.471-0.004-1.029-0.004-1.586 0-117.747 62.825-220.82 156.782-277.527l1.453-0.814c44.719-27.316 98.83-43.49 156.717-43.49 0.804 0 1.606 0.003 2.409 0.009l-0.123-0.001c2.12-0.047 4.618-0.074 7.122-0.074 35.546 0 69.834 5.387 102.091 15.39l-2.439-0.651c30.543 9.619 57.11 23.286 80.777 40.67l-0.761-0.533c20.712 15.883 38.662 33.833 54.041 53.862l0.504 0.683c13.43 17.224 25.003 36.895 33.846 57.994l0.631 1.696c6.285 14.746 11.462 32.014 14.698 49.956l0.225 1.501h-290.734z" />
41
- <glyph unicode="&#xe91f;" glyph-name="horizontal-scroll" d="M1024 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM627.2 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
42
- <glyph unicode="&#xe920;" glyph-name="hover-box" horiz-adv-x="817" d="M813.824 717.312l-3.072-6.4c-0.853-2.067-1.974-3.845-3.346-5.396l0.018 0.020c-1.478-2.095-2.991-3.933-4.627-5.652l0.019 0.020-165.632-172.544c-8.842-9.276-21.277-15.058-35.063-15.104h-0.009c-13.619 0.132-25.865 5.901-34.538 15.081l-0.022 0.023c-8.923 9.426-14.41 22.184-14.41 36.224s5.487 26.798 14.433 36.248l-0.023-0.024 81.92 85.248h-460.8c-50.328-1.28-90.637-42.383-90.637-92.9 0-0.55 0.005-1.099 0.014-1.647l-0.001 0.082v-207.872c0-0.012 0-0.027 0-0.041 0-27.557-21.77-50.029-49.050-51.156l-0.102-0.003c-27.382 1.13-49.152 23.602-49.152 51.159 0 0.014 0 0.029 0 0.043v-0.002 207.872c-0.022 1.081-0.034 2.355-0.034 3.632 0 105.227 84.090 190.814 188.738 193.228l0.225 0.004h460.8l-81.92 85.248c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c8.715 9.323 21.087 15.133 34.816 15.133s26.101-5.81 34.791-15.106l0.025-0.027 162.048-169.216c1.34-0.998 2.515-2.092 3.56-3.3l0.024-0.028 5.376-6.656 2.048-3.328c0.871-1.608 1.816-3.63 2.658-5.705l0.158-0.439c2.466-6.070 3.897-13.112 3.897-20.488 0-6.602-1.146-12.935-3.251-18.813l0.122 0.39zM813.824 717.312c2.128 5.673 3.36 12.228 3.36 19.072s-1.232 13.399-3.486 19.458l0.126-0.386c2.272-5.41 3.592-11.699 3.592-18.296 0-0.318-0.003-0.635-0.009-0.952l0.001 0.047c0-0.037 0-0.081 0-0.125 0-6.776-1.316-13.244-3.707-19.163l0.123 0.344zM818.176 513.28v-207.872c0.022-1.081 0.034-2.355 0.034-3.632 0-105.227-84.090-190.814-188.738-193.228l-0.225-0.004h-460.8l81.92-85.248c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002c-8.715-9.323-21.087-15.133-34.816-15.133s-26.101 5.81-34.791 15.106l-0.025 0.027-166.4 172.544-5.376 6.656-2.048 3.328c-1.078 1.936-2.195 4.296-3.172 6.727l-0.156 0.441c-2.128 5.673-3.36 12.228-3.36 19.072s1.232 13.399 3.486 19.458l-0.126-0.386 3.072 6.4c0.853 2.067 1.974 3.845 3.346 5.396l-0.018-0.020c1.478 2.095 2.991 3.933 4.627 5.652l-0.019-0.020 3.584 3.328 162.048 169.216c8.748 9.255 21.109 15.015 34.816 15.015s26.068-5.76 34.795-14.992l0.021-0.023c8.923-9.426 14.41-22.184 14.41-36.224s-5.487-26.798-14.433-36.248l0.023 0.024-81.92-85.248h460.8c50.328 1.28 90.637 42.383 90.637 92.9 0 0.55-0.005 1.099-0.014 1.647l0.001-0.082v207.616c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152v0zM3.584 140.8c-2.681 5.539-4.353 12.017-4.605 18.857l-0.003 0.087c-0.004 0.229-0.006 0.5-0.006 0.771 0 6.532 1.223 12.778 3.453 18.522l-0.119-0.349c-1.717-5.129-2.707-11.035-2.707-17.172 0-7.462 1.465-14.583 4.122-21.089l-0.135 0.373z" />
43
- <glyph unicode="&#xe921;" glyph-name="icon-box" d="M1017.344 600.064l-171.008 286.72c-8.275 13.36-22.81 22.155-39.407 22.272h-588.817c-0.209 0.003-0.456 0.005-0.704 0.005-16.738 0-31.415-8.826-39.629-22.078l-0.115-0.199-41.984-70.912c-4.095-6.702-6.519-14.811-6.519-23.486 0-16.618 8.895-31.158 22.184-39.118l0.207-0.115c6.609-4.020 14.6-6.4 23.147-6.4 0.052 0 0.105 0 0.157 0h-0.008c0.004 0 0.009 0 0.014 0 16.506 0 30.973 8.727 39.040 21.818l0.114 0.198 28.928 48.64h269.056c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077v-1.792l61.44-195.072h-56.064c-1.024 0.082-2.218 0.128-3.423 0.128-25.308 0-45.824-20.516-45.824-45.824s20.516-45.824 45.824-45.824c1.205 0 2.398 0.046 3.579 0.138l-0.157-0.010h60.416c-29.44-115.2-74.24-291.584-100.608-395.008l-387.072 445.696 49.152 81.92c4.031 6.698 6.416 14.782 6.416 23.424 0 25.387-20.581 45.968-45.968 45.968-16.746 0-31.4-8.954-39.436-22.336l-0.116-0.208-65.792-110.336c-4.2-6.767-6.689-14.976-6.689-23.767 0-11.391 4.18-21.806 11.090-29.795l-0.049 0.058 464.128-533.76c2.54-3.3 5.404-6.164 8.595-8.623l0.109-0.081h1.28c0.32-0.613 0.862-1.072 1.518-1.275l0.018-0.005 2.56-1.536c0.264-0.115 0.572-0.181 0.896-0.181s0.632 0.067 0.911 0.187l-0.015-0.006c1.204-0.999 2.675-1.718 4.29-2.038l0.062-0.010c0.346-0.066 0.745-0.105 1.152-0.105s0.806 0.038 1.192 0.111l-0.040-0.006h8.704c0.846-0.115 1.823-0.181 2.816-0.181s1.97 0.066 2.928 0.193l-0.112-0.012h7.936c2.184 0.261 4.173 0.802 6.032 1.59l-0.144-0.054h7.168l2.56 1.536c0.627 0.293 1.145 0.729 1.528 1.268l0.008 0.012c3.857 2.668 7.152 5.801 9.909 9.37l0.075 0.102 465.92 533.504c6.861 7.931 11.041 18.346 11.041 29.737 0 8.791-2.489 17-6.801 23.962l0.112-0.195zM604.16 216.064c18.432 73.216 44.288 174.592 80.128 315.392h193.536zM680.96 622.848l-60.416 194.56h160.512l116.48-195.072zM524.8 817.408h-12.8c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077zM414.208 530.944h-25.6c-1.024-0.082-2.218-0.128-3.423-0.128-25.308 0-45.824 20.516-45.824 45.824s20.516 45.824 45.824 45.824c1.205 0 2.398-0.046 3.579-0.138l-0.157 0.010h25.6c1.024 0.082 2.218 0.128 3.423 0.128 25.308 0 45.824-20.516 45.824-45.824s-20.516-45.824-45.824-45.824c-1.205 0-2.398 0.046-3.579 0.138l0.157-0.010z" />
44
- <glyph unicode="&#xe922;" glyph-name="image-accordion" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h204.8v-673.792h-204.8zM409.6 780.8h204.8v-673.792h-204.8zM921.6 107.008h-204.8v673.792h204.8z" />
45
- <glyph unicode="&#xe923;" glyph-name="image-comparison" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h358.4v-234.496c-37.365-19.557-62.424-58.052-62.424-102.4s25.060-82.843 61.791-102.098l0.633-0.302v-233.728h-358.4zM921.6 107.008h-358.4v234.496c37.365 19.557 62.424 58.052 62.424 102.4s-25.060 82.843-61.791 102.098l-0.633 0.302v234.496h358.4z" />
46
- <glyph unicode="&#xe924;" glyph-name="image-hotspots" d="M1013.248 300.8l-371.456 611.072c-13.171 21.338-36.424 35.345-62.949 35.345-31.533 0-58.442-19.796-68.979-47.638l-0.168-0.507-81.408-220.16c-2.232-5.535-3.527-11.953-3.527-18.674 0-28.277 22.923-51.2 51.2-51.2 22.218 0 41.13 14.152 48.215 33.933l0.112 0.357 60.928 164.608 310.784-510.72-281.6 32.512-142.080 230.4c-6.846 11.049-17.646 19.094-30.382 22.202l-0.338 0.070h-6.4c-2.001 0.367-4.304 0.577-6.656 0.577s-4.655-0.21-6.891-0.612l0.235 0.035c-7.397-0.938-14.069-3.387-19.92-7.033l0.208 0.121-332.8-202.752c-41.525-25.053-68.866-69.925-68.866-121.183 0-26.712 7.425-51.689 20.323-72.981l-0.354 0.629 59.904-98.816c25.23-40.968 69.837-67.869 120.728-67.869 27.103 0 52.424 7.63 73.932 20.86l-0.613-0.351 200.96 121.856 40.96-67.584c2.932-4.782 4.669-10.572 4.669-16.768 0-17.919-14.526-32.445-32.445-32.445-11.723 0-21.994 6.218-27.695 15.535l-0.081 0.142-12.544 20.736c-7.063 7.884-17.275 12.822-28.641 12.822-21.208 0-38.4-17.192-38.4-38.4 0-5.174 1.023-10.109 2.878-14.613l-0.093 0.255 12.544-20.48c19.597-30.953 53.657-51.205 92.447-51.205 0.349 0 0.698 0.002 1.046 0.005h-0.053c60.099 0.173 108.751 48.933 108.751 109.056 0 20.914-5.887 40.452-16.094 57.049l0.271-0.473-40.96 67.584 55.808 33.792 345.088-39.68c2.017-0.196 4.359-0.308 6.728-0.308 40.719 0 73.728 33.009 73.728 73.728 0 13.698-3.736 26.524-10.244 37.513l0.187-0.342zM221.184 121.6c-5.76-3.595-12.754-5.726-20.247-5.726-13.905 0-26.095 7.342-32.906 18.36l-0.096 0.166-59.904 97.792c-3.493 5.721-5.562 12.643-5.562 20.047 0 13.984 7.377 26.245 18.451 33.105l0.167 0.096 291.584 176.896 102.4-163.84z" />
47
- <glyph unicode="&#xe925;" glyph-name="image-layers" d="M897.28 960h-512c-70.692 0-128-57.308-128-128v0-124.16h-129.28c-70.14-0.724-126.72-57.751-126.72-127.994 0-0.002 0-0.005 0-0.007v0-515.84c0-70.692 57.308-128 128-128v0h510.72c70.14 0.724 126.72 57.751 126.72 127.994 0 0.002 0 0.005 0 0.007v0 124.16h131.84c70.692 0 128 57.308 128 128v0 515.84c0 0.002 0 0.004 0 0.006 0 70.692-57.308 128-128 128-0.45 0-0.899-0.002-1.348-0.007l0.068 0.001zM664.064 64c0-14.138-11.462-25.6-25.6-25.6v0h-510.464c-14.138 0-25.6 11.462-25.6 25.6v0 516.096c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0zM921.6 315.904c0-14.138-11.462-25.6-25.6-25.6v0h-130.56v289.792c0 0.002 0 0.004 0 0.006 0 70.242-56.58 127.27-126.651 127.993l-0.069 0.001h-278.784v123.904c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0z" />
48
- <glyph unicode="&#xe926;" glyph-name="instagram-feed" d="M1021.185 659.019c-0.751 44.832-9.132 87.479-23.895 127.015l0.861-2.63c-13.62 35.496-33.821 65.731-59.321 90.547l-0.056 0.054c-24.912 25.418-55.137 45.527-88.888 58.541l-1.713 0.581c-37.011 14.227-79.807 22.877-124.502 23.796l-0.394 0.006c-54.77 3.071-72.174 3.071-211.403 3.071s-156.121 0-210.891-2.815c-44.715-0.687-87.285-8.98-126.762-23.634l2.633 0.856c-35.667-13.843-66.001-34.392-90.768-60.307l-0.089-0.094c-25.341-24.913-45.37-55.142-58.289-88.889l-0.576-1.712c-14.394-36.776-23.062-79.333-23.798-123.819l-0.004-0.31c-3.327-54.77-3.327-72.174-3.327-211.147s0-156.633 3.071-211.147c0.852-44.813 9.509-87.354 24.663-126.668l-0.86 2.539c13.561-35.564 33.676-65.878 59.083-90.82l0.038-0.037c24.854-25.809 55.081-46.253 88.901-59.556l1.7-0.589c36.769-14.089 79.281-22.725 123.667-23.793l0.462-0.009c54.77-1.792 72.174-1.792 211.147-1.792s156.377 0 211.147 2.815c44.715 0.687 87.285 8.98 126.762 23.634l-2.633-0.856c69.708 27.177 123.825 81.295 150.389 149.222l0.613 1.781c14.268 36.775 22.923 79.313 23.796 123.758l0.006 0.371c1.792 54.514 1.792 71.918 1.792 211.147s0 156.377-2.559 210.891zM929.048 241.076c-0.489-34.304-6.923-66.959-18.313-97.185l0.653 1.976c-17.676-44.72-52.476-79.436-96.104-96.601l-1.152-0.399c-28.172-10.979-60.775-17.438-94.86-17.659h-0.093c-54.002-2.559-70.382-3.071-206.796-3.071s-153.562 0-207.052 3.071c-34.177 0.222-66.781 6.681-96.819 18.294l1.867-0.635c-23.095 8.559-42.768 21.564-58.829 38.097l-0.036 0.038c-16.478 16.157-29.466 35.81-37.769 57.763l-0.366 1.102c-10.747 28.17-17.182 60.739-17.657 94.748l-0.002 0.205c-2.303 53.747-2.815 70.126-2.815 207.308s0 153.562 2.815 206.796c0.444 34.209 6.883 66.781 18.308 96.9l-0.648-1.947c8.59 23.126 21.686 42.807 38.339 58.816l0.051 0.049c16.098 16.57 35.77 29.575 57.781 37.78l1.084 0.354c28.172 10.979 60.775 17.438 94.86 17.659h0.093c54.002 2.559 70.382 3.071 206.796 3.071s153.562 0 206.796-3.071c34.263-0.2 66.957-6.662 97.079-18.295l-1.871 0.636c23.005-8.567 42.593-21.571 58.567-38.091l0.042-0.044c16.646-16.096 29.731-35.765 38.031-57.779l0.359-1.086c10.747-28.17 17.182-60.739 17.657-94.748l0.002-0.205c2.303-54.002 2.815-70.126 2.815-206.796s-0.512-153.562-2.815-207.052zM511.872 710.974c-145.197-0.146-262.846-117.885-262.846-263.102 0-145.307 117.795-263.102 263.102-263.102s263.102 117.795 263.102 263.102c0 0.090 0 0.18 0 0.27v-0.014c0 0 0 0 0 0 0 145.166-117.68 262.846-262.846 262.846-0.18 0-0.36 0-0.54-0.001h0.028zM511.872 277.419c-94.28 0-170.709 76.429-170.709 170.709s76.429 170.709 170.709 170.709c94.28 0 170.709-76.429 170.709-170.709v0c0-94.28-76.429-170.709-170.709-170.709v0zM846.892 721.468c0-33.924-27.501-61.425-61.425-61.425s-61.425 27.501-61.425 61.425c0 33.924 27.501 61.425 61.425 61.425v0c0.076 0 0.166 0.001 0.256 0.001 33.783 0 61.169-27.386 61.169-61.169 0-0.090 0-0.18-0.001-0.27v0.014z" />
49
- <glyph unicode="&#xe927;" glyph-name="ken-burns" d="M896-64h-768c-70.692 0-128 57.308-128 128v0 768c0 70.692 57.308 128 128 128v0h278.528c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-278.528c-14.138 0-25.6-11.462-25.6-25.6v0-768c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 228.352c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-228.352c0-70.692-57.308-128-128-128v0zM1024 908.8v-369.664c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 246.272l-373.504-373.504c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 373.504 373.504h-212.48c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h335.872c1.46 0.187 3.15 0.294 4.864 0.294s3.404-0.107 5.062-0.314l-0.198 0.020c3.44-0.752 6.434-1.721 9.294-2.943l-0.334 0.127 8.192-4.352s0 0 0 0c2.731-2.113 5.151-4.208 7.451-6.426l-0.027 0.026c2.192-2.273 4.287-4.693 6.249-7.222l0.151-0.202s0 0 0 0c1.384-2.23 2.835-4.916 4.138-7.685l0.214-0.507s0 0 0 0c2.406-3.393 4.477-7.281 6.028-11.423l0.116-0.353c0.207-1.538 0.325-3.315 0.325-5.12s-0.118-3.582-0.347-5.325l0.022 0.205z" />
50
- <glyph unicode="&#xe928;" glyph-name="lottie-section-background" d="M972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 921.6c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-921.6c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 857.6v-819.2h819.2v819.2zM782.080 648.96c-1.865-26.75-24.022-47.744-51.083-47.744-2.207 0-4.381 0.14-6.514 0.41l0.253-0.026h-1.536c-20.277-0.815-38.332-9.698-51.158-23.506l-0.042-0.046c-39.624-37.719-72.674-81.886-97.557-130.899l-1.259-2.733c-5.632-10.24-11.264-20.224-16.64-30.464-14.848-25.6-29.696-53.504-45.568-79.872-30.788-53.58-70.537-98.474-117.675-134.109l-1.109-0.803c-25.659-18.893-57.89-30.236-92.771-30.236-1.045 0-2.088 0.010-3.129 0.030l0.156-0.002c-17.084 0.379-32.471 7.342-43.786 18.442l0.010-0.010c-7.369 8.172-11.878 19.049-11.878 30.978 0 1.080 0.037 2.152 0.11 3.213l-0.008-0.143c1.795 26.812 23.983 47.88 51.092 47.88 2.567 0 5.089-0.189 7.555-0.554l-0.279 0.034h1.536c20.277 0.815 38.332 9.698 51.158 23.506l0.042 0.046c39.624 37.719 72.674 81.886 97.557 130.899l1.259 2.733c5.632 10.24 11.264 20.224 16.64 30.464 14.848 25.6 29.696 53.504 45.568 79.872 30.788 53.58 70.537 98.474 117.675 134.109l1.109 0.803c25.659 18.893 57.89 30.236 92.771 30.236 1.045 0 2.088-0.010 3.129-0.030l-0.156 0.002c17.084-0.379 32.471-7.342 43.786-18.442l-0.010 0.010c6.802-8.012 10.938-18.473 10.938-29.9 0-1.46-0.068-2.905-0.2-4.331l0.014 0.183z" />
51
- <glyph unicode="&#xe929;" glyph-name="magic-section" d="M1008.896 872.704l-249.856-250.112h176.64c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-300.288c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020c-2.679 0.362-5.098 0.99-7.393 1.867l0.225-0.075-6.656 2.816h-1.792c-2.050 0.972-3.815 2.082-5.431 3.371l0.055-0.043-5.632 4.864c-1.715 1.716-3.31 3.554-4.769 5.499l-0.095 0.133c-1.246 1.561-2.356 3.326-3.257 5.211l-0.071 0.165c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c-0.96 1.827-1.911 4.026-2.707 6.297l-0.109 0.359c-0.602 1.671-1.219 3.813-1.716 6l-0.076 0.4c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207v302.848c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-176.64l248.064 249.856c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002zM439.808 324.608v-300.288c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 176.64l-250.112-249.856c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002 249.856 250.112h-176.64c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h300.288c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020 6.4-1.792 6.656-2.816h1.792c2.050-0.972 3.815-2.082 5.431-3.371l-0.055 0.043 5.632-4.864c1.715-1.716 3.31-3.554 4.769-5.499l0.095-0.133c1.246-1.561 2.356-3.326 3.257-5.211l0.071-0.165c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c0.96-1.827 1.911-4.026 2.707-6.297l0.109-0.359c0.602-1.671 1.219-3.813 1.716-6l0.076-0.4c1.383-3.697 2.3-7.973 2.555-12.427l0.005-0.117zM439.808 871.68v-300.288c0.181-1.498 0.284-3.233 0.284-4.992s-0.103-3.494-0.304-5.199l0.020 0.207c-0.573-2.587-1.19-4.729-1.919-6.818l0.127 0.418c-0.905-2.63-1.856-4.829-2.95-6.941l0.134 0.285c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c-0.972-2.050-2.082-3.815-3.371-5.431l0.043 0.055c-1.554-2.078-3.149-3.916-4.864-5.632v0l-5.632-4.864c-1.561-1.246-3.326-2.356-5.211-3.257l-0.165-0.071h-1.792l-6.656-2.816c-2.070-0.802-4.489-1.43-6.998-1.773l-0.17-0.019c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020h-302.336c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h176.64l-249.856 247.552c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002 250.112-249.856v176.64c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0zM1008.896-48.896c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002-250.112 249.856v-176.64c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 300.288c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207c0.573 2.587 1.19 4.729 1.919 6.818l-0.127-0.418c0.874 2.817 1.83 5.191 2.95 7.469l-0.134-0.301c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c0.972 2.050 2.082 3.815 3.371 5.431l-0.043-0.055c1.554 2.078 3.149 3.916 4.864 5.632v0l5.632 4.864c1.561 1.246 3.326 2.356 5.211 3.257l0.165 0.071h1.792l6.656 2.816 6.4 1.792c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020h302.848c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-176.64l249.856-250.112c8.608-9.139 13.899-21.488 13.899-35.072s-5.29-25.933-13.923-35.098l0.024 0.026z" />
52
- <glyph unicode="&#xe92a;" glyph-name="multi-scroll" d="M432.64 610.304c-9.267-9.277-22.075-15.016-36.224-15.016s-26.957 5.739-36.224 15.016v0l-85.248 85.248v-625.408c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 625.408l-85.248-85.248c-9.041-8.188-21.091-13.199-34.312-13.199-28.277 0-51.2 22.923-51.2 51.2 0 13.285 5.059 25.388 13.357 34.487l-0.036-0.040 169.216 168.96c0.988 0.925 2.076 1.769 3.238 2.507l0.090 0.053c2.027 1.945 4.197 3.791 6.475 5.502l0.181 0.13 3.328 2.048c2.081 1.748 4.436 3.284 6.965 4.519l0.203 0.089c5.657 2.248 12.212 3.551 19.072 3.551s13.415-1.303 19.431-3.676l-0.359 0.125 6.4-3.328c2.067-0.853 3.845-1.974 5.396-3.346l-0.020 0.018 5.632-4.864 3.328-3.584 169.216-168.96c9.125-9.241 14.761-21.946 14.761-35.967 0-14.149-5.739-26.957-15.017-36.224v0zM223.744 870.4c0.037 0 0.081 0 0.125 0 6.776 0 13.244-1.316 19.163-3.707l-0.344 0.123c-5.528 2.137-11.924 3.375-18.61 3.375-6.937 0-13.563-1.333-19.636-3.757l0.357 0.126c5.59 2.428 12.101 3.84 18.942 3.84 0.001 0 0.001 0 0.002 0v0zM1008.896 206.592l-172.544-171.52c-1.996-2.046-4.172-3.897-6.51-5.535l-0.146-0.097-3.328-2.048c-1.759-1.132-3.783-2.165-5.91-2.992l-0.234-0.080c-2.526-1.095-5.52-2.064-8.62-2.753l-0.34-0.063c-2.924-0.649-6.283-1.021-9.728-1.021s-6.804 0.372-10.038 1.078l0.31-0.057c-3.574 0.708-6.664 1.592-9.645 2.699l0.429-0.139-6.4 3.328c-2.067 0.853-3.845 1.974-5.396 3.346l0.020-0.018-6.912 4.352-172.544 171.52c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l85.248-85.248v625.408c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-625.408l85.248 85.248c9.4 10.31 22.887 16.753 37.88 16.753 28.277 0 51.2-22.923 51.2-51.2 0-15.056-6.499-28.594-16.844-37.963l-0.044-0.039z" />
53
- <glyph unicode="&#xe92b;" glyph-name="parallax" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
54
- <glyph unicode="&#xe92c;" glyph-name="particles" horiz-adv-x="1010" d="M878.080 237.056v4.096l-94.208 435.2c0.069 0.423 0.108 0.911 0.108 1.408s-0.039 0.985-0.115 1.46l0.007-0.052c36.629 29.186 59.899 73.792 59.899 123.833 0 87.234-70.718 157.952-157.952 157.952s-157.952-70.718-157.952-157.952c0-0.425 0.002-0.849 0.005-1.274v0.065c0-0.101 0-0.221 0-0.34 0-15.864 2.433-31.161 6.948-45.535l-0.291 1.075-281.088-249.088c-23.858 14.002-52.545 22.272-83.163 22.272-0.013 0-0.026 0-0.039 0h0.002c-94.021 0-170.24-76.219-170.24-170.24s76.219-170.24 170.24-170.24v0c0.207-0.001 0.453-0.001 0.699-0.001 37.1 0 71.373 12.104 99.085 32.579l-0.455-0.321 440.32-162.56c13.692-70.478 74.921-122.958 148.406-122.958 83.417 0 151.040 67.623 151.040 151.040 0 76.713-57.19 140.068-131.26 149.756l-0.762 0.081zM684.288 857.6c0.076 0 0.166 0.001 0.256 0.001 31.529 0 57.088-25.559 57.088-57.088s-25.559-57.088-57.088-57.088c-31.529 0-57.088 25.559-57.088 57.087v0c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0v0zM100.864 359.936c0.18 38.179 31.171 69.060 69.375 69.060 18.952 0 36.129-7.599 48.65-19.917l-0.009 0.009 3.84-4.096c10.32-12.049 16.61-27.815 16.64-45.050v-0.006c-0.064-16.947-6.041-32.486-15.974-44.673l0.102 0.129-3.84-4.352c-12.538-12.459-29.818-20.16-48.896-20.16-38.293 0-69.34 31.024-69.376 69.309v0.003zM727.296 160.768l-395.52 145.92c5.501 15.884 8.686 34.191 8.704 53.24v0.008c-0.092 27.138-6.51 52.755-17.854 75.484l0.446-0.988 267.776 239.616c25.385-18.72 57.285-29.961 91.809-29.961 0.573 0 1.146 0.003 1.718 0.009l-0.087-0.001h3.328l92.16-424.704c-0.070-0.614-0.11-1.327-0.11-2.048s0.040-1.434 0.117-2.134l-0.008 0.086c-21.923-13.591-39.658-31.982-52.092-53.789l-0.388-0.739zM859.136 37.12c-28.27 0.009-51.184 22.929-51.184 51.2 0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-0.45-0.006-0.899-0.017-1.346l0.001 0.066c-0.715-27.721-23.357-49.92-51.184-49.92-0.006 0-0.011 0-0.017 0h0.001z" />
55
- <glyph unicode="&#xe92d;" glyph-name="preview-window" d="M718.336-64h-564.736c-84.831 0-153.6 68.769-153.6 153.6v0 564.736c0 84.831 68.769 153.6 153.6 153.6v0h355.84c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-355.84c-28.277 0-51.2-22.923-51.2-51.2v0-564.736c0-28.277 22.923-51.2 51.2-51.2v0h564.736c28.277 0 51.2 22.923 51.2 51.2v0 354.304c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-354.304c0-84.831-68.769-153.6-153.6-153.6v0zM820.736 553.472c-0.229-0.001-0.499-0.001-0.769-0.001-111.566 0-202.059 90.224-202.494 201.688v3.882c0 112.26 91.004 203.264 203.264 203.264s203.264-91.004 203.264-203.264v0-3.84c-0.436-111.505-90.929-201.729-202.495-201.729-0.271 0-0.541 0.001-0.811 0.002h0.042zM820.736 857.6c-0.307 0.003-0.669 0.005-1.032 0.005-54.692 0-99.113-43.976-99.831-98.498l-0.001-0.068v-3.84c0-55.706 45.158-100.864 100.864-100.864s100.864 45.158 100.864 100.864v0 3.84c-0.719 54.589-45.14 98.565-99.832 98.565-0.363 0-0.725-0.002-1.087-0.006h0.055z" />
56
- <glyph unicode="&#xe92e;" glyph-name="tables" d="M966.144 960h-908.288c-31.953 0-57.856-25.903-57.856-57.856v0-908.288c0-31.953 25.903-57.856 57.856-57.856v0h908.288c31.953 0 57.856 25.903 57.856 57.856v0 908.288c0 31.953-25.903 57.856-57.856 57.856v0zM418.56 844.288h186.88v-187.136h-186.88zM418.56 541.44h186.88v-186.88h-186.88zM302.848 51.712h-187.136v187.136h187.136zM302.848 354.56h-187.136v186.88h187.136zM302.848 657.152h-187.136v187.136h187.136zM605.44 51.712h-186.88v187.136h186.88zM908.288 51.712h-187.136v187.136h187.136zM908.288 354.56h-187.136v186.88h187.136zM908.288 657.152h-187.136v187.136h187.136z" />
57
- <glyph unicode="&#xe92f;" glyph-name="tabs" d="M972.8 532.48h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 634.88h819.2v222.72h-819.2zM972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h819.2v222.72h-819.2z" />
58
- <glyph unicode="&#xe930;" glyph-name="trustpilot" d="M195.584-39.424l119.808 374.528-315.392 227.328 389.888 2.816 122.112 369.152 119.296-369.152 392.704-2.816-512-369.152-316.416-232.704zM832-36.864l-320 230.144 221.696 61.44 98.304-291.584z" />
59
- <glyph unicode="&#xe931;" glyph-name="twitter-feed" d="M322.048 38.4c386.304 0 597.76 320 597.76 597.76 0 8.96 0 17.92 0 27.136 41.023 30.13 75.596 66.169 103.222 107.268l0.97 1.532c-35.109-16.142-75.839-27.862-118.577-33.081l-1.999-0.199c43.321 26.458 75.94 66.791 91.98 114.721l0.436 1.503c-38.467-23.22-83.226-40.975-130.898-50.732l-2.734-0.468c-38.48 41.26-93.16 66.981-153.847 66.981-116.077 0-210.176-94.099-210.176-210.176 0-17.133 2.050-33.786 5.918-49.729l-0.295 1.437c-174.874 9.249-328.64 92.418-431.795 218.582l-0.845 1.066c-18.199-30.472-28.959-67.211-28.959-106.463 0-72.791 37.004-136.939 93.226-174.659l0.757-0.478c-34.967 0.923-67.551 10.298-96.041 26.144l1.065-0.544v-2.56c0.591-100.815 72.070-184.766 167.084-204.562l1.364-0.238c-15.949-4.402-34.263-6.932-53.168-6.932-1.018 0-2.034 0.007-3.049 0.022l0.153-0.002c-14.1 0.109-27.804 1.501-41.090 4.067l1.41-0.227c27.752-84.096 104.81-144.061 196.135-145.917l0.217-0.003c-70.634-55.776-160.879-89.566-259.006-89.856h-0.066c-0.057 0-0.125 0-0.193 0-17.97 0-35.702 1.023-53.139 3.014l2.132-0.198c90.704-59.076 201.703-94.209 320.908-94.209 0.401 0 0.801 0 1.202 0.001h-0.062z" />
60
- <glyph unicode="&#xe932;" glyph-name="unfold" d="M1024 448c0-28.277-22.923-51.2-51.2-51.2v0h-409.6v-409.6c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 409.6h-409.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h409.6v409.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-409.6h409.6c28.277 0 51.2-22.923 51.2-51.2v0z" />
61
- <glyph unicode="&#xe933;" glyph-name="whatsapp-chat" horiz-adv-x="1019" d="M870.4 811.264c-91.866 92.1-218.903 149.081-359.249 149.081-280.225 0-507.392-227.167-507.392-507.392 0-93.548 25.317-181.184 69.472-256.429l-1.295 2.388-71.936-262.912 268.8 70.656c70.087-38.943 153.7-61.891 242.669-61.952h0.019c280.104 0.348 507.038 227.496 507.038 507.648 0 140.159-56.801 267.051-148.639 358.914l0.001-0.001zM512 30.464v0c-0.009 0-0.019 0-0.029 0-79.439 0-153.744 21.982-217.163 60.196l1.896-1.060-15.36 8.96-159.744-41.984 42.752 155.648-9.984 15.872c-40.423 63.543-64.423 140.968-64.423 223.998 0 232.861 188.771 421.632 421.632 421.632s421.632-188.771 421.632-421.632c0-232.442-188.093-420.953-420.376-421.63h-0.065zM742.4 346.368c-12.8 6.4-75.008 37.12-86.528 41.216s-20.224 6.4-28.672-6.4-32.768-41.216-40.192-49.664-14.592-9.472-27.392-3.072c-39.436 15.796-73.35 37.052-102.739 63.273l0.339-0.297c-27.318 25.263-50.755 54.159-69.686 86.044l-0.97 1.764c-7.424 12.544 0 18.688 5.632 25.6 11.043 12.806 21.504 26.932 30.885 41.806l0.859 1.458c1.721 3.231 2.732 7.065 2.732 11.136s-1.011 7.905-2.795 11.266l0.063-0.13c-3.328 6.4-28.672 68.608-39.168 94.208s-20.736 21.248-28.416 21.76h-24.32c-13.568-0.331-25.66-6.382-34.005-15.822l-0.043-0.050c-27.463-25.963-44.557-62.648-44.557-103.324 0-0.665 0.005-1.329 0.014-1.992l-0.001 0.1c4.336-49.989 22.916-94.95 51.609-131.615l-0.409 0.543c6.4-8.448 89.6-136.448 216.576-191.488 18.463-7.996 42.51-16.704 67.087-24.195l5.361-1.405c15.146-4.835 32.567-7.622 50.639-7.622 10.328 0 20.444 0.91 30.271 2.655l-1.039-0.153c24.32 3.584 75.008 30.72 85.504 60.416 5.598 12.575 8.858 27.248 8.858 42.682 0 6.173-0.521 12.224-1.523 18.111l0.089-0.633c-3.072 5.376-11.776 8.448-24.32 14.848z" />
62
- <glyph unicode="&#xe934;" glyph-name="yelp-reviews" horiz-adv-x="784" d="M289.792 301.056c23.635 7.12 40.616 28.539 40.96 53.976v0.040c0.146 1.563 0.23 3.38 0.23 5.217 0 24.667-15.038 45.822-36.446 54.797l-0.392 0.146-46.336 18.944c-168.192 69.376-168.704 69.376-179.2 69.376-0.438 0.013-0.954 0.021-1.471 0.021-18.86 0-35.338-10.197-44.222-25.379l-0.131-0.242c-20.736-33.024-25.6-121.856-19.712-171.008 1.117-17.27 5.247-33.305 11.871-47.972l-0.351 0.868c8.084-16.521 24.361-27.919 43.393-28.923l0.127-0.005h1.28c9.728 0 25.6 4.608 163.328 49.408l67.072 20.736zM370.176 267.52c-6.839 2.977-14.805 4.708-23.176 4.708-18.048 0-34.216-8.050-45.109-20.756l-0.067-0.080-32-37.888c-117.504-137.984-117.76-139.008-121.6-149.504-1.922-5.083-3.035-10.96-3.035-17.096 0-1.642 0.080-3.266 0.235-4.867l-0.016 0.203c1.159-11.353 5.708-21.468 12.604-29.512l-0.060 0.072c27.136-32.768 141.312-76.8 194.048-76.8 1.686-0.134 3.65-0.211 5.632-0.211s3.946 0.077 5.89 0.227l-0.258-0.016c18.8 2.767 34.093 15.418 40.586 32.417l0.118 0.351c3.584 10.24 3.584 11.008 4.096 173.568 0 0 0 64.768 0 68.096 0.032 0.711 0.050 1.546 0.050 2.384 0 24.854-16.026 45.964-38.308 53.562l-0.398 0.118zM765.184 240.384c-8.704 6.4-9.216 6.656-163.584 57.344l-64.768 22.272c-5.741 2.138-12.373 3.375-19.295 3.375-18.685 0-35.263-9.017-45.622-22.936l-0.108-0.151c-9.107-10.384-14.663-24.080-14.663-39.074 0-11.496 3.266-22.229 8.921-31.322l-0.146 0.252 25.6-42.496c94.976-153.6 96.256-155.136 104.704-162.048 8.213-6.388 18.672-10.242 30.032-10.242 0.152 0 0.304 0.001 0.455 0.002h-0.023c0.093-0.001 0.203-0.001 0.313-0.001 7.659 0 14.943 1.601 21.537 4.488l-0.346-0.135c42.752 16.896 128 125.952 135.168 171.52 0.555 2.829 0.872 6.083 0.872 9.41 0 16.285-7.603 30.795-19.453 40.172l-0.107 0.082zM512.512 371.2h3.584c0.924-0.176 1.986-0.277 3.072-0.277s2.148 0.101 3.178 0.294l-0.106-0.017c7.424 2.816 23.040 6.656 47.872 12.544v0c175.872 42.496 176.896 43.264 186.624 49.664 13.486 9.356 22.205 24.759 22.205 42.199 0 1.547-0.069 3.077-0.203 4.589l0.014-0.195s0 2.304 0 3.072c-4.864 47.104-81.152 159.488-121.6 179.2-6.976 3.795-15.277 6.026-24.099 6.026-10.577 0-20.405-3.207-28.564-8.702l0.183 0.116c-9.216-6.144-9.216-6.144-105.472-137.728l-40.704-55.296c-7.512-9.483-12.050-21.619-12.050-34.816 0-12.296 3.941-23.672 10.628-32.934l-0.114 0.166c10.945-16.98 29.76-28.063 51.164-28.063 1.544 0 3.075 0.058 4.59 0.171l-0.202-0.012zM388.864 921.088c-5.462 18.62-20.382 32.775-39.068 37.051l-0.356 0.069c-48.64 11.776-219.136-35.84-253.44-71.424-9.96-9.364-16.163-22.625-16.163-37.334 0-4.471 0.573-8.808 1.65-12.942l-0.079 0.356c-0.053-0.461-0.083-0.995-0.083-1.536s0.030-1.075 0.088-1.601l-0.006 0.065c4.864-9.984 161.024-256 208.64-330.752 19.968-32.256 41.984-48.64 65.024-48.64 6.062 0.065 11.863 1.090 17.287 2.931l-0.391-0.115c29.952 8.96 43.776 37.12 41.728 83.712-2.56 58.88-22.784 362.24-25.6 380.16z" />
63
- <glyph unicode="&#xe935;" glyph-name="banner" d="M1015.808 121.6l-296.192 484.864c-9.972 15.491-27.129 25.605-46.648 25.605-0.25 0-0.5-0.002-0.749-0.005h0.038c-0.163 0.002-0.356 0.003-0.549 0.003-19.641 0-36.923-10.1-46.935-25.389l-0.131-0.214-284.672-465.664h-198.144l122.88 201.216 45.056-73.216c9.303-15.221 25.714-25.298 44.5-25.599l0.044-0.001h-1.536c0.133-0.001 0.291-0.002 0.449-0.002 18.36 0 34.529 9.383 43.973 23.615l0.122 0.195c5.033 7.788 8.025 17.305 8.025 27.52s-2.992 19.732-8.147 27.722l0.122-0.202-86.016 140.544c-10.077 16.22-27.796 26.859-48 26.859s-37.923-10.639-47.861-26.62l-0.139-0.239-207.104-340.992c-4.825-7.973-7.681-17.605-7.681-27.904s2.855-19.931 7.818-28.148l-0.137 0.244c9.919-16.953 28.038-28.16 48.775-28.16 0.043 0 0.085 0 0.128 0h911.609c0.028 0 0.061 0 0.093 0 20.463 0 38.33 11.116 47.893 27.638l0.142 0.266c4.669 7.78 7.43 17.168 7.43 27.2 0 10.719-3.152 20.702-8.58 29.073l0.127-0.208zM455.424 140.8l216.32 353.792 216.576-353.792zM332.8 870.4c-85.127-0.725-153.856-69.902-153.856-155.131 0-85.679 69.457-155.136 155.136-155.136s155.136 69.457 155.136 155.136c0 0.088 0 0.176 0 0.264v-0.014c-0.725 85.693-70.36 154.88-156.155 154.88-0.092 0-0.184 0-0.276 0h0.014zM332.8 665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2v0c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0z" />
64
- <glyph unicode="&#xe936;" glyph-name="blog" d="M964.096 900.096c-37.044 36.957-88.173 59.809-144.64 59.809s-107.596-22.852-144.644-59.813l-590.332-590.076c-6.357-6.46-11.016-14.609-13.24-23.713l-0.072-0.351-69.632-286.72c-0.897-3.586-1.412-7.703-1.412-11.94 0-14.13 5.724-26.924 14.98-36.188v0c9.226-9.28 21.982-15.043 36.084-15.104h0.012c0.030 0 0.065 0 0.101 0 4.241 0 8.351 0.561 12.261 1.612l-0.329-0.075 106.24 25.6h1.792l179.2 43.52c9.455 2.296 17.604 6.955 24.071 13.319l-0.007-0.007 588.8 590.336c37.339 37.107 60.45 88.494 60.45 145.28 0 56.403-22.801 107.481-59.689 144.519l0.007-0.007zM311.808 103.168l-135.936-33.024-41.472 42.24 32.768 135.424 482.816 481.792c-0.41-2.383-0.644-5.128-0.644-7.928 0-13.735 5.634-26.154 14.716-35.073l116.231-116.231zM891.648 683.008l-39.168-39.168-116.224 116.224c-9.24 9.121-21.943 14.755-35.961 14.755-2.304 0-4.572-0.152-6.796-0.447l0.261 0.028 53.248 53.248c18.1 16.447 42.252 26.517 68.757 26.517 56.554 0 102.4-45.846 102.4-102.4 0-26.504-10.070-50.657-26.592-68.841l0.075 0.084z" />
65
- <glyph unicode="&#xe937;" glyph-name="button" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM668.16 240.64h-312.32c-28.277 0-51.2 22.923-51.2 51.2v0 312.32c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-261.12h209.92v209.92h-104.96c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h156.16c28.277 0 51.2-22.923 51.2-51.2v0-312.32c0-28.277-22.923-51.2-51.2-51.2v0z" />
66
- <glyph unicode="&#xe938;" glyph-name="carousel" d="M378.112 69.888c-14.669 0.259-27.859 6.382-37.366 16.117l-0.010 0.011-325.632 322.56c-9.050 9.228-14.636 21.882-14.636 35.84s5.586 26.612 14.644 35.848l-0.008-0.008 325.632 322.56c9.606 9.264 22.697 14.971 37.12 14.971s27.514-5.707 37.136-14.987l-0.016 0.015c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0l-288.768-285.952 289.536-287.488c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0c-9.56-9.041-22.496-14.6-36.73-14.6-0.317 0-0.633 0.003-0.949 0.008l0.047-0.001zM645.888 69.888c-0.042 0-0.092 0-0.141 0-14.23 0-27.163 5.555-36.748 14.616l0.025-0.024c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0l288.768 287.488-289.536 287.488c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0c9.58 9.322 22.679 15.071 37.12 15.071s27.54-5.749 37.132-15.083l-0.012 0.012 326.4-324.096c9.050-9.228 14.636-21.882 14.636-35.84s-5.586-26.612-14.644-35.848l0.008 0.008-325.632-322.56c-9.517-9.746-22.707-15.869-37.328-16.127l-0.048-0.001z" />
67
- <glyph unicode="&#xe939;" glyph-name="contact-form" d="M972.8 622.592c-28.277 0-51.2-22.923-51.2-51.2v0-379.392c0-28.277-22.923-51.2-51.2-51.2v0h-716.8c-28.277 0-51.2 22.923-51.2 51.2v0 500.736l377.344-307.2c8.717-7.152 19.977-11.495 32.251-11.52h0.005c0.064 0 0.14 0 0.216 0 12.172 0 23.351 4.247 32.138 11.341l-0.097-0.076 428.544 348.16c4.477 3.717 8.294 8.022 11.387 12.835l0.133 0.221 23.808 23.296c9.508 9.304 15.403 22.267 15.403 36.606 0 12.62-4.566 24.174-12.136 33.1l0.061-0.074c-9.453 11.162-23.478 18.2-39.146 18.2-0.548 0-1.094-0.009-1.637-0.026l0.079 0.002h-842.752c-70.692 0-128-57.308-128-128v0-537.6c0-84.831 68.769-153.6 153.6-153.6v0h716.8c84.831 0 153.6 68.769 153.6 153.6v0 379.392c0 28.277-22.923 51.2-51.2 51.2v0zM837.12 755.2l-325.12-263.936-323.84 263.936z" />
68
- <glyph unicode="&#xe93a;" glyph-name="countdown" d="M1024 712.704v-619.52c0-70.692-57.308-128-128-128v0h-768c-70.692 0-128 57.308-128 128v0 619.52c0 70.692 57.308 128 128 128v0h136.192v42.496c0 28.277 22.923 51.2 51.2 51.2v0c0.012 0 0.026 0 0.041 0 14.192 0 27.035-5.774 36.309-15.102l0.002-0.002c9.177-9.25 14.849-21.991 14.849-36.056 0-0.104 0-0.208-0.001-0.312v0.016-42.24h290.816v42.24c0 0.012 0 0.026 0 0.041 0 28.277 22.923 51.2 51.2 51.2 14.085 0 26.842-5.687 36.098-14.891l-0.002 0.002c9.28-9.226 15.043-21.982 15.104-36.084v-192.78c0-28.277-22.923-51.2-51.2-51.2v0 0c-28.277 0-51.2 22.923-51.2 51.2v0 47.872h-290.816v-48.128c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 48.128h-136.192c-14.138 0-25.6-11.462-25.6-25.6v0-619.52c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 619.52c0 14.138-11.462 25.6-25.6 25.6v0h-43.008c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h43.008c70.692 0 128-57.308 128-128v0zM315.392 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0c0-28.277-22.923-51.2-51.2-51.2v0zM315.392 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM512 406.784c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015c-9.501 9.308-15.391 22.27-15.391 36.608 0 28.294 22.937 51.231 51.231 51.231 13.956 0 26.609-5.581 35.849-14.632l-0.009 0.008c9.819-9.347 15.926-22.515 15.926-37.11 0-13.963-5.59-26.621-14.653-35.858l0.008 0.008c-9.227-9.048-21.88-14.633-35.837-14.633-0.721 0-1.439 0.015-2.153 0.044l0.102-0.003zM512 206.848c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015v1.28c-7.765 8.927-12.498 20.671-12.498 33.52 0 28.277 22.923 51.2 51.2 51.2 12.018 0 23.069-4.141 31.804-11.073l-0.106 0.081c10.492-9.416 17.062-23.019 17.062-38.158 0-28.277-22.923-51.2-51.2-51.2-0.418 0-0.836 0.005-1.251 0.015l0.062-0.001zM708.608 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM708.608 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0z" />
69
- <glyph unicode="&#xe93b;" glyph-name="counter" horiz-adv-x="867" d="M552.192 211.968c-0.045 0-0.097 0-0.15 0-13.146 0-25.135 4.954-34.201 13.098l0.047-0.042-118.528 106.752c-10.365 9.381-16.859 22.872-16.896 37.881v215.815c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-193.024l102.4-91.392c10.315-9.401 16.763-22.891 16.763-37.888 0-28.23-22.847-51.124-51.060-51.2h-0.007zM484.864 800.512v57.088h113.408c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-329.216c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h113.408v-57.088c-216.459-26.479-382.464-209.169-382.464-430.631 0-239.506 194.158-433.664 433.664-433.664s433.664 194.158 433.664 433.664c0 221.462-166.006 404.152-380.369 430.422l-2.095 0.209zM433.664 38.4c-0.076 0-0.166 0-0.256 0-183.093 0-331.52 148.427-331.52 331.52s148.427 331.52 331.52 331.52c183.093 0 331.52-148.427 331.52-331.52 0-0.090 0-0.18 0-0.27v0.014c-0.868-182.602-148.662-330.396-331.181-331.264h-0.083z" />
70
- <glyph unicode="&#xe93c;" glyph-name="dual-heading" d="M642.56 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76z" />
71
- <glyph unicode="&#xe93d;" glyph-name="fancy-text" horiz-adv-x="401" d="M398.080 16.128c2.095-5.875 3.306-12.652 3.306-19.712 0-33.359-27.037-60.404-60.393-60.416h-278.273c-0.51-0.015-1.111-0.024-1.713-0.024-26.6 0-49.252 16.904-57.8 40.556l-0.135 0.428c-1.923 5.656-3.034 12.171-3.034 18.945 0 33.405 26.996 60.504 60.362 60.671h80.144v782.848h-76.8c-0.733-0.031-1.593-0.049-2.457-0.049-26.752 0-49.527 17.027-58.080 40.835l-0.135 0.43c-1.932 5.655-3.047 12.169-3.047 18.944 0 33.358 27.035 60.402 60.389 60.416h278.017c0.487 0.014 1.060 0.022 1.635 0.022 26.406 0 48.953-16.52 57.87-39.789l0.143-0.424c2.086-5.876 3.292-12.654 3.292-19.713 0-33.405-26.997-60.505-60.364-60.671h-80.144v-782.848h76.8c0.686 0.027 1.491 0.043 2.3 0.043 26.51 0 49.131-16.651 57.975-40.064l0.141-0.426z" />
72
- <glyph unicode="&#xe93e;" glyph-name="google-maps" horiz-adv-x="826" d="M412.928 380.416c-0.004 0-0.008 0-0.013 0-49.482 0-94.279 20.055-126.707 52.48v0c-32.433 32.43-52.493 77.232-52.493 126.72 0 98.969 80.231 179.2 179.2 179.2s179.2-80.231 179.2-179.2c0-98.965-80.223-179.193-179.186-179.2h-0.001zM358.656 505.344c13.895-13.878 33.081-22.46 54.272-22.46 42.392 0 76.761 34.346 76.8 76.729v0.004c-0.019 21.2-8.625 40.386-22.527 54.271l-0.001 0.001c-14.056 13.52-33.191 21.846-54.272 21.846s-40.216-8.327-54.297-21.871l0.025 0.024c-13.878-13.895-22.46-33.081-22.46-54.272s8.583-40.377 22.461-54.273l-0.001 0.001zM825.6 535.040c-14.080-340.224-348.16-566.784-384-588.8l-5.632-3.328-5.632-2.56-4.608-1.536c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011c-2.847-0.651-6.116-1.025-9.472-1.025s-6.625 0.373-9.768 1.081l0.296-0.056c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011-4.608 1.536c-2.054 0.622-3.836 1.405-5.499 2.37l0.123-0.066-3.584 2.048-2.304 1.536c-25.088 15.36-245.504 165.376-339.968 399.36-6.144 15.104-11.776 30.72-16.64 46.080-1.494 4.592-2.356 9.875-2.356 15.36 0 28.306 22.946 51.252 51.252 51.252 22.821 0 42.158-14.915 48.795-35.529l0.101-0.363c4.096-12.8 8.704-25.6 13.824-38.4 67.328-166.4 214.272-288.768 275.712-334.080 78.592 58.368 300.032 244.48 310.272 489.216 0.060 2.287 0.095 4.98 0.095 7.68 0 171.495-138.905 310.546-310.344 310.784h-0.023c-171.462-0.238-310.367-139.289-310.367-310.784 0-2.701 0.034-5.393 0.103-8.077l-0.008 0.397c0.028-0.638 0.045-1.386 0.045-2.138 0-27.212-21.229-49.466-48.029-51.103l-0.144-0.007h-3.072c-0.012 0-0.027 0-0.041 0-27.557 0-50.029 21.77-51.156 49.050l-0.003 0.102c-0.102 3.432-0.161 7.47-0.161 11.52 0 228.123 184.758 413.094 412.8 413.44h0.033c228.075-0.346 412.833-185.317 412.833-413.44 0-4.051-0.058-8.089-0.174-12.112l0.013 0.592z" />
73
- <glyph unicode="&#xe93f;" glyph-name="heading" horiz-adv-x="903" d="M903.68 899.84v-91.136c0.006-0.326 0.010-0.711 0.010-1.097 0-27.118-17.496-50.15-41.815-58.423l-0.435-0.128c-5.359-1.725-11.524-2.719-17.921-2.719-33.243 0-60.215 26.848-60.415 60.044v33.043h-271.104v-782.848h76.8c0.458 0.012 0.997 0.019 1.538 0.019 26.498 0 49.143-16.5 58.22-39.786l0.146-0.425c2.087-5.878 3.293-12.657 3.293-19.717 0-33.226-26.708-60.214-59.827-60.666h-277.803c-0.458-0.012-0.997-0.019-1.538-0.019-26.498 0-49.143 16.5-58.22 39.786l-0.146 0.425c-2.086 5.876-3.292 12.654-3.292 19.713 0 33.405 26.997 60.505 60.364 60.671h80.144v782.848h-271.104v-33.024c-0.2-33.215-27.172-60.063-60.415-60.063-6.397 0-12.562 0.994-18.349 2.837l0.428-0.118c-24.754 8.402-42.25 31.433-42.25 58.551 0 0.386 0.004 0.771 0.011 1.155l-0.001-0.058v91.136c0.145 33.257 27.139 60.16 60.415 60.16 0 0 0 0 0.001 0h782.848c0 0 0 0 0.001 0 33.277 0 60.27-26.903 60.415-60.146v-0.014z" />
74
- <glyph unicode="&#xe940;" glyph-name="icon-list" d="M972.8 739.072h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.6 790.528c0-0.076 0-0.166 0-0.256 0-51.323-41.605-92.928-92.928-92.928s-92.928 41.605-92.928 92.928c0 51.323 41.605 92.928 92.928 92.928v0c51.175-0.144 92.638-41.518 92.928-92.644v-0.028zM972.8 391.168h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 442.368c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672zM972.8 43.008h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 94.208c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672z" />
75
- <glyph unicode="&#xe941;" glyph-name="image-button" d="M972.8 468.48c28.277 0 51.2 22.923 51.2 51.2v0 222.72c0 84.831-68.769 153.6-153.6 153.6v0h-716.8c-84.831 0-153.6-68.769-153.6-153.6v0-584.192c0-84.831 68.769-153.6 153.6-153.6v0h742.4c70.692 0 128 57.308 128 128v0 144.128c0.002 0.141 0.002 0.307 0.002 0.474 0 6.282-1.223 12.278-3.444 17.764l0.114-0.318v2.048c-1.215 2.988-2.503 5.514-3.974 7.915l0.134-0.235c-1.859 2.572-3.706 4.826-5.678 6.962l0.046-0.050-316.928 323.84c-9.193 9.374-21.948 15.226-36.071 15.36h-0.025c-14.213-0.161-27.082-5.786-36.631-14.869l0.023 0.021-508.928-508.16c-6.393 8.45-10.24 19.136-10.24 30.72v0 584.192c0 28.277 22.923 51.2 51.2 51.2v0h716.8c28.277 0 51.2-22.923 51.2-51.2v0-222.72c0-28.277 22.923-51.2 51.2-51.2v0zM657.152 527.104l264.448-271.36v-123.136c0-14.138-11.462-25.6-25.6-25.6v0h-659.2zM434.688 590.080c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4z" />
76
- <glyph unicode="&#xe942;" glyph-name="image-scroll" horiz-adv-x="624" d="M311.808-64c-172.148 0.146-311.662 139.66-311.808 311.794v400.398c0 172.207 139.601 311.808 311.808 311.808s311.808-139.601 311.808-311.808v0-400.384c-0.291-172.090-139.719-311.517-311.78-311.808h-0.028zM311.808 857.6c-115.594-0.146-209.262-93.814-209.408-209.394v-400.398c0-115.653 93.755-209.408 209.408-209.408s209.408 93.755 209.408 209.408v0 400.384c-0.146 115.594-93.814 209.262-209.394 209.408h-0.014zM311.808 488.704c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0z" />
77
- <glyph unicode="&#xe943;" glyph-name="image-separator" d="M870.4 24.576h-716.8c-84.831 0-153.6 68.769-153.6 153.6v0 399.104c0 84.831 68.769 153.6 153.6 153.6v0h66.048c0.032 0 0.069 0 0.106 0 19.672 0 36.753 11.095 45.327 27.368l0.134 0.28 16.384 29.184c26.159 49.501 77.3 82.664 136.189 82.688h190.979c58.892-0.024 110.033-33.187 135.789-81.853l0.403-0.835 15.104-29.184c8.708-16.553 25.789-27.648 45.462-27.648 0.037 0 0.075 0 0.112 0h64.762c84.831 0 153.6-68.769 153.6-153.6v0-399.104c0-84.831-68.769-153.6-153.6-153.6v0zM153.6 628.48c-28.277 0-51.2-22.923-51.2-51.2v0-399.104c0-28.277 22.923-51.2 51.2-51.2v0h716.8c28.277 0 51.2 22.923 51.2 51.2v0 399.104c0 28.277-22.923 51.2-51.2 51.2v0h-66.048c-58.892 0.024-110.033 33.187-135.789 81.853l-0.403 0.835-15.36 29.184c-8.685 16.51-25.698 27.589-45.304 27.648h-190.984c-19.614-0.059-36.627-11.138-45.178-27.368l-0.134-0.28-15.36-29.184c-26.159-49.501-77.3-82.664-136.189-82.688h-0.003zM512 189.696c-123.005 0-222.72 99.715-222.72 222.72s99.715 222.72 222.72 222.72c123.005 0 222.72-99.715 222.72-222.72 0-0.090 0-0.18 0-0.27v0.014c-0.146-122.895-99.805-222.464-222.72-222.464 0 0 0 0 0 0v0zM512 532.48c-66.451 0-120.32-53.869-120.32-120.32s53.869-120.32 120.32-120.32c66.451 0 120.32 53.869 120.32 120.32v0c-0.145 66.392-53.928 120.175-120.306 120.32h-0.014z" />
78
- <glyph unicode="&#xe944;" glyph-name="lottie-animations-fill" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0zM815.104 697.856c-1.28-25.6-22.016-43.52-54.784-43.52-0.117 0.001-0.256 0.001-0.395 0.001-21.459 0-41.11-7.743-56.311-20.587l0.129 0.106c-4.444-3.303-8.369-6.66-12.054-10.261l0.022 0.021c-29.226-26.509-54.608-56.449-75.742-89.375l-1.058-1.761c-12.544-19.2-25.6-40.448-40.704-68.096l-19.456-35.072c-9.472-17.664-19.456-35.328-29.44-52.992-7.424-13.568-15.36-26.88-23.040-39.936-11.008-16.896-23.808-37.12-38.912-57.088-27.040-37.641-58.962-69.645-95.295-95.93l-1.217-0.838c-27.86-20.498-62.85-32.803-100.714-32.803-1.223 0-2.443 0.013-3.66 0.038l0.182-0.003c-0.69-0.030-1.5-0.047-2.313-0.047-15.781 0-30.073 6.375-40.442 16.689l0.002-0.002c-6.884 7.419-11.108 17.39-11.108 28.348 0 1.015 0.036 2.021 0.107 3.018l-0.008-0.134c1.28 25.6 22.016 43.52 54.784 43.52 21.567 0.154 41.304 7.861 56.728 20.602l-0.152-0.122c4.444 3.303 8.369 6.66 12.054 10.261l-0.022-0.021c29.226 26.509 54.608 56.449 75.742 89.375l1.058 1.761c12.544 19.2 25.6 40.448 40.704 67.84l3.072 5.12c5.376 10.24 11.008 20.224 16.384 30.208 9.472 17.664 19.456 35.328 29.44 52.992 7.424 13.568 15.36 27.136 23.040 39.936 11.008 17.152 23.808 37.12 38.912 57.088 27.107 37.585 59.019 69.578 95.296 95.926l1.216 0.842c27.719 20.5 62.576 32.812 100.308 32.812 1.366 0 2.728-0.016 4.086-0.048l-0.202 0.004c0.84 0.044 1.823 0.069 2.811 0.069 15.535 0 29.628-6.178 39.954-16.21l-0.014 0.013c6.877-7.382 11.098-17.317 11.098-28.238 0-0.963-0.033-1.919-0.097-2.866l0.007 0.128z" />
79
- <glyph unicode="&#xe945;" glyph-name="lottie-animations-outline" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM739.328 621.312c-1.926-25.559-23.137-45.566-49.021-45.566-1.759 0-3.497 0.092-5.208 0.273l0.213-0.018c-11.454-0.008-21.934-4.17-30.017-11.062l0.065 0.054c-2.564-1.895-4.824-3.911-6.886-6.116l-0.026-0.028c-19.643-17.531-36.584-37.485-50.523-59.526l-0.677-1.146c-8.704-13.312-17.664-27.904-27.904-46.336l-13.568-25.6c-6.656-12.288-13.568-25.6-20.736-37.376s-10.752-18.944-16.384-27.904l-3.328-5.12c-6.912-11.008-15.104-23.808-25.6-36.096-20.020-27.622-43.546-51.148-70.265-70.543l-0.903-0.625c-21.303-15.57-47.891-25.092-76.679-25.598l-0.121-0.002h-4.096c-16.134 0.135-30.693 6.766-41.211 17.403l-0.005 0.005c-7.215 8.028-11.628 18.702-11.628 30.406 0 1.102 0.039 2.194 0.116 3.276l-0.008-0.145c1.536 25.904 22.918 46.329 49.071 46.329 1.742 0 3.462-0.091 5.157-0.267l-0.212 0.018c11.347 0.187 21.695 4.314 29.771 11.069l-0.075-0.061c2.564 1.895 4.824 3.911 6.886 6.116l0.026 0.028c19.643 17.531 36.584 37.485 50.523 59.526l0.677 1.146c9.472 14.336 18.432 29.184 27.904 46.336l2.048 3.584 6.144 11.52 5.376 9.472c6.656 12.288 13.568 25.6 20.736 37.376s10.496 18.944 16.384 28.16 16.128 25.6 27.904 40.96c20.013 27.628 43.54 51.155 70.265 70.544l0.903 0.624c21.859 16.026 49.289 25.645 78.966 25.645 1.219 0 2.434-0.016 3.645-0.048l-0.179 0.004c15.958-0.22 30.328-6.838 40.695-17.399l0.009-0.009c7.352-8.027 11.858-18.768 11.858-30.561 0-0.957-0.030-1.906-0.088-2.848l0.006 0.129z" />
80
- <glyph unicode="&#xe946;" glyph-name="media-grid" d="M384 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 627.2h230.4v230.4h-230.4zM384-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h230.4v230.4h-230.4zM972.8 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 627.2h230.4v230.4h-230.4zM972.8-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 38.4h230.4v230.4h-230.4z" />
81
- <glyph unicode="&#xe947;" glyph-name="modal-box" horiz-adv-x="1025" d="M751.275-64.769h-589.537c-0.381-0.003-0.831-0.005-1.282-0.005-88.618 0-160.457 71.839-160.457 160.457 0 0.002 0 0.004 0 0.006v0 587.999c0.291 88.397 72.018 159.944 160.456 159.944 0.090 0 0.181 0 0.271 0h371.907c29.445 0 53.315-23.87 53.315-53.315s-23.87-53.315-53.315-53.315h-371.921c-0.076 0-0.166 0.001-0.256 0.001-29.445 0-53.315-23.87-53.315-53.315 0 0 0 0 0-0.001v0-587.999c0.146-29.476 24.074-53.315 53.57-53.315 0 0 0 0 0.001 0h589.537c0 0 0 0 0.001 0 29.496 0 53.425 23.839 53.57 53.301v374.754c0 29.586 23.985 53.571 53.571 53.571s53.571-23.985 53.571-53.571v0-374.74c0 0 0-0.001 0-0.002 0-88.347-71.401-160.018-159.646-160.455h-0.042zM1008.621 642.675c-9.748-10.038-23.37-16.267-38.448-16.267s-28.7 6.229-38.435 16.254l-0.013 0.013-73.308 74.846-76.896-76.896c-9.84-9.84-23.433-15.926-38.448-15.926-30.030 0-54.374 24.344-54.374 54.374 0 15.015 6.086 28.608 15.926 38.448v0l76.896 75.615-73.308 74.589c-10.391 9.753-16.865 23.575-16.865 38.908 0 29.445 23.87 53.315 53.315 53.315 15.334 0 29.156-6.473 38.882-16.836l0.027-0.029 74.589-74.589 76.896 76.896c9.84 9.84 23.433 15.926 38.448 15.926 30.030 0 54.374-24.344 54.374-54.374 0-15.015-6.086-28.608-15.926-38.448l-76.896-76.896 74.589-74.589c8.972-9.555 14.484-22.451 14.484-36.634 0-14.703-5.923-28.023-15.514-37.703l0.004 0.004z" />
82
- <glyph unicode="&#xe948;" glyph-name="pricing-table" horiz-adv-x="749" d="M589.824 960h-430.592c-88.004-0.291-159.232-71.699-159.232-159.743 0 0 0-0.001 0-0.001v0-704.512c0 0 0-0.001 0-0.001 0-88.044 71.228-159.452 159.204-159.743h430.62c88.004 0.291 159.232 71.699 159.232 159.743 0 0 0 0.001 0 0.001v0 704.512c0 0 0 0.001 0 0.001 0 88.044-71.228 159.452-159.204 159.743h-0.028zM649.984 95.744c0-33.225-26.935-60.16-60.16-60.16v0h-430.592c-33.225 0-60.16 26.935-60.16 60.16v704.512c0 33.225 26.935 60.16 60.16 60.16v0h430.592c33.225 0 60.16-26.935 60.16-60.16v0zM487.168 378.88c-5.15-40.576-33.827-73.292-71.737-84.303l-0.711-0.177v-51.2h-79.36v46.336h-27.136c0 0-0.001 0-0.001 0-21.825 0-39.534 17.62-39.679 39.41v0.014c0.142 21.909 17.792 39.649 39.653 39.936h80.155c11.169 0 20.224 9.055 20.224 20.224s-9.055 20.224-20.224 20.224h-24.064c-0.238-0.002-0.52-0.003-0.803-0.003-52.043 0-95.018 38.824-101.543 89.089l-0.055 0.514c-0.322 3-0.505 6.48-0.505 10.002 0 46.494 31.945 85.528 75.084 96.348l0.685 0.145v47.36h79.104v-44.8h25.6c21.915 0 39.68-17.765 39.68-39.68s-17.765-39.68-39.68-39.68h-81.152c-11.169 0-20.224-9.055-20.224-20.224s9.055-20.224 20.224-20.224h28.16c54.652-0.455 98.781-44.864 98.781-99.581 0-3.427-0.173-6.813-0.511-10.151l0.034 0.42z" />
83
- <glyph unicode="&#xe949;" glyph-name="progress-bar" d="M969.472 730.88h-355.072c-18.657-30.236-51.603-50.084-89.185-50.084-9.523 0-18.749 1.274-27.515 3.662l0.732-0.17c-44.754 10.952-77.444 50.712-77.444 98.107 0 55.706 45.158 100.864 100.864 100.864 1.217 0 2.429-0.022 3.635-0.064l-0.175 0.005c0.086 0 0.188 0 0.29 0 37.431 0 70.241-19.787 88.54-49.472l0.257-0.449h358.4c0.039 0 0.086 0 0.132 0 28.277 0 51.2-22.923 51.2-51.2 0-5.864-0.986-11.497-2.801-16.744l0.108 0.36c-7.793-20.524-27.297-34.847-50.146-34.847-0.641 0-1.279 0.011-1.914 0.034l0.092-0.003zM326.656 730.88h-271.872c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h272.102c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.763-4.962 2.781-10.685 2.781-16.645 0-28.277-22.923-51.2-51.2-51.2-0.258 0-0.515 0.002-0.772 0.006h0.039zM256 65.28h-201.216c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h201.958c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.765-4.965 2.785-10.691 2.785-16.655 0-28.277-22.923-51.2-51.2-51.2-0.439 0-0.877 0.006-1.313 0.017l0.065-0.001zM972.8 398.080h-93.184c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h93.184c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM799.232 449.28c-0.722-56.001-46.288-101.12-102.392-101.12-0.003 0-0.006 0-0.008 0v0c-0.645-0.015-1.406-0.023-2.169-0.023-37.19 0-69.75 19.826-87.686 49.485l-0.257 0.458h-554.24c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h554.24c18.196 30.108 50.75 49.927 87.933 49.927 0.406 0 0.811-0.002 1.216-0.007l-0.062 0.001c0.307 0.003 0.669 0.005 1.032 0.005 56.106 0 101.673-45.122 102.391-101.057l0.001-0.068zM969.472 167.68c0.316 0.007 0.689 0.011 1.062 0.011 22.841 0 42.34-14.313 50.015-34.459l0.123-0.367c1.707-4.888 2.694-10.523 2.694-16.388 0-28.054-22.563-50.838-50.532-51.196h-430.882c-18.035-30.824-50.979-51.201-88.681-51.201-0.143 0-0.286 0-0.429 0.001h0.022c-4.852-0.815-10.442-1.28-16.14-1.28-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4c5.699 0 11.288-0.465 16.734-1.361l-0.593 0.081c0.572 0.012 1.247 0.018 1.924 0.018 36.662 0 68.824-19.267 86.913-48.227l0.251-0.431z" />
84
- <glyph unicode="&#xe94a;" glyph-name="team-members" d="M723.456 414.208c63.021 57.606 102.4 140.17 102.4 231.931 0 173.338-140.518 313.856-313.856 313.856s-313.856-140.518-313.856-313.856c0-91.761 39.379-174.325 102.159-231.714l0.241-0.217c-176.376-63.598-300.249-229.391-300.544-424.156v-0.036c0.145-29.774 24.242-53.871 54.002-54.016h0.014c29.722 0.145 53.76 24.273 53.76 54.015 0 0 0 0 0 0.001v0c0.436 188.804 153.447 341.726 342.244 342.016h123.932c188.825-0.29 341.836-153.212 342.272-341.974v-0.042c-0.082-1.112-0.128-2.409-0.128-3.716 0-29.832 24.184-54.016 54.016-54.016s54.016 24.184 54.016 54.016c0 1.308-0.046 2.605-0.138 3.889l0.010-0.173c-0.295 194.801-124.168 360.594-297.406 423.201l-3.138 0.991zM307.2 646.144c0.148 113.703 92.356 205.82 206.080 205.82 113.815 0 206.080-92.265 206.080-206.080s-92.265-206.080-206.080-206.080c-0.45 0-0.9 0.001-1.349 0.004h0.069c-113.294 0.87-204.8 92.914-204.8 206.33 0 0.002 0 0.004 0 0.006v0z" />
85
- <glyph unicode="&#xe94b;" glyph-name="testimonials" d="M512 10.752c-0.012 0-0.026 0-0.041 0-14.065 0-26.805 5.671-36.058 14.851l-125.437 125.437c-9.276 9.33-22.119 15.104-36.311 15.104-0.014 0-0.029 0-0.043 0h-160.51c-84.831 0-153.6 68.769-153.6 153.6v0 422.656c0 84.831 68.769 153.6 153.6 153.6v0h90.624c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-90.624c-28.277 0-51.2-22.923-51.2-51.2v0-422.656c0-28.277 22.923-51.2 51.2-51.2v0h160.512c42.562-0.111 81.037-17.516 108.787-45.555l0.013-0.013 89.088-88.832 89.088 88.832c27.803 27.836 66.23 45.056 108.679 45.056 0.042 0 0.085 0 0.127 0h160.506c28.277 0 51.2 22.923 51.2 51.2v0 423.168c0 28.277-22.923 51.2-51.2 51.2v0h-501.248c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h501.248c84.831 0 153.6-68.769 153.6-153.6v0-422.656c0-84.831-68.769-153.6-153.6-153.6v0h-160.512c-0.012 0-0.026 0-0.041 0-14.192 0-27.035-5.774-36.309-15.102l-125.442-125.442c-9.25-9.177-21.99-14.848-36.055-14.848-0.014 0-0.029 0-0.043 0h0.002zM782.336 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0zM583.424 514.816c-0.146-34.387-28.056-62.207-62.463-62.207-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.464 62.464c0.090 0 0.18 0 0.269-0.001h-0.014c34.418-0.29 62.208-28.259 62.208-62.718 0-0.001 0-0.001 0-0.002v0zM384 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0z" />
86
- <glyph unicode="&#xe94c;" glyph-name="vertical-scroll" horiz-adv-x="230" d="M230.4 844.8c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 51.2c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
87
- <glyph unicode="&#xe94d;" glyph-name="video-box" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM404.736 225.024c-28.051 0.295-50.677 23.104-50.677 51.197 0 18.638 9.959 34.951 24.846 43.906l0.231 0.129 212.736 128-136.192 80.896v-71.424c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 162.048c0.318 28.034 23.118 50.637 51.197 50.637 9.427 0 18.259-2.548 25.845-6.992l-0.242 0.131 286.72-171.776c14.875-9.135 24.646-25.314 24.646-43.776s-9.771-34.641-24.424-43.649l-0.222-0.127-285.952-171.776c-7.445-4.587-16.448-7.337-26.088-7.424h-0.024z" />
88
- <glyph unicode="&#xe94e;" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
89
- <glyph unicode="&#xe94f;" glyph-name="ihover" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
90
  </font></defs></svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="pa-dashboard" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="general-tab" horiz-adv-x="1055" d="M975.547 684.151l-337.256 239.869c-30.838 21.74-69.19 34.746-110.58 34.746s-79.742-13.006-111.192-35.155l0.613 0.409-337.495-239.869c-48.303-35.139-79.404-91.391-79.636-154.918v-402.777c0.809-104.859 85.597-189.647 190.379-190.455h134.883c67.96 0 123.053 55.093 123.053 123.053v0 214.443h158.793v-214.443c0-67.96 55.093-123.053 123.053-123.053v0h134.806c104.859 0.809 189.647 85.597 190.455 190.379v402.817c0 0.004 0 0.008 0 0.012 0 63.667-31.28 120.029-79.309 154.555l-0.567 0.388zM595.115 384.315h-134.806c0 0 0 0 0 0-67.876 0-122.916-54.956-123.052-122.8v-214.456h-146.8c0 0 0 0 0 0-43.898 0-79.5 35.518-79.636 79.384v402.753c0.012 26.6 13.062 50.149 33.107 64.603l0.235 0.161 337.495 239.869c12.826 9.108 28.804 14.56 46.055 14.56s33.229-5.452 46.303-14.728l-0.249 0.167 337.495-239.869c20.28-14.616 33.33-38.165 33.342-64.763v-402.742c-0.136-43.879-35.738-79.397-79.636-79.397 0 0 0 0 0 0h-146.8v214.443c-0.137 67.857-55.177 122.813-123.052 122.813 0 0 0 0 0 0v0z" />
11
+ <glyph unicode="&#xe901;" glyph-name="integrations" horiz-adv-x="829" d="M416.050-63.77v0c-40.321 0.003-75.437 22.283-93.712 55.202l-0.279 0.548c-33.239 62.133-65.92 114.4-101.637 164.348l3.038-4.471c-17.508 23.037-38.933 48.608-61.739 74.64-75.331 86.159-161.26 184.297-161.26 318.834 0 229.015 185.653 414.668 414.668 414.668v0c1.308 0.015 2.853 0.024 4.401 0.024 226.598 0 410.291-183.694 410.291-410.291 0-1.547-0.009-3.093-0.026-4.636l0.002 0.236c0-138.223-84.085-235.209-158.495-322.52-21.655-25.11-41.928-48.608-58.975-71.876-32.614-45.263-66.374-97.927-97.386-152.361l-4.668-8.899c-18.936-32.191-53.406-53.455-92.842-53.455-0.485 0-0.969 0.003-1.453 0.010l0.073-0.001zM414.668 856.333c-171.708-0.131-310.87-139.293-311.001-310.988v-0.013c0-95.834 69.111-174.621 135.228-250.644 24.189-27.875 47.226-53.907 67.268-81.551 35.59-49.137 70.727-105.336 102.067-163.874l3.903-7.983c40.664 66.893 79.040 122.957 120.030 176.927l-3.692-5.070c19.351 26.493 41.928 52.755 63.813 78.326 65.656 76.022 133.385 154.809 133.385 253.869 0.011 0.964 0.017 2.102 0.017 3.242 0 169.98-137.796 307.776-307.776 307.776-1.14 0-2.279-0.006-3.416-0.019l0.173 0.001zM414.668 390.522c-85.881 0-155.501 69.62-155.501 155.501s69.62 155.501 155.501 155.501c85.881 0 155.501-69.62 155.501-155.501v0c-0.131-85.828-69.673-155.37-155.488-155.501h-0.013zM414.668 597.856c-28.627 0-51.834-23.207-51.834-51.834s23.207-51.834 51.834-51.834c28.627 0 51.834 23.207 51.834 51.834v0c0 28.627-23.207 51.834-51.834 51.834v0z" />
12
+ <glyph unicode="&#xe902;" glyph-name="system-info" d="M968.034 904.489c-34.44 34.345-81.968 55.58-134.455 55.58s-100.015-21.236-134.46-55.585l0.004 0.004-599.703-599.021c-9.133-9.341-16.281-20.665-20.734-33.261l-0.196-0.637-74.167-222.955c-2.852-8.142-4.499-17.529-4.499-27.301 0-46.992 38.095-85.087 85.087-85.087 0.062 0 0.124 0 0.186 0h-0.010c0.229-0.002 0.499-0.004 0.769-0.004 9.414 0 18.458 1.584 26.881 4.5l-0.577-0.174 223.182 74.849c13.107 4.117 24.286 11.183 33.191 20.45l0.025 0.026 501.649 500.511s1.593 1.82 2.73 2.275l94.87 94.87c35.082 34.525 56.819 82.52 56.819 135.591 0 52.959-21.645 100.863-56.572 135.347l-0.020 0.020zM294.391 118.232l-168.809-56.876 56.421 170.629 460.698 459.788 112.387-113.752zM890 713.385l-56.421-55.966-112.387 112.387 55.966 56.649c14.556 14.556 34.665 23.559 56.876 23.559 44.423 0 80.435-36.012 80.435-80.435 0-22.212-9.003-42.32-23.559-56.876v0z" />
13
+ <glyph unicode="&#xe903;" glyph-name="version-control" horiz-adv-x="1005" d="M502.618 258.122c-104.867 0-189.878 85.011-189.878 189.878s85.011 189.878 189.878 189.878c104.867 0 189.878-85.011 189.878-189.878v0c-0.127-104.816-85.062-189.751-189.866-189.878h-0.012zM502.618 526.185c-43.797 0-79.302-35.505-79.302-79.302s35.505-79.302 79.302-79.302c43.797 0 79.302 35.505 79.302 79.302v0c-0.127 43.746-35.556 79.175-79.29 79.302h-0.012zM587.951-64h-170.89c-0.002 0-0.003 0-0.005 0-67.092 0-121.555 54.072-122.186 121.015v0.060c0.008 0.153 0.013 0.331 0.013 0.511 0 3.661-1.957 6.865-4.882 8.623l-0.045 0.025-11.393 6.702c-1.46 0.77-3.19 1.222-5.026 1.222s-3.567-0.452-5.086-1.251l0.060 0.029c-17.556-10.279-38.658-16.349-61.178-16.349-11.13 0-21.913 1.483-32.163 4.261l0.859-0.198c-31.923 8.658-58.032 29.161-73.853 56.384l-0.311 0.58-85.333 148.328c-10.277 17.496-16.347 38.537-16.347 60.995 0 44.924 24.287 84.175 60.448 105.339l0.576 0.312c3.946 2.044 6.615 6.062 6.701 10.711v9.171c0.001 0.066 0.002 0.144 0.002 0.222 0 4.223-2.211 7.929-5.538 10.025l-0.049 0.029c-36.9 21.437-61.316 60.777-61.316 105.819 0 22.662 6.181 43.881 16.948 62.063l-0.31-0.565 85.333 147.881c21.593 36.709 60.9 60.958 105.87 60.958 22.451 0 43.491-6.044 61.581-16.594l-0.582 0.313c1.488-0.953 3.302-1.519 5.25-1.519s3.762 0.566 5.289 1.543l-0.039-0.024 10.052 5.585c3.228 1.832 5.371 5.247 5.371 9.161 0 0.156-0.003 0.312-0.010 0.466l0.001-0.022c0.127 67.434 54.758 122.065 122.18 122.192h170.902c67.434-0.127 122.065-54.758 122.192-122.18v-0.012c-0.007-0.145-0.011-0.314-0.011-0.485 0-3.733 1.948-7.011 4.883-8.872l0.043-0.025 9.159-5.138c1.932-1.426 4.36-2.282 6.988-2.282 1.672 0 3.263 0.346 4.705 0.972l-0.077-0.030c17.482 10.227 38.492 16.265 60.913 16.265 44.927 0 84.192-24.247 105.421-60.369l0.312-0.574 85.557-147.658c10.246-17.534 16.296-38.603 16.296-61.085 0-45.013-24.251-84.363-60.401-105.695l-0.572-0.312c-4.097-1.855-6.939-5.822-7.147-10.473l-0.001-0.026v-9.159c0-0.036-0.001-0.079-0.001-0.122 0-4.24 2.316-7.939 5.753-9.901l0.056-0.029h1.34c36.655-21.605 60.861-60.883 60.861-105.814 0-22.383-6.008-43.364-16.498-61.417l0.314 0.585-85.557-147.881c-21.541-36.695-60.805-60.942-105.733-60.942-22.421 0-43.431 6.039-61.493 16.578l0.58-0.313c-1.58 0.882-3.466 1.401-5.473 1.401s-3.893-0.519-5.531-1.43l0.058 0.030-10.276-6.031c-3.224-1.833-5.364-5.246-5.364-9.157 0-0.079 0.001-0.158 0.003-0.236v0.012c-0.127-67.434-54.758-122.065-122.18-122.192h-0.012zM275.211 185.522c0.087 0 0.191 0 0.294 0 22.734 0 43.993-6.312 62.121-17.279l-0.537 0.302 8.265-4.914c36.321-21.243 60.332-60.056 60.332-104.477 0-0.73-0.006-1.459-0.019-2.187l0.002 0.109c0-6.292 5.101-11.393 11.393-11.393v0h170.89c6.292 0 11.393 5.101 11.393 11.393v0c-0.001 0.148-0.001 0.323-0.001 0.497 0 45.174 24.786 84.559 61.499 105.298l0.603 0.313 7.148 4.244c17.627 10.474 38.862 16.665 61.543 16.665s43.916-6.191 62.107-16.975l-0.564 0.31c1.689-1.013 3.726-1.612 5.904-1.612 4.206 0 7.889 2.235 9.928 5.582l0.029 0.051 86.003 149.668c1.003 1.663 1.597 3.67 1.597 5.817 0 4.163-2.232 7.804-5.565 9.792l-0.052 0.029c-37.522 21.643-62.49 61.35-62.994 106.93l-0.001 0.071v8.712c0 0.114-0.001 0.25-0.001 0.386 0 44.871 24.275 84.072 60.408 105.188l0.577 0.311c3.88 2.341 6.434 6.533 6.434 11.323 0 1.882-0.395 3.673-1.106 5.293l0.033-0.085-85.333 147.658c-2.070 3.385-5.747 5.61-9.943 5.61-1.827 0-3.555-0.422-5.093-1.173l0.069 0.030c-17.48-10.37-38.533-16.499-61.017-16.499-22.64 0-43.828 6.214-61.952 17.029l0.554-0.306-7.818 4.468c-37.331 21.218-62.101 60.718-62.101 106.004 0 0.037 0 0.074 0 0.11v-0.006c0.001 0.066 0.002 0.145 0.002 0.223 0 6.292-5.101 11.393-11.393 11.393-0.001 0-0.002 0-0.002 0h-171.783c-6.292 0-11.393-5.101-11.393-11.393v0c0-0.039 0-0.086 0-0.133 0-45.105-24.574-84.47-61.063-105.439l-0.591-0.313-5.585-3.127c-18.295-11.547-40.556-18.399-64.417-18.399-22.33 0-43.258 6.001-61.26 16.477l0.582-0.313c-1.663 1.003-3.67 1.597-5.817 1.597-4.163 0-7.804-2.232-9.792-5.565l-0.029-0.052-86.003-148.105c-0.954-1.649-1.516-3.628-1.516-5.738 0-4.166 2.193-7.82 5.488-9.87l0.049-0.029c37.778-21.271 62.899-61.080 62.995-106.765v-8.726c0 0 0-0.001 0-0.001 0-44.927-24.158-84.212-60.193-105.572l-0.568-0.311c-4.037-1.944-6.773-6.003-6.773-10.701 0-2.054 0.523-3.985 1.443-5.668l-0.031 0.062 85.333-147.881c2.43-3.214 6.246-5.269 10.542-5.269 1.839 0 3.591 0.377 5.181 1.057l-0.086-0.033c17.421 10.252 38.377 16.307 60.747 16.307 0.005 0 0.010 0 0.015 0h-0.001z" />
14
+ <glyph unicode="&#xe904;" glyph-name="white-label" horiz-adv-x="901" d="M120.783-64c-18.709 0.031-36.417 4.286-52.231 11.863l0.731-0.315c-41.244 19.404-69.284 60.613-69.284 108.372 0 0.223 0.001 0.445 0.002 0.668v-0.034 717.077c0.131 102.877 83.494 186.24 186.358 186.371h527.947c102.877-0.131 186.24-83.494 186.371-186.358v-717.089c0.001-0.188 0.002-0.411 0.002-0.633 0-47.759-28.040-88.968-68.556-108.063l-0.728-0.309c-15.089-7.219-32.789-11.468-51.473-11.547h-0.027c-0.037 0-0.080 0-0.124 0-29.357 0-56.225 10.657-76.947 28.314l0.167-0.138-202.999 169.050c-13.286 11.346-30.663 18.249-49.653 18.249s-36.367-6.903-49.759-18.337l-203.123-169.193c-20.622-17.28-47.405-27.817-76.645-27.944h-0.028zM450.338 259.32c0.029 0 0.064 0 0.098 0 45.519 0 87.226-16.318 119.591-43.424l-0.291 0.238 222.167-184.754v742.25c-0.131 42.756-34.822 77.366-77.596 77.366 0 0 0 0 0 0h-527.935c0 0 0 0 0 0-42.774 0-77.465-34.61-77.596-77.353v-741.801l222.167 184.754c32.083 26.986 73.799 43.449 119.355 43.648h0.043z" />
15
+ <glyph unicode="&#xe905;" glyph-name="widgets-and-addons" d="M282.396 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 832.114c-20.862 0-37.774-16.912-37.774-37.774v0-116.736c0 0 0 0 0-0.001 0-20.736 16.81-37.547 37.547-37.547 0.080 0 0.16 0 0.24 0.001h116.724c20.736 0 37.547 16.81 37.547 37.547v116.736c0 0.068 0.001 0.148 0.001 0.228 0 20.736-16.81 37.547-37.547 37.547 0 0-0.001 0-0.001 0v0zM858.34 511.943h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 832.114c0 0 0 0-0.001 0-20.736 0-37.547-16.81-37.547-37.547 0-0.080 0-0.16 0.001-0.24v0.012-116.736c0-20.736 16.81-37.547 37.547-37.547v0h116.736c0.068 0 0.148-0.001 0.228-0.001 20.736 0 37.547 16.81 37.547 37.547 0 0 0 0.001 0 0.001v0 116.736c0 20.862-16.912 37.774-37.774 37.774v0zM282.396-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM165.66 255.943c-0.068 0-0.148 0.001-0.228 0.001-20.736 0-37.547-16.81-37.547-37.547 0 0 0-0.001 0-0.001v0-116.736c0-20.862 16.912-37.774 37.774-37.774v0h116.736c0 0 0 0 0.001 0 20.736 0 37.547 16.81 37.547 37.547 0 0.080 0 0.16-0.001 0.24v-0.012 116.736c0 20.736-16.81 37.547-37.547 37.547v0zM858.34-64h-116.736c-91.492 0-165.66 74.169-165.66 165.66v0 116.736c0 91.492 74.169 165.66 165.66 165.66v0h116.736c91.492 0 165.66-74.169 165.66-165.66v0-116.736c0-91.492-74.169-165.66-165.66-165.66v0zM741.604 255.943c-20.736 0-37.547-16.81-37.547-37.547v0-116.736c0-0.068-0.001-0.148-0.001-0.228 0-20.736 16.81-37.547 37.547-37.547 0 0 0.001 0 0.001 0h116.736c20.862 0 37.774 16.912 37.774 37.774v0 116.736c0 0 0 0 0 0.001 0 20.736-16.81 37.547-37.547 37.547-0.080 0-0.16 0-0.24-0.001h0.012z" />
16
+ <glyph unicode="&#xe906;" glyph-name="all-widgets" d="M139.947 345.6h129.707c77.29 0 139.947-62.656 139.947-139.947v-129.707c0-77.29-62.656-139.947-139.947-139.947h-129.707c-77.29 0-139.947 62.656-139.947 139.947v129.707c0 77.29 62.656 139.947 139.947 139.947zM752.754 345.6h132.892c76.411 0 138.354-61.943 138.354-138.354v-132.892c0-76.411-61.943-138.354-138.354-138.354h-132.892c-76.411 0-138.354 61.943-138.354 138.354v132.892c0 76.411 61.943 138.354 138.354 138.354zM754.574 960h129.252c77.416 0 140.174-62.758 140.174-140.174v-129.252c0-77.416-62.758-140.174-140.174-140.174h-129.252c-77.416 0-140.174 62.758-140.174 140.174v129.252c0 77.416 62.758 140.174 140.174 140.174zM139.719 960h130.162c77.165 0 139.719-62.554 139.719-139.719v-130.162c0-77.165-62.554-139.719-139.719-139.719h-130.162c-77.165 0-139.719 62.554-139.719 139.719v130.162c0 77.165 62.554 139.719 139.719 139.719z" />
17
+ <glyph unicode="&#xe907;" glyph-name="blurbs-and-cta-widgets" d="M409.6 140.8h409.6c113.108 0 204.8 91.692 204.8 204.8v0 409.6c0 113.108-91.692 204.8-204.8 204.8v0h-409.6c-113.108 0-204.8-91.692-204.8-204.8v0-407.78c0.129-114.061 92.559-206.491 206.608-206.62h0.012zM256 38.4c-84.831 0-153.6 68.769-153.6 153.6v0 381.156c0 28.277-22.923 51.2-51.2 51.2s-51.2-22.923-51.2-51.2v0-381.156c0-141.385 114.615-256 256-256v0h381.156c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0z" />
18
+ <glyph unicode="&#xe908;" glyph-name="message" horiz-adv-x="1138" d="M849.794 960c0.15 0 0.328 0 0.506 0 158.592 0 287.19-128.421 287.478-286.946v-449.829c-0.288-158.692-128.999-287.226-287.731-287.226-0.089 0-0.178 0-0.267 0h-562.048c0 0 0 0 0 0-158.732 0-287.443 128.534-287.731 287.198v449.577c0.144 158.573 128.653 287.082 287.212 287.226h562.581zM940.31 587.062l4.551 4.551c6.487 7.616 10.432 17.57 10.432 28.444s-3.946 20.828-10.484 28.506l0.052-0.062c-7.873 8.067-18.53 13.386-30.415 14.4l-0.179 0.012c-0.733 0.044-1.591 0.069-2.454 0.069-11.353 0-21.69-4.35-29.435-11.475l0.031 0.028-256.632-203.536c-15.32-12.745-35.201-20.48-56.889-20.48s-41.568 7.735-57.034 20.597l0.145-0.117-256.126 204.8c-7.107 5.263-16.047 8.425-25.725 8.425-24.018 0-43.488-19.47-43.488-43.488 0-9.742 3.203-18.736 8.614-25.985l-0.082 0.115 7.080-7.332 258.908-202.272c30.223-24.098 68.972-38.667 111.123-38.667s80.9 14.569 111.485 38.945l-0.362-0.279z" />
19
+ <glyph unicode="&#xe909;" glyph-name="content-widgets" d="M769.138 960h-513.138c-0.068 0-0.148 0-0.228 0-141.179 0-255.643-114.383-255.772-255.532v-512.468c0-141.385 114.615-256 256-256v0h512c0.068 0 0.148 0 0.228 0 141.179 0 255.643 114.383 255.772 255.532v512.468c0.001 0.203 0.001 0.443 0.001 0.683 0 140.848-114.051 255.058-254.838 255.317h-0.025zM245.76 722.432h250.311c19.929-1.583 35.501-18.144 35.501-38.343s-15.572-36.761-35.366-38.335l-0.134-0.009h-250.311c-19.929 1.583-35.501 18.144-35.501 38.343s15.572 36.761 35.366 38.335l0.134 0.009zM245.76 486.457h348.615c21.239 0 38.457-17.218 38.457-38.457s-17.218-38.457-38.457-38.457h-347.705c-21.239 0-38.457 17.218-38.457 38.457s17.218 38.457 38.457 38.457v0zM776.647 173.113h-529.977c-19.929 1.583-35.501 18.144-35.501 38.343s15.572 36.761 35.366 38.335l0.134 0.009h529.977c0.885 0.072 1.916 0.114 2.956 0.114 21.239 0 38.457-17.218 38.457-38.457s-17.218-38.457-38.457-38.457c-1.040 0-2.071 0.041-3.091 0.122l0.134-0.009z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="image-widgets" d="M887.467-41.244v2.276c-32.732-15.692-71.14-24.909-111.688-25.031h-519.779c-141.385 0-256 114.615-256 256v0 88.292c1.221 0.551 2.271 1.238 3.199 2.059l-0.013-0.011c104.903 87.381 217.543 131.527 333.596 131.527v0c239.844 0 465.806-186.368 550.684-452.38zM773.689 960h-517.689c-141.385 0-256-114.615-256-256v0-337.92c91.377 70.78 207.13 114.129 332.93 116.048l0.439 0.005c9.33 0 19.115 0 28.217 0 104.071-6.788 199.035-40.671 279.433-94.588l-2.043 1.29c142.842-95.27 250.349-233.701 304.723-396.455l1.567-5.408c48.603 47.588 78.735 113.877 78.735 187.203 0 0.266 0 0.533-0.001 0.799v-0.041 523.378c0.009 0.817 0.015 1.781 0.015 2.747 0 141.984-114.268 257.279-255.858 258.94l-0.157 0.001zM732.729 604.103c-0.068 0-0.148 0-0.228 0-42.478 0-76.914 34.435-76.914 76.914s34.435 76.914 76.914 76.914c42.478 0 76.914-34.435 76.914-76.913v0c0 0 0 0 0 0 0-42.398-34.306-76.784-76.674-76.913h-0.013z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="off-grid-widgets" horiz-adv-x="1041" d="M883.433 676.771c77.252-4.721 140.095-60.978 154.818-134.608l0.179-1.072c1.494-8.285 2.348-17.821 2.348-27.557 0-88.015-69.798-159.728-157.063-162.806l-0.281-0.008zM813.615 900.422v-765.207c0-32.904-26.674-59.578-59.578-59.578v0h-19.316c-0.217-0.001-0.475-0.002-0.732-0.002-39.55 0-74.887 18.036-98.236 46.331l-0.173 0.216c-34.096 42.335-85.759 69.33-143.744 69.818l-0.082 0.001h-73.775v-184.087c-0.524-39.829-32.934-71.914-72.838-71.914-0.166 0-0.331 0.001-0.497 0.002h-40.237c-40.102 0-72.611 32.509-72.611 72.611v0 199.68c-135.169 41.188-231.816 164.77-231.816 310.924 0 179.173 145.249 324.422 324.422 324.422 0.171 0 0.341 0 0.512 0h166.141c57.892 0.184 109.539 26.762 143.563 68.324l0.262 0.33c23.522 28.512 58.86 46.548 98.41 46.548 0.257 0 0.514-0.001 0.771-0.002h19.976c0.046 0 0.1 0 0.155 0 6.027 0 11.815-1.023 17.2-2.904l-0.366 0.111c4.129-1.275 7.674-2.776 11.030-4.582l-0.325 0.16c18.694-9.9 31.337-29.012 31.882-51.126l0.001-0.074z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="section-addons" horiz-adv-x="1040" d="M958.122 631.996v58.712c0.012 0.794 0.019 1.732 0.019 2.671 0 50.807-20.49 96.829-53.658 130.253l0.011-0.011c-33.999 34.358-81.032 55.76-133.066 56.169h-44.458c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c148.272-1.689 267.927-121.83 268.828-270.13v-57.874c-1.653-21.358-19.39-38.063-41.029-38.063s-39.377 16.705-41.021 37.922l-0.009 0.141zM40.451 591.545c-22.236 0.258-40.194 18.215-40.451 40.427v58.737c1.436 148.794 122.197 268.906 271.104 269.291h44.187c22.432-0.124 40.629-18.078 41.144-40.403l0.001-0.048c-0.513-22.421-18.685-40.431-41.121-40.682h-44.174c-0.173 0.001-0.377 0.001-0.581 0.001-52.382 0-99.813-21.197-134.184-55.481l0.004 0.004c-33.564-33.481-54.329-79.778-54.329-130.925 0-0.617 0.003-1.234 0.009-1.849l-0.001 0.094v-57.788c-0.513-22.293-18.581-40.2-40.89-40.451h-0.024zM82.059 264.004v-58.712c-0.012-0.794-0.019-1.732-0.019-2.671 0-50.807 20.49-96.829 53.658-130.253l-0.011 0.011c34.025-34.317 81.042-55.706 133.055-56.169l0.088-0.001h44.381c0.917 0.074 1.986 0.116 3.064 0.116 22.468 0 40.683-18.214 40.683-40.683s-18.214-40.683-40.683-40.683c-1.078 0-2.147 0.042-3.204 0.124l0.14-0.009h-44.381c-148.272 1.689-267.927 121.83-268.828 270.13v57.874c1.653 21.358 19.39 38.063 41.029 38.063s39.377-16.705 41.021-37.922l0.009-0.141zM999.729 303.53c21.921-0.243 39.689-17.687 40.45-39.457l0.002-0.070v-58.712c-1.435-148.713-122.065-268.775-270.86-269.291h-44.431c-0.917-0.074-1.986-0.116-3.064-0.116-22.468 0-40.683 18.214-40.683 40.683s18.214 40.683 40.683 40.683c1.078 0 2.147-0.042 3.204-0.124l-0.14 0.009h44.381c0.132 0 0.289-0.001 0.446-0.001 52.352 0 99.752 21.198 134.087 55.479l-0.002-0.002c33.564 33.481 54.329 79.778 54.329 130.925 0 0.617-0.003 1.234-0.009 1.849l0.001-0.094v57.788c0.388 22.345 18.53 40.325 40.902 40.451h0.012zM693.454 159.061h-346.727c-63.831 0-115.576 51.745-115.576 115.576v0 346.727c0 63.831 51.745 115.576 115.576 115.576v0h346.727c63.831 0 115.576-51.745 115.576-115.576v0-346.727c0-63.831-51.745-115.576-115.576-115.576v0z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="social-feed-widgets" horiz-adv-x="939" d="M201.751 562.774v-551.902c-21.080-23.819-51.721-38.764-85.853-38.781h-0.003c-0.001 0-0.002 0-0.003 0-63.692 0-115.383 51.378-115.891 114.95v393.239c-0.012 0.646-0.020 1.407-0.020 2.171 0 54.302 36.022 100.19 85.474 115.073l0.851 0.22c8.944 2.498 19.216 3.934 29.822 3.934 33.959 0 64.48-14.72 85.531-38.127l0.093-0.105zM936.35 449.793l-75.769-376.827c-11.775-77.927-78.28-136.972-158.576-136.972-6.684 0-13.272 0.409-19.741 1.204l0.776-0.078-334.011 37.66c-28.037 3.383-52.344 17.15-69.362 37.278l-0.13 0.158c-3.592 3.918-7.048 8.157-10.252 12.589l-0.284 0.412v548.764l315.405 351.944c18.456 20.934 45.334 34.071 75.281 34.071 18.145 0 35.164-4.823 49.844-13.257l-0.488 0.258c31.606-17.508 52.648-50.663 52.648-88.733 0-16.699-4.049-32.453-11.218-46.333l0.265 0.565-89.667-181.352c-2.259-4.153-3.587-9.095-3.587-14.348 0-16.759 13.522-30.359 30.251-30.486h0.012l145.709-5.604c58.524-2.688 104.955-50.788 104.955-109.734 0-7.494-0.75-14.813-2.18-21.885l0.119 0.704z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="table-and-chars-widgets" d="M750.933 960c174.080 0 273.067-98.759 273.067-273.067v0-477.867c0-174.080-98.759-273.067-273.067-273.067h-477.867c-174.308 0-273.067 98.759-273.067 273.067v0 477.867c0 174.308 98.759 273.067 273.067 273.067h477.867zM547.954 769.536c-7.012 4.634-15.616 7.393-24.865 7.393-25.135 0-45.511-20.376-45.511-45.511 0-1.803 0.105-3.581 0.309-5.33l-0.020 0.213v-558.876c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v558.876c0.169 1.472 0.265 3.178 0.265 4.906 0 16.023-8.28 30.112-20.795 38.221l-0.178 0.108zM297.188 595.911c-6.846 4.341-15.182 6.918-24.121 6.918s-17.275-2.577-24.307-7.028l0.187 0.11c-13.056-8.153-21.614-22.443-21.614-38.732 0-1.586 0.081-3.153 0.239-4.697l-0.016 0.194v-379.335c0-25.135 20.376-45.511 45.511-45.511s45.511 20.376 45.511 45.511v0 0 379.108c0.156 1.415 0.245 3.056 0.245 4.718 0 16.298-8.567 30.595-21.444 38.634l-0.192 0.112zM775.054 403.399c-6.897 4.429-15.315 7.061-24.348 7.061s-17.451-2.632-24.53-7.17l0.182 0.109c-12.851-7.762-21.31-21.655-21.31-37.523 0-2.014 0.136-3.997 0.4-5.938l-0.025 0.226v-179.996c2.39-23.1 21.751-40.961 45.283-40.961 0.080 0 0.16 0 0.24 0.001h-0.012c0.068 0 0.148-0.001 0.228-0.001 23.532 0 42.893 17.861 45.267 40.765l0.016 0.195v179.769c0.142 1.35 0.223 2.918 0.223 4.504 0 16.289-8.558 30.579-21.422 38.62l-0.191 0.112z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="testimonials-and-reviews-widgets" d="M512 960c0.379 0.001 0.827 0.002 1.276 0.002 282.77 0 512-229.23 512-512s-229.23-512-512-512c-87.909 0-170.643 22.155-242.924 61.186l2.715-1.341h-1.593c-15.246 6.144-27.534 17.067-41.87 24.121-8.435 3.656-18.258 5.783-28.578 5.783-7.749 0-15.219-1.199-22.233-3.422l0.521 0.142c-29.627-10.816-68.275-22.231-107.704-31.635l-7.894-1.589c-20.48 0-26.624 11.833-26.624 31.858 10.827 47.474 23.027 87.476 37.679 126.274l-2.18-6.58c2.107 6.024 3.323 12.969 3.323 20.197 0 11.030-2.833 21.398-7.811 30.417l0.164-0.325-10.24 19.797c-36.341 67.827-57.787 148.346-58.026 233.851v3.262c0 282.77 229.23 512 512 512v0zM747.975 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c-0.129 36.143-29.393 65.407-65.524 65.536h-0.012zM512 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536c36.195 0 65.536 29.341 65.536 65.536v0c0 0.068 0 0.148 0 0.228 0 36.069-29.24 65.308-65.308 65.308-0.080 0-0.16 0-0.24 0h0.012zM276.025 513.081c-36.195 0-65.536-29.341-65.536-65.536s29.341-65.536 65.536-65.536v0c36.195 0 65.536 29.341 65.536 65.536s-29.341 65.536-65.536 65.536v0z" />
26
+ <glyph unicode="&#xe910;" glyph-name="license" horiz-adv-x="1126" d="M1105.819 838.282l-101.011 101.011c-13.132 12.989-31.197 21.014-51.137 21.014s-38.005-8.024-51.143-21.020l0.006 0.006-389.65-388.64c-50.306 32.934-111.928 52.528-178.127 52.528-0.411 0-0.821-0.001-1.232-0.002h0.064c-0.075 0-0.164 0-0.253 0-184.236 0-333.589-149.353-333.589-333.589s149.353-333.589 333.589-333.589c184.236 0 333.589 149.353 333.589 333.589v0c0.001 0.246 0.001 0.536 0.001 0.827 0 66.395-19.59 128.215-53.305 179.995l0.778-1.275 194.951 194.951 43.94-44.95c12.797-13.214 30.688-21.427 50.499-21.465h1.775c39.744 0.006 71.96 32.226 71.96 71.97 0 20.060-8.207 38.203-21.446 51.255l-0.009 0.008-44.697 45.202 42.93 41.667 50.506-50.506c12.076-9.487 27.497-15.215 44.256-15.215 39.748 0 71.97 32.222 71.97 71.97 0 16.759-5.728 32.179-15.333 44.411l0.118-0.156zM334.599 80.698c-104.6 0-189.396 84.796-189.396 189.396s84.795 189.396 189.396 189.396c104.6 0 189.396-84.795 189.396-189.396 0-0.089 0-0.178 0-0.266v0.014c0-0.075 0-0.165 0-0.254 0-104.74-84.908-189.648-189.648-189.648-0.266 0-0.533 0.001-0.799 0.002h0.041z" />
27
+ <glyph unicode="&#xe911;" glyph-name="features" horiz-adv-x="1064" d="M939.316 664.578h-213.171c-0.028 0-0.060-0.001-0.093-0.001-3.25 0-6.004 2.124-6.95 5.059l-0.014 0.052-66.433 204.167c-12.581 37.642-41.549 66.769-78.209 79.313l-0.878 0.261c-11.92 4.287-25.674 6.766-40.008 6.766-20.217 0-39.282-4.931-56.059-13.655l0.675 0.319c-29.697-15.083-52.142-40.853-62.53-72.124l-0.253-0.88-68.137-204.654c-0.958-2.991-3.714-5.118-6.967-5.118-0.117 0-0.234 0.003-0.35 0.008l0.016-0.001h-215.605c-0.235 0.002-0.514 0.003-0.793 0.003-68.677 0-124.35-55.673-124.35-124.35 0-41.587 20.415-78.406 51.77-100.982l0.369-0.253 173.506-126.297c2.116-1.518 3.479-3.971 3.479-6.742 0-0.805-0.115-1.584-0.33-2.32l0.015 0.058-64-203.437c-3.758-11.367-5.926-24.452-5.926-38.043 0-69.080 56-125.080 125.080-125.080 27.656 0 53.216 8.976 73.925 24.173l-0.349-0.244 170.342 126.053c1.262 0.865 2.822 1.381 4.502 1.381s3.24-0.516 4.529-1.398l-0.028 0.018 173.506-126.297c20.191-14.941 45.507-24.024 72.93-24.334l0.073-0.001c27.502 0.257 52.832 9.351 73.34 24.573l-0.336-0.238c31.469 22.6 51.725 59.091 51.725 100.313 0 14.089-2.366 27.625-6.723 40.233l0.26-0.865-64.487 203.924c-0.205 0.676-0.324 1.453-0.324 2.257 0 2.524 1.164 4.776 2.985 6.248l0.015 0.012 173.506 126.297c31.625 22.887 51.961 59.685 51.961 101.232 0 68.811-55.782 124.593-124.593 124.593-0.131 0-0.261 0-0.392-0.001h0.020zM273.521 62.54l66.433 205.141c4.011 11.65 6.327 25.075 6.327 39.041 0 41.343-20.295 77.946-51.466 100.389l-0.367 0.251-173.992 125.81c-1.743 1.439-2.845 3.6-2.845 6.018 0 0.894 0.151 1.754 0.428 2.554l-0.017-0.055c1.020 2.723 3.6 4.626 6.625 4.626 0.066 0 0.132-0.001 0.198-0.003h219.001c54.246 1.214 99.873 36.781 116.066 85.748l0.253 0.884 67.163 204.167c0.77 2.39 2.673 4.212 5.059 4.855l0.051 0.012c0.624 0.18 1.34 0.283 2.080 0.283 3.445 0 6.368-2.237 7.394-5.338l0.016-0.055 66.19-204.411c16.788-49.711 62.53-85.066 116.679-86.142l0.127-0.002h216.335c3.147-0.013 5.789-2.157 6.56-5.063l0.011-0.048c0.242-0.696 0.382-1.497 0.382-2.332 0-2.441-1.198-4.602-3.038-5.927l-0.022-0.015-174.722-126.297c-31.537-22.694-51.832-59.297-51.832-100.64 0-13.966 2.316-27.39 6.584-39.911l-0.258 0.87 66.677-205.141c0.223-0.607 0.352-1.308 0.352-2.039 0-2.235-1.205-4.188-3-5.246l-0.028-0.015c-1.287-0.916-2.891-1.465-4.624-1.465s-3.336 0.548-4.648 1.481l0.025-0.017-173.749 126.297c-20.134 15.072-45.49 24.186-72.969 24.334h-0.035c-27.272-0.124-52.548-8.567-73.448-22.92l0.444 0.288-173.506-128.487c-1.311-0.97-2.96-1.552-4.745-1.552s-3.434 0.582-4.767 1.567l0.022-0.015c-2.291 1.13-3.839 3.449-3.839 6.13 0 0.858 0.158 1.678 0.448 2.434l-0.016-0.047z" />
28
+ <glyph unicode="&#xe912;" glyph-name="lock" horiz-adv-x="667" d="M481.773 619.979c34.602-14.925 64.441-33.175 91.268-54.985l-0.704 0.554v157.271c-0.132 130.857-106.11 236.917-236.924 237.181h-3.731c-130.839-0.264-236.818-106.324-236.949-237.168v-157.284c26.124 21.257 55.962 39.506 88.093 53.474l2.471 0.957c8.802 3.706 18.067 7.18 27.1 10.191v92.649c0 0 0 0 0 0 0 65.926 53.378 119.385 119.273 119.517h3.719c65.954-0.132 119.385-53.562 119.517-119.504v-92.662c8.802-3.011 18.067-6.485 26.868-10.191zM0 269.304c0.237-183.9 149.371-332.888 333.304-332.888 184.079 0 333.304 149.225 333.304 333.304 0 140.401-86.812 260.527-209.686 309.628l-2.247 0.793c-35.851 14.347-77.407 22.669-120.907 22.669-184.242 0-333.618-149.284-333.767-333.491v-0.014zM247.604 336.706c0.653 46.962 38.876 84.781 85.932 84.781 47.463 0 85.939-38.476 85.939-85.939 0-0.407-0.003-0.814-0.008-1.22l0.001 0.061c0-0.084 0.001-0.182 0.001-0.281 0-5.063-0.506-10.008-1.47-14.787l0.080 0.476c-4.352-24.623-18.676-45.255-38.565-57.93l-0.347-0.207c-6.868-4.103-11.396-11.498-11.396-19.951 0-1.712 0.186-3.38 0.538-4.986l-0.028 0.153 25.478-120.907c0.177-0.766 0.278-1.645 0.278-2.548 0-6.524-5.289-11.813-11.813-11.813-0.016 0-0.033 0-0.049 0h-97.741c-0.014 0-0.030 0-0.046 0-6.524 0-11.813 5.289-11.813 11.813 0 0.903 0.101 1.782 0.293 2.627l-0.015-0.079 25.942 120.907c0.388 1.587 0.61 3.409 0.61 5.282 0 8.304-4.37 15.587-10.935 19.676l-0.098 0.057c-20.602 12.808-35.16 33.681-39.305 58.099l-0.070 0.501c-0.861 4.86-1.365 10.469-1.39 16.191v0.022z" />
29
+ <glyph unicode="&#xe913;" glyph-name="alert-box" horiz-adv-x="992" d="M987.392 79.104c-8.324-17.678-25.991-29.696-46.465-29.696-0.045 0-0.089 0-0.134 0h-329.209c-4.149-60.371-54.139-107.772-115.2-107.772s-111.051 47.401-115.18 107.413l-0.020 0.359h-329.728c-0.038 0-0.082 0-0.127 0-20.474 0-38.142 12.018-46.333 29.384l-0.132 0.312c-2.971 6.289-4.705 13.661-4.705 21.439 0 12.65 4.587 24.228 12.189 33.162l-0.060-0.073c67.072 78.336 99.84 186.368 99.84 318.464v108.288c0.234 53.87 10.74 105.22 29.659 152.283l-0.987-2.779c7.952 18.591 26.087 31.381 47.208 31.381 28.277 0 51.2-22.923 51.2-51.2 0-6.109-1.070-11.969-3.033-17.401l0.113 0.357c-13.548-33.354-21.516-72.032-21.76-112.542v-108.386c0.155-5.219 0.243-11.359 0.243-17.519 0-103.194-24.78-200.6-68.714-286.592l1.655 3.568h696.832c-42.279 82.425-67.059 179.831-67.059 283.025 0 6.16 0.088 12.3 0.264 18.418l-0.020-0.899v108.288c0 163.84-128 297.216-281.6 297.216-80.494-0.042-152.754-35.258-202.25-91.11l-0.246-0.282c-9.47-10.568-23.162-17.187-38.4-17.187-28.438 0-51.491 23.053-51.491 51.491 0 13.2 4.967 25.24 13.134 34.353l-0.043-0.049c68.984 76.751 168.489 124.89 279.243 125.184h0.053c211.2 0 384-179.2 384-399.616v-108.288c0-132.864 33.536-240.128 100.608-318.464 7.244-8.766 11.637-20.12 11.637-32.5 0-8.006-1.838-15.584-5.114-22.333l0.133 0.304z" />
30
+ <glyph unicode="&#xe914;" glyph-name="animated-gradients" horiz-adv-x="826" d="M825.6 360.96c0.102-3.432 0.161-7.47 0.161-11.52 0-228.123-184.758-413.094-412.8-413.44h-0.033c-228.075 0.346-412.833 185.317-412.833 413.44 0 4.051 0.058 8.089 0.174 12.112l-0.013-0.592c1.13 27.404 23.621 49.193 51.2 49.193 28.3 0 51.241-22.941 51.241-51.241 0-0.72-0.015-1.437-0.044-2.15l0.003 0.102c-0.060-2.287-0.095-4.98-0.095-7.68 0-171.495 138.905-310.546 310.344-310.784h0.023c171.462 0.238 310.367 139.289 310.367 310.784 0 2.701-0.034 5.393-0.103 8.077l0.008-0.397c-10.24 244.736-231.68 430.848-310.272 489.216-61.44-45.312-208.384-167.68-275.712-334.080-5.12-12.544-9.728-25.6-13.824-38.4-6.736-20.947-26.050-35.84-48.842-35.84-0.019 0-0.038 0-0.057 0h0.003c-5.484 0.014-10.767 0.855-15.737 2.405l0.377-0.101c-20.981 6.716-35.905 26.046-35.905 48.862 0 5.497 0.866 10.793 2.47 15.756l-0.101-0.362c4.864 15.36 10.496 30.976 16.64 46.080 94.464 233.984 314.88 384 340.992 400.128l2.304 1.536 3.84 2.304 3.84 1.792 5.632 1.792c1.978 0.854 4.296 1.564 6.704 2.016l0.208 0.032h7.168c1.422 0.181 3.067 0.284 4.736 0.284s3.314-0.103 4.929-0.303l-0.193 0.020c0.654 0.112 1.408 0.176 2.176 0.176s1.522-0.064 2.255-0.187l-0.079 0.011c1.729-0.308 3.275-0.842 4.699-1.579l-0.091 0.043c2.054-0.622 3.836-1.405 5.499-2.37l-0.123 0.066 5.888-3.584c34.816-24.832 368.896-251.392 382.976-591.616z" />
31
+ <glyph unicode="&#xe915;" glyph-name="background-transition" d="M512 199.424c-137.285 0-248.576 111.291-248.576 248.576s111.291 248.576 248.576 248.576c137.285 0 248.576-111.291 248.576-248.576v0c-0.291-137.168-111.409-248.285-248.548-248.576h-0.028zM512 594.176c-80.731 0-146.176-65.445-146.176-146.176s65.445-146.176 146.176-146.176c80.731 0 146.176 65.445 146.176 146.176v0c0 80.731-65.445 146.176-146.176 146.176v0zM512 755.2c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM512-64c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0zM153.6 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM972.8 396.8h-102.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h102.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM764.928 649.728c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM186.112 70.912c-0.012 0-0.027 0-0.041 0-28.277 0-51.2 22.923-51.2 51.2 0 14.212 5.791 27.072 15.142 36.349l72.707 72.707c9.271 9.271 22.078 15.004 36.224 15.004 28.293 0 51.228-22.936 51.228-51.228 0-14.146-5.734-26.953-15.004-36.224v0l-72.704-72.704c-9.276-9.33-22.119-15.104-36.311-15.104-0.014 0-0.029 0-0.043 0h0.002zM259.072 649.728c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004v0l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002zM837.888 70.912c-0.012 0-0.026 0-0.041 0-14.192 0-27.035 5.774-36.309 15.102l-72.706 72.706c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l72.704-72.704c9.354-9.28 15.145-22.14 15.145-36.352 0-28.277-22.923-51.2-51.2-51.2-0.014 0-0.029 0-0.043 0h0.002z" />
32
+ <glyph unicode="&#xe916;" glyph-name="behance-feed" d="M921.6 686.592h-265.984v66.56h265.984zM515.072 413.184c16.129-26.372 25.68-58.288 25.68-92.435 0-1.884-0.029-3.761-0.087-5.63l0.007 0.274c0.033-1.338 0.052-2.915 0.052-4.495 0-37.644-10.691-72.792-29.203-102.571l0.479 0.827c-26.295-43.778-69.259-75.257-119.9-85.809l-1.188-0.207c-26.73-5.71-57.441-8.98-88.916-8.98-1.501 0-2.999 0.007-4.496 0.022l0.229-0.002h-297.728v666.112h318.464q120.576-1.792 171.008-70.912c18.955-27.17 30.286-60.884 30.286-97.244 0-1.813-0.028-3.619-0.084-5.419l0.006 0.263c0.104-2.101 0.164-4.562 0.164-7.037 0-34.446-11.512-66.204-30.898-91.636l0.27 0.369c-14.164-15.607-31.163-28.349-50.225-37.468l-0.975-0.42c32.103-10.808 58.534-31.359 76.464-58.092l0.336-0.532zM153.6 517.888h138.24c1.644-0.074 3.572-0.116 5.51-0.116 23.558 0 45.664 6.215 64.769 17.095l-0.646-0.339c16.549 11.512 27.245 30.436 27.245 51.858 0 2.384-0.132 4.736-0.39 7.051l0.026-0.285c0.24 2.010 0.377 4.337 0.377 6.697 0 24.378-14.625 45.341-35.58 54.593l-0.382 0.15c-21.301 6.7-45.795 10.56-71.191 10.56-1.972 0-3.939-0.023-5.9-0.070l0.291 0.005h-122.368zM402.944 324.864c0.136 1.654 0.213 3.581 0.213 5.525 0 29.396-17.696 54.66-43.016 65.719l-0.462 0.18c-17.993 7.338-38.87 11.597-60.741 11.597-1.776 0-3.546-0.028-5.309-0.084l0.258 0.006h-140.288v-179.2h139.264c0.381-0.003 0.831-0.005 1.282-0.005 23.308 0 45.404 5.192 65.194 14.482l-0.94-0.396c26.295 14.463 43.817 41.982 43.817 73.594 0 3.385-0.201 6.723-0.591 10.003l0.038-0.397zM1020.928 433.408c2.383-20.017 3.743-43.2 3.743-66.701 0-9.945-0.243-19.833-0.725-29.658l0.054 1.384h-344.32c-0.111-1.89-0.175-4.1-0.175-6.325 0-38.958 19.468-73.369 49.207-94.036l0.376-0.247c18.274-11.292 40.428-17.983 64.145-17.983 1.389 0 2.773 0.023 4.152 0.069l-0.201-0.005c1.226-0.053 2.664-0.082 4.109-0.082 24.532 0 47.050 8.627 64.684 23.013l-0.185-0.146c10.601 8.834 19.216 19.658 25.342 31.941l0.258 0.571h126.208c-5.523-34.381-21.612-64.291-44.775-87.016l-0.025-0.024c-41.573-43.242-99.909-70.105-164.519-70.105-5.165 0-10.29 0.172-15.37 0.51l0.689-0.037c-0.994-0.014-2.168-0.022-3.344-0.022-62.153 0-119.132 22.149-163.476 58.985l0.42-0.339c-48.128 39.424-72.192 102.4-72.192 191.232q0 124.416 65.024 190.464c41.049 41.065 97.766 66.465 160.415 66.465 3.005 0 5.996-0.058 8.973-0.174l-0.428 0.013c1.251 0.021 2.726 0.033 4.205 0.033 38.754 0 75.591-8.209 108.867-22.983l-1.712 0.679c33.859-15.807 61.507-40.085 80.953-70.161l0.455-0.751c19.108-27.935 32.438-61.308 37.491-97.336l0.141-1.224zM896 421.888c-0.339 29.803-13.048 56.572-33.222 75.466l-0.058 0.054c-18.512 15.954-42.793 25.67-69.344 25.67-1.362 0-2.717-0.026-4.066-0.076l0.195 0.006c-1.181 0.051-2.567 0.080-3.959 0.080-26.804 0-51.089-10.784-68.754-28.249l0.009 0.009c-18.191-19.387-30.505-44.484-33.983-72.326l-0.065-0.634z" />
33
+ <glyph unicode="&#xe917;" glyph-name="charts" d="M417.536-64c-228.348 5.805-411.243 192.296-411.243 421.504s182.895 415.698 410.706 421.493l0.538 0.011c28.277 0 51.2-22.923 51.2-51.2v0-318.464h314.88c28.277 0 51.2-22.923 51.2-51.2v0c0.004-0.687 0.006-1.499 0.006-2.312 0-230.973-186.516-418.384-417.148-419.832l-0.138-0.001zM366.336 671.488c-150.508-27.256-263.166-157.285-263.166-313.626 0-174.442 140.255-316.126 314.148-318.435l0.218-0.002c156.431 0.852 285.928 115.088 310.535 264.661l0.249 1.835h-310.784c-28.277 0-51.2 22.923-51.2 51.2v0zM972.8 486.912h-366.080c-28.277 0-51.2 22.923-51.2 51.2v0 370.688c0 28.277 22.923 51.2 51.2 51.2v0c230.769-1.45 417.284-188.86 417.284-419.832 0-0.633-0.001-1.265-0.004-1.897v0.097c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0zM657.92 589.312h259.584c-21.95 134.407-125.709 239.377-257.664 262.884l-1.92 0.284z" />
34
+ <glyph unicode="&#xe918;" glyph-name="content-switcher" d="M712.192 742.4h-400.384c-1.401 0.023-3.054 0.036-4.71 0.036-166.884 0-302.687-133.071-307.090-298.893l-0.009-0.408c4.411-166.229 140.214-299.3 307.098-299.3 1.656 0 3.309 0.013 4.958 0.039l-0.249-0.003h400.384c1.401-0.023 3.054-0.036 4.71-0.036 166.884 0 302.687 133.071 307.090 298.893l0.009 0.408c-4.411 166.229-140.214 299.3-307.098 299.3-1.656 0-3.309-0.013-4.958-0.039l0.249 0.003zM712.192 242.176h-400.384c-1.382-0.034-3.010-0.053-4.643-0.053-111.776 0-202.638 89.546-204.762 200.814l-0.003 0.199c2.127 111.467 92.989 201.013 204.765 201.013 1.633 0 3.261-0.019 4.884-0.057l-0.241 0.004h400.384c1.382 0.034 3.010 0.053 4.643 0.053 111.776 0 202.638-89.546 204.762-200.814l0.003-0.199c-2.127-111.467-92.989-201.013-204.765-201.013-1.633 0-3.261 0.019-4.884 0.057l0.241-0.004zM843.52 443.136c0-70.268-59.371-127.232-132.608-127.232s-132.608 56.964-132.608 127.232c0 70.268 59.371 127.232 132.608 127.232s132.608-56.964 132.608-127.232z" />
35
+ <glyph unicode="&#xe919;" glyph-name="divider" d="M701.184 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 501.76h269.056c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-269.056c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM565.76 547.84v-199.68c0-29.691-24.069-53.76-53.76-53.76s-53.76 24.069-53.76 53.76v199.68c0 29.691 24.069 53.76 53.76 53.76s53.76-24.069 53.76-53.76z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="facebook-feed-1" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512v0h8.96v398.592h-110.080v128h110.080v94.72c0 109.312 66.816 168.96 164.352 168.96 0.851 0.003 1.859 0.005 2.868 0.005 33.709 0 66.983-1.861 99.725-5.487l-4.033 0.363v-114.432h-67.072c-52.992 0-63.488-25.6-63.488-62.208v-81.408h128l-16.384-128h-111.616v-379.392c215.808 63.424 370.688 259.681 370.688 492.113 0 0.062 0 0.123 0 0.185v-0.009z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="facebook-feed-2" horiz-adv-x="553" d="M532.736 960h-132.864c-148.736 0-245.504-99.072-245.504-251.904v-116.224h-133.632c-11.483-0.144-20.736-9.487-20.736-20.99 0-0.001 0-0.001 0-0.002v0-168.448c0-11.452 9.284-20.736 20.736-20.736h133.632v-424.704c0-0.007 0-0.016 0-0.025 0-11.233 8.824-20.406 19.918-20.965l0.050-0.002h174.336c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 424.704h156.16c0 0 0.001 0 0.002 0 11.504 0 20.846 9.253 20.99 20.722v168.462c-0.056 5.788-2.39 11.020-6.147 14.851l0.003-0.003c-3.815 3.776-9.055 6.117-14.843 6.144h-156.165v98.304c0 47.36 11.52 71.424 72.96 71.424h90.368c11.483 0.144 20.736 9.487 20.736 20.99 0 0.001 0 0.001 0 0.002v0 156.16c0.004 0.152 0.006 0.332 0.006 0.512 0 11.452-9.284 20.736-20.736 20.736-0.002 0-0.004 0-0.007 0v0z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="facebook-messenger-chat" horiz-adv-x="1016" d="M508.16 960c-281.6 0-508.16-212.224-508.16-474.112 1.31-150.237 74.076-283.21 185.921-366.748l1.215-0.868v-182.272l170.496 97.024c43.79-12.85 94.098-20.242 146.132-20.242 1.546 0 3.090 0.007 4.633 0.020l-0.237-0.002c281.6 0 508.16 212.224 508.16 474.112s-226.56 473.088-508.16 473.088zM559.36 325.632l-130.304 136.96-249.088-136.96 273.92 290.048 131.072-134.4 246.528 134.4z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="facebook-reviews" d="M313.344-44.544c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003c-9.193-9.374-21.948-15.226-36.071-15.36h-7.193zM362.24-8.448c-1.808-6.862-5.091-12.801-9.506-17.702l0.034 0.038c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381zM985.344 564.992c-29.427 34.25-72.791 55.808-121.19 55.808-0.054 0-0.109 0-0.163 0h-203.256v152.064c-0.289 89.278-72.729 161.539-162.047 161.539-0.36 0-0.72-0.001-1.080-0.004h0.055c-0.171 0.001-0.374 0.002-0.576 0.002-54.741 0-100.149-39.957-108.651-92.296l-0.085-0.634c-17.401-103.302-47.984-195.899-90.434-281.571l2.626 5.859-18.944-38.4h-160.512c-66.875 0-121.088-54.213-121.088-121.088v0-329.728c0-66.875 54.213-121.088 121.088-121.088v0h192.256c0.012 0 0.026 0 0.041 0 14.065 0 26.805 5.671 36.058 14.851l-0.003-0.003 3.328 3.584c4.071 5.003 7.302 10.881 9.366 17.283l0.106 0.381c1.462 4.385 2.306 9.433 2.306 14.678 0 0.15-0.001 0.299-0.002 0.448v-0.023 456.96l27.904 57.856c43.986 87.809 77.774 189.682 96.1 296.831l0.924 6.529c0.723 4.138 4.289 7.244 8.581 7.244 0.405 0 0.803-0.028 1.193-0.081l-0.045 0.005c32.66 0 59.136-26.476 59.136-59.136v0-203.264c0-28.277 22.923-51.2 51.2-51.2v0h254.464c0.015 0 0.033 0 0.052 0 17.429 0 33.057-7.707 43.665-19.898l0.060-0.070c8.98-9.973 14.473-23.241 14.473-37.791 0-3.016-0.236-5.977-0.69-8.865l0.041 0.32-53.76-342.528c-4.741-29.188-29.764-51.2-59.928-51.2-0.081 0-0.163 0-0.244 0h-351.731c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h351.744c0.229-0.001 0.499-0.002 0.77-0.002 81.147 0 148.384 59.551 160.395 137.334l0.115 0.908 53.248 342.528c1.139 7.176 1.789 15.451 1.789 23.878 0 39.967-14.631 76.516-38.828 104.585l0.175-0.208zM102.4 76.544v329.728c0 10.321 8.367 18.688 18.688 18.688v0h141.056v-367.104h-141.056c-10.321 0-18.688 8.367-18.688 18.688v0z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="google-reviews" horiz-adv-x="1003" d="M512 521.327h483.441c4.978-25.633 7.876-55.155 7.976-85.336v-0.083c0.041-2.472 0.064-5.389 0.064-8.312 0-90.976-22.485-176.7-62.201-251.919l1.417 2.944c-40.134-75.121-99.112-135.586-170.742-176.397l-2.155-1.13c-71.446-40.366-156.884-64.151-247.877-64.151-3.308 0-6.609 0.031-9.903 0.094l0.494-0.007c-0.609-0.003-1.329-0.004-2.050-0.004-71.309 0-139.146 14.862-200.585 41.656l3.238-1.258c-63.637 26.44-118.043 62.856-163.975 107.885l0.084-0.082c-45.204 45.719-81.931 99.933-107.558 160.015l-1.274 3.361c-25.542 58.847-40.401 127.387-40.401 199.397s14.859 140.551 41.677 202.722l-1.276-3.325c26.9 63.443 63.628 117.657 108.879 163.425l-0.047-0.048c45.668 45.291 99.897 82.033 160.034 107.571l3.343 1.261c58.2 25.537 126.038 40.398 197.347 40.398 0.721 0 1.441-0.002 2.161-0.005h-0.111c2.575 0.049 5.611 0.077 8.654 0.077 129.937 0 247.94-51.099 335.008-134.299l-0.185 0.175-139.449-134.046c-50.634 49.245-119.851 79.612-196.16 79.612-2.767 0-5.524-0.040-8.272-0.119l0.404 0.009c-0.679 0.005-1.482 0.009-2.286 0.009-57.888 0-111.998-16.174-158.058-44.249l1.341 0.759c-95.41-57.522-158.235-160.595-158.235-278.341 0-0.558 0.001-1.115 0.004-1.672v0.086c-0.002-0.471-0.004-1.029-0.004-1.586 0-117.747 62.825-220.82 156.782-277.527l1.453-0.814c44.719-27.316 98.83-43.49 156.717-43.49 0.804 0 1.606 0.003 2.409 0.009l-0.123-0.001c2.12-0.047 4.618-0.074 7.122-0.074 35.546 0 69.834 5.387 102.091 15.39l-2.439-0.651c30.543 9.619 57.11 23.286 80.777 40.67l-0.761-0.533c20.712 15.883 38.662 33.833 54.041 53.862l0.504 0.683c13.43 17.224 25.003 36.895 33.846 57.994l0.631 1.696c6.285 14.746 11.462 32.014 14.698 49.956l0.225 1.501h-290.734z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="horizontal-scroll" d="M1024 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM627.2 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
42
+ <glyph unicode="&#xe920;" glyph-name="hover-box" horiz-adv-x="817" d="M813.824 717.312l-3.072-6.4c-0.853-2.067-1.974-3.845-3.346-5.396l0.018 0.020c-1.478-2.095-2.991-3.933-4.627-5.652l0.019 0.020-165.632-172.544c-8.842-9.276-21.277-15.058-35.063-15.104h-0.009c-13.619 0.132-25.865 5.901-34.538 15.081l-0.022 0.023c-8.923 9.426-14.41 22.184-14.41 36.224s5.487 26.798 14.433 36.248l-0.023-0.024 81.92 85.248h-460.8c-50.328-1.28-90.637-42.383-90.637-92.9 0-0.55 0.005-1.099 0.014-1.647l-0.001 0.082v-207.872c0-0.012 0-0.027 0-0.041 0-27.557-21.77-50.029-49.050-51.156l-0.102-0.003c-27.382 1.13-49.152 23.602-49.152 51.159 0 0.014 0 0.029 0 0.043v-0.002 207.872c-0.022 1.081-0.034 2.355-0.034 3.632 0 105.227 84.090 190.814 188.738 193.228l0.225 0.004h460.8l-81.92 85.248c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c8.715 9.323 21.087 15.133 34.816 15.133s26.101-5.81 34.791-15.106l0.025-0.027 162.048-169.216c1.34-0.998 2.515-2.092 3.56-3.3l0.024-0.028 5.376-6.656 2.048-3.328c0.871-1.608 1.816-3.63 2.658-5.705l0.158-0.439c2.466-6.070 3.897-13.112 3.897-20.488 0-6.602-1.146-12.935-3.251-18.813l0.122 0.39zM813.824 717.312c2.128 5.673 3.36 12.228 3.36 19.072s-1.232 13.399-3.486 19.458l0.126-0.386c2.272-5.41 3.592-11.699 3.592-18.296 0-0.318-0.003-0.635-0.009-0.952l0.001 0.047c0-0.037 0-0.081 0-0.125 0-6.776-1.316-13.244-3.707-19.163l0.123 0.344zM818.176 513.28v-207.872c0.022-1.081 0.034-2.355 0.034-3.632 0-105.227-84.090-190.814-188.738-193.228l-0.225-0.004h-460.8l81.92-85.248c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002c-8.715-9.323-21.087-15.133-34.816-15.133s-26.101 5.81-34.791 15.106l-0.025 0.027-166.4 172.544-5.376 6.656-2.048 3.328c-1.078 1.936-2.195 4.296-3.172 6.727l-0.156 0.441c-2.128 5.673-3.36 12.228-3.36 19.072s1.232 13.399 3.486 19.458l-0.126-0.386 3.072 6.4c0.853 2.067 1.974 3.845 3.346 5.396l-0.018-0.020c1.478 2.095 2.991 3.933 4.627 5.652l-0.019-0.020 3.584 3.328 162.048 169.216c8.748 9.255 21.109 15.015 34.816 15.015s26.068-5.76 34.795-14.992l0.021-0.023c8.923-9.426 14.41-22.184 14.41-36.224s-5.487-26.798-14.433-36.248l0.023 0.024-81.92-85.248h460.8c50.328 1.28 90.637 42.383 90.637 92.9 0 0.55-0.005 1.099-0.014 1.647l0.001-0.082v207.616c0 27.146 22.006 49.152 49.152 49.152s49.152-22.006 49.152-49.152v0zM3.584 140.8c-2.681 5.539-4.353 12.017-4.605 18.857l-0.003 0.087c-0.004 0.229-0.006 0.5-0.006 0.771 0 6.532 1.223 12.778 3.453 18.522l-0.119-0.349c-1.717-5.129-2.707-11.035-2.707-17.172 0-7.462 1.465-14.583 4.122-21.089l-0.135 0.373z" />
43
+ <glyph unicode="&#xe921;" glyph-name="icon-box" d="M1017.344 600.064l-171.008 286.72c-8.275 13.36-22.81 22.155-39.407 22.272h-588.817c-0.209 0.003-0.456 0.005-0.704 0.005-16.738 0-31.415-8.826-39.629-22.078l-0.115-0.199-41.984-70.912c-4.095-6.702-6.519-14.811-6.519-23.486 0-16.618 8.895-31.158 22.184-39.118l0.207-0.115c6.609-4.020 14.6-6.4 23.147-6.4 0.052 0 0.105 0 0.157 0h-0.008c0.004 0 0.009 0 0.014 0 16.506 0 30.973 8.727 39.040 21.818l0.114 0.198 28.928 48.64h269.056c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077v-1.792l61.44-195.072h-56.064c-1.024 0.082-2.218 0.128-3.423 0.128-25.308 0-45.824-20.516-45.824-45.824s20.516-45.824 45.824-45.824c1.205 0 2.398 0.046 3.579 0.138l-0.157-0.010h60.416c-29.44-115.2-74.24-291.584-100.608-395.008l-387.072 445.696 49.152 81.92c4.031 6.698 6.416 14.782 6.416 23.424 0 25.387-20.581 45.968-45.968 45.968-16.746 0-31.4-8.954-39.436-22.336l-0.116-0.208-65.792-110.336c-4.2-6.767-6.689-14.976-6.689-23.767 0-11.391 4.18-21.806 11.090-29.795l-0.049 0.058 464.128-533.76c2.54-3.3 5.404-6.164 8.595-8.623l0.109-0.081h1.28c0.32-0.613 0.862-1.072 1.518-1.275l0.018-0.005 2.56-1.536c0.264-0.115 0.572-0.181 0.896-0.181s0.632 0.067 0.911 0.187l-0.015-0.006c1.204-0.999 2.675-1.718 4.29-2.038l0.062-0.010c0.346-0.066 0.745-0.105 1.152-0.105s0.806 0.038 1.192 0.111l-0.040-0.006h8.704c0.846-0.115 1.823-0.181 2.816-0.181s1.97 0.066 2.928 0.193l-0.112-0.012h7.936c2.184 0.261 4.173 0.802 6.032 1.59l-0.144-0.054h7.168l2.56 1.536c0.627 0.293 1.145 0.729 1.528 1.268l0.008 0.012c3.857 2.668 7.152 5.801 9.909 9.37l0.075 0.102 465.92 533.504c6.861 7.931 11.041 18.346 11.041 29.737 0 8.791-2.489 17-6.801 23.962l0.112-0.195zM604.16 216.064c18.432 73.216 44.288 174.592 80.128 315.392h193.536zM680.96 622.848l-60.416 194.56h160.512l116.48-195.072zM524.8 817.408h-12.8c0.19-0.003 0.414-0.005 0.638-0.005 4.161 0 8.168 0.657 11.923 1.874l-0.274-0.077zM414.208 530.944h-25.6c-1.024-0.082-2.218-0.128-3.423-0.128-25.308 0-45.824 20.516-45.824 45.824s20.516 45.824 45.824 45.824c1.205 0 2.398-0.046 3.579-0.138l-0.157 0.010h25.6c1.024 0.082 2.218 0.128 3.423 0.128 25.308 0 45.824-20.516 45.824-45.824s-20.516-45.824-45.824-45.824c-1.205 0-2.398 0.046-3.579 0.138l0.157-0.010z" />
44
+ <glyph unicode="&#xe922;" glyph-name="image-accordion" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h204.8v-673.792h-204.8zM409.6 780.8h204.8v-673.792h-204.8zM921.6 107.008h-204.8v673.792h204.8z" />
45
+ <glyph unicode="&#xe923;" glyph-name="image-comparison" d="M972.8 883.2h-921.6c-28.277 0-51.2-22.923-51.2-51.2v0-776.192c0-28.277 22.923-51.2 51.2-51.2v0h921.6c28.277 0 51.2 22.923 51.2 51.2v0 776.192c0 28.277-22.923 51.2-51.2 51.2v0zM102.4 780.8h358.4v-234.496c-37.365-19.557-62.424-58.052-62.424-102.4s25.060-82.843 61.791-102.098l0.633-0.302v-233.728h-358.4zM921.6 107.008h-358.4v234.496c37.365 19.557 62.424 58.052 62.424 102.4s-25.060 82.843-61.791 102.098l-0.633 0.302v234.496h358.4z" />
46
+ <glyph unicode="&#xe924;" glyph-name="image-hotspots" d="M1013.248 300.8l-371.456 611.072c-13.171 21.338-36.424 35.345-62.949 35.345-31.533 0-58.442-19.796-68.979-47.638l-0.168-0.507-81.408-220.16c-2.232-5.535-3.527-11.953-3.527-18.674 0-28.277 22.923-51.2 51.2-51.2 22.218 0 41.13 14.152 48.215 33.933l0.112 0.357 60.928 164.608 310.784-510.72-281.6 32.512-142.080 230.4c-6.846 11.049-17.646 19.094-30.382 22.202l-0.338 0.070h-6.4c-2.001 0.367-4.304 0.577-6.656 0.577s-4.655-0.21-6.891-0.612l0.235 0.035c-7.397-0.938-14.069-3.387-19.92-7.033l0.208 0.121-332.8-202.752c-41.525-25.053-68.866-69.925-68.866-121.183 0-26.712 7.425-51.689 20.323-72.981l-0.354 0.629 59.904-98.816c25.23-40.968 69.837-67.869 120.728-67.869 27.103 0 52.424 7.63 73.932 20.86l-0.613-0.351 200.96 121.856 40.96-67.584c2.932-4.782 4.669-10.572 4.669-16.768 0-17.919-14.526-32.445-32.445-32.445-11.723 0-21.994 6.218-27.695 15.535l-0.081 0.142-12.544 20.736c-7.063 7.884-17.275 12.822-28.641 12.822-21.208 0-38.4-17.192-38.4-38.4 0-5.174 1.023-10.109 2.878-14.613l-0.093 0.255 12.544-20.48c19.597-30.953 53.657-51.205 92.447-51.205 0.349 0 0.698 0.002 1.046 0.005h-0.053c60.099 0.173 108.751 48.933 108.751 109.056 0 20.914-5.887 40.452-16.094 57.049l0.271-0.473-40.96 67.584 55.808 33.792 345.088-39.68c2.017-0.196 4.359-0.308 6.728-0.308 40.719 0 73.728 33.009 73.728 73.728 0 13.698-3.736 26.524-10.244 37.513l0.187-0.342zM221.184 121.6c-5.76-3.595-12.754-5.726-20.247-5.726-13.905 0-26.095 7.342-32.906 18.36l-0.096 0.166-59.904 97.792c-3.493 5.721-5.562 12.643-5.562 20.047 0 13.984 7.377 26.245 18.451 33.105l0.167 0.096 291.584 176.896 102.4-163.84z" />
47
+ <glyph unicode="&#xe925;" glyph-name="image-layers" d="M897.28 960h-512c-70.692 0-128-57.308-128-128v0-124.16h-129.28c-70.14-0.724-126.72-57.751-126.72-127.994 0-0.002 0-0.005 0-0.007v0-515.84c0-70.692 57.308-128 128-128v0h510.72c70.14 0.724 126.72 57.751 126.72 127.994 0 0.002 0 0.005 0 0.007v0 124.16h131.84c70.692 0 128 57.308 128 128v0 515.84c0 0.002 0 0.004 0 0.006 0 70.692-57.308 128-128 128-0.45 0-0.899-0.002-1.348-0.007l0.068 0.001zM664.064 64c0-14.138-11.462-25.6-25.6-25.6v0h-510.464c-14.138 0-25.6 11.462-25.6 25.6v0 516.096c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0zM921.6 315.904c0-14.138-11.462-25.6-25.6-25.6v0h-130.56v289.792c0 0.002 0 0.004 0 0.006 0 70.242-56.58 127.27-126.651 127.993l-0.069 0.001h-278.784v123.904c0 14.138 11.462 25.6 25.6 25.6v0h512c14.138 0 25.6-11.462 25.6-25.6v0z" />
48
+ <glyph unicode="&#xe926;" glyph-name="instagram-feed" d="M1021.185 659.019c-0.751 44.832-9.132 87.479-23.895 127.015l0.861-2.63c-13.62 35.496-33.821 65.731-59.321 90.547l-0.056 0.054c-24.912 25.418-55.137 45.527-88.888 58.541l-1.713 0.581c-37.011 14.227-79.807 22.877-124.502 23.796l-0.394 0.006c-54.77 3.071-72.174 3.071-211.403 3.071s-156.121 0-210.891-2.815c-44.715-0.687-87.285-8.98-126.762-23.634l2.633 0.856c-35.667-13.843-66.001-34.392-90.768-60.307l-0.089-0.094c-25.341-24.913-45.37-55.142-58.289-88.889l-0.576-1.712c-14.394-36.776-23.062-79.333-23.798-123.819l-0.004-0.31c-3.327-54.77-3.327-72.174-3.327-211.147s0-156.633 3.071-211.147c0.852-44.813 9.509-87.354 24.663-126.668l-0.86 2.539c13.561-35.564 33.676-65.878 59.083-90.82l0.038-0.037c24.854-25.809 55.081-46.253 88.901-59.556l1.7-0.589c36.769-14.089 79.281-22.725 123.667-23.793l0.462-0.009c54.77-1.792 72.174-1.792 211.147-1.792s156.377 0 211.147 2.815c44.715 0.687 87.285 8.98 126.762 23.634l-2.633-0.856c69.708 27.177 123.825 81.295 150.389 149.222l0.613 1.781c14.268 36.775 22.923 79.313 23.796 123.758l0.006 0.371c1.792 54.514 1.792 71.918 1.792 211.147s0 156.377-2.559 210.891zM929.048 241.076c-0.489-34.304-6.923-66.959-18.313-97.185l0.653 1.976c-17.676-44.72-52.476-79.436-96.104-96.601l-1.152-0.399c-28.172-10.979-60.775-17.438-94.86-17.659h-0.093c-54.002-2.559-70.382-3.071-206.796-3.071s-153.562 0-207.052 3.071c-34.177 0.222-66.781 6.681-96.819 18.294l1.867-0.635c-23.095 8.559-42.768 21.564-58.829 38.097l-0.036 0.038c-16.478 16.157-29.466 35.81-37.769 57.763l-0.366 1.102c-10.747 28.17-17.182 60.739-17.657 94.748l-0.002 0.205c-2.303 53.747-2.815 70.126-2.815 207.308s0 153.562 2.815 206.796c0.444 34.209 6.883 66.781 18.308 96.9l-0.648-1.947c8.59 23.126 21.686 42.807 38.339 58.816l0.051 0.049c16.098 16.57 35.77 29.575 57.781 37.78l1.084 0.354c28.172 10.979 60.775 17.438 94.86 17.659h0.093c54.002 2.559 70.382 3.071 206.796 3.071s153.562 0 206.796-3.071c34.263-0.2 66.957-6.662 97.079-18.295l-1.871 0.636c23.005-8.567 42.593-21.571 58.567-38.091l0.042-0.044c16.646-16.096 29.731-35.765 38.031-57.779l0.359-1.086c10.747-28.17 17.182-60.739 17.657-94.748l0.002-0.205c2.303-54.002 2.815-70.126 2.815-206.796s-0.512-153.562-2.815-207.052zM511.872 710.974c-145.197-0.146-262.846-117.885-262.846-263.102 0-145.307 117.795-263.102 263.102-263.102s263.102 117.795 263.102 263.102c0 0.090 0 0.18 0 0.27v-0.014c0 0 0 0 0 0 0 145.166-117.68 262.846-262.846 262.846-0.18 0-0.36 0-0.54-0.001h0.028zM511.872 277.419c-94.28 0-170.709 76.429-170.709 170.709s76.429 170.709 170.709 170.709c94.28 0 170.709-76.429 170.709-170.709v0c0-94.28-76.429-170.709-170.709-170.709v0zM846.892 721.468c0-33.924-27.501-61.425-61.425-61.425s-61.425 27.501-61.425 61.425c0 33.924 27.501 61.425 61.425 61.425v0c0.076 0 0.166 0.001 0.256 0.001 33.783 0 61.169-27.386 61.169-61.169 0-0.090 0-0.18-0.001-0.27v0.014z" />
49
+ <glyph unicode="&#xe927;" glyph-name="ken-burns" d="M896-64h-768c-70.692 0-128 57.308-128 128v0 768c0 70.692 57.308 128 128 128v0h278.528c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-278.528c-14.138 0-25.6-11.462-25.6-25.6v0-768c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 228.352c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-228.352c0-70.692-57.308-128-128-128v0zM1024 908.8v-369.664c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 246.272l-373.504-373.504c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 373.504 373.504h-212.48c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h335.872c1.46 0.187 3.15 0.294 4.864 0.294s3.404-0.107 5.062-0.314l-0.198 0.020c3.44-0.752 6.434-1.721 9.294-2.943l-0.334 0.127 8.192-4.352s0 0 0 0c2.731-2.113 5.151-4.208 7.451-6.426l-0.027 0.026c2.192-2.273 4.287-4.693 6.249-7.222l0.151-0.202s0 0 0 0c1.384-2.23 2.835-4.916 4.138-7.685l0.214-0.507s0 0 0 0c2.406-3.393 4.477-7.281 6.028-11.423l0.116-0.353c0.207-1.538 0.325-3.315 0.325-5.12s-0.118-3.582-0.347-5.325l0.022 0.205z" />
50
+ <glyph unicode="&#xe928;" glyph-name="lottie-section-background" d="M972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 921.6c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-921.6c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 857.6v-819.2h819.2v819.2zM782.080 648.96c-1.865-26.75-24.022-47.744-51.083-47.744-2.207 0-4.381 0.14-6.514 0.41l0.253-0.026h-1.536c-20.277-0.815-38.332-9.698-51.158-23.506l-0.042-0.046c-39.624-37.719-72.674-81.886-97.557-130.899l-1.259-2.733c-5.632-10.24-11.264-20.224-16.64-30.464-14.848-25.6-29.696-53.504-45.568-79.872-30.788-53.58-70.537-98.474-117.675-134.109l-1.109-0.803c-25.659-18.893-57.89-30.236-92.771-30.236-1.045 0-2.088 0.010-3.129 0.030l0.156-0.002c-17.084 0.379-32.471 7.342-43.786 18.442l0.010-0.010c-7.369 8.172-11.878 19.049-11.878 30.978 0 1.080 0.037 2.152 0.11 3.213l-0.008-0.143c1.795 26.812 23.983 47.88 51.092 47.88 2.567 0 5.089-0.189 7.555-0.554l-0.279 0.034h1.536c20.277 0.815 38.332 9.698 51.158 23.506l0.042 0.046c39.624 37.719 72.674 81.886 97.557 130.899l1.259 2.733c5.632 10.24 11.264 20.224 16.64 30.464 14.848 25.6 29.696 53.504 45.568 79.872 30.788 53.58 70.537 98.474 117.675 134.109l1.109 0.803c25.659 18.893 57.89 30.236 92.771 30.236 1.045 0 2.088-0.010 3.129-0.030l-0.156 0.002c17.084-0.379 32.471-7.342 43.786-18.442l-0.010 0.010c6.802-8.012 10.938-18.473 10.938-29.9 0-1.46-0.068-2.905-0.2-4.331l0.014 0.183z" />
51
+ <glyph unicode="&#xe929;" glyph-name="magic-section" d="M1008.896 872.704l-249.856-250.112h176.64c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-300.288c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020c-2.679 0.362-5.098 0.99-7.393 1.867l0.225-0.075-6.656 2.816h-1.792c-2.050 0.972-3.815 2.082-5.431 3.371l0.055-0.043-5.632 4.864c-1.715 1.716-3.31 3.554-4.769 5.499l-0.095 0.133c-1.246 1.561-2.356 3.326-3.257 5.211l-0.071 0.165c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c-0.96 1.827-1.911 4.026-2.707 6.297l-0.109 0.359c-0.602 1.671-1.219 3.813-1.716 6l-0.076 0.4c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207v302.848c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-176.64l248.064 249.856c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l0.002 0.002zM439.808 324.608v-300.288c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 176.64l-250.112-249.856c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002 249.856 250.112h-176.64c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h300.288c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020 6.4-1.792 6.656-2.816h1.792c2.050-0.972 3.815-2.082 5.431-3.371l-0.055 0.043 5.632-4.864c1.715-1.716 3.31-3.554 4.769-5.499l0.095-0.133c1.246-1.561 2.356-3.326 3.257-5.211l0.071-0.165c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c0.96-1.827 1.911-4.026 2.707-6.297l0.109-0.359c0.602-1.671 1.219-3.813 1.716-6l0.076-0.4c1.383-3.697 2.3-7.973 2.555-12.427l0.005-0.117zM439.808 871.68v-300.288c0.181-1.498 0.284-3.233 0.284-4.992s-0.103-3.494-0.304-5.199l0.020 0.207c-0.573-2.587-1.19-4.729-1.919-6.818l0.127 0.418c-0.905-2.63-1.856-4.829-2.95-6.941l0.134 0.285c0.040-0.269 0.063-0.58 0.063-0.896s-0.023-0.627-0.067-0.931l0.004 0.035c-0.972-2.050-2.082-3.815-3.371-5.431l0.043 0.055c-1.554-2.078-3.149-3.916-4.864-5.632v0l-5.632-4.864c-1.561-1.246-3.326-2.356-5.211-3.257l-0.165-0.071h-1.792l-6.656-2.816c-2.070-0.802-4.489-1.43-6.998-1.773l-0.17-0.019c-1.46-0.187-3.15-0.294-4.864-0.294s-3.404 0.107-5.062 0.314l0.198-0.020h-302.336c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h176.64l-249.856 247.552c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l-0.002-0.002c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002 250.112-249.856v176.64c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0zM1008.896-48.896c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l0.002-0.002-250.112 249.856v-176.64c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 300.288c-0.181 1.498-0.284 3.233-0.284 4.992s0.103 3.494 0.304 5.199l-0.020-0.207c0.573 2.587 1.19 4.729 1.919 6.818l-0.127-0.418c0.874 2.817 1.83 5.191 2.95 7.469l-0.134-0.301c-0.040 0.269-0.063 0.58-0.063 0.896s0.023 0.627 0.067 0.931l-0.004-0.035c0.972 2.050 2.082 3.815 3.371 5.431l-0.043-0.055c1.554 2.078 3.149 3.916 4.864 5.632v0l5.632 4.864c1.561 1.246 3.326 2.356 5.211 3.257l0.165 0.071h1.792l6.656 2.816 6.4 1.792c1.498 0.181 3.233 0.284 4.992 0.284s3.494-0.103 5.199-0.304l-0.207 0.020h302.848c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-176.64l249.856-250.112c8.608-9.139 13.899-21.488 13.899-35.072s-5.29-25.933-13.923-35.098l0.024 0.026z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="multi-scroll" d="M432.64 610.304c-9.267-9.277-22.075-15.016-36.224-15.016s-26.957 5.739-36.224 15.016v0l-85.248 85.248v-625.408c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 625.408l-85.248-85.248c-9.041-8.188-21.091-13.199-34.312-13.199-28.277 0-51.2 22.923-51.2 51.2 0 13.285 5.059 25.388 13.357 34.487l-0.036-0.040 169.216 168.96c0.988 0.925 2.076 1.769 3.238 2.507l0.090 0.053c2.027 1.945 4.197 3.791 6.475 5.502l0.181 0.13 3.328 2.048c2.081 1.748 4.436 3.284 6.965 4.519l0.203 0.089c5.657 2.248 12.212 3.551 19.072 3.551s13.415-1.303 19.431-3.676l-0.359 0.125 6.4-3.328c2.067-0.853 3.845-1.974 5.396-3.346l-0.020 0.018 5.632-4.864 3.328-3.584 169.216-168.96c9.125-9.241 14.761-21.946 14.761-35.967 0-14.149-5.739-26.957-15.017-36.224v0zM223.744 870.4c0.037 0 0.081 0 0.125 0 6.776 0 13.244-1.316 19.163-3.707l-0.344 0.123c-5.528 2.137-11.924 3.375-18.61 3.375-6.937 0-13.563-1.333-19.636-3.757l0.357 0.126c5.59 2.428 12.101 3.84 18.942 3.84 0.001 0 0.001 0 0.002 0v0zM1008.896 206.592l-172.544-171.52c-1.996-2.046-4.172-3.897-6.51-5.535l-0.146-0.097-3.328-2.048c-1.759-1.132-3.783-2.165-5.91-2.992l-0.234-0.080c-2.526-1.095-5.52-2.064-8.62-2.753l-0.34-0.063c-2.924-0.649-6.283-1.021-9.728-1.021s-6.804 0.372-10.038 1.078l0.31-0.057c-3.574 0.708-6.664 1.592-9.645 2.699l0.429-0.139-6.4 3.328c-2.067 0.853-3.845 1.974-5.396 3.346l0.020-0.018-6.912 4.352-172.544 171.52c-9.271 9.271-15.004 22.078-15.004 36.224 0 28.293 22.936 51.228 51.228 51.228 14.146 0 26.953-5.734 36.224-15.004l85.248-85.248v625.408c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-625.408l85.248 85.248c9.4 10.31 22.887 16.753 37.88 16.753 28.277 0 51.2-22.923 51.2-51.2 0-15.056-6.499-28.594-16.844-37.963l-0.044-0.039z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="parallax" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="particles" horiz-adv-x="1010" d="M878.080 237.056v4.096l-94.208 435.2c0.069 0.423 0.108 0.911 0.108 1.408s-0.039 0.985-0.115 1.46l0.007-0.052c36.629 29.186 59.899 73.792 59.899 123.833 0 87.234-70.718 157.952-157.952 157.952s-157.952-70.718-157.952-157.952c0-0.425 0.002-0.849 0.005-1.274v0.065c0-0.101 0-0.221 0-0.34 0-15.864 2.433-31.161 6.948-45.535l-0.291 1.075-281.088-249.088c-23.858 14.002-52.545 22.272-83.163 22.272-0.013 0-0.026 0-0.039 0h0.002c-94.021 0-170.24-76.219-170.24-170.24s76.219-170.24 170.24-170.24v0c0.207-0.001 0.453-0.001 0.699-0.001 37.1 0 71.373 12.104 99.085 32.579l-0.455-0.321 440.32-162.56c13.692-70.478 74.921-122.958 148.406-122.958 83.417 0 151.040 67.623 151.040 151.040 0 76.713-57.19 140.068-131.26 149.756l-0.762 0.081zM684.288 857.6c0.076 0 0.166 0.001 0.256 0.001 31.529 0 57.088-25.559 57.088-57.088s-25.559-57.088-57.088-57.088c-31.529 0-57.088 25.559-57.088 57.087v0c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0v0zM100.864 359.936c0.18 38.179 31.171 69.060 69.375 69.060 18.952 0 36.129-7.599 48.65-19.917l-0.009 0.009 3.84-4.096c10.32-12.049 16.61-27.815 16.64-45.050v-0.006c-0.064-16.947-6.041-32.486-15.974-44.673l0.102 0.129-3.84-4.352c-12.538-12.459-29.818-20.16-48.896-20.16-38.293 0-69.34 31.024-69.376 69.309v0.003zM727.296 160.768l-395.52 145.92c5.501 15.884 8.686 34.191 8.704 53.24v0.008c-0.092 27.138-6.51 52.755-17.854 75.484l0.446-0.988 267.776 239.616c25.385-18.72 57.285-29.961 91.809-29.961 0.573 0 1.146 0.003 1.718 0.009l-0.087-0.001h3.328l92.16-424.704c-0.070-0.614-0.11-1.327-0.11-2.048s0.040-1.434 0.117-2.134l-0.008 0.086c-21.923-13.591-39.658-31.982-52.092-53.789l-0.388-0.739zM859.136 37.12c-28.27 0.009-51.184 22.929-51.184 51.2 0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-0.45-0.006-0.899-0.017-1.346l0.001 0.066c-0.715-27.721-23.357-49.92-51.184-49.92-0.006 0-0.011 0-0.017 0h0.001z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="preview-window" d="M718.336-64h-564.736c-84.831 0-153.6 68.769-153.6 153.6v0 564.736c0 84.831 68.769 153.6 153.6 153.6v0h355.84c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-355.84c-28.277 0-51.2-22.923-51.2-51.2v0-564.736c0-28.277 22.923-51.2 51.2-51.2v0h564.736c28.277 0 51.2 22.923 51.2 51.2v0 354.304c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-354.304c0-84.831-68.769-153.6-153.6-153.6v0zM820.736 553.472c-0.229-0.001-0.499-0.001-0.769-0.001-111.566 0-202.059 90.224-202.494 201.688v3.882c0 112.26 91.004 203.264 203.264 203.264s203.264-91.004 203.264-203.264v0-3.84c-0.436-111.505-90.929-201.729-202.495-201.729-0.271 0-0.541 0.001-0.811 0.002h0.042zM820.736 857.6c-0.307 0.003-0.669 0.005-1.032 0.005-54.692 0-99.113-43.976-99.831-98.498l-0.001-0.068v-3.84c0-55.706 45.158-100.864 100.864-100.864s100.864 45.158 100.864 100.864v0 3.84c-0.719 54.589-45.14 98.565-99.832 98.565-0.363 0-0.725-0.002-1.087-0.006h0.055z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="tables" d="M966.144 960h-908.288c-31.953 0-57.856-25.903-57.856-57.856v0-908.288c0-31.953 25.903-57.856 57.856-57.856v0h908.288c31.953 0 57.856 25.903 57.856 57.856v0 908.288c0 31.953-25.903 57.856-57.856 57.856v0zM418.56 844.288h186.88v-187.136h-186.88zM418.56 541.44h186.88v-186.88h-186.88zM302.848 51.712h-187.136v187.136h187.136zM302.848 354.56h-187.136v186.88h187.136zM302.848 657.152h-187.136v187.136h187.136zM605.44 51.712h-186.88v187.136h186.88zM908.288 51.712h-187.136v187.136h187.136zM908.288 354.56h-187.136v186.88h187.136zM908.288 657.152h-187.136v187.136h187.136z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="tabs" d="M972.8 532.48h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 634.88h819.2v222.72h-819.2zM972.8-64h-921.6c-28.277 0-51.2 22.923-51.2 51.2v0 325.12c0 28.277 22.923 51.2 51.2 51.2v0h921.6c28.277 0 51.2-22.923 51.2-51.2v0-325.12c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h819.2v222.72h-819.2z" />
58
+ <glyph unicode="&#xe930;" glyph-name="trustpilot" d="M195.584-39.424l119.808 374.528-315.392 227.328 389.888 2.816 122.112 369.152 119.296-369.152 392.704-2.816-512-369.152-316.416-232.704zM832-36.864l-320 230.144 221.696 61.44 98.304-291.584z" />
59
+ <glyph unicode="&#xe931;" glyph-name="twitter-feed" d="M322.048 38.4c386.304 0 597.76 320 597.76 597.76 0 8.96 0 17.92 0 27.136 41.023 30.13 75.596 66.169 103.222 107.268l0.97 1.532c-35.109-16.142-75.839-27.862-118.577-33.081l-1.999-0.199c43.321 26.458 75.94 66.791 91.98 114.721l0.436 1.503c-38.467-23.22-83.226-40.975-130.898-50.732l-2.734-0.468c-38.48 41.26-93.16 66.981-153.847 66.981-116.077 0-210.176-94.099-210.176-210.176 0-17.133 2.050-33.786 5.918-49.729l-0.295 1.437c-174.874 9.249-328.64 92.418-431.795 218.582l-0.845 1.066c-18.199-30.472-28.959-67.211-28.959-106.463 0-72.791 37.004-136.939 93.226-174.659l0.757-0.478c-34.967 0.923-67.551 10.298-96.041 26.144l1.065-0.544v-2.56c0.591-100.815 72.070-184.766 167.084-204.562l1.364-0.238c-15.949-4.402-34.263-6.932-53.168-6.932-1.018 0-2.034 0.007-3.049 0.022l0.153-0.002c-14.1 0.109-27.804 1.501-41.090 4.067l1.41-0.227c27.752-84.096 104.81-144.061 196.135-145.917l0.217-0.003c-70.634-55.776-160.879-89.566-259.006-89.856h-0.066c-0.057 0-0.125 0-0.193 0-17.97 0-35.702 1.023-53.139 3.014l2.132-0.198c90.704-59.076 201.703-94.209 320.908-94.209 0.401 0 0.801 0 1.202 0.001h-0.062z" />
60
+ <glyph unicode="&#xe932;" glyph-name="unfold" d="M1024 448c0-28.277-22.923-51.2-51.2-51.2v0h-409.6v-409.6c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 409.6h-409.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h409.6v409.6c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-409.6h409.6c28.277 0 51.2-22.923 51.2-51.2v0z" />
61
+ <glyph unicode="&#xe933;" glyph-name="whatsapp-chat" horiz-adv-x="1019" d="M870.4 811.264c-91.866 92.1-218.903 149.081-359.249 149.081-280.225 0-507.392-227.167-507.392-507.392 0-93.548 25.317-181.184 69.472-256.429l-1.295 2.388-71.936-262.912 268.8 70.656c70.087-38.943 153.7-61.891 242.669-61.952h0.019c280.104 0.348 507.038 227.496 507.038 507.648 0 140.159-56.801 267.051-148.639 358.914l0.001-0.001zM512 30.464v0c-0.009 0-0.019 0-0.029 0-79.439 0-153.744 21.982-217.163 60.196l1.896-1.060-15.36 8.96-159.744-41.984 42.752 155.648-9.984 15.872c-40.423 63.543-64.423 140.968-64.423 223.998 0 232.861 188.771 421.632 421.632 421.632s421.632-188.771 421.632-421.632c0-232.442-188.093-420.953-420.376-421.63h-0.065zM742.4 346.368c-12.8 6.4-75.008 37.12-86.528 41.216s-20.224 6.4-28.672-6.4-32.768-41.216-40.192-49.664-14.592-9.472-27.392-3.072c-39.436 15.796-73.35 37.052-102.739 63.273l0.339-0.297c-27.318 25.263-50.755 54.159-69.686 86.044l-0.97 1.764c-7.424 12.544 0 18.688 5.632 25.6 11.043 12.806 21.504 26.932 30.885 41.806l0.859 1.458c1.721 3.231 2.732 7.065 2.732 11.136s-1.011 7.905-2.795 11.266l0.063-0.13c-3.328 6.4-28.672 68.608-39.168 94.208s-20.736 21.248-28.416 21.76h-24.32c-13.568-0.331-25.66-6.382-34.005-15.822l-0.043-0.050c-27.463-25.963-44.557-62.648-44.557-103.324 0-0.665 0.005-1.329 0.014-1.992l-0.001 0.1c4.336-49.989 22.916-94.95 51.609-131.615l-0.409 0.543c6.4-8.448 89.6-136.448 216.576-191.488 18.463-7.996 42.51-16.704 67.087-24.195l5.361-1.405c15.146-4.835 32.567-7.622 50.639-7.622 10.328 0 20.444 0.91 30.271 2.655l-1.039-0.153c24.32 3.584 75.008 30.72 85.504 60.416 5.598 12.575 8.858 27.248 8.858 42.682 0 6.173-0.521 12.224-1.523 18.111l0.089-0.633c-3.072 5.376-11.776 8.448-24.32 14.848z" />
62
+ <glyph unicode="&#xe934;" glyph-name="yelp-reviews" horiz-adv-x="784" d="M289.792 301.056c23.635 7.12 40.616 28.539 40.96 53.976v0.040c0.146 1.563 0.23 3.38 0.23 5.217 0 24.667-15.038 45.822-36.446 54.797l-0.392 0.146-46.336 18.944c-168.192 69.376-168.704 69.376-179.2 69.376-0.438 0.013-0.954 0.021-1.471 0.021-18.86 0-35.338-10.197-44.222-25.379l-0.131-0.242c-20.736-33.024-25.6-121.856-19.712-171.008 1.117-17.27 5.247-33.305 11.871-47.972l-0.351 0.868c8.084-16.521 24.361-27.919 43.393-28.923l0.127-0.005h1.28c9.728 0 25.6 4.608 163.328 49.408l67.072 20.736zM370.176 267.52c-6.839 2.977-14.805 4.708-23.176 4.708-18.048 0-34.216-8.050-45.109-20.756l-0.067-0.080-32-37.888c-117.504-137.984-117.76-139.008-121.6-149.504-1.922-5.083-3.035-10.96-3.035-17.096 0-1.642 0.080-3.266 0.235-4.867l-0.016 0.203c1.159-11.353 5.708-21.468 12.604-29.512l-0.060 0.072c27.136-32.768 141.312-76.8 194.048-76.8 1.686-0.134 3.65-0.211 5.632-0.211s3.946 0.077 5.89 0.227l-0.258-0.016c18.8 2.767 34.093 15.418 40.586 32.417l0.118 0.351c3.584 10.24 3.584 11.008 4.096 173.568 0 0 0 64.768 0 68.096 0.032 0.711 0.050 1.546 0.050 2.384 0 24.854-16.026 45.964-38.308 53.562l-0.398 0.118zM765.184 240.384c-8.704 6.4-9.216 6.656-163.584 57.344l-64.768 22.272c-5.741 2.138-12.373 3.375-19.295 3.375-18.685 0-35.263-9.017-45.622-22.936l-0.108-0.151c-9.107-10.384-14.663-24.080-14.663-39.074 0-11.496 3.266-22.229 8.921-31.322l-0.146 0.252 25.6-42.496c94.976-153.6 96.256-155.136 104.704-162.048 8.213-6.388 18.672-10.242 30.032-10.242 0.152 0 0.304 0.001 0.455 0.002h-0.023c0.093-0.001 0.203-0.001 0.313-0.001 7.659 0 14.943 1.601 21.537 4.488l-0.346-0.135c42.752 16.896 128 125.952 135.168 171.52 0.555 2.829 0.872 6.083 0.872 9.41 0 16.285-7.603 30.795-19.453 40.172l-0.107 0.082zM512.512 371.2h3.584c0.924-0.176 1.986-0.277 3.072-0.277s2.148 0.101 3.178 0.294l-0.106-0.017c7.424 2.816 23.040 6.656 47.872 12.544v0c175.872 42.496 176.896 43.264 186.624 49.664 13.486 9.356 22.205 24.759 22.205 42.199 0 1.547-0.069 3.077-0.203 4.589l0.014-0.195s0 2.304 0 3.072c-4.864 47.104-81.152 159.488-121.6 179.2-6.976 3.795-15.277 6.026-24.099 6.026-10.577 0-20.405-3.207-28.564-8.702l0.183 0.116c-9.216-6.144-9.216-6.144-105.472-137.728l-40.704-55.296c-7.512-9.483-12.050-21.619-12.050-34.816 0-12.296 3.941-23.672 10.628-32.934l-0.114 0.166c10.945-16.98 29.76-28.063 51.164-28.063 1.544 0 3.075 0.058 4.59 0.171l-0.202-0.012zM388.864 921.088c-5.462 18.62-20.382 32.775-39.068 37.051l-0.356 0.069c-48.64 11.776-219.136-35.84-253.44-71.424-9.96-9.364-16.163-22.625-16.163-37.334 0-4.471 0.573-8.808 1.65-12.942l-0.079 0.356c-0.053-0.461-0.083-0.995-0.083-1.536s0.030-1.075 0.088-1.601l-0.006 0.065c4.864-9.984 161.024-256 208.64-330.752 19.968-32.256 41.984-48.64 65.024-48.64 6.062 0.065 11.863 1.090 17.287 2.931l-0.391-0.115c29.952 8.96 43.776 37.12 41.728 83.712-2.56 58.88-22.784 362.24-25.6 380.16z" />
63
+ <glyph unicode="&#xe935;" glyph-name="banner" d="M1015.808 121.6l-296.192 484.864c-9.972 15.491-27.129 25.605-46.648 25.605-0.25 0-0.5-0.002-0.749-0.005h0.038c-0.163 0.002-0.356 0.003-0.549 0.003-19.641 0-36.923-10.1-46.935-25.389l-0.131-0.214-284.672-465.664h-198.144l122.88 201.216 45.056-73.216c9.303-15.221 25.714-25.298 44.5-25.599l0.044-0.001h-1.536c0.133-0.001 0.291-0.002 0.449-0.002 18.36 0 34.529 9.383 43.973 23.615l0.122 0.195c5.033 7.788 8.025 17.305 8.025 27.52s-2.992 19.732-8.147 27.722l0.122-0.202-86.016 140.544c-10.077 16.22-27.796 26.859-48 26.859s-37.923-10.639-47.861-26.62l-0.139-0.239-207.104-340.992c-4.825-7.973-7.681-17.605-7.681-27.904s2.855-19.931 7.818-28.148l-0.137 0.244c9.919-16.953 28.038-28.16 48.775-28.16 0.043 0 0.085 0 0.128 0h911.609c0.028 0 0.061 0 0.093 0 20.463 0 38.33 11.116 47.893 27.638l0.142 0.266c4.669 7.78 7.43 17.168 7.43 27.2 0 10.719-3.152 20.702-8.58 29.073l0.127-0.208zM455.424 140.8l216.32 353.792 216.576-353.792zM332.8 870.4c-85.127-0.725-153.856-69.902-153.856-155.131 0-85.679 69.457-155.136 155.136-155.136s155.136 69.457 155.136 155.136c0 0.088 0 0.176 0 0.264v-0.014c-0.725 85.693-70.36 154.88-156.155 154.88-0.092 0-0.184 0-0.276 0h0.014zM332.8 665.6c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.277 0 51.2-22.923 51.2-51.2v0c0-0.076 0.001-0.166 0.001-0.256 0-28.277-22.923-51.2-51.2-51.2 0 0 0 0-0.001 0v0z" />
64
+ <glyph unicode="&#xe936;" glyph-name="blog" d="M964.096 900.096c-37.044 36.957-88.173 59.809-144.64 59.809s-107.596-22.852-144.644-59.813l-590.332-590.076c-6.357-6.46-11.016-14.609-13.24-23.713l-0.072-0.351-69.632-286.72c-0.897-3.586-1.412-7.703-1.412-11.94 0-14.13 5.724-26.924 14.98-36.188v0c9.226-9.28 21.982-15.043 36.084-15.104h0.012c0.030 0 0.065 0 0.101 0 4.241 0 8.351 0.561 12.261 1.612l-0.329-0.075 106.24 25.6h1.792l179.2 43.52c9.455 2.296 17.604 6.955 24.071 13.319l-0.007-0.007 588.8 590.336c37.339 37.107 60.45 88.494 60.45 145.28 0 56.403-22.801 107.481-59.689 144.519l0.007-0.007zM311.808 103.168l-135.936-33.024-41.472 42.24 32.768 135.424 482.816 481.792c-0.41-2.383-0.644-5.128-0.644-7.928 0-13.735 5.634-26.154 14.716-35.073l116.231-116.231zM891.648 683.008l-39.168-39.168-116.224 116.224c-9.24 9.121-21.943 14.755-35.961 14.755-2.304 0-4.572-0.152-6.796-0.447l0.261 0.028 53.248 53.248c18.1 16.447 42.252 26.517 68.757 26.517 56.554 0 102.4-45.846 102.4-102.4 0-26.504-10.070-50.657-26.592-68.841l0.075 0.084z" />
65
+ <glyph unicode="&#xe937;" glyph-name="button" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM668.16 240.64h-312.32c-28.277 0-51.2 22.923-51.2 51.2v0 312.32c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-261.12h209.92v209.92h-104.96c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h156.16c28.277 0 51.2-22.923 51.2-51.2v0-312.32c0-28.277-22.923-51.2-51.2-51.2v0z" />
66
+ <glyph unicode="&#xe938;" glyph-name="carousel" d="M378.112 69.888c-14.669 0.259-27.859 6.382-37.366 16.117l-0.010 0.011-325.632 322.56c-9.050 9.228-14.636 21.882-14.636 35.84s5.586 26.612 14.644 35.848l-0.008-0.008 325.632 322.56c9.606 9.264 22.697 14.971 37.12 14.971s27.514-5.707 37.136-14.987l-0.016 0.015c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0l-288.768-285.952 289.536-287.488c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0c-9.56-9.041-22.496-14.6-36.73-14.6-0.317 0-0.633 0.003-0.949 0.008l0.047-0.001zM645.888 69.888c-0.042 0-0.092 0-0.141 0-14.23 0-27.163 5.555-36.748 14.616l0.025-0.024c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0l288.768 287.488-289.536 287.488c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0c9.58 9.322 22.679 15.071 37.12 15.071s27.54-5.749 37.132-15.083l-0.012 0.012 326.4-324.096c9.050-9.228 14.636-21.882 14.636-35.84s-5.586-26.612-14.644-35.848l0.008 0.008-325.632-322.56c-9.517-9.746-22.707-15.869-37.328-16.127l-0.048-0.001z" />
67
+ <glyph unicode="&#xe939;" glyph-name="contact-form" d="M972.8 622.592c-28.277 0-51.2-22.923-51.2-51.2v0-379.392c0-28.277-22.923-51.2-51.2-51.2v0h-716.8c-28.277 0-51.2 22.923-51.2 51.2v0 500.736l377.344-307.2c8.717-7.152 19.977-11.495 32.251-11.52h0.005c0.064 0 0.14 0 0.216 0 12.172 0 23.351 4.247 32.138 11.341l-0.097-0.076 428.544 348.16c4.477 3.717 8.294 8.022 11.387 12.835l0.133 0.221 23.808 23.296c9.508 9.304 15.403 22.267 15.403 36.606 0 12.62-4.566 24.174-12.136 33.1l0.061-0.074c-9.453 11.162-23.478 18.2-39.146 18.2-0.548 0-1.094-0.009-1.637-0.026l0.079 0.002h-842.752c-70.692 0-128-57.308-128-128v0-537.6c0-84.831 68.769-153.6 153.6-153.6v0h716.8c84.831 0 153.6 68.769 153.6 153.6v0 379.392c0 28.277-22.923 51.2-51.2 51.2v0zM837.12 755.2l-325.12-263.936-323.84 263.936z" />
68
+ <glyph unicode="&#xe93a;" glyph-name="countdown" d="M1024 712.704v-619.52c0-70.692-57.308-128-128-128v0h-768c-70.692 0-128 57.308-128 128v0 619.52c0 70.692 57.308 128 128 128v0h136.192v42.496c0 28.277 22.923 51.2 51.2 51.2v0c0.012 0 0.026 0 0.041 0 14.192 0 27.035-5.774 36.309-15.102l0.002-0.002c9.177-9.25 14.849-21.991 14.849-36.056 0-0.104 0-0.208-0.001-0.312v0.016-42.24h290.816v42.24c0 0.012 0 0.026 0 0.041 0 28.277 22.923 51.2 51.2 51.2 14.085 0 26.842-5.687 36.098-14.891l-0.002 0.002c9.28-9.226 15.043-21.982 15.104-36.084v-192.78c0-28.277-22.923-51.2-51.2-51.2v0 0c-28.277 0-51.2 22.923-51.2 51.2v0 47.872h-290.816v-48.128c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 48.128h-136.192c-14.138 0-25.6-11.462-25.6-25.6v0-619.52c0-14.138 11.462-25.6 25.6-25.6v0h768c14.138 0 25.6 11.462 25.6 25.6v0 619.52c0 14.138-11.462 25.6-25.6 25.6v0h-43.008c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h43.008c70.692 0 128-57.308 128-128v0zM315.392 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0c0-28.277-22.923-51.2-51.2-51.2v0zM315.392 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM512 406.784c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015c-9.501 9.308-15.391 22.27-15.391 36.608 0 28.294 22.937 51.231 51.231 51.231 13.956 0 26.609-5.581 35.849-14.632l-0.009 0.008c9.819-9.347 15.926-22.515 15.926-37.11 0-13.963-5.59-26.621-14.653-35.858l0.008 0.008c-9.227-9.048-21.88-14.633-35.837-14.633-0.721 0-1.439 0.015-2.153 0.044l0.102-0.003zM512 206.848c-13.641 0.127-25.986 5.569-35.087 14.351l0.015-0.015v1.28c-7.765 8.927-12.498 20.671-12.498 33.52 0 28.277 22.923 51.2 51.2 51.2 12.018 0 23.069-4.141 31.804-11.073l-0.106 0.081c10.492-9.416 17.062-23.019 17.062-38.158 0-28.277-22.923-51.2-51.2-51.2-0.418 0-0.836 0.005-1.251 0.015l0.062-0.001zM708.608 407.040c-28.277 0-51.2 22.923-51.2 51.2v0 0c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0zM708.608 207.36c-28.277 0-51.2 22.923-51.2 51.2v0 1.28c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2c0-28.277-22.923-51.2-51.2-51.2v0z" />
69
+ <glyph unicode="&#xe93b;" glyph-name="counter" horiz-adv-x="867" d="M552.192 211.968c-0.045 0-0.097 0-0.15 0-13.146 0-25.135 4.954-34.201 13.098l0.047-0.042-118.528 106.752c-10.365 9.381-16.859 22.872-16.896 37.881v215.815c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-193.024l102.4-91.392c10.315-9.401 16.763-22.891 16.763-37.888 0-28.23-22.847-51.124-51.060-51.2h-0.007zM484.864 800.512v57.088h113.408c28.277 0 51.2 22.923 51.2 51.2s-22.923 51.2-51.2 51.2v0h-329.216c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2v0h113.408v-57.088c-216.459-26.479-382.464-209.169-382.464-430.631 0-239.506 194.158-433.664 433.664-433.664s433.664 194.158 433.664 433.664c0 221.462-166.006 404.152-380.369 430.422l-2.095 0.209zM433.664 38.4c-0.076 0-0.166 0-0.256 0-183.093 0-331.52 148.427-331.52 331.52s148.427 331.52 331.52 331.52c183.093 0 331.52-148.427 331.52-331.52 0-0.090 0-0.18 0-0.27v0.014c-0.868-182.602-148.662-330.396-331.181-331.264h-0.083z" />
70
+ <glyph unicode="&#xe93c;" glyph-name="dual-heading" d="M642.56 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76zM53.76 499.2h327.68c29.691 0 53.76-24.069 53.76-53.76s-24.069-53.76-53.76-53.76h-327.68c-29.691 0-53.76 24.069-53.76 53.76s24.069 53.76 53.76 53.76z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="fancy-text" horiz-adv-x="401" d="M398.080 16.128c2.095-5.875 3.306-12.652 3.306-19.712 0-33.359-27.037-60.404-60.393-60.416h-278.273c-0.51-0.015-1.111-0.024-1.713-0.024-26.6 0-49.252 16.904-57.8 40.556l-0.135 0.428c-1.923 5.656-3.034 12.171-3.034 18.945 0 33.405 26.996 60.504 60.362 60.671h80.144v782.848h-76.8c-0.733-0.031-1.593-0.049-2.457-0.049-26.752 0-49.527 17.027-58.080 40.835l-0.135 0.43c-1.932 5.655-3.047 12.169-3.047 18.944 0 33.358 27.035 60.402 60.389 60.416h278.017c0.487 0.014 1.060 0.022 1.635 0.022 26.406 0 48.953-16.52 57.87-39.789l0.143-0.424c2.086-5.876 3.292-12.654 3.292-19.713 0-33.405-26.997-60.505-60.364-60.671h-80.144v-782.848h76.8c0.686 0.027 1.491 0.043 2.3 0.043 26.51 0 49.131-16.651 57.975-40.064l0.141-0.426z" />
72
+ <glyph unicode="&#xe93e;" glyph-name="google-maps" horiz-adv-x="826" d="M412.928 380.416c-0.004 0-0.008 0-0.013 0-49.482 0-94.279 20.055-126.707 52.48v0c-32.433 32.43-52.493 77.232-52.493 126.72 0 98.969 80.231 179.2 179.2 179.2s179.2-80.231 179.2-179.2c0-98.965-80.223-179.193-179.186-179.2h-0.001zM358.656 505.344c13.895-13.878 33.081-22.46 54.272-22.46 42.392 0 76.761 34.346 76.8 76.729v0.004c-0.019 21.2-8.625 40.386-22.527 54.271l-0.001 0.001c-14.056 13.52-33.191 21.846-54.272 21.846s-40.216-8.327-54.297-21.871l0.025 0.024c-13.878-13.895-22.46-33.081-22.46-54.272s8.583-40.377 22.461-54.273l-0.001 0.001zM825.6 535.040c-14.080-340.224-348.16-566.784-384-588.8l-5.632-3.328-5.632-2.56-4.608-1.536c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011c-2.847-0.651-6.116-1.025-9.472-1.025s-6.625 0.373-9.768 1.081l0.296-0.056c-0.654-0.112-1.408-0.176-2.176-0.176s-1.522 0.064-2.255 0.187l0.079-0.011-4.608 1.536c-2.054 0.622-3.836 1.405-5.499 2.37l0.123-0.066-3.584 2.048-2.304 1.536c-25.088 15.36-245.504 165.376-339.968 399.36-6.144 15.104-11.776 30.72-16.64 46.080-1.494 4.592-2.356 9.875-2.356 15.36 0 28.306 22.946 51.252 51.252 51.252 22.821 0 42.158-14.915 48.795-35.529l0.101-0.363c4.096-12.8 8.704-25.6 13.824-38.4 67.328-166.4 214.272-288.768 275.712-334.080 78.592 58.368 300.032 244.48 310.272 489.216 0.060 2.287 0.095 4.98 0.095 7.68 0 171.495-138.905 310.546-310.344 310.784h-0.023c-171.462-0.238-310.367-139.289-310.367-310.784 0-2.701 0.034-5.393 0.103-8.077l-0.008 0.397c0.028-0.638 0.045-1.386 0.045-2.138 0-27.212-21.229-49.466-48.029-51.103l-0.144-0.007h-3.072c-0.012 0-0.027 0-0.041 0-27.557 0-50.029 21.77-51.156 49.050l-0.003 0.102c-0.102 3.432-0.161 7.47-0.161 11.52 0 228.123 184.758 413.094 412.8 413.44h0.033c228.075-0.346 412.833-185.317 412.833-413.44 0-4.051-0.058-8.089-0.174-12.112l0.013 0.592z" />
73
+ <glyph unicode="&#xe93f;" glyph-name="heading" horiz-adv-x="903" d="M903.68 899.84v-91.136c0.006-0.326 0.010-0.711 0.010-1.097 0-27.118-17.496-50.15-41.815-58.423l-0.435-0.128c-5.359-1.725-11.524-2.719-17.921-2.719-33.243 0-60.215 26.848-60.415 60.044v33.043h-271.104v-782.848h76.8c0.458 0.012 0.997 0.019 1.538 0.019 26.498 0 49.143-16.5 58.22-39.786l0.146-0.425c2.087-5.878 3.293-12.657 3.293-19.717 0-33.226-26.708-60.214-59.827-60.666h-277.803c-0.458-0.012-0.997-0.019-1.538-0.019-26.498 0-49.143 16.5-58.22 39.786l-0.146 0.425c-2.086 5.876-3.292 12.654-3.292 19.713 0 33.405 26.997 60.505 60.364 60.671h80.144v782.848h-271.104v-33.024c-0.2-33.215-27.172-60.063-60.415-60.063-6.397 0-12.562 0.994-18.349 2.837l0.428-0.118c-24.754 8.402-42.25 31.433-42.25 58.551 0 0.386 0.004 0.771 0.011 1.155l-0.001-0.058v91.136c0.145 33.257 27.139 60.16 60.415 60.16 0 0 0 0 0.001 0h782.848c0 0 0 0 0.001 0 33.277 0 60.27-26.903 60.415-60.146v-0.014z" />
74
+ <glyph unicode="&#xe940;" glyph-name="icon-list" d="M972.8 739.072h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.6 790.528c0-0.076 0-0.166 0-0.256 0-51.323-41.605-92.928-92.928-92.928s-92.928 41.605-92.928 92.928c0 51.323 41.605 92.928 92.928 92.928v0c51.175-0.144 92.638-41.518 92.928-92.644v-0.028zM972.8 391.168h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 442.368c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672zM972.8 43.008h-660.736c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h660.736c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM185.344 94.208c0-51.181-41.491-92.672-92.672-92.672s-92.672 41.491-92.672 92.672c0 51.181 41.491 92.672 92.672 92.672s92.672-41.491 92.672-92.672z" />
75
+ <glyph unicode="&#xe941;" glyph-name="image-button" d="M972.8 468.48c28.277 0 51.2 22.923 51.2 51.2v0 222.72c0 84.831-68.769 153.6-153.6 153.6v0h-716.8c-84.831 0-153.6-68.769-153.6-153.6v0-584.192c0-84.831 68.769-153.6 153.6-153.6v0h742.4c70.692 0 128 57.308 128 128v0 144.128c0.002 0.141 0.002 0.307 0.002 0.474 0 6.282-1.223 12.278-3.444 17.764l0.114-0.318v2.048c-1.215 2.988-2.503 5.514-3.974 7.915l0.134-0.235c-1.859 2.572-3.706 4.826-5.678 6.962l0.046-0.050-316.928 323.84c-9.193 9.374-21.948 15.226-36.071 15.36h-0.025c-14.213-0.161-27.082-5.786-36.631-14.869l0.023 0.021-508.928-508.16c-6.393 8.45-10.24 19.136-10.24 30.72v0 584.192c0 28.277 22.923 51.2 51.2 51.2v0h716.8c28.277 0 51.2-22.923 51.2-51.2v0-222.72c0-28.277 22.923-51.2 51.2-51.2v0zM657.152 527.104l264.448-271.36v-123.136c0-14.138-11.462-25.6-25.6-25.6v0h-659.2zM434.688 590.080c0-56.554-45.846-102.4-102.4-102.4s-102.4 45.846-102.4 102.4c0 56.554 45.846 102.4 102.4 102.4s102.4-45.846 102.4-102.4z" />
76
+ <glyph unicode="&#xe942;" glyph-name="image-scroll" horiz-adv-x="624" d="M311.808-64c-172.148 0.146-311.662 139.66-311.808 311.794v400.398c0 172.207 139.601 311.808 311.808 311.808s311.808-139.601 311.808-311.808v0-400.384c-0.291-172.090-139.719-311.517-311.78-311.808h-0.028zM311.808 857.6c-115.594-0.146-209.262-93.814-209.408-209.394v-400.398c0-115.653 93.755-209.408 209.408-209.408s209.408 93.755 209.408 209.408v0 400.384c-0.146 115.594-93.814 209.262-209.394 209.408h-0.014zM311.808 488.704c-28.277 0-51.2 22.923-51.2 51.2v0 102.4c0 28.277 22.923 51.2 51.2 51.2s51.2-22.923 51.2-51.2v0-102.4c0-28.277-22.923-51.2-51.2-51.2v0z" />
77
+ <glyph unicode="&#xe943;" glyph-name="image-separator" d="M870.4 24.576h-716.8c-84.831 0-153.6 68.769-153.6 153.6v0 399.104c0 84.831 68.769 153.6 153.6 153.6v0h66.048c0.032 0 0.069 0 0.106 0 19.672 0 36.753 11.095 45.327 27.368l0.134 0.28 16.384 29.184c26.159 49.501 77.3 82.664 136.189 82.688h190.979c58.892-0.024 110.033-33.187 135.789-81.853l0.403-0.835 15.104-29.184c8.708-16.553 25.789-27.648 45.462-27.648 0.037 0 0.075 0 0.112 0h64.762c84.831 0 153.6-68.769 153.6-153.6v0-399.104c0-84.831-68.769-153.6-153.6-153.6v0zM153.6 628.48c-28.277 0-51.2-22.923-51.2-51.2v0-399.104c0-28.277 22.923-51.2 51.2-51.2v0h716.8c28.277 0 51.2 22.923 51.2 51.2v0 399.104c0 28.277-22.923 51.2-51.2 51.2v0h-66.048c-58.892 0.024-110.033 33.187-135.789 81.853l-0.403 0.835-15.36 29.184c-8.685 16.51-25.698 27.589-45.304 27.648h-190.984c-19.614-0.059-36.627-11.138-45.178-27.368l-0.134-0.28-15.36-29.184c-26.159-49.501-77.3-82.664-136.189-82.688h-0.003zM512 189.696c-123.005 0-222.72 99.715-222.72 222.72s99.715 222.72 222.72 222.72c123.005 0 222.72-99.715 222.72-222.72 0-0.090 0-0.18 0-0.27v0.014c-0.146-122.895-99.805-222.464-222.72-222.464 0 0 0 0 0 0v0zM512 532.48c-66.451 0-120.32-53.869-120.32-120.32s53.869-120.32 120.32-120.32c66.451 0 120.32 53.869 120.32 120.32v0c-0.145 66.392-53.928 120.175-120.306 120.32h-0.014z" />
78
+ <glyph unicode="&#xe944;" glyph-name="lottie-animations-fill" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512v0c0 282.77-229.23 512-512 512v0zM815.104 697.856c-1.28-25.6-22.016-43.52-54.784-43.52-0.117 0.001-0.256 0.001-0.395 0.001-21.459 0-41.11-7.743-56.311-20.587l0.129 0.106c-4.444-3.303-8.369-6.66-12.054-10.261l0.022 0.021c-29.226-26.509-54.608-56.449-75.742-89.375l-1.058-1.761c-12.544-19.2-25.6-40.448-40.704-68.096l-19.456-35.072c-9.472-17.664-19.456-35.328-29.44-52.992-7.424-13.568-15.36-26.88-23.040-39.936-11.008-16.896-23.808-37.12-38.912-57.088-27.040-37.641-58.962-69.645-95.295-95.93l-1.217-0.838c-27.86-20.498-62.85-32.803-100.714-32.803-1.223 0-2.443 0.013-3.66 0.038l0.182-0.003c-0.69-0.030-1.5-0.047-2.313-0.047-15.781 0-30.073 6.375-40.442 16.689l0.002-0.002c-6.884 7.419-11.108 17.39-11.108 28.348 0 1.015 0.036 2.021 0.107 3.018l-0.008-0.134c1.28 25.6 22.016 43.52 54.784 43.52 21.567 0.154 41.304 7.861 56.728 20.602l-0.152-0.122c4.444 3.303 8.369 6.66 12.054 10.261l-0.022-0.021c29.226 26.509 54.608 56.449 75.742 89.375l1.058 1.761c12.544 19.2 25.6 40.448 40.704 67.84l3.072 5.12c5.376 10.24 11.008 20.224 16.384 30.208 9.472 17.664 19.456 35.328 29.44 52.992 7.424 13.568 15.36 27.136 23.040 39.936 11.008 17.152 23.808 37.12 38.912 57.088 27.107 37.585 59.019 69.578 95.296 95.926l1.216 0.842c27.719 20.5 62.576 32.812 100.308 32.812 1.366 0 2.728-0.016 4.086-0.048l-0.202 0.004c0.84 0.044 1.823 0.069 2.811 0.069 15.535 0 29.628-6.178 39.954-16.21l-0.014 0.013c6.877-7.382 11.098-17.317 11.098-28.238 0-0.963-0.033-1.919-0.097-2.866l0.007 0.128z" />
79
+ <glyph unicode="&#xe945;" glyph-name="lottie-animations-outline" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM739.328 621.312c-1.926-25.559-23.137-45.566-49.021-45.566-1.759 0-3.497 0.092-5.208 0.273l0.213-0.018c-11.454-0.008-21.934-4.17-30.017-11.062l0.065 0.054c-2.564-1.895-4.824-3.911-6.886-6.116l-0.026-0.028c-19.643-17.531-36.584-37.485-50.523-59.526l-0.677-1.146c-8.704-13.312-17.664-27.904-27.904-46.336l-13.568-25.6c-6.656-12.288-13.568-25.6-20.736-37.376s-10.752-18.944-16.384-27.904l-3.328-5.12c-6.912-11.008-15.104-23.808-25.6-36.096-20.020-27.622-43.546-51.148-70.265-70.543l-0.903-0.625c-21.303-15.57-47.891-25.092-76.679-25.598l-0.121-0.002h-4.096c-16.134 0.135-30.693 6.766-41.211 17.403l-0.005 0.005c-7.215 8.028-11.628 18.702-11.628 30.406 0 1.102 0.039 2.194 0.116 3.276l-0.008-0.145c1.536 25.904 22.918 46.329 49.071 46.329 1.742 0 3.462-0.091 5.157-0.267l-0.212 0.018c11.347 0.187 21.695 4.314 29.771 11.069l-0.075-0.061c2.564 1.895 4.824 3.911 6.886 6.116l0.026 0.028c19.643 17.531 36.584 37.485 50.523 59.526l0.677 1.146c9.472 14.336 18.432 29.184 27.904 46.336l2.048 3.584 6.144 11.52 5.376 9.472c6.656 12.288 13.568 25.6 20.736 37.376s10.496 18.944 16.384 28.16 16.128 25.6 27.904 40.96c20.013 27.628 43.54 51.155 70.265 70.544l0.903 0.624c21.859 16.026 49.289 25.645 78.966 25.645 1.219 0 2.434-0.016 3.645-0.048l-0.179 0.004c15.958-0.22 30.328-6.838 40.695-17.399l0.009-0.009c7.352-8.027 11.858-18.768 11.858-30.561 0-0.957-0.030-1.906-0.088-2.848l0.006 0.129z" />
80
+ <glyph unicode="&#xe946;" glyph-name="media-grid" d="M384 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 627.2h230.4v230.4h-230.4zM384-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM102.4 38.4h230.4v230.4h-230.4zM972.8 524.8h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 627.2h230.4v230.4h-230.4zM972.8-64h-332.8c-28.277 0-51.2 22.923-51.2 51.2v0 332.8c0 28.277 22.923 51.2 51.2 51.2v0h332.8c28.277 0 51.2-22.923 51.2-51.2v0-332.8c0-28.277-22.923-51.2-51.2-51.2v0zM691.2 38.4h230.4v230.4h-230.4z" />
81
+ <glyph unicode="&#xe947;" glyph-name="modal-box" horiz-adv-x="1025" d="M751.275-64.769h-589.537c-0.381-0.003-0.831-0.005-1.282-0.005-88.618 0-160.457 71.839-160.457 160.457 0 0.002 0 0.004 0 0.006v0 587.999c0.291 88.397 72.018 159.944 160.456 159.944 0.090 0 0.181 0 0.271 0h371.907c29.445 0 53.315-23.87 53.315-53.315s-23.87-53.315-53.315-53.315h-371.921c-0.076 0-0.166 0.001-0.256 0.001-29.445 0-53.315-23.87-53.315-53.315 0 0 0 0 0-0.001v0-587.999c0.146-29.476 24.074-53.315 53.57-53.315 0 0 0 0 0.001 0h589.537c0 0 0 0 0.001 0 29.496 0 53.425 23.839 53.57 53.301v374.754c0 29.586 23.985 53.571 53.571 53.571s53.571-23.985 53.571-53.571v0-374.74c0 0 0-0.001 0-0.002 0-88.347-71.401-160.018-159.646-160.455h-0.042zM1008.621 642.675c-9.748-10.038-23.37-16.267-38.448-16.267s-28.7 6.229-38.435 16.254l-0.013 0.013-73.308 74.846-76.896-76.896c-9.84-9.84-23.433-15.926-38.448-15.926-30.030 0-54.374 24.344-54.374 54.374 0 15.015 6.086 28.608 15.926 38.448v0l76.896 75.615-73.308 74.589c-10.391 9.753-16.865 23.575-16.865 38.908 0 29.445 23.87 53.315 53.315 53.315 15.334 0 29.156-6.473 38.882-16.836l0.027-0.029 74.589-74.589 76.896 76.896c9.84 9.84 23.433 15.926 38.448 15.926 30.030 0 54.374-24.344 54.374-54.374 0-15.015-6.086-28.608-15.926-38.448l-76.896-76.896 74.589-74.589c8.972-9.555 14.484-22.451 14.484-36.634 0-14.703-5.923-28.023-15.514-37.703l0.004 0.004z" />
82
+ <glyph unicode="&#xe948;" glyph-name="pricing-table" horiz-adv-x="749" d="M589.824 960h-430.592c-88.004-0.291-159.232-71.699-159.232-159.743 0 0 0-0.001 0-0.001v0-704.512c0 0 0-0.001 0-0.001 0-88.044 71.228-159.452 159.204-159.743h430.62c88.004 0.291 159.232 71.699 159.232 159.743 0 0 0 0.001 0 0.001v0 704.512c0 0 0 0.001 0 0.001 0 88.044-71.228 159.452-159.204 159.743h-0.028zM649.984 95.744c0-33.225-26.935-60.16-60.16-60.16v0h-430.592c-33.225 0-60.16 26.935-60.16 60.16v704.512c0 33.225 26.935 60.16 60.16 60.16v0h430.592c33.225 0 60.16-26.935 60.16-60.16v0zM487.168 378.88c-5.15-40.576-33.827-73.292-71.737-84.303l-0.711-0.177v-51.2h-79.36v46.336h-27.136c0 0-0.001 0-0.001 0-21.825 0-39.534 17.62-39.679 39.41v0.014c0.142 21.909 17.792 39.649 39.653 39.936h80.155c11.169 0 20.224 9.055 20.224 20.224s-9.055 20.224-20.224 20.224h-24.064c-0.238-0.002-0.52-0.003-0.803-0.003-52.043 0-95.018 38.824-101.543 89.089l-0.055 0.514c-0.322 3-0.505 6.48-0.505 10.002 0 46.494 31.945 85.528 75.084 96.348l0.685 0.145v47.36h79.104v-44.8h25.6c21.915 0 39.68-17.765 39.68-39.68s-17.765-39.68-39.68-39.68h-81.152c-11.169 0-20.224-9.055-20.224-20.224s9.055-20.224 20.224-20.224h28.16c54.652-0.455 98.781-44.864 98.781-99.581 0-3.427-0.173-6.813-0.511-10.151l0.034 0.42z" />
83
+ <glyph unicode="&#xe949;" glyph-name="progress-bar" d="M969.472 730.88h-355.072c-18.657-30.236-51.603-50.084-89.185-50.084-9.523 0-18.749 1.274-27.515 3.662l0.732-0.17c-44.754 10.952-77.444 50.712-77.444 98.107 0 55.706 45.158 100.864 100.864 100.864 1.217 0 2.429-0.022 3.635-0.064l-0.175 0.005c0.086 0 0.188 0 0.29 0 37.431 0 70.241-19.787 88.54-49.472l0.257-0.449h358.4c0.039 0 0.086 0 0.132 0 28.277 0 51.2-22.923 51.2-51.2 0-5.864-0.986-11.497-2.801-16.744l0.108 0.36c-7.793-20.524-27.297-34.847-50.146-34.847-0.641 0-1.279 0.011-1.914 0.034l0.092-0.003zM326.656 730.88h-271.872c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h272.102c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.763-4.962 2.781-10.685 2.781-16.645 0-28.277-22.923-51.2-51.2-51.2-0.258 0-0.515 0.002-0.772 0.006h0.039zM256 65.28h-201.216c-0.344-0.008-0.75-0.013-1.157-0.013-22.746 0-42.177 14.194-49.918 34.207l-0.124 0.365c-1.762 4.961-2.78 10.683-2.78 16.642 0 28.277 22.923 51.2 51.2 51.2 0.167 0 0.335-0.001 0.502-0.002h201.958c0.344 0.008 0.75 0.013 1.157 0.013 22.746 0 42.177-14.194 49.918-34.207l0.124-0.365c1.765-4.965 2.785-10.691 2.785-16.655 0-28.277-22.923-51.2-51.2-51.2-0.439 0-0.877 0.006-1.313 0.017l0.065-0.001zM972.8 398.080h-93.184c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h93.184c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0zM799.232 449.28c-0.722-56.001-46.288-101.12-102.392-101.12-0.003 0-0.006 0-0.008 0v0c-0.645-0.015-1.406-0.023-2.169-0.023-37.19 0-69.75 19.826-87.686 49.485l-0.257 0.458h-554.24c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h554.24c18.196 30.108 50.75 49.927 87.933 49.927 0.406 0 0.811-0.002 1.216-0.007l-0.062 0.001c0.307 0.003 0.669 0.005 1.032 0.005 56.106 0 101.673-45.122 102.391-101.057l0.001-0.068zM969.472 167.68c0.316 0.007 0.689 0.011 1.062 0.011 22.841 0 42.34-14.313 50.015-34.459l0.123-0.367c1.707-4.888 2.694-10.523 2.694-16.388 0-28.054-22.563-50.838-50.532-51.196h-430.882c-18.035-30.824-50.979-51.201-88.681-51.201-0.143 0-0.286 0-0.429 0.001h0.022c-4.852-0.815-10.442-1.28-16.14-1.28-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4c5.699 0 11.288-0.465 16.734-1.361l-0.593 0.081c0.572 0.012 1.247 0.018 1.924 0.018 36.662 0 68.824-19.267 86.913-48.227l0.251-0.431z" />
84
+ <glyph unicode="&#xe94a;" glyph-name="team-members" d="M723.456 414.208c63.021 57.606 102.4 140.17 102.4 231.931 0 173.338-140.518 313.856-313.856 313.856s-313.856-140.518-313.856-313.856c0-91.761 39.379-174.325 102.159-231.714l0.241-0.217c-176.376-63.598-300.249-229.391-300.544-424.156v-0.036c0.145-29.774 24.242-53.871 54.002-54.016h0.014c29.722 0.145 53.76 24.273 53.76 54.015 0 0 0 0 0 0.001v0c0.436 188.804 153.447 341.726 342.244 342.016h123.932c188.825-0.29 341.836-153.212 342.272-341.974v-0.042c-0.082-1.112-0.128-2.409-0.128-3.716 0-29.832 24.184-54.016 54.016-54.016s54.016 24.184 54.016 54.016c0 1.308-0.046 2.605-0.138 3.889l0.010-0.173c-0.295 194.801-124.168 360.594-297.406 423.201l-3.138 0.991zM307.2 646.144c0.148 113.703 92.356 205.82 206.080 205.82 113.815 0 206.080-92.265 206.080-206.080s-92.265-206.080-206.080-206.080c-0.45 0-0.9 0.001-1.349 0.004h0.069c-113.294 0.87-204.8 92.914-204.8 206.33 0 0.002 0 0.004 0 0.006v0z" />
85
+ <glyph unicode="&#xe94b;" glyph-name="testimonials" d="M512 10.752c-0.012 0-0.026 0-0.041 0-14.065 0-26.805 5.671-36.058 14.851l-125.437 125.437c-9.276 9.33-22.119 15.104-36.311 15.104-0.014 0-0.029 0-0.043 0h-160.51c-84.831 0-153.6 68.769-153.6 153.6v0 422.656c0 84.831 68.769 153.6 153.6 153.6v0h90.624c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-90.624c-28.277 0-51.2-22.923-51.2-51.2v0-422.656c0-28.277 22.923-51.2 51.2-51.2v0h160.512c42.562-0.111 81.037-17.516 108.787-45.555l0.013-0.013 89.088-88.832 89.088 88.832c27.803 27.836 66.23 45.056 108.679 45.056 0.042 0 0.085 0 0.127 0h160.506c28.277 0 51.2 22.923 51.2 51.2v0 423.168c0 28.277-22.923 51.2-51.2 51.2v0h-501.248c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h501.248c84.831 0 153.6-68.769 153.6-153.6v0-422.656c0-84.831-68.769-153.6-153.6-153.6v0h-160.512c-0.012 0-0.026 0-0.041 0-14.192 0-27.035-5.774-36.309-15.102l-125.442-125.442c-9.25-9.177-21.99-14.848-36.055-14.848-0.014 0-0.029 0-0.043 0h0.002zM782.336 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0zM583.424 514.816c-0.146-34.387-28.056-62.207-62.463-62.207-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.464 62.464c0.090 0 0.18 0 0.269-0.001h-0.014c34.418-0.29 62.208-28.259 62.208-62.718 0-0.001 0-0.001 0-0.002v0zM384 514.816c-0.145-34.388-28.056-62.208-62.463-62.208-34.498 0-62.464 27.966-62.464 62.464s27.966 62.464 62.463 62.464v0c34.529-0.145 62.464-28.17 62.464-62.719 0 0 0 0 0-0.001v0z" />
86
+ <glyph unicode="&#xe94c;" glyph-name="vertical-scroll" horiz-adv-x="230" d="M230.4 844.8c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 448c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2zM230.4 51.2c0-63.623-51.577-115.2-115.2-115.2s-115.2 51.577-115.2 115.2c0 63.623 51.577 115.2 115.2 115.2s115.2-51.577 115.2-115.2z" />
87
+ <glyph unicode="&#xe94d;" glyph-name="video-box" d="M512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512v0c0-282.77-229.23-512-512-512v0zM512 857.6c-226.216 0-409.6-183.384-409.6-409.6s183.384-409.6 409.6-409.6c226.216 0 409.6 183.384 409.6 409.6v0c0 226.216-183.384 409.6-409.6 409.6v0zM404.736 225.024c-28.051 0.295-50.677 23.104-50.677 51.197 0 18.638 9.959 34.951 24.846 43.906l0.231 0.129 212.736 128-136.192 80.896v-71.424c0-28.277-22.923-51.2-51.2-51.2s-51.2 22.923-51.2 51.2v0 162.048c0.318 28.034 23.118 50.637 51.197 50.637 9.427 0 18.259-2.548 25.845-6.992l-0.242 0.131 286.72-171.776c14.875-9.135 24.646-25.314 24.646-43.776s-9.771-34.641-24.424-43.649l-0.222-0.127-285.952-171.776c-7.445-4.587-16.448-7.337-26.088-7.424h-0.024z" />
88
+ <glyph unicode="&#xe94e;" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
89
+ <glyph unicode="&#xe94f;" glyph-name="ihover" horiz-adv-x="847" d="M841.472 629.504c-8.619 16.836-25.849 28.16-45.723 28.16-0.035 0-0.071 0-0.106 0h-179.194l82.432 234.24c1.656 4.818 2.612 10.37 2.612 16.145 0 11.464-3.768 22.048-10.133 30.582l0.096-0.135c-9.398 13.083-24.57 21.504-41.708 21.504-0.007 0-0.014 0-0.021 0h-387.839c-0.034 0-0.074 0-0.113 0-7.29 0-14.205-1.604-20.411-4.477l0.301 0.125c-1.269-0.32-2.381-0.85-3.356-1.556l0.028 0.020c-3.416-1.68-6.361-3.642-9.013-5.933l0.053 0.045c-1.34-0.998-2.515-2.092-3.56-3.3l-0.024-0.028c-5.82-5.654-10.239-12.719-12.707-20.644l-0.093-0.348-209.408-534.272c-2.173-5.467-3.433-11.803-3.433-18.432 0-28.224 22.837-51.114 51.041-51.2h307.208l-69.12-320.512c-0.057-0.231-0.090-0.496-0.090-0.768s0.033-0.537 0.095-0.791l-0.005 0.023c-0.18-1.613-0.283-3.482-0.283-5.376s0.103-3.763 0.303-5.604l-0.020 0.228c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191c0.462-3.187 1.177-6.036 2.146-8.765l-0.098 0.317c3.683-9.814 9.867-17.977 17.787-23.967l0.133-0.097c2.301-1.734 4.901-3.352 7.642-4.73l0.294-0.134 6.656-2.56 6.4-1.792c1.38-0.121 2.986-0.19 4.608-0.19s3.228 0.069 4.815 0.204l-0.207-0.014c2.126-0.433 4.596-0.71 7.12-0.767l0.048-0.001h8.192l5.376 2.304c1.574 0.55 2.934 1.333 4.117 2.321l-0.021-0.017c5.626 3.529 10.376 7.872 14.242 12.928l0.094 0.128 2.304 3.328 455.936 619.008c6.289 8.407 10.070 19.008 10.070 30.493 0 8.391-2.019 16.311-5.597 23.3l0.134-0.289zM438.272 208.128l32.256 152.064c0.728 3.236 1.144 6.951 1.144 10.765 0 28.277-22.923 51.2-51.2 51.2-0.402 0-0.804-0.005-1.204-0.014l0.059 0.001h-293.12l170.496 435.456h280.32l-81.152-230.4-1.28-3.328c-0.77-1.911-1.394-4.15-1.768-6.473l-0.024-0.183v-5.12c-0.064-0.767-0.101-1.659-0.101-2.56s0.037-1.793 0.109-2.676l-0.008 0.116s0-2.56 0-3.584c-0.119-0.961-0.188-2.072-0.188-3.2s0.068-2.239 0.201-3.331l-0.013 0.131c0.549-3.46 1.441-6.56 2.661-9.489l-0.101 0.273v-1.536c0.555-1.388 1.156-2.567 1.849-3.683l-0.057 0.099c0.646-1.671 1.51-3.111 2.578-4.374l-0.018 0.022 2.304-3.072c2.179-2.902 4.622-5.426 7.343-7.617l0.081-0.063c3.711-2.876 7.916-5.441 12.396-7.512l0.404-0.168 4.608-1.792c1.937-0.729 4.191-1.27 6.531-1.525l0.125-0.011c1.266-0.121 2.737-0.19 4.224-0.19s2.958 0.069 4.41 0.204l-0.186-0.014h150.784zM288.768-21.504c-0.119 0.808-0.187 1.74-0.187 2.688s0.068 1.88 0.199 2.792l-0.012-0.104v3.328c-0.126-1.304-0.198-2.82-0.198-4.352s0.072-3.048 0.213-4.543l-0.015 0.191zM528.128 557.568h-4.608z" />
90
  </font></defs></svg>
admin/assets/fonts/style.css CHANGED
@@ -1,42 +1,42 @@
1
- @font-face {
2
- font-family: "pa-dash";
3
- src: url("pa-dashboard.eot?edfssz");
4
- src: url("pa-dashboard.eot?edfssz#iefix") format("embedded-opentype"),
5
- url("pa-dashboard.ttf?edfssz") format("truetype"), url("pa-dashboard.woff?edfssz") format("woff"),
6
- url("pa-dashboard.svg?edfssz#pa-dashboard") format("svg");
7
- font-weight: normal;
8
- font-style: normal;
9
- font-display: block;
10
- }
11
-
12
- [class^="pa-dash-"] {
13
- /* use !important to prevent issues with browser extensions that change fonts */
14
- font-family: "pa-dash" !important;
15
- speak: never;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
- font-size: 17px;
22
- /* Better Font Rendering =========== */
23
- -webkit-font-smoothing: antialiased;
24
- -moz-osx-font-smoothing: grayscale;
25
- }
26
-
27
- .toplevel_page_premium-addons > div.wp-menu-image::before {
28
- position: relative;
29
- top: 5px;
30
- content: "\e94e";
31
- /* use !important to prevent issues with browser extensions that change fonts */
32
- font-family: "pa-dash" !important;
33
- speak: none;
34
- font-style: normal;
35
- font-variant: normal;
36
- text-transform: none;
37
- line-height: 1;
38
- /* Better Font Rendering =========== */
39
- -webkit-font-smoothing: antialiased;
40
- -moz-osx-font-smoothing: grayscale;
41
- font-size: 21px;
42
- }
1
+ @font-face {
2
+ font-family: "pa-dash";
3
+ src: url("pa-dashboard.eot?edfssz");
4
+ src: url("pa-dashboard.eot?edfssz#iefix") format("embedded-opentype"),
5
+ url("pa-dashboard.ttf?edfssz") format("truetype"), url("pa-dashboard.woff?edfssz") format("woff"),
6
+ url("pa-dashboard.svg?edfssz#pa-dashboard") format("svg");
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ font-display: block;
10
+ }
11
+
12
+ [class^="pa-dash-"] {
13
+ /* use !important to prevent issues with browser extensions that change fonts */
14
+ font-family: "pa-dash" !important;
15
+ speak: never;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ font-size: 17px;
22
+ /* Better Font Rendering =========== */
23
+ -webkit-font-smoothing: antialiased;
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+ .toplevel_page_premium-addons > div.wp-menu-image::before {
28
+ position: relative;
29
+ top: 5px;
30
+ content: "\e94e";
31
+ /* use !important to prevent issues with browser extensions that change fonts */
32
+ font-family: "pa-dash" !important;
33
+ speak: none;
34
+ font-style: normal;
35
+ font-variant: normal;
36
+ text-transform: none;
37
+ line-height: 1;
38
+ /* Better Font Rendering =========== */
39
+ -webkit-font-smoothing: antialiased;
40
+ -moz-osx-font-smoothing: grayscale;
41
+ font-size: 21px;
42
+ }
admin/assets/js/admin.js CHANGED
@@ -1,374 +1,374 @@
1
- (function ($) {
2
-
3
- "use strict";
4
-
5
- var redHadfontLink = document.createElement('link');
6
- redHadfontLink.rel = 'stylesheet';
7
- redHadfontLink.href = 'https://fonts.googleapis.com/css?family=Red Hat Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';
8
- redHadfontLink.type = 'text/css';
9
- document.head.appendChild(redHadfontLink);
10
-
11
- var poppinsfontLink = document.createElement('link');
12
- poppinsfontLink.rel = 'stylesheet';
13
- poppinsfontLink.href = 'https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';
14
- poppinsfontLink.type = 'text/css';
15
- document.head.appendChild(poppinsfontLink);
16
-
17
- var settings = premiumAddonsSettings.settings;
18
-
19
- window.PremiumAddonsNavigation = function () {
20
-
21
- var self = this,
22
- $tabs = $(".pa-settings-tab"),
23
- $elementsTabs = $(".pa-elements-tab");
24
-
25
- self.init = function () {
26
-
27
- if (!$tabs.length) {
28
- return;
29
- }
30
-
31
- self.initNavTabs($tabs);
32
-
33
- self.initElementsTabs($elementsTabs);
34
-
35
- self.handleElementsActions();
36
-
37
- self.handleFormSubmit();
38
-
39
- self.handleRollBack();
40
-
41
- self.handlePaproActions();
42
-
43
- };
44
-
45
- // Handle settings form submission
46
- self.handleFormSubmit = function () {
47
-
48
- var ajaxData = {
49
- 'pa-settings': 'pa_elements_settings',
50
- 'pa-features': 'pa_elements_settings',
51
- 'pa-integrations': 'pa_additional_settings',
52
- 'pa-ver-control': 'pa_additional_settings'
53
- };
54
-
55
- $('form.pa-settings-form').on(
56
- 'submit',
57
- function (e) {
58
-
59
- var $form = $(this),
60
- id = $form.attr("id");
61
-
62
- e.preventDefault();
63
-
64
- var action = ajaxData[id];
65
-
66
- if (!action) {
67
- return;
68
- }
69
-
70
- if ('pa_additional_settings' === action) {
71
- $form = $('form#pa-ver-control, form#pa-integrations');
72
- } else {
73
- $form = $('form#pa-settings, form#pa-features');
74
- }
75
-
76
- $.ajax(
77
- {
78
- url: settings.ajaxurl,
79
- type: 'POST',
80
- data: {
81
- action: action,
82
- security: settings.nonce,
83
- fields: $form.serialize(),
84
- },
85
- success: function (response) {
86
-
87
- console.log(response);
88
-
89
- Swal.fire(
90
- {
91
- type: 'success',
92
- title: 'Settings Saved!',
93
- footer: 'Have Fun :-)',
94
- showConfirmButton: false,
95
- timer: 1000
96
- }
97
- );
98
- },
99
- error: function (err) {
100
-
101
- console.log(err);
102
-
103
- Swal.fire(
104
- {
105
- type: 'error',
106
- title: 'Oops...',
107
- text: 'Something went wrong!'
108
- }
109
- );
110
-
111
- }
112
- }
113
- );
114
- }
115
- );
116
-
117
- };
118
-
119
- // Handle global enable/disable buttons
120
- self.handleElementsActions = function () {
121
-
122
- $(".pa-elements-filter select").on(
123
- 'change',
124
- function () {
125
- var filter = $(this).val(),
126
- $activeTab = $(".pa-switchers-container").not(".hidden");
127
-
128
- $activeTab.find(".pa-switcher").removeClass("hidden");
129
-
130
- if ('free' === filter) {
131
- $activeTab.find(".pro-element").addClass("hidden");
132
- } else if ('pro' === filter) {
133
- $activeTab.find(".pa-switcher").not(".pro-element").addClass("hidden");
134
- }
135
- }
136
- );
137
-
138
- // Enable/Disable all widgets
139
- $(".pa-btn-group").on(
140
- "click",
141
- '.pa-btn',
142
- function () {
143
-
144
- var $btn = $(this),
145
- isChecked = $btn.hasClass("pa-btn-enable");
146
-
147
- if (!$btn.hasClass("active")) {
148
- $(".pa-btn-group .pa-btn").removeClass("active");
149
- $btn.addClass("active");
150
-
151
- $.ajax(
152
- {
153
- url: settings.ajaxurl,
154
- type: 'POST',
155
- data: {
156
- action: 'pa_save_global_btn',
157
- security: settings.nonce,
158
- isGlobalOn: isChecked
159
- }
160
- }
161
- );
162
-
163
- }
164
-
165
- $("#pa-modules .pa-switcher input").prop("checked", isChecked);
166
-
167
- }
168
- );
169
-
170
- $("#pa-modules .pa-switcher input").on(
171
- 'change',
172
- function () {
173
- var $this = $(this),
174
- id = $this.attr('id'),
175
- isChecked = $this.prop('checked');
176
-
177
- $("input[name='" + id + "']").prop('checked', isChecked);
178
- }
179
- )
180
-
181
- };
182
-
183
- // Handle Tabs Elements
184
- self.initElementsTabs = function ($elem) {
185
-
186
- var $links = $elem.find('a'),
187
- $sections = $(".pa-switchers-container");
188
-
189
- $sections.eq(0).removeClass("hidden");
190
- $links.eq(0).addClass("active");
191
-
192
- $links.on(
193
- 'click',
194
- function (e) {
195
-
196
- e.preventDefault();
197
-
198
- var $link = $(this),
199
- href = $link.attr('href');
200
-
201
- // Set this tab to active
202
- $links.removeClass("active");
203
- $link.addClass("active");
204
-
205
- // Navigate to tab section
206
- $sections.addClass("hidden");
207
- $("#" + href).removeClass("hidden");
208
-
209
- }
210
- );
211
- };
212
-
213
- // Handle settings tabs
214
- self.initNavTabs = function ($elem) {
215
-
216
- var $links = $elem.find('a'),
217
- $lastSection = null;
218
-
219
- $(window).on(
220
- 'hashchange',
221
- function () {
222
-
223
- var hash = window.location.hash.match(new RegExp('tab=([^&]*)')),
224
- slug = hash ? hash[1] : $links.first().attr('href').replace('#tab=', ''),
225
- $link = $('#pa-tab-link-' + slug);
226
-
227
- if (!$link.length) {
228
- return
229
-
230
- $link.closest('.pa-settings-tab').addClass('pa-tab-active').siblings().removeClass('pa-tab-active');
231
- }
232
- $links.removeClass('pa-section-active');
233
- $link.addClass('pa-section-active');
234
-
235
- // Hide the last active section
236
- if ($lastSection) {
237
- $lastSection.hide();
238
- }
239
-
240
- var $section = $('#pa-section-' + slug);
241
- $section.css(
242
- {
243
- display: 'block'
244
- }
245
- );
246
-
247
- $lastSection = $section;
248
-
249
- }
250
- ).trigger('hashchange');
251
-
252
- };
253
-
254
- self.handleRollBack = function () {
255
-
256
- // Rollback button
257
- $('.pa-rollback-button').on(
258
- 'click',
259
- function (event) {
260
-
261
- event.preventDefault();
262
-
263
- var $this = $(this),
264
- href = $this.attr('href');
265
-
266
- if (!href) {
267
- return;
268
- }
269
-
270
- // Show PAPRO stable version if PAPRO Rollback is clicked
271
- var isPAPRO = '';
272
- if (-1 !== href.indexOf('papro_rollback')) {
273
- isPAPRO = 'papro_';
274
- }
275
-
276
- var premiumRollBackConfirm = premiumAddonsSettings.premiumRollBackConfirm;
277
-
278
- var dialogsManager = new DialogsManager.Instance();
279
-
280
- dialogsManager.createWidget(
281
- 'confirm',
282
- {
283
- headerMessage: premiumRollBackConfirm.i18n.rollback_to_previous_version,
284
- message: premiumRollBackConfirm['i18n'][isPAPRO + 'rollback_confirm'],
285
- strings: {
286
- cancel: premiumRollBackConfirm.i18n.cancel,
287
- confirm: premiumRollBackConfirm.i18n.yes,
288
- },
289
- onConfirm: function () {
290
-
291
- $this.addClass('loading');
292
-
293
- location.href = $this.attr('href');
294
-
295
- }
296
- }
297
- ).show();
298
- }
299
- );
300
-
301
- };
302
-
303
- self.handlePaproActions = function () {
304
-
305
- // Trigger SWAL for PRO elements
306
- $(".pro-slider").on(
307
- 'click',
308
- function () {
309
-
310
- var redirectionLink = " https://premiumaddons.com/pro/?utm_source=wp-menu&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=";
311
-
312
- Swal.fire(
313
- {
314
- title: '<span class="pa-swal-head">Get PRO Widgets & Addons<span>',
315
- html: 'Supercharge your Elementor with PRO widgets and addons that you won’t find anywhere else.',
316
- type: 'warning',
317
- showCloseButton: true,
318
- showCancelButton: true,
319
- cancelButtonText: "More Info",
320
- focusConfirm: true,
321
- customClass: 'pa-swal',
322
- }
323
- ).then(
324
- function (res) {
325
- // Handle More Info button
326
- if (res.dismiss === 'cancel') {
327
- window.open(redirectionLink + settings.theme, '_blank');
328
- }
329
-
330
- }
331
- );
332
- }
333
- );
334
-
335
- // Trigger SWAL for White Labeling
336
- $(".premium-white-label-form.pro-inactive").on(
337
- 'submit',
338
- function (e) {
339
-
340
- e.preventDefault();
341
-
342
- var redirectionLink = " https://premiumaddons.com/pro/?utm_source=wp-menu&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=";
343
-
344
- Swal.fire(
345
- {
346
- title: '<span class="pa-swal-head">Enable White Labeling Options<span>',
347
- html: 'Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.',
348
- type: 'warning',
349
- showCloseButton: true,
350
- showCancelButton: true,
351
- cancelButtonText: "More Info",
352
- focusConfirm: true
353
- }
354
- ).then(
355
- function (res) {
356
- // Handle More Info button
357
- if (res.dismiss === 'cancel') {
358
- window.open(redirectionLink + settings.theme, '_blank');
359
- }
360
-
361
- }
362
- );
363
- }
364
- );
365
-
366
- };
367
-
368
- };
369
-
370
- var instance = new PremiumAddonsNavigation();
371
-
372
- instance.init();
373
-
374
- })(jQuery);
1
+ (function ($) {
2
+
3
+ "use strict";
4
+
5
+ var redHadfontLink = document.createElement('link');
6
+ redHadfontLink.rel = 'stylesheet';
7
+ redHadfontLink.href = 'https://fonts.googleapis.com/css?family=Red Hat Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';
8
+ redHadfontLink.type = 'text/css';
9
+ document.head.appendChild(redHadfontLink);
10
+
11
+ var poppinsfontLink = document.createElement('link');
12
+ poppinsfontLink.rel = 'stylesheet';
13
+ poppinsfontLink.href = 'https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';
14
+ poppinsfontLink.type = 'text/css';
15
+ document.head.appendChild(poppinsfontLink);
16
+
17
+ var settings = premiumAddonsSettings.settings;
18
+
19
+ window.PremiumAddonsNavigation = function () {
20
+
21
+ var self = this,
22
+ $tabs = $(".pa-settings-tab"),
23
+ $elementsTabs = $(".pa-elements-tab");
24
+
25
+ self.init = function () {
26
+
27
+ if (!$tabs.length) {
28
+ return;
29
+ }
30
+
31
+ self.initNavTabs($tabs);
32
+
33
+ self.initElementsTabs($elementsTabs);
34
+
35
+ self.handleElementsActions();
36
+
37
+ self.handleFormSubmit();
38
+
39
+ self.handleRollBack();
40
+
41
+ self.handlePaproActions();
42
+
43
+ };
44
+
45
+ // Handle settings form submission
46
+ self.handleFormSubmit = function () {
47
+
48
+ var ajaxData = {
49
+ 'pa-settings': 'pa_elements_settings',
50
+ 'pa-features': 'pa_elements_settings',
51
+ 'pa-integrations': 'pa_additional_settings',
52
+ 'pa-ver-control': 'pa_additional_settings'
53
+ };
54
+
55
+ $('form.pa-settings-form').on(
56
+ 'submit',
57
+ function (e) {
58
+
59
+ var $form = $(this),
60
+ id = $form.attr("id");
61
+
62
+ e.preventDefault();
63
+
64
+ var action = ajaxData[id];
65
+
66
+ if (!action) {
67
+ return;
68
+ }
69
+
70
+ if ('pa_additional_settings' === action) {
71
+ $form = $('form#pa-ver-control, form#pa-integrations');
72
+ } else {
73
+ $form = $('form#pa-settings, form#pa-features');
74
+ }
75
+
76
+ $.ajax(
77
+ {
78
+ url: settings.ajaxurl,
79
+ type: 'POST',
80
+ data: {
81
+ action: action,
82
+ security: settings.nonce,
83
+ fields: $form.serialize(),
84
+ },
85
+ success: function (response) {
86
+
87
+ console.log(response);
88
+
89
+ Swal.fire(
90
+ {
91
+ type: 'success',
92
+ title: 'Settings Saved!',
93
+ footer: 'Have Fun :-)',
94
+ showConfirmButton: false,
95
+ timer: 1000
96
+ }
97
+ );
98
+ },
99
+ error: function (err) {
100
+
101
+ console.log(err);
102
+
103
+ Swal.fire(
104
+ {
105
+ type: 'error',
106
+ title: 'Oops...',
107
+ text: 'Something went wrong!'
108
+ }
109
+ );
110
+
111
+ }
112
+ }
113
+ );
114
+ }
115
+ );
116
+
117
+ };
118
+
119
+ // Handle global enable/disable buttons
120
+ self.handleElementsActions = function () {
121
+
122
+ $(".pa-elements-filter select").on(
123
+ 'change',
124
+ function () {
125
+ var filter = $(this).val(),
126
+ $activeTab = $(".pa-switchers-container").not(".hidden");
127
+
128
+ $activeTab.find(".pa-switcher").removeClass("hidden");
129
+
130
+ if ('free' === filter) {
131
+ $activeTab.find(".pro-element").addClass("hidden");
132
+ } else if ('pro' === filter) {
133
+ $activeTab.find(".pa-switcher").not(".pro-element").addClass("hidden");
134
+ }
135
+ }
136
+ );
137
+
138
+ // Enable/Disable all widgets
139
+ $(".pa-btn-group").on(
140
+ "click",
141
+ '.pa-btn',
142
+ function () {
143
+
144
+ var $btn = $(this),
145
+ isChecked = $btn.hasClass("pa-btn-enable");
146
+
147
+ if (!$btn.hasClass("active")) {
148
+ $(".pa-btn-group .pa-btn").removeClass("active");
149
+ $btn.addClass("active");
150
+
151
+ $.ajax(
152
+ {
153
+ url: settings.ajaxurl,
154
+ type: 'POST',
155
+ data: {
156
+ action: 'pa_save_global_btn',
157
+ security: settings.nonce,
158
+ isGlobalOn: isChecked
159
+ }
160
+ }
161
+ );
162
+
163
+ }
164
+
165
+ $("#pa-modules .pa-switcher input").prop("checked", isChecked);
166
+
167
+ }
168
+ );
169
+
170
+ $("#pa-modules .pa-switcher input").on(
171
+ 'change',
172
+ function () {
173
+ var $this = $(this),
174
+ id = $this.attr('id'),
175
+ isChecked = $this.prop('checked');
176
+
177
+ $("input[name='" + id + "']").prop('checked', isChecked);
178
+ }
179
+ )
180
+
181
+ };
182
+
183
+ // Handle Tabs Elements
184
+ self.initElementsTabs = function ($elem) {
185
+
186
+ var $links = $elem.find('a'),
187
+ $sections = $(".pa-switchers-container");
188
+
189
+ $sections.eq(0).removeClass("hidden");
190
+ $links.eq(0).addClass("active");
191
+
192
+ $links.on(
193
+ 'click',
194
+ function (e) {
195
+
196
+ e.preventDefault();
197
+
198
+ var $link = $(this),
199
+ href = $link.attr('href');
200
+
201
+ // Set this tab to active
202
+ $links.removeClass("active");
203
+ $link.addClass("active");
204
+
205
+ // Navigate to tab section
206
+ $sections.addClass("hidden");
207
+ $("#" + href).removeClass("hidden");
208
+
209
+ }
210
+ );
211
+ };
212
+
213
+ // Handle settings tabs
214
+ self.initNavTabs = function ($elem) {
215
+
216
+ var $links = $elem.find('a'),
217
+ $lastSection = null;
218
+
219
+ $(window).on(
220
+ 'hashchange',
221
+ function () {
222
+
223
+ var hash = window.location.hash.match(new RegExp('tab=([^&]*)')),
224
+ slug = hash ? hash[1] : $links.first().attr('href').replace('#tab=', ''),
225
+ $link = $('#pa-tab-link-' + slug);
226
+
227
+ if (!$link.length) {
228
+ return
229
+
230
+ $link.closest('.pa-settings-tab').addClass('pa-tab-active').siblings().removeClass('pa-tab-active');
231
+ }
232
+ $links.removeClass('pa-section-active');
233
+ $link.addClass('pa-section-active');
234
+
235
+ // Hide the last active section
236
+ if ($lastSection) {
237
+ $lastSection.hide();
238
+ }
239
+
240
+ var $section = $('#pa-section-' + slug);
241
+ $section.css(
242
+ {
243
+ display: 'block'
244
+ }
245
+ );
246
+
247
+ $lastSection = $section;
248
+
249
+ }
250
+ ).trigger('hashchange');
251
+
252
+ };
253
+
254
+ self.handleRollBack = function () {
255
+
256
+ // Rollback button
257
+ $('.pa-rollback-button').on(
258
+ 'click',
259
+ function (event) {
260
+
261
+ event.preventDefault();
262
+
263
+ var $this = $(this),
264
+ href = $this.attr('href');
265
+
266
+ if (!href) {
267
+ return;
268
+ }
269
+
270
+ // Show PAPRO stable version if PAPRO Rollback is clicked
271
+ var isPAPRO = '';
272
+ if (-1 !== href.indexOf('papro_rollback')) {
273
+ isPAPRO = 'papro_';
274
+ }
275
+
276
+ var premiumRollBackConfirm = premiumAddonsSettings.premiumRollBackConfirm;
277
+
278
+ var dialogsManager = new DialogsManager.Instance();
279
+
280
+ dialogsManager.createWidget(
281
+ 'confirm',
282
+ {
283
+ headerMessage: premiumRollBackConfirm.i18n.rollback_to_previous_version,
284
+ message: premiumRollBackConfirm['i18n'][isPAPRO + 'rollback_confirm'],
285
+ strings: {
286
+ cancel: premiumRollBackConfirm.i18n.cancel,
287
+ confirm: premiumRollBackConfirm.i18n.yes,
288
+ },
289
+ onConfirm: function () {
290
+
291
+ $this.addClass('loading');
292
+
293
+ location.href = $this.attr('href');
294
+
295
+ }
296
+ }
297
+ ).show();
298
+ }
299
+ );
300
+
301
+ };
302
+
303
+ self.handlePaproActions = function () {
304
+
305
+ // Trigger SWAL for PRO elements
306
+ $(".pro-slider").on(
307
+ 'click',
308
+ function () {
309
+
310
+ var redirectionLink = " https://premiumaddons.com/pro/?utm_source=wp-menu&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=";
311
+
312
+ Swal.fire(
313
+ {
314
+ title: '<span class="pa-swal-head">Get PRO Widgets & Addons<span>',
315
+ html: 'Supercharge your Elementor with PRO widgets and addons that you won’t find anywhere else.',
316
+ type: 'warning',
317
+ showCloseButton: true,
318
+ showCancelButton: true,
319
+ cancelButtonText: "More Info",
320
+ focusConfirm: true,
321
+ customClass: 'pa-swal',
322
+ }
323
+ ).then(
324
+ function (res) {
325
+ // Handle More Info button
326
+ if (res.dismiss === 'cancel') {
327
+ window.open(redirectionLink + settings.theme, '_blank');
328
+ }
329
+
330
+ }
331
+ );
332
+ }
333
+ );
334
+
335
+ // Trigger SWAL for White Labeling
336
+ $(".premium-white-label-form.pro-inactive").on(
337
+ 'submit',
338
+ function (e) {
339
+
340
+ e.preventDefault();
341
+
342
+ var redirectionLink = " https://premiumaddons.com/pro/?utm_source=wp-menu&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=";
343
+
344
+ Swal.fire(
345
+ {
346
+ title: '<span class="pa-swal-head">Enable White Labeling Options<span>',
347
+ html: 'Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.',
348
+ type: 'warning',
349
+ showCloseButton: true,
350
+ showCancelButton: true,
351
+ cancelButtonText: "More Info",
352
+ focusConfirm: true
353
+ }
354
+ ).then(
355
+ function (res) {
356
+ // Handle More Info button
357
+ if (res.dismiss === 'cancel') {
358
+ window.open(redirectionLink + settings.theme, '_blank');
359
+ }
360
+
361
+ }
362
+ );
363
+ }
364
+ );
365
+
366
+ };
367
+
368
+ };
369
+
370
+ var instance = new PremiumAddonsNavigation();
371
+
372
+ instance.init();
373
+
374
+ })(jQuery);
admin/assets/js/pa-notice.js CHANGED
@@ -1,64 +1,64 @@
1
- (function ($) {
2
-
3
- var $noticeWrap = $( ".pa-notice-wrap" ),
4
- notice = $noticeWrap.data( 'notice' );
5
-
6
- var adminNotices = {
7
- 'major-update': 'major_update_notice',
8
- 'black-friday': 'papro_new_bf_notice'
9
- };
10
-
11
- if (undefined !== notice) {
12
-
13
- $noticeWrap.find( '.pa-notice-reset' ).on(
14
- "click",
15
- function () {
16
-
17
- $noticeWrap.css( 'display', 'none' );
18
-
19
- $.ajax(
20
- {
21
- url: ajaxurl,
22
- type: 'POST',
23
- data: {
24
- action: 'pa_reset_admin_notice',
25
- notice: $noticeWrap.data( 'notice' )
26
- }
27
- }
28
- );
29
-
30
- }
31
- );
32
- }
33
-
34
- $( ".pa-notice-close" ).on(
35
- "click",
36
- function () {
37
-
38
- var noticeID = $( this ).data( 'notice' );
39
-
40
- if (noticeID) {
41
- $( this ).closest( '.pa-new-feature-notice' ).remove();
42
-
43
- $.ajax(
44
- {
45
- url: ajaxurl,
46
- type: 'POST',
47
- data: {
48
- action: 'pa_dismiss_admin_notice',
49
- notice: adminNotices[noticeID]
50
- },
51
- success: function (res) {
52
- console.log( res );
53
- },
54
- error: function (err) {
55
- console.log( err );
56
- }
57
- }
58
- );
59
- }
60
-
61
- }
62
- );
63
-
64
- })( jQuery );
1
+ (function ($) {
2
+
3
+ var $noticeWrap = $( ".pa-notice-wrap" ),
4
+ notice = $noticeWrap.data( 'notice' );
5
+
6
+ var adminNotices = {
7
+ 'major-update': 'major_update_notice',
8
+ 'black-friday': 'papro_new_bf_notice'
9
+ };
10
+
11
+ if (undefined !== notice) {
12
+
13
+ $noticeWrap.find( '.pa-notice-reset' ).on(
14
+ "click",
15
+ function () {
16
+
17
+ $noticeWrap.css( 'display', 'none' );
18
+
19
+ $.ajax(
20
+ {
21
+ url: ajaxurl,
22
+ type: 'POST',
23
+ data: {
24
+ action: 'pa_reset_admin_notice',
25
+ notice: $noticeWrap.data( 'notice' )
26
+ }
27
+ }
28
+ );
29
+
30
+ }
31
+ );
32
+ }
33
+
34
+ $( ".pa-notice-close" ).on(
35
+ "click",
36
+ function () {
37
+
38
+ var noticeID = $( this ).data( 'notice' );
39
+
40
+ if (noticeID) {
41
+ $( this ).closest( '.pa-new-feature-notice' ).remove();
42
+
43
+ $.ajax(
44
+ {
45
+ url: ajaxurl,
46
+ type: 'POST',
47
+ data: {
48
+ action: 'pa_dismiss_admin_notice',
49
+ notice: adminNotices[noticeID]
50
+ },
51
+ success: function (res) {
52
+ console.log( res );
53
+ },
54
+ error: function (err) {
55
+ console.log( err );
56
+ }
57
+ }
58
+ );
59
+ }
60
+
61
+ }
62
+ );
63
+
64
+ })( jQuery );
admin/includes/admin-helper.php CHANGED
@@ -1,830 +1,830 @@
1
- <?php
2
- /**
3
- * PA Admin Helper
4
- */
5
-
6
- namespace PremiumAddons\Admin\Includes;
7
-
8
- use PremiumAddons\Includes\Helper_Functions;
9
-
10
- if ( ! defined( 'ABSPATH' ) ) {
11
- exit;
12
- }
13
-
14
- /**
15
- * Class Admin_Helper
16
- */
17
- class Admin_Helper {
18
-
19
- /**
20
- * Admin settings tabs
21
- *
22
- * @var tabs
23
- */
24
- private static $tabs = null;
25
-
26
- /**
27
- * Class instance
28
- *
29
- * @var instance
30
- */
31
- private static $instance = null;
32
-
33
- /**
34
- * Premium Addons Settings Page Slug
35
- *
36
- * @var page_slug
37
- */
38
- protected $page_slug = 'premium-addons';
39
-
40
- /**
41
- * Current Screen ID
42
- *
43
- * @var current_screen
44
- */
45
- public static $current_screen = null;
46
-
47
- /**
48
- * Elements List
49
- *
50
- * @var elements_list
51
- */
52
- public static $elements_list = null;
53
-
54
- /**
55
- * Integrations List
56
- *
57
- * @var integrations_list
58
- */
59
- public static $integrations_list = null;
60
-
61
- /**
62
- * Constructor for the class
63
- */
64
- public function __construct() {
65
-
66
- // Get current screen ID.
67
- add_action( 'current_screen', array( $this, 'get_current_screen' ) );
68
-
69
- // Insert admin settings submenus.
70
- $this->set_admin_tabs();
71
- add_action( 'admin_menu', array( $this, 'add_menu_tabs' ), 100 );
72
-
73
- // Enqueue required admin scripts.
74
- add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
75
-
76
- // Plugin Action Links.
77
- add_filter( 'plugin_action_links_' . PREMIUM_ADDONS_BASENAME, array( $this, 'insert_action_links' ) );
78
- add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 2 );
79
-
80
- // Register AJAX HOOKS.
81
- add_action( 'wp_ajax_pa_save_global_btn', array( $this, 'save_global_btn_value' ) );
82
- add_action( 'wp_ajax_pa_elements_settings', array( $this, 'save_settings' ) );
83
- add_action( 'wp_ajax_pa_additional_settings', array( $this, 'save_additional_settings' ) );
84
-
85
- add_action( 'pa_before_render_admin_tabs', array( $this, 'render_dashboard_header' ) );
86
-
87
- // Register Rollback hooks.
88
- add_action( 'admin_post_premium_addons_rollback', array( $this, 'run_pa_rollback' ) );
89
-
90
- // Beta_Testers::get_instance();
91
-
92
- if ( is_admin() ) {
93
- $current_page = $_SERVER['REQUEST_URI'];
94
- if ( false === strpos( $current_page, 'action=elementor' ) ) {
95
- Admin_Notices::get_instance();
96
-
97
- // PA Duplicator.
98
- if ( self::check_duplicator() ) {
99
- Duplicator::get_instance();
100
- }
101
- }
102
- }
103
-
104
- }
105
-
106
- /**
107
- * Get Elements List
108
- *
109
- * Get a list of all the elements available in the plugin
110
- *
111
- * @since 3.20.9
112
- * @access private
113
- *
114
- * @return array widget_list
115
- */
116
- private static function get_elements_list() {
117
-
118
- if ( null === self::$elements_list ) {
119
-
120
- self::$elements_list = require_once PREMIUM_ADDONS_PATH . 'admin/includes/elements.php';
121
-
122
- }
123
-
124
- return self::$elements_list;
125
-
126
- }
127
-
128
- /**
129
- * Get Integrations List
130
- *
131
- * Get a list of all the integrations available in the plugin
132
- *
133
- * @since 3.20.9
134
- * @access private
135
- *
136
- * @return array integrations_list
137
- */
138
- private static function get_integrations_list() {
139
-
140
- if ( null === self::$integrations_list ) {
141
-
142
- self::$integrations_list = array(
143
- 'premium-map-api',
144
- 'premium-youtube-api',
145
- 'premium-map-disable-api',
146
- 'premium-map-cluster',
147
- 'premium-map-locale',
148
- 'is-beta-tester',
149
- );
150
-
151
- }
152
-
153
- return self::$integrations_list;
154
-
155
- }
156
-
157
- /**
158
- * Admin Enqueue Scripts
159
- *
160
- * Enqueue the required assets on our admin pages
161
- *
162
- * @since 1.0.0
163
- * @access public
164
- */
165
- public function admin_enqueue_scripts() {
166
-
167
- wp_enqueue_style(
168
- 'pa_admin_icon',
169
- PREMIUM_ADDONS_URL . 'admin/assets/fonts/style.css',
170
- array(),
171
- PREMIUM_ADDONS_VERSION,
172
- 'all'
173
- );
174
-
175
- $suffix = is_rtl() ? '-rtl' : '';
176
-
177
- $current_screen = self::get_current_screen();
178
-
179
- wp_enqueue_style(
180
- 'pa-notice-css',
181
- PREMIUM_ADDONS_URL . 'admin/assets/css/notice' . $suffix . '.css',
182
- array(),
183
- PREMIUM_ADDONS_VERSION,
184
- 'all'
185
- );
186
-
187
- if ( strpos( $current_screen, $this->page_slug ) !== false ) {
188
-
189
- wp_enqueue_style(
190
- 'pa-admin-css',
191
- PREMIUM_ADDONS_URL . 'admin/assets/css/admin' . $suffix . '.css',
192
- array(),
193
- PREMIUM_ADDONS_VERSION,
194
- 'all'
195
- );
196
-
197
- wp_enqueue_style(
198
- 'pa-sweetalert-style',
199
- PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/sweetalert2.min.css',
200
- array(),
201
- PREMIUM_ADDONS_VERSION,
202
- 'all'
203
- );
204
-
205
- wp_enqueue_script(
206
- 'pa-admin-js',
207
- PREMIUM_ADDONS_URL . 'admin/assets/js/admin.js',
208
- array( 'jquery' ),
209
- PREMIUM_ADDONS_VERSION,
210
- true
211
- );
212
-
213
- wp_enqueue_script(
214
- 'pa-sweetalert-core',
215
- PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/core.js',
216
- array( 'jquery' ),
217
- PREMIUM_ADDONS_VERSION,
218
- true
219
- );
220
-
221
- wp_enqueue_script(
222
- 'pa-sweetalert',
223
- PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/sweetalert2.min.js',
224
- array( 'jquery', 'pa-sweetalert-core' ),
225
- PREMIUM_ADDONS_VERSION,
226
- true
227
- );
228
-
229
- $theme_slug = Helper_Functions::get_installed_theme();
230
-
231
- $localized_data = array(
232
- 'settings' => array(
233
- 'ajaxurl' => admin_url( 'admin-ajax.php' ),
234
- 'nonce' => wp_create_nonce( 'pa-settings-tab' ),
235
- 'theme' => $theme_slug,
236
- ),
237
- 'premiumRollBackConfirm' => array(
238
- 'home_url' => home_url(),
239
- 'i18n' => array(
240
- 'rollback_to_previous_version' => __( 'Rollback to Previous Version', 'premium-addons-for-elementor' ),
241
- /* translators: %s: PA stable version */
242
- 'rollback_confirm' => sprintf( __( 'Are you sure you want to reinstall version %s?', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION ),
243
- 'yes' => __( 'Continue', 'premium-addons-for-elementor' ),
244
- 'cancel' => __( 'Cancel', 'premium-addons-for-elementor' ),
245
- ),
246
- ),
247
- );
248
-
249
- // Add PAPRO Rollback Confirm message if PAPRO installed.
250
- if ( Helper_Functions::check_papro_version() ) {
251
- /* translators: %s: PA stable version */
252
- $localized_data['premiumRollBackConfirm']['i18n']['papro_rollback_confirm'] = sprintf( __( 'Are you sure you want to reinstall version %s?', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION );
253
- }
254
-
255
- wp_localize_script( 'pa-admin-js', 'premiumAddonsSettings', $localized_data );
256
-
257
- }
258
- }
259
-
260
- /**
261
- * Insert action links.
262
- *
263
- * Adds action links to the plugin list table
264
- *
265
- * Fired by `plugin_action_links` filter.
266
- *
267
- * @param array $links plugin action links.
268
- *
269
- * @since 1.0.0
270
- * @access public
271
- */
272
- public function insert_action_links( $links ) {
273
-
274
- $papro_path = 'premium-addons-pro/premium-addons-pro-for-elementor.php';
275
-
276
- $is_papro_installed = Helper_Functions::is_plugin_installed( $papro_path );
277
-
278
- $settings_link = sprintf( '<a href="%1$s">%2$s</a>', admin_url( 'admin.php?page=' . $this->page_slug . '#tab=elements' ), __( 'Settings', 'premium-addons-for-elementor' ) );
279
-
280
- $rollback_link = sprintf( '<a href="%1$s">%2$s %3$s</a>', wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ), __( 'Rollback to Version ', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION );
281
-
282
- $new_links = array( $settings_link, $rollback_link );
283
-
284
- if ( ! $is_papro_installed ) {
285
-
286
- $link = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro', 'plugins-page', 'wp-dash', 'get-pro' );
287
-
288
- $pro_link = sprintf( '<a href="%s" target="_blank" style="color: #39b54a; font-weight: bold;">%s</a>', $link, __( 'Go Pro', 'premium-addons-for-elementor' ) );
289
- array_push( $new_links, $pro_link );
290
- }
291
-
292
- $new_links = array_merge( $links, $new_links );
293
-
294
- return $new_links;
295
- }
296
-
297
- /**
298
- * Plugin row meta.
299
- *
300
- * Extends plugin row meta links
301
- *
302
- * Fired by `plugin_row_meta` filter.
303
- *
304
- * @since 3.8.4
305
- * @access public
306
- *
307
- * @param array $meta array of the plugin's metadata.
308
- * @param string $file path to the plugin file.
309
- *
310
- * @return array An array of plugin row meta links.
311
- */
312
- public function plugin_row_meta( $meta, $file ) {
313
-
314
- if ( Helper_Functions::is_hide_row_meta() ) {
315
- return $meta;
316
- }
317
-
318
- if ( PREMIUM_ADDONS_BASENAME === $file ) {
319
-
320
- $link = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/support', 'plugins-page', 'wp-dash', 'get-support' );
321
-
322
- $row_meta = array(
323
- 'docs' => '<a href="' . esc_attr( $link ) . '" aria-label="' . esc_attr( __( 'View Premium Addons for Elementor Documentation', 'premium-addons-for-elementor' ) ) . '" target="_blank">' . __( 'Docs & FAQs', 'premium-addons-for-elementor' ) . '</a>',
324
- 'videos' => '<a href="https://www.youtube.com/watch?v=D3INxWw_jKI&list=PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv" aria-label="' . esc_attr( __( 'View Premium Addons Video Tutorials', 'premium-addons-for-elementor' ) ) . '" target="_blank">' . __( 'Video Tutorials', 'premium-addons-for-elementor' ) . '</a>',
325
- );
326
-
327
- $meta = array_merge( $meta, $row_meta );
328
- }
329
-
330
- return $meta;
331
-
332
- }
333
-
334
- /**
335
- * Gets current screen slug
336
- *
337
- * @since 3.3.8
338
- * @access public
339
- *
340
- * @return string current screen slug
341
- */
342
- public static function get_current_screen() {
343
-
344
- self::$current_screen = get_current_screen()->id;
345
-
346
- return isset( self::$current_screen ) ? self::$current_screen : false;
347
-
348
- }
349
-
350
- /**
351
- * Set Admin Tabs
352
- *
353
- * @access private
354
- * @since 3.20.8
355
- */
356
- private function set_admin_tabs() {
357
-
358
- $slug = $this->page_slug;
359
-
360
- self::$tabs = array(
361
- 'general' => array(
362
- 'id' => 'general',
363
- 'slug' => $slug . '#tab=general',
364
- 'title' => __( 'General', 'premium-addons-for-elementor' ),
365
- 'href' => '#tab=general',
366
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/general',
367
- ),
368
- 'elements' => array(
369
- 'id' => 'elements',
370
- 'slug' => $slug . '#tab=elements',
371
- 'title' => __( 'Widgets & Add-ons', 'premium-addons-for-elementor' ),
372
- 'href' => '#tab=elements',
373
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/modules-settings',
374
- ),
375
- 'features' => array(
376
- 'id' => 'features',
377
- 'slug' => $slug . '#tab=features',
378
- 'title' => __( 'Features', 'premium-addons-for-elementor' ),
379
- 'href' => '#tab=features',
380
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/features',
381
- ),
382
- 'integrations' => array(
383
- 'id' => 'integrations',
384
- 'slug' => $slug . '#tab=integrations',
385
- 'title' => __( 'Integrations', 'premium-addons-for-elementor' ),
386
- 'href' => '#tab=integrations',
387
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/integrations',
388
- ),
389
- 'version-control' => array(
390
- 'id' => 'vcontrol',
391
- 'slug' => $slug . '#tab=vcontrol',
392
- 'title' => __( 'Version Control', 'premium-addons-for-elementor' ),
393
- 'href' => '#tab=vcontrol',
394
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/version-control',
395
- ),
396
- 'white-label' => array(
397
- 'id' => 'white-label',
398
- 'slug' => $slug . '#tab=white-label',
399
- 'title' => __( 'White Labeling', 'premium-addons-for-elementor' ),
400
- 'href' => '#tab=white-label',
401
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/white-label',
402
- ),
403
- 'info' => array(
404
- 'id' => 'system-info',
405
- 'slug' => $slug . '#tab=system-info',
406
- 'title' => __( 'System Info', 'premium-addons-for-elementor' ),
407
- 'href' => '#tab=system-info',
408
- 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/info',
409
- ),
410
- );
411
-
412
- self::$tabs = apply_filters( 'pa_admin_register_tabs', self::$tabs );
413
-
414
- }
415
-
416
- /**
417
- * Add Menu Tabs
418
- *
419
- * Create Submenu Page
420
- *
421
- * @since 3.20.9
422
- * @access public
423
- *
424
- * @return void
425
- */
426
- public function add_menu_tabs() {
427
-
428
- $plugin_name = Helper_Functions::name();
429
-
430
- call_user_func(
431
- 'add_menu_page',
432
- $plugin_name,
433
- $plugin_name,
434
- 'manage_options',
435
- $this->page_slug,
436
- array( $this, 'render_setting_tabs' ),
437
- '',
438
- 100
439
- );
440
-
441
- foreach ( self::$tabs as $tab ) {
442
-
443
- call_user_func(
444
- 'add_submenu_page',
445
- $this->page_slug,
446
- $tab['title'],
447
- $tab['title'],
448
- 'manage_options',
449
- $tab['slug'],
450
- '__return_null'
451
- );
452
- }
453
-
454
- remove_submenu_page( $this->page_slug, $this->page_slug );
455
- }
456
-
457
- /**
458
- * Render Setting Tabs
459
- *
460
- * Render the final HTML content for admin setting tabs
461
- *
462
- * @access public
463
- * @since 3.20.8
464
- */
465
- public function render_setting_tabs() {
466
-
467
- ?>
468
- <div class="pa-settings-wrap">
469
- <?php do_action( 'pa_before_render_admin_tabs' ); ?>
470
- <div class="pa-settings-tabs">
471
- <ul class="pa-settings-tabs-list">
472
- <?php
473
- foreach ( self::$tabs as $key => $tab ) {
474
- $link = '<li class="pa-settings-tab">';
475
- $link .= '<a id="pa-tab-link-' . $tab['id'] . '"';
476
- $link .= ' href="' . $tab['href'] . '">';
477
- $link .= '<i class="pa-dash-' . $tab['id'] . '"></i>';
478
- $link .= '<span>' . $tab['title'] . '</span>';
479
- $link .= '</a>';
480
- $link .= '</li>';
481
-
482
- echo $link;
483
- }
484
- ?>
485
- </ul>
486
- </div> <!-- Settings Tabs -->
487
-
488
- <div class="pa-settings-sections">
489
- <?php
490
- foreach ( self::$tabs as $key => $tab ) {
491
- echo wp_kses_post( '<div id="pa-section-' . $tab['id'] . '" class="pa-section pa-section-' . $key . '">' );
492
- include_once $tab['template'] . '.php';
493
- echo '</div>';
494
- }
495
- ?>
496
- </div> <!-- Settings Sections -->
497
- <?php do_action( 'pa_after_render_admin_tabs' ); ?>
498
- </div> <!-- Settings Wrap -->
499
- <?php
500
- }
501
-
502
- /**
503
- * Render Dashboard Header
504
- *
505
- * @since 4.0.0
506
- * @access public
507
- */
508
- public function render_dashboard_header() {
509
-
510
- $url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'settings-page', 'wp-dash', 'dashboard' );
511
-
512
- $show_logo = Helper_Functions::is_hide_logo();
513
-
514
- ?>
515
-
516
- <div class="papro-admin-notice">
517
- <?php if ( ! $show_logo ) : ?>
518
- <div class="papro-admin-notice-left">
519
- <div class="papro-admin-notice-logo">
520
- <img class="pa-notice-logo" src="<?php echo esc_attr( PREMIUM_ADDONS_URL . 'admin/images/papro-notice-logo.png' ); ?>">
521
- </div>
522
- <a href="https://premiumaddons.com" target="_blank"></a>
523
- </div>
524
- <?php endif; ?>
525
-
526
- <?php if ( ! Helper_Functions::check_papro_version() ) : ?>
527
- <div class="papro-admin-notice-right">
528
- <div class="papro-admin-notice-info">
529
- <h4>
530
- <?php echo esc_html( __( 'Get Premium Addons PRO', 'premium-addons-for-elementor' ) ); ?>
531
- </h4>
532
- <p>
533
- <?php
534
- /* translators: %s: html tags */
535
- echo wp_kses_post( sprintf( __( 'Supercharge your Elementor with %1$sPRO Widgets & Addons%2$s that you won\'t find anywhere else.', 'premium-addons-for-elementor' ), '<span>', '</span>' ) );
536
- ?>
537
- </p>
538
- </div>
539
- <div class="papro-admin-notice-cta">
540
- <a class="papro-notice-btn" href="<?php echo esc_url( $url ); ?>" target="_blank">
541
- <?php echo esc_html( __( 'Get PRO', 'premium-addons-for-elementor' ) ); ?>
542
- </a>
543
- </div>
544
- </div>
545
- <?php endif; ?>
546
- </div>
547
-
548
- <?php
549
- }
550
-
551
- /**
552
- * Save Settings
553
- *
554
- * Save elements settings using AJAX
555
- *
556
- * @access public
557
- * @since 3.20.8
558
- */
559
- public function save_settings() {
560
-
561
- check_ajax_referer( 'pa-settings-tab', 'security' );
562
-
563
- if ( ! isset( $_POST['fields'] ) ) {
564
- return;
565
- }
566
-
567
- parse_str( sanitize_text_field( $_POST['fields'] ), $settings );
568
-
569
- $defaults = self::get_default_elements();
570
-
571
- $elements = array_fill_keys( array_keys( array_intersect_key( $settings, $defaults ) ), true );
572
-
573
- $elements['is-updated'] = true;
574
-
575
- update_option( 'pa_save_settings', $elements );
576
-
577
- wp_send_json_success();
578
- }
579
-
580
- /**
581
- * Save Integrations Control Settings
582
- *
583
- * Stores integration and version control settings
584
- *
585
- * @since 3.20.8
586
- * @access public
587
- */
588
- public function save_additional_settings() {
589
-
590
- check_ajax_referer( 'pa-settings-tab', 'security' );
591
-
592
- if ( ! isset( $_POST['fields'] ) ) {
593
- return;
594
- }
595
-
596
- parse_str( sanitize_text_field( $_POST['fields'] ), $settings );
597
-
598
- $new_settings = array(
599
- 'premium-map-api' => sanitize_text_field( $settings['premium-map-api'] ),
600
- 'premium-youtube-api' => sanitize_text_field( $settings['premium-youtube-api'] ),
601
- 'premium-map-disable-api' => intval( $settings['premium-map-disable-api'] ? 1 : 0 ),
602
- 'premium-map-cluster' => intval( $settings['premium-map-cluster'] ? 1 : 0 ),
603
- 'premium-map-locale' => sanitize_text_field( $settings['premium-map-locale'] ),
604
- 'is-beta-tester' => intval( $settings['is-beta-tester'] ? 1 : 0 ),
605
- );
606
-
607
- update_option( 'pa_maps_save_settings', $new_settings );
608
-
609
- wp_send_json_success( $settings );
610
-
611
- }
612
-
613
- /**
614
- * Save Global Button Value
615
- *
616
- * Saves value for elements global switcher
617
- *
618
- * @since 4.0.0
619
- * @access public
620
- */
621
- public function save_global_btn_value() {
622
-
623
- check_ajax_referer( 'pa-settings-tab', 'security' );
624
-
625
- if ( ! isset( $_POST['isGlobalOn'] ) ) {
626
- wp_send_json_error();
627
- }
628
-
629
- $global_btn_value = sanitize_text_field( $_POST['isGlobalOn'] );
630
-
631
- update_option( 'pa_global_btn_value', $global_btn_value );
632
-
633
- wp_send_json_success();
634
-
635
- }
636
-
637
- /**
638
- * Get default Elements
639
- *
640
- * @since 3.20.9
641
- * @access private
642
- *
643
- * @return $default_keys array keys defaults
644
- */
645
- private static function get_default_elements() {
646
-
647
- $elements = self::get_elements_list();
648
-
649
- $keys = array();
650
-
651
- // Now, we need to fill our array with elements keys.
652
- foreach ( $elements as $cat ) {
653
- if ( count( $cat['elements'] ) ) {
654
- foreach ( $cat['elements'] as $elem ) {
655
- array_push( $keys, $elem['key'] );
656
- }
657
- }
658
- }
659
-
660
- // Check if settings were saved before.
661
- // $check_option = empty( get_option( 'pa_save_settings' ) ) ? true : false;
662
-
663
- $default_keys = array_fill_keys( $keys, true );
664
-
665
- return $default_keys;
666
-
667
- }
668
-
669
- /**
670
- * Get Default Interations
671
- *
672
- * @since 3.20.9
673
- * @access private
674
- *
675
- * @return $default_keys array default keys
676
- */
677
- private static function get_default_integrations() {
678
-
679
- $settings = self::get_integrations_list();
680
-
681
- $default_keys = array_fill_keys( $settings, true );
682
-
683
- // Beta Tester should NOT be enabled by default.
684
- $default_keys['is-beta-tester'] = false;
685
-
686
- return $default_keys;
687
-
688
- }
689
-
690
- /**
691
- * Get enabled widgets
692
- *
693
- * @since 3.20.9
694
- * @access public
695
- *
696
- * @return array $enabled_keys enabled elements
697
- */
698
- public static function get_enabled_elements() {
699
-
700
- $defaults = self::get_default_elements();
701
-
702
- $enabled_keys = get_option( 'pa_save_settings', $defaults );
703
-
704
- // $enabled_keys = array_intersect_key( $defaults, $enabled_keys );
705
-
706
- foreach ($defaults as $key => $value) {
707
- if( ! isset( $enabled_keys[ $key ] ) ) {
708
- $defaults[ $key ] = 0;
709
- }
710
- }
711
-
712
- return $defaults;
713
-
714
- }
715
-
716
- /**
717
- * Check If Premium Templates is enabled
718
- *
719
- * @since 3.6.0
720
- * @access public
721
- *
722
- * @return boolean
723
- */
724
- public static function check_premium_templates() {
725
-
726
- $settings = self::get_enabled_elements();
727
-
728
- if ( ! isset( $settings['premium-templates'] ) ) {
729
- return true;
730
- }
731
-
732
- $is_enabled = $settings['premium-templates'];
733
-
734
- return $is_enabled;
735
- }
736
-
737
-
738
- /**
739
- * Check If Premium Duplicator is enabled
740
- *
741
- * @since 3.20.9
742
- * @access public
743
- *
744
- * @return boolean
745
- */
746
- public static function check_duplicator() {
747
-
748
- $settings = self::get_enabled_elements();
749
-
750
- if ( ! isset( $settings['premium-duplicator'] ) ) {
751
- return true;
752
- }
753
-
754
- $is_enabled = $settings['premium-duplicator'];
755
-
756
- return $is_enabled;
757
- }
758
-
759
- /**
760
- * Get Integrations Settings
761
- *
762
- * Get plugin integrations settings
763
- *
764
- * @since 3.20.9
765
- * @access public
766
- *
767
- * @return array $settings integrations settings
768
- */
769
- public static function get_integrations_settings() {
770
-
771
- $enabled_keys = get_option( 'pa_maps_save_settings', self::get_default_integrations() );
772
-
773
- return $enabled_keys;
774
-
775
- }
776
-
777
- /**
778
- * Run PA Rollback
779
- *
780
- * Trigger PA Rollback actions
781
- *
782
- * @since 4.2.5
783
- * @access public
784
- */
785
- public function run_pa_rollback() {
786
-
787
- check_admin_referer( 'premium_addons_rollback' );
788
-
789
- $plugin_slug = basename( PREMIUM_ADDONS_FILE, '.php' );
790
-
791
- $pa_rollback = new PA_Rollback(
792
- array(
793
- 'version' => PREMIUM_ADDONS_STABLE_VERSION,
794
- 'plugin_name' => PREMIUM_ADDONS_BASENAME,
795
- 'plugin_slug' => $plugin_slug,
796
- 'package_url' => sprintf( 'https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, PREMIUM_ADDONS_STABLE_VERSION ),
797
- )
798
- );
799
-
800
- $pa_rollback->run();
801
-
802
- wp_die(
803
- '',
804
- esc_html( __( 'Rollback to Previous Version', 'premium-addons-for-elementor' ) ),
805
- array(
806
- 'response' => 200,
807
- )
808
- );
809
-
810
- }
811
-
812
- /**
813
- * Creates and returns an instance of the class
814
- *
815
- * @since 1.0.0
816
- * @access public
817
- *
818
- * @return object
819
- */
820
- public static function get_instance() {
821
-
822
- if ( ! isset( self::$instance ) ) {
823
-
824
- self::$instance = new self();
825
-
826
- }
827
-
828
- return self::$instance;
829
- }
830
- }
1
+ <?php
2
+ /**
3
+ * PA Admin Helper
4
+ */
5
+
6
+ namespace PremiumAddons\Admin\Includes;
7
+
8
+ use PremiumAddons\Includes\Helper_Functions;
9
+
10
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit;
12
+ }
13
+
14
+ /**
15
+ * Class Admin_Helper
16
+ */
17
+ class Admin_Helper {
18
+
19
+ /**
20
+ * Admin settings tabs
21
+ *
22
+ * @var tabs
23
+ */
24
+ private static $tabs = null;
25
+
26
+ /**
27
+ * Class instance
28
+ *
29
+ * @var instance
30
+ */
31
+ private static $instance = null;
32
+
33
+ /**
34
+ * Premium Addons Settings Page Slug
35
+ *
36
+ * @var page_slug
37
+ */
38
+ protected $page_slug = 'premium-addons';
39
+
40
+ /**
41
+ * Current Screen ID
42
+ *
43
+ * @var current_screen
44
+ */
45
+ public static $current_screen = null;
46
+
47
+ /**
48
+ * Elements List
49
+ *
50
+ * @var elements_list
51
+ */
52
+ public static $elements_list = null;
53
+
54
+ /**
55
+ * Integrations List
56
+ *
57
+ * @var integrations_list
58
+ */
59
+ public static $integrations_list = null;
60
+
61
+ /**
62
+ * Constructor for the class
63
+ */
64
+ public function __construct() {
65
+
66
+ // Get current screen ID.
67
+ add_action( 'current_screen', array( $this, 'get_current_screen' ) );
68
+
69
+ // Insert admin settings submenus.
70
+ $this->set_admin_tabs();
71
+ add_action( 'admin_menu', array( $this, 'add_menu_tabs' ), 100 );
72
+
73
+ // Enqueue required admin scripts.
74
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
75
+
76
+ // Plugin Action Links.
77
+ add_filter( 'plugin_action_links_' . PREMIUM_ADDONS_BASENAME, array( $this, 'insert_action_links' ) );
78
+ add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 2 );
79
+
80
+ // Register AJAX HOOKS.
81
+ add_action( 'wp_ajax_pa_save_global_btn', array( $this, 'save_global_btn_value' ) );
82
+ add_action( 'wp_ajax_pa_elements_settings', array( $this, 'save_settings' ) );
83
+ add_action( 'wp_ajax_pa_additional_settings', array( $this, 'save_additional_settings' ) );
84
+
85
+ add_action( 'pa_before_render_admin_tabs', array( $this, 'render_dashboard_header' ) );
86
+
87
+ // Register Rollback hooks.
88
+ add_action( 'admin_post_premium_addons_rollback', array( $this, 'run_pa_rollback' ) );
89
+
90
+ // Beta_Testers::get_instance();
91
+
92
+ if ( is_admin() ) {
93
+ $current_page = $_SERVER['REQUEST_URI'];
94
+ if ( false === strpos( $current_page, 'action=elementor' ) ) {
95
+ Admin_Notices::get_instance();
96
+
97
+ // PA Duplicator.
98
+ if ( self::check_duplicator() ) {
99
+ Duplicator::get_instance();
100
+ }
101
+ }
102
+ }
103
+
104
+ }
105
+
106
+ /**
107
+ * Get Elements List
108
+ *
109
+ * Get a list of all the elements available in the plugin
110
+ *
111
+ * @since 3.20.9
112
+ * @access private
113
+ *
114
+ * @return array widget_list
115
+ */
116
+ private static function get_elements_list() {
117
+
118
+ if ( null === self::$elements_list ) {
119
+
120
+ self::$elements_list = require_once PREMIUM_ADDONS_PATH . 'admin/includes/elements.php';
121
+
122
+ }
123
+
124
+ return self::$elements_list;
125
+
126
+ }
127
+
128
+ /**
129
+ * Get Integrations List
130
+ *
131
+ * Get a list of all the integrations available in the plugin
132
+ *
133
+ * @since 3.20.9
134
+ * @access private
135
+ *
136
+ * @return array integrations_list
137
+ */
138
+ private static function get_integrations_list() {
139
+
140
+ if ( null === self::$integrations_list ) {
141
+
142
+ self::$integrations_list = array(
143
+ 'premium-map-api',
144
+ 'premium-youtube-api',
145
+ 'premium-map-disable-api',
146
+ 'premium-map-cluster',
147
+ 'premium-map-locale',
148
+ 'is-beta-tester',
149
+ );
150
+
151
+ }
152
+
153
+ return self::$integrations_list;
154
+
155
+ }
156
+
157
+ /**
158
+ * Admin Enqueue Scripts
159
+ *
160
+ * Enqueue the required assets on our admin pages
161
+ *
162
+ * @since 1.0.0
163
+ * @access public
164
+ */
165
+ public function admin_enqueue_scripts() {
166
+
167
+ wp_enqueue_style(
168
+ 'pa_admin_icon',
169
+ PREMIUM_ADDONS_URL . 'admin/assets/fonts/style.css',
170
+ array(),
171
+ PREMIUM_ADDONS_VERSION,
172
+ 'all'
173
+ );
174
+
175
+ $suffix = is_rtl() ? '-rtl' : '';
176
+
177
+ $current_screen = self::get_current_screen();
178
+
179
+ wp_enqueue_style(
180
+ 'pa-notice-css',
181
+ PREMIUM_ADDONS_URL . 'admin/assets/css/notice' . $suffix . '.css',
182
+ array(),
183
+ PREMIUM_ADDONS_VERSION,
184
+ 'all'
185
+ );
186
+
187
+ if ( strpos( $current_screen, $this->page_slug ) !== false ) {
188
+
189
+ wp_enqueue_style(
190
+ 'pa-admin-css',
191
+ PREMIUM_ADDONS_URL . 'admin/assets/css/admin' . $suffix . '.css',
192
+ array(),
193
+ PREMIUM_ADDONS_VERSION,
194
+ 'all'
195
+ );
196
+
197
+ wp_enqueue_style(
198
+ 'pa-sweetalert-style',
199
+ PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/sweetalert2.min.css',
200
+ array(),
201
+ PREMIUM_ADDONS_VERSION,
202
+ 'all'
203
+ );
204
+
205
+ wp_enqueue_script(
206
+ 'pa-admin-js',
207
+ PREMIUM_ADDONS_URL . 'admin/assets/js/admin.js',
208
+ array( 'jquery' ),
209
+ PREMIUM_ADDONS_VERSION,
210
+ true
211
+ );
212
+
213
+ wp_enqueue_script(
214
+ 'pa-sweetalert-core',
215
+ PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/core.js',
216
+ array( 'jquery' ),
217
+ PREMIUM_ADDONS_VERSION,
218
+ true
219
+ );
220
+
221
+ wp_enqueue_script(
222
+ 'pa-sweetalert',
223
+ PREMIUM_ADDONS_URL . 'admin/assets/js/sweetalert2/sweetalert2.min.js',
224
+ array( 'jquery', 'pa-sweetalert-core' ),
225
+ PREMIUM_ADDONS_VERSION,
226
+ true
227
+ );
228
+
229
+ $theme_slug = Helper_Functions::get_installed_theme();
230
+
231
+ $localized_data = array(
232
+ 'settings' => array(
233
+ 'ajaxurl' => admin_url( 'admin-ajax.php' ),
234
+ 'nonce' => wp_create_nonce( 'pa-settings-tab' ),
235
+ 'theme' => $theme_slug,
236
+ ),
237
+ 'premiumRollBackConfirm' => array(
238
+ 'home_url' => home_url(),
239
+ 'i18n' => array(
240
+ 'rollback_to_previous_version' => __( 'Rollback to Previous Version', 'premium-addons-for-elementor' ),
241
+ /* translators: %s: PA stable version */
242
+ 'rollback_confirm' => sprintf( __( 'Are you sure you want to reinstall version %s?', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION ),
243
+ 'yes' => __( 'Continue', 'premium-addons-for-elementor' ),
244
+ 'cancel' => __( 'Cancel', 'premium-addons-for-elementor' ),
245
+ ),
246
+ ),
247
+ );
248
+
249
+ // Add PAPRO Rollback Confirm message if PAPRO installed.
250
+ if ( Helper_Functions::check_papro_version() ) {
251
+ /* translators: %s: PA stable version */
252
+ $localized_data['premiumRollBackConfirm']['i18n']['papro_rollback_confirm'] = sprintf( __( 'Are you sure you want to reinstall version %s?', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION );
253
+ }
254
+
255
+ wp_localize_script( 'pa-admin-js', 'premiumAddonsSettings', $localized_data );
256
+
257
+ }
258
+ }
259
+
260
+ /**
261
+ * Insert action links.
262
+ *
263
+ * Adds action links to the plugin list table
264
+ *
265
+ * Fired by `plugin_action_links` filter.
266
+ *
267
+ * @param array $links plugin action links.
268
+ *
269
+ * @since 1.0.0
270
+ * @access public
271
+ */
272
+ public function insert_action_links( $links ) {
273
+
274
+ $papro_path = 'premium-addons-pro/premium-addons-pro-for-elementor.php';
275
+
276
+ $is_papro_installed = Helper_Functions::is_plugin_installed( $papro_path );
277
+
278
+ $settings_link = sprintf( '<a href="%1$s">%2$s</a>', admin_url( 'admin.php?page=' . $this->page_slug . '#tab=elements' ), __( 'Settings', 'premium-addons-for-elementor' ) );
279
+
280
+ $rollback_link = sprintf( '<a href="%1$s">%2$s %3$s</a>', wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ), __( 'Rollback to Version ', 'premium-addons-for-elementor' ), PREMIUM_ADDONS_STABLE_VERSION );
281
+
282
+ $new_links = array( $settings_link, $rollback_link );
283
+
284
+ if ( ! $is_papro_installed ) {
285
+
286
+ $link = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro', 'plugins-page', 'wp-dash', 'get-pro' );
287
+
288
+ $pro_link = sprintf( '<a href="%s" target="_blank" style="color: #39b54a; font-weight: bold;">%s</a>', $link, __( 'Go Pro', 'premium-addons-for-elementor' ) );
289
+ array_push( $new_links, $pro_link );
290
+ }
291
+
292
+ $new_links = array_merge( $links, $new_links );
293
+
294
+ return $new_links;
295
+ }
296
+
297
+ /**
298
+ * Plugin row meta.
299
+ *
300
+ * Extends plugin row meta links
301
+ *
302
+ * Fired by `plugin_row_meta` filter.
303
+ *
304
+ * @since 3.8.4
305
+ * @access public
306
+ *
307
+ * @param array $meta array of the plugin's metadata.
308
+ * @param string $file path to the plugin file.
309
+ *
310
+ * @return array An array of plugin row meta links.
311
+ */
312
+ public function plugin_row_meta( $meta, $file ) {
313
+
314
+ if ( Helper_Functions::is_hide_row_meta() ) {
315
+ return $meta;
316
+ }
317
+
318
+ if ( PREMIUM_ADDONS_BASENAME === $file ) {
319
+
320
+ $link = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/support', 'plugins-page', 'wp-dash', 'get-support' );
321
+
322
+ $row_meta = array(
323
+ 'docs' => '<a href="' . esc_attr( $link ) . '" aria-label="' . esc_attr( __( 'View Premium Addons for Elementor Documentation', 'premium-addons-for-elementor' ) ) . '" target="_blank">' . __( 'Docs & FAQs', 'premium-addons-for-elementor' ) . '</a>',
324
+ 'videos' => '<a href="https://www.youtube.com/watch?v=D3INxWw_jKI&list=PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv" aria-label="' . esc_attr( __( 'View Premium Addons Video Tutorials', 'premium-addons-for-elementor' ) ) . '" target="_blank">' . __( 'Video Tutorials', 'premium-addons-for-elementor' ) . '</a>',
325
+ );
326
+
327
+ $meta = array_merge( $meta, $row_meta );
328
+ }
329
+
330
+ return $meta;
331
+
332
+ }
333
+
334
+ /**
335
+ * Gets current screen slug
336
+ *
337
+ * @since 3.3.8
338
+ * @access public
339
+ *
340
+ * @return string current screen slug
341
+ */
342
+ public static function get_current_screen() {
343
+
344
+ self::$current_screen = get_current_screen()->id;
345
+
346
+ return isset( self::$current_screen ) ? self::$current_screen : false;
347
+
348
+ }
349
+
350
+ /**
351
+ * Set Admin Tabs
352
+ *
353
+ * @access private
354
+ * @since 3.20.8
355
+ */
356
+ private function set_admin_tabs() {
357
+
358
+ $slug = $this->page_slug;
359
+
360
+ self::$tabs = array(
361
+ 'general' => array(
362
+ 'id' => 'general',
363
+ 'slug' => $slug . '#tab=general',
364
+ 'title' => __( 'General', 'premium-addons-for-elementor' ),
365
+ 'href' => '#tab=general',
366
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/general',
367
+ ),
368
+ 'elements' => array(
369
+ 'id' => 'elements',
370
+ 'slug' => $slug . '#tab=elements',
371
+ 'title' => __( 'Widgets & Add-ons', 'premium-addons-for-elementor' ),
372
+ 'href' => '#tab=elements',
373
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/modules-settings',
374
+ ),
375
+ 'features' => array(
376
+ 'id' => 'features',
377
+ 'slug' => $slug . '#tab=features',
378
+ 'title' => __( 'Features', 'premium-addons-for-elementor' ),
379
+ 'href' => '#tab=features',
380
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/features',
381
+ ),
382
+ 'integrations' => array(
383
+ 'id' => 'integrations',
384
+ 'slug' => $slug . '#tab=integrations',
385
+ 'title' => __( 'Integrations', 'premium-addons-for-elementor' ),
386
+ 'href' => '#tab=integrations',
387
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/integrations',
388
+ ),
389
+ 'version-control' => array(
390
+ 'id' => 'vcontrol',
391
+ 'slug' => $slug . '#tab=vcontrol',
392
+ 'title' => __( 'Version Control', 'premium-addons-for-elementor' ),
393
+ 'href' => '#tab=vcontrol',
394
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/version-control',
395
+ ),
396
+ 'white-label' => array(
397
+ 'id' => 'white-label',
398
+ 'slug' => $slug . '#tab=white-label',
399
+ 'title' => __( 'White Labeling', 'premium-addons-for-elementor' ),
400
+ 'href' => '#tab=white-label',
401
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/white-label',
402
+ ),
403
+ 'info' => array(
404
+ 'id' => 'system-info',
405
+ 'slug' => $slug . '#tab=system-info',
406
+ 'title' => __( 'System Info', 'premium-addons-for-elementor' ),
407
+ 'href' => '#tab=system-info',
408
+ 'template' => PREMIUM_ADDONS_PATH . 'admin/includes/templates/info',
409
+ ),
410
+ );
411
+
412
+ self::$tabs = apply_filters( 'pa_admin_register_tabs', self::$tabs );
413
+
414
+ }
415
+
416
+ /**
417
+ * Add Menu Tabs
418
+ *
419
+ * Create Submenu Page
420
+ *
421
+ * @since 3.20.9
422
+ * @access public
423
+ *
424
+ * @return void
425
+ */
426
+ public function add_menu_tabs() {
427
+
428
+ $plugin_name = Helper_Functions::name();
429
+
430
+ call_user_func(
431
+ 'add_menu_page',
432
+ $plugin_name,
433
+ $plugin_name,
434
+ 'manage_options',
435
+ $this->page_slug,
436
+ array( $this, 'render_setting_tabs' ),
437
+ '',
438
+ 100
439
+ );
440
+
441
+ foreach ( self::$tabs as $tab ) {
442
+
443
+ call_user_func(
444
+ 'add_submenu_page',
445
+ $this->page_slug,
446
+ $tab['title'],
447
+ $tab['title'],
448
+ 'manage_options',
449
+ $tab['slug'],
450
+ '__return_null'
451
+ );
452
+ }
453
+
454
+ remove_submenu_page( $this->page_slug, $this->page_slug );
455
+ }
456
+
457
+ /**
458
+ * Render Setting Tabs
459
+ *
460
+ * Render the final HTML content for admin setting tabs
461
+ *
462
+ * @access public
463
+ * @since 3.20.8
464
+ */
465
+ public function render_setting_tabs() {
466
+
467
+ ?>
468
+ <div class="pa-settings-wrap">
469
+ <?php do_action( 'pa_before_render_admin_tabs' ); ?>
470
+ <div class="pa-settings-tabs">
471
+ <ul class="pa-settings-tabs-list">
472
+ <?php
473
+ foreach ( self::$tabs as $key => $tab ) {
474
+ $link = '<li class="pa-settings-tab">';
475
+ $link .= '<a id="pa-tab-link-' . $tab['id'] . '"';
476
+ $link .= ' href="' . $tab['href'] . '">';
477
+ $link .= '<i class="pa-dash-' . $tab['id'] . '"></i>';
478
+ $link .= '<span>' . $tab['title'] . '</span>';
479
+ $link .= '</a>';
480
+ $link .= '</li>';
481
+
482
+ echo $link;
483
+ }
484
+ ?>
485
+ </ul>
486
+ </div> <!-- Settings Tabs -->
487
+
488
+ <div class="pa-settings-sections">
489
+ <?php
490
+ foreach ( self::$tabs as $key => $tab ) {
491
+ echo wp_kses_post( '<div id="pa-section-' . $tab['id'] . '" class="pa-section pa-section-' . $key . '">' );
492
+ include_once $tab['template'] . '.php';
493
+ echo '</div>';
494
+ }
495
+ ?>
496
+ </div> <!-- Settings Sections -->
497
+ <?php do_action( 'pa_after_render_admin_tabs' ); ?>
498
+ </div> <!-- Settings Wrap -->
499
+ <?php
500
+ }
501
+
502
+ /**
503
+ * Render Dashboard Header
504
+ *
505
+ * @since 4.0.0
506
+ * @access public
507
+ */
508
+ public function render_dashboard_header() {
509
+
510
+ $url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'settings-page', 'wp-dash', 'dashboard' );
511
+
512
+ $show_logo = Helper_Functions::is_hide_logo();
513
+
514
+ ?>
515
+
516
+ <div class="papro-admin-notice">
517
+ <?php if ( ! $show_logo ) : ?>
518
+ <div class="papro-admin-notice-left">
519
+ <div class="papro-admin-notice-logo">
520
+ <img class="pa-notice-logo" src="<?php echo esc_attr( PREMIUM_ADDONS_URL . 'admin/images/papro-notice-logo.png' ); ?>">
521
+ </div>
522
+ <a href="https://premiumaddons.com" target="_blank"></a>
523
+ </div>
524
+ <?php endif; ?>
525
+
526
+ <?php if ( ! Helper_Functions::check_papro_version() ) : ?>
527
+ <div class="papro-admin-notice-right">
528
+ <div class="papro-admin-notice-info">
529
+ <h4>
530
+ <?php echo esc_html( __( 'Get Premium Addons PRO', 'premium-addons-for-elementor' ) ); ?>
531
+ </h4>
532
+ <p>
533
+ <?php
534
+ /* translators: %s: html tags */
535
+ echo wp_kses_post( sprintf( __( 'Supercharge your Elementor with %1$sPRO Widgets & Addons%2$s that you won\'t find anywhere else.', 'premium-addons-for-elementor' ), '<span>', '</span>' ) );
536
+ ?>
537
+ </p>
538
+ </div>
539
+ <div class="papro-admin-notice-cta">
540
+ <a class="papro-notice-btn" href="<?php echo esc_url( $url ); ?>" target="_blank">
541
+ <?php echo esc_html( __( 'Get PRO', 'premium-addons-for-elementor' ) ); ?>
542
+ </a>
543
+ </div>
544
+ </div>
545
+ <?php endif; ?>
546
+ </div>
547
+
548
+ <?php
549
+ }
550
+
551
+ /**
552
+ * Save Settings
553
+ *
554
+ * Save elements settings using AJAX
555
+ *
556
+ * @access public
557
+ * @since 3.20.8
558
+ */
559
+ public function save_settings() {
560
+
561
+ check_ajax_referer( 'pa-settings-tab', 'security' );
562
+
563
+ if ( ! isset( $_POST['fields'] ) ) {
564
+ return;
565
+ }
566
+
567
+ parse_str( sanitize_text_field( $_POST['fields'] ), $settings );
568
+
569
+ $defaults = self::get_default_elements();
570
+
571
+ $elements = array_fill_keys( array_keys( array_intersect_key( $settings, $defaults ) ), true );
572
+
573
+ $elements['is-updated'] = true;
574
+
575
+ update_option( 'pa_save_settings', $elements );
576
+
577
+ wp_send_json_success();
578
+ }
579
+
580
+ /**
581
+ * Save Integrations Control Settings
582
+ *
583
+ * Stores integration and version control settings
584
+ *
585
+ * @since 3.20.8
586
+ * @access public
587
+ */
588
+ public function save_additional_settings() {
589
+
590
+ check_ajax_referer( 'pa-settings-tab', 'security' );
591
+
592
+ if ( ! isset( $_POST['fields'] ) ) {
593
+ return;
594
+ }
595
+
596
+ parse_str( sanitize_text_field( $_POST['fields'] ), $settings );
597
+
598
+ $new_settings = array(
599
+ 'premium-map-api' => sanitize_text_field( $settings['premium-map-api'] ),
600
+ 'premium-youtube-api' => sanitize_text_field( $settings['premium-youtube-api'] ),
601
+ 'premium-map-disable-api' => intval( $settings['premium-map-disable-api'] ? 1 : 0 ),
602
+ 'premium-map-cluster' => intval( $settings['premium-map-cluster'] ? 1 : 0 ),
603
+ 'premium-map-locale' => sanitize_text_field( $settings['premium-map-locale'] ),
604
+ 'is-beta-tester' => intval( $settings['is-beta-tester'] ? 1 : 0 ),
605
+ );
606
+
607
+ update_option( 'pa_maps_save_settings', $new_settings );
608
+
609
+ wp_send_json_success( $settings );
610
+
611
+ }
612
+
613
+ /**
614
+ * Save Global Button Value
615
+ *
616
+ * Saves value for elements global switcher
617
+ *
618
+ * @since 4.0.0
619
+ * @access public
620
+ */
621
+ public function save_global_btn_value() {
622
+
623
+ check_ajax_referer( 'pa-settings-tab', 'security' );
624
+
625
+ if ( ! isset( $_POST['isGlobalOn'] ) ) {
626
+ wp_send_json_error();
627
+ }
628
+
629
+ $global_btn_value = sanitize_text_field( $_POST['isGlobalOn'] );
630
+
631
+ update_option( 'pa_global_btn_value', $global_btn_value );
632
+
633
+ wp_send_json_success();
634
+
635
+ }
636
+
637
+ /**
638
+ * Get default Elements
639
+ *
640
+ * @since 3.20.9
641
+ * @access private
642
+ *
643
+ * @return $default_keys array keys defaults
644
+ */
645
+ private static function get_default_elements() {
646
+
647
+ $elements = self::get_elements_list();
648
+
649
+ $keys = array();
650
+
651
+ // Now, we need to fill our array with elements keys.
652
+ foreach ( $elements as $cat ) {
653
+ if ( count( $cat['elements'] ) ) {
654
+ foreach ( $cat['elements'] as $elem ) {
655
+ array_push( $keys, $elem['key'] );
656
+ }
657
+ }
658
+ }
659
+
660
+ // Check if settings were saved before.
661
+ // $check_option = empty( get_option( 'pa_save_settings' ) ) ? true : false;
662
+
663
+ $default_keys = array_fill_keys( $keys, true );
664
+
665
+ return $default_keys;
666
+
667
+ }
668
+
669
+ /**
670
+ * Get Default Interations
671
+ *
672
+ * @since 3.20.9
673
+ * @access private
674
+ *
675
+ * @return $default_keys array default keys
676
+ */
677
+ private static function get_default_integrations() {
678
+
679
+ $settings = self::get_integrations_list();
680
+
681
+ $default_keys = array_fill_keys( $settings, true );
682
+
683
+ // Beta Tester should NOT be enabled by default.
684
+ $default_keys['is-beta-tester'] = false;
685
+
686
+ return $default_keys;
687
+
688
+ }
689
+
690
+ /**
691
+ * Get enabled widgets
692
+ *
693
+ * @since 3.20.9
694
+ * @access public
695
+ *
696
+ * @return array $enabled_keys enabled elements
697
+ */
698
+ public static function get_enabled_elements() {
699
+
700
+ $defaults = self::get_default_elements();
701
+
702
+ $enabled_keys = get_option( 'pa_save_settings', $defaults );
703
+
704
+ // $enabled_keys = array_intersect_key( $defaults, $enabled_keys );
705
+
706
+ foreach ($defaults as $key => $value) {
707
+ if( ! isset( $enabled_keys[ $key ] ) ) {
708
+ $defaults[ $key ] = 0;
709
+ }
710
+ }
711
+
712
+ return $defaults;
713
+
714
+ }
715
+
716
+ /**
717
+ * Check If Premium Templates is enabled
718
+ *
719
+ * @since 3.6.0
720
+ * @access public
721
+ *
722
+ * @return boolean
723
+ */
724
+ public static function check_premium_templates() {
725
+
726
+ $settings = self::get_enabled_elements();
727
+
728
+ if ( ! isset( $settings['premium-templates'] ) ) {
729
+ return true;
730
+ }
731
+
732
+ $is_enabled = $settings['premium-templates'];
733
+
734
+ return $is_enabled;
735
+ }
736
+
737
+
738
+ /**
739
+ * Check If Premium Duplicator is enabled
740
+ *
741
+ * @since 3.20.9
742
+ * @access public
743
+ *
744
+ * @return boolean
745
+ */
746
+ public static function check_duplicator() {
747
+
748
+ $settings = self::get_enabled_elements();
749
+
750
+ if ( ! isset( $settings['premium-duplicator'] ) ) {
751
+ return true;
752
+ }
753
+
754
+ $is_enabled = $settings['premium-duplicator'];
755
+
756
+ return $is_enabled;
757
+ }
758
+
759
+ /**
760
+ * Get Integrations Settings
761
+ *
762
+ * Get plugin integrations settings
763
+ *
764
+ * @since 3.20.9
765
+ * @access public
766
+ *
767
+ * @return array $settings integrations settings
768
+ */
769
+ public static function get_integrations_settings() {
770
+
771
+ $enabled_keys = get_option( 'pa_maps_save_settings', self::get_default_integrations() );
772
+
773
+ return $enabled_keys;
774
+
775
+ }
776
+
777
+ /**
778
+ * Run PA Rollback
779
+ *
780
+ * Trigger PA Rollback actions
781
+ *
782
+ * @since 4.2.5
783
+ * @access public
784
+ */
785
+ public function run_pa_rollback() {
786
+
787
+ check_admin_referer( 'premium_addons_rollback' );
788
+
789
+ $plugin_slug = basename( PREMIUM_ADDONS_FILE, '.php' );
790
+
791
+ $pa_rollback = new PA_Rollback(
792
+ array(
793
+ 'version' => PREMIUM_ADDONS_STABLE_VERSION,
794
+ 'plugin_name' => PREMIUM_ADDONS_BASENAME,
795
+ 'plugin_slug' => $plugin_slug,
796
+ 'package_url' => sprintf( 'https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, PREMIUM_ADDONS_STABLE_VERSION ),
797
+ )
798
+ );
799
+
800
+ $pa_rollback->run();
801
+
802
+ wp_die(
803
+ '',
804
+ esc_html( __( 'Rollback to Previous Version', 'premium-addons-for-elementor' ) ),
805
+ array(
806
+ 'response' => 200,
807
+ )
808
+ );
809
+
810
+ }
811
+
812
+ /**
813
+ * Creates and returns an instance of the class
814
+ *
815
+ * @since 1.0.0
816
+ * @access public
817
+ *
818
+ * @return object
819
+ */
820
+ public static function get_instance() {
821
+
822
+ if ( ! isset( self::$instance ) ) {
823
+
824
+ self::$instance = new self();
825
+
826
+ }
827
+
828
+ return self::$instance;
829
+ }
830
+ }
admin/includes/admin-notices.php CHANGED
@@ -1,405 +1,405 @@
1
- <?php
2
-
3
- /**
4
- * PA Admin Notices.
5
- */
6
- namespace PremiumAddons\Admin\Includes;
7
-
8
- use PremiumAddons\Includes\Helper_Functions;
9
-
10
- if( ! defined( 'ABSPATH') ) exit();
11
-
12
- /**
13
- * Class Admin_Notices
14
- */
15
- class Admin_Notices {
16
-
17
- /**
18
- * Class object
19
- *
20
- * @var instance
21
- */
22
- private static $instance = null;
23
-
24
- /**
25
- * Elementor slug
26
- *
27
- * @var elementor
28
- */
29
- private static $elementor = 'elementor';
30
-
31
- /**
32
- * PAPRO Slug
33
- *
34
- * @var papro
35
- */
36
- private static $papro = 'premium-addons-pro';
37
-
38
- /**
39
- * Constructor for the class
40
- */
41
- public function __construct() {
42
-
43
- add_action( 'admin_init', array( $this, 'init') );
44
-
45
- add_action( 'admin_notices', array( $this, 'admin_notices' ) );
46
-
47
- add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
48
-
49
- add_action( 'wp_ajax_pa_reset_admin_notice', array( $this, 'reset_admin_notice' ) );
50
-
51
- add_action( 'wp_ajax_pa_dismiss_admin_notice', array( $this, 'dismiss_admin_notice' ) );
52
-
53
- }
54
-
55
- /**
56
- * init required functions
57
- */
58
- public function init() {
59
-
60
- $this->handle_review_notice();
61
-
62
- $this->handle_major_update_notice();
63
-
64
- }
65
-
66
- /**
67
- * init notices check functions
68
- */
69
- public function admin_notices() {
70
-
71
- $this->required_plugins_check();
72
-
73
- $cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
74
-
75
- $response = get_transient( $cache_key );
76
-
77
- $show_review = get_option( 'pa_review_notice' );
78
-
79
- //Make sure Already did was not clicked before.
80
- if( '1' !== $show_review ) {
81
- if ( false == $response ) {
82
- $this->get_review_notice();
83
- }
84
- }
85
-
86
- $this->get_major_update_notice();
87
-
88
- }
89
-
90
- /**
91
- *
92
- * Checks if review message is dismissed.
93
- *
94
- * @access public
95
- * @return void
96
- *
97
- */
98
- public function handle_review_notice() {
99
-
100
- if ( ! isset( $_GET['pa_review'] ) ) {
101
- return;
102
- }
103
-
104
- if ( 'opt_out' === $_GET['pa_review'] ) {
105
- check_admin_referer( 'opt_out' );
106
-
107
- update_option( 'pa_review_notice', '1' );
108
- }
109
-
110
- wp_redirect( remove_query_arg( 'pa_review' ) );
111
-
112
- exit;
113
- }
114
-
115
- /**
116
- * Checks if Premium Horizontal Scroll message is dismissed.
117
- *
118
- * @since 3.11.7
119
- * @access public
120
- *
121
- * @return void
122
- */
123
- public function handle_major_update_notice() {
124
-
125
- if ( ! isset( $_GET['major_update'] ) ) {
126
- return;
127
- }
128
-
129
- if ( 'opt_out' === $_GET['major_update'] ) {
130
- check_admin_referer( 'opt_out' );
131
-
132
- update_option( 'major_update_notice', '1' );
133
- }
134
-
135
- wp_redirect( remove_query_arg( 'major_update' ) );
136
- exit;
137
- }
138
-
139
- /**
140
- * Required plugin check
141
- *
142
- * Shows an admin notice when Elementor is missing.
143
- *
144
- * @access public
145
- *
146
- * @return boolean
147
- */
148
- public function required_plugins_check() {
149
-
150
- $elementor_path = sprintf( '%1$s/%1$s.php', self::$elementor );
151
-
152
- if( ! defined('ELEMENTOR_VERSION' ) ) {
153
-
154
- if ( ! Helper_Functions::is_plugin_installed( $elementor_path ) ) {
155
-
156
- if( self::check_user_can( 'install_plugins' ) ) {
157
-
158
- $install_url = wp_nonce_url( self_admin_url( sprintf( 'update.php?action=install-plugin&plugin=%s', self::$elementor ) ), 'install-plugin_elementor' );
159
-
160
- $message = sprintf( '<p>%s</p>', __('Premium Addons for Elementor is not working because you need to Install Elementor plugin.', 'premium-addons-for-elementor' ) );
161
-
162
- $message .= sprintf( '<p><a href="%s" class="button-primary">%s</a></p>', $install_url, __( 'Install Now', 'premium-addons-for-elementor' ) );
163
-
164
- }
165
- } else {
166
- if( self::check_user_can( 'activate_plugins' ) ) {
167
-
168
- $activation_url = wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $elementor_path . '&amp;plugin_status=all&amp;paged=1&amp;s', 'activate-plugin_' . $elementor_path );
169
-
170
- $message = '<p>' . __( 'Premium Addons for Elementor is not working because you need to activate Elementor plugin.', 'premium-addons-for-elementor' ) . '</p>';
171
-
172
- $message .= '<p>' . sprintf( '<a href="%s" class="button-primary">%s</a>', $activation_url, __( 'Activate Now', 'premium-addons-for-elementor' ) ) . '</p>';
173
-
174
- }
175
- }
176
- $this->render_admin_notices( $message );
177
- }
178
- }
179
-
180
- /**
181
- * Gets admin review notice HTML
182
- *
183
- * @since 2.8.4
184
- * @return void
185
- *
186
- */
187
- public function get_review_text( $review_url, $optout_url ) {
188
-
189
- $notice = sprintf(
190
- '<p>' . __('Can we take only 2 minutes of your time? We would be really grateful it if you give ','premium-addons-for-elementor') .
191
- '<b>' . __('Premium Addons for Elementor','premium-addons-for-elementor') . '</b> a 5 Stars Rating on WordPress.org. By speading the love, we can create even greater free stuff in the future!</p>
192
- <div>
193
- <a class="button button-primary" href="%s" target="_blank"><span>' . __('Leave a Review','premium-addons-for-elementor') . '</span></a>
194
- <a class="button" href="%2$s"><span>' . __('I Already Did','premium-addons-for-elementor') . '</span></a>
195
- <a class="button button-secondary pa-notice-reset"><span>' . __('Maybe Later','premium-addons-for-elementor') . '</span></a>
196
- </div>',
197
- $review_url, $optout_url );
198
-
199
- return $notice;
200
- }
201
-
202
- /**
203
- * Checks if review admin notice is dismissed
204
- *
205
- * @since 2.6.8
206
- * @return void
207
- *
208
- */
209
- public function get_review_notice() {
210
-
211
- $review_url = 'https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/?filter=5';
212
-
213
- $optout_url = wp_nonce_url( add_query_arg( 'pa_review', 'opt_out' ), 'opt_out' );
214
- ?>
215
-
216
- <div class="error pa-notice-wrap pa-review-notice" data-notice="pa-review">
217
- <div class="pa-img-wrap">
218
- <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>">
219
- </div>
220
- <div class="pa-text-wrap">
221
- <?php echo $this->get_review_text( $review_url, $optout_url ); ?>
222
- </div>
223
- <div class="pa-notice-close">
224
- <a href="<?php echo esc_url( $optout_url ); ?>"><span class="dashicons dashicons-dismiss"></span></a>
225
- </div>
226
- </div>
227
-
228
- <?php
229
-
230
- }
231
-
232
-
233
- /**
234
- *
235
- * Shows admin notice for Premium Lottie Animations.
236
- *
237
- * @since 3.11.7
238
- * @access public
239
- *
240
- * @return void
241
- */
242
- public function get_major_update_notice() {
243
-
244
- $update_notice = get_option( 'major_update_notice' );
245
-
246
- if( '1' === $update_notice )
247
- return;
248
-
249
- $notice_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/huge-update-that-you-will-love-premium-addons-4-0-papro-v-2-2/', 'pa4update-notification', 'wp-dash', 'pa4-update' );
250
-
251
- ?>
252
-
253
- <div class="error pa-notice-wrap pa-new-feature-notice">
254
- <div class="pa-img-wrap">
255
- <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>">
256
- </div>
257
- <div class="pa-text-wrap">
258
- <p>
259
- <?php echo __('Huge Update for', 'premium-addons-for-elementor'); ?>
260
- <strong><?php echo __('Premium Addons Free and PRO', 'premium-addons-for-elemetor'); ?></strong>
261
- <?php echo sprintf(__('Plugins. Click <a href="%s" target="_blank">Here</a> for Details.','premium-addons-for-elementor'), $notice_url ); ?>
262
- </p>
263
- <?php
264
- if( defined('PREMIUM_PRO_ADDONS_VERSION') ) {
265
- if( version_compare( PREMIUM_PRO_ADDONS_VERSION, '2.2.0', '<' ) ) {
266
- $download_link = PAPRO_STORE_URL . '/my-account';
267
- ?>
268
- <p>
269
- <b>IMPORTANT:</b>
270
- <span>If you’re not getting the update notification for Premium Addons PRO v2.2.0 in your WP Dashboard -> Plugins tab, you can download it from your account settings <a href="<?php echo esc_url( $download_link ); ?>" target="_blank">page</a> and upload it manually on your website. For more clarification, please check this doc<a href="https://premiumaddons.com/docs/how-to-update-premium-addons-pro-manually/" target="_blank">article</a>.</span>
271
- </p>
272
- <?php
273
- }
274
-
275
- }
276
- ?>
277
- </div>
278
- <div class="pa-notice-close" data-notice="major-update">
279
- <span class="dashicons dashicons-dismiss"></span>
280
- </div>
281
- </div>
282
-
283
- <?php
284
- }
285
-
286
- /**
287
- * Checks user credentials for specific action
288
- *
289
- * @since 2.6.8
290
- *
291
- * @return boolean
292
- */
293
- public static function check_user_can( $action ) {
294
- return current_user_can( $action );
295
- }
296
-
297
- /**
298
- * Renders an admin notice error message
299
- *
300
- * @since 1.0.0
301
- * @access private
302
- *
303
- * @return void
304
- */
305
- private function render_admin_notices( $message, $class = '', $handle = '' ) {
306
- ?>
307
- <div class="error pa-new-feature-notice <?php echo $class; ?>" data-notice="<?php echo $handle; ?>">
308
- <?php echo $message; ?>
309
- </div>
310
- <?php
311
- }
312
-
313
- /*
314
- * Register admin scripts
315
- *
316
- * @since 3.2.8
317
- * @access public
318
- *
319
- */
320
- public function admin_enqueue_scripts() {
321
-
322
- wp_enqueue_script(
323
- 'pa-notice',
324
- PREMIUM_ADDONS_URL . 'admin/assets/js/pa-notice.js',
325
- array( 'jquery' ),
326
- PREMIUM_ADDONS_VERSION,
327
- true
328
- );
329
-
330
- }
331
-
332
- /**
333
- * Set transient for admin notice
334
- *
335
- * @since 3.2.8
336
- * @access public
337
- *
338
- * @return void
339
- */
340
- public function reset_admin_notice() {
341
-
342
- $key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
343
-
344
- if ( ! empty( $key ) ) {
345
-
346
- $cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
347
-
348
- set_transient( $cache_key, true, WEEK_IN_SECONDS );
349
-
350
- wp_send_json_success();
351
-
352
- } else {
353
-
354
- wp_send_json_error();
355
-
356
- }
357
-
358
- }
359
-
360
- /**
361
- * Dismiss admin notice
362
- *
363
- * @since 3.11.7
364
- * @access public
365
- *
366
- * @return void
367
- */
368
- public function dismiss_admin_notice() {
369
-
370
- $key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
371
-
372
- if ( ! empty( $key ) ) {
373
-
374
- update_option( $key, '1' );
375
-
376
- wp_send_json_success();
377
-
378
- } else {
379
-
380
- wp_send_json_error();
381
-
382
- }
383
-
384
- }
385
-
386
- /**
387
- * Creates and returns an instance of the class
388
- *
389
- * @since 2.8.4
390
- * @access public
391
- *
392
- * @return object
393
- */
394
- public static function get_instance() {
395
-
396
- if( self::$instance == null ) {
397
-
398
- self::$instance = new self;
399
-
400
- }
401
-
402
- return self::$instance;
403
- }
404
-
405
  }
1
+ <?php
2
+
3
+ /**
4
+ * PA Admin Notices.
5
+ */
6
+ namespace PremiumAddons\Admin\Includes;
7
+
8
+ use PremiumAddons\Includes\Helper_Functions;
9
+
10
+ if( ! defined( 'ABSPATH') ) exit();
11
+
12
+ /**
13
+ * Class Admin_Notices
14
+ */
15
+ class Admin_Notices {
16
+
17
+ /**
18
+ * Class object
19
+ *
20
+ * @var instance
21
+ */
22
+ private static $instance = null;
23
+
24
+ /**
25
+ * Elementor slug
26
+ *
27
+ * @var elementor
28
+ */
29
+ private static $elementor = 'elementor';
30
+
31
+ /**
32
+ * PAPRO Slug
33
+ *
34
+ * @var papro
35
+ */
36
+ private static $papro = 'premium-addons-pro';
37
+
38
+ /**
39
+ * Constructor for the class
40
+ */
41
+ public function __construct() {
42
+
43
+ add_action( 'admin_init', array( $this, 'init') );
44
+
45
+ add_action( 'admin_notices', array( $this, 'admin_notices' ) );
46
+
47
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
48
+
49
+ add_action( 'wp_ajax_pa_reset_admin_notice', array( $this, 'reset_admin_notice' ) );
50
+
51
+ add_action( 'wp_ajax_pa_dismiss_admin_notice', array( $this, 'dismiss_admin_notice' ) );
52
+
53
+ }
54
+
55
+ /**
56
+ * init required functions
57
+ */
58
+ public function init() {
59
+
60
+ $this->handle_review_notice();
61
+
62
+ $this->handle_major_update_notice();
63
+
64
+ }
65
+
66
+ /**
67
+ * init notices check functions
68
+ */
69
+ public function admin_notices() {
70
+
71
+ $this->required_plugins_check();
72
+
73
+ $cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
74
+
75
+ $response = get_transient( $cache_key );
76
+
77
+ $show_review = get_option( 'pa_review_notice' );
78
+
79
+ //Make sure Already did was not clicked before.
80
+ if( '1' !== $show_review ) {
81
+ if ( false == $response ) {
82
+ $this->get_review_notice();
83
+ }
84
+ }
85
+
86
+ $this->get_major_update_notice();
87
+
88
+ }
89
+
90
+ /**
91
+ *
92
+ * Checks if review message is dismissed.
93
+ *
94
+ * @access public
95
+ * @return void
96
+ *
97
+ */
98
+ public function handle_review_notice() {
99
+
100
+ if ( ! isset( $_GET['pa_review'] ) ) {
101
+ return;
102
+ }
103
+
104
+ if ( 'opt_out' === $_GET['pa_review'] ) {
105
+ check_admin_referer( 'opt_out' );
106
+
107
+ update_option( 'pa_review_notice', '1' );
108
+ }
109
+
110
+ wp_redirect( remove_query_arg( 'pa_review' ) );
111
+
112
+ exit;
113
+ }
114
+
115
+ /**
116
+ * Checks if Premium Horizontal Scroll message is dismissed.
117
+ *
118
+ * @since 3.11.7
119
+ * @access public
120
+ *
121
+ * @return void
122
+ */
123
+ public function handle_major_update_notice() {
124
+
125
+ if ( ! isset( $_GET['major_update'] ) ) {
126
+ return;
127
+ }
128
+
129
+ if ( 'opt_out' === $_GET['major_update'] ) {
130
+ check_admin_referer( 'opt_out' );
131
+
132
+ update_option( 'major_update_notice', '1' );
133
+ }
134
+
135
+ wp_redirect( remove_query_arg( 'major_update' ) );
136
+ exit;
137
+ }
138
+
139
+ /**
140
+ * Required plugin check
141
+ *
142
+ * Shows an admin notice when Elementor is missing.
143
+ *
144
+ * @access public
145
+ *
146
+ * @return boolean
147
+ */
148
+ public function required_plugins_check() {
149
+
150
+ $elementor_path = sprintf( '%1$s/%1$s.php', self::$elementor );
151
+
152
+ if( ! defined('ELEMENTOR_VERSION' ) ) {
153
+
154
+ if ( ! Helper_Functions::is_plugin_installed( $elementor_path ) ) {
155
+
156
+ if( self::check_user_can( 'install_plugins' ) ) {
157
+
158
+ $install_url = wp_nonce_url( self_admin_url( sprintf( 'update.php?action=install-plugin&plugin=%s', self::$elementor ) ), 'install-plugin_elementor' );
159
+
160
+ $message = sprintf( '<p>%s</p>', __('Premium Addons for Elementor is not working because you need to Install Elementor plugin.', 'premium-addons-for-elementor' ) );
161
+
162
+ $message .= sprintf( '<p><a href="%s" class="button-primary">%s</a></p>', $install_url, __( 'Install Now', 'premium-addons-for-elementor' ) );
163
+
164
+ }
165
+ } else {
166
+ if( self::check_user_can( 'activate_plugins' ) ) {
167
+
168
+ $activation_url = wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $elementor_path . '&amp;plugin_status=all&amp;paged=1&amp;s', 'activate-plugin_' . $elementor_path );
169
+
170
+ $message = '<p>' . __( 'Premium Addons for Elementor is not working because you need to activate Elementor plugin.', 'premium-addons-for-elementor' ) . '</p>';
171
+
172
+ $message .= '<p>' . sprintf( '<a href="%s" class="button-primary">%s</a>', $activation_url, __( 'Activate Now', 'premium-addons-for-elementor' ) ) . '</p>';
173
+
174
+ }
175
+ }
176
+ $this->render_admin_notices( $message );
177
+ }
178
+ }
179
+
180
+ /**
181
+ * Gets admin review notice HTML
182
+ *
183
+ * @since 2.8.4
184
+ * @return void
185
+ *
186
+ */
187
+ public function get_review_text( $review_url, $optout_url ) {
188
+
189
+ $notice = sprintf(
190
+ '<p>' . __('Can we take only 2 minutes of your time? We would be really grateful it if you give ','premium-addons-for-elementor') .
191
+ '<b>' . __('Premium Addons for Elementor','premium-addons-for-elementor') . '</b> a 5 Stars Rating on WordPress.org. By speading the love, we can create even greater free stuff in the future!</p>
192
+ <div>
193
+ <a class="button button-primary" href="%s" target="_blank"><span>' . __('Leave a Review','premium-addons-for-elementor') . '</span></a>
194
+ <a class="button" href="%2$s"><span>' . __('I Already Did','premium-addons-for-elementor') . '</span></a>
195
+ <a class="button button-secondary pa-notice-reset"><span>' . __('Maybe Later','premium-addons-for-elementor') . '</span></a>
196
+ </div>',
197
+ $review_url, $optout_url );
198
+
199
+ return $notice;
200
+ }
201
+
202
+ /**
203
+ * Checks if review admin notice is dismissed
204
+ *
205
+ * @since 2.6.8
206
+ * @return void
207
+ *
208
+ */
209
+ public function get_review_notice() {
210
+
211
+ $review_url = 'https://wordpress.org/support/plugin/premium-addons-for-elementor/reviews/?filter=5';
212
+
213
+ $optout_url = wp_nonce_url( add_query_arg( 'pa_review', 'opt_out' ), 'opt_out' );
214
+ ?>
215
+
216
+ <div class="error pa-notice-wrap pa-review-notice" data-notice="pa-review">
217
+ <div class="pa-img-wrap">
218
+ <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>">
219
+ </div>
220
+ <div class="pa-text-wrap">
221
+ <?php echo $this->get_review_text( $review_url, $optout_url ); ?>
222
+ </div>
223
+ <div class="pa-notice-close">
224
+ <a href="<?php echo esc_url( $optout_url ); ?>"><span class="dashicons dashicons-dismiss"></span></a>
225
+ </div>
226
+ </div>
227
+
228
+ <?php
229
+
230
+ }
231
+
232
+
233
+ /**
234
+ *
235
+ * Shows admin notice for Premium Lottie Animations.
236
+ *
237
+ * @since 3.11.7
238
+ * @access public
239
+ *
240
+ * @return void
241
+ */
242
+ public function get_major_update_notice() {
243
+
244
+ $update_notice = get_option( 'major_update_notice' );
245
+
246
+ if( '1' === $update_notice )
247
+ return;
248
+
249
+ $notice_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/huge-update-that-you-will-love-premium-addons-4-0-papro-v-2-2/', 'pa4update-notification', 'wp-dash', 'pa4-update' );
250
+
251
+ ?>
252
+
253
+ <div class="error pa-notice-wrap pa-new-feature-notice">
254
+ <div class="pa-img-wrap">
255
+ <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>">
256
+ </div>
257
+ <div class="pa-text-wrap">
258
+ <p>
259
+ <?php echo __('Huge Update for', 'premium-addons-for-elementor'); ?>
260
+ <strong><?php echo __('Premium Addons Free and PRO', 'premium-addons-for-elemetor'); ?></strong>
261
+ <?php echo sprintf(__('Plugins. Click <a href="%s" target="_blank">Here</a> for Details.','premium-addons-for-elementor'), $notice_url ); ?>
262
+ </p>
263
+ <?php
264
+ if( defined('PREMIUM_PRO_ADDONS_VERSION') ) {
265
+ if( version_compare( PREMIUM_PRO_ADDONS_VERSION, '2.2.0', '<' ) ) {
266
+ $download_link = PAPRO_STORE_URL . '/my-account';
267
+ ?>
268
+ <p>
269
+ <b>IMPORTANT:</b>
270
+ <span>If you’re not getting the update notification for Premium Addons PRO v2.2.0 in your WP Dashboard -> Plugins tab, you can download it from your account settings <a href="<?php echo esc_url( $download_link ); ?>" target="_blank">page</a> and upload it manually on your website. For more clarification, please check this doc<a href="https://premiumaddons.com/docs/how-to-update-premium-addons-pro-manually/" target="_blank">article</a>.</span>
271
+ </p>
272
+ <?php
273
+ }
274
+
275
+ }
276
+ ?>
277
+ </div>
278
+ <div class="pa-notice-close" data-notice="major-update">
279
+ <span class="dashicons dashicons-dismiss"></span>
280
+ </div>
281
+ </div>
282
+
283
+ <?php
284
+ }
285
+
286
+ /**
287
+ * Checks user credentials for specific action
288
+ *
289
+ * @since 2.6.8
290
+ *
291
+ * @return boolean
292
+ */
293
+ public static function check_user_can( $action ) {
294
+ return current_user_can( $action );
295
+ }
296
+
297
+ /**
298
+ * Renders an admin notice error message
299
+ *
300
+ * @since 1.0.0
301
+ * @access private
302
+ *
303
+ * @return void
304
+ */
305
+ private function render_admin_notices( $message, $class = '', $handle = '' ) {
306
+ ?>
307
+ <div class="error pa-new-feature-notice <?php echo $class; ?>" data-notice="<?php echo $handle; ?>">
308
+ <?php echo $message; ?>
309
+ </div>
310
+ <?php
311
+ }
312
+
313
+ /*
314
+ * Register admin scripts
315
+ *
316
+ * @since 3.2.8
317
+ * @access public
318
+ *
319
+ */
320
+ public function admin_enqueue_scripts() {
321
+
322
+ wp_enqueue_script(
323
+ 'pa-notice',
324
+ PREMIUM_ADDONS_URL . 'admin/assets/js/pa-notice.js',
325
+ array( 'jquery' ),
326
+ PREMIUM_ADDONS_VERSION,
327
+ true
328
+ );
329
+
330
+ }
331
+
332
+ /**
333
+ * Set transient for admin notice
334
+ *
335
+ * @since 3.2.8
336
+ * @access public
337
+ *
338
+ * @return void
339
+ */
340
+ public function reset_admin_notice() {
341
+
342
+ $key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
343
+
344
+ if ( ! empty( $key ) ) {
345
+
346
+ $cache_key = 'premium_notice_' . PREMIUM_ADDONS_VERSION;
347
+
348
+ set_transient( $cache_key, true, WEEK_IN_SECONDS );
349
+
350
+ wp_send_json_success();
351
+
352
+ } else {
353
+
354
+ wp_send_json_error();
355
+
356
+ }
357
+
358
+ }
359
+
360
+ /**
361
+ * Dismiss admin notice
362
+ *
363
+ * @since 3.11.7
364
+ * @access public
365
+ *
366
+ * @return void
367
+ */
368
+ public function dismiss_admin_notice() {
369
+
370
+ $key = isset( $_POST['notice'] ) ? $_POST['notice'] : '';
371
+
372
+ if ( ! empty( $key ) ) {
373
+
374
+ update_option( $key, '1' );
375
+
376
+ wp_send_json_success();
377
+
378
+ } else {
379
+
380
+ wp_send_json_error();
381
+
382
+ }
383
+
384
+ }
385
+
386
+ /**
387
+ * Creates and returns an instance of the class
388
+ *
389
+ * @since 2.8.4
390
+ * @access public
391
+ *
392
+ * @return object
393
+ */
394
+ public static function get_instance() {
395
+
396
+ if( self::$instance == null ) {
397
+
398
+ self::$instance = new self;
399
+
400
+ }
401
+
402
+ return self::$instance;
403
+ }
404
+
405
  }
admin/includes/beta-testers.php CHANGED
@@ -1,143 +1,143 @@
1
- <?php
2
- /**
3
- * PA Beta Tester.
4
- */
5
-
6
- namespace PremiumAddons\Admin\Includes;
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit;
10
- }
11
-
12
- /**
13
- * Class Beta_Testers.
14
- */
15
- class Beta_Testers {
16
-
17
- /**
18
- * Class object
19
- *
20
- * @var instance
21
- */
22
- private static $instance = null;
23
-
24
- /**
25
- * Transient key
26
- *
27
- * @var transient_key
28
- */
29
- private $transient_key;
30
-
31
- /**
32
- * Class Constructor
33
- */
34
- public function __construct() {
35
-
36
- $settings = Admin_Helper::get_integrations_settings();
37
-
38
- $is_beta_tester = isset( $settings['is-beta-tester'] ) ? $settings['is-beta-tester'] : 0;
39
-
40
- if ( ! $is_beta_tester ) {
41
- return;
42
- }
43
-
44
- $this->transient_key = md5( 'premium_addons_beta_response_key' );
45
-
46
- add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'compare_version' ) );
47
-
48
- }
49
-
50
- /**
51
- * Get beta version
52
- *
53
- * Checks if the version in trunk is beta
54
- *
55
- * @since 2.1.3
56
- * @access public
57
- */
58
- private function get_beta_version() {
59
-
60
- $beta_version = get_site_transient( $this->transient_key );
61
-
62
- if ( false === $beta_version ) {
63
-
64
- $beta_version = 'false';
65
-
66
- $response = wp_remote_get( 'https://plugins.svn.wordpress.org/premium-addons-for-elementor/trunk/readme.txt' );
67
-
68
- if ( ! is_wp_error( $response ) && ! empty( $response['body'] ) ) {
69
- preg_match( '/Beta tag: (.*)/i', $response['body'], $matches );
70
- if ( isset( $matches[1] ) ) {
71
- $beta_version = $matches[1];
72
- }
73
- }
74
-
75
- set_site_transient( $this->transient_key, $beta_version, 12 * HOUR_IN_SECONDS );
76
-
77
- }
78
-
79
- return $beta_version;
80
- }
81
-
82
- /**
83
- * Get version
84
- *
85
- * Checks if the version in trunk is beta
86
- *
87
- * @since 2.1.3
88
- * @access public
89
- *
90
- * @param object $transient Plugin updates data.
91
- *
92
- * @return object Plugin updates data.
93
- */
94
- public function compare_version( $transient ) {
95
-
96
- if ( empty( $transient->checked ) ) {
97
- return $transient;
98
- }
99
-
100
- delete_site_transient( $this->transient_key );
101
-
102
- $plugin_slug = basename( PREMIUM_ADDONS_FILE, '.php' );
103
-
104
- $beta_version = $this->get_beta_version();
105
-
106
- if ( 'false' !== $beta_version && version_compare( $beta_version, PREMIUM_ADDONS_VERSION, '>' ) ) {
107
-
108
- $response = new \stdClass();
109
-
110
- $response->plugin = $plugin_slug;
111
-
112
- $response->slug = $plugin_slug;
113
-
114
- $response->new_version = $beta_version;
115
-
116
- $response->url = 'https://premiumaddons.com/';
117
-
118
- $response->package = sprintf( 'https://downloads.wordpress.org/plugin/premium-addons-for-elementor.%s.zip', $beta_version );
119
-
120
- $transient->response[ PREMIUM_ADDONS_BASENAME ] = $response;
121
- }
122
-
123
- return $transient;
124
- }
125
-
126
- /**
127
- * Creates and returns an instance of the class
128
- *
129
- * @since 2.6.8
130
- * @access public
131
- *
132
- * @return object
133
- */
134
- public static function get_instance() {
135
-
136
- if ( ! isset( self::$instance ) ) {
137
-
138
- self::$instance = new self();
139
-
140
- }
141
- return self::$instance;
142
- }
143
- }
1
+ <?php
2
+ /**
3
+ * PA Beta Tester.
4
+ */
5
+
6
+ namespace PremiumAddons\Admin\Includes;
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit;
10
+ }
11
+
12
+ /**
13
+ * Class Beta_Testers.
14
+ */
15
+ class Beta_Testers {
16
+
17
+ /**
18
+ * Class object
19
+ *
20
+ * @var instance
21
+ */
22
+ private static $instance = null;
23
+
24
+ /**
25
+ * Transient key
26
+ *
27
+ * @var transient_key
28
+ */
29
+ private $transient_key;
30
+
31
+ /**
32
+ * Class Constructor
33
+ */
34
+ public function __construct() {
35
+
36
+ $settings = Admin_Helper::get_integrations_settings();
37
+
38
+ $is_beta_tester = isset( $settings['is-beta-tester'] ) ? $settings['is-beta-tester'] : 0;
39
+
40
+ if ( ! $is_beta_tester ) {
41
+ return;
42
+ }
43
+
44
+ $this->transient_key = md5( 'premium_addons_beta_response_key' );
45
+
46
+ add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'compare_version' ) );
47
+
48
+ }
49
+
50
+ /**
51
+ * Get beta version
52
+ *
53
+ * Checks if the version in trunk is beta
54
+ *
55
+ * @since 2.1.3
56
+ * @access public
57
+ */
58
+ private function get_beta_version() {
59
+
60
+ $beta_version = get_site_transient( $this->transient_key );
61
+
62
+ if ( false === $beta_version ) {
63
+
64
+ $beta_version = 'false';
65
+
66
+ $response = wp_remote_get( 'https://plugins.svn.wordpress.org/premium-addons-for-elementor/trunk/readme.txt' );
67
+
68
+ if ( ! is_wp_error( $response ) && ! empty( $response['body'] ) ) {
69
+ preg_match( '/Beta tag: (.*)/i', $response['body'], $matches );
70
+ if ( isset( $matches[1] ) ) {
71
+ $beta_version = $matches[1];
72
+ }
73
+ }
74
+
75
+ set_site_transient( $this->transient_key, $beta_version, 12 * HOUR_IN_SECONDS );
76
+
77
+ }
78
+
79
+ return $beta_version;
80
+ }
81
+
82
+ /**
83
+ * Get version
84
+ *
85
+ * Checks if the version in trunk is beta
86
+ *
87
+ * @since 2.1.3
88
+ * @access public
89
+ *
90
+ * @param object $transient Plugin updates data.
91
+ *
92
+ * @return object Plugin updates data.
93
+ */
94
+ public function compare_version( $transient ) {
95
+
96
+ if ( empty( $transient->checked ) ) {
97
+ return $transient;
98
+ }
99
+
100
+ delete_site_transient( $this->transient_key );
101
+
102
+ $plugin_slug = basename( PREMIUM_ADDONS_FILE, '.php' );
103
+
104
+ $beta_version = $this->get_beta_version();
105
+
106
+ if ( 'false' !== $beta_version && version_compare( $beta_version, PREMIUM_ADDONS_VERSION, '>' ) ) {
107
+
108
+ $response = new \stdClass();
109
+
110
+ $response->plugin = $plugin_slug;
111
+
112
+ $response->slug = $plugin_slug;
113
+
114
+ $response->new_version = $beta_version;
115
+
116
+ $response->url = 'https://premiumaddons.com/';
117
+
118
+ $response->package = sprintf( 'https://downloads.wordpress.org/plugin/premium-addons-for-elementor.%s.zip', $beta_version );
119
+
120
+ $transient->response[ PREMIUM_ADDONS_BASENAME ] = $response;
121
+ }
122
+
123
+ return $transient;
124
+ }
125
+
126
+ /**
127
+ * Creates and returns an instance of the class
128
+ *
129
+ * @since 2.6.8
130
+ * @access public
131
+ *
132
+ * @return object
133
+ */
134
+ public static function get_instance() {
135
+
136
+ if ( ! isset( self::$instance ) ) {
137
+
138
+ self::$instance = new self();
139
+
140
+ }
141
+ return self::$instance;
142
+ }
143
+ }
admin/includes/duplicator.php CHANGED
@@ -1,279 +1,279 @@
1
- <?php
2
- /**
3
- * PA Duplicator.
4
- */
5
-
6
- namespace PremiumAddons\Admin\Includes;
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit();
10
- }
11
-
12
- /**
13
- * Class Duplicator
14
- */
15
- class Duplicator {
16
-
17
- /**
18
- * PA Duplicator action.
19
- */
20
- const DUPLICATE_ACTION = 'pa_duplicator';
21
-
22
- /**
23
- * Class object
24
- *
25
- * @var instance
26
- */
27
- private static $instance = null;
28
-
29
- /**
30
- * Elementor slug
31
- *
32
- * @var elementor
33
- */
34
- private static $elementor = 'elementor';
35
-
36
- /**
37
- * PAPRO Slug
38
- *
39
- * @var papro
40
- */
41
- private static $papro = 'premium-addons-pro';
42
-
43
- /**
44
- * Constructor for the class
45
- */
46
- public function __construct() {
47
-
48
- add_action( 'admin_action_' . self::DUPLICATE_ACTION, array( $this, 'duplicate_post' ) );
49
-
50
- add_filter( 'post_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
51
-
52
- add_filter( 'page_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
53
-
54
- }
55
-
56
- /**
57
- * Add Duplicator Actions
58
- *
59
- * Add duplicator action links to posts/pages
60
- *
61
- * @access public
62
- * @since 3.9.7
63
- *
64
- * @param array $actions row actions.
65
- * @param object $post \WP_Post.
66
- * @return array
67
- */
68
- public function add_duplicator_actions( $actions, $post ) {
69
-
70
- if ( current_user_can( 'edit_posts' ) && post_type_supports( $post->post_type, 'elementor' ) ) {
71
-
72
- $actions[ self::DUPLICATE_ACTION ] = sprintf(
73
- '<a href="%1$s" title="%2$s"><span class="screen-reader-text">%2$s</span>%3$s</a>',
74
- esc_url( self::get_duplicate_url( $post->ID ) ),
75
- /* translators: %s: Post Title */
76
- sprintf( esc_attr__( 'Duplicate - %s', 'premium-addons-for-elementor' ), esc_attr( $post->post_title ) ),
77
- __( 'PA Duplicate', 'premium-addons-for-elementor' )
78
- );
79
-
80
- }
81
-
82
- return $actions;
83
- }
84
-
85
- /**
86
- * Get duplicate url
87
- *
88
- * @access public
89
- * @since 3.9.7
90
- *
91
- * @param integer $post_id item ID.
92
- * @return string
93
- */
94
- public static function get_duplicate_url( $post_id ) {
95
- return wp_nonce_url(
96
- add_query_arg(
97
- array(
98
- 'action' => self::DUPLICATE_ACTION,
99
- 'post_id' => $post_id,
100
- ),
101
- admin_url( 'admin.php' )
102
- ),
103
- self::DUPLICATE_ACTION
104
- );
105
- }
106
-
107
- /**
108
- * Duplicate required post/page
109
- *
110
- * @access public
111
- * @since 3.9.7
112
- *
113
- * @return void
114
- */
115
- public function duplicate_post() {
116
-
117
- if ( ! current_user_can( 'edit_posts' ) ) {
118
- return;
119
- }
120
-
121
- $nonce = isset( $_GET['_wpnonce'] ) ? $_GET['_wpnonce'] : '';
122
- $post_id = isset( $_GET['post_id'] ) ? absint( $_GET['post_id'] ) : 0;
123
-
124
- if ( ! wp_verify_nonce( $nonce, self::DUPLICATE_ACTION ) ) {
125
- return;
126
- }
127
-
128
- if ( is_null( $post = get_post( $post_id ) ) ) {
129
- return;
130
- }
131
-
132
- $post = sanitize_post( $post, 'db' );
133
-
134
- $duplicated_post_id = self::insert_post( $post );
135
-
136
- $redirect = add_query_arg(
137
- array(
138
- 'post_type' => $post->post_type,
139
- ),
140
- admin_url( 'edit.php' )
141
- );
142
-
143
- if ( ! is_wp_error( $duplicated_post_id ) ) {
144
-
145
- self::duplicate_post_taxonomies( $post, $duplicated_post_id );
146
- self::duplicate_post_meta_data( $post, $duplicated_post_id );
147
-
148
- }
149
-
150
- wp_safe_redirect( $redirect );
151
- die();
152
- }
153
-
154
- /**
155
- * Duplicate required post/page
156
- *
157
- * @access public
158
- * @since 3.9.7
159
- *
160
- * @param object $post WP_Post.
161
- */
162
- protected static function insert_post( $post ) {
163
-
164
- $current_user = wp_get_current_user();
165
-
166
- $post_meta = get_post_meta( $post->ID );
167
-
168
- $duplicated_post_args = array(
169
- 'post_status' => 'draft',
170
- 'post_type' => $post->post_type,
171
- 'post_parent' => $post->post_parent,
172
- 'post_content' => $post->post_content,
173
- 'menu_order' => $post->menu_order,
174
- 'ping_status' => $post->ping_status,
175
- 'post_excerpt' => $post->post_excerpt,
176
- 'post_password' => $post->post_password,
177
- 'comment_status' => $post->comment_status,
178
- 'to_ping' => $post->to_ping,
179
- 'post_author' => $current_user->ID,
180
- 'post_title' => sprintf(
181
- /* translators: 1: Post Title, 2: Post ID */
182
- __( 'Duplicated: %1$s - [#%2$d]', 'premium-addons-for-elementor' ),
183
- $post->post_title,
184
- $post->ID
185
- ),
186
- );
187
-
188
- if ( isset( $post_meta['_elementor_edit_mode'][0] ) ) {
189
-
190
- $data = array(
191
- 'meta_input' => array(
192
- '_elementor_edit_mode' => $post_meta['_elementor_edit_mode'][0],
193
- '_elementor_template_type' => $post_meta['_elementor_template_type'][0],
194
- ),
195
- );
196
-
197
- $duplicated_post_args = array_merge( $duplicated_post_args, $data );
198
-
199
- }
200
-
201
- return wp_insert_post( $duplicated_post_args );
202
- }
203
-
204
- /**
205
- * Add post taxonomies to the cloned version
206
- *
207
- * @access public
208
- * @since 3.9.7
209
- *
210
- * @param object $post WP_Post.
211
- * @param integer $id item ID.
212
- */
213
- public static function duplicate_post_taxonomies( $post, $id ) {
214
-
215
- $taxonomies = get_object_taxonomies( $post->post_type );
216
-
217
- if ( ! empty( $taxonomies ) && is_array( $taxonomies ) ) {
218
- foreach ( $taxonomies as $taxonomy ) {
219
- $terms = wp_get_object_terms( $post->ID, $taxonomy, array( 'fields' => 'slugs' ) );
220
- wp_set_object_terms( $id, $terms, $taxonomy, false );
221
- }
222
- }
223
- }
224
-
225
- /**
226
- * Add post meta data to the cloned version
227
- *
228
- * @access public
229
- * @since 3.9.7
230
- *
231
- * @param object $post WP_Post.
232
- * @param integer $id item ID.
233
- */
234
- public static function duplicate_post_meta_data( $post, $id ) {
235
-
236
- global $wpdb;
237
-
238
- $meta = $wpdb->get_results(
239
- $wpdb->prepare( "SELECT meta_key, meta_value FROM {$wpdb->postmeta} WHERE post_id = %d", $post->ID )
240
- );
241
-
242
- if ( ! empty( $meta ) && is_array( $meta ) ) {
243
-
244
- $query = "INSERT INTO {$wpdb->postmeta} ( post_id, meta_key, meta_value ) VALUES ";
245
-
246
- $_records = array();
247
-
248
- foreach ( $meta as $meta_info ) {
249
- $_value = wp_slash( $meta_info->meta_value );
250
- $_records[] = "( $id, '{$meta_info->meta_key}', '{$_value}' )";
251
- }
252
-
253
- $query .= implode( ', ', $_records ) . ';';
254
- $wpdb->query( $query );
255
- }
256
-
257
- }
258
-
259
-
260
- /**
261
- * Creates and returns an instance of the class
262
- *
263
- * @since 3.20.9
264
- * @access public
265
- *
266
- * @return object
267
- */
268
- public static function get_instance() {
269
-
270
- if ( ! isset( self::$instance ) ) {
271
-
272
- self::$instance = new self();
273
-
274
- }
275
-
276
- return self::$instance;
277
- }
278
-
279
- }
1
+ <?php
2
+ /**
3
+ * PA Duplicator.
4
+ */
5
+
6
+ namespace PremiumAddons\Admin\Includes;
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit();
10
+ }
11
+
12
+ /**
13
+ * Class Duplicator
14
+ */
15
+ class Duplicator {
16
+
17
+ /**
18
+ * PA Duplicator action.
19
+ */
20
+ const DUPLICATE_ACTION = 'pa_duplicator';
21
+
22
+ /**
23
+ * Class object
24
+ *
25
+ * @var instance
26
+ */
27
+ private static $instance = null;
28
+
29
+ /**
30
+ * Elementor slug
31
+ *
32
+ * @var elementor
33
+ */
34
+ private static $elementor = 'elementor';
35
+
36
+ /**
37
+ * PAPRO Slug
38
+ *
39
+ * @var papro
40
+ */
41
+ private static $papro = 'premium-addons-pro';
42
+
43
+ /**
44
+ * Constructor for the class
45
+ */
46
+ public function __construct() {
47
+
48
+ add_action( 'admin_action_' . self::DUPLICATE_ACTION, array( $this, 'duplicate_post' ) );
49
+
50
+ add_filter( 'post_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
51
+
52
+ add_filter( 'page_row_actions', array( $this, 'add_duplicator_actions' ), 10, 2 );
53
+
54
+ }
55
+
56
+ /**
57
+ * Add Duplicator Actions
58
+ *
59
+ * Add duplicator action links to posts/pages
60
+ *
61
+ * @access public
62
+ * @since 3.9.7
63
+ *
64
+ * @param array $actions row actions.
65
+ * @param object $post \WP_Post.
66
+ * @return array
67
+ */
68
+ public function add_duplicator_actions( $actions, $post ) {
69
+
70
+ if ( current_user_can( 'edit_posts' ) && post_type_supports( $post->post_type, 'elementor' ) ) {
71
+
72
+ $actions[ self::DUPLICATE_ACTION ] = sprintf(
73
+ '<a href="%1$s" title="%2$s"><span class="screen-reader-text">%2$s</span>%3$s</a>',
74
+ esc_url( self::get_duplicate_url( $post->ID ) ),
75
+ /* translators: %s: Post Title */
76
+ sprintf( esc_attr__( 'Duplicate - %s', 'premium-addons-for-elementor' ), esc_attr( $post->post_title ) ),
77
+ __( 'PA Duplicate', 'premium-addons-for-elementor' )
78
+ );
79
+
80
+ }
81
+
82
+ return $actions;
83
+ }
84
+
85
+ /**
86
+ * Get duplicate url
87
+ *
88
+ * @access public
89
+ * @since 3.9.7
90
+ *
91
+ * @param integer $post_id item ID.
92
+ * @return string
93
+ */
94
+ public static function get_duplicate_url( $post_id ) {
95
+ return wp_nonce_url(
96
+ add_query_arg(
97
+ array(
98
+ 'action' => self::DUPLICATE_ACTION,
99
+ 'post_id' => $post_id,
100
+ ),
101
+ admin_url( 'admin.php' )
102
+ ),
103
+ self::DUPLICATE_ACTION
104
+ );
105
+ }
106
+
107
+ /**
108
+ * Duplicate required post/page
109
+ *
110
+ * @access public
111
+ * @since 3.9.7
112
+ *
113
+ * @return void
114
+ */
115
+ public function duplicate_post() {
116
+
117
+ if ( ! current_user_can( 'edit_posts' ) ) {
118
+ return;
119
+ }
120
+
121
+ $nonce = isset( $_GET['_wpnonce'] ) ? $_GET['_wpnonce'] : '';
122
+ $post_id = isset( $_GET['post_id'] ) ? absint( $_GET['post_id'] ) : 0;
123
+
124
+ if ( ! wp_verify_nonce( $nonce, self::DUPLICATE_ACTION ) ) {
125
+ return;
126
+ }
127
+
128
+ if ( is_null( $post = get_post( $post_id ) ) ) {
129
+ return;
130
+ }
131
+
132
+ $post = sanitize_post( $post, 'db' );
133
+
134
+ $duplicated_post_id = self::insert_post( $post );
135
+
136
+ $redirect = add_query_arg(
137
+ array(
138
+ 'post_type' => $post->post_type,
139
+ ),
140
+ admin_url( 'edit.php' )
141
+ );
142
+
143
+ if ( ! is_wp_error( $duplicated_post_id ) ) {
144
+
145
+ self::duplicate_post_taxonomies( $post, $duplicated_post_id );
146
+ self::duplicate_post_meta_data( $post, $duplicated_post_id );
147
+
148
+ }
149
+
150
+ wp_safe_redirect( $redirect );
151
+ die();
152
+ }
153
+
154
+ /**
155
+ * Duplicate required post/page
156
+ *
157
+ * @access public
158
+ * @since 3.9.7
159
+ *
160
+ * @param object $post WP_Post.
161
+ */
162
+ protected static function insert_post( $post ) {
163
+
164
+ $current_user = wp_get_current_user();
165
+
166
+ $post_meta = get_post_meta( $post->ID );
167
+
168
+ $duplicated_post_args = array(
169
+ 'post_status' => 'draft',
170
+ 'post_type' => $post->post_type,
171
+ 'post_parent' => $post->post_parent,
172
+ 'post_content' => $post->post_content,
173
+ 'menu_order' => $post->menu_order,
174
+ 'ping_status' => $post->ping_status,
175
+ 'post_excerpt' => $post->post_excerpt,
176
+ 'post_password' => $post->post_password,
177
+ 'comment_status' => $post->comment_status,
178
+ 'to_ping' => $post->to_ping,
179
+ 'post_author' => $current_user->ID,
180
+ 'post_title' => sprintf(
181
+ /* translators: 1: Post Title, 2: Post ID */
182
+ __( 'Duplicated: %1$s - [#%2$d]', 'premium-addons-for-elementor' ),
183
+ $post->post_title,
184
+ $post->ID
185
+ ),
186
+ );
187
+
188
+ if ( isset( $post_meta['_elementor_edit_mode'][0] ) ) {
189
+
190
+ $data = array(
191
+ 'meta_input' => array(
192
+ '_elementor_edit_mode' => $post_meta['_elementor_edit_mode'][0],
193
+ '_elementor_template_type' => $post_meta['_elementor_template_type'][0],
194
+ ),
195
+ );
196
+
197
+ $duplicated_post_args = array_merge( $duplicated_post_args, $data );
198
+
199
+ }
200
+
201
+ return wp_insert_post( $duplicated_post_args );
202
+ }
203
+
204
+ /**
205
+ * Add post taxonomies to the cloned version
206
+ *
207
+ * @access public
208
+ * @since 3.9.7
209
+ *
210
+ * @param object $post WP_Post.
211
+ * @param integer $id item ID.
212
+ */
213
+ public static function duplicate_post_taxonomies( $post, $id ) {
214
+
215
+ $taxonomies = get_object_taxonomies( $post->post_type );
216
+
217
+ if ( ! empty( $taxonomies ) && is_array( $taxonomies ) ) {
218
+ foreach ( $taxonomies as $taxonomy ) {
219
+ $terms = wp_get_object_terms( $post->ID, $taxonomy, array( 'fields' => 'slugs' ) );
220
+ wp_set_object_terms( $id, $terms, $taxonomy, false );
221
+ }
222
+ }
223
+ }
224
+
225
+ /**
226
+ * Add post meta data to the cloned version
227
+ *
228
+ * @access public
229
+ * @since 3.9.7
230
+ *
231
+ * @param object $post WP_Post.
232
+ * @param integer $id item ID.
233
+ */
234
+ public static function duplicate_post_meta_data( $post, $id ) {
235
+
236
+ global $wpdb;
237
+
238
+ $meta = $wpdb->get_results(
239
+ $wpdb->prepare( "SELECT meta_key, meta_value FROM {$wpdb->postmeta} WHERE post_id = %d", $post->ID )
240
+ );
241
+
242
+ if ( ! empty( $meta ) && is_array( $meta ) ) {
243
+
244
+ $query = "INSERT INTO {$wpdb->postmeta} ( post_id, meta_key, meta_value ) VALUES ";
245
+
246
+ $_records = array();
247
+
248
+ foreach ( $meta as $meta_info ) {
249
+ $_value = wp_slash( $meta_info->meta_value );
250
+ $_records[] = "( $id, '{$meta_info->meta_key}', '{$_value}' )";
251
+ }
252
+
253
+ $query .= implode( ', ', $_records ) . ';';
254
+ $wpdb->query( $query );
255
+ }
256
+
257
+ }
258
+
259
+
260
+ /**
261
+ * Creates and returns an instance of the class
262
+ *
263
+ * @since 3.20.9
264
+ * @access public
265
+ *
266
+ * @return object
267
+ */
268
+ public static function get_instance() {
269
+
270
+ if ( ! isset( self::$instance ) ) {
271
+
272
+ self::$instance = new self();
273
+
274
+ }
275
+
276
+ return self::$instance;
277
+ }
278
+
279
+ }
admin/includes/elements.php CHANGED
@@ -1,879 +1,879 @@
1
- <?php
2
- /**
3
- * PA Elements.
4
- */
5
-
6
- use PremiumAddons\Includes\Helper_Functions;
7
-
8
- $prefix = Helper_Functions::get_prefix();
9
-
10
- $elements = array(
11
- 'cat-1' => array(
12
- 'icon' => 'all',
13
- 'title' => __( 'All Widgets', 'premium-addons-for-elementor' ),
14
- 'elements' => array(
15
- array(
16
- 'key' => 'premium-lottie-widget',
17
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
18
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
19
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
20
- 'tutorial' => 'https://www.youtube.com/watch?v=0QWzUpF57dw',
21
- ),
22
- array(
23
- 'key' => 'premium-carousel',
24
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Carousel', 'premium-addons-for-elementor' ) ),
25
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
26
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
27
- 'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
28
- ),
29
- array(
30
- 'key' => 'premium-blog',
31
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Blog', 'premium-addons-for-elementor' ) ),
32
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
33
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/blog-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
34
- ),
35
- array(
36
- 'key' => 'premium-maps',
37
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Maps', 'premium-addons-for-elementor' ) ),
38
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
39
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
40
- 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
41
- ),
42
- array(
43
- 'key' => 'premium-person',
44
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Team Members', 'premium-addons-for-elementor' ) ),
45
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
46
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
47
- ),
48
- array(
49
- 'key' => 'premium-tabs',
50
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Tabs', 'premium-addons-for-elementor' ) ),
51
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
52
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
53
- 'is_pro' => true,
54
- ),
55
- array(
56
- 'key' => 'premium-content-toggle',
57
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Content Switcher', 'premium-addons-for-elementor' ) ),
58
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
59
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
60
- 'is_pro' => true,
61
- ),
62
- array(
63
- 'key' => 'premium-fancytext',
64
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Fancy Text', 'premium-addons-for-elementor' ) ),
65
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
66
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
67
- ),
68
- array(
69
- 'key' => 'premium-title',
70
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Heading', 'premium-addons-for-elementor' ) ),
71
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
72
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
73
- ),
74
- array(
75
- 'key' => 'premium-dual-header',
76
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Dual Heading', 'premium-addons-for-elementor' ) ),
77
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
78
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
79
- ),
80
- array(
81
- 'key' => 'premium-divider',
82
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Divider', 'premium-addons-for-elementor' ) ),
83
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
84
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
85
- 'is_pro' => true,
86
- ),
87
- array(
88
- 'key' => 'premium-grid',
89
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Media Grid', 'premium-addons-for-elementor' ) ),
90
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
91
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/grid/', 'settings-page', 'wp-dash', 'dashboard' ),
92
- ),
93
- array(
94
- 'key' => 'premium-image-scroll',
95
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Scroll', 'premium-addons-for-elementor' ) ),
96
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
97
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
98
- ),
99
- array(
100
- 'key' => 'premium-image-separator',
101
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Separator', 'premium-addons-for-elementor' ) ),
102
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
103
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
104
- ),
105
- array(
106
- 'key' => 'premium-image-comparison',
107
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Comparison', 'premium-addons-for-elementor' ) ),
108
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
109
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
110
- 'is_pro' => true,
111
- ),
112
- array(
113
- 'key' => 'premium-image-hotspots',
114
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Hotspots', 'premium-addons-for-elementor' ) ),
115
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
116
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
117
- 'is_pro' => true,
118
- ),
119
- array(
120
- 'key' => 'premium-img-layers',
121
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Layers', 'premium-addons-for-elementor' ) ),
122
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
123
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
124
- 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
125
- 'is_pro' => true,
126
- ),
127
- array(
128
- 'key' => 'premium-image-accordion',
129
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Accordion', 'premium-addons-for-elementor' ) ),
130
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
131
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
132
- 'is_pro' => true,
133
- ),
134
- array(
135
- 'key' => 'premium-videobox',
136
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Video Box', 'premium-addons-for-elementor' ) ),
137
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
138
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
139
- ),
140
- array(
141
- 'key' => 'premium-hscroll',
142
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Horizontal Scroll', 'premium-addons-for-elementor' ) ),
143
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
144
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
145
- 'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
146
- 'is_pro' => true,
147
- ),
148
- array(
149
- 'key' => 'premium-vscroll',
150
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Vertical Scroll', 'premium-addons-for-elementor' ) ),
151
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
152
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
153
- 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
154
- ),
155
- array(
156
- 'key' => 'premium-color-transition',
157
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Background Transition', 'premium-addons-for-elementor' ) ),
158
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
159
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
160
- 'is_pro' => true,
161
- ),
162
- array(
163
- 'key' => 'premium-multi-scroll',
164
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Multi Scroll', 'premium-addons-for-elementor' ) ),
165
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
166
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
167
- 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
168
- 'is_pro' => true,
169
- ),
170
- array(
171
- 'key' => 'premium-lottie',
172
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
173
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
174
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
175
- 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
176
- 'is_pro' => true,
177
- ),
178
- array(
179
- 'key' => 'premium-parallax',
180
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Parallax', 'premium-addons-for-elementor' ) ),
181
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
182
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
183
- 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
184
- 'is_pro' => true,
185
- ),
186
- array(
187
- 'key' => 'premium-particles',
188
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Particles', 'premium-addons-for-elementor' ) ),
189
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
190
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
191
- 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
192
- 'is_pro' => true,
193
- ),
194
- array(
195
- 'key' => 'premium-gradient',
196
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Gradient', 'premium-addons-for-elementor' ) ),
197
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
198
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
199
- 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
200
- 'is_pro' => true,
201
- ),
202
- array(
203
- 'key' => 'premium-kenburns',
204
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Ken Burns', 'premium-addons-for-elementor' ) ),
205
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
206
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
207
- 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
208
- 'is_pro' => true,
209
- ),
210
- array(
211
- 'key' => 'premium-modalbox',
212
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Modal Box', 'premium-addons-for-elementor' ) ),
213
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
214
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
215
- 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
216
- ),
217
- array(
218
- 'key' => 'premium-notbar',
219
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Alert Box', 'premium-addons-for-elementor' ) ),
220
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
221
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
222
- 'is_pro' => true,
223
- ),
224
- array(
225
- 'key' => 'premium-magic-section',
226
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Magic Section', 'premium-addons-for-elementor' ) ),
227
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
228
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
229
- 'is_pro' => true,
230
- ),
231
- array(
232
- 'key' => 'premium-prev-img',
233
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Preview Window', 'premium-addons-for-elementor' ) ),
234
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
235
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
236
- 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
237
- 'is_pro' => true,
238
- ),
239
- array(
240
- 'key' => 'premium-testimonials',
241
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Testimonials', 'premium-addons-for-elementor' ) ),
242
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
243
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
244
- ),
245
- array(
246
- 'key' => 'premium-facebook-reviews',
247
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Reviews', 'premium-addons-for-elementor' ) ),
248
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
249
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
250
- 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
251
- 'is_pro' => true,
252
- ),
253
- array(
254
- 'key' => 'premium-google-reviews',
255
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Reviews', 'premium-addons-for-elementor' ) ),
256
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
257
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
258
- 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
259
- 'is_pro' => true,
260
- ),
261
- array(
262
- 'key' => 'premium-yelp-reviews',
263
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Yelp Reviews', 'premium-addons-for-elementor' ) ),
264
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
265
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
266
- 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
267
- 'is_pro' => true,
268
- ),
269
- array(
270
- 'key' => 'premium-countdown',
271
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Countdown', 'premium-addons-for-elementor' ) ),
272
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
273
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
274
- ),
275
- array(
276
- 'key' => 'premium-banner',
277
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Banner', 'premium-addons-for-elementor' ) ),
278
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
279
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
280
- ),
281
- array(
282
- 'key' => 'premium-button',
283
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Button', 'premium-addons-for-elementor' ) ),
284
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
285
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
286
- 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
287
- ),
288
- array(
289
- 'key' => 'premium-image-button',
290
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Button', 'premium-addons-for-elementor' ) ),
291
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-button-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
292
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
293
- ),
294
- array(
295
- 'key' => 'premium-flipbox',
296
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Hover Box', 'premium-addons-for-elementor' ) ),
297
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/flip-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
298
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
299
- 'is_pro' => true,
300
- ),
301
- array(
302
- 'key' => 'premium-iconbox',
303
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Icon Box', 'premium-addons-for-elementor' ) ),
304
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
305
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
306
- 'is_pro' => true,
307
- ),
308
- array(
309
- 'key' => 'premium-ihover',
310
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'iHover', 'premium-addons-for-elementor' ) ),
311
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
312
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
313
- 'is_pro' => true,
314
- ),
315
- array(
316
- 'key' => 'premium-unfold',
317
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Unfold', 'premium-addons-for-elementor' ) ),
318
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
319
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
320
- 'is_pro' => true,
321
- ),
322
- array(
323
- 'key' => 'premium-icon-list',
324
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Bullet List', 'premium-addons-for-elementor' ) ),
325
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
326
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
327
- 'tutorial' => 'https://youtube.com/',
328
- ),
329
- array(
330
- 'key' => 'premium-facebook-feed',
331
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Feed', 'premium-addons-for-elementor' ) ),
332
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
333
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
334
- 'is_pro' => true,
335
- ),
336
- array(
337
- 'key' => 'premium-twitter-feed',
338
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Twitter Feed', 'premium-addons-for-elementor' ) ),
339
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
340
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
341
- 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
342
- 'is_pro' => true,
343
- ),
344
- array(
345
- 'key' => 'premium-instagram-feed',
346
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Instagram Feed', 'premium-addons-for-elementor' ) ),
347
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
348
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
349
- 'is_pro' => true,
350
- ),
351
- array(
352
- 'key' => 'premium-behance',
353
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Behance Feed', 'premium-addons-for-elementor' ) ),
354
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
355
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
356
- 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
357
- 'is_pro' => true,
358
- ),
359
- array(
360
- 'key' => 'premium-progressbar',
361
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Progress Bar', 'premium-addons-for-elementor' ) ),
362
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
363
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
364
- 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
365
- ),
366
- array(
367
- 'key' => 'premium-pricing-table',
368
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Pricing Table', 'premium-addons-for-elementor' ) ),
369
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
370
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
371
- ),
372
- array(
373
- 'key' => 'premium-charts',
374
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Charts', 'premium-addons-for-elementor' ) ),
375
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
376
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
377
- 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
378
- 'is_pro' => true,
379
- ),
380
- array(
381
- 'key' => 'premium-tables',
382
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Table', 'premium-addons-for-elementor' ) ),
383
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
384
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
385
- 'is_pro' => true,
386
- ),
387
- array(
388
- 'key' => 'premium-counter',
389
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Counter', 'premium-addons-for-elementor' ) ),
390
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
391
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
392
- ),
393
- array(
394
- 'key' => 'premium-contactform',
395
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Contact Form 7', 'premium-addons-for-elementor' ) ),
396
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
397
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
398
- ),
399
- array(
400
- 'key' => 'premium-fb-chat',
401
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ) ),
402
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
403
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
404
- 'is_pro' => true,
405
- ),
406
- array(
407
- 'key' => 'premium-whatsapp-chat',
408
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Whatsapp Chat', 'premium-addons-for-elementor' ) ),
409
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
410
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
411
- 'is_pro' => true,
412
- ),
413
- ),
414
- ),
415
- 'cat-2' => array(
416
- 'icon' => 'content',
417
- 'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ),
418
- 'elements' => array(
419
- array(
420
- 'key' => 'premium-carousel',
421
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Carousel', 'premium-addons-for-elementor' ) ),
422
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
423
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
424
- 'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
425
- ),
426
- array(
427
- 'key' => 'premium-blog',
428
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Blog', 'premium-addons-for-elementor' ) ),
429
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
430
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/blog-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
431
- ),
432
- array(
433
- 'key' => 'premium-maps',
434
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Maps', 'premium-addons-for-elementor' ) ),
435
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
436
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
437
- 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
438
- ),
439
- array(
440
- 'key' => 'premium-person',
441
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Team Members', 'premium-addons-for-elementor' ) ),
442
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
443
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
444
- ),
445
- array(
446
- 'key' => 'premium-tabs',
447
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Tabs', 'premium-addons-for-elementor' ) ),
448
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
449
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
450
- 'is_pro' => true,
451
- ),
452
- array(
453
- 'key' => 'premium-content-toggle',
454
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Content Switcher', 'premium-addons-for-elementor' ) ),
455
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
456
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
457
- 'is_pro' => true,
458
- ),
459
- array(
460
- 'key' => 'premium-fancytext',
461
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Fancy Text', 'premium-addons-for-elementor' ) ),
462
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
463
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
464
- ),
465
- array(
466
- 'key' => 'premium-title',
467
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Heading', 'premium-addons-for-elementor' ) ),
468
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
469
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
470
- ),
471
- array(
472
- 'key' => 'premium-dual-header',
473
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Dual Heading', 'premium-addons-for-elementor' ) ),
474
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
475
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
476
- ),
477
- array(
478
- 'key' => 'premium-divider',
479
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Divider', 'premium-addons-for-elementor' ) ),
480
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
481
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
482
- 'is_pro' => true,
483
- ),
484
- ),
485
- ),
486
- 'cat-3' => array(
487
- 'icon' => 'images',
488
- 'title' => __( 'Image & Video Widgets', 'premium-addons-for-elementor' ),
489
- 'elements' => array(
490
- array(
491
- 'key' => 'premium-grid',
492
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Media Grid', 'premium-addons-for-elementor' ) ),
493
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
494
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/grid-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
495
- ),
496
- array(
497
- 'key' => 'premium-image-scroll',
498
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Scroll', 'premium-addons-for-elementor' ) ),
499
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
500
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
501
- ),
502
- array(
503
- 'key' => 'premium-image-separator',
504
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Separator', 'premium-addons-for-elementor' ) ),
505
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
506
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
507
- ),
508
- array(
509
- 'key' => 'premium-image-comparison',
510
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Comparison', 'premium-addons-for-elementor' ) ),
511
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
512
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
513
- 'is_pro' => true,
514
- ),
515
- array(
516
- 'key' => 'premium-image-hotspots',
517
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Hotspots', 'premium-addons-for-elementor' ) ),
518
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
519
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
520
- 'is_pro' => true,
521
- ),
522
- array(
523
- 'key' => 'premium-img-layers',
524
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Layers', 'premium-addons-for-elementor' ) ),
525
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
526
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
527
- 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
528
- 'is_pro' => true,
529
- ),
530
- array(
531
- 'key' => 'premium-image-accordion',
532
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Accordion', 'premium-addons-for-elementor' ) ),
533
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
534
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
535
- 'is_pro' => true,
536
- ),
537
- array(
538
- 'key' => 'premium-videobox',
539
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Video Box', 'premium-addons-for-elementor' ) ),
540
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
541
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
542
- ),
543
- ),
544
- ),
545
- 'cat-4' => array(
546
- 'icon' => 'section',
547
- 'title' => __( 'Section Addons & Widgets', 'premium-addons-for-elementor' ),
548
- 'elements' => array(
549
- array(
550
- 'key' => 'premium-hscroll',
551
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Horizontal Scroll', 'premium-addons-for-elementor' ) ),
552
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
553
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
554
- 'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
555
- 'is_pro' => true,
556
- ),
557
- array(
558
- 'key' => 'premium-vscroll',
559
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Vertical Scroll', 'premium-addons-for-elementor' ) ),
560
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
561
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
562
- 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
563
- ),
564
- array(
565
- 'key' => 'premium-color-transition',
566
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Background Transition', 'premium-addons-for-elementor' ) ),
567
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
568
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
569
- 'is_pro' => true,
570
- ),
571
- array(
572
- 'key' => 'premium-multi-scroll',
573
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Multi Scroll', 'premium-addons-for-elementor' ) ),
574
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
575
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
576
- 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
577
- 'is_pro' => true,
578
- ),
579
- array(
580
- 'key' => 'premium-lottie',
581
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
582
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
583
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
584
- 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
585
- 'is_pro' => true,
586
- ),
587
- array(
588
- 'key' => 'premium-parallax',
589
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Parallax', 'premium-addons-for-elementor' ) ),
590
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
591
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
592
- 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
593
- 'is_pro' => true,
594
- ),
595
- array(
596
- 'key' => 'premium-particles',
597
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Particles', 'premium-addons-for-elementor' ) ),
598
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
599
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
600
- 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
601
- 'is_pro' => true,
602
- ),
603
- array(
604
- 'key' => 'premium-gradient',
605
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Gradient', 'premium-addons-for-elementor' ) ),
606
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
607
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
608
- 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
609
- 'is_pro' => true,
610
- ),
611
- array(
612
- 'key' => 'premium-kenburns',
613
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Ken Burns', 'premium-addons-for-elementor' ) ),
614
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
615
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
616
- 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
617
- 'is_pro' => true,
618
- ),
619
- ),
620
- ),
621
- 'cat-5' => array(
622
- 'icon' => 'off-grid',
623
- 'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ),
624
- 'elements' => array(
625
- array(
626
- 'key' => 'premium-modalbox',
627
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Modal Box', 'premium-addons-for-elementor' ) ),
628
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
629
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
630
- 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
631
- ),
632
- array(
633
- 'key' => 'premium-notbar',
634
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Alert Box', 'premium-addons-for-elementor' ) ),
635
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
636
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
637
- 'is_pro' => true,
638
- ),
639
- array(
640
- 'key' => 'premium-magic-section',
641
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Magic Section', 'premium-addons-for-elementor' ) ),
642
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
643
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
644
- 'is_pro' => true,
645
- ),
646
- array(
647
- 'key' => 'premium-prev-img',
648
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Preview Window', 'premium-addons-for-elementor' ) ),
649
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
650
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
651
- 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
652
- 'is_pro' => true,
653
- ),
654
- ),
655
- ),
656
- 'cat-6' => array(
657
- 'icon' => 'social',
658
- 'title' => __( 'Reviews & Testimonials Widgets', 'premium-addons-for-elementor' ),
659
- 'elements' => array(
660
- array(
661
- 'key' => 'premium-testimonials',
662
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Testimonials', 'premium-addons-for-elementor' ) ),
663
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
664
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
665
- ),
666
- array(
667
- 'key' => 'premium-facebook-reviews',
668
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Reviews', 'premium-addons-for-elementor' ) ),
669
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
670
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
671
- 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
672
- 'is_pro' => true,
673
- ),
674
- array(
675
- 'key' => 'premium-google-reviews',
676
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Reviews', 'premium-addons-for-elementor' ) ),
677
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
678
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
679
- 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
680
- 'is_pro' => true,
681
- ),
682
- array(
683
- 'key' => 'premium-yelp-reviews',
684
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Yelp Reviews', 'premium-addons-for-elementor' ) ),
685
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
686
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
687
- 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
688
- 'is_pro' => true,
689
- ),
690
- ),
691
- ),
692
- 'cat-7' => array(
693
- 'icon' => 'blurbs',
694
- 'title' => __( 'Blurbs & CTA Widgets', 'premium-addons-for-elementor' ),
695
- 'elements' => array(
696
- array(
697
- 'key' => 'premium-countdown',
698
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Countdown', 'premium-addons-for-elementor' ) ),
699
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
700
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
701
- ),
702
- array(
703
- 'key' => 'premium-banner',
704
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Banner', 'premium-addons-for-elementor' ) ),
705
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
706
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
707
- ),
708
- array(
709
- 'key' => 'premium-button',
710
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Button', 'premium-addons-for-elementor' ) ),
711
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
712
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
713
- 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
714
- ),
715
- array(
716
- 'key' => 'premium-image-button',
717
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Button', 'premium-addons-for-elementor' ) ),
718
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-button-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
719
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
720
- ),
721
- array(
722
- 'key' => 'premium-flipbox',
723
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Hover Box', 'premium-addons-for-elementor' ) ),
724
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/flip-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
725
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
726
- 'is_pro' => true,
727
- ),
728
- array(
729
- 'key' => 'premium-iconbox',
730
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Icon Box', 'premium-addons-for-elementor' ) ),
731
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
732
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
733
- 'is_pro' => true,
734
- ),
735
- array(
736
- 'key' => 'premium-ihover',
737
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'iHover', 'premium-addons-for-elementor' ) ),
738
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
739
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
740
- 'is_pro' => true,
741
- ),
742
- array(
743
- 'key' => 'premium-unfold',
744
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Unfold', 'premium-addons-for-elementor' ) ),
745
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
746
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
747
- 'is_pro' => true,
748
- ),
749
- array(
750
- 'key' => 'premium-icon-list',
751
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Bullet List', 'premium-addons-for-elementor' ) ),
752
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
753
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
754
- 'tutorial' => 'https://youtube.com/',
755
- ),
756
- ),
757
- ),
758
- 'cat-8' => array(
759
- 'icon' => 'feed',
760
- 'title' => __( 'Social Feed Widgets', 'premium-addons-for-elementor' ),
761
- 'elements' => array(
762
- array(
763
- 'key' => 'premium-facebook-feed',
764
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Feed', 'premium-addons-for-elementor' ) ),
765
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
766
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
767
- 'is_pro' => true,
768
- ),
769
- array(
770
- 'key' => 'premium-twitter-feed',
771
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Twitter Feed', 'premium-addons-for-elementor' ) ),
772
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
773
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
774
- 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
775
- 'is_pro' => true,
776
- ),
777
- array(
778
- 'key' => 'premium-instagram-feed',
779
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Instagram Feed', 'premium-addons-for-elementor' ) ),
780
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
781
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
782
- 'is_pro' => true,
783
- ),
784
- array(
785
- 'key' => 'premium-behance',
786
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Behance Feed', 'premium-addons-for-elementor' ) ),
787
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
788
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
789
- 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
790
- 'is_pro' => true,
791
- ),
792
- ),
793
- ),
794
- 'cat-9' => array(
795
- 'icon' => 'data',
796
- 'title' => __( 'Tables, Charts & Anything Data Widgets', 'premium-addons-for-elementor' ),
797
- 'elements' => array(
798
- array(
799
- 'key' => 'premium-progressbar',
800
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Progress Bar', 'premium-addons-for-elementor' ) ),
801
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
802
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
803
- 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
804
- ),
805
- array(
806
- 'key' => 'premium-pricing-table',
807
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Pricing Table', 'premium-addons-for-elementor' ) ),
808
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
809
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
810
- ),
811
- array(
812
- 'key' => 'premium-charts',
813
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Charts', 'premium-addons-for-elementor' ) ),
814
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
815
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
816
- 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
817
- 'is_pro' => true,
818
- ),
819
- array(
820
- 'key' => 'premium-tables',
821
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Table', 'premium-addons-for-elementor' ) ),
822
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
823
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
824
- 'is_pro' => true,
825
- ),
826
- array(
827
- 'key' => 'premium-counter',
828
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Counter', 'premium-addons-for-elementor' ) ),
829
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
830
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
831
- ),
832
- ),
833
- ),
834
- 'cat-10' => array(
835
- 'icon' => 'contact',
836
- 'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ),
837
- 'elements' => array(
838
- array(
839
- 'key' => 'premium-contactform',
840
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Contact Form 7', 'premium-addons-for-elementor' ) ),
841
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
842
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
843
- ),
844
- array(
845
- 'key' => 'premium-fb-chat',
846
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ) ),
847
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
848
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
849
- 'is_pro' => true,
850
- ),
851
- array(
852
- 'key' => 'premium-whatsapp-chat',
853
- 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Whatsapp Chat', 'premium-addons-for-elementor' ) ),
854
- 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
855
- 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
856
- 'is_pro' => true,
857
- ),
858
- ),
859
- ),
860
- 'cat-11' => array(
861
- 'icon' => 'extensions',
862
- 'elements' => array(
863
- array(
864
- 'key' => 'premium-templates',
865
- ),
866
- array(
867
- 'key' => 'premium-cross-domain',
868
- ),
869
- array(
870
- 'key' => 'premium-equal-height',
871
- ),
872
- array(
873
- 'key' => 'premium-duplicator',
874
- ),
875
- ),
876
- ),
877
- );
878
-
879
- return $elements;
1
+ <?php
2
+ /**
3
+ * PA Elements.
4
+ */
5
+
6
+ use PremiumAddons\Includes\Helper_Functions;
7
+
8
+ $prefix = Helper_Functions::get_prefix();
9
+
10
+ $elements = array(
11
+ 'cat-1' => array(
12
+ 'icon' => 'all',
13
+ 'title' => __( 'All Widgets', 'premium-addons-for-elementor' ),
14
+ 'elements' => array(
15
+ array(
16
+ 'key' => 'premium-lottie-widget',
17
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
18
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
19
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-animations-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
20
+ 'tutorial' => 'https://www.youtube.com/watch?v=0QWzUpF57dw',
21
+ ),
22
+ array(
23
+ 'key' => 'premium-carousel',
24
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Carousel', 'premium-addons-for-elementor' ) ),
25
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
26
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
27
+ 'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
28
+ ),
29
+ array(
30
+ 'key' => 'premium-blog',
31
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Blog', 'premium-addons-for-elementor' ) ),
32
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
33
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/blog-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
34
+ ),
35
+ array(
36
+ 'key' => 'premium-maps',
37
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Maps', 'premium-addons-for-elementor' ) ),
38
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
39
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
40
+ 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
41
+ ),
42
+ array(
43
+ 'key' => 'premium-person',
44
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Team Members', 'premium-addons-for-elementor' ) ),
45
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
46
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
47
+ ),
48
+ array(
49
+ 'key' => 'premium-tabs',
50
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Tabs', 'premium-addons-for-elementor' ) ),
51
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
52
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
53
+ 'is_pro' => true,
54
+ ),
55
+ array(
56
+ 'key' => 'premium-content-toggle',
57
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Content Switcher', 'premium-addons-for-elementor' ) ),
58
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
59
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
60
+ 'is_pro' => true,
61
+ ),
62
+ array(
63
+ 'key' => 'premium-fancytext',
64
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Fancy Text', 'premium-addons-for-elementor' ) ),
65
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
66
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
67
+ ),
68
+ array(
69
+ 'key' => 'premium-title',
70
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Heading', 'premium-addons-for-elementor' ) ),
71
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
72
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
73
+ ),
74
+ array(
75
+ 'key' => 'premium-dual-header',
76
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Dual Heading', 'premium-addons-for-elementor' ) ),
77
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
78
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
79
+ ),
80
+ array(
81
+ 'key' => 'premium-divider',
82
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Divider', 'premium-addons-for-elementor' ) ),
83
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
84
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
85
+ 'is_pro' => true,
86
+ ),
87
+ array(
88
+ 'key' => 'premium-grid',
89
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Media Grid', 'premium-addons-for-elementor' ) ),
90
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
91
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/grid/', 'settings-page', 'wp-dash', 'dashboard' ),
92
+ ),
93
+ array(
94
+ 'key' => 'premium-image-scroll',
95
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Scroll', 'premium-addons-for-elementor' ) ),
96
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
97
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
98
+ ),
99
+ array(
100
+ 'key' => 'premium-image-separator',
101
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Separator', 'premium-addons-for-elementor' ) ),
102
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
103
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
104
+ ),
105
+ array(
106
+ 'key' => 'premium-image-comparison',
107
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Comparison', 'premium-addons-for-elementor' ) ),
108
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
109
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
110
+ 'is_pro' => true,
111
+ ),
112
+ array(
113
+ 'key' => 'premium-image-hotspots',
114
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Hotspots', 'premium-addons-for-elementor' ) ),
115
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
116
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
117
+ 'is_pro' => true,
118
+ ),
119
+ array(
120
+ 'key' => 'premium-img-layers',
121
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Layers', 'premium-addons-for-elementor' ) ),
122
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
123
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
124
+ 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
125
+ 'is_pro' => true,
126
+ ),
127
+ array(
128
+ 'key' => 'premium-image-accordion',
129
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Accordion', 'premium-addons-for-elementor' ) ),
130
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
131
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
132
+ 'is_pro' => true,
133
+ ),
134
+ array(
135
+ 'key' => 'premium-videobox',
136
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Video Box', 'premium-addons-for-elementor' ) ),
137
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
138
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
139
+ ),
140
+ array(
141
+ 'key' => 'premium-hscroll',
142
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Horizontal Scroll', 'premium-addons-for-elementor' ) ),
143
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
144
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
145
+ 'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
146
+ 'is_pro' => true,
147
+ ),
148
+ array(
149
+ 'key' => 'premium-vscroll',
150
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Vertical Scroll', 'premium-addons-for-elementor' ) ),
151
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
152
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
153
+ 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
154
+ ),
155
+ array(
156
+ 'key' => 'premium-color-transition',
157
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Background Transition', 'premium-addons-for-elementor' ) ),
158
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
159
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
160
+ 'is_pro' => true,
161
+ ),
162
+ array(
163
+ 'key' => 'premium-multi-scroll',
164
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Multi Scroll', 'premium-addons-for-elementor' ) ),
165
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
166
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
167
+ 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
168
+ 'is_pro' => true,
169
+ ),
170
+ array(
171
+ 'key' => 'premium-lottie',
172
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
173
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
174
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
175
+ 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
176
+ 'is_pro' => true,
177
+ ),
178
+ array(
179
+ 'key' => 'premium-parallax',
180
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Parallax', 'premium-addons-for-elementor' ) ),
181
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
182
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
183
+ 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
184
+ 'is_pro' => true,
185
+ ),
186
+ array(
187
+ 'key' => 'premium-particles',
188
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Particles', 'premium-addons-for-elementor' ) ),
189
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
190
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
191
+ 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
192
+ 'is_pro' => true,
193
+ ),
194
+ array(
195
+ 'key' => 'premium-gradient',
196
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Gradient', 'premium-addons-for-elementor' ) ),
197
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
198
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
199
+ 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
200
+ 'is_pro' => true,
201
+ ),
202
+ array(
203
+ 'key' => 'premium-kenburns',
204
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Ken Burns', 'premium-addons-for-elementor' ) ),
205
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
206
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
207
+ 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
208
+ 'is_pro' => true,
209
+ ),
210
+ array(
211
+ 'key' => 'premium-modalbox',
212
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Modal Box', 'premium-addons-for-elementor' ) ),
213
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
214
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
215
+ 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
216
+ ),
217
+ array(
218
+ 'key' => 'premium-notbar',
219
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Alert Box', 'premium-addons-for-elementor' ) ),
220
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
221
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
222
+ 'is_pro' => true,
223
+ ),
224
+ array(
225
+ 'key' => 'premium-magic-section',
226
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Magic Section', 'premium-addons-for-elementor' ) ),
227
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
228
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
229
+ 'is_pro' => true,
230
+ ),
231
+ array(
232
+ 'key' => 'premium-prev-img',
233
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Preview Window', 'premium-addons-for-elementor' ) ),
234
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
235
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
236
+ 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
237
+ 'is_pro' => true,
238
+ ),
239
+ array(
240
+ 'key' => 'premium-testimonials',
241
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Testimonials', 'premium-addons-for-elementor' ) ),
242
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
243
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
244
+ ),
245
+ array(
246
+ 'key' => 'premium-facebook-reviews',
247
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Reviews', 'premium-addons-for-elementor' ) ),
248
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
249
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
250
+ 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
251
+ 'is_pro' => true,
252
+ ),
253
+ array(
254
+ 'key' => 'premium-google-reviews',
255
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Reviews', 'premium-addons-for-elementor' ) ),
256
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
257
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
258
+ 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
259
+ 'is_pro' => true,
260
+ ),
261
+ array(
262
+ 'key' => 'premium-yelp-reviews',
263
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Yelp Reviews', 'premium-addons-for-elementor' ) ),
264
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
265
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
266
+ 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
267
+ 'is_pro' => true,
268
+ ),
269
+ array(
270
+ 'key' => 'premium-countdown',
271
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Countdown', 'premium-addons-for-elementor' ) ),
272
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
273
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
274
+ ),
275
+ array(
276
+ 'key' => 'premium-banner',
277
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Banner', 'premium-addons-for-elementor' ) ),
278
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
279
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
280
+ ),
281
+ array(
282
+ 'key' => 'premium-button',
283
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Button', 'premium-addons-for-elementor' ) ),
284
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
285
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
286
+ 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
287
+ ),
288
+ array(
289
+ 'key' => 'premium-image-button',
290
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Button', 'premium-addons-for-elementor' ) ),
291
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-button-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
292
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
293
+ ),
294
+ array(
295
+ 'key' => 'premium-flipbox',
296
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Hover Box', 'premium-addons-for-elementor' ) ),
297
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/flip-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
298
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
299
+ 'is_pro' => true,
300
+ ),
301
+ array(
302
+ 'key' => 'premium-iconbox',
303
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Icon Box', 'premium-addons-for-elementor' ) ),
304
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
305
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
306
+ 'is_pro' => true,
307
+ ),
308
+ array(
309
+ 'key' => 'premium-ihover',
310
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'iHover', 'premium-addons-for-elementor' ) ),
311
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
312
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
313
+ 'is_pro' => true,
314
+ ),
315
+ array(
316
+ 'key' => 'premium-unfold',
317
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Unfold', 'premium-addons-for-elementor' ) ),
318
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
319
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
320
+ 'is_pro' => true,
321
+ ),
322
+ array(
323
+ 'key' => 'premium-icon-list',
324
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Bullet List', 'premium-addons-for-elementor' ) ),
325
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
326
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
327
+ 'tutorial' => 'https://youtube.com/',
328
+ ),
329
+ array(
330
+ 'key' => 'premium-facebook-feed',
331
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Feed', 'premium-addons-for-elementor' ) ),
332
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
333
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
334
+ 'is_pro' => true,
335
+ ),
336
+ array(
337
+ 'key' => 'premium-twitter-feed',
338
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Twitter Feed', 'premium-addons-for-elementor' ) ),
339
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
340
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
341
+ 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
342
+ 'is_pro' => true,
343
+ ),
344
+ array(
345
+ 'key' => 'premium-instagram-feed',
346
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Instagram Feed', 'premium-addons-for-elementor' ) ),
347
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
348
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
349
+ 'is_pro' => true,
350
+ ),
351
+ array(
352
+ 'key' => 'premium-behance',
353
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Behance Feed', 'premium-addons-for-elementor' ) ),
354
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
355
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
356
+ 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
357
+ 'is_pro' => true,
358
+ ),
359
+ array(
360
+ 'key' => 'premium-progressbar',
361
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Progress Bar', 'premium-addons-for-elementor' ) ),
362
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
363
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
364
+ 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
365
+ ),
366
+ array(
367
+ 'key' => 'premium-pricing-table',
368
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Pricing Table', 'premium-addons-for-elementor' ) ),
369
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
370
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
371
+ ),
372
+ array(
373
+ 'key' => 'premium-charts',
374
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Charts', 'premium-addons-for-elementor' ) ),
375
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
376
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
377
+ 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
378
+ 'is_pro' => true,
379
+ ),
380
+ array(
381
+ 'key' => 'premium-tables',
382
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Table', 'premium-addons-for-elementor' ) ),
383
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
384
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
385
+ 'is_pro' => true,
386
+ ),
387
+ array(
388
+ 'key' => 'premium-counter',
389
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Counter', 'premium-addons-for-elementor' ) ),
390
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
391
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
392
+ ),
393
+ array(
394
+ 'key' => 'premium-contactform',
395
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Contact Form 7', 'premium-addons-for-elementor' ) ),
396
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
397
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
398
+ ),
399
+ array(
400
+ 'key' => 'premium-fb-chat',
401
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ) ),
402
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
403
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
404
+ 'is_pro' => true,
405
+ ),
406
+ array(
407
+ 'key' => 'premium-whatsapp-chat',
408
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Whatsapp Chat', 'premium-addons-for-elementor' ) ),
409
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
410
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
411
+ 'is_pro' => true,
412
+ ),
413
+ ),
414
+ ),
415
+ 'cat-2' => array(
416
+ 'icon' => 'content',
417
+ 'title' => __( 'Content Widgets', 'premium-addons-for-elementor' ),
418
+ 'elements' => array(
419
+ array(
420
+ 'key' => 'premium-carousel',
421
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Carousel', 'premium-addons-for-elementor' ) ),
422
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/carousel-widget-for-elementor-page-builder', 'settings-page', 'wp-dash', 'dashboard' ),
423
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/carousel/', 'settings-page', 'wp-dash', 'dashboard' ),
424
+ 'tutorial' => 'https://www.youtube.com/watch?v=ZMgprLKvq24',
425
+ ),
426
+ array(
427
+ 'key' => 'premium-blog',
428
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Blog', 'premium-addons-for-elementor' ) ),
429
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/blog-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
430
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/blog-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
431
+ ),
432
+ array(
433
+ 'key' => 'premium-maps',
434
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Maps', 'premium-addons-for-elementor' ) ),
435
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-maps-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
436
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-maps/', 'settings-page', 'wp-dash', 'dashboard' ),
437
+ 'tutorial' => 'https://www.youtube.com/watch?v=z4taEeCY77Q',
438
+ ),
439
+ array(
440
+ 'key' => 'premium-person',
441
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Team Members', 'premium-addons-for-elementor' ) ),
442
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/persons-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
443
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/persons-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
444
+ ),
445
+ array(
446
+ 'key' => 'premium-tabs',
447
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Tabs', 'premium-addons-for-elementor' ) ),
448
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-tabs-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
449
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/tabs-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
450
+ 'is_pro' => true,
451
+ ),
452
+ array(
453
+ 'key' => 'premium-content-toggle',
454
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Content Switcher', 'premium-addons-for-elementor' ) ),
455
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/content-switcher-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
456
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-content-switcher/', 'settings-page', 'wp-dash', 'dashboard' ),
457
+ 'is_pro' => true,
458
+ ),
459
+ array(
460
+ 'key' => 'premium-fancytext',
461
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Fancy Text', 'premium-addons-for-elementor' ) ),
462
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/fancy-text-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
463
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/fancy-text-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
464
+ ),
465
+ array(
466
+ 'key' => 'premium-title',
467
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Heading', 'premium-addons-for-elementor' ) ),
468
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/heading-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
469
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
470
+ ),
471
+ array(
472
+ 'key' => 'premium-dual-header',
473
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Dual Heading', 'premium-addons-for-elementor' ) ),
474
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/dual-header-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
475
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/dual-heading-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
476
+ ),
477
+ array(
478
+ 'key' => 'premium-divider',
479
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Divider', 'premium-addons-for-elementor' ) ),
480
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/divider-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
481
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/divider-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
482
+ 'is_pro' => true,
483
+ ),
484
+ ),
485
+ ),
486
+ 'cat-3' => array(
487
+ 'icon' => 'images',
488
+ 'title' => __( 'Image & Video Widgets', 'premium-addons-for-elementor' ),
489
+ 'elements' => array(
490
+ array(
491
+ 'key' => 'premium-grid',
492
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Media Grid', 'premium-addons-for-elementor' ) ),
493
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/grid-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
494
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/grid-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
495
+ ),
496
+ array(
497
+ 'key' => 'premium-image-scroll',
498
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Scroll', 'premium-addons-for-elementor' ) ),
499
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
500
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
501
+ ),
502
+ array(
503
+ 'key' => 'premium-image-separator',
504
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Separator', 'premium-addons-for-elementor' ) ),
505
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-separator-widget-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
506
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-separator-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
507
+ ),
508
+ array(
509
+ 'key' => 'premium-image-comparison',
510
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Comparison', 'premium-addons-for-elementor' ) ),
511
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-comparison-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
512
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-image-comparison-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
513
+ 'is_pro' => true,
514
+ ),
515
+ array(
516
+ 'key' => 'premium-image-hotspots',
517
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Hotspots', 'premium-addons-for-elementor' ) ),
518
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-hotspots-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
519
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-hotspots-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
520
+ 'is_pro' => true,
521
+ ),
522
+ array(
523
+ 'key' => 'premium-img-layers',
524
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Layers', 'premium-addons-for-elementor' ) ),
525
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/image-layers-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
526
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-layers/', 'settings-page', 'wp-dash', 'dashboard' ),
527
+ 'tutorial' => 'https://www.youtube.com/watch?v=D3INxWw_jKI',
528
+ 'is_pro' => true,
529
+ ),
530
+ array(
531
+ 'key' => 'premium-image-accordion',
532
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Accordion', 'premium-addons-for-elementor' ) ),
533
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-image-accordion-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
534
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-accordion-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
535
+ 'is_pro' => true,
536
+ ),
537
+ array(
538
+ 'key' => 'premium-videobox',
539
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Video Box', 'premium-addons-for-elementor' ) ),
540
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/video-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
541
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/video-box/', 'settings-page', 'wp-dash', 'dashboard' ),
542
+ ),
543
+ ),
544
+ ),
545
+ 'cat-4' => array(
546
+ 'icon' => 'section',
547
+ 'title' => __( 'Section Addons & Widgets', 'premium-addons-for-elementor' ),
548
+ 'elements' => array(
549
+ array(
550
+ 'key' => 'premium-hscroll',
551
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Horizontal Scroll', 'premium-addons-for-elementor' ) ),
552
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-horizontal-scroll-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
553
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/horizontal-scroll/', 'settings-page', 'wp-dash', 'dashboard' ),
554
+ 'tutorial' => 'https://www.youtube.com/watch?v=4HqT_3s-ZXg',
555
+ 'is_pro' => true,
556
+ ),
557
+ array(
558
+ 'key' => 'premium-vscroll',
559
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Vertical Scroll', 'premium-addons-for-elementor' ) ),
560
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/vertical-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
561
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/vertical-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
562
+ 'tutorial' => 'https://www.youtube.com/watch?v=MuLaIn1QXfQ',
563
+ ),
564
+ array(
565
+ 'key' => 'premium-color-transition',
566
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Background Transition', 'premium-addons-for-elementor' ) ),
567
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-background-transition-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
568
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/background-transition-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
569
+ 'is_pro' => true,
570
+ ),
571
+ array(
572
+ 'key' => 'premium-multi-scroll',
573
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Multi Scroll', 'premium-addons-for-elementor' ) ),
574
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/multi-scroll-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
575
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/multi-scroll-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
576
+ 'tutorial' => 'https://www.youtube.com/watch?v=IzYnD6oDYXw',
577
+ 'is_pro' => true,
578
+ ),
579
+ array(
580
+ 'key' => 'premium-lottie',
581
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Lottie Animations', 'premium-addons-for-elementor' ) ),
582
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-lottie-animations-section-addon/', 'settings-page', 'wp-dash', 'dashboard' ),
583
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/lottie-background/', 'settings-page', 'wp-dash', 'dashboard' ),
584
+ 'tutorial' => 'https://www.youtube.com/watch?v=KVrenWNEdkY',
585
+ 'is_pro' => true,
586
+ ),
587
+ array(
588
+ 'key' => 'premium-parallax',
589
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Parallax', 'premium-addons-for-elementor' ) ),
590
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/parallax-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
591
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/parallax-section-addon-tutorial-2/', 'settings-page', 'wp-dash', 'dashboard' ),
592
+ 'tutorial' => 'https://www.youtube.com/watch?v=hkMNjxLoZ2w',
593
+ 'is_pro' => true,
594
+ ),
595
+ array(
596
+ 'key' => 'premium-particles',
597
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Particles', 'premium-addons-for-elementor' ) ),
598
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/particles-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
599
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/particles/', 'settings-page', 'wp-dash', 'dashboard' ),
600
+ 'tutorial' => 'https://www.youtube.com/watch?v=bPmWKv4VWrI',
601
+ 'is_pro' => true,
602
+ ),
603
+ array(
604
+ 'key' => 'premium-gradient',
605
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Gradient', 'premium-addons-for-elementor' ) ),
606
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/animated-section-gradients-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
607
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/animated-gradient-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
608
+ 'tutorial' => 'https://www.youtube.com/watch?v=IL4USvwR6K4',
609
+ 'is_pro' => true,
610
+ ),
611
+ array(
612
+ 'key' => 'premium-kenburns',
613
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Animated Ken Burns', 'premium-addons-for-elementor' ) ),
614
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ken-burns-section-addon-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
615
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/ken-burns-section-addon-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
616
+ 'tutorial' => 'https://www.youtube.com/watch?v=DUNFjWphZfs',
617
+ 'is_pro' => true,
618
+ ),
619
+ ),
620
+ ),
621
+ 'cat-5' => array(
622
+ 'icon' => 'off-grid',
623
+ 'title' => __( 'Off-Grid Widgets', 'premium-addons-for-elementor' ),
624
+ 'elements' => array(
625
+ array(
626
+ 'key' => 'premium-modalbox',
627
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Modal Box', 'premium-addons-for-elementor' ) ),
628
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/modal-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
629
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/modal-box/', 'settings-page', 'wp-dash', 'dashboard' ),
630
+ 'tutorial' => 'https://www.youtube.com/watch?v=3lLxSyf2nyk',
631
+ ),
632
+ array(
633
+ 'key' => 'premium-notbar',
634
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Alert Box', 'premium-addons-for-elementor' ) ),
635
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/alert-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
636
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/alert-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
637
+ 'is_pro' => true,
638
+ ),
639
+ array(
640
+ 'key' => 'premium-magic-section',
641
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Magic Section', 'premium-addons-for-elementor' ) ),
642
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/magic-section-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
643
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/magic-section-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
644
+ 'is_pro' => true,
645
+ ),
646
+ array(
647
+ 'key' => 'premium-prev-img',
648
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Preview Window', 'premium-addons-for-elementor' ) ),
649
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/preview-window-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
650
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/preview-window-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
651
+ 'tutorial' => 'https://www.youtube.com/watch?v=EmptjFjrc4E',
652
+ 'is_pro' => true,
653
+ ),
654
+ ),
655
+ ),
656
+ 'cat-6' => array(
657
+ 'icon' => 'social',
658
+ 'title' => __( 'Reviews & Testimonials Widgets', 'premium-addons-for-elementor' ),
659
+ 'elements' => array(
660
+ array(
661
+ 'key' => 'premium-testimonials',
662
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Testimonials', 'premium-addons-for-elementor' ) ),
663
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/testimonials-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
664
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/testimonials-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
665
+ ),
666
+ array(
667
+ 'key' => 'premium-facebook-reviews',
668
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Reviews', 'premium-addons-for-elementor' ) ),
669
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-reviews-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
670
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
671
+ 'tutorial' => 'https://www.youtube.com/watch?v=zl-OFo3IFd8',
672
+ 'is_pro' => true,
673
+ ),
674
+ array(
675
+ 'key' => 'premium-google-reviews',
676
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Google Reviews', 'premium-addons-for-elementor' ) ),
677
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/google-reviews-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
678
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/google-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
679
+ 'tutorial' => 'https://www.youtube.com/watch?v=Z0EeGyD34Zk',
680
+ 'is_pro' => true,
681
+ ),
682
+ array(
683
+ 'key' => 'premium-yelp-reviews',
684
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Yelp Reviews', 'premium-addons-for-elementor' ) ),
685
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-yelp-reviews-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
686
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/yelp-reviews/', 'settings-page', 'wp-dash', 'dashboard' ),
687
+ 'tutorial' => 'https://www.youtube.com/watch?v=5T-MveVFvns',
688
+ 'is_pro' => true,
689
+ ),
690
+ ),
691
+ ),
692
+ 'cat-7' => array(
693
+ 'icon' => 'blurbs',
694
+ 'title' => __( 'Blurbs & CTA Widgets', 'premium-addons-for-elementor' ),
695
+ 'elements' => array(
696
+ array(
697
+ 'key' => 'premium-countdown',
698
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Countdown', 'premium-addons-for-elementor' ) ),
699
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/countdown-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
700
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/countdown-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
701
+ ),
702
+ array(
703
+ 'key' => 'premium-banner',
704
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Banner', 'premium-addons-for-elementor' ) ),
705
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/banner-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
706
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-banner-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
707
+ ),
708
+ array(
709
+ 'key' => 'premium-button',
710
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Button', 'premium-addons-for-elementor' ) ),
711
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/button-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
712
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/button/', 'settings-page', 'wp-dash', 'dashboard' ),
713
+ 'tutorial' => 'https://www.youtube.com/watch?v=w4NuCUkCIV4',
714
+ ),
715
+ array(
716
+ 'key' => 'premium-image-button',
717
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Image Button', 'premium-addons-for-elementor' ) ),
718
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/image-button-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
719
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/image-button/', 'settings-page', 'wp-dash', 'dashboard' ),
720
+ ),
721
+ array(
722
+ 'key' => 'premium-flipbox',
723
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Hover Box', 'premium-addons-for-elementor' ) ),
724
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/flip-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
725
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/flip-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
726
+ 'is_pro' => true,
727
+ ),
728
+ array(
729
+ 'key' => 'premium-iconbox',
730
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Icon Box', 'premium-addons-for-elementor' ) ),
731
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/icon-box-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
732
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/icon-box-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
733
+ 'is_pro' => true,
734
+ ),
735
+ array(
736
+ 'key' => 'premium-ihover',
737
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'iHover', 'premium-addons-for-elementor' ) ),
738
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/ihover-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
739
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-ihover-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
740
+ 'is_pro' => true,
741
+ ),
742
+ array(
743
+ 'key' => 'premium-unfold',
744
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Unfold', 'premium-addons-for-elementor' ) ),
745
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/unfold-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
746
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-unfold-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
747
+ 'is_pro' => true,
748
+ ),
749
+ array(
750
+ 'key' => 'premium-icon-list',
751
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Bullet List', 'premium-addons-for-elementor' ) ),
752
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-bullet-list-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
753
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/bullet-list-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
754
+ 'tutorial' => 'https://youtube.com/',
755
+ ),
756
+ ),
757
+ ),
758
+ 'cat-8' => array(
759
+ 'icon' => 'feed',
760
+ 'title' => __( 'Social Feed Widgets', 'premium-addons-for-elementor' ),
761
+ 'elements' => array(
762
+ array(
763
+ 'key' => 'premium-facebook-feed',
764
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Feed', 'premium-addons-for-elementor' ) ),
765
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/elementor-facebook-feed-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
766
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/facebook-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
767
+ 'is_pro' => true,
768
+ ),
769
+ array(
770
+ 'key' => 'premium-twitter-feed',
771
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Twitter Feed', 'premium-addons-for-elementor' ) ),
772
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/twitter-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
773
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/twitter-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
774
+ 'tutorial' => 'https://www.youtube.com/watch?v=wsurRDuR6pg',
775
+ 'is_pro' => true,
776
+ ),
777
+ array(
778
+ 'key' => 'premium-instagram-feed',
779
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Instagram Feed', 'premium-addons-for-elementor' ) ),
780
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/instagram-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
781
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/instagram-feed/', 'settings-page', 'wp-dash', 'dashboard' ),
782
+ 'is_pro' => true,
783
+ ),
784
+ array(
785
+ 'key' => 'premium-behance',
786
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Behance Feed', 'premium-addons-for-elementor' ) ),
787
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/behance-feed-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
788
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/behance-feed-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
789
+ 'tutorial' => 'https://www.youtube.com/watch?v=AXATK3oIXl0',
790
+ 'is_pro' => true,
791
+ ),
792
+ ),
793
+ ),
794
+ 'cat-9' => array(
795
+ 'icon' => 'data',
796
+ 'title' => __( 'Tables, Charts & Anything Data Widgets', 'premium-addons-for-elementor' ),
797
+ 'elements' => array(
798
+ array(
799
+ 'key' => 'premium-progressbar',
800
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Progress Bar', 'premium-addons-for-elementor' ) ),
801
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
802
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/premium-progress-bar-widget/', 'settings-page', 'wp-dash', 'dashboard' ),
803
+ 'tutorial' => 'https://www.youtube.com/watch?v=Y7xqwhgDQJg',
804
+ ),
805
+ array(
806
+ 'key' => 'premium-pricing-table',
807
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Pricing Table', 'premium-addons-for-elementor' ) ),
808
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pricing-table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
809
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/pricing-table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
810
+ ),
811
+ array(
812
+ 'key' => 'premium-charts',
813
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Charts', 'premium-addons-for-elementor' ) ),
814
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/charts-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
815
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/charts-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
816
+ 'tutorial' => 'https://www.youtube.com/watch?v=lZZvslQ2UYU',
817
+ 'is_pro' => true,
818
+ ),
819
+ array(
820
+ 'key' => 'premium-tables',
821
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Table', 'premium-addons-for-elementor' ) ),
822
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/table-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
823
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/table-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
824
+ 'is_pro' => true,
825
+ ),
826
+ array(
827
+ 'key' => 'premium-counter',
828
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Counter', 'premium-addons-for-elementor' ) ),
829
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/counter-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
830
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/counter-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
831
+ ),
832
+ ),
833
+ ),
834
+ 'cat-10' => array(
835
+ 'icon' => 'contact',
836
+ 'title' => __( 'Contact Widgets', 'premium-addons-for-elementor' ),
837
+ 'elements' => array(
838
+ array(
839
+ 'key' => 'premium-contactform',
840
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Contact Form 7', 'premium-addons-for-elementor' ) ),
841
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
842
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/contact-form-7-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
843
+ ),
844
+ array(
845
+ 'key' => 'premium-fb-chat',
846
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Facebook Messenger Chat', 'premium-addons-for-elementor' ) ),
847
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/facebook-messenger-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
848
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs-category/using-widgets/facebook-messenger/', 'settings-page', 'wp-dash', 'dashboard' ),
849
+ 'is_pro' => true,
850
+ ),
851
+ array(
852
+ 'key' => 'premium-whatsapp-chat',
853
+ 'title' => sprintf( '%1$s %2$s', $prefix, __( 'Whatsapp Chat', 'premium-addons-for-elementor' ) ),
854
+ 'demo' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/whatsapp-widget-for-elementor-page-builder/', 'settings-page', 'wp-dash', 'dashboard' ),
855
+ 'doc' => Helper_Functions::get_campaign_link( 'https://premiumaddons.com/docs/whatsapp-chat-widget-tutorial/', 'settings-page', 'wp-dash', 'dashboard' ),
856
+ 'is_pro' => true,
857
+ ),
858
+ ),
859
+ ),
860
+ 'cat-11' => array(
861
+ 'icon' => 'extensions',
862
+ 'elements' => array(
863
+ array(
864
+ 'key' => 'premium-templates',
865
+ ),
866
+ array(
867
+ 'key' => 'premium-cross-domain',
868
+ ),
869
+ array(
870
+ 'key' => 'premium-equal-height',
871
+ ),
872
+ array(
873
+ 'key' => 'premium-duplicator',
874
+ ),
875
+ ),
876
+ ),
877
+ );
878
+
879
+ return $elements;
admin/includes/pa-rollback.php CHANGED
@@ -1,165 +1,165 @@
1
- <?php
2
- /**
3
- * PA Rollback
4
- */
5
-
6
- namespace PremiumAddons\Admin\Includes;
7
-
8
- if ( ! defined( 'ABSPATH' ) ) {
9
- exit;
10
- }
11
-
12
- /**
13
- * Class Admin_Helper
14
- */
15
- class PA_Rollback {
16
-
17
- /**
18
- * Plugin URL
19
- *
20
- * @var package_url
21
- */
22
- protected $package_url;
23
-
24
- /**
25
- * Plugin Version
26
- *
27
- * @var version
28
- */
29
- protected $version;
30
-
31
- /**
32
- * Plugin Name
33
- *
34
- * @var plugin_name
35
- */
36
- protected $plugin_name;
37
-
38
- /**
39
- * Plugin Slug
40
- *
41
- * @var plugin_slug
42
- */
43
- protected $plugin_slug;
44
-
45
- /**
46
- * Constructor for the class
47
- *
48
- * @param array $args plugin args.
49
- */
50
- public function __construct( $args = array() ) {
51
- foreach ( $args as $key => $value ) {
52
- $this->{$key} = $value;
53
- }
54
- }
55
-
56
- /**
57
- * Print Inline Style
58
- *
59
- * Used to print inline style on rollback page
60
- *
61
- * @since 0.0.1
62
- * @access private
63
- */
64
- private function print_inline_style() {
65
- ?>
66
-
67
- <style>
68
- .wrap {
69
- overflow: hidden;
70
- }
71
-
72
- h1 {
73
- background: #6ec1e4;
74
- text-align: center;
75
- color: #fff !important;
76
- padding: 70px !important;
77
- text-transform: uppercase;
78
- letter-spacing: 1px;
79
- }
80
- h1 img {
81
- max-width: 300px;
82
- display: block;
83
- margin: auto auto 50px;
84
- }
85
- </style>
86
-
87
- <?php
88
- }
89
-
90
- /**
91
- * Apply package
92
- *
93
- * @since 0.0.1
94
- * @access private
95
- */
96
- protected function apply_package() {
97
-
98
- $update_plugins = get_site_transient( 'update_plugins' );
99
-
100
- if ( ! is_object( $update_plugins ) ) {
101
-
102
- $update_plugins = new \stdClass();
103
- }
104
-
105
- $plugin_info = new \stdClass();
106
-
107
- $plugin_info->new_version = $this->version;
108
-
109
- $plugin_info->slug = $this->plugin_slug;
110
-
111
- $plugin_info->package = $this->package_url;
112
-
113
- $plugin_info->url = 'https://premiumaddons.com/';
114
-
115
- $update_plugins->response[ $this->plugin_name ] = $plugin_info;
116
-
117
- set_site_transient( 'update_plugins', $update_plugins );
118
-
119
- }
120
-
121
- /**
122
- * Upgrade
123
- *
124
- * Rollback update
125
- *
126
- * @since 0.0.1
127
- * @access private
128
- */
129
- protected function upgrade() {
130
-
131
- require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
132
-
133
- $logo_url = PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png';
134
-
135
- $upgrader_args = array(
136
- 'url' => 'update.php?action=upgrade-plugin&plugin=' . rawurlencode( $this->plugin_name ),
137
- 'plugin' => $this->plugin_name,
138
- 'nonce' => 'upgrade-plugin_' . $this->plugin_name,
139
- 'title' => '<img src="' . $logo_url . '" alt="Premium Addons">' . __( 'Rolling Back to Version ', 'premium-addons-for-elementor' ) . $this->version,
140
- );
141
-
142
- $this->print_inline_style();
143
-
144
- $upgrader = new \Plugin_Upgrader( new \Plugin_Upgrader_Skin( $upgrader_args ) );
145
-
146
- $upgrader->upgrade( $this->plugin_name );
147
-
148
- }
149
-
150
- /**
151
- * Run
152
- *
153
- * Trigger rollback functions
154
- *
155
- * @since 0.0.1
156
- * @access private
157
- */
158
- public function run() {
159
-
160
- $this->apply_package();
161
-
162
- $this->upgrade();
163
-
164
- }
165
- }
1
+ <?php
2
+ /**
3
+ * PA Rollback
4
+ */
5
+
6
+ namespace PremiumAddons\Admin\Includes;
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit;
10
+ }
11
+
12
+ /**
13
+ * Class Admin_Helper
14
+ */
15
+ class PA_Rollback {
16
+
17
+ /**
18
+ * Plugin URL
19
+ *
20
+ * @var package_url
21
+ */
22
+ protected $package_url;
23
+
24
+ /**
25
+ * Plugin Version
26
+ *
27
+ * @var version
28
+ */
29
+ protected $version;
30
+
31
+ /**
32
+ * Plugin Name
33
+ *
34
+ * @var plugin_name
35
+ */
36
+ protected $plugin_name;
37
+
38
+ /**
39
+ * Plugin Slug
40
+ *
41
+ * @var plugin_slug
42
+ */
43
+ protected $plugin_slug;
44
+
45
+ /**
46
+ * Constructor for the class
47
+ *
48
+ * @param array $args plugin args.
49
+ */
50
+ public function __construct( $args = array() ) {
51
+ foreach ( $args as $key => $value ) {
52
+ $this->{$key} = $value;
53
+ }
54
+ }
55
+
56
+ /**
57
+ * Print Inline Style
58
+ *
59
+ * Used to print inline style on rollback page
60
+ *
61
+ * @since 0.0.1
62
+ * @access private
63
+ */
64
+ private function print_inline_style() {
65
+ ?>
66
+
67
+ <style>
68
+ .wrap {
69
+ overflow: hidden;
70
+ }
71
+
72
+ h1 {
73
+ background: #6ec1e4;
74
+ text-align: center;
75
+ color: #fff !important;
76
+ padding: 70px !important;
77
+ text-transform: uppercase;
78
+ letter-spacing: 1px;
79
+ }
80
+ h1 img {
81
+ max-width: 300px;
82
+ display: block;
83
+ margin: auto auto 50px;
84
+ }
85
+ </style>
86
+
87
+ <?php
88
+ }
89
+
90
+ /**
91
+ * Apply package
92
+ *
93
+ * @since 0.0.1
94
+ * @access private
95
+ */
96
+ protected function apply_package() {
97
+
98
+ $update_plugins = get_site_transient( 'update_plugins' );
99
+
100
+ if ( ! is_object( $update_plugins ) ) {
101
+
102
+ $update_plugins = new \stdClass();
103
+ }
104
+
105
+ $plugin_info = new \stdClass();
106
+
107
+ $plugin_info->new_version = $this->version;
108
+
109
+ $plugin_info->slug = $this->plugin_slug;
110
+
111
+ $plugin_info->package = $this->package_url;
112
+
113
+ $plugin_info->url = 'https://premiumaddons.com/';
114
+
115
+ $update_plugins->response[ $this->plugin_name ] = $plugin_info;
116
+
117
+ set_site_transient( 'update_plugins', $update_plugins );
118
+
119
+ }
120
+
121
+ /**
122
+ * Upgrade
123
+ *
124
+ * Rollback update
125
+ *
126
+ * @since 0.0.1
127
+ * @access private
128
+ */
129
+ protected function upgrade() {
130
+
131
+ require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
132
+
133
+ $logo_url = PREMIUM_ADDONS_URL . 'admin/images/pa-logo-symbol.png';
134
+
135
+ $upgrader_args = array(
136
+ 'url' => 'update.php?action=upgrade-plugin&plugin=' . rawurlencode( $this->plugin_name ),
137
+ 'plugin' => $this->plugin_name,
138
+ 'nonce' => 'upgrade-plugin_' . $this->plugin_name,
139
+ 'title' => '<img src="' . $logo_url . '" alt="Premium Addons">' . __( 'Rolling Back to Version ', 'premium-addons-for-elementor' ) . $this->version,
140
+ );
141
+
142
+ $this->print_inline_style();
143
+
144
+ $upgrader = new \Plugin_Upgrader( new \Plugin_Upgrader_Skin( $upgrader_args ) );
145
+
146
+ $upgrader->upgrade( $this->plugin_name );
147
+
148
+ }
149
+
150
+ /**
151
+ * Run
152
+ *
153
+ * Trigger rollback functions
154
+ *
155
+ * @since 0.0.1
156
+ * @access private
157
+ */
158
+ public function run() {
159
+
160
+ $this->apply_package();
161
+
162
+ $this->upgrade();
163
+
164
+ }
165
+ }
admin/includes/templates/features.php CHANGED
@@ -1,85 +1,85 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- $prefix = Helper_Functions::get_prefix();
8
-
9
- //Get elements settings
10
- $enabled_elements = self::get_enabled_elements();
11
-
12
- ?>
13
-
14
- <div class="pa-section-content">
15
- <div class="row">
16
- <div class="col-full">
17
- <form action="" method="POST" id="pa-features" name="pa-features" class="pa-settings-form">
18
- <div id="pa-features-settings" class="pa-settings-tab">
19
-
20
- <div class="pa-section-info-wrap">
21
- <div class="pa-section-info">
22
- <h4><?php echo sprintf( '%1$s %2$s', $prefix, __('Templates', 'premium-addons-for-elementor') ); ?></h4>
23
- <p><?php echo __('Build Professional Website in Minutes Using Our Pre-Made Premium Elementor Templates.', 'premium-addons-for-elementor'); ?></p>
24
- </div>
25
-
26
- <div class="pa-section-info-cta">
27
- <label class="switch">
28
- <input type="checkbox" id="premium-templates" name="premium-templates" <?php echo checked( 1, $enabled_elements[ 'premium-templates' ], false ); ?>>
29
- <span class="slider round"></span>
30
- </label>
31
- </p>
32
- </div>
33
- </div>
34
-
35
- <div class="pa-section-info-wrap">
36
- <div class="pa-section-info">
37
- <h4><?php echo __('Cross-Domain Copy N’ Paste', 'premium-addons-for-elementor'); ?></h4>
38
- <p><?php echo __('Copy any Elementor content from site to another in just ONE click.', 'premium-addons-for-elementor'); ?></p>
39
- </div>
40
-
41
- <div class="pa-section-info-cta">
42
- <label class="switch">
43
- <input type="checkbox" id="premium-cross-domain" name="premium-cross-domain" <?php echo checked( 1, $enabled_elements[ 'premium-cross-domain' ], false ); ?>>
44
- <span class="slider round"></span>
45
- </label>
46
- </p>
47
- </div>
48
- </div>
49
-
50
- <div class="pa-section-info-wrap">
51
- <div class="pa-section-info">
52
- <h4><?php echo __('Equal Height', 'premium-addons-for-elementor'); ?></h4>
53
- <p><?php echo __('Make your widgets the same height with just ONE click.', 'premium-addons-for-elementor'); ?></p>
54
- </div>
55
-
56
- <div class="pa-section-info-cta">
57
- <label class="switch">
58
- <input type="checkbox" id="premium-equal-height" name="premium-equal-height" <?php echo checked( 1, $enabled_elements[ 'premium-equal-height' ], false ); ?>>
59
- <span class="slider round"></span>
60
- </label>
61
- </p>
62
- </div>
63
- </div>
64
-
65
- <div class="pa-section-info-wrap">
66
- <div class="pa-section-info">
67
- <h4><?php echo __('Duplicator', 'premium-addons-for-elementor'); ?></h4>
68
- <p><?php echo __('Duplicate any post, page or template on your website.', 'premium-addons-for-elementor'); ?></p>
69
- </div>
70
-
71
- <div class="pa-section-info-cta">
72
- <label class="switch">
73
- <input type="checkbox" id="premium-duplicator" name="premium-duplicator" <?php echo checked( 1, $enabled_elements[ 'premium-duplicator' ], false ); ?>>
74
- <span class="slider round"></span>
75
- </label>
76
- </p>
77
- </div>
78
- </div>
79
-
80
- <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
81
- </div>
82
- </form> <!-- End Form -->
83
- </div>
84
- </div>
85
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ $prefix = Helper_Functions::get_prefix();
8
+
9
+ //Get elements settings
10
+ $enabled_elements = self::get_enabled_elements();
11
+
12
+ ?>
13
+
14
+ <div class="pa-section-content">
15
+ <div class="row">
16
+ <div class="col-full">
17
+ <form action="" method="POST" id="pa-features" name="pa-features" class="pa-settings-form">
18
+ <div id="pa-features-settings" class="pa-settings-tab">
19
+
20
+ <div class="pa-section-info-wrap">
21
+ <div class="pa-section-info">
22
+ <h4><?php echo sprintf( '%1$s %2$s', $prefix, __('Templates', 'premium-addons-for-elementor') ); ?></h4>
23
+ <p><?php echo __('Build Professional Website in Minutes Using Our Pre-Made Premium Elementor Templates.', 'premium-addons-for-elementor'); ?></p>
24
+ </div>
25
+
26
+ <div class="pa-section-info-cta">
27
+ <label class="switch">
28
+ <input type="checkbox" id="premium-templates" name="premium-templates" <?php echo checked( 1, $enabled_elements[ 'premium-templates' ], false ); ?>>
29
+ <span class="slider round"></span>
30
+ </label>
31
+ </p>
32
+ </div>
33
+ </div>
34
+
35
+ <div class="pa-section-info-wrap">
36
+ <div class="pa-section-info">
37
+ <h4><?php echo __('Cross-Domain Copy N’ Paste', 'premium-addons-for-elementor'); ?></h4>
38
+ <p><?php echo __('Copy any Elementor content from site to another in just ONE click.', 'premium-addons-for-elementor'); ?></p>
39
+ </div>
40
+
41
+ <div class="pa-section-info-cta">
42
+ <label class="switch">
43
+ <input type="checkbox" id="premium-cross-domain" name="premium-cross-domain" <?php echo checked( 1, $enabled_elements[ 'premium-cross-domain' ], false ); ?>>
44
+ <span class="slider round"></span>
45
+ </label>
46
+ </p>
47
+ </div>
48
+ </div>
49
+
50
+ <div class="pa-section-info-wrap">
51
+ <div class="pa-section-info">
52
+ <h4><?php echo __('Equal Height', 'premium-addons-for-elementor'); ?></h4>
53
+ <p><?php echo __('Make your widgets the same height with just ONE click.', 'premium-addons-for-elementor'); ?></p>
54
+ </div>
55
+
56
+ <div class="pa-section-info-cta">
57
+ <label class="switch">
58
+ <input type="checkbox" id="premium-equal-height" name="premium-equal-height" <?php echo checked( 1, $enabled_elements[ 'premium-equal-height' ], false ); ?>>
59
+ <span class="slider round"></span>
60
+ </label>
61
+ </p>
62
+ </div>
63
+ </div>
64
+
65
+ <div class="pa-section-info-wrap">
66
+ <div class="pa-section-info">
67
+ <h4><?php echo __('Duplicator', 'premium-addons-for-elementor'); ?></h4>
68
+ <p><?php echo __('Duplicate any post, page or template on your website.', 'premium-addons-for-elementor'); ?></p>
69
+ </div>
70
+
71
+ <div class="pa-section-info-cta">
72
+ <label class="switch">
73
+ <input type="checkbox" id="premium-duplicator" name="premium-duplicator" <?php echo checked( 1, $enabled_elements[ 'premium-duplicator' ], false ); ?>>
74
+ <span class="slider round"></span>
75
+ </label>
76
+ </p>
77
+ </div>
78
+ </div>
79
+
80
+ <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
81
+ </div>
82
+ </form> <!-- End Form -->
83
+ </div>
84
+ </div>
85
  </div> <!-- End Section Content -->
admin/includes/templates/general.php CHANGED
@@ -1,40 +1,40 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- $support_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/support/', 'about-page', 'wp-dash', 'dashboard' );
8
-
9
- ?>
10
-
11
- <div class="pa-section-content">
12
- <div class="row">
13
- <div id="pa-general-settings" class="pa-settings-tab">
14
- <div class="col-half">
15
- <div class="pa-section-info-wrap">
16
-
17
- <div class="pa-section-info">
18
- <h4>
19
- <i class="dashicons dashicons-info abt-icon-style"></i>
20
- <?php echo __('What is Premium Addons?', 'premium-addons-for-elementor'); ?>
21
- </h4>
22
- <p><?php echo __('Premium Addons for Elementor extends Elementor Page Builder capabilities with many fully customizable widgets and addons that help you to build impressive websites with no coding required.', 'premium-addons-for-elementor'); ?></p>
23
- </div>
24
- </div>
25
- </div>
26
-
27
- <div class="col-half">
28
- <div class="pa-section-info-wrap">
29
- <div class="pa-section-info">
30
- <h4>
31
- <i class="dashicons dashicons-universal-access-alt abt-icon-style"></i>
32
- <?php echo __('Docs and Support', 'premium-addons-for-elementor'); ?>
33
- </h4>
34
- <p><?php echo __('It’s highly recommended to check out documentation and FAQ before using this plugin. ', 'premium-addons-for-elementor'); ?><a target="_blank" href="<?php echo esc_url( $support_url ); ?>"><?php echo __('Click Here', 'premium-addons-for-elementor'); ?></a><?php echo __(' for more details. You can also join our ', 'premium-addons-for-elementor'); ?><a href="https://www.facebook.com/groups/PremiumAddons" target="_blank"><?php echo __('Facebook Group', 'premium-addons-for-elementor'); ?></a><?php echo __(' and Our ', 'premium-addons-for-elementor'); ?><a href="https://my.leap13.com/forums/" target="_blank"><?php echo __('Community Forums', 'premium-addons-for-elementor'); ?></a></p>
35
- </div>
36
- </div>
37
- </div>
38
- </div>
39
- </div>
40
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ $support_url = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/support/', 'about-page', 'wp-dash', 'dashboard' );
8
+
9
+ ?>
10
+
11
+ <div class="pa-section-content">
12
+ <div class="row">
13
+ <div id="pa-general-settings" class="pa-settings-tab">
14
+ <div class="col-half">
15
+ <div class="pa-section-info-wrap">
16
+
17
+ <div class="pa-section-info">
18
+ <h4>
19
+ <i class="dashicons dashicons-info abt-icon-style"></i>
20
+ <?php echo __('What is Premium Addons?', 'premium-addons-for-elementor'); ?>
21
+ </h4>
22
+ <p><?php echo __('Premium Addons for Elementor extends Elementor Page Builder capabilities with many fully customizable widgets and addons that help you to build impressive websites with no coding required.', 'premium-addons-for-elementor'); ?></p>
23
+ </div>
24
+ </div>
25
+ </div>
26
+
27
+ <div class="col-half">
28
+ <div class="pa-section-info-wrap">
29
+ <div class="pa-section-info">
30
+ <h4>
31
+ <i class="dashicons dashicons-universal-access-alt abt-icon-style"></i>
32
+ <?php echo __('Docs and Support', 'premium-addons-for-elementor'); ?>
33
+ </h4>
34
+ <p><?php echo __('It’s highly recommended to check out documentation and FAQ before using this plugin. ', 'premium-addons-for-elementor'); ?><a target="_blank" href="<?php echo esc_url( $support_url ); ?>"><?php echo __('Click Here', 'premium-addons-for-elementor'); ?></a><?php echo __(' for more details. You can also join our ', 'premium-addons-for-elementor'); ?><a href="https://www.facebook.com/groups/PremiumAddons" target="_blank"><?php echo __('Facebook Group', 'premium-addons-for-elementor'); ?></a><?php echo __(' and Our ', 'premium-addons-for-elementor'); ?><a href="https://my.leap13.com/forums/" target="_blank"><?php echo __('Community Forums', 'premium-addons-for-elementor'); ?></a></p>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
  </div> <!-- End Section Content -->
admin/includes/templates/info.php CHANGED
@@ -1,223 +1,223 @@
1
- <?php
2
-
3
- use PremiumAddons\Includes\Helper_Functions;
4
-
5
- //Premium Addons Pro Classes
6
- use PremiumAddonsPro\Includes\White_Label\Helper;
7
-
8
- ?>
9
-
10
- <table class="widefat" cellspacing="0">
11
- <thead>
12
- <tr>
13
- <th colspan="2"><b><?php _e( 'WordPress Environment', 'premium-addons-for-elementor' ); ?></b></th>
14
- </tr>
15
- </thead>
16
- <tbody>
17
- <tr>
18
- <td><?php _e( 'Home URL', 'premium-addons-for-elementor' ); ?>:</td>
19
- <td><?php form_option( 'home' ); ?></td>
20
- </tr>
21
- <tr>
22
- <td><?php _e( 'Site URL', 'premium-addons-for-elementor' ); ?>:</td>
23
- <td><?php form_option( 'siteurl' ); ?></td>
24
- </tr>
25
- <tr>
26
- <td><?php _e( 'WP Version', 'premium-addons-for-elementor' ); ?>:</td>
27
- <td><?php bloginfo( 'version' ); ?></td>
28
- </tr>
29
- <tr>
30
- <td><?php _e( 'WP Multisite', 'premium-addons-for-elementor' ); ?>:</td>
31
- <td><?php
32
- if ( is_multisite() )
33
- echo '&#10004;';
34
- else
35
- echo '&ndash;';
36
- ?></td>
37
- </tr>
38
- <tr>
39
- <td><?php _e( 'WP Memory Limit', 'premium-addons-for-elementor' ); ?>:</td>
40
- <td><?php //echo "kok";
41
- $memory_limit = wp_convert_hr_to_bytes( WP_MEMORY_LIMIT );
42
- if ($memory_limit < 67108864) {
43
- echo '<mark>' . sprintf( __( '%1$s - We recommend setting wp memory at least 64MB.</mark> See: <a href="%2$s" target="_blank">Increasing WP Memory Limit</a>', 'premium-addons-for-elementor' ), size_format($memory_limit), 'https://premiumaddons.com/docs/im-getting-a-blank-page-on-elementor-after-activating-premium-add-ons/' );
44
- } else {
45
- echo size_format( $memory_limit );
46
- }
47
- ?></td>
48
- </tr>
49
- <tr>
50
- <td><?php _e( 'WP Path', 'premium-addons-for-elementor' ); ?>:</td>
51
- <td><?php echo ABSPATH; ?></td>
52
- </tr>
53
-
54
-
55
- <tr>
56
- <td><?php _e( 'WP Debug Mode', 'premium-addons-for-elementor' ); ?>:</td>
57
- <td><?php
58
- if ( defined( 'WP_DEBUG' ) && WP_DEBUG )
59
- echo '&#10004;';
60
- else
61
- echo '&ndash;';
62
- ?></td>
63
- </tr>
64
- <tr>
65
- <td><?php _e( 'Language', 'premium-addons-for-elementor' ); ?>:</td>
66
- <td><?php echo get_locale() ?></td>
67
- </tr>
68
- </tbody>
69
- </table>
70
- <br>
71
- <table class="widefat" cellspacing="0">
72
- <thead>
73
- <tr>
74
- <th colspan="2" data-export-label="Server Environment"><b><?php _e( 'Server Environment', 'premium-addons-for-elementor' ); ?></b></th>
75
- </tr>
76
- </thead>
77
- <tbody>
78
- <tr>
79
- <td><?php _e( 'Server Info', 'premium-addons-for-elementor' ); ?>:</td>
80
- <td><?php echo esc_html( $_SERVER[ 'SERVER_SOFTWARE' ] ); ?></td>
81
- </tr>
82
- <tr>
83
- <td><?php _e( 'PHP Version', 'premium-addons-for-elementor' ); ?>:</td>
84
- <td><?php
85
- // Check if phpversion function exists
86
- if ( function_exists( 'phpversion' ) ) {
87
- $php_version = phpversion();
88
-
89
- echo esc_html( $php_version );
90
- } else {
91
- _e( "Couldn't determine PHP version because phpversion() doesn't exist.", 'premium-addons-for-elementor' );
92
- }
93
- ?></td>
94
- </tr>
95
- <?php if ( function_exists( 'ini_get' ) ) : ?>
96
- <tr>
97
- <td><?php _e( 'PHP Memory Limit', 'premium-addons-for-elementor' ); ?>:</td>
98
- <td><?php echo size_format( wp_convert_hr_to_bytes( ini_get( 'memory_limit' ) ) ); ?></td>
99
- </tr>
100
- <tr>
101
- <td><?php _e( 'PHP Post Max Size', 'premium-addons-for-elementor' ); ?>:</td>
102
- <td><?php echo size_format( wp_convert_hr_to_bytes( ini_get( 'post_max_size' ) ) ); ?></td>
103
- </tr>
104
- <tr>
105
- <td ><?php _e( 'PHP Time Limit', 'premium-addons-for-elementor' ); ?>:</td>
106
- <td>
107
- <?php
108
- $time_limit = ini_get('max_execution_time');
109
- if ( $time_limit < 120 && $time_limit != 0 ) {
110
- echo '<mark>' . sprintf( __( '%s - We recommend setting max execution time at least 300.</mark> See: <a href="%2$s" target="_blank">Increasing WP Time Limit</a>', 'premium-addons-for-elementor' ), $time_limit, 'https://premiumaddons.com/docs/im-getting-a-blank-page-on-elementor-after-activating-premium-add-ons/' );
111
- } else {
112
- echo $time_limit;
113
- }
114
- ?></td>
115
- </tr>
116
- <tr>
117
- <td><?php _e( 'PHP Max Input Vars', 'premium-addons-for-elementor' ); ?>:</td>
118
- <td><?php echo ini_get( 'max_input_vars' ); ?></td>
119
- </tr>
120
- <tr>
121
- <td ><?php _e( 'SUHOSIN Installed', 'premium-addons-for-elementor' ); ?>:</td>
122
- <td><?php echo extension_loaded( 'suhosin' ) ? '&#10004;' : '&ndash;'; ?></td>
123
- </tr>
124
- <?php endif; ?>
125
- <tr>
126
- <td><?php _e( 'MySQL Version', 'premium-addons-for-elementor' ); ?>:</td>
127
- <td>
128
- <?php
129
- /** @global wpdb $wpdb */
130
- global $wpdb;
131
- echo $wpdb->db_version();
132
- ?>
133
- </td>
134
- </tr>
135
- <tr>
136
- <td><?php _e( 'Max Upload Size', 'premium-addons-for-elementor' ); ?>:</td>
137
- <td><?php echo size_format( wp_max_upload_size() ); ?></td>
138
- </tr>
139
- </tbody>
140
- </table>
141
- <br>
142
- <table class="widefat" cellspacing="0">
143
- <thead>
144
- <tr>
145
- <th colspan="2" data-export-label="PHP Extensions"><b><?php _e( 'PHP Extensions', 'premium-addons-for-elementor' ); ?></b></th>
146
- </tr>
147
- </thead>
148
- <tbody>
149
- <tr>
150
- <td><?php _e( 'cURL', 'premium-addons-for-elementor' ); ?>:</td>
151
- <td><?php echo (function_exists('curl_init') ? 'Supported' : 'Not Supported'); ?></td>
152
- </tr>
153
- <tr>
154
- <td><?php _e( 'fsockopen', 'premium-addons-for-elementor' ); ?>:</td>
155
- <td><?php echo (function_exists('fsockopen') ? 'Supported' : 'Not Supported'); ?></td>
156
- </tr>
157
- <tr>
158
- <td><?php _e( 'SOAP Client', 'premium-addons-for-elementor' ); ?>:</td>
159
- <td><?php echo (class_exists('SoapClient') ? 'Installed' : 'Not Installed'); ?></td>
160
- </tr>
161
- <tr>
162
- <td><?php _e( 'Suhosin', 'premium-addons-for-elementor' ); ?>:</td>
163
- <td><?php echo (extension_loaded('suhosin') ? 'Installed' : 'Not Installed'); ?></td>
164
- </tr>
165
- </tbody>
166
- </table>
167
- <br>
168
- <table class="widefat" cellspacing="0">
169
- <thead>
170
- <tr>
171
- <th colspan="2"><b><?php _e( 'Active Plugins', 'premium-addons-for-elementor' ); ?> (<?php echo count( (array) get_option( 'active_plugins' ) ); ?>)</b></th>
172
- </tr>
173
- </thead>
174
- <tbody>
175
- <?php
176
-
177
- $active_plugins = (array) get_option( 'active_plugins', array() );
178
-
179
- if ( is_multisite() ) {
180
- $network_activated_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
181
- $active_plugins = array_merge( $active_plugins, $network_activated_plugins );
182
- }
183
-
184
- foreach ( $active_plugins as $plugin ) {
185
-
186
- $plugin_data = @get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin );
187
- $dirname = dirname( $plugin );
188
- $version_string = '';
189
- $network_string = '';
190
-
191
- if ( ! empty( $plugin_data[ 'Name' ] ) ) {
192
-
193
- // link the plugin name to the plugin url if available
194
- $plugin_name = esc_html( $plugin_data[ 'Name' ] );
195
-
196
- if( 'Premium Addons for Elementor' === $plugin_name ) {
197
- $plugin_name = Helper_Functions::name();
198
- $author = Helper_Functions::author();
199
- if( 'Leap13' !== $author ) {
200
- $plugin_data[ 'Author' ] = Helper_Functions::author();
201
- }
202
- } elseif( 'Premium Addons PRO' === $plugin_name ) {
203
- $plugin_name = Helper::name_pro();
204
- $author = Helper::author_pro();
205
- if( 'Leap13' !== $author ) {
206
- $plugin_data[ 'Author' ] = Helper::author_pro();
207
- }
208
- }
209
-
210
- if ( !empty( $plugin_data[ 'PluginURI' ] ) ) {
211
- $plugin_name = '<a href="' . esc_url( $plugin_data[ 'PluginURI' ] ) . '" title="' . esc_attr__( 'Visit plugin homepage', 'premium-addons-for-elementor' ) . '" target="_blank">' . $plugin_name . '</a>';
212
- }
213
- ?>
214
- <tr>
215
- <td><?php echo $plugin_name; ?></td>
216
- <td><?php echo sprintf( _x( 'by %s', 'by author', 'premium-addons-for-elementor' ), $plugin_data[ 'Author' ] ) . ' &ndash; ' . esc_html( $plugin_data[ 'Version' ] ) . $version_string . $network_string; ?></td>
217
- </tr>
218
- <?php
219
- }
220
- }
221
- ?>
222
- </tbody>
223
  </table>
1
+ <?php
2
+
3
+ use PremiumAddons\Includes\Helper_Functions;
4
+
5
+ //Premium Addons Pro Classes
6
+ use PremiumAddonsPro\Includes\White_Label\Helper;
7
+
8
+ ?>
9
+
10
+ <table class="widefat" cellspacing="0">
11
+ <thead>
12
+ <tr>
13
+ <th colspan="2"><b><?php _e( 'WordPress Environment', 'premium-addons-for-elementor' ); ?></b></th>
14
+ </tr>
15
+ </thead>
16
+ <tbody>
17
+ <tr>
18
+ <td><?php _e( 'Home URL', 'premium-addons-for-elementor' ); ?>:</td>
19
+ <td><?php form_option( 'home' ); ?></td>
20
+ </tr>
21
+ <tr>
22
+ <td><?php _e( 'Site URL', 'premium-addons-for-elementor' ); ?>:</td>
23
+ <td><?php form_option( 'siteurl' ); ?></td>
24
+ </tr>
25
+ <tr>
26
+ <td><?php _e( 'WP Version', 'premium-addons-for-elementor' ); ?>:</td>
27
+ <td><?php bloginfo( 'version' ); ?></td>
28
+ </tr>
29
+ <tr>
30
+ <td><?php _e( 'WP Multisite', 'premium-addons-for-elementor' ); ?>:</td>
31
+ <td><?php
32
+ if ( is_multisite() )
33
+ echo '&#10004;';
34
+ else
35
+ echo '&ndash;';
36
+ ?></td>
37
+ </tr>
38
+ <tr>
39
+ <td><?php _e( 'WP Memory Limit', 'premium-addons-for-elementor' ); ?>:</td>
40
+ <td><?php //echo "kok";
41
+ $memory_limit = wp_convert_hr_to_bytes( WP_MEMORY_LIMIT );
42
+ if ($memory_limit < 67108864) {
43
+ echo '<mark>' . sprintf( __( '%1$s - We recommend setting wp memory at least 64MB.</mark> See: <a href="%2$s" target="_blank">Increasing WP Memory Limit</a>', 'premium-addons-for-elementor' ), size_format($memory_limit), 'https://premiumaddons.com/docs/im-getting-a-blank-page-on-elementor-after-activating-premium-add-ons/' );
44
+ } else {
45
+ echo size_format( $memory_limit );
46
+ }
47
+ ?></td>
48
+ </tr>
49
+ <tr>
50
+ <td><?php _e( 'WP Path', 'premium-addons-for-elementor' ); ?>:</td>
51
+ <td><?php echo ABSPATH; ?></td>
52
+ </tr>
53
+
54
+
55
+ <tr>
56
+ <td><?php _e( 'WP Debug Mode', 'premium-addons-for-elementor' ); ?>:</td>
57
+ <td><?php
58
+ if ( defined( 'WP_DEBUG' ) && WP_DEBUG )
59
+ echo '&#10004;';
60
+ else
61
+ echo '&ndash;';
62
+ ?></td>
63
+ </tr>
64
+ <tr>
65
+ <td><?php _e( 'Language', 'premium-addons-for-elementor' ); ?>:</td>
66
+ <td><?php echo get_locale() ?></td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br>
71
+ <table class="widefat" cellspacing="0">
72
+ <thead>
73
+ <tr>
74
+ <th colspan="2" data-export-label="Server Environment"><b><?php _e( 'Server Environment', 'premium-addons-for-elementor' ); ?></b></th>
75
+ </tr>
76
+ </thead>
77
+ <tbody>
78
+ <tr>
79
+ <td><?php _e( 'Server Info', 'premium-addons-for-elementor' ); ?>:</td>
80
+ <td><?php echo esc_html( $_SERVER[ 'SERVER_SOFTWARE' ] ); ?></td>
81
+ </tr>
82
+ <tr>
83
+ <td><?php _e( 'PHP Version', 'premium-addons-for-elementor' ); ?>:</td>
84
+ <td><?php
85
+ // Check if phpversion function exists
86
+ if ( function_exists( 'phpversion' ) ) {
87
+ $php_version = phpversion();
88
+
89
+ echo esc_html( $php_version );
90
+ } else {
91
+ _e( "Couldn't determine PHP version because phpversion() doesn't exist.", 'premium-addons-for-elementor' );
92
+ }
93
+ ?></td>
94
+ </tr>
95
+ <?php if ( function_exists( 'ini_get' ) ) : ?>
96
+ <tr>
97
+ <td><?php _e( 'PHP Memory Limit', 'premium-addons-for-elementor' ); ?>:</td>
98
+ <td><?php echo size_format( wp_convert_hr_to_bytes( ini_get( 'memory_limit' ) ) ); ?></td>
99
+ </tr>
100
+ <tr>
101
+ <td><?php _e( 'PHP Post Max Size', 'premium-addons-for-elementor' ); ?>:</td>
102
+ <td><?php echo size_format( wp_convert_hr_to_bytes( ini_get( 'post_max_size' ) ) ); ?></td>
103
+ </tr>
104
+ <tr>
105
+ <td ><?php _e( 'PHP Time Limit', 'premium-addons-for-elementor' ); ?>:</td>
106
+ <td>
107
+ <?php
108
+ $time_limit = ini_get('max_execution_time');
109
+ if ( $time_limit < 120 && $time_limit != 0 ) {
110
+ echo '<mark>' . sprintf( __( '%s - We recommend setting max execution time at least 300.</mark> See: <a href="%2$s" target="_blank">Increasing WP Time Limit</a>', 'premium-addons-for-elementor' ), $time_limit, 'https://premiumaddons.com/docs/im-getting-a-blank-page-on-elementor-after-activating-premium-add-ons/' );
111
+ } else {
112
+ echo $time_limit;
113
+ }
114
+ ?></td>
115
+ </tr>
116
+ <tr>
117
+ <td><?php _e( 'PHP Max Input Vars', 'premium-addons-for-elementor' ); ?>:</td>
118
+ <td><?php echo ini_get( 'max_input_vars' ); ?></td>
119
+ </tr>
120
+ <tr>
121
+ <td ><?php _e( 'SUHOSIN Installed', 'premium-addons-for-elementor' ); ?>:</td>
122
+ <td><?php echo extension_loaded( 'suhosin' ) ? '&#10004;' : '&ndash;'; ?></td>
123
+ </tr>
124
+ <?php endif; ?>
125
+ <tr>
126
+ <td><?php _e( 'MySQL Version', 'premium-addons-for-elementor' ); ?>:</td>
127
+ <td>
128
+ <?php
129
+ /** @global wpdb $wpdb */
130
+ global $wpdb;
131
+ echo $wpdb->db_version();
132
+ ?>
133
+ </td>
134
+ </tr>
135
+ <tr>
136
+ <td><?php _e( 'Max Upload Size', 'premium-addons-for-elementor' ); ?>:</td>
137
+ <td><?php echo size_format( wp_max_upload_size() ); ?></td>
138
+ </tr>
139
+ </tbody>
140
+ </table>
141
+ <br>
142
+ <table class="widefat" cellspacing="0">
143
+ <thead>
144
+ <tr>
145
+ <th colspan="2" data-export-label="PHP Extensions"><b><?php _e( 'PHP Extensions', 'premium-addons-for-elementor' ); ?></b></th>
146
+ </tr>
147
+ </thead>
148
+ <tbody>
149
+ <tr>
150
+ <td><?php _e( 'cURL', 'premium-addons-for-elementor' ); ?>:</td>
151
+ <td><?php echo (function_exists('curl_init') ? 'Supported' : 'Not Supported'); ?></td>
152
+ </tr>
153
+ <tr>
154
+ <td><?php _e( 'fsockopen', 'premium-addons-for-elementor' ); ?>:</td>
155
+ <td><?php echo (function_exists('fsockopen') ? 'Supported' : 'Not Supported'); ?></td>
156
+ </tr>
157
+ <tr>
158
+ <td><?php _e( 'SOAP Client', 'premium-addons-for-elementor' ); ?>:</td>
159
+ <td><?php echo (class_exists('SoapClient') ? 'Installed' : 'Not Installed'); ?></td>
160
+ </tr>
161
+ <tr>
162
+ <td><?php _e( 'Suhosin', 'premium-addons-for-elementor' ); ?>:</td>
163
+ <td><?php echo (extension_loaded('suhosin') ? 'Installed' : 'Not Installed'); ?></td>
164
+ </tr>
165
+ </tbody>
166
+ </table>
167
+ <br>
168
+ <table class="widefat" cellspacing="0">
169
+ <thead>
170
+ <tr>
171
+ <th colspan="2"><b><?php _e( 'Active Plugins', 'premium-addons-for-elementor' ); ?> (<?php echo count( (array) get_option( 'active_plugins' ) ); ?>)</b></th>
172
+ </tr>
173
+ </thead>
174
+ <tbody>
175
+ <?php
176
+
177
+ $active_plugins = (array) get_option( 'active_plugins', array() );
178
+
179
+ if ( is_multisite() ) {
180
+ $network_activated_plugins = array_keys( get_site_option( 'active_sitewide_plugins', array() ) );
181
+ $active_plugins = array_merge( $active_plugins, $network_activated_plugins );
182
+ }
183
+
184
+ foreach ( $active_plugins as $plugin ) {
185
+
186
+ $plugin_data = @get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin );
187
+ $dirname = dirname( $plugin );
188
+ $version_string = '';
189
+ $network_string = '';
190
+
191
+ if ( ! empty( $plugin_data[ 'Name' ] ) ) {
192
+
193
+ // link the plugin name to the plugin url if available
194
+ $plugin_name = esc_html( $plugin_data[ 'Name' ] );
195
+
196
+ if( 'Premium Addons for Elementor' === $plugin_name ) {
197
+ $plugin_name = Helper_Functions::name();
198
+ $author = Helper_Functions::author();
199
+ if( 'Leap13' !== $author ) {
200
+ $plugin_data[ 'Author' ] = Helper_Functions::author();
201
+ }
202
+ } elseif( 'Premium Addons PRO' === $plugin_name ) {
203
+ $plugin_name = Helper::name_pro();
204
+ $author = Helper::author_pro();
205
+ if( 'Leap13' !== $author ) {
206
+ $plugin_data[ 'Author' ] = Helper::author_pro();
207
+ }
208
+ }
209
+
210
+ if ( !empty( $plugin_data[ 'PluginURI' ] ) ) {
211
+ $plugin_name = '<a href="' . esc_url( $plugin_data[ 'PluginURI' ] ) . '" title="' . esc_attr__( 'Visit plugin homepage', 'premium-addons-for-elementor' ) . '" target="_blank">' . $plugin_name . '</a>';
212
+ }
213
+ ?>
214
+ <tr>
215
+ <td><?php echo $plugin_name; ?></td>
216
+ <td><?php echo sprintf( _x( 'by %s', 'by author', 'premium-addons-for-elementor' ), $plugin_data[ 'Author' ] ) . ' &ndash; ' . esc_html( $plugin_data[ 'Version' ] ) . $version_string . $network_string; ?></td>
217
+ </tr>
218
+ <?php
219
+ }
220
+ }
221
+ ?>
222
+ </tbody>
223
  </table>
admin/includes/templates/integrations.php CHANGED
@@ -1,102 +1,102 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- //Get settings
8
- $settings = self::get_integrations_settings();
9
-
10
- $locales = Helper_Functions::get_google_maps_prefixes();
11
-
12
- $prefix = Helper_Functions::get_prefix();
13
-
14
- ?>
15
-
16
- <div class="pa-section-content">
17
- <div class="row">
18
- <div class="col-full">
19
- <form action="" method="POST" id="pa-integrations" name="pa-integrations" class="pa-settings-form">
20
- <div id="pa-integrations-settings" class="pa-settings-tab">
21
-
22
- <div class="pa-section-info-wrap">
23
- <div class="pa-section-info">
24
- <h4><?php echo __('Google API Keys', 'premium-addons-for-elementor'); ?></h4>
25
- <p><?php echo sprintf( __('Google APIs are used in %1$s Google Maps and %1$s Video Box widgets. If you don\'t have one, click %2$shere%3$s to get your key. Click %4$shere%3$s to enable Youtube Data for your API key', 'premium-addons-for-elementor'), $prefix , '<a href="https://premiumaddons.com/docs/getting-your-api-key-for-google-reviews/" target="_blank">', '</a>', '<a href="https://premiumaddons.com/docs/how-to-enable-youtube-data-api-for-premium-video-box-widget" target="_blank">' ); ?></p>
26
- </div>
27
- </div>
28
-
29
- <table class="pa-maps-table">
30
-
31
- <tr>
32
- <td>
33
- <span class="pa-maps-circle-icon"></span>
34
- <h4 class="pa-api-title"><?php echo __('Youtube Data API Key:', 'premium-addons-for-elementor'); ?></h4>
35
- </td>
36
- <td>
37
- <input name="premium-youtube-api" id="premium-youtube-api" type="text" placeholder="Youtube API Key" value="<?php echo esc_attr( $settings['premium-youtube-api'] ); ?>">
38
- </td>
39
- </tr>
40
-
41
- <tr>
42
- <td>
43
- <span class="pa-maps-circle-icon"></span>
44
- <h4 class="pa-api-title"><?php echo __('Google Maps API Key:', 'premium-addons-for-elementor'); ?></h4>
45
- </td>
46
- <td>
47
- <input name="premium-map-api" id="premium-map-api" type="text" placeholder="Maps API Key" value="<?php echo esc_attr( $settings['premium-map-api'] ); ?>">
48
- </td>
49
- </tr>
50
- <tr>
51
- <td>
52
- <span class="pa-maps-circle-icon"></span>
53
- <h4 class="pa-api-disable-title"><?php echo __('Google Maps Localization Language:', 'premium-addons-for-elementor'); ?></h4>
54
- </td>
55
- <td>
56
- <select name="premium-map-locale" id="premium-map-locale" class="placeholder placeholder-active">
57
- <option value=""><?php _e( 'Default', 'premium-addons-for-elementor' ); ?></option>
58
- <?php foreach ( $locales as $key => $value ) {
59
- $selected = '';
60
- if ( $key === $settings['premium-map-locale'] ) {
61
- $selected = 'selected="selected" ';
62
- }
63
- ?>
64
- <option value="<?php echo esc_attr( $key ); ?>" <?php echo $selected; ?>><?php echo esc_attr( $value ); ?></option>
65
- <?php } ?>
66
- </select>
67
- </td>
68
- </tr>
69
- <tr>
70
- <td>
71
- <span class="pa-maps-circle-icon"></span>
72
- <h4 class="pa-api-disable-title"><?php echo __('Load Maps API JS File:','premium-addons-for-elementor'); ?></h4>
73
- </td>
74
- <td>
75
- <input name="premium-map-disable-api" id="premium-map-disable-api" type="checkbox" <?php checked(1, $settings['premium-map-disable-api'], true) ?>>
76
- <label for="premium-map-disable-api"></label>
77
- <span>
78
- <?php echo __('This will load API JS file if it\'s not loaded by another theme or plugin.', 'premium-addons-for-elementor'); ?>
79
- </span>
80
- </td>
81
- </tr>
82
- <tr>
83
- <td>
84
- <span class="pa-maps-circle-icon"></span>
85
- <h4 class="pa-api-disable-title">
86
- <?php echo __('Load Markers Clustering JS File:','premium-addons-for-elementor'); ?>
87
- </h4>
88
- </td>
89
- <td>
90
- <input name="premium-map-cluster" id="premium-map-cluster" type="checkbox" <?php checked(1, $settings['premium-map-cluster'], true) ?>>
91
- <label for="premium-map-cluster"></label>
92
- <span><?php echo __('This will load the JS file for markers clusters.', 'premium-addons-for-elementor'); ?></span>
93
- </td>
94
- </tr>
95
- </table>
96
-
97
- <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
98
- </div>
99
- </form> <!-- End Form -->
100
- </div>
101
- </div>
102
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ //Get settings
8
+ $settings = self::get_integrations_settings();
9
+
10
+ $locales = Helper_Functions::get_google_maps_prefixes();
11
+
12
+ $prefix = Helper_Functions::get_prefix();
13
+
14
+ ?>
15
+
16
+ <div class="pa-section-content">
17
+ <div class="row">
18
+ <div class="col-full">
19
+ <form action="" method="POST" id="pa-integrations" name="pa-integrations" class="pa-settings-form">
20
+ <div id="pa-integrations-settings" class="pa-settings-tab">
21
+
22
+ <div class="pa-section-info-wrap">
23
+ <div class="pa-section-info">
24
+ <h4><?php echo __('Google API Keys', 'premium-addons-for-elementor'); ?></h4>
25
+ <p><?php echo sprintf( __('Google APIs are used in %1$s Google Maps and %1$s Video Box widgets. If you don\'t have one, click %2$shere%3$s to get your key. Click %4$shere%3$s to enable Youtube Data for your API key', 'premium-addons-for-elementor'), $prefix , '<a href="https://premiumaddons.com/docs/getting-your-api-key-for-google-reviews/" target="_blank">', '</a>', '<a href="https://premiumaddons.com/docs/how-to-enable-youtube-data-api-for-premium-video-box-widget" target="_blank">' ); ?></p>
26
+ </div>
27
+ </div>
28
+
29
+ <table class="pa-maps-table">
30
+
31
+ <tr>
32
+ <td>
33
+ <span class="pa-maps-circle-icon"></span>
34
+ <h4 class="pa-api-title"><?php echo __('Youtube Data API Key:', 'premium-addons-for-elementor'); ?></h4>
35
+ </td>
36
+ <td>
37
+ <input name="premium-youtube-api" id="premium-youtube-api" type="text" placeholder="Youtube API Key" value="<?php echo esc_attr( $settings['premium-youtube-api'] ); ?>">
38
+ </td>
39
+ </tr>
40
+
41
+ <tr>
42
+ <td>
43
+ <span class="pa-maps-circle-icon"></span>
44
+ <h4 class="pa-api-title"><?php echo __('Google Maps API Key:', 'premium-addons-for-elementor'); ?></h4>
45
+ </td>
46
+ <td>
47
+ <input name="premium-map-api" id="premium-map-api" type="text" placeholder="Maps API Key" value="<?php echo esc_attr( $settings['premium-map-api'] ); ?>">
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td>
52
+ <span class="pa-maps-circle-icon"></span>
53
+ <h4 class="pa-api-disable-title"><?php echo __('Google Maps Localization Language:', 'premium-addons-for-elementor'); ?></h4>
54
+ </td>
55
+ <td>
56
+ <select name="premium-map-locale" id="premium-map-locale" class="placeholder placeholder-active">
57
+ <option value=""><?php _e( 'Default', 'premium-addons-for-elementor' ); ?></option>
58
+ <?php foreach ( $locales as $key => $value ) {
59
+ $selected = '';
60
+ if ( $key === $settings['premium-map-locale'] ) {
61
+ $selected = 'selected="selected" ';
62
+ }
63
+ ?>
64
+ <option value="<?php echo esc_attr( $key ); ?>" <?php echo $selected; ?>><?php echo esc_attr( $value ); ?></option>
65
+ <?php } ?>
66
+ </select>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td>
71
+ <span class="pa-maps-circle-icon"></span>
72
+ <h4 class="pa-api-disable-title"><?php echo __('Load Maps API JS File:','premium-addons-for-elementor'); ?></h4>
73
+ </td>
74
+ <td>
75
+ <input name="premium-map-disable-api" id="premium-map-disable-api" type="checkbox" <?php checked(1, $settings['premium-map-disable-api'], true) ?>>
76
+ <label for="premium-map-disable-api"></label>
77
+ <span>
78
+ <?php echo __('This will load API JS file if it\'s not loaded by another theme or plugin.', 'premium-addons-for-elementor'); ?>
79
+ </span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td>
84
+ <span class="pa-maps-circle-icon"></span>
85
+ <h4 class="pa-api-disable-title">
86
+ <?php echo __('Load Markers Clustering JS File:','premium-addons-for-elementor'); ?>
87
+ </h4>
88
+ </td>
89
+ <td>
90
+ <input name="premium-map-cluster" id="premium-map-cluster" type="checkbox" <?php checked(1, $settings['premium-map-cluster'], true) ?>>
91
+ <label for="premium-map-cluster"></label>
92
+ <span><?php echo __('This will load the JS file for markers clusters.', 'premium-addons-for-elementor'); ?></span>
93
+ </td>
94
+ </tr>
95
+ </table>
96
+
97
+ <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
98
+ </div>
99
+ </form> <!-- End Form -->
100
+ </div>
101
+ </div>
102
  </div> <!-- End Section Content -->
admin/includes/templates/modules-settings.php CHANGED
@@ -1,131 +1,131 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- $elements = self::get_elements_list();
8
-
9
- //Get elements settings
10
- $enabled_elements = self::get_enabled_elements();
11
-
12
- $global_btn = get_option('pa_global_btn_value', 'true');
13
- $enable_btn = 'true' === $global_btn ? 'active' : '';
14
- $disable_btn = 'true' === $global_btn ? '' : 'active';
15
-
16
- $row_meta = Helper_Functions::is_hide_row_meta();
17
-
18
- ?>
19
-
20
- <div class="pa-section-content">
21
- <div class="row">
22
- <div class="col-full">
23
- <form action="" method="POST" id="pa-settings" name="pa-settings" class="pa-settings-form">
24
- <div id="pa-modules" class="pa-settings-tab">
25
-
26
- <div class="pa-section-info-wrap">
27
- <div class="pa-section-info">
28
- <h4><?php echo __('Master Switch', 'premium-addons-for-elementor'); ?></h4>
29
- <p><?php echo __('Use this to switch on or off ALL Widgets & Add-ons at once.', 'premium-addons-for-elementor'); ?></p>
30
- </div>
31
-
32
- <div class="pa-btn-group">
33
- <button type="button" class="pa-btn pa-btn-enable <?php echo esc_attr( $enable_btn ); ?>"><?php echo __('Switch On', 'premium-addons-for-elementor'); ?></button>
34
- <button type="button" class="pa-btn pa-btn-disable <?php echo esc_attr( $disable_btn ); ?>"><?php echo __('Switch Off', 'premium-addons-for-elementor'); ?></button>
35
- </div>
36
- </div>
37
-
38
- <div class="pa-elements-settings">
39
-
40
- <div class="pa-elements-filter">
41
- <label for="premium-elements-filter"><?php _e('Filter Widgets', 'premium-addons-for-elementor'); ?></label>
42
- <select name="premium-elements-filter" id="premium-elements-filter" class="placeholder placeholder-active">
43
- <option value=""><?php _e( 'All Widgets', 'premium-addons-for-elementor' ); ?></option>
44
- <option value="free"><?php _e( 'Free Widgets', 'premium-addons-for-elementor' ); ?></option>
45
- <option value="pro"><?php _e( 'PRO Widgets', 'premium-addons-for-elementor' ); ?></option>
46
- </select>
47
- </div>
48
-
49
- <div class="pa-elements-tabs">
50
- <ul class="pa-elements-tabs-list">
51
- <?php foreach( $elements as $index => $cat ):
52
- if( 'cat-11' !== $index ) :
53
- ?>
54
- <li class="pa-elements-tab">
55
- <a class="pa-elements-tab-link" href="pa-elements-tab-<?php echo $index; ?>">
56
- <i class="<?php echo esc_attr( 'pa-dash-cat-' . $cat['icon'] ) ?>"></i>
57
- </a>
58
- <span class="pa-element-tab-tooltip"><?php echo esc_html( $cat['title'] ); ?></span>
59
- </li>
60
- <?php endif; ?>
61
- <?php endforeach; ?>
62
- </ul>
63
- </div>
64
-
65
- <?php foreach( $elements as $index => $cat ):
66
- if( 'cat-11' !== $index ) :
67
- ?>
68
- <div id="pa-elements-tab-<?php echo $index; ?>" class="pa-switchers-container hidden">
69
- <h3 class="pa-elements-tab-title"><?php echo __( $cat['title'] ); ?></h3>
70
- <div class="pa-switchers">
71
- <?php foreach( $cat['elements'] as $index => $elem ) :
72
- $status = (isset( $elem['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'disabled' : checked( 1, $enabled_elements[ $elem['key'] ], false );
73
- $class = (isset( $elem['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'pro-' : '';
74
- $switcher_class = $class . 'slider round';
75
- ?>
76
- <div class="pa-switcher <?php echo isset( $elem['is_pro'] ) ? 'pro-element' : ''; ?>">
77
- <div class="pa-element-info">
78
- <div class="pa-element-icon-wrap">
79
- <i class="pa-dash-<?php echo esc_attr( $elem['key'] ); ?> pa-element-icon"></i>
80
- </div>
81
- <div class="pa-element-meta-wrap">
82
- <p class="pa-element-name">
83
- <?php echo $elem['title']; ?>
84
- <?php if( isset( $elem['is_pro'] ) ) : ?>
85
- <span><?php echo __('pro', 'premium-addons-for-elementor'); ?></span>
86
- <?php endif; ?>
87
- </p>
88
- <?php if( ! $row_meta ) : ?>
89
- <div>
90
- <?php if( isset( $elem['demo'] ) ) : ?>
91
- <a class="pa-element-link" href="<?php echo esc_url( $elem['demo'] ); ?>" target="_blank">
92
- <?php echo __('Live Demo', 'premium-addons-for-elementor'); ?>
93
- <span class="pa-element-link-separator"></span>
94
- </a>
95
- <?php endif; ?>
96
- <?php if( isset( $elem['doc'] ) ) : ?>
97
- <a class="pa-element-link" href="<?php echo esc_url( $elem['doc'] ); ?>" target="_blank">
98
- <?php echo __('Docs', 'premium-addons-for-elementor'); ?>
99
- <?php if( isset( $elem['tutorial'] ) ) : ?>
100
- <span class="pa-element-link-separator"></span>
101
- <?php endif; ?>
102
- </a>
103
- <?php endif; ?>
104
- <?php if( isset( $elem['tutorial'] ) ) : ?>
105
- <a class="pa-element-link" href="<?php echo esc_url( $elem['tutorial'] ); ?>" target="_blank">
106
- <?php echo __('Video Tutorial', 'premium-addons-for-elementor'); ?>
107
- </a>
108
- <?php endif; ?>
109
- </div>
110
- <?php endif; ?>
111
- </div>
112
- </div>
113
- <label class="switch">
114
- <input type="checkbox" id="<?php echo esc_attr($elem['key']); ?>" name="<?php echo esc_attr($elem['key']); ?>" <?php echo $status; ?>>
115
- <span class="<?php echo esc_attr( $switcher_class ); ?>"></span>
116
- </label>
117
- </div>
118
- <?php endforeach; ?>
119
- </div>
120
- </div>
121
- <?php endif; ?>
122
- <?php endforeach; ?>
123
- </div>
124
-
125
- <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
126
-
127
- </div>
128
- </form> <!-- End Form -->
129
- </div>
130
- </div>
131
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ $elements = self::get_elements_list();
8
+
9
+ //Get elements settings
10
+ $enabled_elements = self::get_enabled_elements();
11
+
12
+ $global_btn = get_option('pa_global_btn_value', 'true');
13
+ $enable_btn = 'true' === $global_btn ? 'active' : '';
14
+ $disable_btn = 'true' === $global_btn ? '' : 'active';
15
+
16
+ $row_meta = Helper_Functions::is_hide_row_meta();
17
+
18
+ ?>
19
+
20
+ <div class="pa-section-content">
21
+ <div class="row">
22
+ <div class="col-full">
23
+ <form action="" method="POST" id="pa-settings" name="pa-settings" class="pa-settings-form">
24
+ <div id="pa-modules" class="pa-settings-tab">
25
+
26
+ <div class="pa-section-info-wrap">
27
+ <div class="pa-section-info">
28
+ <h4><?php echo __('Master Switch', 'premium-addons-for-elementor'); ?></h4>
29
+ <p><?php echo __('Use this to switch on or off ALL Widgets & Add-ons at once.', 'premium-addons-for-elementor'); ?></p>
30
+ </div>
31
+
32
+ <div class="pa-btn-group">
33
+ <button type="button" class="pa-btn pa-btn-enable <?php echo esc_attr( $enable_btn ); ?>"><?php echo __('Switch On', 'premium-addons-for-elementor'); ?></button>
34
+ <button type="button" class="pa-btn pa-btn-disable <?php echo esc_attr( $disable_btn ); ?>"><?php echo __('Switch Off', 'premium-addons-for-elementor'); ?></button>
35
+ </div>
36
+ </div>
37
+
38
+ <div class="pa-elements-settings">
39
+
40
+ <div class="pa-elements-filter">
41
+ <label for="premium-elements-filter"><?php _e('Filter Widgets', 'premium-addons-for-elementor'); ?></label>
42
+ <select name="premium-elements-filter" id="premium-elements-filter" class="placeholder placeholder-active">
43
+ <option value=""><?php _e( 'All Widgets', 'premium-addons-for-elementor' ); ?></option>
44
+ <option value="free"><?php _e( 'Free Widgets', 'premium-addons-for-elementor' ); ?></option>
45
+ <option value="pro"><?php _e( 'PRO Widgets', 'premium-addons-for-elementor' ); ?></option>
46
+ </select>
47
+ </div>
48
+
49
+ <div class="pa-elements-tabs">
50
+ <ul class="pa-elements-tabs-list">
51
+ <?php foreach( $elements as $index => $cat ):
52
+ if( 'cat-11' !== $index ) :
53
+ ?>
54
+ <li class="pa-elements-tab">
55
+ <a class="pa-elements-tab-link" href="pa-elements-tab-<?php echo $index; ?>">
56
+ <i class="<?php echo esc_attr( 'pa-dash-cat-' . $cat['icon'] ) ?>"></i>
57
+ </a>
58
+ <span class="pa-element-tab-tooltip"><?php echo esc_html( $cat['title'] ); ?></span>
59
+ </li>
60
+ <?php endif; ?>
61
+ <?php endforeach; ?>
62
+ </ul>
63
+ </div>
64
+
65
+ <?php foreach( $elements as $index => $cat ):
66
+ if( 'cat-11' !== $index ) :
67
+ ?>
68
+ <div id="pa-elements-tab-<?php echo $index; ?>" class="pa-switchers-container hidden">
69
+ <h3 class="pa-elements-tab-title"><?php echo __( $cat['title'] ); ?></h3>
70
+ <div class="pa-switchers">
71
+ <?php foreach( $cat['elements'] as $index => $elem ) :
72
+ $status = (isset( $elem['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'disabled' : checked( 1, $enabled_elements[ $elem['key'] ], false );
73
+ $class = (isset( $elem['is_pro'] ) && ! Helper_Functions::check_papro_version() ) ? 'pro-' : '';
74
+ $switcher_class = $class . 'slider round';
75
+ ?>
76
+ <div class="pa-switcher <?php echo isset( $elem['is_pro'] ) ? 'pro-element' : ''; ?>">
77
+ <div class="pa-element-info">
78
+ <div class="pa-element-icon-wrap">
79
+ <i class="pa-dash-<?php echo esc_attr( $elem['key'] ); ?> pa-element-icon"></i>
80
+ </div>
81
+ <div class="pa-element-meta-wrap">
82
+ <p class="pa-element-name">
83
+ <?php echo $elem['title']; ?>
84
+ <?php if( isset( $elem['is_pro'] ) ) : ?>
85
+ <span><?php echo __('pro', 'premium-addons-for-elementor'); ?></span>
86
+ <?php endif; ?>
87
+ </p>
88
+ <?php if( ! $row_meta ) : ?>
89
+ <div>
90
+ <?php if( isset( $elem['demo'] ) ) : ?>
91
+ <a class="pa-element-link" href="<?php echo esc_url( $elem['demo'] ); ?>" target="_blank">
92
+ <?php echo __('Live Demo', 'premium-addons-for-elementor'); ?>
93
+ <span class="pa-element-link-separator"></span>
94
+ </a>
95
+ <?php endif; ?>
96
+ <?php if( isset( $elem['doc'] ) ) : ?>
97
+ <a class="pa-element-link" href="<?php echo esc_url( $elem['doc'] ); ?>" target="_blank">
98
+ <?php echo __('Docs', 'premium-addons-for-elementor'); ?>
99
+ <?php if( isset( $elem['tutorial'] ) ) : ?>
100
+ <span class="pa-element-link-separator"></span>
101
+ <?php endif; ?>
102
+ </a>
103
+ <?php endif; ?>
104
+ <?php if( isset( $elem['tutorial'] ) ) : ?>
105
+ <a class="pa-element-link" href="<?php echo esc_url( $elem['tutorial'] ); ?>" target="_blank">
106
+ <?php echo __('Video Tutorial', 'premium-addons-for-elementor'); ?>
107
+ </a>
108
+ <?php endif; ?>
109
+ </div>
110
+ <?php endif; ?>
111
+ </div>
112
+ </div>
113
+ <label class="switch">
114
+ <input type="checkbox" id="<?php echo esc_attr($elem['key']); ?>" name="<?php echo esc_attr($elem['key']); ?>" <?php echo $status; ?>>
115
+ <span class="<?php echo esc_attr( $switcher_class ); ?>"></span>
116
+ </label>
117
+ </div>
118
+ <?php endforeach; ?>
119
+ </div>
120
+ </div>
121
+ <?php endif; ?>
122
+ <?php endforeach; ?>
123
+ </div>
124
+
125
+ <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
126
+
127
+ </div>
128
+ </form> <!-- End Form -->
129
+ </div>
130
+ </div>
131
  </div> <!-- End Section Content -->
admin/includes/templates/version-control.php CHANGED
@@ -1,61 +1,61 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- //Get settings
8
- $settings = self::get_integrations_settings();
9
-
10
- ?>
11
-
12
- <div class="pa-section-content">
13
- <div class="row">
14
- <div class="col-full">
15
- <form action="" method="POST" id="pa-ver-control" name="pa-ver-control" class="pa-settings-form">
16
- <div id="pa-ver-control-settings" class="pa-settings-tab">
17
-
18
- <div class="pa-section-info-wrap">
19
- <div class="pa-section-info">
20
- <h4><?php echo __('Rollback to Previous Version', 'premium-addons-for-elementor'); ?></h4>
21
- <p><?php echo sprintf( __( 'Experiencing an issue with Premium Addons for Elementor version %s? Rollback to a previous version before the issue appeared.', 'premium-addons-for-elementor'), PREMIUM_ADDONS_VERSION ); ?></p>
22
- </div>
23
-
24
- <div class="pa-section-info-cta">
25
- <a target="_blank" href="<?php echo esc_url( wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ) ); ?>" class="button pa-btn pa-rollback-button">
26
- <?php echo __('Rollback to Version ' . PREMIUM_ADDONS_STABLE_VERSION, 'premium-addons-for-elementor'); ?>
27
- </a>
28
- <span class="pa-section-info-warning">
29
- <i class="dashicons dashicons-info-outline"></i>
30
- <?php echo __('Warning: Please backup your database before making the rollback.', 'premium-addons-for-elementor'); ?>
31
- </span>
32
- </p>
33
- </div>
34
- </div>
35
-
36
- <div class="pa-section-info-wrap">
37
- <div class="pa-section-info">
38
- <h4><?php echo __('Become a Beta Tester', 'premium-addons-for-elementor'); ?></h4>
39
- <p><?php echo __('Turn-on Beta Tester, to get notified when a new beta version of Premium Addons for Elementor. The Beta version will not install automatically. You always have the option to ignore it.', 'premium-addons-for-elementor'); ?></p>
40
- </div>
41
-
42
- <div class="pa-section-info-cta">
43
- <input name="is-beta-tester" id="is-beta-tester" type="checkbox" <?php checked(1, $settings['is-beta-tester'], true) ?>>
44
- <label for="is-beta-tester"></label>
45
- <span class="pa-section-info-label">
46
- <?php echo __('Check this box to get updates for beta versions','premium-addons-for-elementor'); ?>
47
- </span>
48
- <span class="pa-section-info-warning">
49
- <i class="dashicons dashicons-info-outline"></i>
50
- <?php echo __('We do not recommend updating to a beta version on production sites.', 'premium-addons-for-elementor'); ?>
51
- </span>
52
- </p>
53
- </div>
54
- </div>
55
-
56
- <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
57
- </div>
58
- </form> <!-- End Form -->
59
- </div>
60
- </div>
61
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ //Get settings
8
+ $settings = self::get_integrations_settings();
9
+
10
+ ?>
11
+
12
+ <div class="pa-section-content">
13
+ <div class="row">
14
+ <div class="col-full">
15
+ <form action="" method="POST" id="pa-ver-control" name="pa-ver-control" class="pa-settings-form">
16
+ <div id="pa-ver-control-settings" class="pa-settings-tab">
17
+
18
+ <div class="pa-section-info-wrap">
19
+ <div class="pa-section-info">
20
+ <h4><?php echo __('Rollback to Previous Version', 'premium-addons-for-elementor'); ?></h4>
21
+ <p><?php echo sprintf( __( 'Experiencing an issue with Premium Addons for Elementor version %s? Rollback to a previous version before the issue appeared.', 'premium-addons-for-elementor'), PREMIUM_ADDONS_VERSION ); ?></p>
22
+ </div>
23
+
24
+ <div class="pa-section-info-cta">
25
+ <a target="_blank" href="<?php echo esc_url( wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ) ); ?>" class="button pa-btn pa-rollback-button">
26
+ <?php echo __('Rollback to Version ' . PREMIUM_ADDONS_STABLE_VERSION, 'premium-addons-for-elementor'); ?>
27
+ </a>
28
+ <span class="pa-section-info-warning">
29
+ <i class="dashicons dashicons-info-outline"></i>
30
+ <?php echo __('Warning: Please backup your database before making the rollback.', 'premium-addons-for-elementor'); ?>
31
+ </span>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ <div class="pa-section-info-wrap">
37
+ <div class="pa-section-info">
38
+ <h4><?php echo __('Become a Beta Tester', 'premium-addons-for-elementor'); ?></h4>
39
+ <p><?php echo __('Turn-on Beta Tester, to get notified when a new beta version of Premium Addons for Elementor. The Beta version will not install automatically. You always have the option to ignore it.', 'premium-addons-for-elementor'); ?></p>
40
+ </div>
41
+
42
+ <div class="pa-section-info-cta">
43
+ <input name="is-beta-tester" id="is-beta-tester" type="checkbox" <?php checked(1, $settings['is-beta-tester'], true) ?>>
44
+ <label for="is-beta-tester"></label>
45
+ <span class="pa-section-info-label">
46
+ <?php echo __('Check this box to get updates for beta versions','premium-addons-for-elementor'); ?>
47
+ </span>
48
+ <span class="pa-section-info-warning">
49
+ <i class="dashicons dashicons-info-outline"></i>
50
+ <?php echo __('We do not recommend updating to a beta version on production sites.', 'premium-addons-for-elementor'); ?>
51
+ </span>
52
+ </p>
53
+ </div>
54
+ </div>
55
+
56
+ <input type="submit" value="<?php echo __('Save Settings', 'premium-addons-for-elementor'); ?>" class="button pa-btn pa-save-button">
57
+ </div>
58
+ </form> <!-- End Form -->
59
+ </div>
60
+ </div>
61
  </div> <!-- End Section Content -->
admin/includes/templates/white-label.php CHANGED
@@ -1,182 +1,182 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) ) exit;
4
-
5
- use PremiumAddons\Includes\Helper_Functions;
6
-
7
- //Premium Addons Pro Classes
8
- use PremiumAddonsPro\Includes\White_Label\Helper;
9
-
10
- //Get settings
11
- $class = 'premium-white-label-form';
12
- if( Helper_Functions::check_papro_version() ) {
13
-
14
- $settings = Helper::get_white_labeling_settings();
15
-
16
- } else {
17
- $class .= ' pro-inactive';
18
-
19
- $settings = array(
20
- 'premium-wht-lbl-name' => '',
21
- 'premium-wht-lbl-url' => '',
22
- 'premium-wht-lbl-plugin-name' => '',
23
- 'premium-wht-lbl-short-name' => '',
24
- 'premium-wht-lbl-desc' => '',
25
- 'premium-wht-lbl-row' => '',
26
- 'premium-wht-lbl-name-pro' => '',
27
- 'premium-wht-lbl-url-pro' => '',
28
- 'premium-wht-lbl-plugin-name-pro' => '',
29
- 'premium-wht-lbl-desc-pro' => '',
30
- 'premium-wht-lbl-changelog' => '',
31
- 'premium-wht-lbl-option' => '',
32
- 'premium-wht-lbl-rate' => '',
33
- 'premium-wht-lbl-about' => '',
34
- 'premium-wht-lbl-license' => '',
35
- 'premium-wht-lbl-logo' => '',
36
- 'premium-wht-lbl-version' => '',
37
- 'premium-wht-lbl-prefix' => '',
38
- 'premium-wht-lbl-badge' => ''
39
- );
40
- }
41
-
42
- if( ! Helper_Functions::check_papro_version() ) {
43
-
44
- $campaign = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'whitelabel-page', 'wp-dash', 'dashboard' );
45
-
46
- ?>
47
- <div class="pa-white-label-notice">
48
- <div class="pa-white-label-notice-content">
49
- <div class="pa-white-label-notice-logo">
50
- <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>" alt="Premium Addons White Labeling Notice">
51
- </div>
52
- <h2><?php _e('Get Premium Addons <span>Pro</span> to Enable White Labeling Options', 'premium-addons-for-elementor'); ?></h2>
53
- <p><?php _e('Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.', 'premium-addons-for-elementor'); ?></p>
54
- <a class="pa-btn pa-get-pro" href="<?php echo esc_attr( $campaign ); ?>" target="_blank"><?php _e('Get PRO', 'premium-addons-for-elementor'); ?></a>
55
- </div>
56
- </div>
57
- <?php
58
- }
59
-
60
- ?>
61
-
62
- <div class="pa-section-content">
63
- <div class="row">
64
- <div class="col-full">
65
- <form action="" method="POST" id="pa-white-label" class="<?php echo esc_attr( $class ); ?>" name="pa-white-label-settings">
66
- <div id="pa-white-label" class="pa-settings-tab pa-wht-lbl-settings">
67
- <div class="pa-row">
68
- <div class="pa-wht-lbl-settings-wrap">
69
- <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('Free Version', 'premium-addons-for-elementor'); ?></h3>
70
- <div class="pa-wht-lbl-group-wrap">
71
- <!-- Author Name -->
72
- <label for="premium-wht-lbl-name" class="pa-input-label"><?php echo __('Author Name', 'premium-addons-for-elementor'); ?></label>
73
- <input name="premium-wht-lbl-name" id="premium-wht-lbl-name" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name'] ); ?>">
74
- <!-- Author URL -->
75
- <label for="premium-wht-lbl-url" class="pa-input-label"><?php echo __('Author URL', 'premium-addons-for-elementor'); ?></label>
76
- <input name="premium-wht-lbl-url" id="premium-wht-lbl-url" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url'] ); ?>">
77
- <!-- Plugin Name -->
78
- <label for="premium-wht-lbl-plugin-name" class="pa-input-label"><?php echo __('Plugin Name', 'premium-addons-for-elementor'); ?></label>
79
- <input name="premium-wht-lbl-plugin-name" id="premium-wht-lbl-plugin-name" type="text" placeholder="Premium Addons for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name'] ); ?>">
80
-
81
- <!-- Plugin Description -->
82
- <label for="premium-wht-lbl-desc" class="pa-input-label"><?php echo __('Plugin Description', 'premium-addons-for-elementor'); ?></label>
83
- <input name="premium-wht-lbl-desc" id="premium-wht-lbl-desc" type="text" placeholder="Premium Addons for Elementor plugin includes widgets and addons.." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc'] ); ?>">
84
-
85
- <p class="pa-input-label"><?php echo __('Hide Plugin Row Meta Links', 'premium-addons-for-elementor'); ?></p>
86
- <input name="premium-wht-lbl-row" id="premium-wht-lbl-row" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-row'], true) ?>>
87
- <label for="premium-wht-lbl-row"></label>
88
- <span><?php echo __('This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor'); ?></span>
89
- </div>
90
- </div>
91
-
92
- <div class="pa-wht-lbl-settings-wrap">
93
- <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('PRO Version', 'premium-addons-for-elementor'); ?></h3>
94
- <div class="pa-wht-lbl-group-wrap">
95
-
96
- <label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __('Author Name', 'premium-addons-for-elementor'); ?></label>
97
- <input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
98
-
99
- <label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __('Author URL', 'premium-addons-for-elementor'); ?></label>
100
- <input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
101
-
102
- <label for="premium-wht-lbl-plugin-name-pro" class="pa-input-label"><?php echo __('Plugin Name', 'premium-addons-for-elementor'); ?></label>
103
- <input name="premium-wht-lbl-plugin-name-pro" id="premium-wht-lbl-plugin-name-pro" type="text" placeholder="Premium Addons PRO for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name-pro'] ); ?>">
104
-
105
- <label for="premium-wht-lbl-desc-rpo" class="pa-input-label"><?php echo __('Plugin Description', 'premium-addons-for-elementor'); ?></label>
106
- <input name="premium-wht-lbl-desc-pro" id="premium-wht-lbl-desc-pro" type="text" placeholder="Premium Addons PRO Plugin Includes 33+ premium widgets & addons..." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc-pro'] ); ?>">
107
-
108
- <p class="pa-input-label"><?php echo __('Hide Plugin Changelog Link', 'premium-addons-for-elementor'); ?></p>
109
- <input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-changelog'], true ) ?>>
110
- <label for="premium-wht-lbl-changelog"></label>
111
- <span><?php echo __('This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor'); ?></span>
112
-
113
- </div>
114
- </div>
115
- <div class="pa-wht-lbl-settings-wrap">
116
- <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('General Options', 'premium-addons-for-elementor'); ?></h3>
117
- <div class="pa-wht-lbl-group-wrap">
118
- <!-- Widgets Category Name -->
119
- <label for="premium-wht-lbl-short-name" class="pa-input-label"><?php echo __('Widgets Category Name', 'premium-addons-for-elementor'); ?></label>
120
- <input name="premium-wht-lbl-short-name" id="premium-wht-lbl-short-name" type="text" placeholder="Premium Addons" value="<?php echo esc_attr( $settings['premium-wht-lbl-short-name'] ); ?>">
121
- <!-- Widgets Prefix -->
122
- <label for="premium-wht-lbl-prefix" class="pa-input-label"><?php echo __('Widgets Prefix', 'premium-addons-for-elementor'); ?></label>
123
- <input name="premium-wht-lbl-prefix" id="premium-wht-lbl-prefix" type="text" placeholder="Premium" value="<?php echo esc_attr( $settings['premium-wht-lbl-prefix'] ); ?>">
124
- <!-- Widgets Badge -->
125
- <label for="premium-wht-lbl-badge" class="pa-input-label"><?php echo __('Widgets Badge', 'premium-addons-for-elementor'); ?></label>
126
- <input name="premium-wht-lbl-badge" id="premium-wht-lbl-badge" type="text" placeholder="PA" value="<?php echo esc_attr( $settings['premium-wht-lbl-badge'] ); ?>">
127
- </div>
128
- </div>
129
-
130
- <div class="pa-wht-lbl-save">
131
- <input type="submit" value="Save Settings" class="button pa-btn pa-save-button">
132
- </div>
133
- </div>
134
-
135
- <div class="pa-wht-lbl-admin">
136
- <div class="pa-wht-lbl-settings-wrap">
137
- <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('Admin Settings', 'premium-addons-for-elementor'); ?></h3>
138
- <div class="pa-wht-lbl-group-wrap">
139
- <!-- Hide General Tab-->
140
- <p class="pa-input-label"><?php echo __('General Tab', 'premium-addons-for-elementor'); ?></p>
141
- <input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-about'], true) ?>>
142
- <label for="premium-wht-lbl-about"></label>
143
- <span><?php echo __('This will hide the General tab', 'premium-addons-for-elementor'); ?></span>
144
-
145
- <!-- Hide Version Control Tab-->
146
- <p class="pa-input-label"><?php echo __('Version Control Tab', 'premium-addons-for-elementor'); ?></p>
147
- <input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-version'], true) ?>>
148
- <label for="premium-wht-lbl-version"></label>
149
- <span><?php echo __('This will hide the Version Control tab.', 'premium-addons-for-elementor'); ?></span>
150
-
151
- <!-- Hide Logo-->
152
- <p class="pa-input-label"><?php echo __('Hide Premium Addons Logo', 'premium-addons-for-elementor'); ?></p>
153
- <input name="premium-wht-lbl-logo" id="premium-wht-lbl-logo" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-logo'], true) ?>>
154
- <label for="premium-wht-lbl-logo"></label>
155
- <span><?php echo __('This will hide Premium Addons logo located on the dashboard.', 'premium-addons-for-elementor'); ?></span>
156
-
157
- <!-- Hide License Tab-->
158
- <p class="pa-input-label"><?php echo __('License Tab', 'premium-addons-for-elementor'); ?></p>
159
- <input name="premium-wht-lbl-license" id="premium-wht-lbl-license" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-license'], true) ?>>
160
- <label for="premium-wht-lbl-license"></label>
161
- <span><?php echo __('This will hide the License tab.', 'premium-addons-for-elementor') ;?></span>
162
-
163
- <!-- Hide White Labeling Tab-->
164
-
165
- <p class="pa-input-label"><?php echo __('White Labeling Tab', 'premium-addons-for-elementor'); ?></p>
166
- <input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-option'], true) ?>>
167
- <label for="premium-wht-lbl-option"></label>
168
- <span><?php echo __('This will hide the White Labeling tab options.', 'premium-addons-for-elementor'); ?></span>
169
-
170
- <p>
171
- <strong><?php _e('NOTE: ', 'premium-addons-for-elementor'); ?></strong>
172
- <?php echo __('You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor'); ?>
173
- </p>
174
- </div>
175
- </div>
176
- </div>
177
- <div class="clearfix"></div>
178
- </div>
179
- </form>
180
- </div>
181
- </div>
182
  </div> <!-- End Section Content -->
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+
5
+ use PremiumAddons\Includes\Helper_Functions;
6
+
7
+ //Premium Addons Pro Classes
8
+ use PremiumAddonsPro\Includes\White_Label\Helper;
9
+
10
+ //Get settings
11
+ $class = 'premium-white-label-form';
12
+ if( Helper_Functions::check_papro_version() ) {
13
+
14
+ $settings = Helper::get_white_labeling_settings();
15
+
16
+ } else {
17
+ $class .= ' pro-inactive';
18
+
19
+ $settings = array(
20
+ 'premium-wht-lbl-name' => '',
21
+ 'premium-wht-lbl-url' => '',
22
+ 'premium-wht-lbl-plugin-name' => '',
23
+ 'premium-wht-lbl-short-name' => '',
24
+ 'premium-wht-lbl-desc' => '',
25
+ 'premium-wht-lbl-row' => '',
26
+ 'premium-wht-lbl-name-pro' => '',
27
+ 'premium-wht-lbl-url-pro' => '',
28
+ 'premium-wht-lbl-plugin-name-pro' => '',
29
+ 'premium-wht-lbl-desc-pro' => '',
30
+ 'premium-wht-lbl-changelog' => '',
31
+ 'premium-wht-lbl-option' => '',
32
+ 'premium-wht-lbl-rate' => '',
33
+ 'premium-wht-lbl-about' => '',
34
+ 'premium-wht-lbl-license' => '',
35
+ 'premium-wht-lbl-logo' => '',
36
+ 'premium-wht-lbl-version' => '',
37
+ 'premium-wht-lbl-prefix' => '',
38
+ 'premium-wht-lbl-badge' => ''
39
+ );
40
+ }
41
+
42
+ if( ! Helper_Functions::check_papro_version() ) {
43
+
44
+ $campaign = Helper_Functions::get_campaign_link( 'https://premiumaddons.com/pro/', 'whitelabel-page', 'wp-dash', 'dashboard' );
45
+
46
+ ?>
47
+ <div class="pa-white-label-notice">
48
+ <div class="pa-white-label-notice-content">
49
+ <div class="pa-white-label-notice-logo">
50
+ <img src="<?php echo PREMIUM_ADDONS_URL .'admin/images/pa-logo-symbol.png'; ?>" alt="Premium Addons White Labeling Notice">
51
+ </div>
52
+ <h2><?php _e('Get Premium Addons <span>Pro</span> to Enable White Labeling Options', 'premium-addons-for-elementor'); ?></h2>
53
+ <p><?php _e('Premium Addons can be completely re-branded with your own brand name and author details. Your clients will never know what tools you are using to build their website and will think that this is your own tool set. White-labeling works as long as your license is active.', 'premium-addons-for-elementor'); ?></p>
54
+ <a class="pa-btn pa-get-pro" href="<?php echo esc_attr( $campaign ); ?>" target="_blank"><?php _e('Get PRO', 'premium-addons-for-elementor'); ?></a>
55
+ </div>
56
+ </div>
57
+ <?php
58
+ }
59
+
60
+ ?>
61
+
62
+ <div class="pa-section-content">
63
+ <div class="row">
64
+ <div class="col-full">
65
+ <form action="" method="POST" id="pa-white-label" class="<?php echo esc_attr( $class ); ?>" name="pa-white-label-settings">
66
+ <div id="pa-white-label" class="pa-settings-tab pa-wht-lbl-settings">
67
+ <div class="pa-row">
68
+ <div class="pa-wht-lbl-settings-wrap">
69
+ <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('Free Version', 'premium-addons-for-elementor'); ?></h3>
70
+ <div class="pa-wht-lbl-group-wrap">
71
+ <!-- Author Name -->
72
+ <label for="premium-wht-lbl-name" class="pa-input-label"><?php echo __('Author Name', 'premium-addons-for-elementor'); ?></label>
73
+ <input name="premium-wht-lbl-name" id="premium-wht-lbl-name" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name'] ); ?>">
74
+ <!-- Author URL -->
75
+ <label for="premium-wht-lbl-url" class="pa-input-label"><?php echo __('Author URL', 'premium-addons-for-elementor'); ?></label>
76
+ <input name="premium-wht-lbl-url" id="premium-wht-lbl-url" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url'] ); ?>">
77
+ <!-- Plugin Name -->
78
+ <label for="premium-wht-lbl-plugin-name" class="pa-input-label"><?php echo __('Plugin Name', 'premium-addons-for-elementor'); ?></label>
79
+ <input name="premium-wht-lbl-plugin-name" id="premium-wht-lbl-plugin-name" type="text" placeholder="Premium Addons for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name'] ); ?>">
80
+
81
+ <!-- Plugin Description -->
82
+ <label for="premium-wht-lbl-desc" class="pa-input-label"><?php echo __('Plugin Description', 'premium-addons-for-elementor'); ?></label>
83
+ <input name="premium-wht-lbl-desc" id="premium-wht-lbl-desc" type="text" placeholder="Premium Addons for Elementor plugin includes widgets and addons.." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc'] ); ?>">
84
+
85
+ <p class="pa-input-label"><?php echo __('Hide Plugin Row Meta Links', 'premium-addons-for-elementor'); ?></p>
86
+ <input name="premium-wht-lbl-row" id="premium-wht-lbl-row" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-row'], true) ?>>
87
+ <label for="premium-wht-lbl-row"></label>
88
+ <span><?php echo __('This will hide Docs, FAQs, and Video Tutorials links located on the plugins page.', 'premium-addons-for-elementor'); ?></span>
89
+ </div>
90
+ </div>
91
+
92
+ <div class="pa-wht-lbl-settings-wrap">
93
+ <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('PRO Version', 'premium-addons-for-elementor'); ?></h3>
94
+ <div class="pa-wht-lbl-group-wrap">
95
+
96
+ <label for="premium-wht-lbl-name-pro" class="pa-input-label"><?php echo __('Author Name', 'premium-addons-for-elementor'); ?></label>
97
+ <input name="premium-wht-lbl-name-pro" id="premium-wht-lbl-name-pro" type="text" placeholder="Leap13" value="<?php echo esc_attr( $settings['premium-wht-lbl-name-pro'] ); ?>">
98
+
99
+ <label for="premium-wht-lbl-url-pro" class="pa-input-label"><?php echo __('Author URL', 'premium-addons-for-elementor'); ?></label>
100
+ <input name="premium-wht-lbl-url-pro" id="premium-wht-lbl-url-pro" type="text" placeholder="https://premiumaddons.com" value="<?php echo esc_attr( $settings['premium-wht-lbl-url-pro'] ); ?>">
101
+
102
+ <label for="premium-wht-lbl-plugin-name-pro" class="pa-input-label"><?php echo __('Plugin Name', 'premium-addons-for-elementor'); ?></label>
103
+ <input name="premium-wht-lbl-plugin-name-pro" id="premium-wht-lbl-plugin-name-pro" type="text" placeholder="Premium Addons PRO for Elementor" value="<?php echo esc_attr( $settings['premium-wht-lbl-plugin-name-pro'] ); ?>">
104
+
105
+ <label for="premium-wht-lbl-desc-rpo" class="pa-input-label"><?php echo __('Plugin Description', 'premium-addons-for-elementor'); ?></label>
106
+ <input name="premium-wht-lbl-desc-pro" id="premium-wht-lbl-desc-pro" type="text" placeholder="Premium Addons PRO Plugin Includes 33+ premium widgets & addons..." value="<?php echo esc_attr( $settings['premium-wht-lbl-desc-pro'] ); ?>">
107
+
108
+ <p class="pa-input-label"><?php echo __('Hide Plugin Changelog Link', 'premium-addons-for-elementor'); ?></p>
109
+ <input name="premium-wht-lbl-changelog" id="premium-wht-lbl-changelog" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-changelog'], true ) ?>>
110
+ <label for="premium-wht-lbl-changelog"></label>
111
+ <span><?php echo __('This will hide the Changelog link located on the plugins page.', 'premium-addons-for-elementor'); ?></span>
112
+
113
+ </div>
114
+ </div>
115
+ <div class="pa-wht-lbl-settings-wrap">
116
+ <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('General Options', 'premium-addons-for-elementor'); ?></h3>
117
+ <div class="pa-wht-lbl-group-wrap">
118
+ <!-- Widgets Category Name -->
119
+ <label for="premium-wht-lbl-short-name" class="pa-input-label"><?php echo __('Widgets Category Name', 'premium-addons-for-elementor'); ?></label>
120
+ <input name="premium-wht-lbl-short-name" id="premium-wht-lbl-short-name" type="text" placeholder="Premium Addons" value="<?php echo esc_attr( $settings['premium-wht-lbl-short-name'] ); ?>">
121
+ <!-- Widgets Prefix -->
122
+ <label for="premium-wht-lbl-prefix" class="pa-input-label"><?php echo __('Widgets Prefix', 'premium-addons-for-elementor'); ?></label>
123
+ <input name="premium-wht-lbl-prefix" id="premium-wht-lbl-prefix" type="text" placeholder="Premium" value="<?php echo esc_attr( $settings['premium-wht-lbl-prefix'] ); ?>">
124
+ <!-- Widgets Badge -->
125
+ <label for="premium-wht-lbl-badge" class="pa-input-label"><?php echo __('Widgets Badge', 'premium-addons-for-elementor'); ?></label>
126
+ <input name="premium-wht-lbl-badge" id="premium-wht-lbl-badge" type="text" placeholder="PA" value="<?php echo esc_attr( $settings['premium-wht-lbl-badge'] ); ?>">
127
+ </div>
128
+ </div>
129
+
130
+ <div class="pa-wht-lbl-save">
131
+ <input type="submit" value="Save Settings" class="button pa-btn pa-save-button">
132
+ </div>
133
+ </div>
134
+
135
+ <div class="pa-wht-lbl-admin">
136
+ <div class="pa-wht-lbl-settings-wrap">
137
+ <h3 class="pa-wht-lbl-title pa-wht-lbl-head"><?php echo __('Admin Settings', 'premium-addons-for-elementor'); ?></h3>
138
+ <div class="pa-wht-lbl-group-wrap">
139
+ <!-- Hide General Tab-->
140
+ <p class="pa-input-label"><?php echo __('General Tab', 'premium-addons-for-elementor'); ?></p>
141
+ <input name="premium-wht-lbl-about" id="premium-wht-lbl-about" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-about'], true) ?>>
142
+ <label for="premium-wht-lbl-about"></label>
143
+ <span><?php echo __('This will hide the General tab', 'premium-addons-for-elementor'); ?></span>
144
+
145
+ <!-- Hide Version Control Tab-->
146
+ <p class="pa-input-label"><?php echo __('Version Control Tab', 'premium-addons-for-elementor'); ?></p>
147
+ <input name="premium-wht-lbl-version" id="premium-wht-lbl-version" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-version'], true) ?>>
148
+ <label for="premium-wht-lbl-version"></label>
149
+ <span><?php echo __('This will hide the Version Control tab.', 'premium-addons-for-elementor'); ?></span>
150
+
151
+ <!-- Hide Logo-->
152
+ <p class="pa-input-label"><?php echo __('Hide Premium Addons Logo', 'premium-addons-for-elementor'); ?></p>
153
+ <input name="premium-wht-lbl-logo" id="premium-wht-lbl-logo" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-logo'], true) ?>>
154
+ <label for="premium-wht-lbl-logo"></label>
155
+ <span><?php echo __('This will hide Premium Addons logo located on the dashboard.', 'premium-addons-for-elementor'); ?></span>
156
+
157
+ <!-- Hide License Tab-->
158
+ <p class="pa-input-label"><?php echo __('License Tab', 'premium-addons-for-elementor'); ?></p>
159
+ <input name="premium-wht-lbl-license" id="premium-wht-lbl-license" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-license'], true) ?>>
160
+ <label for="premium-wht-lbl-license"></label>
161
+ <span><?php echo __('This will hide the License tab.', 'premium-addons-for-elementor') ;?></span>
162
+
163
+ <!-- Hide White Labeling Tab-->
164
+
165
+ <p class="pa-input-label"><?php echo __('White Labeling Tab', 'premium-addons-for-elementor'); ?></p>
166
+ <input name="premium-wht-lbl-option" id="premium-wht-lbl-option" type="checkbox" <?php checked(1, $settings['premium-wht-lbl-option'], true) ?>>
167
+ <label for="premium-wht-lbl-option"></label>
168
+ <span><?php echo __('This will hide the White Labeling tab options.', 'premium-addons-for-elementor'); ?></span>
169
+
170
+ <p>
171
+ <strong><?php _e('NOTE: ', 'premium-addons-for-elementor'); ?></strong>
172
+ <?php echo __('You will need to reactivate Premium Addons PRO for Elementor plugin to be able to reset White Labeling tab options.', 'premium-addons-for-elementor'); ?>
173
+ </p>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ <div class="clearfix"></div>
178
+ </div>
179
+ </form>
180
+ </div>
181
+ </div>
182
  </div> <!-- End Section Content -->
assets/editor/css/style.css CHANGED
@@ -1,186 +1,191 @@
1
- @font-face {
2
- font-family: "pa-elements";
3
- src: url("../fonts/pa-elements.eot?x9rqgu");
4
- src: url("../fonts/pa-elements.eot?x9rqgu#iefix") format("embedded-opentype"),
5
- url("../fonts/pa-elements.ttf?x9rqgu") format("truetype"),
6
- url("../fonts/pa-elements.woff?x9rqgu") format("woff"),
7
- url("../fonts/pa-elements.svg?x9rqgu#pa-elements") format("svg");
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
- .elementor-element .icon {
13
- position: relative;
14
- }
15
-
16
- [class^="pa-"],
17
- [class*=" pa-"] {
18
- /* use !important to prevent issues with browser extensions that change fonts */
19
- font-family: "pa-elements" !important;
20
- speak: none;
21
- font-style: normal;
22
- font-weight: normal;
23
- font-variant: normal;
24
- text-transform: none;
25
- line-height: 1;
26
- /* Better Font Rendering =========== */
27
- -webkit-font-smoothing: antialiased;
28
- -moz-osx-font-smoothing: grayscale;
29
- }
30
-
31
- /*
32
- * Icons Badge
33
- */
34
- [class^="pa-"]::after,
35
- [class*=" pa-"]::after {
36
- content: "PA";
37
- font-family: "Montserrat", Sans-serif;
38
- font-weight: 700;
39
- font-size: 10px;
40
- opacity: 0.4;
41
- position: absolute;
42
- right: 0.6em;
43
- top: 0.6em;
44
- padding: 1px;
45
- color: #e6e9ec;
46
- background-color: #7a7a7a;
47
- }
48
-
49
- .pa-dash-icon:before {
50
- content: "\e901";
51
- }
52
-
53
- .pa-banner:before {
54
- content: "\e902";
55
- }
56
-
57
- .pa-blog:before {
58
- content: "\e903";
59
- }
60
-
61
- .pa-button:before {
62
- content: "\e904";
63
- }
64
-
65
- .pa-carousel:before {
66
- content: "\e905";
67
- }
68
-
69
- .pa-contact-form:before {
70
- content: "\e906";
71
- }
72
-
73
- .pa-countdown:before {
74
- content: "\e907";
75
- }
76
-
77
- .pa-counter:before {
78
- content: "\e908";
79
- }
80
-
81
- .pa-dual-header:before {
82
- content: "\e909";
83
- }
84
-
85
- .pa-fancy-text:before {
86
- content: "\e90a";
87
- }
88
-
89
- .pa-maps:before {
90
- content: "\e90b";
91
- }
92
-
93
- .pa-grid-icon:before {
94
- content: "\e90c";
95
- }
96
-
97
- .pa-image-button:before {
98
- content: "\e90d";
99
- }
100
-
101
- .pa-image-scroll:before {
102
- content: "\e900";
103
- }
104
-
105
- .pa-image-separator:before {
106
- content: "\e90e";
107
- }
108
-
109
- .pa-lottie-animations:before {
110
- content: "\e91a";
111
- }
112
-
113
- .pa-modal-box:before {
114
- content: "\e90f";
115
- }
116
-
117
- .pa-person:before {
118
- content: "\e910";
119
- }
120
-
121
- .pa-pricing-table:before {
122
- content: "\e911";
123
- }
124
-
125
- .pa-progress-bar:before {
126
- content: "\e912";
127
- }
128
-
129
- .pa-testimonials:before {
130
- content: "\e913";
131
- }
132
-
133
- .pa-title:before {
134
- content: "\e914";
135
- }
136
-
137
- .pa-vscroll:before {
138
- content: "\e915";
139
- }
140
-
141
- .pa-video-box:before {
142
- content: "\e916";
143
- }
144
-
145
- .pa-icon-list:before {
146
- content: "\e919";
147
- }
148
-
149
- .editor-pa-doc {
150
- font-style: italic;
151
- line-height: 1.2;
152
- font-size: 12px;
153
- }
154
-
155
- .editor-pa-spacer {
156
- margin-top: 1.5em;
157
- }
158
-
159
- .elementor-panel .elementor-control-section_pa_docs .elementor-panel-heading-title.elementor-panel-heading-title,
160
- .elementor-control-raw-html.editor-pa-doc a {
161
- color: #0f6aa7;
162
- }
163
-
164
- .elementor-control-raw-html .premium-notice-bold {
165
- font-weight: bold;
166
- }
167
-
168
- #elementor-panel__editor__help__link[href^="https://premiumaddons.com/"]::before,
169
- #elementor-panel__editor__help__link[href*="PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv"]::before {
170
- content: "\e901";
171
- font-family: "pa-elements" !important;
172
- font-size: 20px;
173
- font-style: normal;
174
- font-weight: normal;
175
- font-variant: normal;
176
- text-transform: none;
177
- line-height: 1;
178
- -webkit-font-smoothing: antialiased;
179
- -moz-osx-font-smoothing: grayscale;
180
- margin: -1px 4px 0;
181
- }
182
-
183
- .pa-extension-icon.pa-dash-icon {
184
- font-size: 11px;
185
- padding-right: 1px;
186
- }
 
 
 
 
 
1
+ @font-face {
2
+ font-family: "pa-elements";
3
+ src: url("../fonts/pa-elements.eot?x9rqgu");
4
+ src: url("../fonts/pa-elements.eot?x9rqgu#iefix") format("embedded-opentype"),
5
+ url("../fonts/pa-elements.ttf?x9rqgu") format("truetype"),
6
+ url("../fonts/pa-elements.woff?x9rqgu") format("woff"),
7
+ url("../fonts/pa-elements.svg?x9rqgu#pa-elements") format("svg");
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ .elementor-element .icon {
13
+ position: relative;
14
+ }
15
+
16
+ [class^="pa-"],
17
+ [class*=" pa-"] {
18
+ /* use !important to prevent issues with browser extensions that change fonts */
19
+ font-family: "pa-elements" !important;
20
+ speak: none;
21
+ font-style: normal;
22
+ font-weight: normal;
23
+ font-variant: normal;
24
+ text-transform: none;
25
+ line-height: 1;
26
+ /* Better Font Rendering =========== */
27
+ -webkit-font-smoothing: antialiased;
28
+ -moz-osx-font-smoothing: grayscale;
29
+ }
30
+
31
+ /*
32
+ * Icons Badge
33
+ */
34
+ [class^="pa-"]::after,
35
+ [class*=" pa-"]::after {
36
+ content: "PA";
37
+ font-family: "Montserrat", Sans-serif;
38
+ font-weight: 700;
39
+ font-size: 10px;
40
+ opacity: 0.4;
41
+ position: absolute;
42
+ right: 0.6em;
43
+ top: 0.6em;
44
+ padding: 1px;
45
+ color: #e6e9ec;
46
+ background-color: #7a7a7a;
47
+ }
48
+
49
+ .pa-dash-icon:before {
50
+ content: "\e901";
51
+ }
52
+
53
+ .pa-banner:before {
54
+ content: "\e902";
55
+ }
56
+
57
+ .pa-blog:before {
58
+ content: "\e903";
59
+ }
60
+
61
+ .pa-button:before {
62
+ content: "\e904";
63
+ }
64
+
65
+ .pa-carousel:before {
66
+ content: "\e905";
67
+ }
68
+
69
+ .pa-contact-form:before {
70
+ content: "\e906";
71
+ }
72
+
73
+ .pa-countdown:before {
74
+ content: "\e907";
75
+ }
76
+
77
+ .pa-counter:before {
78
+ content: "\e908";
79
+ }
80
+
81
+ .pa-dual-header:before {
82
+ content: "\e909";
83
+ }
84
+
85
+ .pa-fancy-text:before {
86
+ content: "\e90a";
87
+ }
88
+
89
+ .pa-maps:before {
90
+ content: "\e90b";
91
+ }
92
+
93
+ .pa-grid-icon:before {
94
+ content: "\e90c";
95
+ }
96
+
97
+ .pa-image-button:before {
98
+ content: "\e90d";
99
+ }
100
+
101
+ .pa-image-scroll:before {
102
+ content: "\e900";
103
+ }
104
+
105
+ .pa-image-separator:before {
106
+ content: "\e90e";
107
+ }
108
+
109
+ .pa-lottie-animations:before {
110
+ content: "\e91a";
111
+ }
112
+
113
+ .pa-modal-box:before {
114
+ content: "\e90f";
115
+ }
116
+
117
+ .pa-person:before {
118
+ content: "\e910";
119
+ }
120
+
121
+ .pa-pricing-table:before {
122
+ content: "\e911";
123
+ }
124
+
125
+ .pa-progress-bar:before {
126
+ content: "\e912";
127
+ }
128
+
129
+ .pa-testimonials:before {
130
+ content: "\e913";
131
+ }
132
+
133
+ .pa-title:before {
134
+ content: "\e914";
135
+ }
136
+
137
+ .pa-vscroll:before {
138
+ content: "\e915";
139
+ }
140
+
141
+ .pa-video-box:before {
142
+ content: "\e916";
143
+ }
144
+
145
+ .pa-icon-list:before {
146
+ content: "\e919";
147
+ }
148
+
149
+ .editor-pa-doc {
150
+ font-style: italic;
151
+ line-height: 1.2;
152
+ font-size: 12px;
153
+ }
154
+
155
+ .editor-pa-spacer {
156
+ margin-top: 1.5em;
157
+ }
158
+
159
+ .elementor-panel .elementor-control-section_pa_docs .elementor-panel-heading-title.elementor-panel-heading-title,
160
+ .elementor-control-raw-html.editor-pa-doc a {
161
+ color: #0f6aa7;
162
+ }
163
+
164
+ .elementor-control-raw-html .premium-notice-bold {
165
+ font-weight: bold;
166
+ }
167
+
168
+ #elementor-panel__editor__help__link[href^="https://premiumaddons.com/"]::before,
169
+ #elementor-panel__editor__help__link[href*="PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv"]::before {
170
+ content: "\e901";
171
+ font-family: "pa-elements" !important;
172
+ font-size: 20px;
173
+ font-style: normal;
174
+ font-weight: normal;
175
+ font-variant: normal;
176
+ text-transform: none;
177
+ line-height: 1;
178
+ -webkit-font-smoothing: antialiased;
179
+ -moz-osx-font-smoothing: grayscale;
180
+ margin: -1px 4px 0;
181
+ }
182
+
183
+ .pa-extension-icon.pa-dash-icon {
184
+ font-size: 11px;
185
+ padding-right: 1px;
186
+ }
187
+
188
+ .elementor-update-preview.editor-pa-preview-update {
189
+ margin: 0;
190
+ margin-bottom: 8px;
191
+ }
assets/editor/fonts/pa-elements.svg CHANGED
@@ -1,37 +1,37 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="icomoon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="pa-image-scroll" d="M651.636 650.938c-33.513 0-61.44-27.927-61.44-61.44s27.927-61.44 61.44-61.44 61.44 27.927 61.44 61.44c0 33.513-27.927 61.44-61.44 61.44zM651.636 552.262c-20.48 0-35.375 16.756-35.375 35.375 0 20.48 16.756 35.375 35.375 35.375s35.375-14.895 35.375-35.375-16.756-35.375-35.375-35.375zM772.655 721.687h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-521.309c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v521.309c-1.862 7.447-5.585 13.033-13.033 13.033zM268.102 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM690.735 202.24c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465 1.862-67.025h-68.887zM759.622 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12zM891.811 343.738c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-5.585 5.585-13.033 5.585-18.618 0s-5.585-13.033 0-18.618l85.644-85.644-85.644-85.644c-5.585-5.585-5.585-13.033 0-18.618zM132.189 552.262c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c5.585-5.585 13.033-5.585 18.618 0s5.585 13.033 0 18.618l-85.644 85.644 85.644 85.644c5.585 5.585 5.585 13.033 0 18.618zM407.738 68.189c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c5.585 5.585 5.585 13.033 0 18.618s-13.033 5.585-18.618 0l-85.644-85.644-85.644 85.644c-5.585 5.585-13.033 5.585-18.618 0zM616.262 827.811c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-5.585-5.585-5.585-13.033 0-18.618s13.033-5.585 18.618 0l85.644 85.644 85.644-85.644c5.585-5.585 13.033-5.585 18.618 0z" />
11
- <glyph unicode="&#xe901;" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
12
- <glyph unicode="&#xe902;" glyph-name="pa-banner" d="M942.080 900.422h-858.298c-11.171 0-22.342-9.309-22.342-20.48v-860.16c0-11.171 9.309-22.342 22.342-22.342h858.298c11.171 0 22.342 9.309 22.342 22.342v860.16c0 11.171-9.309 20.48-22.342 20.48zM104.262 857.6h817.338v-644.189l-197.353 197.353c-7.447 7.447-22.342 7.447-29.789 0l-128.465-126.604-215.971 214.109c-9.309 9.309-22.342 9.309-29.789 0l-215.971-214.109v573.44zM104.262 42.124v182.458l230.865 230.865 413.324-413.324c0-1.862-644.189-1.862-644.189 0zM921.6 42.124h-111.709c0 0 0 1.862-1.862 1.862l-212.247 208.524 111.709 111.709 212.247-212.247 1.862-109.847zM744.727 582.051c-55.855 0-100.538 44.684-100.538 100.538s44.684 100.538 100.538 100.538 100.538-44.684 100.538-100.538-44.684-100.538-100.538-100.538zM744.727 740.305c-31.651 0-57.716-26.065-57.716-57.716s26.065-57.716 57.716-57.716 57.716 26.065 57.716 57.716-26.065 57.716-57.716 57.716z" />
13
- <glyph unicode="&#xe903;" glyph-name="pa-blog" d="M837.818 19.782h-733.556c-11.171 0-22.342 9.309-22.342 22.342v729.833c0 11.171 9.309 22.342 22.342 22.342h344.436v-42.822h-323.956v-688.873h688.873v322.095h42.822v-346.298c0-9.309-9.309-18.618-18.618-18.618zM558.545 312.087h-161.978c-11.171 0-22.342 9.309-22.342 22.342v160.116c0 5.585 1.862 11.171 5.585 14.895l364.916 361.193c7.447 7.447 22.342 7.447 29.789 0l161.978-161.978c7.447-9.309 7.447-22.342 0-29.789l-363.055-361.193c-3.724-3.724-9.309-5.585-14.895-5.585zM417.047 354.909h130.327l340.713 340.713-130.327 132.189-340.713-342.575v-130.327z" />
14
- <glyph unicode="&#xe904;" glyph-name="pa-button" d="M919.738 820.364h-813.615c-52.131 0-96.815-42.822-96.815-96.815v-284.858c0-52.131 42.822-96.815 96.815-96.815h405.876v27.927h-405.876c-37.236 0-68.887 29.789-68.887 68.887v284.858c0 37.236 29.789 68.887 68.887 68.887h811.753c37.236 0 68.887-29.789 68.887-68.887v-284.858c0-37.236-29.789-68.887-68.887-68.887h-52.131l31.651-27.927h20.48c52.131 0 96.815 42.822 96.815 96.815v284.858c0 53.993-42.822 96.815-94.953 96.815zM884.364 274.851c9.309 0 13.033 11.171 5.585 16.756l-55.855 50.269-31.651 27.927-243.898 227.142c-5.585 5.585-16.756 1.862-16.756-7.447v-452.422c0-9.309 9.309-13.033 16.756-7.447l83.782 80.058c5.585 3.724 13.033 3.724 14.895-3.724l55.855-126.604c3.724-5.585 9.309-7.447 13.033-5.585l83.782 37.236c5.585 3.724 7.447 9.309 5.585 13.033l-55.855 126.604c-3.724 5.585 1.862 13.033 9.309 14.895l115.433 9.309zM768.931 127.767l-26.065-9.309c-5.585-3.724-11.171 0-13.033 5.585l-59.578 137.775c-3.724 5.585-11.171 9.309-14.895 3.724l-63.302-61.44c-5.585-5.585-16.756-1.862-16.756 7.447v305.338c0 9.309 9.309 13.033 16.756 7.447l169.425-154.531 31.651-27.927 26.065-24.204c7.447-5.585 3.724-16.756-5.585-16.756l-89.367-5.585c-7.447 0-11.171-7.447-9.309-14.895l61.44-139.636c1.862-3.724-1.862-9.309-7.447-13.033z" />
15
- <glyph unicode="&#xe905;" glyph-name="pa-carousel" d="M687.011 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545 46.545 20.48 46.545 46.545-20.48 46.545-46.545 46.545zM687.011 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM336.989 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c26.065 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM336.989 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927 1.862-14.895-11.171-27.927-27.927-27.927zM512 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c27.927 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM512 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c16.756 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM761.484 278.575h-497.105c-7.447 0-13.033 5.585-13.033 13.033v497.105c0 7.447 5.585 13.033 13.033 13.033h497.105c7.447 0 13.033-5.585 13.033-13.033v-497.105c0-7.447-7.447-13.033-13.033-13.033zM277.411 304.64h471.040v471.040h-471.040v-471.040zM152.669 801.745h-135.913v-26.065h122.88v-471.040h-122.88v-26.065h135.913c7.447 0 13.033 5.585 13.033 13.033v497.105c0 7.447-5.585 13.033-13.033 13.033zM858.298 788.713v-497.105c0-7.447 5.585-13.033 13.033-13.033h135.913v26.065h-122.88v471.040h122.88v26.065h-135.913c-7.447 0-13.033-5.585-13.033-13.033z" />
16
- <glyph unicode="&#xe906;" glyph-name="pa-contact-form" d="M1012.829 526.196c0 1.862-1.862 3.724-1.862 5.585s-1.862 3.724-3.724 3.724c-1.862 1.862-3.724 3.724-5.585 3.724v0l-161.978 83.782v85.644c0 1.862 0 3.724 0 3.724 0 3.724-3.724 9.309-5.585 11.171l-202.938 202.938c0 0 0 1.862-1.862 1.862-1.862 1.862-1.862 1.862-3.724 1.862-3.724 1.862-5.585 1.862-9.309 1.862h-411.462c-11.171 0-22.342-9.309-22.342-22.342v-288.582l-161.978-85.644-1.862-1.862c0 0 0 0-1.862-1.862s-1.862-3.724-3.724-3.724c0-1.862-1.862-3.724-1.862-3.724v0-1.862c0-1.862 0-3.724 0-3.724v-536.204c0-11.171 9.309-20.48 20.48-20.48h960.698c11.171 0 20.48 9.309 20.48 20.48v538.065c0 1.862 0 3.724 0 5.585zM839.68 574.604l104.262-53.993-104.262-44.684v98.676zM634.88 863.185l134.051-134.051h-134.051v134.051zM227.142 892.975h368.64v-184.32c0-11.171 9.309-22.342 22.342-22.342h182.458v-229.004l-286.72-122.88-284.858 124.742v433.804zM184.32 576.465v-100.538l-104.262 46.545 104.262 53.993zM971.869 6.749h-919.738v482.211l450.56-197.353c5.585-1.862 11.171-1.862 16.756 0l454.284 197.353v-482.211z" />
17
- <glyph unicode="&#xe907;" glyph-name="pa-countdown" d="M917.876 861.324h-223.418v35.375c0 11.171-9.309 20.48-22.342 20.48s-20.48-9.309-20.48-20.48v-35.375h-282.996v35.375c0 11.171-9.309 20.48-22.342 20.48-11.171 0-22.342-9.309-22.342-20.48v-35.375h-223.418c-9.309 0-18.618-9.309-18.618-20.48v-837.818c0-11.171 9.309-22.342 22.342-22.342h815.476c11.171 0 22.342 9.309 22.342 22.342v837.818c-1.862 11.171-11.171 20.48-24.204 20.48zM124.742 818.502h201.076v-44.684c0-11.171 9.309-22.342 22.342-22.342 11.171 0 22.342 9.309 22.342 22.342v44.684h284.858v-44.684c0-11.171 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v44.684h201.076v-148.945h-776.378v148.945zM897.396 25.367h-772.655v601.367h772.655v-601.367zM385.396 140.8h-40.96v262.516c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171-5.585-3.724-24.204-20.48-61.44-48.407l-22.342 27.927 96.815 74.473h37.236v-366.778zM571.578 140.8l152.669 329.542h-201.076v39.098h245.76v-33.513l-150.807-335.127h-46.545z" />
18
- <glyph unicode="&#xe908;" glyph-name="pa-counter" d="M420.771 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375c1.862 1.862 1.862-361.193 1.862-361.193zM660.945 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375v-361.193zM512 939.52c-279.273 0-504.553-221.556-504.553-491.52s225.28-489.658 504.553-489.658 504.553 219.695 504.553 489.658-225.28 491.52-504.553 491.52zM512 8.611c-251.345 0-456.145 197.353-456.145 439.389s204.8 439.389 456.145 439.389 456.145-197.353 456.145-439.389-204.8-439.389-456.145-439.389z" />
19
- <glyph unicode="&#xe909;" glyph-name="pa-dual-heading" d="M990.487 222.72h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v173.149h-255.069v-173.149h27.927c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v383.535h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-7.447-16.756-18.618-16.756h-27.927v-175.011h253.207v175.011h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-27.927v-381.673h26.065c11.171 0 18.618-7.447 18.618-16.756 3.724-11.171-3.724-18.618-14.895-18.618zM897.396 245.062c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v405.876h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-197.353h-277.411v197.353h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-405.876h-39.098c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v195.491h275.549v-197.353l-37.236 1.862zM437.527 233.891c0-7.447-5.585-11.171-13.033-11.171h-96.815c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v189.905h-271.825v-189.905h33.513c7.447 0 13.033-5.585 13.033-11.171 0-7.447-7.447-11.171-13.033-11.171h-94.953c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v404.015h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-35.375v-189.905h271.825v189.905h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-33.513v-404.015h33.513c5.585 0 13.033-3.724 13.033-11.171z" />
20
- <glyph unicode="&#xe90a;" glyph-name="pa-fancy-text" d="M860.16 161.28c-26.065 0-50.269 11.171-65.164 31.651l-9.309 11.171-9.309-11.171c-16.756-20.48-40.96-31.651-65.164-31.651-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c33.513 0 61.44 31.651 61.44 70.749v176.873h-37.236c-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033h37.236v176.873c0 39.098-27.927 70.749-61.44 70.749-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c26.065 0 50.269-11.171 65.164-31.651l9.309-11.171 9.309 11.171c16.756 20.48 40.96 31.651 65.164 31.651 7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033c-33.513 0-61.44-31.651-61.44-70.749v-176.873h37.236c7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033h-37.236v-176.873c0-39.098 27.927-70.749 61.44-70.749 7.447 0 13.033-5.585 13.033-13.033s-7.447-13.033-13.033-13.033zM342.575 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 0 14.895-5.585 14.895-13.033zM342.575 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 1.862 14.895-3.724 14.895-13.033zM616.262 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 1.862 14.895-3.724 14.895-13.033zM1012.829 367.942v-78.196c1.862-26.065-20.48-48.407-46.545-48.407-7.447 0-14.895 5.585-14.895 13.033 0 3.724 1.862 7.447 3.724 11.171 1.862 1.862 5.585 3.724 11.171 3.724 11.171 0 20.48 7.447 20.48 20.48v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033zM1001.658 522.473c-7.447 0-13.033 5.585-13.033 13.033v78.196c0 11.171-9.309 18.618-20.48 20.48-3.724 0-7.447 1.862-11.171 3.724s-3.724 3.724-3.724 7.447c0 7.447 7.447 13.033 13.033 13.033 26.065 0 48.407-20.48 48.407-46.545v-78.196c1.862-5.585-5.585-11.171-13.033-11.171zM616.262 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 0 14.895-5.585 14.895-13.033zM72.611 647.215c0-3.724-1.862-7.447-3.724-11.171s-7.447-3.724-11.171-3.724c-11.171 0-20.48-7.447-20.48-18.618v-78.196c0-7.447-7.447-13.033-14.895-13.033s-13.033 5.585-13.033 13.033v78.196c0 26.065 22.342 46.545 48.407 46.545 7.447 1.862 14.895-3.724 14.895-13.033zM70.749 254.371c0-5.585-5.585-13.033-13.033-13.033-26.065 0-48.407 22.342-48.407 46.545v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033v-78.196c0-11.171 9.309-18.618 20.48-20.48 3.724 0 7.447-1.862 11.171-3.724 1.862-1.862 3.724-5.585 3.724-9.309z" />
21
- <glyph unicode="&#xe90b;" glyph-name="pa-google-maps" d="M666.531 863.185v0l-20.48 7.447-20.48-7.447-249.484-80.058-292.305 93.091v-759.622l269.964-83.782 22.342-7.447 22.342 7.447 249.484 80.058 292.305-93.091v757.76l-273.687 85.644zM353.745 75.636l-227.142 74.473v670.255l227.142-74.473v-670.255zM396.567 745.891l227.142 72.611v-668.393l-227.142-74.473v670.255zM895.535 75.636l-227.142 72.611v670.255l227.142-72.611v-670.255zM666.531 863.185v0 0 0zM623.709 863.185v0 0 0z" />
22
- <glyph unicode="&#xe90c;" glyph-name="pa-grid" d="M474.764 485.236h-431.942v433.804h431.942v-433.804zM85.644 529.92h346.298v344.436h-346.298v-344.436zM981.178 485.236h-431.942v433.804h431.942v-433.804zM592.058 529.92h346.298v344.436h-346.298v-344.436zM474.764-23.040h-431.942v433.804h431.942v-433.804zM85.644 19.782h346.298v346.298h-346.298v-346.298zM981.178-23.040h-431.942v433.804h431.942v-433.804zM592.058 19.782h346.298v346.298h-346.298v-346.298z" />
23
- <glyph unicode="&#xe90d;" glyph-name="pa-image-button" d="M1010.967 207.825l-303.476 180.596c-3.724 1.862-7.447 1.862-13.033 0-3.724-3.724-5.585-7.447-5.585-11.171l74.473-348.16c0-5.585 5.585-7.447 7.447-7.447 5.585-1.862 9.309 1.862 11.171 5.585l52.131 74.473c0 1.862 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862l63.302-89.367c1.862-3.724 7.447-5.585 9.309-5.585s5.585 0 7.447 1.862l57.716 40.96c3.724 1.862 3.724 5.585 5.585 7.447 0 3.724 0 7.447-1.862 7.447l-63.302 89.367c0 0 0 1.862 0 3.724s1.862 1.862 1.862 1.862l89.367 24.204c5.585 1.862 7.447 5.585 7.447 9.309s-3.724 13.033-7.447 14.895zM867.607 178.036c-1.862-3.724 0-7.447 1.862-11.171l70.749-96.815c1.862-1.862 1.862-3.724 0-5.585l-18.618-13.033h-1.862c-1.862 0-1.862 0-3.724 1.862l-70.749 96.815c-1.862 3.724-7.447 5.585-9.309 5.585v0c-3.724 0-7.447-1.862-9.309-5.585l-39.098-57.716c-1.862-1.862-3.724-1.862-3.724-1.862s-3.724 0-3.724 3.724l-48.407 232.727c0 1.862 1.862 3.724 1.862 3.724s1.862 1.862 3.724 0l204.8-122.88c1.862-1.862 1.862-3.724 1.862-3.724s0-1.862-3.724-3.724l-67.025-18.618c0 0-3.724-1.862-5.585-3.724zM275.549 755.2c-52.131 0-94.953-42.822-94.953-94.953s40.96-94.953 94.953-94.953c52.131 0 94.953 42.822 94.953 94.953 1.862 53.993-42.822 94.953-94.953 94.953zM275.549 602.531c-31.651 0-57.716 24.204-57.716 57.716 0 31.651 24.204 57.716 57.716 57.716s57.716-24.204 57.716-57.716c0-29.789-26.065-57.716-57.716-57.716zM891.811 440.553c-7.447-7.447-18.618-7.447-26.065-1.862l-186.182 171.287-150.807-165.702 27.927-27.927c3.724-3.724 5.585-7.447 5.585-13.033s-1.862-9.309-5.585-13.033c-7.447-7.447-20.48-7.447-26.065 0l-121.018 119.156-271.825-236.451c-3.724-3.724-7.447-5.585-13.033-5.585s-9.309 1.862-13.033 7.447-7.447 20.48 1.862 26.065l284.858 251.345c7.447 7.447 18.618 7.447 24.204 0l76.335-78.196 161.978 176.873c3.724 3.724 7.447 7.447 13.033 7.447s9.309-1.862 13.033-5.585l201.076-184.32c9.309-9.309 9.309-20.48 3.724-27.927zM979.316 870.633v-534.342c0-9.309-7.447-18.618-18.618-18.618s-18.618 7.447-18.618 18.618v515.724h-897.396v-698.182h599.505c9.309 0 18.618-7.447 18.618-18.618s-7.447-18.618-18.618-18.618h-618.124c-9.309 0-18.618 7.447-18.618 18.618v735.418c0 9.309 7.447 18.618 18.618 18.618h936.495c9.309 0 16.756-7.447 16.756-18.618z" />
24
- <glyph unicode="&#xe90e;" glyph-name="pa-image-separator" d="M651.636 528.058c-33.513 0-61.44 27.927-61.44 61.44s27.927 61.44 61.44 61.44 61.44-27.927 61.44-61.44-27.927-61.44-61.44-61.44zM651.636 623.011c-18.618 0-35.375-14.895-35.375-35.375 0-18.618 14.895-35.375 35.375-35.375 18.618 0 35.375 14.895 35.375 35.375s-16.756 35.375-35.375 35.375zM997.935 459.171h-214.109v249.484c0 7.447-5.585 13.033-13.033 13.033h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-249.484h-212.247c-5.585 0-11.171-5.585-11.171-11.171s5.585-11.171 11.171-11.171h212.247v-249.484c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v249.484h212.247c5.585 0 11.171 5.585 11.171 11.171s-3.724 11.171-9.309 11.171zM266.24 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM757.76 202.24h-68.887c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465v-67.025zM757.76 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12z" />
25
- <glyph unicode="&#xe90f;" glyph-name="pa-modal-box" d="M925.324 881.804h-822.924c-11.171 0-22.342-9.309-22.342-20.48v-822.924c0-11.171 9.309-22.342 22.342-22.342h822.924c11.171 0 20.48 9.309 20.48 22.342v822.924c0 11.171-11.171 20.48-20.48 20.48zM124.742 838.982h778.24v-141.498h-778.24v141.498zM902.982 60.742h-778.24v593.92h778.24v-593.92zM856.436 747.753h-98.676c-11.171 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h98.676c11.171 0 22.342-9.309 22.342-22.342s-9.309-22.342-22.342-22.342z" />
26
- <glyph unicode="&#xe910;" glyph-name="pa-persons" d="M601.367 431.244c81.92 35.375 139.636 117.295 139.636 214.109 0 128.465-102.4 232.727-229.004 232.727s-229.004-104.262-229.004-232.727c0-94.953 57.716-178.735 139.636-214.109-186.182-40.96-327.68-210.385-327.68-413.324h42.822c0 210.385 167.564 379.811 374.225 379.811s374.225-171.287 374.225-379.811h42.822c0 202.938-139.636 372.364-327.68 413.324zM325.818 645.353c0 104.262 83.782 189.905 186.182 189.905s186.182-85.644 186.182-189.905-83.782-189.905-186.182-189.905-186.182 85.644-186.182 189.905z" />
27
- <glyph unicode="&#xe911;" glyph-name="pa-pricing-table" d="M640.465 371.665c0-50.269-40.96-93.091-93.091-93.091h-11.171c-1.862 0-3.724-1.862-3.724-3.724v-48.407c0-11.171-9.309-18.618-18.618-18.618-11.171 0-18.618 9.309-18.618 18.618v46.545c0 1.862-1.862 3.724-3.724 3.724h-67.025c-11.171 0-18.618 9.309-18.618 18.618s9.309 18.618 18.618 18.618h122.88c31.651 0 55.855 24.204 55.855 55.855s-24.204 55.855-55.855 55.855h-68.887c-52.131 0-93.091 40.96-93.091 93.091s40.96 93.091 93.091 93.091h11.171c1.862 0 3.724 1.862 3.724 3.724v48.407c0 9.309 9.309 18.618 18.618 18.618s18.618-9.309 18.618-18.618v-48.407c0-1.862 1.862-3.724 3.724-3.724h63.302c9.309 0 18.618-9.309 18.618-18.618 0-11.171-9.309-18.618-18.618-18.618h-121.018c-31.651 0-55.855-26.065-55.855-55.855 0-31.651 26.065-55.855 55.855-55.855h68.887c52.131 1.862 94.953-39.098 94.953-91.229zM841.542 930.211h-657.222c-22.342 0-39.098-18.618-39.098-39.098v-888.087c0-22.342 18.618-39.098 39.098-39.098h657.222c22.342 0 39.098 18.618 39.098 39.098v888.087c-1.862 20.48-18.618 39.098-39.098 39.098zM834.095 6.749h-644.189v878.778h646.051c0 0 0-878.778-1.862-878.778z" />
28
- <glyph unicode="&#xe912;" glyph-name="pa-progress-bar" d="M942.080 155.695v-42.822h-409.6v-68.887h-42.822v68.887h-407.738v42.822h407.738v68.887h42.822v-68.887zM942.080 784.989v-42.822h-586.473v-68.887h-42.822v68.887h-230.865v42.822h230.865v68.887h42.822v-68.887zM822.924 470.342v-42.822h-117.295v-68.887h-42.822v68.887h-580.887v42.822h580.887v68.887h42.822v-68.887z" />
29
- <glyph unicode="&#xe913;" glyph-name="pa-testimonials" d="M318.371 615.564h383.535v-42.822h-383.535v42.822zM318.371 474.065h383.535v-42.822h-383.535v42.822zM182.458 86.807l53.993 173.149c-96.815 53.993-154.531 152.669-154.531 262.516 0 167.564 137.775 301.615 305.338 301.615h247.622c167.564 1.862 305.338-134.051 305.338-301.615s-137.775-301.615-305.338-301.615h-160.116l-275.549-148.945c-9.309-5.585-20.48 3.724-16.756 14.895zM389.12 783.127c-145.222 0-262.516-117.295-262.516-260.655 0-100.538 55.855-188.044 147.084-232.727l16.756-7.447-42.822-137.775 219.695 119.156h169.425c145.222 0 262.516 117.295 262.516 258.793s-117.295 260.655-262.516 260.655h-247.622z" />
30
- <glyph unicode="&#xe914;" glyph-name="pa-title" d="M822.924 898.56h-619.985c-13.033 0-22.342-9.309-22.342-22.342v-102.4c0-13.033 9.309-22.342 22.342-22.342s22.342 7.447 22.342 20.48v80.058h264.378v-809.891h-55.855c-13.033 0-22.342-9.309-22.342-22.342s9.309-22.342 22.342-22.342h156.393c13.033 0 22.342 9.309 22.342 22.342s-9.309 22.342-22.342 22.342h-55.855v809.891h264.378v-80.058c0-13.033 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v104.262c1.862 11.171-9.309 22.342-20.48 22.342v0z" />
31
- <glyph unicode="&#xe915;" glyph-name="pa-vertical-scroll" d="M512 898.56c-65.164 0-121.018-53.993-121.018-121.018s53.993-121.018 121.018-121.018c67.025 0 121.018 53.993 121.018 121.018 1.862 67.025-52.131 121.018-121.018 121.018zM512 690.036c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505c0-48.407-39.098-87.505-87.505-87.505zM512 243.2c-65.164 0-121.018-55.855-121.018-121.018 0-67.025 53.993-121.018 121.018-121.018s121.018 53.993 121.018 121.018c1.862 65.164-52.131 121.018-121.018 121.018zM512 34.676c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505zM512 570.88c-67.025 0-121.018-53.993-121.018-121.018s55.855-122.88 121.018-122.88c67.025 0 121.018 53.993 121.018 121.018 1.862 68.887-52.131 122.88-121.018 122.88zM512 362.356c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505z" />
32
- <glyph unicode="&#xe916;" glyph-name="pa-video-box" d="M703.767 457.309l-284.858 210.385c-5.585 3.724-14.895 0-14.895-7.447v-422.633c0-7.447 9.309-11.171 14.895-7.447l286.72 210.385c3.724 5.585 3.724 13.033-1.862 16.756zM446.836 306.502v282.996l191.767-141.498-191.767-141.498zM512 930.211c-273.687 0-495.244-217.833-495.244-482.211s223.418-482.211 495.244-482.211c273.687 0 495.244 215.971 495.244 482.211s-221.556 482.211-495.244 482.211zM512 19.782c-247.622 0-446.836 193.629-446.836 430.080s199.215 430.080 446.836 430.080 446.836-193.629 446.836-430.080-201.076-430.080-446.836-430.080z" />
33
- <glyph unicode="&#xe917;" glyph-name="horizontal-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM54.272 457.216c-4.096-5.12-4.096-13.312 0-18.432l59.392-74.752c5.12-6.144 14.336-7.168 20.48-2.048s7.168 14.336 2.048 20.48v0l-51.2 65.536 52.224 65.536c5.12 6.144 4.096 15.36-2.048 20.48s-15.36 4.096-20.48-2.048l-60.416-74.752zM886.784 382.464c-5.12-6.144-4.096-15.36 2.048-20.48s15.36-4.096 20.48 2.048l59.392 74.752c4.096 5.12 4.096 13.312 0 18.432l-59.392 74.752c-5.12 6.144-14.336 7.168-20.48 2.048s-7.168-14.336-2.048-20.48v0l52.224-65.536-52.224-65.536z" />
34
- <glyph unicode="&#xe918;" glyph-name="vertical-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM502.784-9.728c5.12-4.096 13.312-4.096 18.432 0l74.752 59.392c6.144 5.12 7.168 14.336 2.048 20.48s-14.336 7.168-20.48 2.048v0l-65.536-51.2-65.536 52.224c-6.144 5.12-15.36 4.096-20.48-2.048s-4.096-15.36 2.048-20.48l74.752-60.416zM577.536 822.784c6.144-5.12 15.36-4.096 20.48 2.048s4.096 15.36-2.048 20.48l-74.752 59.392c-5.12 4.096-13.312 4.096-18.432 0l-74.752-59.392c-6.144-5.12-7.168-14.336-2.048-20.48s14.336-7.168 20.48-2.048v0l65.536 52.224 65.536-52.224z" />
35
- <glyph unicode="&#xe919;" glyph-name="pa-icon-list" horiz-adv-x="1260" d="M262.564 907.487h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 881.231c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 474.256h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 448c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 41.026h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 14.769c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769z" />
36
- <glyph unicode="&#xe91a;" glyph-name="pa-lottie-animations" d="M273.772 219.293c-5.722-1.206-12.299-1.899-19.037-1.904h-9.313c-12.276-1.794-21.813-11.547-23.26-23.779l-0.012-0.129c-0.186-1.288-0.293-2.775-0.293-4.287 0-12.022 6.73-22.472 16.627-27.789l0.168-0.083c6.668-2.33 14.356-3.676 22.357-3.676 4.437 0 8.778 0.414 12.985 1.205l-0.434-0.068h9.309l7.193 1.904c5.924 1.693 12.060 3.174 17.983 5.289 37.952 15.749 69.911 39.221 95.137 68.637l0.281 0.335c37.234 40.691 70.33 86.259 97.955 135.319l1.906 3.683c11.848 21.157 22.85 40.833 34.063 61.355 28.002 54.161 56.091 99.914 87.072 143.466l-2.444-3.618c22.386 31.7 48.457 58.847 78.044 81.655l0.872 0.646c15.984 13.227 36.694 21.251 59.279 21.251 1.474 0 2.941-0.034 4.399-0.102l-0.206 0.008c2.627-0.831 5.648-1.31 8.78-1.31 16.615 0 30.083 13.469 30.083 30.083 0 13.482-8.869 24.892-21.090 28.716l-0.213 0.057-5.501 1.058c-6.103 0.909-13.146 1.428-20.311 1.428s-14.208-0.519-21.095-1.522l0.784 0.094c-4.231-1.269-8.463-2.116-12.694-2.962-4.136-0.705-7.765-1.66-11.261-2.895l0.471 0.145c-56.489-19.888-94.995-63.471-129.481-105.785-10.090-12.821-20.404-27.378-30-42.437l-1.313-2.204-9.098-13.752c-16.926-25.177-31.947-52.681-46.334-79.127l-12.060-21.157c-11.002-20.099-21.157-40.198-33.64-60.086-6.347-11.002-13.329-21.157-21.157-32.582l-10.367-16.291c-23.341-39.006-50.62-72.547-82.016-101.715l-0.285-0.262c-16.751-17.293-38.011-30.122-61.886-36.594l-0.95-0.219zM981.686 917.686v-939.372h-939.372v939.372h939.372zM1024 960h-1024v-1024h1024z" />
37
  </font></defs></svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="icomoon" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="pa-image-scroll" d="M651.636 650.938c-33.513 0-61.44-27.927-61.44-61.44s27.927-61.44 61.44-61.44 61.44 27.927 61.44 61.44c0 33.513-27.927 61.44-61.44 61.44zM651.636 552.262c-20.48 0-35.375 16.756-35.375 35.375 0 20.48 16.756 35.375 35.375 35.375s35.375-14.895 35.375-35.375-16.756-35.375-35.375-35.375zM772.655 721.687h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-521.309c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v521.309c-1.862 7.447-5.585 13.033-13.033 13.033zM268.102 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM690.735 202.24c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465 1.862-67.025h-68.887zM759.622 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12zM891.811 343.738c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-5.585 5.585-13.033 5.585-18.618 0s-5.585-13.033 0-18.618l85.644-85.644-85.644-85.644c-5.585-5.585-5.585-13.033 0-18.618zM132.189 552.262c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c5.585-5.585 13.033-5.585 18.618 0s5.585 13.033 0 18.618l-85.644 85.644 85.644 85.644c5.585 5.585 5.585 13.033 0 18.618zM407.738 68.189c-1.862-1.862-3.724-5.585-3.724-9.309s1.862-7.447 3.724-9.309l94.953-94.953c1.862-1.862 5.585-3.724 9.309-3.724s7.447 1.862 9.309 3.724l94.953 94.953c5.585 5.585 5.585 13.033 0 18.618s-13.033 5.585-18.618 0l-85.644-85.644-85.644 85.644c-5.585 5.585-13.033 5.585-18.618 0zM616.262 827.811c1.862 1.862 3.724 5.585 3.724 9.309s-1.862 7.447-3.724 9.309l-94.953 94.953c-1.862 1.862-5.585 3.724-9.309 3.724s-7.447-1.862-9.309-3.724l-94.953-94.953c-5.585-5.585-5.585-13.033 0-18.618s13.033-5.585 18.618 0l85.644 85.644 85.644-85.644c5.585-5.585 13.033-5.585 18.618 0z" />
11
+ <glyph unicode="&#xe901;" glyph-name="pa-admin-icon" d="M1024.437 448.219c-0.596-158.073-72.763-299.17-185.761-392.653l-0.858-0.689h-13.548l-104.891 323.851 285.828 207.597 3.059-11.8c9.961-37.82 15.839-81.301 16.17-126.103l0.001-0.204zM798.047 22.972l-10.489-6.556c-77.973-50.165-173.175-79.974-275.339-79.974s-197.366 29.808-277.383 81.202l2.043-1.228-10.489 6.556 285.828 206.723zM305.058 380.913l-107.076-329.533h-9.178c-115.562 94.543-188.753 237.138-188.804 396.829v0.009c0.139 45.7 6.029 89.961 16.983 132.181l-0.813-3.69 3.059 11.8zM493.426 960l-109.262-336.963h-352.697l4.37 13.111c73.442 181.603 242.662 310.074 443.369 323.333l1.545 0.082zM992.97 623.037h-352.697l-109.262 336.963h12.674c202.344-13.418 371.597-142.068 443.682-320.403l1.232-3.448z" />
12
+ <glyph unicode="&#xe902;" glyph-name="pa-banner" d="M942.080 900.422h-858.298c-11.171 0-22.342-9.309-22.342-20.48v-860.16c0-11.171 9.309-22.342 22.342-22.342h858.298c11.171 0 22.342 9.309 22.342 22.342v860.16c0 11.171-9.309 20.48-22.342 20.48zM104.262 857.6h817.338v-644.189l-197.353 197.353c-7.447 7.447-22.342 7.447-29.789 0l-128.465-126.604-215.971 214.109c-9.309 9.309-22.342 9.309-29.789 0l-215.971-214.109v573.44zM104.262 42.124v182.458l230.865 230.865 413.324-413.324c0-1.862-644.189-1.862-644.189 0zM921.6 42.124h-111.709c0 0 0 1.862-1.862 1.862l-212.247 208.524 111.709 111.709 212.247-212.247 1.862-109.847zM744.727 582.051c-55.855 0-100.538 44.684-100.538 100.538s44.684 100.538 100.538 100.538 100.538-44.684 100.538-100.538-44.684-100.538-100.538-100.538zM744.727 740.305c-31.651 0-57.716-26.065-57.716-57.716s26.065-57.716 57.716-57.716 57.716 26.065 57.716 57.716-26.065 57.716-57.716 57.716z" />
13
+ <glyph unicode="&#xe903;" glyph-name="pa-blog" d="M837.818 19.782h-733.556c-11.171 0-22.342 9.309-22.342 22.342v729.833c0 11.171 9.309 22.342 22.342 22.342h344.436v-42.822h-323.956v-688.873h688.873v322.095h42.822v-346.298c0-9.309-9.309-18.618-18.618-18.618zM558.545 312.087h-161.978c-11.171 0-22.342 9.309-22.342 22.342v160.116c0 5.585 1.862 11.171 5.585 14.895l364.916 361.193c7.447 7.447 22.342 7.447 29.789 0l161.978-161.978c7.447-9.309 7.447-22.342 0-29.789l-363.055-361.193c-3.724-3.724-9.309-5.585-14.895-5.585zM417.047 354.909h130.327l340.713 340.713-130.327 132.189-340.713-342.575v-130.327z" />
14
+ <glyph unicode="&#xe904;" glyph-name="pa-button" d="M919.738 820.364h-813.615c-52.131 0-96.815-42.822-96.815-96.815v-284.858c0-52.131 42.822-96.815 96.815-96.815h405.876v27.927h-405.876c-37.236 0-68.887 29.789-68.887 68.887v284.858c0 37.236 29.789 68.887 68.887 68.887h811.753c37.236 0 68.887-29.789 68.887-68.887v-284.858c0-37.236-29.789-68.887-68.887-68.887h-52.131l31.651-27.927h20.48c52.131 0 96.815 42.822 96.815 96.815v284.858c0 53.993-42.822 96.815-94.953 96.815zM884.364 274.851c9.309 0 13.033 11.171 5.585 16.756l-55.855 50.269-31.651 27.927-243.898 227.142c-5.585 5.585-16.756 1.862-16.756-7.447v-452.422c0-9.309 9.309-13.033 16.756-7.447l83.782 80.058c5.585 3.724 13.033 3.724 14.895-3.724l55.855-126.604c3.724-5.585 9.309-7.447 13.033-5.585l83.782 37.236c5.585 3.724 7.447 9.309 5.585 13.033l-55.855 126.604c-3.724 5.585 1.862 13.033 9.309 14.895l115.433 9.309zM768.931 127.767l-26.065-9.309c-5.585-3.724-11.171 0-13.033 5.585l-59.578 137.775c-3.724 5.585-11.171 9.309-14.895 3.724l-63.302-61.44c-5.585-5.585-16.756-1.862-16.756 7.447v305.338c0 9.309 9.309 13.033 16.756 7.447l169.425-154.531 31.651-27.927 26.065-24.204c7.447-5.585 3.724-16.756-5.585-16.756l-89.367-5.585c-7.447 0-11.171-7.447-9.309-14.895l61.44-139.636c1.862-3.724-1.862-9.309-7.447-13.033z" />
15
+ <glyph unicode="&#xe905;" glyph-name="pa-carousel" d="M687.011 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545 46.545 20.48 46.545 46.545-20.48 46.545-46.545 46.545zM687.011 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM336.989 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c26.065 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM336.989 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c14.895 0 27.927-13.033 27.927-27.927 1.862-14.895-11.171-27.927-27.927-27.927zM512 189.207c-26.065 0-46.545-20.48-46.545-46.545s20.48-46.545 46.545-46.545c27.927 0 46.545 20.48 46.545 46.545s-20.48 46.545-46.545 46.545zM512 114.735c-14.895 0-27.927 13.033-27.927 27.927s13.033 27.927 27.927 27.927c16.756 0 27.927-13.033 27.927-27.927s-13.033-27.927-27.927-27.927zM761.484 278.575h-497.105c-7.447 0-13.033 5.585-13.033 13.033v497.105c0 7.447 5.585 13.033 13.033 13.033h497.105c7.447 0 13.033-5.585 13.033-13.033v-497.105c0-7.447-7.447-13.033-13.033-13.033zM277.411 304.64h471.040v471.040h-471.040v-471.040zM152.669 801.745h-135.913v-26.065h122.88v-471.040h-122.88v-26.065h135.913c7.447 0 13.033 5.585 13.033 13.033v497.105c0 7.447-5.585 13.033-13.033 13.033zM858.298 788.713v-497.105c0-7.447 5.585-13.033 13.033-13.033h135.913v26.065h-122.88v471.040h122.88v26.065h-135.913c-7.447 0-13.033-5.585-13.033-13.033z" />
16
+ <glyph unicode="&#xe906;" glyph-name="pa-contact-form" d="M1012.829 526.196c0 1.862-1.862 3.724-1.862 5.585s-1.862 3.724-3.724 3.724c-1.862 1.862-3.724 3.724-5.585 3.724v0l-161.978 83.782v85.644c0 1.862 0 3.724 0 3.724 0 3.724-3.724 9.309-5.585 11.171l-202.938 202.938c0 0 0 1.862-1.862 1.862-1.862 1.862-1.862 1.862-3.724 1.862-3.724 1.862-5.585 1.862-9.309 1.862h-411.462c-11.171 0-22.342-9.309-22.342-22.342v-288.582l-161.978-85.644-1.862-1.862c0 0 0 0-1.862-1.862s-1.862-3.724-3.724-3.724c0-1.862-1.862-3.724-1.862-3.724v0-1.862c0-1.862 0-3.724 0-3.724v-536.204c0-11.171 9.309-20.48 20.48-20.48h960.698c11.171 0 20.48 9.309 20.48 20.48v538.065c0 1.862 0 3.724 0 5.585zM839.68 574.604l104.262-53.993-104.262-44.684v98.676zM634.88 863.185l134.051-134.051h-134.051v134.051zM227.142 892.975h368.64v-184.32c0-11.171 9.309-22.342 22.342-22.342h182.458v-229.004l-286.72-122.88-284.858 124.742v433.804zM184.32 576.465v-100.538l-104.262 46.545 104.262 53.993zM971.869 6.749h-919.738v482.211l450.56-197.353c5.585-1.862 11.171-1.862 16.756 0l454.284 197.353v-482.211z" />
17
+ <glyph unicode="&#xe907;" glyph-name="pa-countdown" d="M917.876 861.324h-223.418v35.375c0 11.171-9.309 20.48-22.342 20.48s-20.48-9.309-20.48-20.48v-35.375h-282.996v35.375c0 11.171-9.309 20.48-22.342 20.48-11.171 0-22.342-9.309-22.342-20.48v-35.375h-223.418c-9.309 0-18.618-9.309-18.618-20.48v-837.818c0-11.171 9.309-22.342 22.342-22.342h815.476c11.171 0 22.342 9.309 22.342 22.342v837.818c-1.862 11.171-11.171 20.48-24.204 20.48zM124.742 818.502h201.076v-44.684c0-11.171 9.309-22.342 22.342-22.342 11.171 0 22.342 9.309 22.342 22.342v44.684h284.858v-44.684c0-11.171 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v44.684h201.076v-148.945h-776.378v148.945zM897.396 25.367h-772.655v601.367h772.655v-601.367zM385.396 140.8h-40.96v262.516c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171-5.585-3.724-24.204-20.48-61.44-48.407l-22.342 27.927 96.815 74.473h37.236v-366.778zM571.578 140.8l152.669 329.542h-201.076v39.098h245.76v-33.513l-150.807-335.127h-46.545z" />
18
+ <glyph unicode="&#xe908;" glyph-name="pa-counter" d="M420.771 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375c1.862 1.862 1.862-361.193 1.862-361.193zM660.945 265.542h-40.96v258.793c0 22.342 0 42.822 1.862 61.44-3.724-3.724-7.447-7.447-11.171-11.171s-24.204-20.48-59.578-48.407l-22.342 27.927 94.953 72.611h35.375v-361.193zM512 939.52c-279.273 0-504.553-221.556-504.553-491.52s225.28-489.658 504.553-489.658 504.553 219.695 504.553 489.658-225.28 491.52-504.553 491.52zM512 8.611c-251.345 0-456.145 197.353-456.145 439.389s204.8 439.389 456.145 439.389 456.145-197.353 456.145-439.389-204.8-439.389-456.145-439.389z" />
19
+ <glyph unicode="&#xe909;" glyph-name="pa-dual-heading" d="M990.487 222.72h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v173.149h-255.069v-173.149h27.927c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-93.091c-11.171 0-18.618 7.447-18.618 16.756s7.447 16.756 18.618 16.756h27.927v383.535h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-7.447-16.756-18.618-16.756h-27.927v-175.011h253.207v175.011h-27.927c-11.171 0-18.618 7.447-18.618 16.756s9.309 16.756 18.618 16.756h93.091c11.171 0 18.618-7.447 18.618-16.756s-9.309-16.756-18.618-16.756h-27.927v-381.673h26.065c11.171 0 18.618-7.447 18.618-16.756 3.724-11.171-3.724-18.618-14.895-18.618zM897.396 245.062c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v405.876h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-197.353h-277.411v197.353h39.098c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-93.091c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h39.098v-405.876h-39.098c-3.724 0-7.447-1.862-7.447-5.585s3.724-5.585 7.447-5.585h93.091c3.724 0 7.447 1.862 7.447 5.585s-3.724 5.585-7.447 5.585h-39.098v195.491h275.549v-197.353l-37.236 1.862zM437.527 233.891c0-7.447-5.585-11.171-13.033-11.171h-96.815c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v189.905h-271.825v-189.905h33.513c7.447 0 13.033-5.585 13.033-11.171 0-7.447-7.447-11.171-13.033-11.171h-94.953c-7.447 0-13.033 5.585-13.033 11.171 0 7.447 5.585 11.171 13.033 11.171h33.513v404.015h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-35.375v-189.905h271.825v189.905h-33.513c-7.447 0-13.033 5.585-13.033 11.171s5.585 11.171 13.033 11.171h96.815c7.447 0 13.033-5.585 13.033-11.171s-5.585-11.171-13.033-11.171h-33.513v-404.015h33.513c5.585 0 13.033-3.724 13.033-11.171z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="pa-fancy-text" d="M860.16 161.28c-26.065 0-50.269 11.171-65.164 31.651l-9.309 11.171-9.309-11.171c-16.756-20.48-40.96-31.651-65.164-31.651-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c33.513 0 61.44 31.651 61.44 70.749v176.873h-37.236c-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033h37.236v176.873c0 39.098-27.927 70.749-61.44 70.749-7.447 0-13.033 5.585-13.033 13.033s5.585 13.033 13.033 13.033c26.065 0 50.269-11.171 65.164-31.651l9.309-11.171 9.309 11.171c16.756 20.48 40.96 31.651 65.164 31.651 7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033c-33.513 0-61.44-31.651-61.44-70.749v-176.873h37.236c7.447 0 13.033-5.585 13.033-13.033s-5.585-13.033-13.033-13.033h-37.236v-176.873c0-39.098 27.927-70.749 61.44-70.749 7.447 0 13.033-5.585 13.033-13.033s-7.447-13.033-13.033-13.033zM342.575 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 0 14.895-5.585 14.895-13.033zM342.575 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c9.309 1.862 14.895-3.724 14.895-13.033zM616.262 254.371c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 1.862 14.895-3.724 14.895-13.033zM1012.829 367.942v-78.196c1.862-26.065-20.48-48.407-46.545-48.407-7.447 0-14.895 5.585-14.895 13.033 0 3.724 1.862 7.447 3.724 11.171 1.862 1.862 5.585 3.724 11.171 3.724 11.171 0 20.48 7.447 20.48 20.48v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033zM1001.658 522.473c-7.447 0-13.033 5.585-13.033 13.033v78.196c0 11.171-9.309 18.618-20.48 20.48-3.724 0-7.447 1.862-11.171 3.724s-3.724 3.724-3.724 7.447c0 7.447 7.447 13.033 13.033 13.033 26.065 0 48.407-20.48 48.407-46.545v-78.196c1.862-5.585-5.585-11.171-13.033-11.171zM616.262 647.215c0-7.447-5.585-13.033-13.033-13.033h-137.775c-7.447 0-13.033 5.585-13.033 13.033s7.447 13.033 13.033 13.033h135.913c7.447 0 14.895-5.585 14.895-13.033zM72.611 647.215c0-3.724-1.862-7.447-3.724-11.171s-7.447-3.724-11.171-3.724c-11.171 0-20.48-7.447-20.48-18.618v-78.196c0-7.447-7.447-13.033-14.895-13.033s-13.033 5.585-13.033 13.033v78.196c0 26.065 22.342 46.545 48.407 46.545 7.447 1.862 14.895-3.724 14.895-13.033zM70.749 254.371c0-5.585-5.585-13.033-13.033-13.033-26.065 0-48.407 22.342-48.407 46.545v78.196c0 7.447 7.447 13.033 13.033 13.033 7.447 0 13.033-5.585 13.033-13.033v-78.196c0-11.171 9.309-18.618 20.48-20.48 3.724 0 7.447-1.862 11.171-3.724 1.862-1.862 3.724-5.585 3.724-9.309z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="pa-google-maps" d="M666.531 863.185v0l-20.48 7.447-20.48-7.447-249.484-80.058-292.305 93.091v-759.622l269.964-83.782 22.342-7.447 22.342 7.447 249.484 80.058 292.305-93.091v757.76l-273.687 85.644zM353.745 75.636l-227.142 74.473v670.255l227.142-74.473v-670.255zM396.567 745.891l227.142 72.611v-668.393l-227.142-74.473v670.255zM895.535 75.636l-227.142 72.611v670.255l227.142-72.611v-670.255zM666.531 863.185v0 0 0zM623.709 863.185v0 0 0z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="pa-grid" d="M474.764 485.236h-431.942v433.804h431.942v-433.804zM85.644 529.92h346.298v344.436h-346.298v-344.436zM981.178 485.236h-431.942v433.804h431.942v-433.804zM592.058 529.92h346.298v344.436h-346.298v-344.436zM474.764-23.040h-431.942v433.804h431.942v-433.804zM85.644 19.782h346.298v346.298h-346.298v-346.298zM981.178-23.040h-431.942v433.804h431.942v-433.804zM592.058 19.782h346.298v346.298h-346.298v-346.298z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="pa-image-button" d="M1010.967 207.825l-303.476 180.596c-3.724 1.862-7.447 1.862-13.033 0-3.724-3.724-5.585-7.447-5.585-11.171l74.473-348.16c0-5.585 5.585-7.447 7.447-7.447 5.585-1.862 9.309 1.862 11.171 5.585l52.131 74.473c0 1.862 1.862 1.862 3.724 1.862s1.862 0 3.724-1.862l63.302-89.367c1.862-3.724 7.447-5.585 9.309-5.585s5.585 0 7.447 1.862l57.716 40.96c3.724 1.862 3.724 5.585 5.585 7.447 0 3.724 0 7.447-1.862 7.447l-63.302 89.367c0 0 0 1.862 0 3.724s1.862 1.862 1.862 1.862l89.367 24.204c5.585 1.862 7.447 5.585 7.447 9.309s-3.724 13.033-7.447 14.895zM867.607 178.036c-1.862-3.724 0-7.447 1.862-11.171l70.749-96.815c1.862-1.862 1.862-3.724 0-5.585l-18.618-13.033h-1.862c-1.862 0-1.862 0-3.724 1.862l-70.749 96.815c-1.862 3.724-7.447 5.585-9.309 5.585v0c-3.724 0-7.447-1.862-9.309-5.585l-39.098-57.716c-1.862-1.862-3.724-1.862-3.724-1.862s-3.724 0-3.724 3.724l-48.407 232.727c0 1.862 1.862 3.724 1.862 3.724s1.862 1.862 3.724 0l204.8-122.88c1.862-1.862 1.862-3.724 1.862-3.724s0-1.862-3.724-3.724l-67.025-18.618c0 0-3.724-1.862-5.585-3.724zM275.549 755.2c-52.131 0-94.953-42.822-94.953-94.953s40.96-94.953 94.953-94.953c52.131 0 94.953 42.822 94.953 94.953 1.862 53.993-42.822 94.953-94.953 94.953zM275.549 602.531c-31.651 0-57.716 24.204-57.716 57.716 0 31.651 24.204 57.716 57.716 57.716s57.716-24.204 57.716-57.716c0-29.789-26.065-57.716-57.716-57.716zM891.811 440.553c-7.447-7.447-18.618-7.447-26.065-1.862l-186.182 171.287-150.807-165.702 27.927-27.927c3.724-3.724 5.585-7.447 5.585-13.033s-1.862-9.309-5.585-13.033c-7.447-7.447-20.48-7.447-26.065 0l-121.018 119.156-271.825-236.451c-3.724-3.724-7.447-5.585-13.033-5.585s-9.309 1.862-13.033 7.447-7.447 20.48 1.862 26.065l284.858 251.345c7.447 7.447 18.618 7.447 24.204 0l76.335-78.196 161.978 176.873c3.724 3.724 7.447 7.447 13.033 7.447s9.309-1.862 13.033-5.585l201.076-184.32c9.309-9.309 9.309-20.48 3.724-27.927zM979.316 870.633v-534.342c0-9.309-7.447-18.618-18.618-18.618s-18.618 7.447-18.618 18.618v515.724h-897.396v-698.182h599.505c9.309 0 18.618-7.447 18.618-18.618s-7.447-18.618-18.618-18.618h-618.124c-9.309 0-18.618 7.447-18.618 18.618v735.418c0 9.309 7.447 18.618 18.618 18.618h936.495c9.309 0 16.756-7.447 16.756-18.618z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="pa-image-separator" d="M651.636 528.058c-33.513 0-61.44 27.927-61.44 61.44s27.927 61.44 61.44 61.44 61.44-27.927 61.44-61.44-27.927-61.44-61.44-61.44zM651.636 623.011c-18.618 0-35.375-14.895-35.375-35.375 0-18.618 14.895-35.375 35.375-35.375 18.618 0 35.375 14.895 35.375 35.375s-16.756 35.375-35.375 35.375zM997.935 459.171h-214.109v249.484c0 7.447-5.585 13.033-13.033 13.033h-519.447c-7.447 0-13.033-5.585-13.033-13.033v-249.484h-212.247c-5.585 0-11.171-5.585-11.171-11.171s5.585-11.171 11.171-11.171h212.247v-249.484c0-7.447 5.585-13.033 13.033-13.033h519.447c7.447 0 13.033 5.585 13.033 13.033v249.484h212.247c5.585 0 11.171 5.585 11.171 11.171s-3.724 11.171-9.309 11.171zM266.24 202.24v109.847l139.636 139.636 249.484-249.484h-389.12zM757.76 202.24h-68.887c0 0 0 0-1.862 1.862l-126.604 126.604 67.025 67.025 128.465-128.465v-67.025zM757.76 304.64l-119.156 119.156c-3.724 3.724-13.033 3.724-18.618 0l-76.335-76.335-130.327 130.327c-5.585 5.585-13.033 5.585-18.618 0l-130.327-130.327v346.298h493.382v-389.12z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="pa-modal-box" d="M925.324 881.804h-822.924c-11.171 0-22.342-9.309-22.342-20.48v-822.924c0-11.171 9.309-22.342 22.342-22.342h822.924c11.171 0 20.48 9.309 20.48 22.342v822.924c0 11.171-11.171 20.48-20.48 20.48zM124.742 838.982h778.24v-141.498h-778.24v141.498zM902.982 60.742h-778.24v593.92h778.24v-593.92zM856.436 747.753h-98.676c-11.171 0-22.342 9.309-22.342 22.342s9.309 22.342 22.342 22.342h98.676c11.171 0 22.342-9.309 22.342-22.342s-9.309-22.342-22.342-22.342z" />
26
+ <glyph unicode="&#xe910;" glyph-name="pa-persons" d="M601.367 431.244c81.92 35.375 139.636 117.295 139.636 214.109 0 128.465-102.4 232.727-229.004 232.727s-229.004-104.262-229.004-232.727c0-94.953 57.716-178.735 139.636-214.109-186.182-40.96-327.68-210.385-327.68-413.324h42.822c0 210.385 167.564 379.811 374.225 379.811s374.225-171.287 374.225-379.811h42.822c0 202.938-139.636 372.364-327.68 413.324zM325.818 645.353c0 104.262 83.782 189.905 186.182 189.905s186.182-85.644 186.182-189.905-83.782-189.905-186.182-189.905-186.182 85.644-186.182 189.905z" />
27
+ <glyph unicode="&#xe911;" glyph-name="pa-pricing-table" d="M640.465 371.665c0-50.269-40.96-93.091-93.091-93.091h-11.171c-1.862 0-3.724-1.862-3.724-3.724v-48.407c0-11.171-9.309-18.618-18.618-18.618-11.171 0-18.618 9.309-18.618 18.618v46.545c0 1.862-1.862 3.724-3.724 3.724h-67.025c-11.171 0-18.618 9.309-18.618 18.618s9.309 18.618 18.618 18.618h122.88c31.651 0 55.855 24.204 55.855 55.855s-24.204 55.855-55.855 55.855h-68.887c-52.131 0-93.091 40.96-93.091 93.091s40.96 93.091 93.091 93.091h11.171c1.862 0 3.724 1.862 3.724 3.724v48.407c0 9.309 9.309 18.618 18.618 18.618s18.618-9.309 18.618-18.618v-48.407c0-1.862 1.862-3.724 3.724-3.724h63.302c9.309 0 18.618-9.309 18.618-18.618 0-11.171-9.309-18.618-18.618-18.618h-121.018c-31.651 0-55.855-26.065-55.855-55.855 0-31.651 26.065-55.855 55.855-55.855h68.887c52.131 1.862 94.953-39.098 94.953-91.229zM841.542 930.211h-657.222c-22.342 0-39.098-18.618-39.098-39.098v-888.087c0-22.342 18.618-39.098 39.098-39.098h657.222c22.342 0 39.098 18.618 39.098 39.098v888.087c-1.862 20.48-18.618 39.098-39.098 39.098zM834.095 6.749h-644.189v878.778h646.051c0 0 0-878.778-1.862-878.778z" />
28
+ <glyph unicode="&#xe912;" glyph-name="pa-progress-bar" d="M942.080 155.695v-42.822h-409.6v-68.887h-42.822v68.887h-407.738v42.822h407.738v68.887h42.822v-68.887zM942.080 784.989v-42.822h-586.473v-68.887h-42.822v68.887h-230.865v42.822h230.865v68.887h42.822v-68.887zM822.924 470.342v-42.822h-117.295v-68.887h-42.822v68.887h-580.887v42.822h580.887v68.887h42.822v-68.887z" />
29
+ <glyph unicode="&#xe913;" glyph-name="pa-testimonials" d="M318.371 615.564h383.535v-42.822h-383.535v42.822zM318.371 474.065h383.535v-42.822h-383.535v42.822zM182.458 86.807l53.993 173.149c-96.815 53.993-154.531 152.669-154.531 262.516 0 167.564 137.775 301.615 305.338 301.615h247.622c167.564 1.862 305.338-134.051 305.338-301.615s-137.775-301.615-305.338-301.615h-160.116l-275.549-148.945c-9.309-5.585-20.48 3.724-16.756 14.895zM389.12 783.127c-145.222 0-262.516-117.295-262.516-260.655 0-100.538 55.855-188.044 147.084-232.727l16.756-7.447-42.822-137.775 219.695 119.156h169.425c145.222 0 262.516 117.295 262.516 258.793s-117.295 260.655-262.516 260.655h-247.622z" />
30
+ <glyph unicode="&#xe914;" glyph-name="pa-title" d="M822.924 898.56h-619.985c-13.033 0-22.342-9.309-22.342-22.342v-102.4c0-13.033 9.309-22.342 22.342-22.342s22.342 7.447 22.342 20.48v80.058h264.378v-809.891h-55.855c-13.033 0-22.342-9.309-22.342-22.342s9.309-22.342 22.342-22.342h156.393c13.033 0 22.342 9.309 22.342 22.342s-9.309 22.342-22.342 22.342h-55.855v809.891h264.378v-80.058c0-13.033 9.309-22.342 22.342-22.342s22.342 9.309 22.342 22.342v104.262c1.862 11.171-9.309 22.342-20.48 22.342v0z" />
31
+ <glyph unicode="&#xe915;" glyph-name="pa-vertical-scroll" d="M512 898.56c-65.164 0-121.018-53.993-121.018-121.018s53.993-121.018 121.018-121.018c67.025 0 121.018 53.993 121.018 121.018 1.862 67.025-52.131 121.018-121.018 121.018zM512 690.036c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505c0-48.407-39.098-87.505-87.505-87.505zM512 243.2c-65.164 0-121.018-55.855-121.018-121.018 0-67.025 53.993-121.018 121.018-121.018s121.018 53.993 121.018 121.018c1.862 65.164-52.131 121.018-121.018 121.018zM512 34.676c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505zM512 570.88c-67.025 0-121.018-53.993-121.018-121.018s55.855-122.88 121.018-122.88c67.025 0 121.018 53.993 121.018 121.018 1.862 68.887-52.131 122.88-121.018 122.88zM512 362.356c-48.407 0-87.505 39.098-87.505 87.505s39.098 87.505 87.505 87.505 87.505-39.098 87.505-87.505-39.098-87.505-87.505-87.505z" />
32
+ <glyph unicode="&#xe916;" glyph-name="pa-video-box" d="M703.767 457.309l-284.858 210.385c-5.585 3.724-14.895 0-14.895-7.447v-422.633c0-7.447 9.309-11.171 14.895-7.447l286.72 210.385c3.724 5.585 3.724 13.033-1.862 16.756zM446.836 306.502v282.996l191.767-141.498-191.767-141.498zM512 930.211c-273.687 0-495.244-217.833-495.244-482.211s223.418-482.211 495.244-482.211c273.687 0 495.244 215.971 495.244 482.211s-221.556 482.211-495.244 482.211zM512 19.782c-247.622 0-446.836 193.629-446.836 430.080s199.215 430.080 446.836 430.080 446.836-193.629 446.836-430.080-201.076-430.080-446.836-430.080z" />
33
+ <glyph unicode="&#xe917;" glyph-name="horizontal-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM54.272 457.216c-4.096-5.12-4.096-13.312 0-18.432l59.392-74.752c5.12-6.144 14.336-7.168 20.48-2.048s7.168 14.336 2.048 20.48v0l-51.2 65.536 52.224 65.536c5.12 6.144 4.096 15.36-2.048 20.48s-15.36 4.096-20.48-2.048l-60.416-74.752zM886.784 382.464c-5.12-6.144-4.096-15.36 2.048-20.48s15.36-4.096 20.48 2.048l59.392 74.752c4.096 5.12 4.096 13.312 0 18.432l-59.392 74.752c-5.12 6.144-14.336 7.168-20.48 2.048s-7.168-14.336-2.048-20.48v0l52.224-65.536-52.224-65.536z" />
34
+ <glyph unicode="&#xe918;" glyph-name="vertical-mouse-scroll" d="M693.248 523.776c0 98.304-79.872 177.152-177.152 177.152h-8.192c-98.304 0-177.152-79.872-177.152-177.152v-150.528c0-98.304 79.872-177.152 177.152-177.152h8.192c98.304 0 177.152 79.872 177.152 177.152v150.528zM663.552 372.224c0-40.96-16.384-77.824-43.008-104.448s-63.488-43.008-104.448-43.008h-8.192c-40.96 0-77.824 16.384-104.448 43.008s-43.008 63.488-43.008 104.448v151.552c0 40.96 16.384 77.824 43.008 104.448s63.488 43.008 104.448 43.008h8.192c40.96 0 77.824-16.384 104.448-43.008s43.008-63.488 43.008-104.448v-151.552zM512 551.424c-8.192 0-15.36-7.168-15.36-15.36v-44.032c0-8.192 7.168-15.36 15.36-15.36s15.36 7.168 15.36 15.36v44.032c-1.024 8.192-7.168 15.36-15.36 15.36zM502.784-9.728c5.12-4.096 13.312-4.096 18.432 0l74.752 59.392c6.144 5.12 7.168 14.336 2.048 20.48s-14.336 7.168-20.48 2.048v0l-65.536-51.2-65.536 52.224c-6.144 5.12-15.36 4.096-20.48-2.048s-4.096-15.36 2.048-20.48l74.752-60.416zM577.536 822.784c6.144-5.12 15.36-4.096 20.48 2.048s4.096 15.36-2.048 20.48l-74.752 59.392c-5.12 4.096-13.312 4.096-18.432 0l-74.752-59.392c-6.144-5.12-7.168-14.336-2.048-20.48s14.336-7.168 20.48-2.048v0l65.536 52.224 65.536-52.224z" />
35
+ <glyph unicode="&#xe919;" glyph-name="pa-icon-list" horiz-adv-x="1260" d="M262.564 907.487h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 881.231c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 474.256h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 448c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769zM262.564 41.026h971.487c14.501 0 26.256-11.755 26.256-26.256s-11.755-26.256-26.256-26.256h-971.487c-14.501 0-26.256 11.755-26.256 26.256s11.755 26.256 26.256 26.256zM157.538 14.769c0-43.503-35.266-78.769-78.769-78.769s-78.769 35.266-78.769 78.769c0 43.503 35.266 78.769 78.769 78.769s78.769-35.266 78.769-78.769z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="pa-lottie-animations" d="M273.772 219.293c-5.722-1.206-12.299-1.899-19.037-1.904h-9.313c-12.276-1.794-21.813-11.547-23.26-23.779l-0.012-0.129c-0.186-1.288-0.293-2.775-0.293-4.287 0-12.022 6.73-22.472 16.627-27.789l0.168-0.083c6.668-2.33 14.356-3.676 22.357-3.676 4.437 0 8.778 0.414 12.985 1.205l-0.434-0.068h9.309l7.193 1.904c5.924 1.693 12.060 3.174 17.983 5.289 37.952 15.749 69.911 39.221 95.137 68.637l0.281 0.335c37.234 40.691 70.33 86.259 97.955 135.319l1.906 3.683c11.848 21.157 22.85 40.833 34.063 61.355 28.002 54.161 56.091 99.914 87.072 143.466l-2.444-3.618c22.386 31.7 48.457 58.847 78.044 81.655l0.872 0.646c15.984 13.227 36.694 21.251 59.279 21.251 1.474 0 2.941-0.034 4.399-0.102l-0.206 0.008c2.627-0.831 5.648-1.31 8.78-1.31 16.615 0 30.083 13.469 30.083 30.083 0 13.482-8.869 24.892-21.090 28.716l-0.213 0.057-5.501 1.058c-6.103 0.909-13.146 1.428-20.311 1.428s-14.208-0.519-21.095-1.522l0.784 0.094c-4.231-1.269-8.463-2.116-12.694-2.962-4.136-0.705-7.765-1.66-11.261-2.895l0.471 0.145c-56.489-19.888-94.995-63.471-129.481-105.785-10.090-12.821-20.404-27.378-30-42.437l-1.313-2.204-9.098-13.752c-16.926-25.177-31.947-52.681-46.334-79.127l-12.060-21.157c-11.002-20.099-21.157-40.198-33.64-60.086-6.347-11.002-13.329-21.157-21.157-32.582l-10.367-16.291c-23.341-39.006-50.62-72.547-82.016-101.715l-0.285-0.262c-16.751-17.293-38.011-30.122-61.886-36.594l-0.95-0.219zM981.686 917.686v-939.372h-939.372v939.372h939.372zM1024 960h-1024v-1024h1024z" />
37
  </font></defs></svg>
assets/editor/js/editor.js CHANGED
@@ -1,27 +1,28 @@
1
- (function () {
2
-
3
- var selectOptions = elementor.modules.controls.Select2.extend({
4
- onBeforeRender: function () {
5
- if (this.container && "section" === this.container.type) {
6
- var widgetObj = elementor.widgetsCache || elementor.config.widgets,
7
- optionsToUpdate = {};
8
-
9
- this.container.children.forEach(function (child) {
10
-
11
- child.view.$childViewContainer.children("[data-widget_type]").each(function (index, widget) {
12
- var name = $(widget).data("widget_type").split('.')[0];
13
-
14
- if ('undefined' !== typeof widgetObj[name]) {
15
- optionsToUpdate[".elementor-widget-" + widgetObj[name].widget_type + " .elementor-widget-container"] = widgetObj[name].title;
16
- }
17
- });
18
- });
19
-
20
- this.model.set("options", optionsToUpdate);
21
- }
22
- },
23
- });
24
-
25
- elementor.addControlView("premium-select", selectOptions);
26
-
 
27
  })(jQuery);
1
+ (function () {
2
+ var $ = jQuery;
3
+
4
+ var selectOptions = elementor.modules.controls.Select2.extend({
5
+ onBeforeRender: function () {
6
+ if (this.container && "section" === this.container.type) {
7
+ var widgetObj = elementor.widgetsCache || elementor.config.widgets,
8
+ optionsToUpdate = {};
9
+
10
+ this.container.children.forEach(function (child) {
11
+
12
+ child.view.$childViewContainer.children("[data-widget_type]").each(function (index, widget) {
13
+ var name = $(widget).data("widget_type").split('.')[0];
14
+
15
+ if ('undefined' !== typeof widgetObj[name]) {
16
+ optionsToUpdate[".elementor-widget-" + widgetObj[name].widget_type + " .elementor-widget-container"] = widgetObj[name].title;
17
+ }
18
+ });
19
+ });
20
+
21
+ this.model.set("options", optionsToUpdate);
22
+ }
23
+ },
24
+ });
25
+
26
+ elementor.addControlView("premium-select", selectOptions);
27
+
28
  })(jQuery);
assets/editor/js/pa-maps-finder.js CHANGED
@@ -1,68 +1,68 @@
1
-
2
- var $ = jQuery;
3
-
4
- function alertError(err) {
5
- alert("Geocode was not successful for the following reason: " + err);
6
- }
7
-
8
- function getAddress(ob) {
9
-
10
- var address = $(ob).parent().find("input").val(),
11
- geocoder = new google.maps.Geocoder(),
12
- $noticeMsg = $(ob).parents(".elementor-control-premium_map_notice");
13
-
14
- if (!address)
15
- return;
16
-
17
- geocoder.geocode({
18
- address: address
19
- }, function (results, status) {
20
-
21
- if (status == google.maps.GeocoderStatus.OK) {
22
-
23
- var latiude = results[0].geometry.location.lat(),
24
- longitude = results[0].geometry.location.lng();
25
-
26
- $noticeMsg.nextAll(".elementor-control-premium_maps_center_lat").find("input").val(latiude).trigger("input");
27
-
28
- $noticeMsg.nextAll(".elementor-control-premium_maps_center_long").find("input").val(longitude).trigger("input");
29
-
30
- } else {
31
-
32
- alertError(status);
33
-
34
- }
35
- });
36
-
37
- }
38
-
39
- function getPinAddress(ob) {
40
-
41
- var address = $(ob).parent().find("input").val(),
42
- geocoder = new google.maps.Geocoder(),
43
- $noticeMsg = $(ob).parents(".elementor-control-premium_map_pin_notice");
44
-
45
- if (!address)
46
- return;
47
-
48
- geocoder.geocode({
49
- address: address
50
- }, function (results, status) {
51
-
52
- if (status == google.maps.GeocoderStatus.OK) {
53
-
54
- var latiude = results[0].geometry.location.lat(),
55
- longitude = results[0].geometry.location.lng();
56
-
57
- $noticeMsg.nextAll(".elementor-control-map_latitude").find("input").val(latiude).trigger("input");
58
-
59
- $noticeMsg.nextAll(".elementor-control-map_longitude").find("input").val(longitude).trigger("input");
60
-
61
- } else {
62
-
63
- alertError(status);
64
-
65
- }
66
- });
67
-
68
  }
1
+
2
+ var $ = jQuery;
3
+
4
+ function alertError(err) {
5
+ alert("Geocode was not successful for the following reason: " + err);
6
+ }
7
+
8
+ function getAddress(ob) {
9
+
10
+ var address = $(ob).parent().find("input").val(),
11
+ geocoder = new google.maps.Geocoder(),
12
+ $noticeMsg = $(ob).parents(".elementor-control-premium_map_notice");
13
+
14
+ if (!address)
15
+ return;
16
+
17
+ geocoder.geocode({
18
+ address: address
19
+ }, function (results, status) {
20
+
21
+ if (status == google.maps.GeocoderStatus.OK) {
22
+
23
+ var latiude = results[0].geometry.location.lat(),
24
+ longitude = results[0].geometry.location.lng();
25
+
26
+ $noticeMsg.nextAll(".elementor-control-premium_maps_center_lat").find("input").val(latiude).trigger("input");
27
+
28
+ $noticeMsg.nextAll(".elementor-control-premium_maps_center_long").find("input").val(longitude).trigger("input");
29
+
30
+ } else {
31
+
32
+ alertError(status);
33
+
34
+ }
35
+ });
36
+
37
+ }
38
+
39
+ function getPinAddress(ob) {
40
+
41
+ var address = $(ob).parent().find("input").val(),
42
+ geocoder = new google.maps.Geocoder(),
43
+ $noticeMsg = $(ob).parents(".elementor-control-premium_map_pin_notice");
44
+
45
+ if (!address)
46
+ return;
47
+
48
+ geocoder.geocode({
49
+ address: address
50
+ }, function (results, status) {
51
+
52
+ if (status == google.maps.GeocoderStatus.OK) {
53
+
54
+ var latiude = results[0].geometry.location.lat(),
55
+ longitude = results[0].geometry.location.lng();
56
+
57
+ $noticeMsg.nextAll(".elementor-control-map_latitude").find("input").val(latiude).trigger("input");
58
+
59
+ $noticeMsg.nextAll(".elementor-control-map_longitude").find("input").val(longitude).trigger("input");
60
+
61
+ } else {
62
+
63
+ alertError(status);
64
+
65
+ }
66
+ });
67
+
68
  }
assets/editor/js/premium-cross-cp.js CHANGED
@@ -1,156 +1,156 @@
1
- (function () {
2
- function a(b) {
3
- return b.forEach(function (b) {
4
- b.id = elementor.helpers.getUniqueID(), 0 < b.elements.length && a(b.elements)
5
- }), b
6
- }
7
- PACopyPasteHandler = {
8
-
9
- b: function (b, c) {
10
- var d = c,
11
- e = c.model.get("elType"),
12
- f = b.elecode.elType,
13
- g = b.elecode,
14
- h = JSON.stringify(g);
15
-
16
- var i = /\.(jpg|png|jpeg|gif|svg)/gi.test(h),
17
- j = {
18
- elType: f,
19
- settings: g.settings
20
- },
21
- k = null,
22
- l = {
23
- index: 0
24
- };
25
- switch (f) {
26
- case "section":
27
- j.elements = a(g.elements), k = elementor.getPreviewContainer();
28
- break;
29
- case "column":
30
- j.elements = a(g.elements);
31
- "section" === e ? k = d.getContainer() : "column" === e ? (k = d.getContainer().parent, l.index = d.getOption("_index") + 1) : "widget" === e ? (k = d.getContainer().parent.parent, l.index = d.getContainer().parent.view.getOption("_index") + 1) : void 0;
32
- break;
33
- case "widget":
34
- j.widgetType = b.eletype, k = d.getContainer();
35
- "section" === e ? k = d.children.findByIndex(0).getContainer() : "column" === e ? k = d.getContainer() : "widget" === e ? (k = d.getContainer().parent, e.index = d.getOption("_index") + 1, l.index = d.getOption("_index") + 1) : void 0;
36
- }
37
- var m = $e.run("document/elements/create", {
38
- model: j,
39
- container: k,
40
- options: l
41
- });
42
- i && jQuery.ajax({
43
- url: premium_cross_cp.ajax_url,
44
- method: "POST",
45
- data: {
46
- nonce: premium_cross_cp.nonce,
47
- action: "premium_cross_cp_import",
48
- copy_content: h
49
- }
50
- }).done(function (a) {
51
- if (a.success) {
52
- var b = a.data[0];
53
- j.elType = b.elType, j.settings = b.settings, "widget" === j.elType ? j.widgetType = b.widgetType : j.elements = b.elements, $e.run("document/elements/delete", {
54
- container: m
55
- }), $e.run("document/elements/create", {
56
- model: j,
57
- container: k,
58
- options: l
59
- })
60
- }
61
- })
62
- },
63
- pasteAll: function (allSections) {
64
- jQuery.ajax({
65
- url: premium_cross_cp.ajax_url,
66
- method: "POST",
67
- data: {
68
- nonce: premium_cross_cp.nonce,
69
- action: "premium_cross_cp_import",
70
- copy_content: allSections
71
- },
72
- }).done(function (e) {
73
- if (e.success) {
74
- var data = e.data[0];
75
- if (premium_cross_cp.elementorCompatible) {
76
- elementor.sections.currentView.addChildModel(data)
77
- } else {
78
- elementor.previewView.addChildModel(data)
79
- }
80
- elementor.notifications.showToast({
81
- message: elementor.translate('Content Pasted. Have Fun ;)')
82
- });
83
-
84
- }
85
- }).fail(function () {
86
- elementor.notifications.showToast({
87
- message: elementor.translate('Something went wrong!')
88
- });
89
- })
90
- }
91
-
92
- }
93
-
94
- xdLocalStorage.init({
95
- iframeUrl: "https://leap13.github.io/pa-cdcp/",
96
- initCallback: function () { }
97
- });
98
- var c = ["section", "column", "widget"],
99
- d = [];
100
- c.forEach(function (a, e) {
101
- elementor.hooks.addFilter("elements/" + c[e] + "/contextMenuGroups", function (a, f) {
102
- return d.push(f), a.push({
103
- name: "premium_" + c[e],
104
- actions: [{
105
- name: "premium_addons_copy",
106
- title: "PA | Copy Section",
107
- icon: "pa-dash-icon",
108
- callback: function () {
109
- var a = {};
110
- a.eletype = "widget" == c[e] ? f.model.get("widgetType") : null, a.elecode = f.model.toJSON(), xdLocalStorage.setItem("premium-c-p-element", JSON.stringify(a)), console.log(a)
111
- }
112
- }, {
113
- name: "premium_addons_paste",
114
- title: "PA | Paste Section",
115
- icon: "pa-dash-icon",
116
- callback: function () {
117
- xdLocalStorage.getItem("premium-c-p-element", function (a) {
118
- PACopyPasteHandler.b(JSON.parse(a.value), f)
119
- })
120
- }
121
- },
122
- {
123
- name: "premium_addons_copy_all",
124
- title: "PA | Copy All Content",
125
- icon: "pa-dash-icon",
126
- callback: function () {
127
- var copiedSections = Object.values(elementor.getPreviewView().children._views).map(function (e) {
128
- return e.getContainer();
129
- });
130
- var allSections = copiedSections.map(function (e) {
131
- return e.model.toJSON();
132
- });
133
- xdLocalStorage.setItem('premium-c-p-all', JSON.stringify(allSections), function (a) {
134
- elementor.notifications.showToast({
135
- message: elementor.translate('Copied')
136
- });
137
- });
138
- }
139
- },
140
- {
141
- name: "premium_addons_paste_all",
142
- title: "PA | Paste All Content",
143
- icon: "pa-dash-icon",
144
- callback: function () {
145
- var allSections = '';
146
- xdLocalStorage.getItem('premium-c-p-all', function (a) {
147
- allSections = JSON.parse(a.value);
148
- PACopyPasteHandler.pasteAll(JSON.stringify(allSections));
149
- });
150
- }
151
- },
152
- ]
153
- }), a
154
- })
155
- })
156
  })(jQuery);
1
+ (function () {
2
+ function a(b) {
3
+ return b.forEach(function (b) {
4
+ b.id = elementor.helpers.getUniqueID(), 0 < b.elements.length && a(b.elements)
5
+ }), b
6
+ }
7
+ PACopyPasteHandler = {
8
+
9
+ b: function (b, c) {
10
+ var d = c,
11
+ e = c.model.get("elType"),
12
+ f = b.elecode.elType,
13
+ g = b.elecode,
14
+ h = JSON.stringify(g);
15
+
16
+ var i = /\.(jpg|png|jpeg|gif|svg)/gi.test(h),
17
+ j = {
18
+ elType: f,
19
+ settings: g.settings
20
+ },
21
+ k = null,
22
+ l = {
23
+ index: 0
24
+ };
25
+ switch (f) {
26
+ case "section":
27
+ j.elements = a(g.elements), k = elementor.getPreviewContainer();
28
+ break;
29
+ case "column":
30
+ j.elements = a(g.elements);
31
+ "section" === e ? k = d.getContainer() : "column" === e ? (k = d.getContainer().parent, l.index = d.getOption("_index") + 1) : "widget" === e ? (k = d.getContainer().parent.parent, l.index = d.getContainer().parent.view.getOption("_index") + 1) : void 0;
32
+ break;
33
+ case "widget":
34
+ j.widgetType = b.eletype, k = d.getContainer();
35
+ "section" === e ? k = d.children.findByIndex(0).getContainer() : "column" === e ? k = d.getContainer() : "widget" === e ? (k = d.getContainer().parent, e.index = d.getOption("_index") + 1, l.index = d.getOption("_index") + 1) : void 0;
36
+ }
37
+ var m = $e.run("document/elements/create", {
38
+ model: j,
39
+ container: k,
40
+ options: l
41
+ });
42
+ i && jQuery.ajax({
43
+ url: premium_cross_cp.ajax_url,
44
+ method: "POST",
45
+ data: {
46
+ nonce: premium_cross_cp.nonce,
47
+ action: "premium_cross_cp_import",
48
+ copy_content: h
49
+ }
50
+ }).done(function (a) {
51
+ if (a.success) {
52
+ var b = a.data[0];
53
+ j.elType = b.elType, j.settings = b.settings, "widget" === j.elType ? j.widgetType = b.widgetType : j.elements = b.elements, $e.run("document/elements/delete", {
54
+ container: m
55
+ }), $e.run("document/elements/create", {
56
+ model: j,
57
+ container: k,
58
+ options: l
59
+ })
60
+ }
61
+ })
62
+ },
63
+ pasteAll: function (allSections) {
64
+ jQuery.ajax({
65
+ url: premium_cross_cp.ajax_url,
66
+ method: "POST",
67
+ data: {
68
+ nonce: premium_cross_cp.nonce,
69
+ action: "premium_cross_cp_import",
70
+ copy_content: allSections
71
+ },
72
+ }).done(function (e) {
73
+ if (e.success) {
74
+ var data = e.data[0];
75
+ if (premium_cross_cp.elementorCompatible) {
76
+ elementor.sections.currentView.addChildModel(data)
77
+ } else {
78
+ elementor.previewView.addChildModel(data)
79
+ }
80
+ elementor.notifications.showToast({
81
+ message: elementor.translate('Content Pasted. Have Fun ;)')
82
+ });
83
+
84
+ }
85
+ }).fail(function () {
86
+ elementor.notifications.showToast({
87
+ message: elementor.translate('Something went wrong!')
88
+ });
89
+ })
90
+ }
91
+
92
+ }
93
+
94
+ xdLocalStorage.init({
95
+ iframeUrl: "https://leap13.github.io/pa-cdcp/",
96
+ initCallback: function () { }
97
+ });
98
+ var c = ["section", "column", "widget"],
99
+ d = [];
100
+ c.forEach(function (a, e) {
101
+ elementor.hooks.addFilter("elements/" + c[e] + "/contextMenuGroups", function (a, f) {
102
+ return d.push(f), a.push({
103
+ name: "premium_" + c[e],
104
+ actions: [{
105
+ name: "premium_addons_copy",
106
+ title: "PA | Copy Section",
107
+ icon: "pa-dash-icon",
108
+ callback: function () {
109
+ var a = {};
110
+ a.eletype = "widget" == c[e] ? f.model.get("widgetType") : null, a.elecode = f.model.toJSON(), xdLocalStorage.setItem("premium-c-p-element", JSON.stringify(a)), console.log(a)
111
+ }
112
+ }, {
113
+ name: "premium_addons_paste",
114
+ title: "PA | Paste Section",
115
+ icon: "pa-dash-icon",
116
+ callback: function () {
117
+ xdLocalStorage.getItem("premium-c-p-element", function (a) {
118
+ PACopyPasteHandler.b(JSON.parse(a.value), f)
119
+ })
120
+ }
121
+ },
122
+ {
123
+ name: "premium_addons_copy_all",
124
+ title: "PA | Copy All Content",
125
+ icon: "pa-dash-icon",
126
+ callback: function () {
127
+ var copiedSections = Object.values(elementor.getPreviewView().children._views).map(function (e) {
128
+ return e.getContainer();
129
+ });
130
+ var allSections = copiedSections.map(function (e) {
131
+ return e.model.toJSON();
132
+ });
133
+ xdLocalStorage.setItem('premium-c-p-all', JSON.stringify(allSections), function (a) {
134
+ elementor.notifications.showToast({
135
+ message: elementor.translate('Copied')
136
+ });
137
+ });
138
+ }
139
+ },
140
+ {
141
+ name: "premium_addons_paste_all",
142
+ title: "PA | Paste All Content",
143
+ icon: "pa-dash-icon",
144
+ callback: function () {
145
+ var allSections = '';
146
+ xdLocalStorage.getItem('premium-c-p-all', function (a) {
147
+ allSections = JSON.parse(a.value);
148
+ PACopyPasteHandler.pasteAll(JSON.stringify(allSections));
149
+ });
150
+ }
151
+ },
152
+ ]
153
+ }), a
154
+ })
155
+ })
156
  })(jQuery);
assets/editor/js/xdlocalstorage.js CHANGED
@@ -1,94 +1,94 @@
1
- "use strict";
2
- window.XdUtils = window.XdUtils || function () {
3
- function a(a, b) {
4
- var c, d = b || {};
5
- for (c in a) a.hasOwnProperty(c) && (d[c] = a[c]);
6
- return d
7
- }
8
- return {
9
- extend: a
10
- }
11
- }(), window.xdLocalStorage = window.xdLocalStorage || function () {
12
- function a(a) {
13
- k[a.id] && (k[a.id](a), delete k[a.id])
14
- }
15
-
16
- function b(b) {
17
- var c;
18
- try {
19
- c = JSON.parse(b.data)
20
- } catch (a) { }
21
- c && c.namespace === h && ("iframe-ready" === c.id ? (m = !0, i.initCallback()) : a(c))
22
- }
23
-
24
- function c(a, b, c, d) {
25
- j++, k[j] = d;
26
- var e = {
27
- namespace: h,
28
- id: j,
29
- action: a,
30
- key: b,
31
- value: c
32
- };
33
- g.contentWindow.postMessage(JSON.stringify(e), "*")
34
- }
35
-
36
- function d(a) {
37
- i = XdUtils.extend(a, i);
38
- var c = document.createElement("div");
39
- window.addEventListener ? window.addEventListener("message", b, !1) : window.attachEvent("onmessage", b), c.innerHTML = '<iframe id="' + i.iframeId + '" src=' + i.iframeUrl + ' style="display: none;"></iframe>', document.body.appendChild(c), g = document.getElementById(i.iframeId)
40
- }
41
-
42
- function e() {
43
- return l ? !!m || (console.log("You must wait for iframe ready message before using the api."), !1) : (console.log("You must call xdLocalStorage.init() before using it."), !1)
44
- }
45
-
46
- function f() {
47
- return "complete" === document.readyState
48
- }
49
- var g, h = "cross-domain-pa-cp-message",
50
- i = {
51
- iframeId: "cross-domain-iframe",
52
- iframeUrl: void 0,
53
- initCallback: function () { }
54
- },
55
- j = -1,
56
- k = {},
57
- l = !1,
58
- m = !0;
59
- return {
60
- init: function (a) {
61
- if (!a.iframeUrl) throw "You must specify iframeUrl";
62
- if (l) return void console.log("xdLocalStorage was already initialized!");
63
- l = !0, f() ? d(a) : document.addEventListener ? document.addEventListener("readystatechange", function () {
64
- f() && d(a)
65
- }) : document.attachEvent("readystatechange", function () {
66
- f() && d(a)
67
- })
68
- },
69
- setItem: function (a, b, d) {
70
- e() && c("set", a, b, d)
71
- },
72
- getItem: function (a, b) {
73
- e() && c("get", a, null, b)
74
- },
75
- removeItem: function (a, b) {
76
- e() && c("remove", a, null, b)
77
- },
78
- key: function (a, b) {
79
- e() && c("key", a, null, b)
80
- },
81
- getSize: function (a) {
82
- e() && c("size", null, null, a)
83
- },
84
- getLength: function (a) {
85
- e() && c("length", null, null, a)
86
- },
87
- clear: function (a) {
88
- e() && c("clear", null, null, a)
89
- },
90
- wasInit: function () {
91
- return l
92
- }
93
- }
94
  }();
1
+ "use strict";
2
+ window.XdUtils = window.XdUtils || function () {
3
+ function a(a, b) {
4
+ var c, d = b || {};
5
+ for (c in a) a.hasOwnProperty(c) && (d[c] = a[c]);
6
+ return d
7
+ }
8
+ return {
9
+ extend: a
10
+ }
11
+ }(), window.xdLocalStorage = window.xdLocalStorage || function () {
12
+ function a(a) {
13
+ k[a.id] && (k[a.id](a), delete k[a.id])
14
+ }
15
+
16
+ function b(b) {
17
+ var c;
18
+ try {
19
+ c = JSON.parse(b.data)
20
+ } catch (a) { }
21
+ c && c.namespace === h && ("iframe-ready" === c.id ? (m = !0, i.initCallback()) : a(c))
22
+ }
23
+
24
+ function c(a, b, c, d) {
25
+ j++, k[j] = d;
26
+ var e = {
27
+ namespace: h,
28
+ id: j,
29
+ action: a,
30
+ key: b,
31
+ value: c
32
+ };
33
+ g.contentWindow.postMessage(JSON.stringify(e), "*")
34
+ }
35
+
36
+ function d(a) {
37
+ i = XdUtils.extend(a, i);
38
+ var c = document.createElement("div");
39
+ window.addEventListener ? window.addEventListener("message", b, !1) : window.attachEvent("onmessage", b), c.innerHTML = '<iframe id="' + i.iframeId + '" src=' + i.iframeUrl + ' style="display: none;"></iframe>', document.body.appendChild(c), g = document.getElementById(i.iframeId)
40
+ }
41
+
42
+ function e() {
43
+ return l ? !!m || (console.log("You must wait for iframe ready message before using the api."), !1) : (console.log("You must call xdLocalStorage.init() before using it."), !1)
44
+ }
45
+
46
+ function f() {
47
+ return "complete" === document.readyState
48
+ }
49
+ var g, h = "cross-domain-pa-cp-message",
50
+ i = {
51
+ iframeId: "cross-domain-iframe",
52
+ iframeUrl: void 0,
53
+ initCallback: function () { }
54
+ },
55
+ j = -1,
56
+ k = {},
57
+ l = !1,
58
+ m = !0;
59
+ return {
60
+ init: function (a) {
61
+ if (!a.iframeUrl) throw "You must specify iframeUrl";
62
+ if (l) return void console.log("xdLocalStorage was already initialized!");
63
+ l = !0, f() ? d(a) : document.addEventListener ? document.addEventListener("readystatechange", function () {
64
+ f() && d(a)
65
+ }) : document.attachEvent("readystatechange", function () {
66
+ f() && d(a)
67
+ })
68
+ },
69
+ setItem: function (a, b, d) {
70
+ e() && c("set", a, b, d)
71
+ },
72
+ getItem: function (a, b) {
73
+ e() && c("get", a, null, b)
74
+ },
75
+ removeItem: function (a, b) {
76
+ e() && c("remove", a, null, b)
77
+ },
78
+ key: function (a, b) {
79
+ e() && c("key", a, null, b)
80
+ },
81
+ getSize: function (a) {
82
+ e() && c("size", null, null, a)
83
+ },
84
+ getLength: function (a) {
85
+ e() && c("length", null, null, a)
86
+ },
87
+ clear: function (a) {
88
+ e() && c("clear", null, null, a)
89
+ },
90
+ wasInit: function () {
91
+ return l
92
+ }
93
+ }
94
  }();
assets/editor/templates/css/editor-rtl.css CHANGED
@@ -1,489 +1,489 @@
1
- #premium-template-modal .dialog-widget-content {
2
- background-color: #f1f3f5;
3
- width: 100%;
4
- }
5
- @media (max-width: 1439px) {
6
- #premium-template-modal .dialog-widget-content {
7
- max-width: 990px;
8
- }
9
- }
10
- @media (min-width: 1440px) {
11
- #premium-template-modal .dialog-widget-content {
12
- max-width: 1200px;
13
- }
14
- }
15
- #premium-template-modal .dialog-widget-header,
16
- #premium-template-modal .dialog-header {
17
- padding: 0;
18
- background-color: #fff;
19
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
20
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
21
- position: relative;
22
- z-index: 1;
23
- }
24
- #premium-template-modal .dialog-buttons-wrapper {
25
- display: none;
26
- }
27
- #premium-template-modal a,
28
- #premium-template-modal a:hover {
29
- color: inherit;
30
- }
31
- #premium-template-modal a.elementor-template-library-blank-footer-link {
32
- -webkit-transition: color 0.5s;
33
- transition: color 0.5s;
34
- }
35
- #premium-template-modal a.elementor-template-library-blank-footer-link:hover {
36
- color: #9b0a46;
37
- }
38
- #premium-template-modal .elementor-button {
39
- text-transform: uppercase;
40
- }
41
- #premium-template-modal ::-webkit-scrollbar {
42
- width: 6px;
43
- height: 0;
44
- border-radius: 3px;
45
- }
46
- #premium-template-modal ::-webkit-scrollbar-button {
47
- width: 0;
48
- height: 10px;
49
- }
50
- #premium-template-modal ::-webkit-scrollbar-thumb {
51
- background-color: #d5dadf;
52
- border: 0 none #d5dadf;
53
- border-radius: 0;
54
- border-radius: 3px;
55
- }
56
- #premium-template-modal ::-webkit-scrollbar-track {
57
- border: 0 none #fff;
58
- border-radius: 0;
59
- }
60
- #premium-template-modal ::-webkit-scrollbar-corner {
61
- background: transparent;
62
- }
63
- #premium-template-modal-header {
64
- display: -webkit-box;
65
- display: -ms-flexbox;
66
- display: flex;
67
- -webkit-box-pack: justify;
68
- -ms-flex-pack: justify;
69
- display: -webkit-box;
70
- display: -webkit-flex;
71
- display: -ms-flexbox;
72
- display: flex;
73
- -webkit-box-align: center;
74
- -webkit-align-items: center;
75
- -ms-flex-align: center;
76
- align-items: center;
77
- -webkit-box-pack: justify;
78
- -ms-flex-pack: justify;
79
-
80
- height: 50px;
81
- }
82
- #premium-template-modal-header .premium-template-modal-back {
83
- background: none;
84
- border: none;
85
- border-left: 1px solid #e6e9ec;
86
- padding: 15px 15px 15px 20px;
87
- line-height: 20px;
88
- font-size: 13px;
89
- font-weight: 700;
90
- outline: none;
91
- -webkit-transition: all 200ms linear;
92
- transition: all 200ms linear;
93
- cursor: pointer;
94
- color: #6d7882;
95
- }
96
- #premium-template-modal-header .premium-template-modal-back:not(:hover) {
97
- color: #a4afb7;
98
- }
99
- #premium-template-modal-header .elementor-button {
100
- padding: 8px 10px;
101
- }
102
- #premium-template-modal-header-close-modal {
103
- width: 45px;
104
- border-right: 1px solid #e6e9ec;
105
- display: -webkit-box;
106
- display: -ms-flexbox;
107
- display: flex;
108
- -webkit-box-align: center;
109
- -ms-flex-align: center;
110
- align-items: center;
111
- -webkit-box-pack: center;
112
- -ms-flex-pack: center;
113
- justify-content: center;
114
- cursor: pointer;
115
- -webkit-transition: all 200ms linear;
116
- transition: all 200ms linear;
117
- }
118
- #premium-template-modal-header-close-modal i {
119
- color: #a4afb7;
120
- font-size: 16px;
121
- }
122
- #premium-template-modal-header-close-modal:hover i {
123
- color: #6d7882;
124
- }
125
- #premium-template-modal-header-actions .template-library-activate-license {
126
- display: block;
127
- padding: 8px 10px;
128
- color: #fff;
129
- }
130
- #premium-template-modal-header-actions .template-library-activate-license:hover {
131
- color: #fff;
132
- opacity: 0.85;
133
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
134
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
135
- }
136
- #premium-template-modal .elementor-library-error {
137
- margin: 18% 0 0;
138
- }
139
- #premium-template-modal .elementor-library-error-message {
140
- font-size: 18px;
141
- padding: 0 0 20px;
142
- }
143
- #premium-template-modal .elementor-library-error-link a {
144
- display: inline-block;
145
- color: #fff;
146
- background-image: none;
147
- background: #f47216;
148
- font-size: 13px;
149
- font-weight: 400;
150
- font-style: normal;
151
- text-transform: uppercase;
152
- line-height: 1;
153
- height: 40px;
154
- line-height: 40px;
155
- min-width: 170px;
156
- padding: 0 20px;
157
- border: none;
158
- border-radius: 3px;
159
- cursor: pointer;
160
- -webkit-transition: all 0.5s;
161
- transition: all 0.5s;
162
- }
163
- #premium-template-modal .elementor-library-error-link a:hover {
164
- opacity: 0.85;
165
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
166
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
167
- }
168
- #premium-modal-tabs-items {
169
- display: none;
170
- }
171
- #premium-template-modal-header-tabs {
172
- display: -webkit-box;
173
- display: -webkit-flex;
174
- display: -ms-flexbox;
175
- display: flex;
176
- flex: 2;
177
- -webkit-box-align: center;
178
- -webkit-align-items: center;
179
- -ms-flex-align: center;
180
- align-items: center;
181
- -webkit-box-pack: justify;
182
- -webkit-justify-content: space-between;
183
- -ms-flex-pack: justify;
184
- justify-content: space-between;
185
- }
186
- #premium-template-modal-header-logo-area {
187
- text-align: right;
188
- padding-right: 15px;
189
- }
190
- #premium-template-modal-header-logo-area > * {
191
- display: -webkit-box;
192
- display: -webkit-flex;
193
- display: -ms-flexbox;
194
- display: flex;
195
- -webkit-box-align: center;
196
- -webkit-align-items: center;
197
- -ms-flex-align: center;
198
- align-items: center;
199
- }
200
- #premium-template-modal-header-logo .premium-template-modal-header-logo-icon {
201
- margin-left: 5px;
202
- }
203
- #premium-template-modal-header-logo .premium-template-modal-header-logo-icon img {
204
- width: 30px;
205
- height: 30px;
206
- }
207
- #premium-template-modal-header-logo {
208
- color: #495157;
209
- line-height: 1;
210
- text-transform: uppercase;
211
- font-weight: 700;
212
- cursor: pointer;
213
- }
214
- #premium-template-library-content {
215
- display: -webkit-box;
216
- display: -ms-flexbox;
217
- display: flex;
218
- height: calc(100% - 20px);
219
- }
220
- #premium-template-library-content .premium-filters-list {
221
- width: 18%;
222
- padding: 0px 0px 10px 10px;
223
- height: 100%;
224
- overflow: auto;
225
- }
226
- #premium-template-library-content .premium-templates-wrap {
227
- width: 85%;
228
- }
229
- #premium-template-library-content .premium-templates-list {
230
- height: 100%;
231
- overflow: auto;
232
- margin-top: 12px;
233
- }
234
- #premium-template-library-content .premium-keywords-list {
235
- padding-right: 10px;
236
- }
237
- #elementor-template-library-filter {
238
- display: -webkit-box;
239
- display: -ms-flexbox;
240
- display: flex;
241
- align-items: center;
242
- }
243
- #elementor-template-library-filter label {
244
- color: #6d7882;
245
- font-size: 14px;
246
- font-weight: 500;
247
- margin-left: 0.5em;
248
- }
249
- #premium-template-modal .elementor-loader {
250
- position: relative;
251
- background-color: hsla(0, 0%, 100%, 0.9);
252
- }
253
- #premium-template-modal .elementor-loader .elementor-loader-box:first-of-type {
254
- left: 40px;
255
- top: 40px;
256
- width: 14px;
257
- height: 70px;
258
- }
259
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(2) {
260
- top: 40px;
261
- }
262
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(3) {
263
- top: 68px;
264
- }
265
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(4) {
266
- bottom: 40px;
267
- }
268
- #premium-template-modal .elementor-loader .elementor-loader-box:not(:first-of-type) {
269
- right: 40px;
270
- height: 14px;
271
- width: 42px;
272
- }
273
- #premium-template-library-content .premium-template-filter-label {
274
- display: block;
275
- position: relative;
276
- text-align: right;
277
- padding: 9px 0;
278
- }
279
- #premium-template-library-content .premium-template-filter-label input[type="radio"] {
280
- position: absolute;
281
- right: 0;
282
- top: 0;
283
- left: 0;
284
- bottom: 0;
285
- margin: 0;
286
- opacity: 0;
287
- display: block;
288
- width: 100%;
289
- height: 100%;
290
- cursor: pointer;
291
- }
292
- .premium-template-filter-label span {
293
- color: #6d7882;
294
- }
295
- #premium-template-library-content .premium-template-filter-label:hover span,
296
- #premium-template-library-content .premium-template-filter-label input:checked + span {
297
- color: #f47216;
298
- }
299
- #premium-template-library-content .premium-template-filter-item {
300
- border-top: 1px solid rgba(213, 218, 223, 0.5);
301
- }
302
- #premium-template-library-content .premium-template-filter-item:first-child {
303
- border-top: none;
304
- }
305
- #premium-template-library-content .premium-templates-wrap {
306
- width: 100%;
307
- }
308
- #premium-template-library-content .premium-template-insert {
309
- padding: 5px 12px;
310
- }
311
- #premium-template-library-content .premium-template-insert i {
312
- margin-left: 2px;
313
- }
314
- #premium-template-library-content .premium-template-insert span {
315
- font-size: 11px;
316
- }
317
- #premium-template-library-content .elementor-template-library-template-name {
318
- width: 200px;
319
- }
320
- #premium-modal-templates-container {
321
- display: -webkit-box;
322
- display: -ms-flexbox;
323
- display: flex;
324
- -ms-flex-wrap: wrap;
325
- flex-wrap: wrap;
326
- -webkit-box-align: start;
327
- -ms-flex-align: start;
328
- align-items: flex-start;
329
- }
330
- #premium-modal-templates-container .elementor-template-library-template {
331
- position: relative;
332
- background: #fff;
333
- }
334
- #premium-modal-templates-container .premium-template-pro::before {
335
- position: absolute;
336
- left: -76px;
337
- top: 2px;
338
- content: "PRO";
339
- z-index: 10;
340
- width: 180px;
341
- height: 20px;
342
- padding: 0 20px;
343
- font-size: 12px;
344
- line-height: 10px;
345
- text-align: center;
346
- color: #fff;
347
- font-weight: bold;
348
- box-shadow: 0px 1px 3px #888888;
349
- background: #f47216;
350
- border-top: 5px solid #f47216;
351
- border-bottom: 5px solid #f47216;
352
- -webkit-transform: rotate(-35deg);
353
- transform: rotate(-35deg);
354
- }
355
- #premium-modal-templates-container .elementor-template-library-template-remote {
356
- width: calc(33.3333% - 30px);
357
- }
358
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-controls {
359
- position: absolute;
360
- background-color: #fff;
361
- right: 0;
362
- bottom: -15px;
363
- left: 0;
364
- display: -webkit-box;
365
- display: -ms-flexbox;
366
- display: flex;
367
- -webkit-box-pack: justify;
368
- -ms-flex-pack: justify;
369
- -webkit-transition: all 0.3s ease;
370
- transition: all 0.3s ease;
371
- justify-content: center;
372
- padding: 9px 8px 9px 10px;
373
- z-index: 10;
374
- }
375
- #premium-template-library-content
376
- #premium-modal-templates-container
377
- .elementor-template-library-template:hover
378
- .elementor-template-library-template-controls {
379
- bottom: 0;
380
- }
381
- #premium-template-library-content #premium-modal-templates-container .premium-template-insert {
382
- padding: 0;
383
- margin: 0;
384
- color: #39b54a;
385
- background: none;
386
- text-transform: none;
387
- font-size: 12px;
388
- }
389
- #premium-template-library-content #premium-modal-templates-container .premium-clone-template {
390
- background: none;
391
- border: none;
392
- padding: 0;
393
- margin: 0;
394
- color: #9b0a46;
395
- cursor: pointer;
396
- display: none;
397
- font-size: 12px;
398
- -webkit-box-shadow: none;
399
- box-shadow: none;
400
- outline: none;
401
- font-weight: bold;
402
- }
403
- div.premium-template-has-url:hover .premium-clone-template {
404
- display: block !important;
405
- }
406
- #premium-template-library-content #premium-modal-templates-container .premium-template-insert:hover {
407
- -webkit-box-shadow: none;
408
- box-shadow: none;
409
- }
410
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name {
411
- padding: 5px 0 0;
412
- text-align: center;
413
- display: block !important;
414
- }
415
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name-holder {
416
- height: 23px;
417
- }
418
- #premium-template-library-content #premium-modal-templates-container .template-library-activate-license {
419
- display: none;
420
- color: #fcb92c;
421
- font-size: 12px;
422
- }
423
- #premium-template-library-content #premium-modal-templates-container .template-library-activate-license:hover {
424
- color: #d89403;
425
- }
426
- #premium-template-library-content
427
- #premium-modal-templates-container
428
- .elementor-template-library-template:hover
429
- .elementor-template-library-template-name {
430
- opacity: 0;
431
- }
432
- .library-tab-premium_page #premium-modal-templates-container .elementor-template-library-template-remote {
433
- width: calc(25% - 20px);
434
- margin: 10px;
435
- }
436
- .library-tab-premium_page
437
- #premium-modal-templates-container
438
- .elementor-template-library-template-remote
439
- .elementor-template-library-template-action {
440
- padding: 8px;
441
- }
442
- #premium-modal-templates-container .premium-template-no-url .elementor-template-library-template-preview {
443
- cursor: default !important;
444
- opacity: 0 !important;
445
- }
446
- #premium-modal-templates-container .premium-template-no-url .fa-search-plus {
447
- display: none !important;
448
- }
449
- #premium-modal-templates-container .elementor-template-library-template:hover .template-library-activate-license {
450
- display: block !important;
451
- }
452
- .elementor-template-library-template-screenshot img {
453
- width: 100%;
454
- max-width: 100%;
455
- height: auto;
456
- display: block;
457
- }
458
- /* * Preview Iframe */
459
- #premium-templatate-item-preview-wrap,
460
- #premium-templatate-item-preview-wrap .premium-template-item-preview-iframe {
461
- height: 100%;
462
- overflow: hidden;
463
- }
464
- #premium-templatate-item-preview-wrap iframe {
465
- height: 140%;
466
- -webkit-transform: scale(0.666) translateX(25%) translateY(-25%);
467
- -ms-transform: scale(0.666) translateX(25%) translateY(-25%);
468
- transform: scale(0.666) translateX(25%) translateY(-25%);
469
- }
470
- @media (max-width: 1439px) {
471
- #premium-templatate-item-preview-wrap iframe {
472
- width: 1440px;
473
- }
474
- }
475
- @media (min-width: 1440px) {
476
- #premium-templatate-item-preview-wrap iframe {
477
- width: 1710px;
478
- }
479
- }
480
- .premium-template-item-notice div {
481
- color: #31708f;
482
- background-color: #d9edf7;
483
- border-color: #bcdff1;
484
- padding: 15px;
485
- border-right: 5px solid #bcdff1;
486
- position: relative;
487
- text-align: right;
488
- margin-bottom: 8px;
489
- }
1
+ #premium-template-modal .dialog-widget-content {
2
+ background-color: #f1f3f5;
3
+ width: 100%;
4
+ }
5
+ @media (max-width: 1439px) {
6
+ #premium-template-modal .dialog-widget-content {
7
+ max-width: 990px;
8
+ }
9
+ }
10
+ @media (min-width: 1440px) {
11
+ #premium-template-modal .dialog-widget-content {
12
+ max-width: 1200px;
13
+ }
14
+ }
15
+ #premium-template-modal .dialog-widget-header,
16
+ #premium-template-modal .dialog-header {
17
+ padding: 0;
18
+ background-color: #fff;
19
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
20
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
21
+ position: relative;
22
+ z-index: 1;
23
+ }
24
+ #premium-template-modal .dialog-buttons-wrapper {
25
+ display: none;
26
+ }
27
+ #premium-template-modal a,
28
+ #premium-template-modal a:hover {
29
+ color: inherit;
30
+ }
31
+ #premium-template-modal a.elementor-template-library-blank-footer-link {
32
+ -webkit-transition: color 0.5s;
33
+ transition: color 0.5s;
34
+ }
35
+ #premium-template-modal a.elementor-template-library-blank-footer-link:hover {
36
+ color: #9b0a46;
37
+ }
38
+ #premium-template-modal .elementor-button {
39
+ text-transform: uppercase;
40
+ }
41
+ #premium-template-modal ::-webkit-scrollbar {
42
+ width: 6px;
43
+ height: 0;
44
+ border-radius: 3px;
45
+ }
46
+ #premium-template-modal ::-webkit-scrollbar-button {
47
+ width: 0;
48
+ height: 10px;
49
+ }
50
+ #premium-template-modal ::-webkit-scrollbar-thumb {
51
+ background-color: #d5dadf;
52
+ border: 0 none #d5dadf;
53
+ border-radius: 0;
54
+ border-radius: 3px;
55
+ }
56
+ #premium-template-modal ::-webkit-scrollbar-track {
57
+ border: 0 none #fff;
58
+ border-radius: 0;
59
+ }
60
+ #premium-template-modal ::-webkit-scrollbar-corner {
61
+ background: transparent;
62
+ }
63
+ #premium-template-modal-header {
64
+ display: -webkit-box;
65
+ display: -ms-flexbox;
66
+ display: flex;
67
+ -webkit-box-pack: justify;
68
+ -ms-flex-pack: justify;
69
+ display: -webkit-box;
70
+ display: -webkit-flex;
71
+ display: -ms-flexbox;
72
+ display: flex;
73
+ -webkit-box-align: center;
74
+ -webkit-align-items: center;
75
+ -ms-flex-align: center;
76
+ align-items: center;
77
+ -webkit-box-pack: justify;
78
+ -ms-flex-pack: justify;
79
+
80
+ height: 50px;
81
+ }
82
+ #premium-template-modal-header .premium-template-modal-back {
83
+ background: none;
84
+ border: none;
85
+ border-left: 1px solid #e6e9ec;
86
+ padding: 15px 15px 15px 20px;
87
+ line-height: 20px;
88
+ font-size: 13px;
89
+ font-weight: 700;
90
+ outline: none;
91
+ -webkit-transition: all 200ms linear;
92
+ transition: all 200ms linear;
93
+ cursor: pointer;
94
+ color: #6d7882;
95
+ }
96
+ #premium-template-modal-header .premium-template-modal-back:not(:hover) {
97
+ color: #a4afb7;
98
+ }
99
+ #premium-template-modal-header .elementor-button {
100
+ padding: 8px 10px;
101
+ }
102
+ #premium-template-modal-header-close-modal {
103
+ width: 45px;
104
+ border-right: 1px solid #e6e9ec;
105
+ display: -webkit-box;
106
+ display: -ms-flexbox;
107
+ display: flex;
108
+ -webkit-box-align: center;
109
+ -ms-flex-align: center;
110
+ align-items: center;
111
+ -webkit-box-pack: center;
112
+ -ms-flex-pack: center;
113
+ justify-content: center;
114
+ cursor: pointer;
115
+ -webkit-transition: all 200ms linear;
116
+ transition: all 200ms linear;
117
+ }
118
+ #premium-template-modal-header-close-modal i {
119
+ color: #a4afb7;
120
+ font-size: 16px;
121
+ }
122
+ #premium-template-modal-header-close-modal:hover i {
123
+ color: #6d7882;
124
+ }
125
+ #premium-template-modal-header-actions .template-library-activate-license {
126
+ display: block;
127
+ padding: 8px 10px;
128
+ color: #fff;
129
+ }
130
+ #premium-template-modal-header-actions .template-library-activate-license:hover {
131
+ color: #fff;
132
+ opacity: 0.85;
133
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
134
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
135
+ }
136
+ #premium-template-modal .elementor-library-error {
137
+ margin: 18% 0 0;
138
+ }
139
+ #premium-template-modal .elementor-library-error-message {
140
+ font-size: 18px;
141
+ padding: 0 0 20px;
142
+ }
143
+ #premium-template-modal .elementor-library-error-link a {
144
+ display: inline-block;
145
+ color: #fff;
146
+ background-image: none;
147
+ background: #f47216;
148
+ font-size: 13px;
149
+ font-weight: 400;
150
+ font-style: normal;
151
+ text-transform: uppercase;
152
+ line-height: 1;
153
+ height: 40px;
154
+ line-height: 40px;
155
+ min-width: 170px;
156
+ padding: 0 20px;
157
+ border: none;
158
+ border-radius: 3px;
159
+ cursor: pointer;
160
+ -webkit-transition: all 0.5s;
161
+ transition: all 0.5s;
162
+ }
163
+ #premium-template-modal .elementor-library-error-link a:hover {
164
+ opacity: 0.85;
165
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
166
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
167
+ }
168
+ #premium-modal-tabs-items {
169
+ display: none;
170
+ }
171
+ #premium-template-modal-header-tabs {
172
+ display: -webkit-box;
173
+ display: -webkit-flex;
174
+ display: -ms-flexbox;
175
+ display: flex;
176
+ flex: 2;
177
+ -webkit-box-align: center;
178
+ -webkit-align-items: center;
179
+ -ms-flex-align: center;
180
+ align-items: center;
181
+ -webkit-box-pack: justify;
182
+ -webkit-justify-content: space-between;
183
+ -ms-flex-pack: justify;
184
+ justify-content: space-between;
185
+ }
186
+ #premium-template-modal-header-logo-area {
187
+ text-align: right;
188
+ padding-right: 15px;
189
+ }
190
+ #premium-template-modal-header-logo-area > * {
191
+ display: -webkit-box;
192
+ display: -webkit-flex;
193
+ display: -ms-flexbox;
194
+ display: flex;
195
+ -webkit-box-align: center;
196
+ -webkit-align-items: center;
197
+ -ms-flex-align: center;
198
+ align-items: center;
199
+ }
200
+ #premium-template-modal-header-logo .premium-template-modal-header-logo-icon {
201
+ margin-left: 5px;
202
+ }
203
+ #premium-template-modal-header-logo .premium-template-modal-header-logo-icon img {
204
+ width: 30px;
205
+ height: 30px;
206
+ }
207
+ #premium-template-modal-header-logo {
208
+ color: #495157;
209
+ line-height: 1;
210
+ text-transform: uppercase;
211
+ font-weight: 700;
212
+ cursor: pointer;
213
+ }
214
+ #premium-template-library-content {
215
+ display: -webkit-box;
216
+ display: -ms-flexbox;
217
+ display: flex;
218
+ height: calc(100% - 20px);
219
+ }
220
+ #premium-template-library-content .premium-filters-list {
221
+ width: 18%;
222
+ padding: 0px 0px 10px 10px;
223
+ height: 100%;
224
+ overflow: auto;
225
+ }
226
+ #premium-template-library-content .premium-templates-wrap {
227
+ width: 85%;
228
+ }
229
+ #premium-template-library-content .premium-templates-list {
230
+ height: 100%;
231
+ overflow: auto;
232
+ margin-top: 12px;
233
+ }
234
+ #premium-template-library-content .premium-keywords-list {
235
+ padding-right: 10px;
236
+ }
237
+ #elementor-template-library-filter {
238
+ display: -webkit-box;
239
+ display: -ms-flexbox;
240
+ display: flex;
241
+ align-items: center;
242
+ }
243
+ #elementor-template-library-filter label {
244
+ color: #6d7882;
245
+ font-size: 14px;
246
+ font-weight: 500;
247
+ margin-left: 0.5em;
248
+ }
249
+ #premium-template-modal .elementor-loader {
250
+ position: relative;
251
+ background-color: hsla(0, 0%, 100%, 0.9);
252
+ }
253
+ #premium-template-modal .elementor-loader .elementor-loader-box:first-of-type {
254
+ left: 40px;
255
+ top: 40px;
256
+ width: 14px;
257
+ height: 70px;
258
+ }
259
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(2) {
260
+ top: 40px;
261
+ }
262
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(3) {
263
+ top: 68px;
264
+ }
265
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(4) {
266
+ bottom: 40px;
267
+ }
268
+ #premium-template-modal .elementor-loader .elementor-loader-box:not(:first-of-type) {
269
+ right: 40px;
270
+ height: 14px;
271
+ width: 42px;
272
+ }
273
+ #premium-template-library-content .premium-template-filter-label {
274
+ display: block;
275
+ position: relative;
276
+ text-align: right;
277
+ padding: 9px 0;
278
+ }
279
+ #premium-template-library-content .premium-template-filter-label input[type="radio"] {
280
+ position: absolute;
281
+ right: 0;
282
+ top: 0;
283
+ left: 0;
284
+ bottom: 0;
285
+ margin: 0;
286
+ opacity: 0;
287
+ display: block;
288
+ width: 100%;
289
+ height: 100%;
290
+ cursor: pointer;
291
+ }
292
+ .premium-template-filter-label span {
293
+ color: #6d7882;
294
+ }
295
+ #premium-template-library-content .premium-template-filter-label:hover span,
296
+ #premium-template-library-content .premium-template-filter-label input:checked + span {
297
+ color: #f47216;
298
+ }
299
+ #premium-template-library-content .premium-template-filter-item {
300
+ border-top: 1px solid rgba(213, 218, 223, 0.5);
301
+ }
302
+ #premium-template-library-content .premium-template-filter-item:first-child {
303
+ border-top: none;
304
+ }
305
+ #premium-template-library-content .premium-templates-wrap {
306
+ width: 100%;
307
+ }
308
+ #premium-template-library-content .premium-template-insert {
309
+ padding: 5px 12px;
310
+ }
311
+ #premium-template-library-content .premium-template-insert i {
312
+ margin-left: 2px;
313
+ }
314
+ #premium-template-library-content .premium-template-insert span {
315
+ font-size: 11px;
316
+ }
317
+ #premium-template-library-content .elementor-template-library-template-name {
318
+ width: 200px;
319
+ }
320
+ #premium-modal-templates-container {
321
+ display: -webkit-box;
322
+ display: -ms-flexbox;
323
+ display: flex;
324
+ -ms-flex-wrap: wrap;
325
+ flex-wrap: wrap;
326
+ -webkit-box-align: start;
327
+ -ms-flex-align: start;
328
+ align-items: flex-start;
329
+ }
330
+ #premium-modal-templates-container .elementor-template-library-template {
331
+ position: relative;
332
+ background: #fff;
333
+ }
334
+ #premium-modal-templates-container .premium-template-pro::before {
335
+ position: absolute;
336
+ left: -76px;
337
+ top: 2px;
338
+ content: "PRO";
339
+ z-index: 10;
340
+ width: 180px;
341
+ height: 20px;
342
+ padding: 0 20px;
343
+ font-size: 12px;
344
+ line-height: 10px;
345
+ text-align: center;
346
+ color: #fff;
347
+ font-weight: bold;
348
+ box-shadow: 0px 1px 3px #888888;
349
+ background: #f47216;
350
+ border-top: 5px solid #f47216;
351
+ border-bottom: 5px solid #f47216;
352
+ -webkit-transform: rotate(-35deg);
353
+ transform: rotate(-35deg);
354
+ }
355
+ #premium-modal-templates-container .elementor-template-library-template-remote {
356
+ width: calc(33.3333% - 30px);
357
+ }
358
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-controls {
359
+ position: absolute;
360
+ background-color: #fff;
361
+ right: 0;
362
+ bottom: -15px;
363
+ left: 0;
364
+ display: -webkit-box;
365
+ display: -ms-flexbox;
366
+ display: flex;
367
+ -webkit-box-pack: justify;
368
+ -ms-flex-pack: justify;
369
+ -webkit-transition: all 0.3s ease;
370
+ transition: all 0.3s ease;
371
+ justify-content: center;
372
+ padding: 9px 8px 9px 10px;
373
+ z-index: 10;
374
+ }
375
+ #premium-template-library-content
376
+ #premium-modal-templates-container
377
+ .elementor-template-library-template:hover
378
+ .elementor-template-library-template-controls {
379
+ bottom: 0;
380
+ }
381
+ #premium-template-library-content #premium-modal-templates-container .premium-template-insert {
382
+ padding: 0;
383
+ margin: 0;
384
+ color: #39b54a;
385
+ background: none;
386
+ text-transform: none;
387
+ font-size: 12px;
388
+ }
389
+ #premium-template-library-content #premium-modal-templates-container .premium-clone-template {
390
+ background: none;
391
+ border: none;
392
+ padding: 0;
393
+ margin: 0;
394
+ color: #9b0a46;
395
+ cursor: pointer;
396
+ display: none;
397
+ font-size: 12px;
398
+ -webkit-box-shadow: none;
399
+ box-shadow: none;
400
+ outline: none;
401
+ font-weight: bold;
402
+ }
403
+ div.premium-template-has-url:hover .premium-clone-template {
404
+ display: block !important;
405
+ }
406
+ #premium-template-library-content #premium-modal-templates-container .premium-template-insert:hover {
407
+ -webkit-box-shadow: none;
408
+ box-shadow: none;
409
+ }
410
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name {
411
+ padding: 5px 0 0;
412
+ text-align: center;
413
+ display: block !important;
414
+ }
415
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name-holder {
416
+ height: 23px;
417
+ }
418
+ #premium-template-library-content #premium-modal-templates-container .template-library-activate-license {
419
+ display: none;
420
+ color: #fcb92c;
421
+ font-size: 12px;
422
+ }
423
+ #premium-template-library-content #premium-modal-templates-container .template-library-activate-license:hover {
424
+ color: #d89403;
425
+ }
426
+ #premium-template-library-content
427
+ #premium-modal-templates-container
428
+ .elementor-template-library-template:hover
429
+ .elementor-template-library-template-name {
430
+ opacity: 0;
431
+ }
432
+ .library-tab-premium_page #premium-modal-templates-container .elementor-template-library-template-remote {
433
+ width: calc(25% - 20px);
434
+ margin: 10px;
435
+ }
436
+ .library-tab-premium_page
437
+ #premium-modal-templates-container
438
+ .elementor-template-library-template-remote
439
+ .elementor-template-library-template-action {
440
+ padding: 8px;
441
+ }
442
+ #premium-modal-templates-container .premium-template-no-url .elementor-template-library-template-preview {
443
+ cursor: default !important;
444
+ opacity: 0 !important;
445
+ }
446
+ #premium-modal-templates-container .premium-template-no-url .fa-search-plus {
447
+ display: none !important;
448
+ }
449
+ #premium-modal-templates-container .elementor-template-library-template:hover .template-library-activate-license {
450
+ display: block !important;
451
+ }
452
+ .elementor-template-library-template-screenshot img {
453
+ width: 100%;
454
+ max-width: 100%;
455
+ height: auto;
456
+ display: block;
457
+ }
458
+ /* * Preview Iframe */
459
+ #premium-templatate-item-preview-wrap,
460
+ #premium-templatate-item-preview-wrap .premium-template-item-preview-iframe {
461
+ height: 100%;
462
+ overflow: hidden;
463
+ }
464
+ #premium-templatate-item-preview-wrap iframe {
465
+ height: 140%;
466
+ -webkit-transform: scale(0.666) translateX(25%) translateY(-25%);
467
+ -ms-transform: scale(0.666) translateX(25%) translateY(-25%);
468
+ transform: scale(0.666) translateX(25%) translateY(-25%);
469
+ }
470
+ @media (max-width: 1439px) {
471
+ #premium-templatate-item-preview-wrap iframe {
472
+ width: 1440px;
473
+ }
474
+ }
475
+ @media (min-width: 1440px) {
476
+ #premium-templatate-item-preview-wrap iframe {
477
+ width: 1710px;
478
+ }
479
+ }
480
+ .premium-template-item-notice div {
481
+ color: #31708f;
482
+ background-color: #d9edf7;
483
+ border-color: #bcdff1;
484
+ padding: 15px;
485
+ border-right: 5px solid #bcdff1;
486
+ position: relative;
487
+ text-align: right;
488
+ margin-bottom: 8px;
489
+ }
assets/editor/templates/css/editor.css CHANGED
@@ -1,489 +1,489 @@
1
- #premium-template-modal .dialog-widget-content {
2
- background-color: #f1f3f5;
3
- width: 100%;
4
- }
5
- @media (max-width: 1439px) {
6
- #premium-template-modal .dialog-widget-content {
7
- max-width: 990px;
8
- }
9
- }
10
- @media (min-width: 1440px) {
11
- #premium-template-modal .dialog-widget-content {
12
- max-width: 1200px;
13
- }
14
- }
15
- #premium-template-modal .dialog-widget-header,
16
- #premium-template-modal .dialog-header {
17
- padding: 0;
18
- background-color: #fff;
19
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
20
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
21
- position: relative;
22
- z-index: 1;
23
- }
24
- #premium-template-modal .dialog-buttons-wrapper {
25
- display: none;
26
- }
27
- #premium-template-modal a,
28
- #premium-template-modal a:hover {
29
- color: inherit;
30
- }
31
- #premium-template-modal a.elementor-template-library-blank-footer-link {
32
- -webkit-transition: color 0.5s;
33
- transition: color 0.5s;
34
- }
35
- #premium-template-modal a.elementor-template-library-blank-footer-link:hover {
36
- color: #9b0a46;
37
- }
38
- #premium-template-modal .elementor-button {
39
- text-transform: uppercase;
40
- }
41
- #premium-template-modal ::-webkit-scrollbar {
42
- width: 6px;
43
- height: 0;
44
- border-radius: 3px;
45
- }
46
- #premium-template-modal ::-webkit-scrollbar-button {
47
- width: 0;
48
- height: 10px;
49
- }
50
- #premium-template-modal ::-webkit-scrollbar-thumb {
51
- background-color: #d5dadf;
52
- border: 0 none #d5dadf;
53
- border-radius: 0;
54
- border-radius: 3px;
55
- }
56
- #premium-template-modal ::-webkit-scrollbar-track {
57
- border: 0 none #fff;
58
- border-radius: 0;
59
- }
60
- #premium-template-modal ::-webkit-scrollbar-corner {
61
- background: transparent;
62
- }
63
- #premium-template-modal-header {
64
- display: -webkit-box;
65
- display: -ms-flexbox;
66
- display: flex;
67
- -webkit-box-pack: justify;
68
- -ms-flex-pack: justify;
69
- display: -webkit-box;
70
- display: -webkit-flex;
71
- display: -ms-flexbox;
72
- display: flex;
73
- -webkit-box-align: center;
74
- -webkit-align-items: center;
75
- -ms-flex-align: center;
76
- align-items: center;
77
- -webkit-box-pack: justify;
78
- -ms-flex-pack: justify;
79
-
80
- height: 50px;
81
- }
82
- #premium-template-modal-header .premium-template-modal-back {
83
- background: none;
84
- border: none;
85
- border-right: 1px solid #e6e9ec;
86
- padding: 15px 20px 15px 15px;
87
- line-height: 20px;
88
- font-size: 13px;
89
- font-weight: 700;
90
- outline: none;
91
- -webkit-transition: all 200ms linear;
92
- transition: all 200ms linear;
93
- cursor: pointer;
94
- color: #6d7882;
95
- }
96
- #premium-template-modal-header .premium-template-modal-back:not(:hover) {
97
- color: #a4afb7;
98
- }
99
- #premium-template-modal-header .elementor-button {
100
- padding: 8px 10px;
101
- }
102
- #premium-template-modal-header-close-modal {
103
- width: 45px;
104
- border-left: 1px solid #e6e9ec;
105
- display: -webkit-box;
106
- display: -ms-flexbox;
107
- display: flex;
108
- -webkit-box-align: center;
109
- -ms-flex-align: center;
110
- align-items: center;
111
- -webkit-box-pack: center;
112
- -ms-flex-pack: center;
113
- justify-content: center;
114
- cursor: pointer;
115
- -webkit-transition: all 200ms linear;
116
- transition: all 200ms linear;
117
- }
118
- #premium-template-modal-header-close-modal i {
119
- color: #a4afb7;
120
- font-size: 16px;
121
- }
122
- #premium-template-modal-header-close-modal:hover i {
123
- color: #6d7882;
124
- }
125
- #premium-template-modal-header-actions .template-library-activate-license {
126
- display: block;
127
- padding: 8px 10px;
128
- color: #fff;
129
- }
130
- #premium-template-modal-header-actions .template-library-activate-license:hover {
131
- color: #fff;
132
- opacity: 0.85;
133
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
134
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
135
- }
136
- #premium-template-modal .elementor-library-error {
137
- margin: 18% 0 0;
138
- }
139
- #premium-template-modal .elementor-library-error-message {
140
- font-size: 18px;
141
- padding: 0 0 20px;
142
- }
143
- #premium-template-modal .elementor-library-error-link a {
144
- display: inline-block;
145
- color: #fff;
146
- background-image: none;
147
- background: #f47216;
148
- font-size: 13px;
149
- font-weight: 400;
150
- font-style: normal;
151
- text-transform: uppercase;
152
- line-height: 1;
153
- height: 40px;
154
- line-height: 40px;
155
- min-width: 170px;
156
- padding: 0 20px;
157
- border: none;
158
- border-radius: 3px;
159
- cursor: pointer;
160
- -webkit-transition: all 0.5s;
161
- transition: all 0.5s;
162
- }
163
- #premium-template-modal .elementor-library-error-link a:hover {
164
- opacity: 0.85;
165
- -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
166
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
167
- }
168
- #premium-modal-tabs-items {
169
- display: none;
170
- }
171
- #premium-template-modal-header-tabs {
172
- display: -webkit-box;
173
- display: -webkit-flex;
174
- display: -ms-flexbox;
175
- display: flex;
176
- flex: 2;
177
- -webkit-box-align: center;
178
- -webkit-align-items: center;
179
- -ms-flex-align: center;
180
- align-items: center;
181
- -webkit-box-pack: justify;
182
- -webkit-justify-content: space-between;
183
- -ms-flex-pack: justify;
184
- justify-content: space-between;
185
- }
186
- #premium-template-modal-header-logo-area {
187
- text-align: left;
188
- padding-left: 15px;
189
- }
190
- #premium-template-modal-header-logo-area > * {
191
- display: -webkit-box;
192
- display: -webkit-flex;
193
- display: -ms-flexbox;
194
- display: flex;
195
- -webkit-box-align: center;
196
- -webkit-align-items: center;
197
- -ms-flex-align: center;
198
- align-items: center;
199
- }
200
- #premium-template-modal-header-logo .premium-template-modal-header-logo-icon {
201
- margin-right: 5px;
202
- }
203
- #premium-template-modal-header-logo .premium-template-modal-header-logo-icon img {
204
- width: 30px;
205
- height: 30px;
206
- }
207
- #premium-template-modal-header-logo {
208
- color: #495157;
209
- line-height: 1;
210
- text-transform: uppercase;
211
- font-weight: 700;
212
- cursor: pointer;
213
- }
214
- #premium-template-library-content {
215
- display: -webkit-box;
216
- display: -ms-flexbox;
217
- display: flex;
218
- height: calc(100% - 20px);
219
- }
220
- #premium-template-library-content .premium-filters-list {
221
- width: 18%;
222
- padding: 0px 10px 10px 0px;
223
- height: 100%;
224
- overflow: auto;
225
- }
226
- #premium-template-library-content .premium-templates-wrap {
227
- width: 85%;
228
- }
229
- #premium-template-library-content .premium-templates-list {
230
- height: 100%;
231
- overflow: auto;
232
- margin-top: 12px;
233
- }
234
- #premium-template-library-content .premium-keywords-list {
235
- padding-left: 10px;
236
- }
237
- #elementor-template-library-filter {
238
- display: -webkit-box;
239
- display: -ms-flexbox;
240
- display: flex;
241
- align-items: center;
242
- }
243
- #elementor-template-library-filter label {
244
- color: #6d7882;
245
- font-size: 14px;
246
- font-weight: 500;
247
- margin-right: 0.5em;
248
- }
249
- #premium-template-modal .elementor-loader {
250
- position: relative;
251
- background-color: hsla(0, 0%, 100%, 0.9);
252
- }
253
- #premium-template-modal .elementor-loader .elementor-loader-box:first-of-type {
254
- left: 40px;
255
- top: 40px;
256
- width: 14px;
257
- height: 70px;
258
- }
259
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(2) {
260
- top: 40px;
261
- }
262
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(3) {
263
- top: 68px;
264
- }
265
- #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(4) {
266
- bottom: 40px;
267
- }
268
- #premium-template-modal .elementor-loader .elementor-loader-box:not(:first-of-type) {
269
- right: 40px;
270
- height: 14px;
271
- width: 42px;
272
- }
273
- #premium-template-library-content .premium-template-filter-label {
274
- display: block;
275
- position: relative;
276
- text-align: left;
277
- padding: 9px 0;
278
- }
279
- #premium-template-library-content .premium-template-filter-label input[type="radio"] {
280
- position: absolute;
281
- left: 0;
282
- top: 0;
283
- right: 0;
284
- bottom: 0;
285
- margin: 0;
286
- opacity: 0;
287
- display: block;
288
- width: 100%;
289
- height: 100%;
290
- cursor: pointer;
291
- }
292
- .premium-template-filter-label span {
293
- color: #6d7882;
294
- }
295
- #premium-template-library-content .premium-template-filter-label:hover span,
296
- #premium-template-library-content .premium-template-filter-label input:checked + span {
297
- color: #f47216;
298
- }
299
- #premium-template-library-content .premium-template-filter-item {
300
- border-top: 1px solid rgba(213, 218, 223, 0.5);
301
- }
302
- #premium-template-library-content .premium-template-filter-item:first-child {
303
- border-top: none;
304
- }
305
- #premium-template-library-content .premium-templates-wrap {
306
- width: 100%;
307
- }
308
- #premium-template-library-content .premium-template-insert {
309
- padding: 5px 12px;
310
- }
311
- #premium-template-library-content .premium-template-insert i {
312
- margin-right: 2px;
313
- }
314
- #premium-template-library-content .premium-template-insert span {
315
- font-size: 11px;
316
- }
317
- #premium-template-library-content .elementor-template-library-template-name {
318
- width: 200px;
319
- }
320
- #premium-modal-templates-container {
321
- display: -webkit-box;
322
- display: -ms-flexbox;
323
- display: flex;
324
- -ms-flex-wrap: wrap;
325
- flex-wrap: wrap;
326
- -webkit-box-align: start;
327
- -ms-flex-align: start;
328
- align-items: flex-start;
329
- }
330
- #premium-modal-templates-container .elementor-template-library-template {
331
- position: relative;
332
- background: #fff;
333
- }
334
- #premium-modal-templates-container .premium-template-pro::before {
335
- position: absolute;
336
- right: -76px;
337
- top: 2px;
338
- content: "PRO";
339
- z-index: 10;
340
- width: 180px;
341
- height: 20px;
342
- padding: 0 20px;
343
- font-size: 12px;
344
- line-height: 10px;
345
- text-align: center;
346
- color: #fff;
347
- font-weight: bold;
348
- box-shadow: 0px 1px 3px #888888;
349
- background: #f47216;
350
- border-top: 5px solid #f47216;
351
- border-bottom: 5px solid #f47216;
352
- -webkit-transform: rotate(35deg);
353
- transform: rotate(35deg);
354
- }
355
- #premium-modal-templates-container .elementor-template-library-template-remote {
356
- width: calc(33.3333% - 30px);
357
- }
358
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-controls {
359
- position: absolute;
360
- background-color: #fff;
361
- left: 0;
362
- bottom: -15px;
363
- right: 0;
364
- display: -webkit-box;
365
- display: -ms-flexbox;
366
- display: flex;
367
- -webkit-box-pack: justify;
368
- -ms-flex-pack: justify;
369
- -webkit-transition: all 0.3s ease;
370
- transition: all 0.3s ease;
371
- justify-content: center;
372
- padding: 9px 10px 9px 8px;
373
- z-index: 10;
374
- }
375
- #premium-template-library-content
376
- #premium-modal-templates-container
377
- .elementor-template-library-template:hover
378
- .elementor-template-library-template-controls {
379
- bottom: 0;
380
- }
381
- #premium-template-library-content #premium-modal-templates-container .premium-template-insert {
382
- padding: 0;
383
- margin: 0;
384
- color: #39b54a;
385
- background: none;
386
- text-transform: none;
387
- font-size: 12px;
388
- }
389
- #premium-template-library-content #premium-modal-templates-container .premium-clone-template {
390
- background: none;
391
- border: none;
392
- padding: 0;
393
- margin: 0;
394
- color: #9b0a46;
395
- cursor: pointer;
396
- display: none;
397
- font-size: 12px;
398
- -webkit-box-shadow: none;
399
- box-shadow: none;
400
- outline: none;
401
- font-weight: bold;
402
- }
403
- div.premium-template-has-url:hover .premium-clone-template {
404
- display: block !important;
405
- }
406
- #premium-template-library-content #premium-modal-templates-container .premium-template-insert:hover {
407
- -webkit-box-shadow: none;
408
- box-shadow: none;
409
- }
410
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name {
411
- padding: 5px 0 0;
412
- text-align: center;
413
- display: block !important;
414
- }
415
- #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name-holder {
416
- height: 23px;
417
- }
418
- #premium-template-library-content #premium-modal-templates-container .template-library-activate-license {
419
- display: none;
420
- color: #fcb92c;
421
- font-size: 12px;
422
- }
423
- #premium-template-library-content #premium-modal-templates-container .template-library-activate-license:hover {
424
- color: #d89403;
425
- }
426
- #premium-template-library-content
427
- #premium-modal-templates-container
428
- .elementor-template-library-template:hover
429
- .elementor-template-library-template-name {
430
- opacity: 0;
431
- }
432
- .library-tab-premium_page #premium-modal-templates-container .elementor-template-library-template-remote {
433
- width: calc(25% - 20px);
434
- margin: 10px;
435
- }
436
- .library-tab-premium_page
437
- #premium-modal-templates-container
438
- .elementor-template-library-template-remote
439
- .elementor-template-library-template-action {
440
- padding: 8px;
441
- }
442
- #premium-modal-templates-container .premium-template-no-url .elementor-template-library-template-preview {
443
- cursor: default !important;
444
- opacity: 0 !important;
445
- }
446
- #premium-modal-templates-container .premium-template-no-url .fa-search-plus {
447
- display: none !important;
448
- }
449
- #premium-modal-templates-container .elementor-template-library-template:hover .template-library-activate-license {
450
- display: block !important;
451
- }
452
- .elementor-template-library-template-screenshot img {
453
- width: 100%;
454
- max-width: 100%;
455
- height: auto;
456
- display: block;
457
- }
458
- /* * Preview Iframe */
459
- #premium-templatate-item-preview-wrap,
460
- #premium-templatate-item-preview-wrap .premium-template-item-preview-iframe {
461
- height: 100%;
462
- overflow: hidden;
463
- }
464
- #premium-templatate-item-preview-wrap iframe {
465
- height: 140%;
466
- -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%);
467
- -ms-transform: scale(0.666) translateX(-25%) translateY(-25%);
468
- transform: scale(0.666) translateX(-25%) translateY(-25%);
469
- }
470
- @media (max-width: 1439px) {
471
- #premium-templatate-item-preview-wrap iframe {
472
- width: 1440px;
473
- }
474
- }
475
- @media (min-width: 1440px) {
476
- #premium-templatate-item-preview-wrap iframe {
477
- width: 1710px;
478
- }
479
- }
480
- .premium-template-item-notice div {
481
- color: #31708f;
482
- background-color: #d9edf7;
483
- border-color: #bcdff1;
484
- padding: 15px;
485
- border-left: 5px solid #bcdff1;
486
- position: relative;
487
- text-align: left;
488
- margin-bottom: 8px;
489
- }
1
+ #premium-template-modal .dialog-widget-content {
2
+ background-color: #f1f3f5;
3
+ width: 100%;
4
+ }
5
+ @media (max-width: 1439px) {
6
+ #premium-template-modal .dialog-widget-content {
7
+ max-width: 990px;
8
+ }
9
+ }
10
+ @media (min-width: 1440px) {
11
+ #premium-template-modal .dialog-widget-content {
12
+ max-width: 1200px;
13
+ }
14
+ }
15
+ #premium-template-modal .dialog-widget-header,
16
+ #premium-template-modal .dialog-header {
17
+ padding: 0;
18
+ background-color: #fff;
19
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
20
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
21
+ position: relative;
22
+ z-index: 1;
23
+ }
24
+ #premium-template-modal .dialog-buttons-wrapper {
25
+ display: none;
26
+ }
27
+ #premium-template-modal a,
28
+ #premium-template-modal a:hover {
29
+ color: inherit;
30
+ }
31
+ #premium-template-modal a.elementor-template-library-blank-footer-link {
32
+ -webkit-transition: color 0.5s;
33
+ transition: color 0.5s;
34
+ }
35
+ #premium-template-modal a.elementor-template-library-blank-footer-link:hover {
36
+ color: #9b0a46;
37
+ }
38
+ #premium-template-modal .elementor-button {
39
+ text-transform: uppercase;
40
+ }
41
+ #premium-template-modal ::-webkit-scrollbar {
42
+ width: 6px;
43
+ height: 0;
44
+ border-radius: 3px;
45
+ }
46
+ #premium-template-modal ::-webkit-scrollbar-button {
47
+ width: 0;
48
+ height: 10px;
49
+ }
50
+ #premium-template-modal ::-webkit-scrollbar-thumb {
51
+ background-color: #d5dadf;
52
+ border: 0 none #d5dadf;
53
+ border-radius: 0;
54
+ border-radius: 3px;
55
+ }
56
+ #premium-template-modal ::-webkit-scrollbar-track {
57
+ border: 0 none #fff;
58
+ border-radius: 0;
59
+ }
60
+ #premium-template-modal ::-webkit-scrollbar-corner {
61
+ background: transparent;
62
+ }
63
+ #premium-template-modal-header {
64
+ display: -webkit-box;
65
+ display: -ms-flexbox;
66
+ display: flex;
67
+ -webkit-box-pack: justify;
68
+ -ms-flex-pack: justify;
69
+ display: -webkit-box;
70
+ display: -webkit-flex;
71
+ display: -ms-flexbox;
72
+ display: flex;
73
+ -webkit-box-align: center;
74
+ -webkit-align-items: center;
75
+ -ms-flex-align: center;
76
+ align-items: center;
77
+ -webkit-box-pack: justify;
78
+ -ms-flex-pack: justify;
79
+
80
+ height: 50px;
81
+ }
82
+ #premium-template-modal-header .premium-template-modal-back {
83
+ background: none;
84
+ border: none;
85
+ border-right: 1px solid #e6e9ec;
86
+ padding: 15px 20px 15px 15px;
87
+ line-height: 20px;
88
+ font-size: 13px;
89
+ font-weight: 700;
90
+ outline: none;
91
+ -webkit-transition: all 200ms linear;
92
+ transition: all 200ms linear;
93
+ cursor: pointer;
94
+ color: #6d7882;
95
+ }
96
+ #premium-template-modal-header .premium-template-modal-back:not(:hover) {
97
+ color: #a4afb7;
98
+ }
99
+ #premium-template-modal-header .elementor-button {
100
+ padding: 8px 10px;
101
+ }
102
+ #premium-template-modal-header-close-modal {
103
+ width: 45px;
104
+ border-left: 1px solid #e6e9ec;
105
+ display: -webkit-box;
106
+ display: -ms-flexbox;
107
+ display: flex;
108
+ -webkit-box-align: center;
109
+ -ms-flex-align: center;
110
+ align-items: center;
111
+ -webkit-box-pack: center;
112
+ -ms-flex-pack: center;
113
+ justify-content: center;
114
+ cursor: pointer;
115
+ -webkit-transition: all 200ms linear;
116
+ transition: all 200ms linear;
117
+ }
118
+ #premium-template-modal-header-close-modal i {
119
+ color: #a4afb7;
120
+ font-size: 16px;
121
+ }
122
+ #premium-template-modal-header-close-modal:hover i {
123
+ color: #6d7882;
124
+ }
125
+ #premium-template-modal-header-actions .template-library-activate-license {
126
+ display: block;
127
+ padding: 8px 10px;
128
+ color: #fff;
129
+ }
130
+ #premium-template-modal-header-actions .template-library-activate-license:hover {
131
+ color: #fff;
132
+ opacity: 0.85;
133
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
134
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
135
+ }
136
+ #premium-template-modal .elementor-library-error {
137
+ margin: 18% 0 0;
138
+ }
139
+ #premium-template-modal .elementor-library-error-message {
140
+ font-size: 18px;
141
+ padding: 0 0 20px;
142
+ }
143
+ #premium-template-modal .elementor-library-error-link a {
144
+ display: inline-block;
145
+ color: #fff;
146
+ background-image: none;
147
+ background: #f47216;
148
+ font-size: 13px;
149
+ font-weight: 400;
150
+ font-style: normal;
151
+ text-transform: uppercase;
152
+ line-height: 1;
153
+ height: 40px;
154
+ line-height: 40px;
155
+ min-width: 170px;
156
+ padding: 0 20px;
157
+ border: none;
158
+ border-radius: 3px;
159
+ cursor: pointer;
160
+ -webkit-transition: all 0.5s;
161
+ transition: all 0.5s;
162
+ }
163
+ #premium-template-modal .elementor-library-error-link a:hover {
164
+ opacity: 0.85;
165
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
166
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
167
+ }
168
+ #premium-modal-tabs-items {
169
+ display: none;
170
+ }
171
+ #premium-template-modal-header-tabs {
172
+ display: -webkit-box;
173
+ display: -webkit-flex;
174
+ display: -ms-flexbox;
175
+ display: flex;
176
+ flex: 2;
177
+ -webkit-box-align: center;
178
+ -webkit-align-items: center;
179
+ -ms-flex-align: center;
180
+ align-items: center;
181
+ -webkit-box-pack: justify;
182
+ -webkit-justify-content: space-between;
183
+ -ms-flex-pack: justify;
184
+ justify-content: space-between;
185
+ }
186
+ #premium-template-modal-header-logo-area {
187
+ text-align: left;
188
+ padding-left: 15px;
189
+ }
190
+ #premium-template-modal-header-logo-area > * {
191
+ display: -webkit-box;
192
+ display: -webkit-flex;
193
+ display: -ms-flexbox;
194
+ display: flex;
195
+ -webkit-box-align: center;
196
+ -webkit-align-items: center;
197
+ -ms-flex-align: center;
198
+ align-items: center;
199
+ }
200
+ #premium-template-modal-header-logo .premium-template-modal-header-logo-icon {
201
+ margin-right: 5px;
202
+ }
203
+ #premium-template-modal-header-logo .premium-template-modal-header-logo-icon img {
204
+ width: 30px;
205
+ height: 30px;
206
+ }
207
+ #premium-template-modal-header-logo {
208
+ color: #495157;
209
+ line-height: 1;
210
+ text-transform: uppercase;
211
+ font-weight: 700;
212
+ cursor: pointer;
213
+ }
214
+ #premium-template-library-content {
215
+ display: -webkit-box;
216
+ display: -ms-flexbox;
217
+ display: flex;
218
+ height: calc(100% - 20px);
219
+ }
220
+ #premium-template-library-content .premium-filters-list {
221
+ width: 18%;
222
+ padding: 0px 10px 10px 0px;
223
+ height: 100%;
224
+ overflow: auto;
225
+ }
226
+ #premium-template-library-content .premium-templates-wrap {
227
+ width: 85%;
228
+ }
229
+ #premium-template-library-content .premium-templates-list {
230
+ height: 100%;
231
+ overflow: auto;
232
+ margin-top: 12px;
233
+ }
234
+ #premium-template-library-content .premium-keywords-list {
235
+ padding-left: 10px;
236
+ }
237
+ #elementor-template-library-filter {
238
+ display: -webkit-box;
239
+ display: -ms-flexbox;
240
+ display: flex;
241
+ align-items: center;
242
+ }
243
+ #elementor-template-library-filter label {
244
+ color: #6d7882;
245
+ font-size: 14px;
246
+ font-weight: 500;
247
+ margin-right: 0.5em;
248
+ }
249
+ #premium-template-modal .elementor-loader {
250
+ position: relative;
251
+ background-color: hsla(0, 0%, 100%, 0.9);
252
+ }
253
+ #premium-template-modal .elementor-loader .elementor-loader-box:first-of-type {
254
+ left: 40px;
255
+ top: 40px;
256
+ width: 14px;
257
+ height: 70px;
258
+ }
259
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(2) {
260
+ top: 40px;
261
+ }
262
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(3) {
263
+ top: 68px;
264
+ }
265
+ #premium-template-modal .elementor-loader .elementor-loader-box:nth-of-type(4) {
266
+ bottom: 40px;
267
+ }
268
+ #premium-template-modal .elementor-loader .elementor-loader-box:not(:first-of-type) {
269
+ right: 40px;
270
+ height: 14px;
271
+ width: 42px;
272
+ }
273
+ #premium-template-library-content .premium-template-filter-label {
274
+ display: block;
275
+ position: relative;
276
+ text-align: left;
277
+ padding: 9px 0;
278
+ }
279
+ #premium-template-library-content .premium-template-filter-label input[type="radio"] {
280
+ position: absolute;
281
+ left: 0;
282
+ top: 0;
283
+ right: 0;
284
+ bottom: 0;
285
+ margin: 0;
286
+ opacity: 0;
287
+ display: block;
288
+ width: 100%;
289
+ height: 100%;
290
+ cursor: pointer;
291
+ }
292
+ .premium-template-filter-label span {
293
+ color: #6d7882;
294
+ }
295
+ #premium-template-library-content .premium-template-filter-label:hover span,
296
+ #premium-template-library-content .premium-template-filter-label input:checked + span {
297
+ color: #f47216;
298
+ }
299
+ #premium-template-library-content .premium-template-filter-item {
300
+ border-top: 1px solid rgba(213, 218, 223, 0.5);
301
+ }
302
+ #premium-template-library-content .premium-template-filter-item:first-child {
303
+ border-top: none;
304
+ }
305
+ #premium-template-library-content .premium-templates-wrap {
306
+ width: 100%;
307
+ }
308
+ #premium-template-library-content .premium-template-insert {
309
+ padding: 5px 12px;
310
+ }
311
+ #premium-template-library-content .premium-template-insert i {
312
+ margin-right: 2px;
313
+ }
314
+ #premium-template-library-content .premium-template-insert span {
315
+ font-size: 11px;
316
+ }
317
+ #premium-template-library-content .elementor-template-library-template-name {
318
+ width: 200px;
319
+ }
320
+ #premium-modal-templates-container {
321
+ display: -webkit-box;
322
+ display: -ms-flexbox;
323
+ display: flex;
324
+ -ms-flex-wrap: wrap;
325
+ flex-wrap: wrap;
326
+ -webkit-box-align: start;
327
+ -ms-flex-align: start;
328
+ align-items: flex-start;
329
+ }
330
+ #premium-modal-templates-container .elementor-template-library-template {
331
+ position: relative;
332
+ background: #fff;
333
+ }
334
+ #premium-modal-templates-container .premium-template-pro::before {
335
+ position: absolute;
336
+ right: -76px;
337
+ top: 2px;
338
+ content: "PRO";
339
+ z-index: 10;
340
+ width: 180px;
341
+ height: 20px;
342
+ padding: 0 20px;
343
+ font-size: 12px;
344
+ line-height: 10px;
345
+ text-align: center;
346
+ color: #fff;
347
+ font-weight: bold;
348
+ box-shadow: 0px 1px 3px #888888;
349
+ background: #f47216;
350
+ border-top: 5px solid #f47216;
351
+ border-bottom: 5px solid #f47216;
352
+ -webkit-transform: rotate(35deg);
353
+ transform: rotate(35deg);
354
+ }
355
+ #premium-modal-templates-container .elementor-template-library-template-remote {
356
+ width: calc(33.3333% - 30px);
357
+ }
358
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-controls {
359
+ position: absolute;
360
+ background-color: #fff;
361
+ left: 0;
362
+ bottom: -15px;
363
+ right: 0;
364
+ display: -webkit-box;
365
+ display: -ms-flexbox;
366
+ display: flex;
367
+ -webkit-box-pack: justify;
368
+ -ms-flex-pack: justify;
369
+ -webkit-transition: all 0.3s ease;
370
+ transition: all 0.3s ease;
371
+ justify-content: center;
372
+ padding: 9px 10px 9px 8px;
373
+ z-index: 10;
374
+ }
375
+ #premium-template-library-content
376
+ #premium-modal-templates-container
377
+ .elementor-template-library-template:hover
378
+ .elementor-template-library-template-controls {
379
+ bottom: 0;
380
+ }
381
+ #premium-template-library-content #premium-modal-templates-container .premium-template-insert {
382
+ padding: 0;
383
+ margin: 0;
384
+ color: #39b54a;
385
+ background: none;
386
+ text-transform: none;
387
+ font-size: 12px;
388
+ }
389
+ #premium-template-library-content #premium-modal-templates-container .premium-clone-template {
390
+ background: none;
391
+ border: none;
392
+ padding: 0;
393
+ margin: 0;
394
+ color: #9b0a46;
395
+ cursor: pointer;
396
+ display: none;
397
+ font-size: 12px;
398
+ -webkit-box-shadow: none;
399
+ box-shadow: none;
400
+ outline: none;
401
+ font-weight: bold;
402
+ }
403
+ div.premium-template-has-url:hover .premium-clone-template {
404
+ display: block !important;
405
+ }
406
+ #premium-template-library-content #premium-modal-templates-container .premium-template-insert:hover {
407
+ -webkit-box-shadow: none;
408
+ box-shadow: none;
409
+ }
410
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name {
411
+ padding: 5px 0 0;
412
+ text-align: center;
413
+ display: block !important;
414
+ }
415
+ #premium-template-library-content #premium-modal-templates-container .elementor-template-library-template-name-holder {
416
+ height: 23px;
417
+ }
418
+ #premium-template-library-content #premium-modal-templates-container .template-library-activate-license {
419
+ display: none;
420
+ color: #fcb92c;
421
+ font-size: 12px;
422
+ }
423
+ #premium-template-library-content #premium-modal-templates-container .template-library-activate-license:hover {
424
+ color: #d89403;
425
+ }
426
+ #premium-template-library-content
427
+ #premium-modal-templates-container
428
+ .elementor-template-library-template:hover
429
+ .elementor-template-library-template-name {
430
+ opacity: 0;
431
+ }
432
+ .library-tab-premium_page #premium-modal-templates-container .elementor-template-library-template-remote {
433
+ width: calc(25% - 20px);
434
+ margin: 10px;
435
+ }
436
+ .library-tab-premium_page
437
+ #premium-modal-templates-container
438
+ .elementor-template-library-template-remote
439
+ .elementor-template-library-template-action {
440
+ padding: 8px;
441
+ }
442
+ #premium-modal-templates-container .premium-template-no-url .elementor-template-library-template-preview {
443
+ cursor: default !important;
444
+ opacity: 0 !important;
445
+ }
446
+ #premium-modal-templates-container .premium-template-no-url .fa-search-plus {
447
+ display: none !important;
448
+ }
449
+ #premium-modal-templates-container .elementor-template-library-template:hover .template-library-activate-license {
450
+ display: block !important;
451
+ }
452
+ .elementor-template-library-template-screenshot img {
453
+ width: 100%;
454
+ max-width: 100%;
455
+ height: auto;
456
+ display: block;
457
+ }
458
+ /* * Preview Iframe */
459
+ #premium-templatate-item-preview-wrap,
460
+ #premium-templatate-item-preview-wrap .premium-template-item-preview-iframe {
461
+ height: 100%;
462
+ overflow: hidden;
463
+ }
464
+ #premium-templatate-item-preview-wrap iframe {
465
+ height: 140%;
466
+ -webkit-transform: scale(0.666) translateX(-25%) translateY(-25%);
467
+ -ms-transform: scale(0.666) translateX(-25%) translateY(-25%);
468
+ transform: scale(0.666) translateX(-25%) translateY(-25%);
469
+ }
470
+ @media (max-width: 1439px) {
471
+ #premium-templatate-item-preview-wrap iframe {
472
+ width: 1440px;
473
+ }
474
+ }
475
+ @media (min-width: 1440px) {
476
+ #premium-templatate-item-preview-wrap iframe {
477
+ width: 1710px;
478
+ }
479
+ }
480
+ .premium-template-item-notice div {
481
+ color: #31708f;
482
+ background-color: #d9edf7;
483
+ border-color: #bcdff1;
484
+ padding: 15px;
485
+ border-left: 5px solid #bcdff1;
486
+ position: relative;
487
+ text-align: left;
488
+ margin-bottom: 8px;
489
+ }
assets/editor/templates/css/preview-rtl.css CHANGED
@@ -1,5 +1,5 @@
1
- .elementor-add-new-section .pa-add-section-btn {
2
- color: #fff;
3
- background: #f47216;
4
- margin-left: 5px;
5
- }
1
+ .elementor-add-new-section .pa-add-section-btn {
2
+ color: #fff;
3
+ background: #f47216;
4
+ margin-left: 5px;
5
+ }
assets/editor/templates/css/preview.css CHANGED
@@ -1,5 +1,5 @@
1
- .elementor-add-new-section .pa-add-section-btn {
2
- color: #fff;
3
- background: #f47216;
4
- margin-right: 5px;
5
- }
1
+ .elementor-add-new-section .pa-add-section-btn {
2
+ color: #fff;
3
+ background: #f47216;
4
+ margin-right: 5px;
5
+ }
assets/editor/templates/js/editor.js CHANGED
@@ -1,1041 +1,1041 @@
1
- (function ($) {
2
-
3
- 'use strict';
4
-
5
- var PremiumTempsData = window.PremiumTempsData || {},
6
- PremiumEditor,
7
- PremiumEditorViews,
8
- PremiumControlsViews,
9
- PremiumModules;
10
-
11
- PremiumEditorViews = {
12
-
13
- ModalLayoutView: null,
14
- ModalHeaderView: null,
15
- ModalHeaderInsertButton: null,
16
- ModalLoadingView: null,
17
- ModalBodyView: null,
18
- ModalErrorView: null,
19
- LibraryCollection: null,
20
- KeywordsModel: null,
21
- ModalCollectionView: null,
22
- ModalTabsCollection: null,
23
- ModalTabsCollectionView: null,
24
- FiltersCollectionView: null,
25
- FiltersItemView: null,
26
- ModalTabsItemView: null,
27
- ModalTemplateItemView: null,
28
- ModalInsertTemplateBehavior: null,
29
- ModalTemplateModel: null,
30
- CategoriesCollection: null,
31
- ModalPreviewView: null,
32
- ModalHeaderBack: null,
33
- ModalHeaderLogo: null,
34
- KeywordsView: null,
35
- TabModel: null,
36
- CategoryModel: null,
37
-
38
- init: function () {
39
- var self = this;
40
-
41
- self.ModalTemplateModel = Backbone.Model.extend({
42
- defaults: {
43
- template_id: 0,
44
- name: '',
45
- title: '',
46
- thumbnail: '',
47
- preview: '',
48
- source: '',
49
- categories: [],
50
- keywords: []
51
- }
52
- });
53
-
54
- self.ModalHeaderView = Marionette.LayoutView.extend({
55
-
56
- id: 'premium-template-modal-header',
57
- template: '#tmpl-premium-template-modal-header',
58
-
59
- ui: {
60
- closeModal: '#premium-template-modal-header-close-modal'
61
- },
62
-
63
- events: {
64
- 'click @ui.closeModal': 'onCloseModalClick'
65
- },
66
-
67
- regions: {
68
- headerLogo: '#premium-template-modal-header-logo-area',
69
- headerTabs: '#premium-template-modal-header-tabs',
70
- headerActions: '#premium-template-modal-header-actions'
71
- },
72
-
73
- onCloseModalClick: function () {
74
- PremiumEditor.closeModal();
75
- }
76
-
77
- });
78
-
79
- self.TabModel = Backbone.Model.extend({
80
- defaults: {
81
- slug: '',
82
- title: ''
83
- }
84
- });
85
-
86
- self.LibraryCollection = Backbone.Collection.extend({
87
- model: self.ModalTemplateModel
88
- });
89
-
90
- self.ModalTabsCollection = Backbone.Collection.extend({
91
- model: self.TabModel
92
- });
93
-
94
- self.CategoryModel = Backbone.Model.extend({
95
- defaults: {
96
- slug: '',
97
- title: ''
98
- }
99
- });
100
-
101
- self.KeywordsModel = Backbone.Model.extend({
102
- defaults: {
103
- keywords: {}
104
- }
105
- });
106
-
107
- self.CategoriesCollection = Backbone.Collection.extend({
108
- model: self.CategoryModel
109
- });
110
-
111
- self.KeywordsView = Marionette.ItemView.extend({
112
- id: 'elementor-template-library-filter',
113
- template: '#tmpl-premium-template-modal-keywords',
114
- ui: {
115
- keywords: '.premium-library-keywords'
116
- },
117
-
118
- events: {
119
- 'change @ui.keywords': 'onSelectKeyword'
120
- },
121
-
122
- onSelectKeyword: function (event) {
123
- var selected = event.currentTarget.selectedOptions[0].value;
124
- PremiumEditor.setFilter('keyword', selected);
125
- },
126
-
127
- onRender: function () {
128
- var $filters = this.$('.premium-library-keywords');
129
- $filters.select2({
130
- placeholder: 'Choose Widget',
131
- allowClear: true,
132
- width: 250
133
- });
134
- }
135
- });
136
-
137
- self.ModalPreviewView = Marionette.ItemView.extend({
138
-
139
- template: '#tmpl-premium-template-modal-preview',
140
-
141
- id: 'premium-templatate-item-preview-wrap',
142
-
143
- ui: {
144
- iframe: 'iframe',
145
- notice: '.premium-template-item-notice'
146
- },
147
-
148
-
149
- onRender: function () {
150
-
151
- if (null !== this.getOption('notice')) {
152
- if (this.getOption('notice').length) {
153
- var message = "";
154
- if (-1 !== this.getOption('notice').indexOf("facebook")) {
155
- message += "<p>Please login with your Facebook account in order to get your Facebook Reviews.</p>";
156
- } else if (-1 !== this.getOption('notice').indexOf("google")) {
157
- message += "<p>You need to add your Google API key from Dashboard -> Premium Add-ons for Elementor -> Google Maps</p>";
158
- } else if (-1 !== this.getOption('notice').indexOf("form")) {
159
- message += "<p>You need to have <a href='https://wordpress.org/plugins/contact-form-7/' target='_blank'>Contact Form 7 plugin</a> installed and active.</p>";
160
- }
161
-
162
- this.ui.notice.html('<div><p><strong>Important!</strong></p>' + message + '</div>');
163
- }
164
- }
165
-
166
- this.ui.iframe.attr('src', this.getOption('url'));
167
-
168
- }
169
- });
170
-
171
- self.ModalHeaderBack = Marionette.ItemView.extend({
172
-
173
- template: '#tmpl-premium-template-modal-header-back',
174
-
175
- id: 'premium-template-modal-header-back',
176
-
177
- ui: {
178
- button: 'button'
179
- },
180
-
181
- events: {
182
- 'click @ui.button': 'onBackClick',
183
- },
184
-
185
- onBackClick: function () {
186
- PremiumEditor.setPreview('back');
187
- }
188
-
189
- });
190
-
191
- self.ModalHeaderLogo = Marionette.ItemView.extend({
192
-
193
- template: '#tmpl-premium-template-modal-header-logo',
194
-
195
- id: 'premium-template-modal-header-logo'
196
-
197
- });
198
-
199
- self.ModalBodyView = Marionette.LayoutView.extend({
200
-
201
- id: 'premium-template-library-content',
202
-
203
- className: function () {
204
- return 'library-tab-' + PremiumEditor.getTab();
205
- },
206
-
207
- template: '#tmpl-premium-template-modal-content',
208
-
209
- regions: {
210
- contentTemplates: '.premium-templates-list',
211
- contentFilters: '.premium-filters-list',
212
- contentKeywords: '.premium-keywords-list'
213
- }
214
-
215
- });
216
-
217
- self.ModalInsertTemplateBehavior = Marionette.Behavior.extend({
218
- ui: {
219
- insertButton: '.premium-template-insert'
220
- },
221
-
222
- events: {
223
- 'click @ui.insertButton': 'onInsertButtonClick'
224
- },
225
-
226
- onInsertButtonClick: function () {
227
-
228
- var templateModel = this.view.model,
229
- innerTemplates = templateModel.attributes.dependencies,
230
- isPro = templateModel.attributes.pro,
231
- innerTemplatesLength = Object.keys(innerTemplates).length,
232
- options = {};
233
-
234
- PremiumEditor.layout.showLoadingView();
235
- if (innerTemplatesLength > 0) {
236
- for (var key in innerTemplates) {
237
- $.ajax({
238
- url: ajaxurl,
239
- type: 'post',
240
- dataType: 'json',
241
- data: {
242
- action: 'premium_inner_template',
243
- template: innerTemplates[key],
244
- tab: PremiumEditor.getTab()
245
- }
246
- });
247
- }
248
- }
249
-
250
- if ("valid" === PremiumTempsData.license.status || !isPro) {
251
-
252
- elementor.templates.requestTemplateContent(
253
- templateModel.get('source'),
254
- templateModel.get('template_id'), {
255
- data: {
256
- tab: PremiumEditor.getTab(),
257
- page_settings: false
258
- },
259
- success: function (data) {
260
-
261
- if (!data.license) {
262
- PremiumEditor.layout.showLicenseError();
263
- return;
264
- }
265
-
266
- console.log("%c Template Inserted Successfully!!", "color: #7a7a7a; background-color: #eee;");
267
-
268
- PremiumEditor.closeModal();
269
-
270
- elementor.channels.data.trigger('template:before:insert', templateModel);
271
-
272
- if (null !== PremiumEditor.atIndex) {
273
- options.at = PremiumEditor.atIndex;
274
- }
275
-
276
- elementor.previewView.addChildModel(data.content, options);
277
-
278
- elementor.channels.data.trigger('template:after:insert', templateModel);
279
- jQuery("#elementor-panel-saver-button-save-options, #elementor-panel-saver-button-publish").removeClass("elementor-disabled");
280
- PremiumEditor.atIndex = null;
281
-
282
- },
283
- error: function (err) {
284
- console.log(err);
285
- }
286
- }
287
- );
288
- } else {
289
- PremiumEditor.layout.showLicenseError();
290
- }
291
- }
292
- });
293
-
294
- self.ModalHeaderInsertButton = Marionette.ItemView.extend({
295
-
296
- template: '#tmpl-premium-template-modal-insert-button',
297
-
298
- id: 'premium-template-modal-insert-button',
299
-
300
- behaviors: {
301
- insertTemplate: {
302
- behaviorClass: self.ModalInsertTemplateBehavior
303
- }
304
- }
305
-
306
- });
307
-
308
- self.FiltersItemView = Marionette.ItemView.extend({
309
-
310
- template: '#tmpl-premium-template-modal-filters-item',
311
-
312
- className: function () {
313
- return 'premium-template-filter-item';
314
- },
315
-
316
- ui: function () {
317
- return {
318
- filterLabels: '.premium-template-filter-label'
319
- };
320
- },
321
-
322
- events: function () {
323
- return {
324
- 'click @ui.filterLabels': 'onFilterClick'
325
- };
326
- },
327
-
328
- onFilterClick: function (event) {
329
-
330
- var $clickedInput = jQuery(event.target);
331
- jQuery('.premium-library-keywords').val('');
332
- PremiumEditor.setFilter('category', $clickedInput.val());
333
- PremiumEditor.setFilter('keyword', '');
334
- }
335
-
336
- });
337
-
338
- self.ModalTabsItemView = Marionette.ItemView.extend({
339
-
340
- template: '#tmpl-premium-template-modal-tabs-item',
341
-
342
- className: function () {
343
- return 'elementor-template-library-menu-item';
344
- },
345
-
346
- ui: function () {
347
- return {
348
- tabsLabels: 'label',
349
- tabsInput: 'input'
350
- };
351
- },
352
-
353
- events: function () {
354
- return {
355
- 'click @ui.tabsLabels': 'onTabClick'
356
- };
357
- },
358
-
359
- onRender: function () {
360
- if (this.model.get('slug') === PremiumEditor.getTab()) {
361
- this.ui.tabsInput.attr('checked', 'checked');
362
- }
363
- },
364
-
365
- onTabClick: function (event) {
366
-
367
- var $clickedInput = jQuery(event.target);
368
- PremiumEditor.setTab($clickedInput.val());
369
- PremiumEditor.setFilter('keyword', '');
370
- }
371
-
372
- });
373
-
374
- self.FiltersCollectionView = Marionette.CompositeView.extend({
375
-
376
- id: 'premium-template-library-filters',
377
-
378
- template: '#tmpl-premium-template-modal-filters',
379
-
380
- childViewContainer: '#premium-modal-filters-container',
381
-
382
- getChildView: function (childModel) {
383
- return self.FiltersItemView;
384
- }
385
-
386
- });
387
-
388
- self.ModalTabsCollectionView = Marionette.CompositeView.extend({
389
-
390
- template: '#tmpl-premium-template-modal-tabs',
391
-
392
- childViewContainer: '#premium-modal-tabs-items',
393
-
394
- initialize: function () {
395
- this.listenTo(PremiumEditor.channels.layout, 'tamplate:cloned', this._renderChildren);
396
- },
397
-
398
- getChildView: function (childModel) {
399
- return self.ModalTabsItemView;
400
- }
401
-
402
- });
403
-
404
- self.ModalTemplateItemView = Marionette.ItemView.extend({
405
-
406
- template: '#tmpl-premium-template-modal-item',
407
-
408
- className: function () {
409
-
410
- var urlClass = ' premium-template-has-url',
411
- sourceClass = ' elementor-template-library-template-',
412
- proTemplate = '';
413
-
414
- if ('' === this.model.get('preview')) {
415
- urlClass = ' premium-template-no-url';
416
- }
417
-
418
- sourceClass += 'remote';
419
-
420
- if (this.model.get('pro')) {
421
- proTemplate = ' premium-template-pro';
422
- }
423
-
424
- return 'elementor-template-library-template' + sourceClass + urlClass + proTemplate;
425
- },
426
-
427
- ui: function () {
428
- return {
429
- previewButton: '.elementor-template-library-template-preview',
430
- };
431
- },
432
-
433
- events: function () {
434
- return {
435
- 'click @ui.previewButton': 'onPreviewButtonClick',
436
- };
437
- },
438
-
439
- onPreviewButtonClick: function () {
440
-
441
- if ('' === this.model.get('url')) {
442
- return;
443
- }
444
-
445
- PremiumEditor.setPreview(this.model);
446
- },
447
-
448
- behaviors: {
449
- insertTemplate: {
450
- behaviorClass: self.ModalInsertTemplateBehavior
451
- }
452
- }
453
- });
454
-
455
- self.ModalCollectionView = Marionette.CompositeView.extend({
456
-
457
- template: '#tmpl-premium-template-modal-templates',
458
-
459
- id: 'premium-template-library-templates',
460
-
461
- childViewContainer: '#premium-modal-templates-container',
462
-
463
- initialize: function () {
464
-
465
- this.listenTo(PremiumEditor.channels.templates, 'filter:change', this._renderChildren);
466
- },
467
-
468
- filter: function (childModel) {
469
-
470
- var filter = PremiumEditor.getFilter('category'),
471
- keyword = PremiumEditor.getFilter('keyword');
472
-
473
- if (!filter && !keyword) {
474
- return true;
475
- }
476
-
477
- if (keyword && !filter) {
478
- return _.contains(childModel.get('keywords'), keyword);
479
- }
480
-
481
- if (filter && !keyword) {
482
- return _.contains(childModel.get('categories'), filter);
483
- }
484
-
485
- return _.contains(childModel.get('categories'), filter) && _.contains(childModel.get('keywords'), keyword);
486
-
487
- },
488
-
489
- getChildView: function (childModel) {
490
- return self.ModalTemplateItemView;
491
- },
492
-
493
- onRenderCollection: function () {
494
-
495
- var container = this.$childViewContainer,
496
- items = this.$childViewContainer.children(),
497
- tab = PremiumEditor.getTab();
498
-
499
- if ('premium_page' === tab || 'local' === tab) {
500
- return;
501
- }
502
-
503
- // Wait for thumbnails to be loaded
504
- container.imagesLoaded(function () { }).done(function () {
505
- self.masonry.init({
506
- container: container,
507
- items: items
508
- });
509
- });
510
- }
511
-
512
- });
513
-
514
- self.ModalLayoutView = Marionette.LayoutView.extend({
515
-
516
- el: '#premium-template-modal',
517
-
518
- regions: PremiumTempsData.modalRegions,
519
-
520
- initialize: function () {
521
-
522
- this.getRegion('modalHeader').show(new self.ModalHeaderView());
523
- this.listenTo(PremiumEditor.channels.tabs, 'filter:change', this.switchTabs);
524
- this.listenTo(PremiumEditor.channels.layout, 'preview:change', this.switchPreview);
525
-
526
- },
527
-
528
- switchTabs: function () {
529
- this.showLoadingView();
530
- PremiumEditor.setFilter('keyword', '');
531
- PremiumEditor.requestTemplates(PremiumEditor.getTab());
532
- },
533
-
534
- switchPreview: function () {
535
-
536
- var header = this.getHeaderView(),
537
- preview = PremiumEditor.getPreview();
538
-
539
- var filter = PremiumEditor.getFilter('category'),
540
- keyword = PremiumEditor.getFilter('keyword');
541
-
542
- if ('back' === preview) {
543
- header.headerLogo.show(new self.ModalHeaderLogo());
544
- header.headerTabs.show(new self.ModalTabsCollectionView({
545
- collection: PremiumEditor.collections.tabs
546
- }));
547
-
548
- header.headerActions.empty();
549
- PremiumEditor.setTab(PremiumEditor.getTab());
550
-
551
- if ('' != filter) {
552
- PremiumEditor.setFilter('category', filter);
553
- jQuery('#premium-modal-filters-container').find("input[value='" + filter + "']").prop('checked', true);
554
-
555
- }
556
-
557
- if ('' != keyword) {
558
- PremiumEditor.setFilter('keyword', keyword);
559
- }
560
-
561
- return;
562
- }
563
-
564
- if ('initial' === preview) {
565
- header.headerActions.empty();
566
- header.headerLogo.show(new self.ModalHeaderLogo());
567
- return;
568
- }
569
-
570
- this.getRegion('modalContent').show(new self.ModalPreviewView({
571
- 'preview': preview.get('preview'),
572
- 'url': preview.get('url'),
573
- 'notice': preview.get('notice')
574
- }));
575
-
576
- header.headerLogo.empty();
577
- header.headerTabs.show(new self.ModalHeaderBack());
578
- header.headerActions.show(new self.ModalHeaderInsertButton({
579
- model: preview
580
- }));
581
-
582
- },
583
-
584
- getHeaderView: function () {
585
- return this.getRegion('modalHeader').currentView;
586
- },
587
-
588
- getContentView: function () {
589
- return this.getRegion('modalContent').currentView;
590
- },
591
-
592
- showLoadingView: function () {
593
- this.modalContent.show(new self.ModalLoadingView());
594
- },
595
-
596
- showLicenseError: function () {
597
- this.modalContent.show(new self.ModalErrorView());
598
- },
599
-
600
- showTemplatesView: function (templatesCollection, categoriesCollection, keywords) {
601
-
602
- this.getRegion('modalContent').show(new self.ModalBodyView());
603
-
604
- var contentView = this.getContentView(),
605
- header = this.getHeaderView(),
606
- keywordsModel = new self.KeywordsModel({
607
- keywords: keywords
608
- });
609
-
610
- PremiumEditor.collections.tabs = new self.ModalTabsCollection(PremiumEditor.getTabs());
611
-
612
- header.headerTabs.show(new self.ModalTabsCollectionView({
613
- collection: PremiumEditor.collections.tabs
614
- }));
615
-
616
- contentView.contentTemplates.show(new self.ModalCollectionView({
617
- collection: templatesCollection
618
- }));
619
-
620
- contentView.contentFilters.show(new self.FiltersCollectionView({
621
- collection: categoriesCollection
622
- }));
623
-
624
- contentView.contentKeywords.show(new self.KeywordsView({
625
- model: keywordsModel
626
- }));
627
-
628
- }
629
-
630
- });
631
-
632
- self.ModalLoadingView = Marionette.ItemView.extend({
633
- id: 'premium-template-modal-loading',
634
- template: '#tmpl-premium-template-modal-loading'
635
- });
636
-
637
- self.ModalErrorView = Marionette.ItemView.extend({
638
- id: 'premium-template-modal-loading',
639
- template: '#tmpl-premium-template-modal-error'
640
- });
641
-
642
- },
643
-
644
- masonry: {
645
-
646
- self: {},
647
- elements: {},
648
-
649
- init: function (settings) {
650
-
651
- var self = this;
652
- self.settings = $.extend(self.getDefaultSettings(), settings);
653
- self.elements = self.getDefaultElements();
654
-
655
- self.run();
656
- },
657
-
658
- getSettings: function (key) {
659
- if (key) {
660
- return this.settings[key];
661
- } else {
662
- return this.settings;
663
- }
664
- },
665
-
666
- getDefaultSettings: function () {
667
- return {
668
- container: null,
669
- items: null,
670
- columnsCount: 3,
671
- verticalSpaceBetween: 30
672
- };
673
- },
674
-
675
- getDefaultElements: function () {
676
- return {
677
- $container: jQuery(this.getSettings('container')),
678
- $items: jQuery(this.getSettings('items'))
679
- };
680
- },
681
-
682
- run: function () {
683
- var heights = [],
684
- distanceFromTop = this.elements.$container.position().top,
685
- settings = this.getSettings(),
686
- columnsCount = settings.columnsCount;
687
-
688
- distanceFromTop += parseInt(this.elements.$container.css('margin-top'), 10);
689
-
690
- this.elements.$container.height('');
691
-
692
- this.elements.$items.each(function (index) {
693
- var row = Math.floor(index / columnsCount),
694
- indexAtRow = index % columnsCount,
695
- $item = jQuery(this),
696
- itemPosition = $item.position(),
697
- itemHeight = $item[0].getBoundingClientRect().height + settings.verticalSpaceBetween;
698
-
699
- if (row) {
700
- var pullHeight = itemPosition.top - distanceFromTop - heights[indexAtRow];
701
- pullHeight -= parseInt($item.css('margin-top'), 10);
702
- pullHeight *= -1;
703
- $item.css('margin-top', pullHeight + 'px');
704
- heights[indexAtRow] += itemHeight;
705
- } else {
706
- heights.push(itemHeight);
707
- }
708
- });
709
-
710
- this.elements.$container.height(Math.max.apply(Math, heights));
711
- }
712
- }
713
-
714
- };
715
-
716
- PremiumControlsViews = {
717
-
718
- PremiumSearchView: null,
719
-
720
- init: function () {
721
-
722
- var self = this;
723
-
724
- self.PremiumSearchView = window.elementor.modules.controls.BaseData.extend({
725
-
726
- onReady: function () {
727
-
728
- var action = this.model.attributes.action,
729
- queryParams = this.model.attributes.query_params;
730
-
731
- this.ui.select.find('option').each(function (index, el) {
732
- $(this).attr('selected', true);
733
- });
734
-
735
- this.ui.select.select2({
736
- ajax: {
737
- url: function () {
738
-
739
- var query = '';
740
-
741
- if (queryParams.length > 0) {
742
- $.each(queryParams, function (index, param) {
743
-
744
- if (window.elementor.settings.page.model.attributes[param]) {
745
- query += '&' + param + '=' + window.elementor.settings.page.model.attributes[param];
746
- }
747
- });
748
- }
749
-
750
- return ajaxurl + '?action=' + action + query;
751
- },
752
- dataType: 'json'
753
- },
754
- placeholder: 'Please enter 3 or more characters',
755
- minimumInputLength: 3
756
- });
757
-
758
- },
759
-
760
- onBeforeDestroy: function () {
761
-
762
- if (this.ui.select.data('select2')) {
763
- this.ui.select.select2('destroy');
764
- }
765
-
766
- this.$el.remove();
767
- }
768
-
769
- });
770
-
771
- window.elementor.addControlView('premium_search', self.PremiumSearchView);
772
-
773
- }
774
-
775
- };
776
-
777
-
778
- PremiumModules = {
779
-
780
- getDataToSave: function (data) {
781
- data.id = window.elementor.config.post_id;
782
- return data;
783
- },
784
-
785
- init: function () {
786
- if (window.elementor.settings.premium_template) {
787
- window.elementor.settings.premium_template.getDataToSave = this.getDataToSave;
788
- }
789
-
790
- if (window.elementor.settings.premium_page) {
791
- window.elementor.settings.premium_page.getDataToSave = this.getDataToSave;
792
- window.elementor.settings.premium_page.changeCallbacks = {
793
- custom_header: function () {
794
- this.save(function () {
795
- elementor.reloadPreview();
796
-
797
- elementor.once('preview:loaded', function () {
798
- elementor.getPanelView().setPage('premium_page_settings');
799
- });
800
- });
801
- },
802
- custom_footer: function () {
803
- this.save(function () {
804
- elementor.reloadPreview();
805
-
806
- elementor.once('preview:loaded', function () {
807
- elementor.getPanelView().setPage('premium_page_settings');
808
- });
809
- });
810
- }
811
- };
812
- }
813
-
814
- }
815
-
816
- };
817
-
818
- PremiumEditor = {
819
-
820
- modal: false,
821
- layout: false,
822
- collections: {},
823
- tabs: {},
824
- defaultTab: '',
825
- channels: {},
826
- atIndex: null,
827
-
828
- init: function () {
829
-
830
- window.elementor.on(
831
- 'document:loaded',
832
- window._.bind(PremiumEditor.onPreviewLoaded, PremiumEditor)
833
- );
834
-
835
- PremiumEditorViews.init();
836
- PremiumControlsViews.init();
837
- PremiumModules.init();
838
-
839
- },
840
-
841
- onPreviewLoaded: function () {
842
-
843
- this.initPremTempsButton();
844
-
845
- window.elementor.$previewContents.on(
846
- 'click.addPremiumTemplate',
847
- '.pa-add-section-btn',
848
- _.bind(this.showTemplatesModal, this)
849
- );
850
-
851
- this.channels = {
852
- templates: Backbone.Radio.channel('PREMIUM_EDITOR:templates'),
853
- tabs: Backbone.Radio.channel('PREMIUM_EDITOR:tabs'),
854
- layout: Backbone.Radio.channel('PREMIUM_EDITOR:layout'),
855
- };
856
-
857
- this.tabs = PremiumTempsData.tabs;
858
- this.defaultTab = PremiumTempsData.defaultTab;
859
-
860
- },
861
-
862
- initPremTempsButton: function () {
863
-
864
- var $addNewSection = window.elementor.$previewContents.find('.elementor-add-new-section'),
865
- addPremiumTemplate = "<div class='elementor-add-section-area-button pa-add-section-btn' title='Add Premium Template'><i class='eicon-star'></i></div>",
866
- $addPremiumTemplate;
867
-
868
- if ($addNewSection.length && PremiumTempsData.PremiumTemplatesBtn) {
869
- $addPremiumTemplate = $(addPremiumTemplate).prependTo($addNewSection);
870
- }
871
-
872
- window.elementor.$previewContents.on(
873
- 'click.addPremiumTemplate',
874
- '.elementor-editor-section-settings .elementor-editor-element-add',
875
- function () {
876
-
877
- var $this = $(this),
878
- $section = $this.closest('.elementor-top-section'),
879
- modelID = $section.data('model-cid');
880
-
881
- if (elementor.previewView.collection.length) {
882
- $.each(elementor.previewView.collection.models, function (index, model) {
883
- if (modelID === model.cid) {
884
- PremiumEditor.atIndex = index;
885
- }
886
- });
887
- }
888
-
889
- if (PremiumTempsData.PremiumTemplatesBtn) {
890
- setTimeout(function () {
891
- var $addNew = $section.prev('.elementor-add-section').find('.elementor-add-new-section');
892
- $addNew.prepend(addPremiumTemplate);
893
- }, 100);
894
- }
895
-
896
- }
897
- );
898
-
899
- },
900
-
901
- getFilter: function (name) {
902
-
903
- return this.channels.templates.request('filter:' + name);
904
- },
905
-
906
- setFilter: function (name, value) {
907
- this.channels.templates.reply('filter:' + name, value);
908
- this.channels.templates.trigger('filter:change');
909
- },
910
-
911
- getTab: function () {
912
- return this.channels.tabs.request('filter:tabs');
913
- },
914
-
915
- setTab: function (value, silent) {
916
-
917
- this.channels.tabs.reply('filter:tabs', value);
918
-
919
- if (!silent) {
920
- this.channels.tabs.trigger('filter:change');
921
- }
922
-
923
- },
924
-
925
- getTabs: function () {
926
-
927
- var tabs = [];
928
-
929
- _.each(this.tabs, function (item, slug) {
930
- tabs.push({
931
- slug: slug,
932
- title: item.title
933
- });
934
- });
935
-
936
- return tabs;
937
- },
938
-
939
- getPreview: function (name) {
940
- return this.channels.layout.request('preview');
941
- },
942
-
943
- setPreview: function (value, silent) {
944
-
945
- this.channels.layout.reply('preview', value);
946
-
947
- if (!silent) {
948
- this.channels.layout.trigger('preview:change');
949
- }
950
- },
951
-
952
- getKeywords: function () {
953
-
954
- var keywords = [];
955
-
956
- _.each(this.keywords, function (title, slug) {
957
- tabs.push({
958
- slug: slug,
959
- title: title
960
- });
961
- });
962
-
963
- return keywords;
964
- },
965
-
966
- showTemplatesModal: function () {
967
-
968
- this.getModal().show();
969
-
970
- if (!this.layout) {
971
- this.layout = new PremiumEditorViews.ModalLayoutView();
972
- this.layout.showLoadingView();
973
- }
974
-
975
- this.setTab(this.defaultTab, true);
976
- this.requestTemplates(this.defaultTab);
977
- this.setPreview('initial');
978
-
979
- },
980
-
981
- requestTemplates: function (tabName) {
982
-
983
- var self = this,
984
- tab = self.tabs[tabName];
985
-
986
- self.setFilter('category', false);
987
-
988
- if (tab.data.templates && tab.data.categories) {
989
- self.layout.showTemplatesView(tab.data.templates, tab.data.categories, tab.data.keywords);
990
- } else {
991
- $.ajax({
992
- url: ajaxurl,
993
- type: 'get',
994
- dataType: 'json',
995
- data: {
996
- action: 'premium_get_templates',
997
- tab: tabName
998
- },
999
- success: function (response) {
1000
- console.log("%cTemplates Retrieved Successfully!!", "color: #7a7a7a; background-color: #eee;");
1001
-
1002
- var templates = new PremiumEditorViews.LibraryCollection(response.data.templates),
1003
- categories = new PremiumEditorViews.CategoriesCollection(response.data.categories);
1004
-
1005
- self.tabs[tabName].data = {
1006
- templates: templates,
1007
- categories: categories,
1008
- keywords: response.data.keywords
1009
- };
1010
-
1011
- self.layout.showTemplatesView(templates, categories, response.data.keywords);
1012
-
1013
- }
1014
- });
1015
- }
1016
-
1017
- },
1018
-
1019
- closeModal: function () {
1020
- this.getModal().hide();
1021
- },
1022
-
1023
- getModal: function () {
1024
-
1025
- if (!this.modal) {
1026
- this.modal = elementor.dialogsManager.createWidget('lightbox', {
1027
- id: 'premium-template-modal',
1028
- className: 'elementor-templates-modal',
1029
- closeButton: false
1030
- });
1031
- }
1032
-
1033
- return this.modal;
1034
-
1035
- }
1036
-
1037
- };
1038
-
1039
- $(window).on('elementor:init', PremiumEditor.init);
1040
-
1041
  })(jQuery);
1
+ (function ($) {
2
+
3
+ 'use strict';
4
+
5
+ var PremiumTempsData = window.PremiumTempsData || {},
6
+ PremiumEditor,
7
+ PremiumEditorViews,
8
+ PremiumControlsViews,
9
+ PremiumModules;
10
+
11
+ PremiumEditorViews = {
12
+
13
+ ModalLayoutView: null,
14
+ ModalHeaderView: null,
15
+ ModalHeaderInsertButton: null,
16
+ ModalLoadingView: null,
17
+ ModalBodyView: null,
18
+ ModalErrorView: null,
19
+ LibraryCollection: null,
20
+ KeywordsModel: null,
21
+ ModalCollectionView: null,
22
+ ModalTabsCollection: null,
23
+ ModalTabsCollectionView: null,
24
+ FiltersCollectionView: null,
25
+ FiltersItemView: null,
26
+ ModalTabsItemView: null,
27
+ ModalTemplateItemView: null,
28
+ ModalInsertTemplateBehavior: null,
29
+ ModalTemplateModel: null,
30
+ CategoriesCollection: null,
31
+ ModalPreviewView: null,
32
+ ModalHeaderBack: null,
33
+ ModalHeaderLogo: null,
34
+ KeywordsView: null,
35
+ TabModel: null,
36
+ CategoryModel: null,
37
+
38
+ init: function () {
39
+ var self = this;
40
+
41
+ self.ModalTemplateModel = Backbone.Model.extend({
42
+ defaults: {
43
+ template_id: 0,
44
+ name: '',
45
+ title: '',
46
+ thumbnail: '',
47
+ preview: '',
48
+ source: '',
49
+ categories: [],
50
+ keywords: []
51
+ }
52
+ });
53
+
54
+ self.ModalHeaderView = Marionette.LayoutView.extend({
55
+
56
+ id: 'premium-template-modal-header',
57
+ template: '#tmpl-premium-template-modal-header',
58
+
59
+ ui: {
60
+ closeModal: '#premium-template-modal-header-close-modal'
61
+ },
62
+
63
+ events: {
64
+ 'click @ui.closeModal': 'onCloseModalClick'
65
+ },
66
+
67
+ regions: {
68
+ headerLogo: '#premium-template-modal-header-logo-area',
69
+ headerTabs: '#premium-template-modal-header-tabs',
70
+ headerActions: '#premium-template-modal-header-actions'
71
+ },
72
+
73
+ onCloseModalClick: function () {
74
+ PremiumEditor.closeModal();
75
+ }
76
+
77
+ });
78
+
79
+ self.TabModel = Backbone.Model.extend({
80
+ defaults: {
81
+ slug: '',
82
+ title: ''
83
+ }
84
+ });
85
+
86
+ self.LibraryCollection = Backbone.Collection.extend({
87
+ model: self.ModalTemplateModel
88
+ });
89
+
90
+ self.ModalTabsCollection = Backbone.Collection.extend({
91
+ model: self.TabModel
92
+ });
93
+
94
+ self.CategoryModel = Backbone.Model.extend({
95
+ defaults: {
96
+ slug: '',
97
+ title: ''
98
+ }
99
+ });
100
+
101
+ self.KeywordsModel = Backbone.Model.extend({
102
+ defaults: {
103
+ keywords: {}
104
+ }
105
+ });
106
+
107
+ self.CategoriesCollection = Backbone.Collection.extend({
108
+ model: self.CategoryModel
109
+ });
110
+
111
+ self.KeywordsView = Marionette.ItemView.extend({
112
+ id: 'elementor-template-library-filter',
113
+ template: '#tmpl-premium-template-modal-keywords',
114
+ ui: {
115
+ keywords: '.premium-library-keywords'
116
+ },
117
+
118
+ events: {
119
+ 'change @ui.keywords': 'onSelectKeyword'
120
+ },
121
+
122
+ onSelectKeyword: function (event) {
123
+ var selected = event.currentTarget.selectedOptions[0].value;
124
+ PremiumEditor.setFilter('keyword', selected);
125
+ },
126
+
127
+ onRender: function () {
128
+ var $filters = this.$('.premium-library-keywords');
129
+ $filters.select2({
130
+ placeholder: 'Choose Widget',
131
+ allowClear: true,
132
+ width: 250
133
+ });
134
+ }
135
+ });
136
+
137
+ self.ModalPreviewView = Marionette.ItemView.extend({
138
+
139
+ template: '#tmpl-premium-template-modal-preview',
140
+
141
+ id: 'premium-templatate-item-preview-wrap',
142
+
143
+ ui: {
144
+ iframe: 'iframe',
145
+ notice: '.premium-template-item-notice'
146
+ },
147
+
148
+
149
+ onRender: function () {
150
+
151
+ if (null !== this.getOption('notice')) {
152
+ if (this.getOption('notice').length) {
153
+ var message = "";
154
+ if (-1 !== this.getOption('notice').indexOf("facebook")) {
155
+ message += "<p>Please login with your Facebook account in order to get your Facebook Reviews.</p>";
156
+ } else if (-1 !== this.getOption('notice').indexOf("google")) {
157
+ message += "<p>You need to add your Google API key from Dashboard -> Premium Add-ons for Elementor -> Google Maps</p>";
158
+ } else if (-1 !== this.getOption('notice').indexOf("form")) {
159
+ message += "<p>You need to have <a href='https://wordpress.org/plugins/contact-form-7/' target='_blank'>Contact Form 7 plugin</a> installed and active.</p>";
160
+ }
161
+
162
+ this.ui.notice.html('<div><p><strong>Important!</strong></p>' + message + '</div>');
163
+ }
164
+ }
165
+
166
+ this.ui.iframe.attr('src', this.getOption('url'));
167
+
168
+ }
169
+ });
170
+
171
+ self.ModalHeaderBack = Marionette.ItemView.extend({
172
+
173
+ template: '#tmpl-premium-template-modal-header-back',
174
+
175
+ id: 'premium-template-modal-header-back',
176
+
177
+ ui: {
178
+ button: 'button'
179
+ },
180
+
181
+ events: {
182
+ 'click @ui.button': 'onBackClick',
183
+ },
184
+
185
+ onBackClick: function () {
186
+ PremiumEditor.setPreview('back');
187
+ }
188
+
189
+ });
190
+
191
+ self.ModalHeaderLogo = Marionette.ItemView.extend({
192
+
193
+ template: '#tmpl-premium-template-modal-header-logo',
194
+
195
+ id: 'premium-template-modal-header-logo'
196
+
197
+ });
198
+
199
+ self.ModalBodyView = Marionette.LayoutView.extend({
200
+
201
+ id: 'premium-template-library-content',
202
+
203
+ className: function () {
204
+ return 'library-tab-' + PremiumEditor.getTab();
205
+ },
206
+
207
+ template: '#tmpl-premium-template-modal-content',
208
+
209
+ regions: {
210
+ contentTemplates: '.premium-templates-list',
211
+ contentFilters: '.premium-filters-list',
212
+ contentKeywords: '.premium-keywords-list'
213
+ }
214
+
215
+ });
216
+
217
+ self.ModalInsertTemplateBehavior = Marionette.Behavior.extend({
218
+ ui: {
219
+ insertButton: '.premium-template-insert'
220
+ },
221
+
222
+ events: {
223
+ 'click @ui.insertButton': 'onInsertButtonClick'
224
+ },
225
+
226
+ onInsertButtonClick: function () {
227
+
228
+ var templateModel = this.view.model,
229
+ innerTemplates = templateModel.attributes.dependencies,
230
+ isPro = templateModel.attributes.pro,
231
+ innerTemplatesLength = Object.keys(innerTemplates).length,
232
+ options = {};
233
+
234
+ PremiumEditor.layout.showLoadingView();
235
+ if (innerTemplatesLength > 0) {
236
+ for (var key in innerTemplates) {
237
+ $.ajax({
238
+ url: ajaxurl,
239
+ type: 'post',
240
+ dataType: 'json',
241
+ data: {
242
+ action: 'premium_inner_template',
243
+ template: innerTemplates[key],
244
+ tab: PremiumEditor.getTab()
245
+ }
246
+ });
247
+ }
248
+ }
249
+
250
+ if ("valid" === PremiumTempsData.license.status || !isPro) {
251
+
252
+ elementor.templates.requestTemplateContent(
253
+ templateModel.get('source'),
254
+ templateModel.get('template_id'), {
255
+ data: {
256
+ tab: PremiumEditor.getTab(),
257
+ page_settings: false
258
+ },
259
+ success: function (data) {
260
+
261
+ if (!data.license) {
262
+ PremiumEditor.layout.showLicenseError();
263
+ return;
264
+ }
265
+
266
+ console.log("%c Template Inserted Successfully!!", "color: #7a7a7a; background-color: #eee;");
267
+
268
+ PremiumEditor.closeModal();
269
+
270
+ elementor.channels.data.trigger('template:before:insert', templateModel);
271
+
272
+ if (null !== PremiumEditor.atIndex) {
273
+ options.at = PremiumEditor.atIndex;
274
+ }
275
+
276
+ elementor.previewView.addChildModel(data.content, options);
277
+
278
+ elementor.channels.data.trigger('template:after:insert', templateModel);
279
+ jQuery("#elementor-panel-saver-button-save-options, #elementor-panel-saver-button-publish").removeClass("elementor-disabled");
280
+ PremiumEditor.atIndex = null;
281
+
282
+ },
283
+ error: function (err) {
284
+ console.log(err);
285
+ }
286
+ }
287
+ );
288
+ } else {
289
+ PremiumEditor.layout.showLicenseError();
290
+ }
291
+ }
292
+ });
293
+
294
+ self.ModalHeaderInsertButton = Marionette.ItemView.extend({
295
+
296
+ template: '#tmpl-premium-template-modal-insert-button',
297
+
298
+ id: 'premium-template-modal-insert-button',
299
+
300
+ behaviors: {
301
+ insertTemplate: {
302
+ behaviorClass: self.ModalInsertTemplateBehavior
303
+ }
304
+ }
305
+
306
+ });
307
+
308
+ self.FiltersItemView = Marionette.ItemView.extend({
309
+
310
+ template: '#tmpl-premium-template-modal-filters-item',
311
+
312
+ className: function () {
313
+ return 'premium-template-filter-item';
314
+ },
315
+
316
+ ui: function () {
317
+ return {
318
+ filterLabels: '.premium-template-filter-label'
319
+ };
320
+ },
321
+
322
+ events: function () {
323
+ return {
324
+ 'click @ui.filterLabels': 'onFilterClick'
325
+ };
326
+ },
327
+
328
+ onFilterClick: function (event) {
329
+
330
+ var $clickedInput = jQuery(event.target);
331
+ jQuery('.premium-library-keywords').val('');
332
+ PremiumEditor.setFilter('category', $clickedInput.val());
333
+ PremiumEditor.setFilter('keyword', '');
334
+ }
335
+
336
+ });
337
+
338
+ self.ModalTabsItemView = Marionette.ItemView.extend({
339
+
340
+ template: '#tmpl-premium-template-modal-tabs-item',
341
+
342
+ className: function () {
343
+ return 'elementor-template-library-menu-item';
344
+ },
345
+
346
+ ui: function () {
347
+ return {
348
+ tabsLabels: 'label',
349
+ tabsInput: 'input'
350
+ };
351
+ },
352
+
353
+ events: function () {
354
+ return {
355
+ 'click @ui.tabsLabels': 'onTabClick'
356
+ };
357
+ },
358
+
359
+ onRender: function () {
360
+ if (this.model.get('slug') === PremiumEditor.getTab()) {
361
+ this.ui.tabsInput.attr('checked', 'checked');
362
+ }
363
+ },
364
+
365
+ onTabClick: function (event) {
366
+
367
+ var $clickedInput = jQuery(event.target);
368
+ PremiumEditor.setTab($clickedInput.val());
369
+ PremiumEditor.setFilter('keyword', '');
370
+ }
371
+
372
+ });
373
+
374
+ self.FiltersCollectionView = Marionette.CompositeView.extend({
375
+
376
+ id: 'premium-template-library-filters',
377
+
378
+ template: '#tmpl-premium-template-modal-filters',
379
+
380
+ childViewContainer: '#premium-modal-filters-container',
381
+
382
+ getChildView: function (childModel) {
383
+ return self.FiltersItemView;
384
+ }
385
+
386
+ });
387
+
388
+ self.ModalTabsCollectionView = Marionette.CompositeView.extend({
389
+
390
+ template: '#tmpl-premium-template-modal-tabs',
391
+
392
+ childViewContainer: '#premium-modal-tabs-items',
393
+
394
+ initialize: function () {
395
+ this.listenTo(PremiumEditor.channels.layout, 'tamplate:cloned', this._renderChildren);
396
+ },
397
+
398
+ getChildView: function (childModel) {
399
+ return self.ModalTabsItemView;
400
+ }
401
+
402
+ });
403
+
404
+ self.ModalTemplateItemView = Marionette.ItemView.extend({
405
+
406
+ template: '#tmpl-premium-template-modal-item',
407
+
408
+ className: function () {
409
+
410
+ var urlClass = ' premium-template-has-url',
411
+ sourceClass = ' elementor-template-library-template-',
412
+ proTemplate = '';
413
+
414
+ if ('' === this.model.get('preview')) {
415
+ urlClass = ' premium-template-no-url';
416
+ }
417
+
418
+ sourceClass += 'remote';
419
+
420
+ if (this.model.get('pro')) {
421
+ proTemplate = ' premium-template-pro';
422
+ }
423
+
424
+ return 'elementor-template-library-template' + sourceClass + urlClass + proTemplate;
425
+ },
426
+
427
+ ui: function () {
428
+ return {
429
+ previewButton: '.elementor-template-library-template-preview',
430
+ };
431
+ },
432
+
433
+ events: function () {
434
+ return {
435
+ 'click @ui.previewButton': 'onPreviewButtonClick',
436
+ };
437
+ },
438
+
439
+ onPreviewButtonClick: function () {
440
+
441
+ if ('' === this.model.get('url')) {
442
+ return;
443
+ }
444
+
445
+ PremiumEditor.setPreview(this.model);
446
+ },
447
+
448
+ behaviors: {
449
+ insertTemplate: {
450
+ behaviorClass: self.ModalInsertTemplateBehavior
451
+ }
452
+ }
453
+ });
454
+
455
+ self.ModalCollectionView = Marionette.CompositeView.extend({
456
+
457
+ template: '#tmpl-premium-template-modal-templates',
458
+
459
+ id: 'premium-template-library-templates',
460
+
461
+ childViewContainer: '#premium-modal-templates-container',
462
+
463
+ initialize: function () {
464
+
465
+ this.listenTo(PremiumEditor.channels.templates, 'filter:change', this._renderChildren);
466
+ },
467
+
468
+ filter: function (childModel) {
469
+
470
+ var filter = PremiumEditor.getFilter('category'),
471
+ keyword = PremiumEditor.getFilter('keyword');
472
+
473
+ if (!filter && !keyword) {
474
+ return true;
475
+ }
476
+
477
+ if (keyword && !filter) {
478
+ return _.contains(childModel.get('keywords'), keyword);
479
+ }
480
+
481
+ if (filter && !keyword) {
482
+ return _.contains(childModel.get('categories'), filter);
483
+ }
484
+
485
+ return _.contains(childModel.get('categories'), filter) && _.contains(childModel.get('keywords'), keyword);
486
+
487
+ },
488
+
489
+ getChildView: function (childModel) {
490
+ return self.ModalTemplateItemView;
491
+ },
492
+
493
+ onRenderCollection: function () {
494
+
495
+ var container = this.$childViewContainer,
496
+ items = this.$childViewContainer.children(),
497
+ tab = PremiumEditor.getTab();
498
+
499
+ if ('premium_page' === tab || 'local' === tab) {
500
+ return;
501
+ }
502
+
503
+ // Wait for thumbnails to be loaded
504
+ container.imagesLoaded(function () { }).done(function () {
505
+ self.masonry.init({
506
+ container: container,
507
+ items: items
508
+ });
509
+ });
510
+ }
511
+
512
+ });
513
+
514
+ self.ModalLayoutView = Marionette.LayoutView.extend({
515
+
516
+ el: '#premium-template-modal',
517
+
518
+ regions: PremiumTempsData.modalRegions,
519
+
520
+ initialize: function () {
521
+
522
+ this.getRegion('modalHeader').show(new self.ModalHeaderView());
523
+ this.listenTo(PremiumEditor.channels.tabs, 'filter:change', this.switchTabs);
524
+ this.listenTo(PremiumEditor.channels.layout, 'preview:change', this.switchPreview);
525
+
526
+ },
527
+
528
+ switchTabs: function () {
529
+ this.showLoadingView();
530
+ PremiumEditor.setFilter('keyword', '');
531
+ PremiumEditor.requestTemplates(PremiumEditor.getTab());
532
+ },
533
+
534
+ switchPreview: function () {
535
+
536
+ var header = this.getHeaderView(),
537
+ preview = PremiumEditor.getPreview();
538
+
539
+ var filter = PremiumEditor.getFilter('category'),
540
+ keyword = PremiumEditor.getFilter('keyword');
541
+
542
+ if ('back' === preview) {
543
+ header.headerLogo.show(new self.ModalHeaderLogo());
544
+ header.headerTabs.show(new self.ModalTabsCollectionView({
545
+ collection: PremiumEditor.collections.tabs
546
+ }));
547
+
548
+ header.headerActions.empty();
549
+ PremiumEditor.setTab(PremiumEditor.getTab());
550
+
551
+ if ('' != filter) {
552
+ PremiumEditor.setFilter('category', filter);
553
+ jQuery('#premium-modal-filters-container').find("input[value='" + filter + "']").prop('checked', true);
554
+
555
+ }
556
+
557
+ if ('' != keyword) {
558
+ PremiumEditor.setFilter('keyword', keyword);
559
+ }
560
+
561
+ return;
562
+ }
563
+
564
+ if ('initial' === preview) {
565
+ header.headerActions.empty();
566
+ header.headerLogo.show(new self.ModalHeaderLogo());
567
+ return;
568
+ }
569
+
570
+ this.getRegion('modalContent').show(new self.ModalPreviewView({
571
+ 'preview': preview.get('preview'),
572
+ 'url': preview.get('url'),
573
+ 'notice': preview.get('notice')
574
+ }));
575
+
576
+ header.headerLogo.empty();
577
+ header.headerTabs.show(new self.ModalHeaderBack());
578
+ header.headerActions.show(new self.ModalHeaderInsertButton({
579
+ model: preview
580
+ }));
581
+
582
+ },
583
+
584
+ getHeaderView: function () {
585
+ return this.getRegion('modalHeader').currentView;
586
+ },
587
+
588
+ getContentView: function () {
589
+ return this.getRegion('modalContent').currentView;
590
+ },
591
+
592
+ showLoadingView: function () {
593
+ this.modalContent.show(new self.ModalLoadingView());
594
+ },
595
+
596
+ showLicenseError: function () {
597
+ this.modalContent.show(new self.ModalErrorView());
598
+ },
599
+
600
+ showTemplatesView: function (templatesCollection, categoriesCollection, keywords) {
601
+
602
+ this.getRegion('modalContent').show(new self.ModalBodyView());
603
+
604
+ var contentView = this.getContentView(),
605
+ header = this.getHeaderView(),
606
+ keywordsModel = new self.KeywordsModel({
607
+ keywords: keywords
608
+ });
609
+
610
+ PremiumEditor.collections.tabs = new self.ModalTabsCollection(PremiumEditor.getTabs());
611
+
612
+ header.headerTabs.show(new self.ModalTabsCollectionView({
613
+ collection: PremiumEditor.collections.tabs
614
+ }));
615
+
616
+ contentView.contentTemplates.show(new self.ModalCollectionView({
617
+ collection: templatesCollection
618
+ }));
619
+
620
+ contentView.contentFilters.show(new self.FiltersCollectionView({
621
+ collection: categoriesCollection
622
+ }));
623
+
624
+ contentView.contentKeywords.show(new self.KeywordsView({
625
+ model: keywordsModel
626
+ }));
627
+
628
+ }
629
+
630
+ });
631
+
632
+ self.ModalLoadingView = Marionette.ItemView.extend({
633
+ id: 'premium-template-modal-loading',
634
+ template: '#tmpl-premium-template-modal-loading'
635
+ });
636
+
637
+ self.ModalErrorView = Marionette.ItemView.extend({
638
+ id: 'premium-template-modal-loading',
639
+ template: '#tmpl-premium-template-modal-error'
640
+ });
641
+
642
+ },
643
+
644
+ masonry: {
645
+
646
+ self: {},
647
+ elements: {},
648
+
649
+ init: function (settings) {
650
+
651
+ var self = this;
652
+ self.settings = $.extend(self.getDefaultSettings(), settings);
653
+ self.elements = self.getDefaultElements();
654
+
655
+ self.run();
656
+ },
657
+
658
+ getSettings: function (key) {
659
+ if (key) {
660
+ return this.settings[key];
661
+ } else {
662
+ return this.settings;
663
+ }
664
+ },
665
+
666
+ getDefaultSettings: function () {
667
+ return {
668
+ container: null,
669
+ items: null,
670
+ columnsCount: 3,
671
+ verticalSpaceBetween: 30
672
+ };
673
+ },
674
+
675
+ getDefaultElements: function () {
676
+ return {
677
+ $container: jQuery(this.getSettings('container')),
678
+ $items: jQuery(this.getSettings('items'))
679
+ };
680
+ },
681
+
682
+ run: function () {
683
+ var heights = [],
684
+ distanceFromTop = this.elements.$container.position().top,
685
+ settings = this.getSettings(),
686
+ columnsCount = settings.columnsCount;
687
+
688
+ distanceFromTop += parseInt(this.elements.$container.css('margin-top'), 10);
689
+
690
+ this.elements.$container.height('');
691
+
692
+ this.elements.$items.each(function (index) {
693
+ var row = Math.floor(index / columnsCount),
694
+ indexAtRow = index % columnsCount,
695
+ $item = jQuery(this),
696
+ itemPosition = $item.position(),
697
+ itemHeight = $item[0].getBoundingClientRect().height + settings.verticalSpaceBetween;
698
+
699
+ if (row) {
700
+ var pullHeight = itemPosition.top - distanceFromTop - heights[indexAtRow];
701
+ pullHeight -= parseInt($item.css('margin-top'), 10);
702
+ pullHeight *= -1;
703
+ $item.css('margin-top', pullHeight + 'px');
704
+ heights[indexAtRow] += itemHeight;
705
+ } else {
706
+ heights.push(itemHeight);
707
+ }
708
+ });
709
+
710
+ this.elements.$container.height(Math.max.apply(Math, heights));
711
+ }
712
+ }
713
+
714
+ };
715
+
716
+ PremiumControlsViews = {
717
+
718
+ PremiumSearchView: null,
719
+
720
+ init: function () {
721
+
722
+ var self = this;
723
+
724
+ self.PremiumSearchView = window.elementor.modules.controls.BaseData.extend({
725
+
726
+ onReady: function () {
727
+
728
+ var action = this.model.attributes.action,
729
+ queryParams = this.model.attributes.query_params;
730
+
731
+ this.ui.select.find('option').each(function (index, el) {
732
+ $(this).attr('selected', true);
733
+ });
734
+
735
+ this.ui.select.select2({
736
+ ajax: {
737
+ url: function () {
738
+
739
+ var query = '';
740
+
741
+ if (queryParams.length > 0) {
742
+ $.each(queryParams, function (index, param) {
743
+
744
+ if (window.elementor.settings.page.model.attributes[param]) {
745
+ query += '&' + param + '=' + window.elementor.settings.page.model.attributes[param];
746
+ }
747
+ });
748
+ }
749
+
750
+ return ajaxurl + '?action=' + action + query;
751
+ },
752
+ dataType: 'json'
753
+ },
754
+ placeholder: 'Please enter 3 or more characters',
755
+ minimumInputLength: 3
756
+ });
757
+
758
+ },
759
+
760
+ onBeforeDestroy: function () {
761
+
762
+ if (this.ui.select.data('select2')) {
763
+ this.ui.select.select2('destroy');
764
+ }
765
+
766
+ this.$el.remove();
767
+ }
768
+
769
+ });
770
+
771
+ window.elementor.addControlView('premium_search', self.PremiumSearchView);
772
+
773
+ }
774
+
775
+ };
776
+
777
+
778
+ PremiumModules = {
779
+
780
+ getDataToSave: function (data) {
781
+ data.id = window.elementor.config.post_id;
782
+ return data;
783
+ },
784
+
785
+ init: function () {
786
+ if (window.elementor.settings.premium_template) {
787
+ window.elementor.settings.premium_template.getDataToSave = this.getDataToSave;
788
+ }
789
+
790
+ if (window.elementor.settings.premium_page) {
791
+ window.elementor.settings.premium_page.getDataToSave = this.getDataToSave;
792
+ window.elementor.settings.premium_page.changeCallbacks = {
793
+ custom_header: function () {
794
+ this.save(function () {
795
+ elementor.reloadPreview();
796
+
797
+ elementor.once('preview:loaded', function () {
798
+ elementor.getPanelView().setPage('premium_page_settings');
799
+ });
800
+ });
801
+ },
802
+ custom_footer: function () {
803
+ this.save(function () {
804
+ elementor.reloadPreview();
805
+
806
+ elementor.once('preview:loaded', function () {
807
+ elementor.getPanelView().setPage('premium_page_settings');
808
+ });
809
+ });
810
+ }
811
+ };
812
+ }
813
+
814
+ }
815
+
816
+ };
817
+
818
+ PremiumEditor = {
819
+
820
+ modal: false,
821
+ layout: false,
822
+ collections: {},
823
+ tabs: {},
824
+ defaultTab: '',
825
+ channels: {},
826
+ atIndex: null,
827
+
828
+ init: function () {
829
+
830
+ window.elementor.on(
831
+ 'document:loaded',
832
+ window._.bind(PremiumEditor.onPreviewLoaded, PremiumEditor)
833
+ );
834
+
835
+ PremiumEditorViews.init();
836
+ PremiumControlsViews.init();
837
+ PremiumModules.init();
838
+
839
+ },
840
+
841
+ onPreviewLoaded: function () {
842
+
843
+ this.initPremTempsButton();
844
+
845
+ window.elementor.$previewContents.on(
846
+ 'click.addPremiumTemplate',
847
+ '.pa-add-section-btn',
848
+ _.bind(this.showTemplatesModal, this)
849
+ );
850
+
851
+ this.channels = {
852
+ templates: Backbone.Radio.channel('PREMIUM_EDITOR:templates'),
853
+ tabs: Backbone.Radio.channel('PREMIUM_EDITOR:tabs'),
854
+ layout: Backbone.Radio.channel('PREMIUM_EDITOR:layout'),
855
+ };
856
+
857
+ this.tabs = PremiumTempsData.tabs;
858
+ this.defaultTab = PremiumTempsData.defaultTab;
859
+
860
+ },
861
+
862
+ initPremTempsButton: function () {
863
+
864
+ var $addNewSection = window.elementor.$previewContents.find('.elementor-add-new-section'),
865
+ addPremiumTemplate = "<div class='elementor-add-section-area-button pa-add-section-btn' title='Add Premium Template'><i class='eicon-star'></i></div>",
866
+ $addPremiumTemplate;
867
+
868
+ if ($addNewSection.length && PremiumTempsData.PremiumTemplatesBtn) {
869
+ $addPremiumTemplate = $(addPremiumTemplate).prependTo($addNewSection);
870
+ }
871
+
872
+ window.elementor.$previewContents.on(
873
+ 'click.addPremiumTemplate',
874
+ '.elementor-editor-section-settings .elementor-editor-element-add',
875
+ function () {
876
+
877
+ var $this = $(this),
878
+ $section = $this.closest('.elementor-top-section'),
879
+ modelID = $section.data('model-cid');
880
+
881
+ if (elementor.previewView.collection.length) {
882
+ $.each(elementor.previewView.collection.models, function (index, model) {
883
+ if (modelID === model.cid) {
884
+ PremiumEditor.atIndex = index;
885
+ }
886
+ });
887
+ }
888
+
889
+ if (PremiumTempsData.PremiumTemplatesBtn) {
890
+ setTimeout(function () {
891
+ var $addNew = $section.prev('.elementor-add-section').find('.elementor-add-new-section');
892
+ $addNew.prepend(addPremiumTemplate);
893
+ }, 100);
894
+ }
895
+
896
+ }
897
+ );
898
+
899
+ },
900
+
901
+ getFilter: function (name) {
902
+
903
+ return this.channels.templates.request('filter:' + name);
904
+ },
905
+
906
+ setFilter: function (name, value) {
907
+ this.channels.templates.reply('filter:' + name, value);
908
+ this.channels.templates.trigger('filter:change');
909
+ },
910
+
911
+ getTab: function () {
912
+ return this.channels.tabs.request('filter:tabs');
913
+ },
914
+
915
+ setTab: function (value, silent) {
916
+
917
+ this.channels.tabs.reply('filter:tabs', value);
918
+
919
+ if (!silent) {
920
+ this.channels.tabs.trigger('filter:change');
921
+ }
922
+
923
+ },
924
+
925
+ getTabs: function () {
926
+
927
+ var tabs = [];
928
+
929
+ _.each(this.tabs, function (item, slug) {
930
+ tabs.push({
931
+ slug: slug,
932
+ title: item.title
933
+ });
934
+ });
935
+
936
+ return tabs;
937
+ },
938
+
939
+ getPreview: function (name) {
940
+ return this.channels.layout.request('preview');
941
+ },
942
+
943
+ setPreview: function (value, silent) {
944
+
945
+ this.channels.layout.reply('preview', value);
946
+
947
+ if (!silent) {
948
+ this.channels.layout.trigger('preview:change');
949
+ }
950
+ },
951
+
952
+ getKeywords: function () {
953
+
954
+ var keywords = [];
955
+
956
+ _.each(this.keywords, function (title, slug) {
957
+ tabs.push({
958
+ slug: slug,
959
+ title: title
960
+ });
961
+ });
962
+
963
+ return keywords;
964
+ },
965
+
966
+ showTemplatesModal: function () {
967
+
968
+ this.getModal().show();
969
+
970
+ if (!this.layout) {
971
+ this.layout = new PremiumEditorViews.ModalLayoutView();
972
+ this.layout.showLoadingView();
973
+ }
974
+
975
+ this.setTab(this.defaultTab, true);
976
+ this.requestTemplates(this.defaultTab);
977
+ this.setPreview('initial');
978
+
979
+ },
980
+
981
+ requestTemplates: function (tabName) {
982
+
983
+ var self = this,
984
+ tab = self.tabs[tabName];
985
+
986
+ self.setFilter('category', false);
987
+
988
+ if (tab.data.templates && tab.data.categories) {
989
+ self.layout.showTemplatesView(tab.data.templates, tab.data.categories, tab.data.keywords);
990
+ } else {
991
+ $.ajax({
992
+ url: ajaxurl,
993
+ type: 'get',
994
+ dataType: 'json',
995
+ data: {
996
+ action: 'premium_get_templates',
997
+ tab: tabName
998
+ },
999
+ success: function (response) {
1000
+ console.log("%cTemplates Retrieved Successfully!!", "color: #7a7a7a; background-color: #eee;");
1001
+
1002
+ var templates = new PremiumEditorViews.LibraryCollection(response.data.templates),
1003
+ categories = new PremiumEditorViews.CategoriesCollection(response.data.categories);
1004
+
1005
+ self.tabs[tabName].data = {
1006
+ templates: templates,
1007
+ categories: categories,
1008
+ keywords: response.data.keywords
1009
+ };
1010
+
1011
+ self.layout.showTemplatesView(templates, categories, response.data.keywords);
1012
+
1013
+ }
1014
+ });
1015
+ }
1016
+
1017
+ },
1018
+
1019
+ closeModal: function () {
1020
+ this.getModal().hide();
1021
+ },
1022
+
1023
+ getModal: function () {
1024
+
1025
+ if (!this.modal) {
1026
+ this.modal = elementor.dialogsManager.createWidget('lightbox', {
1027
+ id: 'premium-template-modal',
1028
+ className: 'elementor-templates-modal',
1029
+ closeButton: false
1030
+ });
1031
+ }
1032
+
1033
+ return this.modal;
1034
+
1035
+ }
1036
+
1037
+ };
1038
+
1039
+ $(window).on('elementor:init', PremiumEditor.init);
1040
+
1041
  })(jQuery);
assets/frontend/css/premium-addons-rtl.css CHANGED
@@ -1,7579 +1,7603 @@
1
- @font-face {
2
- font-family: "pa-elements";
3
- src: url("../../editor/fonts/pa-elements.eot?p2y7wv");
4
- src: url("../../editor/fonts/pa-elements.eot?p2y7wv#iefix") format("embedded-opentype"),
5
- url("../../editor/fonts/pa-elements.ttf?p2y7wv") format("truetype"),
6
- url("../../editor/fonts/pa-elements.woff?p2y7wv") format("woff"),
7
- url("../../editor/fonts/pa-elements.svg?p2y7wv#pa-elements") format("svg");
8
- font-weight: normal;
9
- font-style: normal;
10
- }
11
-
12
- /**************** Premium Banner ****************/
13
- /************************************************/
14
- .premium-banner {
15
- overflow: hidden;
16
- }
17
-
18
- .premium-banner-ib {
19
- display: block;
20
- position: relative;
21
- }
22
-
23
- .premium-banner-ib img {
24
- display: block;
25
- position: relative;
26
- }
27
-
28
- .premium-banner-img-wrap {
29
- -js-display: flex;
30
- display: -webkit-box;
31
- display: -webkit-flex;
32
- display: -moz-box;
33
- display: -ms-flexbox;
34
- display: flex;
35
- height: 100%;
36
- }
37
-
38
- .premium-banner-img-wrap .premium-banner-ib-img {
39
- -webkit-flex-shrink: 0;
40
- -ms-flex-negative: 0;
41
- flex-shrink: 0;
42
- }
43
-
44
- .premium-banner-ib {
45
- z-index: 1;
46
- overflow: hidden;
47
- margin: 0 0 35px;
48
- text-align: center;
49
- -webkit-box-sizing: border-box;
50
- -moz-box-sizing: border-box;
51
- box-sizing: border-box;
52
- }
53
-
54
- .premium-banner-ib-desc .premium-banner-read-more {
55
- z-index: 100;
56
- }
57
-
58
- .premium-banner-ib,
59
- .wpb_column > .wpb_wrapper .premium-banner-ib {
60
- margin-bottom: 0px;
61
- }
62
-
63
- .elementor-widget-premium-addon-banner .premium-banner-ib-title {
64
- background: transparent;
65
- }
66
-
67
- .premium-banner-ib *,
68
- .premium-banner-ib .premium-banner-ib-desc {
69
- -webkit-box-sizing: border-box;
70
- -moz-box-sizing: border-box;
71
- box-sizing: border-box;
72
- }
73
-
74
- .premium-banner-ib img {
75
- min-width: 100%;
76
- max-width: 100%;
77
- -webkit-transition: opacity 0.35s;
78
- transition: opacity 0.35s;
79
- }
80
-
81
- .premium-banner-ib .premium-banner-ib-desc {
82
- padding: 15px;
83
- -webkit-backface-visibility: hidden;
84
- backface-visibility: hidden;
85
- -webkit-box-sizing: border-box;
86
- -moz-box-sizing: border-box;
87
- box-sizing: border-box;
88
- position: absolute;
89
- top: 0;
90
- right: 0;
91
- width: 100%;
92
- height: 100%;
93
- }
94
-
95
- .premium-banner-ib .premium-banner-ib-link {
96
- position: absolute;
97
- top: 0;
98
- right: 0;
99
- width: 100%;
100
- height: 100%;
101
- z-index: 1000;
102
- text-indent: 200%;
103
- white-space: nowrap;
104
- font-size: 0;
105
- opacity: 0;
106
- }
107
-
108
- .premium-banner-ib a.premium-banner-ib-link {
109
- display: block;
110
- background: 100% 0;
111
- }
112
-
113
- .premium-banner-animation1 img {
114
- width: -webkit-calc(100% + 50px) !important;
115
- width: calc(100% + 50px) !important;
116
- max-width: -webkit-calc(100% + 50px) !important;
117
- max-width: calc(100% + 50px) !important;
118
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
119
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
120
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
121
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
122
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
123
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
124
- -webkit-transform: translate3d(40px, 0, 0);
125
- transform: translate3d(40px, 0, 0);
126
- }
127
-
128
- .premium-banner-animation2 .premium-banner-ib-title {
129
- padding: 15px;
130
- }
131
-
132
- .premium-banner-animation1 .premium-banner-ib-desc {
133
- top: auto;
134
- bottom: 0;
135
- min-height: 25%;
136
- height: auto;
137
- max-height: 100%;
138
- text-align: right;
139
- }
140
-
141
- .premium-banner-animation1 .premium-banner-ib-content,
142
- .premium-banner-animation1 .premium-banner-ib-title,
143
- .premium-banner-animation1 .premium-banner-read-more {
144
- -webkit-transform: translate3d(0, 40px, 0);
145
- transform: translate3d(0, 40px, 0);
146
- -webkit-transition-delay: 0.05s;
147
- transition-delay: 0.05s;
148
- -webkit-transition-duration: 0.35s;
149
- transition-duration: 0.35s;
150
- }
151
-
152
- .premium-banner-animation1 .premium-banner-ib-title {
153
- -webkit-transition: -webkit-transform 0.35s;
154
- transition: -webkit-transform 0.35s;
155
- transition: transform 0.35s;
156
- transition: transform 0.35s, -webkit-transform 0.35s;
157
- }
158
-
159
- .premium-banner-animation1 .premium-banner-ib-content,
160
- .premium-banner-animation1 .premium-banner-read-more {
161
- margin-top: 10px;
162
- opacity: 0;
163
- -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
164
- transition: opacity 0.2s, -webkit-transform 0.35s;
165
- transition: opacity 0.2s, transform 0.35s;
166
- transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
167
- }
168
-
169
- .premium-banner-animation1:hover .premium-banner-ib-content,
170
- .premium-banner-animation1.active .premium-banner-ib-content,
171
- .premium-banner-animation1:hover .premium-banner-read-more,
172
- .premium-banner-animation1.active .premium-banner-read-more {
173
- opacity: 1;
174
- -webkit-transition-delay: 0.05s;
175
- transition-delay: 0.05s;
176
- -webkit-transition-duration: 0.35s;
177
- transition-duration: 0.35s;
178
- }
179
-
180
- .premium-banner-animation1:hover .premium-banner-ib-content,
181
- .premium-banner-animation1.active .premium-banner-ib-content,
182
- .premium-banner-animation1:hover .premium-banner-read-more,
183
- .premium-banner-animation1.active .premium-banner-read-more,
184
- .premium-banner-animation1:hover .premium-banner-ib-title,
185
- .premium-banner-animation1.active .premium-banner-ib-title,
186
- .premium-banner-animation1:hover img,
187
- .premium-banner-animation1.active img {
188
- -webkit-transform: translate3d(0, 0, 0);
189
- transform: translate3d(0, 0, 0);
190
- -webkit-transition-delay: 0.05s;
191
- transition-delay: 0.05s;
192
- -webkit-transition-duration: 0.35s;
193
- transition-duration: 0.35s;
194
- }
195
-
196
- .premium-banner-animation1.zoomout img,
197
- .premium-banner-animation1.scale img {
198
- -webkit-transform: translate3d(40px, 0, 0) scale(1.1);
199
- transform: translate3d(40px, 0, 0) scale(1.1);
200
- }
201
-
202
- .premium-banner-ib.sepia img {
203
- -webkit-filter: sepia(30%);
204
- filter: sepia(30%);
205
- }
206
-
207
- .premium-banner-ib.bright img {
208
- -webkit-filter: brightness(1);
209
- filter: brightness(1);
210
- }
211
-
212
- .premium-banner-ib.sepia:hover img {
213
- -webkit-filter: sepia(0%);
214
- filter: sepia(0%);
215
- }
216
-
217
- .premium-banner-ib.bright:hover img {
218
- -webkit-filter: brightness(1.2);
219
- filter: brightness(1.2);
220
- }
221
-
222
- .premium-banner-animation1.premium-banner-min-height img,
223
- .premium-banner-animation2.premium-banner-min-height img,
224
- .premium-banner-animation4.premium-banner-min-height img,
225
- .premium-banner-animation5.premium-banner-min-height img,
226
- .premium-banner-animation6.premium-banner-min-height img,
227
- .premium-banner-animation13.premium-banner-min-height img {
228
- height: auto;
229
- }
230
-
231
- .premium-banner-animation2 img {
232
- width: 100%;
233
- }
234
-
235
- .premium-banner-animation2 .premium-banner-ib-desc::before {
236
- position: absolute;
237
- content: "";
238
- top: 0;
239
- right: 0;
240
- width: 100%;
241
- height: 100%;
242
- opacity: 0;
243
- -webkit-transform: translate3d(0, 50%, 0);
244
- transform: translate3d(0, 50%, 0);
245
- }
246
-
247
- .premium-banner-animation2 .premium-banner-ib-title {
248
- position: absolute;
249
- top: 50%;
250
- right: 0;
251
- width: 100%;
252
- -webkit-transition: color 0.35s, -webkit-transform 0.35s;
253
- transition: color 0.35s, -webkit-transform 0.35s;
254
- transition: transform 0.35s, color 0.35s;
255
- transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
256
- -webkit-transform: translate3d(0, -50%, 0);
257
- transform: translate3d(0, -50%, 0);
258
- }
259
-
260
- .premium-banner-animation2 .premium-banner-ib-content,
261
- .premium-banner-animation2 .premium-banner-read-more,
262
- .premium-banner-animation2 .premium-banner-ib-desc::before {
263
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
264
- transition: opacity 0.35s, -webkit-transform 0.35s;
265
- transition: opacity 0.35s, transform 0.35s;
266
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
267
- }
268
-
269
- .premium-banner-animation2 .premium-banner-ib-content,
270
- .premium-banner-animation2 .premium-banner-read-more {
271
- position: absolute;
272
- bottom: 0;
273
- right: 0;
274
- padding: 15px;
275
- width: 100%;
276
- max-height: 50%;
277
- opacity: 0;
278
- -webkit-transform: translate3d(0, 10px, 0);
279
- transform: translate3d(0, 10px, 0);
280
- }
281
-
282
- .premium-banner-animation2:hover .premium-banner-ib-title,
283
- .premium-banner-animation2.active .premium-banner-ib-title {
284
- -webkit-transform: translate3d(0, -40px, 0);
285
- transform: translate3d(0, -40px, 0);
286
- }
287
-
288
- .premium-banner-animation2:hover .premium-banner-read-more,
289
- .premium-banner-animation2.active .premium-banner-read-more,
290
- .premium-banner-animation2:hover .premium-banner-ib-desc::before,
291
- .premium-banner-animation2.active .premium-banner-ib-desc::before {
292
- opacity: 1;
293
- -webkit-transform: translate3d(0, 0, 0);
294
- transform: translate3d(0, 0, 0);
295
- }
296
-
297
- .premium-banner-animation2:hover .premium-banner-ib-content,
298
- .premium-banner-animation2.active .premium-banner-ib-content {
299
- opacity: 1;
300
- -webkit-transform: translate3d(0, -30px, 0);
301
- transform: translate3d(0, -30px, 0);
302
- }
303
-
304
- .premium-banner-animation3 .premium-banner-ib-title {
305
- position: absolute;
306
- bottom: 0;
307
- right: 0;
308
- padding: 15px;
309
- width: 100%;
310
- text-align: right;
311
- -webkit-transform: translate3d(0, -30px, 0);
312
- transform: translate3d(0, -30px, 0);
313
- }
314
-
315
- .premium-banner-animation3 .premium-banner-ib-desc::before,
316
- .premium-banner-animation3 .premium-banner-ib-title {
317
- -webkit-transition: -webkit-transform 0.35s;
318
- transition: -webkit-transform 0.35s;
319
- transition: transform 0.35s;
320
- transition: transform 0.35s, -webkit-transform 0.35s;
321
- }
322
-
323
- .premium-banner-animation3:hover .premium-banner-ib-desc::before,
324
- .premium-banner-animation3.active .premium-banner-ib-desc::before,
325
- .premium-banner-animation3:hover .premium-banner-ib-title,
326
- .premium-banner-animation3.active .premium-banner-ib-title {
327
- opacity: 1;
328
- -webkit-transform: translate3d(0, 0, 0);
329
- transform: translate3d(0, 0, 0);
330
- }
331
-
332
- .premium-banner-animation3 .premium-banner-ib-content {
333
- max-height: -webkit-calc(100% - 60px - 1.5em);
334
- max-height: calc(100% - 60px - 1.5em);
335
- overflow: hidden;
336
- }
337
-
338
- .premium-banner-animation4 img {
339
- width: -webkit-calc(100% + 40px) !important;
340
- width: calc(100% + 40px) !important;
341
- max-width: -webkit-calc(100% + 40px) !important;
342
- max-width: calc(100% + 40px) !important;
343
- }
344
-
345
- .premium-banner-animation4 .premium-banner-ib-desc {
346
- padding: 30px;
347
- }
348
-
349
- .premium-banner-animation4 .premium-banner-ib-desc::after {
350
- position: absolute;
351
- content: "";
352
- opacity: 0;
353
- }
354
-
355
- .premium-banner-animation4 .premium-banner-ib-desc::before {
356
- position: absolute;
357
- content: "";
358
- opacity: 0;
359
- top: 50px;
360
- left: 30px;
361
- bottom: 50px;
362
- right: 30px;
363
- border-top: 1px solid #fff;
364
- border-bottom: 1px solid #fff;
365
- -webkit-transform: scale(0, 1);
366
- -ms-transform: scale(0, 1);
367
- transform: scale(0, 1);
368
- -webkit-transform-origin: 100% 0;
369
- -ms-transform-origin: 100% 0;
370
- transform-origin: 100% 0;
371
- }
372
-
373
- .premium-banner-animation4 .premium-banner-ib-desc::after {
374
- top: 30px;
375
- left: 50px;
376
- bottom: 30px;
377
- right: 50px;
378
- border-left: 1px solid #fff;
379
- border-right: 1px solid #fff;
380
- -webkit-transform: scale(1, 0);
381
- -ms-transform: scale(1, 0);
382
- transform: scale(1, 0);
383
- -webkit-transform-origin: 0% 0;
384
- -ms-transform-origin: 0% 0;
385
- transform-origin: 0% 0;
386
- }
387
-
388
- .premium-banner-animation4 .premium-banner-ib-title {
389
- padding: 50px 30px 0 30px;
390
- -webkit-transition: -webkit-transform 0.35s;
391
- transition: -webkit-transform 0.35s;
392
- transition: transform 0.35s;
393
- transition: transform 0.35s, -webkit-transform 0.35s;
394
- }
395
-
396
- .premium-banner-animation4 .premium-banner-ib-content,
397
- .premium-banner-animation4 .premium-banner-read-more {
398
- padding: 10px 30px;
399
- opacity: 0;
400
- overflow: hidden;
401
- -webkit-transform: translate3d(0, -10px, 0);
402
- transform: translate3d(0, -10px, 0);
403
- }
404
-
405
- .premium-banner-animation4 .premium-banner-ib-title,
406
- .premium-banner-animation4 img {
407
- -webkit-transform: translate3d(30px, 0, 0);
408
- transform: translate3d(30px, 0, 0);
409
- }
410
-
411
- .premium-banner-animation4.zoomout img,
412
- .premium-banner-animation4.scale img {
413
- -webkit-transform: translate3d(30px, 0, 0) scale(1.1);
414
- transform: translate3d(30px, 0, 0) scale(1.1);
415
- }
416
-
417
- .premium-banner-animation4 .premium-banner-ib-content,
418
- .premium-banner-animation4 .premium-banner-read-more {
419
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
420
- transition: opacity 0.35s, -webkit-transform 0.35s;
421
- transition: opacity 0.35s, transform 0.35s;
422
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
423
- }
424
-
425
- .premium-banner-animation4 .premium-banner-ib-desc::after,
426
- .premium-banner-animation4 .premium-banner-ib-desc::before {
427
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
428
- transition: opacity 0.35s, -webkit-transform 0.35s;
429
- transition: opacity 0.35s, transform 0.35s;
430
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
431
- }
432
-
433
- .premium-banner-animation4 img {
434
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
435
- transition: opacity 0.35s, -webkit-transform 0.35s;
436
- transition: opacity 0.35s, transform 0.35s;
437
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
438
- }
439
-
440
- .premium-banner-animation4:hover .premium-banner-ib-desc::after,
441
- .premium-banner-animation4.active .premium-banner-ib-desc::after,
442
- .premium-banner-animation4:hover .premium-banner-ib-desc::before,
443
- .premium-banner-animation4.active .premium-banner-ib-desc::before {
444
- opacity: 1;
445
- -webkit-transform: scale(1);
446
- -ms-transform: scale(1);
447
- transform: scale(1);
448
- }
449
-
450
- .premium-banner-animation4:hover .premium-banner-ib-content,
451
- .premium-banner-animation4.active .premium-banner-ib-content,
452
- .premium-banner-animation4:hover .premium-banner-read-more,
453
- .premium-banner-animation4.active .premium-banner-read-more,
454
- .premium-banner-animation4:hover .premium-banner-ib-title,
455
- .premium-banner-animation4.active .premium-banner-ib-title {
456
- opacity: 1;
457
- -webkit-transform: translate3d(0, 0, 0);
458
- transform: translate3d(0, 0, 0);
459
- }
460
-
461
- .premium-banner-animation4:hover .premium-banner-ib-content,
462
- .premium-banner-animation4:hover .premium-banner-ib-desc::after,
463
- .premium-banner-animation4:hover .premium-banner-ib-title,
464
- .premium-banner-animation4:hover img {
465
- -webkit-transition-delay: 0.15s;
466
- transition-delay: 0.15s;
467
- }
468
-
469
- .premium-banner-animation5 .premium-banner-ib-desc {
470
- top: auto;
471
- bottom: 0;
472
- padding: 15px;
473
- height: auto;
474
- background: #f2f2f2;
475
- color: #3c4a50;
476
- -webkit-transition: -webkit-transform 0.35s;
477
- transition: -webkit-transform 0.35s;
478
- transition: transform 0.35s;
479
- transition: transform 0.35s, -webkit-transform 0.35s;
480
- -webkit-transform: translate3d(0, 100%, 0);
481
- transform: translate3d(0, 100%, 0);
482
- }
483
-
484
- .premium-banner-animation5 .premium-banner-ib-content {
485
- position: absolute;
486
- top: auto;
487
- bottom: 100%;
488
- right: 0;
489
- width: 100%;
490
- padding: 15px;
491
- opacity: 0;
492
- -webkit-transition: opacity 0.35s;
493
- transition: opacity 0.35s;
494
- }
495
-
496
- .premium-banner-animation5 .premium-banner-ib-title,
497
- .premium-banner-animation5 .premium-banner-read-more {
498
- -webkit-transition: -webkit-transform 0.35s;
499
- transition: -webkit-transform 0.35s;
500
- transition: transform 0.35s;
501
- transition: transform 0.35s, -webkit-transform 0.35s;
502
- -webkit-transform: translate3d(0, 200%, 0);
503
- transform: translate3d(0, 200%, 0);
504
- text-align: center;
505
- }
506
-
507
- .premium-banner-animation5 .premium-banner-ib-title {
508
- margin: 10px 0;
509
- }
510
-
511
- .premium-banner-animation5:hover .premium-banner-ib-content,
512
- .premium-banner-animation5.active .premium-banner-ib-content,
513
- .premium-banner-animation5:hover .premium-banner-ib-content *,
514
- .premium-banner-animation5.active .premium-banner-ib-content * {
515
- opacity: 1 !important;
516
- z-index: 99 !important;
517
- -webkit-backface-visibility: hidden !important;
518
- backface-visibility: hidden !important;
519
- }
520
-
521
- .premium-banner-animation5:hover .premium-banner-ib-desc,
522
- .premium-banner-animation5.active .premium-banner-ib-desc,
523
- .premium-banner-animation5:hover .premium-banner-ib-title,
524
- .premium-banner-animation5.active .premium-banner-ib-title,
525
- .premium-banner-animation5:hover .premium-banner-read-more,
526
- .premium-banner-animation5.active .premium-banner-read-more {
527
- -webkit-transform: translateY(0);
528
- -ms-transform: translateY(0);
529
- transform: translateY(0);
530
- }
531
-
532
- .premium-banner-animation5:hover .premium-banner-ib-title {
533
- -webkit-transition-delay: 0.05s;
534
- transition-delay: 0.05s;
535
- }
536
-
537
- .premium-banner-animation5 img {
538
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
539
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
540
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
541
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
542
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
543
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
544
- }
545
-
546
- .premium-banner-animation2 img,
547
- .premium-banner-animation4 img,
548
- .premium-banner-animation6 img {
549
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
550
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
551
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
552
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
553
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
554
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
555
- }
556
-
557
- .premium-banner-animation5.zoomout img,
558
- .premium-banner-animation5.scale img {
559
- -webkit-transform: scale(1.1);
560
- -ms-transform: scale(1.1);
561
- transform: scale(1.1);
562
- }
563
-
564
- .premium-banner-animation2.zoomout img,
565
- .premium-banner-animation2.scale img {
566
- -webkit-transform: scale(1.1);
567
- -ms-transform: scale(1.1);
568
- transform: scale(1.1);
569
- }
570
-
571
- .premium-banner-animation6.zoomout img,
572
- .premium-banner-animation6.scale img {
573
- -webkit-transform: scale(1.1);
574
- -ms-transform: scale(1.1);
575
- transform: scale(1.1);
576
- }
577
-
578
- .premium-banner-animation5.zoomin:hover img,
579
- .premium-banner-animation2.zoomin:hover img,
580
- .premium-banner-animation6.zoomin:hover img {
581
- -webkit-transform: scale(1.1);
582
- -ms-transform: scale(1.1);
583
- transform: scale(1.1);
584
- }
585
-
586
- .premium-banner-animation5.zoomout:hover img,
587
- .premium-banner-animation2.zoomout:hover img,
588
- .premium-banner-animation6.zoomout:hover img {
589
- -webkit-transform: scale(1);
590
- -ms-transform: scale(1);
591
- transform: scale(1);
592
- }
593
-
594
- .premium-banner-animation5.scale:hover img,
595
- .premium-banner-animation2.scale:hover img,
596
- .premium-banner-animation6.scale:hover img {
597
- -webkit-transform: scale(1.2) rotate(-5deg);
598
- -ms-transform: scale(1.2) rotate(-5deg);
599
- transform: scale(1.2) rotate(-5deg);
600
- }
601
-
602
- .premium-banner-animation5.grayscale:hover img,
603
- .premium-banner-animation2.grayscale:hover img,
604
- .premium-banner-animation6.grayscale:hover img {
605
- -webkit-filter: grayscale(100%);
606
- filter: grayscale(100%);
607
- }
608
-
609
- .premium-banner-animation5.blur:hover img,
610
- .premium-banner-animation2.blur:hover img {
611
- -webkit-filter: blur(3px);
612
- filter: blur(3px);
613
- }
614
-
615
- .premium-banner-animation6.blur:hover img {
616
- -webkit-filter: blur(3px);
617
- filter: blur(3px);
618
- }
619
-
620
- .premium-banner-animation6 .premium-banner-ib-desc {
621
- padding: 45px;
622
- }
623
-
624
- .premium-banner-animation6 .premium-banner-ib-desc::before {
625
- position: absolute;
626
- content: "";
627
- top: 30px;
628
- left: 30px;
629
- bottom: 30px;
630
- right: 30px;
631
- border: 1px solid #fff;
632
- }
633
-
634
- .premium-banner-animation6 .premium-banner-ib-title {
635
- margin: 20px 0 10px;
636
- -webkit-transition: -webkit-transform 0.35s;
637
- transition: -webkit-transform 0.35s;
638
- transition: transform 0.35s;
639
- transition: transform 0.35s, -webkit-transform 0.35s;
640
- -webkit-transform: translate3d(0, 100%, 0);
641
- transform: translate3d(0, 100%, 0);
642
- }
643
-
644
- .premium-banner-animation6 .premium-banner-ib-content,
645
- .premium-banner-animation6 .premium-banner-read-more,
646
- .premium-banner-animation6 .premium-banner-ib-desc::before {
647
- opacity: 0;
648
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
649
- transition: opacity 0.35s, -webkit-transform 0.35s;
650
- transition: opacity 0.35s, transform 0.35s;
651
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
652
- -webkit-transform: scale(0);
653
- -ms-transform: scale(0);
654
- transform: scale(0);
655
- }
656
-
657
- .premium-banner-animation6 .premium-banner-read-more {
658
- margin-top: 10px;
659
- }
660
-
661
- .premium-banner-animation6:hover .premium-banner-ib-title,
662
- .premium-banner-animation6.active .premium-banner-ib-title {
663
- -webkit-transform: translate3d(0, 0, 0);
664
- transform: translate3d(0, 0, 0);
665
- }
666
-
667
- .premium-banner-animation6:hover .premium-banner-ib-content,
668
- .premium-banner-animation6.active .premium-banner-ib-content,
669
- .premium-banner-animation6:hover .premium-banner-read-more,
670
- .premium-banner-animation6.active .premium-banner-read-more,
671
- .premium-banner-animation6:hover .premium-banner-ib-desc::before,
672
- .premium-banner-animation6.active .premium-banner-ib-desc::before {
673
- opacity: 1;
674
- -webkit-transform: scale(1);
675
- -ms-transform: scale(1);
676
- transform: scale(1);
677
- }
678
-
679
- .premium-banner-animation12 .premium-banner-ib-desc::after {
680
- position: absolute;
681
- content: "";
682
- left: 30px;
683
- bottom: 30px;
684
- right: 30px;
685
- height: -webkit-calc(50% - 30px);
686
- height: calc(50% - 30px);
687
- border: 7px solid #fff;
688
- -webkit-transition: -webkit-transform 0.35s;
689
- transition: -webkit-transform 0.35s;
690
- transition: transform 0.35s;
691
- transition: transform 0.35s, -webkit-transform 0.35s;
692
- -webkit-transform: translate3d(0, -100%, 0);
693
- transform: translate3d(0, -100%, 0);
694
- }
695
-
696
- .premium-banner-animation12:hover .premium-banner-ib-desc::after,
697
- .premium-banner-animation12.active .premium-banner-ib-desc::after {
698
- -webkit-transform: translate3d(0, 0, 0);
699
- transform: translate3d(0, 0, 0);
700
- }
701
-
702
- .premium-banner-animation12 .premium-banner-ib-desc {
703
- padding: 45px;
704
- text-align: right;
705
- }
706
-
707
- .premium-banner-animation12 .premium-banner-ib-content {
708
- position: absolute;
709
- left: 60px;
710
- bottom: 60px;
711
- right: 60px;
712
- opacity: 0;
713
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
714
- transition: opacity 0.35s, -webkit-transform 0.35s;
715
- transition: opacity 0.35s, transform 0.35s;
716
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
717
- -webkit-transform: translate3d(0, -100px, 0);
718
- transform: translate3d(0, -100px, 0);
719
- }
720
-
721
- .premium-banner-animation12:hover .premium-banner-ib-content,
722
- .premium-banner-animation12.active .premium-banner-ib-content {
723
- opacity: 1;
724
- -webkit-transform: translate3d(0, 0, 0);
725
- transform: translate3d(0, 0, 0);
726
- }
727
-
728
- .premium-banner-animation13 img {
729
- width: -webkit-calc(100% + 20px) !important;
730
- width: calc(100% + 20px) !important;
731
- max-width: -webkit-calc(100% + 20px) !important;
732
- max-width: calc(100% + 20px) !important;
733
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
734
- transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
735
- -webkit-transition: opacity 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
736
- transition: opacity 0.35s, filter 0.35s, transform 0.35s;
737
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
738
- transition: opacity 0.35s, filter 0.35s, transform 0.35s, -webkit-filter 0.35s, -webkit-transform 0.35s;
739
- -webkit-transform: translate3d(10px, 0, 0);
740
- transform: translate3d(10px, 0, 0);
741
- -webkit-backface-visibility: hidden;
742
- backface-visibility: hidden;
743
- }
744
-
745
- .premium-banner-animation13.zoomout img,
746
- .premium-banner-animation13.scale img {
747
- -webkit-transform: translate3d(10px, 0, 0) scale(1.1);
748
- transform: translate3d(10px, 0, 0) scale(1.1);
749
- }
750
-
751
- .premium-banner-animation13.none:hover img {
752
- -webkit-transform: translate3d(0, 0, 0);
753
- transform: translate3d(0, 0, 0);
754
- }
755
-
756
- .premium-banner-animation1.none:hover img,
757
- .premium-banner-animation4.none:hover img {
758
- -webkit-transform: translate3d(0, 0, 0);
759
- transform: translate3d(0, 0, 0);
760
- }
761
-
762
- .premium-banner-animation13.zoomin:hover img,
763
- .premium-banner-animation1.zoomin:hover img,
764
- .premium-banner-animation4.zoomin:hover img,
765
- .premium-banner-animation8.zoomin:hover img,
766
- .premium-banner-animation7.zoomin:hover img,
767
- .premium-banner-animation9.zoomin:hover img,
768
- .premium-banner-animation10.zoomin:hover img {
769
- -webkit-transform: translate3d(0, 0, 0) scale(1.1);
770
- transform: translate3d(0, 0, 0) scale(1.1);
771
- }
772
-
773
- .premium-banner-animation13.zoomout:hover img,
774
- .premium-banner-animation1.zoomout:hover img,
775
- .premium-banner-animation4.zoomout:hover img,
776
- .premium-banner-animation8.zoomout:hover img,
777
- .premium-banner-animation7.zoomout:hover img,
778
- .premium-banner-animation9.zoomout:hover img,
779
- .premium-banner-animation10.zoomout:hover img {
780
- -webkit-transform: translate3d(0, 0, 0) scale(1);
781
- transform: translate3d(0, 0, 0) scale(1);
782
- }
783
-
784
- .premium-banner-animation13.scale:hover img,
785
- .premium-banner-animation1.scale:hover img,
786
- .premium-banner-animation4.scale:hover img,
787
- .premium-banner-animation8.scale:hover img,
788
- .premium-banner-animation7.scale:hover img,
789
- .premium-banner-animation9.scale:hover img,
790
- .premium-banner-animation10.scale:hover img {
791
- -webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
792
- transform: translate3d(0, 0, 0) scale(1.2) rotate(-5deg);
793
- }
794
-
795
- .premium-banner-animation13.grayscale:hover img,
796
- .premium-banner-animation1.grayscale:hover img,
797
- .premium-banner-animation4.grayscale:hover img,
798
- .premium-banner-animation8.grayscale:hover img,
799
- .premium-banner-animation7.grayscale:hover img,
800
- .premium-banner-animation9.grayscale:hover img,
801
- .premium-banner-animation10.grayscale:hover img {
802
- -webkit-transform: translate3d(0, 0, 0);
803
- transform: translate3d(0, 0, 0);
804
- -webkit-filter: grayscale(100%);
805
- filter: grayscale(100%);
806
- }
807
-
808
- .premium-banner-animation13.blur:hover img,
809
- .premium-banner-animation1.blur:hover img,
810
- .premium-banner-animation4.blur:hover,
811
- .premium-banner-animation8.blur:hover img,
812
- .premium-banner-animation7.blur:hover img,
813
- .premium-banner-animation9.blur:hover img,
814
- .premium-banner-animation10.blur:hover img {
815
- -webkit-transform: translate3d(0, 0, 0);
816
- transform: translate3d(0, 0, 0);
817
- -webkit-filter: blur(3px);
818
- filter: blur(3px);
819
- }
820
-
821
- .premium-banner-animation13 .premium-banner-ib-desc {
822
- text-align: right;
823
- }
824
-
825
- .premium-banner-animation13 .premium-banner-ib-title {
826
- position: relative;
827
- overflow: hidden;
828
- padding: 5px 0 10px;
829
- }
830
-
831
- .premium-banner-animation13 .premium-banner-ib-title::after {
832
- position: absolute;
833
- content: "";
834
- bottom: 0;
835
- right: 0;
836
- width: 100%;
837
- height: 2px;
838
- background: #fff;
839
- -webkit-transition: -webkit-transform 0.35s;
840
- transition: -webkit-transform 0.35s;
841
- transition: transform 0.35s;
842
- transition: transform 0.35s, -webkit-transform 0.35s;
843
- -webkit-transform: translate3d(101%, 0, 0);
844
- transform: translate3d(101%, 0, 0);
845
- }
846
-
847
- .premium-banner-animation13:hover .premium-banner-ib-title::after,
848
- .premium-banner-animation13.active .premium-banner-ib-title::after {
849
- -webkit-transform: translate3d(0, 0, 0);
850
- transform: translate3d(0, 0, 0);
851
- }
852
-
853
- .premium-banner-animation13 .premium-banner-ib-content,
854
- .premium-banner-animation13 .premium-banner-read-more {
855
- padding: 15px 0;
856
- opacity: 0;
857
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
858
- transition: opacity 0.35s, -webkit-transform 0.35s;
859
- transition: opacity 0.35s, transform 0.35s;
860
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
861
- -webkit-transform: translate3d(-100%, 0, 0);
862
- transform: translate3d(-100%, 0, 0);
863
- }
864
-
865
- .premium-banner-animation13:hover .premium-banner-ib-content,
866
- .premium-banner-animation13.active .premium-banner-ib-content,
867
- .premium-banner-animation13:hover .premium-banner-read-more,
868
- .premium-banner-animation13.active .premium-banner-read-more {
869
- opacity: 1;
870
- -webkit-transform: translate3d(0, 0, 0);
871
- transform: translate3d(0, 0, 0);
872
- }
873
-
874
- .premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size {
875
- right: 50%;
876
- width: auto !important;
877
- height: 100%;
878
- max-width: none;
879
- -webkit-transform: translateX(50%);
880
- -ms-transform: translateX(50%);
881
- transform: translateX(50%);
882
- }
883
-
884
- .premium-banner-ib img {
885
- border: none;
886
- padding: 0;
887
- margin: 0;
888
- }
889
-
890
- .premium-banner-animation7 img {
891
- width: -webkit-calc(100% + 40px) !important;
892
- width: calc(100% + 40px) !important;
893
- max-width: -webkit-calc(100% + 40px) !important;
894
- max-width: calc(100% + 40px) !important;
895
- }
896
-
897
- .premium-banner-animation7 .premium-banner-brlr {
898
- width: 7px;
899
- }
900
-
901
- .premium-banner-animation7 .premium-banner-brtb {
902
- height: 7px;
903
- }
904
-
905
- .premium-banner-animation7 .premium-banner-br {
906
- position: absolute;
907
- z-index: 1;
908
- background-color: white;
909
- -webkit-transition: all 0.3s ease-in-out;
910
- transition: all 0.3s ease-in-out;
911
- -webkit-transition-delay: 0.2s;
912
- transition-delay: 0.2s;
913
- }
914
-
915
- .premium-banner-animation7 .premium-banner-bleft {
916
- right: 30px;
917
- top: -webkit-calc(100% - 150px);
918
- top: calc(100% - 150px);
919
- height: 0;
920
- }
921
-
922
- .premium-banner-animation7 .premium-banner-bright {
923
- left: 30px;
924
- bottom: -webkit-calc(100% - 150px);
925
- bottom: calc(100% - 150px);
926
- height: 0;
927
- }
928
-
929
- .premium-banner-animation7 .premium-banner-bottom {
930
- left: -webkit-calc(100% - 150px);
931
- left: calc(100% - 150px);
932
- bottom: 30px;
933
- width: 0;
934
- }
935
-
936
- .premium-banner-animation7 .premium-banner-btop {
937
- right: -webkit-calc(100% - 150px);
938
- right: calc(100% - 150px);
939
- top: 30px;
940
- width: 0;
941
- }
942
-
943
- .premium-banner-animation7 .premium-banner-ib-desc {
944
- padding: 70px;
945
- display: table;
946
- }
947
-
948
- .premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered {
949
- display: table-cell;
950
- vertical-align: middle;
951
- }
952
-
953
- .premium-banner-animation7 .premium-banner-ib-title {
954
- margin-top: 0;
955
- }
956
-
957
- .premium-banner-animation7 .premium-banner-ib-title,
958
- .premium-banner-animation7 img {
959
- -webkit-transform: translate3d(30px, 0, 0);
960
- transform: translate3d(30px, 0, 0);
961
- }
962
-
963
- .premium-banner-animation7.zoomout img,
964
- .premium-banner-animation7.scale img {
965
- -webkit-transform: translate3d(30px, 0, 0) scale(1.1);
966
- transform: translate3d(30px, 0, 0) scale(1.1);
967
- }
968
-
969
- .premium-banner-animation7 .premium-banner-ib-content,
970
- .premium-banner-animation7 .premium-banner-read-more {
971
- margin-top: 10px;
972
- }
973
-
974
- .premium-banner-animation7 .premium-banner-ib-desc::after,
975
- .premium-banner-animation7 .premium-banner-ib-desc::before {
976
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
977
- transition: opacity 0.35s, -webkit-transform 0.35s;
978
- transition: opacity 0.35s, transform 0.35s;
979
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
980
- }
981
-
982
- .premium-banner-animation7 .premium-banner-ib-title,
983
- .premium-banner-animation7 .premium-banner-ib-content,
984
- .premium-banner-animation7 .premium-banner-read-more {
985
- opacity: 0;
986
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
987
- transition: opacity 0.35s, -webkit-transform 0.35s;
988
- transition: opacity 0.35s, transform 0.35s;
989
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
990
- }
991
-
992
- .premium-banner-animation7 img {
993
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
994
- transition: opacity 0.35s, -webkit-transform 0.35s;
995
- transition: opacity 0.35s, transform 0.35s;
996
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
997
- }
998
-
999
- .premium-banner-animation7:hover .premium-banner-ib-content,
1000
- .premium-banner-animation7.active .premium-banner-ib-content,
1001
- .premium-banner-animation7:hover .premium-banner-read-more,
1002
- .premium-banner-animation7.active .premium-banner-read-more,
1003
- .premium-banner-animation7:hover .premium-banner-ib-title,
1004
- .premium-banner-animation7.active .premium-banner-ib-title {
1005
- opacity: 1;
1006
- -webkit-transform: translate3d(0, 0, 0);
1007
- transform: translate3d(0, 0, 0);
1008
- }
1009
-
1010
- .premium-banner-animation7:hover .premium-banner-bleft,
1011
- .premium-banner-animation7.active .premium-banner-bleft {
1012
- top: 30px;
1013
- height: 70px;
1014
- }
1015
-
1016
- .premium-banner-animation7:hover .premium-banner-bright,
1017
- .premium-banner-animation7.active .premium-banner-bright {
1018
- bottom: 30px;
1019
- height: 70px;
1020
- }
1021
-
1022
- .premium-banner-animation7:hover .premium-banner-bottom,
1023
- .premium-banner-animation7.active .premium-banner-bottom {
1024
- left: 30px;
1025
- width: 70px;
1026
- }
1027
-
1028
- .premium-banner-animation7:hover .premium-banner-btop,
1029
- .premium-banner-animation7.active .premium-banner-btop {
1030
- right: 30px;
1031
- width: 70px;
1032
- }
1033
-
1034
- .premium-banner-animation7:hover .premium-banner-ib-content,
1035
- .premium-banner-animation7:hover .premium-banner-read-more,
1036
- .premium-banner-animation7:hover .premium-banner-ib-title,
1037
- .premium-banner-animation7:hover img {
1038
- -webkit-transition-delay: 0.15s;
1039
- transition-delay: 0.15s;
1040
- }
1041
-
1042
- .premium-banner-animation8 img {
1043
- width: -webkit-calc(100% + 40px) !important;
1044
- width: calc(100% + 40px) !important;
1045
- max-width: -webkit-calc(100% + 40px) !important;
1046
- max-width: calc(100% + 40px) !important;
1047
- }
1048
-
1049
- .premium-banner-animation8 .premium-banner-brlr {
1050
- width: 7px;
1051
- }
1052
-
1053
- .premium-banner-animation8 .premium-banner-brtb {
1054
- height: 7px;
1055
- }
1056
-
1057
- .premium-banner-animation8 .premium-banner-br {
1058
- position: absolute;
1059
- z-index: 1;
1060
- background-color: white;
1061
- -webkit-transition: all 0.3s ease-in-out;
1062
- transition: all 0.3s ease-in-out;
1063
- -webkit-transition-delay: 0.2s;
1064
- transition-delay: 0.2s;
1065
- }
1066
-
1067
- .premium-banner-animation8 .premium-banner-bleft {
1068
- right: 30px;
1069
- top: 50%;
1070
- -webkit-transform: translateY(-50%);
1071
- -ms-transform: translateY(-50%);
1072
- transform: translateY(-50%);
1073
- height: 0;
1074
- }
1075
-
1076
- .premium-banner-animation8 .premium-banner-bright {
1077
- left: 30px;
1078
- top: 50%;
1079
- -webkit-transform: translateY(-50%);
1080
- -ms-transform: translateY(-50%);
1081
- transform: translateY(-50%);
1082
- height: 0;
1083
- }
1084
-
1085
- .premium-banner-animation8 .premium-banner-bottom {
1086
- right: 50%;
1087
- -webkit-transform: translateX(50%);
1088
- -ms-transform: translateX(50%);
1089
- transform: translateX(50%);
1090
- bottom: 30px;
1091
- width: 0;
1092
- }
1093
-
1094
- .premium-banner-animation8 .premium-banner-btop {
1095
- right: 50%;
1096
- -webkit-transform: translateX(50%);
1097
- -ms-transform: translateX(50%);
1098
- transform: translateX(50%);
1099
- top: 30px;
1100
- width: 0;
1101
- }
1102
-
1103
- .premium-banner-animation8 .premium-banner-ib-desc {
1104
- padding: 70px;
1105
- display: table;
1106
- }
1107
-
1108
- .premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered {
1109
- display: table-cell;
1110
- vertical-align: middle;
1111
- }
1112
-
1113
- .premium-banner-animation8 .premium-banner-ib-title {
1114
- margin-top: 0;
1115
- }
1116
-
1117
- .premium-banner-animation8 .premium-banner-ib-title,
1118
- .premium-banner-animation8 img {
1119
- -webkit-transform: translate3d(30px, 0, 0);
1120
- transform: translate3d(30px, 0, 0);
1121
- }
1122
-
1123
- .premium-banner-animation8.zoomout img,
1124
- .premium-banner-animation8.scale img {
1125
- -webkit-transform: translate3d(30px, 0, 0) scale(1.1);
1126
- transform: translate3d(30px, 0, 0) scale(1.1);
1127
- }
1128
-
1129
- .premium-banner-animation8 .premium-banner-ib-content,
1130
- .premium-banner-animation8 .premium-banner-read-more {
1131
- margin-top: 10px;
1132
- }
1133
-
1134
- .premium-banner-animation8 .premium-banner-ib-desc::after,
1135
- .premium-banner-animation8 .premium-banner-ib-desc::before {
1136
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1137
- transition: opacity 0.35s, -webkit-transform 0.35s;
1138
- transition: opacity 0.35s, transform 0.35s;
1139
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1140
- }
1141
-
1142
- .premium-banner-animation8 .premium-banner-ib-title,
1143
- .premium-banner-animation8 .premium-banner-ib-content,
1144
- .premium-banner-animation8 .premium-banner-read-more {
1145
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1146
- transition: opacity 0.35s, -webkit-transform 0.35s;
1147
- transition: opacity 0.35s, transform 0.35s;
1148
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1149
- opacity: 0;
1150
- }
1151
-
1152
- .premium-banner-animation8 img {
1153
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1154
- transition: opacity 0.35s, -webkit-transform 0.35s;
1155
- transition: opacity 0.35s, transform 0.35s;
1156
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1157
- }
1158
-
1159
- .premium-banner-animation8:hover .premium-banner-ib-content,
1160
- .premium-banner-animation8.active .premium-banner-ib-content,
1161
- .premium-banner-animation8:hover .premium-banner-read-more,
1162
- .premium-banner-animation8.active .premium-banner-read-more,
1163
- .premium-banner-animation8:hover .premium-banner-ib-title,
1164
- .premium-banner-animation8.active .premium-banner-ib-title {
1165
- opacity: 1;
1166
- -webkit-transform: translate3d(0, 0, 0);
1167
- transform: translate3d(0, 0, 0);
1168
- }
1169
-
1170
- .premium-banner-animation8:hover .premium-banner-bleft,
1171
- .premium-banner-animation8.active .premium-banner-bleft {
1172
- height: -webkit-calc(100% - 61px);
1173
- height: calc(100% - 61px);
1174
- }
1175
-
1176
- .premium-banner-animation8:hover .premium-banner-bright,
1177
- .premium-banner-animation8.active .premium-banner-bright {
1178
- height: -webkit-calc(100% - 61px);
1179
- height: calc(100% - 61px);
1180
- }
1181
-
1182
- .premium-banner-animation8:hover .premium-banner-bottom,
1183
- .premium-banner-animation8.active .premium-banner-bottom {
1184
- width: -webkit-calc(100% - 61px);
1185
- width: calc(100% - 61px);
1186
- }
1187
-
1188
- .premium-banner-animation8:hover .premium-banner-btop,
1189
- .premium-banner-animation8.active .premium-banner-btop {
1190
- width: -webkit-calc(100% - 61px);
1191
- width: calc(100% - 61px);
1192
- }
1193
-
1194
- .premium-banner-animation8:hover .premium-banner-ib-content,
1195
- .premium-banner-animation8:hover .premium-banner-ib-title,
1196
- .premium-banner-animation8:hover .premium-banner-read-more,
1197
- .premium-banner-animation8:hover img {
1198
- -webkit-transition-delay: 0.15s;
1199
- transition-delay: 0.15s;
1200
- }
1201
-
1202
- .premium-banner-animation9 img {
1203
- width: -webkit-calc(100% + 20px) !important;
1204
- width: calc(100% + 20px) !important;
1205
- max-width: -webkit-calc(100% + 20px) !important;
1206
- max-width: calc(100% + 20px) !important;
1207
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1208
- transition: opacity 0.35s, -webkit-transform 0.35s;
1209
- transition: opacity 0.35s, transform 0.35s;
1210
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1211
- -webkit-transform: scale(1.2);
1212
- -ms-transform: scale(1.2);
1213
- transform: scale(1.2);
1214
- }
1215
-
1216
- .premium-banner-animation9 .premium-banner-ib-desc {
1217
- width: 100%;
1218
- height: 100%;
1219
- }
1220
-
1221
- .premium-banner-animation9 .premium-banner-ib-desc::before {
1222
- position: absolute;
1223
- top: 50%;
1224
- right: 50%;
1225
- width: 80%;
1226
- height: 1px;
1227
- background: #fff;
1228
- content: "";
1229
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1230
- transition: opacity 0.35s, -webkit-transform 0.35s;
1231
- transition: opacity 0.35s, transform 0.35s;
1232
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1233
- -webkit-transform: translate3d(50%, -50%, 0);
1234
- transform: translate3d(50%, -50%, 0);
1235
- }
1236
-
1237
- .premium-banner-animation9 .premium-banner-ib-desc::after {
1238
- position: absolute;
1239
- top: 50%;
1240
- right: 50%;
1241
- width: 80%;
1242
- height: 1px;
1243
- background: #fff;
1244
- content: "";
1245
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1246
- transition: opacity 0.35s, -webkit-transform 0.35s;
1247
- transition: opacity 0.35s, transform 0.35s;
1248
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1249
- -webkit-transform: translate3d(50%, -50%, 0);
1250
- transform: translate3d(50%, -50%, 0);
1251
- }
1252
-
1253
- .premium-banner-animation9 .premium-banner-ib-title {
1254
- position: absolute;
1255
- top: 50%;
1256
- right: 0;
1257
- width: 100%;
1258
- -webkit-transition: -webkit-transform 0.35s;
1259
- transition: -webkit-transform 0.35s;
1260
- transition: transform 0.35s;
1261
- transition: transform 0.35s, -webkit-transform 0.35s;
1262
- -webkit-transform: translate3d(0, -70px, 0);
1263
- transform: translate3d(0, -70px, 0);
1264
- margin-top: 0;
1265
- padding: 0 10%;
1266
- }
1267
-
1268
- .premium-banner-animation9:hover .premium-banner-ib-title,
1269
- .premium-banner-animation9.active .premium-banner-ib-title {
1270
- -webkit-transform: translate3d(0, -80px, 0);
1271
- transform: translate3d(0, -80px, 0);
1272
- }
1273
-
1274
- .premium-banner-animation9 .premium-banner-ib-content,
1275
- .premium-banner-animation9 .premium-banner-read-more {
1276
- position: absolute;
1277
- top: 50%;
1278
- right: 0;
1279
- width: 100%;
1280
- -webkit-transition: -webkit-transform 0.35s;
1281
- transition: -webkit-transform 0.35s;
1282
- transition: transform 0.35s;
1283
- transition: transform 0.35s, -webkit-transform 0.35s;
1284
- padding: 0 10%;
1285
- -webkit-transform: translate3d(0, 35px, 0);
1286
- transform: translate3d(0, 35px, 0);
1287
- }
1288
-
1289
- .premium-banner-animation9 .premium-banner-read-more {
1290
- top: 75%;
1291
- }
1292
-
1293
- .premium-banner-animation9:hover .premium-banner-ib-content,
1294
- .premium-banner-animation9.active .premium-banner-ib-content,
1295
- .premium-banner-animation9:hover .premium-banner-read-more,
1296
- .premium-banner-animation9.active .premium-banner-read-more {
1297
- -webkit-transform: translate3d(0, 45px, 0);
1298
- transform: translate3d(0, 45px, 0);
1299
- }
1300
-
1301
- .premium-banner-animation9:hover .premium-banner-ib-desc::before,
1302
- .premium-banner-animation9.active .premium-banner-ib-desc::before {
1303
- opacity: 0.5;
1304
- -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
1305
- transform: translate3d(50%, -50%, 0) rotate(-45deg);
1306
- }
1307
-
1308
- .premium-banner-animation9:hover .premium-banner-ib-desc::after,
1309
- .premium-banner-animation9.active .premium-banner-ib-desc::after {
1310
- opacity: 0.5;
1311
- -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
1312
- transform: translate3d(50%, -50%, 0) rotate(45deg);
1313
- }
1314
-
1315
- .premium-banner-animation9:hover img {
1316
- -webkit-transform: scale(1);
1317
- -ms-transform: scale(1);
1318
- transform: scale(1);
1319
- }
1320
-
1321
- .premium-banner-animation10 img {
1322
- width: -webkit-calc(100% + 20px) !important;
1323
- width: calc(100% + 20px) !important;
1324
- max-width: -webkit-calc(100% + 20px) !important;
1325
- max-width: calc(100% + 20px) !important;
1326
- }
1327
-
1328
- .premium-banner-animation10 .premium-banner-ib-title {
1329
- position: relative;
1330
- overflow: hidden;
1331
- padding: 5px 0 15px;
1332
- -webkit-transition: -webkit-transform 0.35s;
1333
- transition: -webkit-transform 0.35s;
1334
- transition: transform 0.35s;
1335
- transition: transform 0.35s, -webkit-transform 0.35s;
1336
- -webkit-transform: translate3d(0, 20px, 0);
1337
- transform: translate3d(0, 20px, 0);
1338
- margin-bottom: 0;
1339
- }
1340
-
1341
- .premium-banner-animation10 .premium-banner-ib-title::after {
1342
- position: absolute;
1343
- content: "";
1344
- bottom: 0;
1345
- right: 0;
1346
- width: 100%;
1347
- height: 3px;
1348
- background: #fff;
1349
- opacity: 0;
1350
- -webkit-transform: translate3d(0, 100%, 0);
1351
- transform: translate3d(0, 100%, 0);
1352
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1353
- transition: opacity 0.35s, -webkit-transform 0.35s;
1354
- transition: opacity 0.35s, transform 0.35s;
1355
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1356
- }
1357
-
1358
- .premium-banner-animation10:hover .premium-banner-ib-title,
1359
- .premium-banner-animation10.active .premium-banner-ib-title {
1360
- -webkit-transform: translate3d(0, 0, 0);
1361
- transform: translate3d(0, 0, 0);
1362
- }
1363
-
1364
- .premium-banner-animation10:hover .premium-banner-ib-title::after,
1365
- .premium-banner-animation10.active .premium-banner-ib-title::after {
1366
- opacity: 1;
1367
- -webkit-transform: translate3d(0, 0, 0);
1368
- transform: translate3d(0, 0, 0);
1369
- }
1370
-
1371
- .premium-banner-animation10 .premium-banner-ib-content,
1372
- .premium-banner-animation10 .premium-banner-read-more {
1373
- padding-top: 15px;
1374
- opacity: 0;
1375
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
1376
- transition: opacity 0.35s, -webkit-transform 0.35s;
1377
- transition: opacity 0.35s, transform 0.35s;
1378
- transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
1379
- -webkit-transform: translate3d(0, 100%, 0);
1380
- transform: translate3d(0, 100%, 0);
1381
- }
1382
-
1383
- .premium-banner-animation10 .premium-banner-read-more {
1384
- padding: 0;
1385
- }
1386
-
1387
- .premium-banner-animation10:hover .premium-banner-ib-content,
1388
- .premium-banner-animation10.active .premium-banner-ib-content,
1389
- .premium-banner-animation10:hover .premium-banner-read-more,
1390
- .premium-banner-animation10.active .premium-banner-read-more {
1391
- opacity: 1;
1392
- -webkit-transform: translate3d(0, 0, 0);
1393
- transform: translate3d(0, 0, 0);
1394
- }
1395
-
1396
- /**************** Premium CountDown *************/
1397
- /************************************************/
1398
- .premium-countdown {
1399
- display: -ms-flexbox;
1400
- display: -webkit-flex;
1401
- display: -moz-flex;
1402
- display: -ms-flex;
1403
- -js-display: flex;
1404
- display: -webkit-box;
1405
- display: -moz-box;
1406
- display: flex;
1407
- }
1408
-
1409
- /* jQuery Countdown styles 2.0.0. */
1410
- .pre_countdown-row {
1411
- display: block;
1412
- text-align: center;
1413
- }
1414
-
1415
- .countdown .pre_countdown-section {
1416
- display: inline-block;
1417
- max-width: 100%;
1418
- margin-bottom: 15px;
1419
- }
1420
-
1421
- .countdown .pre_countdown-section {
1422
- display: -webkit-inline-box;
1423
- display: -webkit-inline-flex;
1424
- display: -ms-inline-flexbox;
1425
- -js-display: inline-flex;
1426
- display: -moz-inline-box;
1427
- display: inline-flex;
1428
- -webkit-box-align: center;
1429
- -webkit-align-items: center;
1430
- -moz-box-align: center;
1431
- -ms-flex-align: center;
1432
- align-items: center;
1433
- }
1434
-
1435
- .countdown .pre_countdown-section:last-child {
1436
- margin-left: 0;
1437
- }
1438
-
1439
- .countdown span.pre_countdown-amount {
1440
- font-size: 70px;
1441
- line-height: 1;
1442
- }
1443
-
1444
- .countdown .pre_time-mid {
1445
- display: block;
1446
- }
1447
-
1448
- .premium-countdown-separator-yes .pre-countdown_separator {
1449
- display: block;
1450
- margin: 0 50px;
1451
- font-size: 30px;
1452
- }
1453
-
1454
- .premium-countdown-separator-yes .pre_countdown-row .pre_countdown-section:last-child .pre-countdown_separator {
1455
- display: none;
1456
- }
1457
-
1458
- /************************************ * Digit and unit styles *************************************/
1459
- .side .pre_countdown-section .pre_countdown-period {
1460
- vertical-align: bottom;
1461
- }
1462
-
1463
- .countdown .pre_countdown-section .pre_countdown-period {
1464
- font-size: 17px;
1465
- line-height: 3em;
1466
- }
1467
-
1468
- .side .pre_countdown-section .pre_countdown-amount,
1469
- .side .pre_countdown-section .pre_countdown-period {
1470
- display: inline-block;
1471
- }
1472
-
1473
- .side .pre_countdown-section .pre_countdown-amount {
1474
- margin-left: 5px;
1475
- }
1476
-
1477
- .down .pre_countdown-section .pre_countdown-amount,
1478
- .down .pre_countdown-section .pre_countdown-period {
1479
- display: block;
1480
- }
1481
-
1482
- /**************** Premium Carousel **************/
1483
- /************************************************/
1484
- .premium-carousel-wrapper a.carousel-arrow,
1485
- .premium-carousel-wrapper a.ver-carousel-arrow,
1486
- .premium-fb-rev-container a.carousel-arrow,
1487
- .premium-blog-wrap a.carousel-arrow,
1488
- .premium-hscroll-wrap a.carousel-arrow,
1489
- .premium-twitter-feed-wrapper a.carousel-arrow,
1490
- .premium-facebook-feed-wrapper a.carousel-arrow,
1491
- .premium-instafeed-container a.carousel-arrow,
1492
- .premium-persons-container a.carousel-arrow {
1493
- display: -ms-flexbox;
1494
- display: -webkit-flex;
1495
- display: -moz-flex;
1496
- display: -ms-flex;
1497
- -js-display: flex;
1498
- display: -webkit-box;
1499
- display: -moz-box;
1500
- display: flex;
1501
- -webkit-box-align: center;
1502
- -webkit-align-items: center;
1503
- -moz-box-align: center;
1504
- -ms-flex-align: center;
1505
- align-items: center;
1506
- -webkit-box-pack: center;
1507
- -webkit-justify-content: center;
1508
- -moz-box-pack: center;
1509
- -ms-flex-pack: center;
1510
- justify-content: center;
1511
- width: 2em;
1512
- height: 2em;
1513
- line-height: 0;
1514
- text-align: center;
1515
- position: absolute;
1516
- z-index: 99;
1517
- cursor: pointer;
1518
- -webkit-transition: all 0.3s ease-in-out;
1519
- transition: all 0.3s ease-in-out;
1520
- -webkit-appearance: inherit;
1521
- border: none;
1522
- -webkit-box-shadow: none;
1523
- box-shadow: none;
1524
- }
1525
-
1526
- div[class^="premium-"] .slick-arrow i {
1527
- display: block;
1528
- }
1529
-
1530
- .ver-carousel-arrow.carousel-next i {
1531
- margin-bottom: -3px;
1532
- }
1533
-
1534
- .premium-carousel-wrapper a.slick-arrow:hover {
1535
- -webkit-box-shadow: none !important;
1536
- box-shadow: none !important;
1537
- }
1538
-
1539
- .premium-carousel-wrapper .premium-carousel-content-hidden {
1540
- visibility: hidden;
1541
- }
1542
-
1543
- .premium-carousel-wrapper a.carousel-arrow,
1544
- .premium-fb-rev-container a.carousel-arrow,
1545
- .premium-blog-wrap a.carousel-arrow,
1546
- .premium-hscroll-wrap a.carousel-arrow,
1547
- .premium-twitter-feed-wrapper a.carousel-arrow,
1548
- .premium-facebook-feed-wrapper a.carousel-arrow,
1549
- .premium-instafeed-container a.carousel-arrow,
1550
- .premium-persons-container a.carousel-arrow {
1551
- top: 50%;
1552
- -webkit-transform: translateY(-50%);
1553
- -ms-transform: translateY(-50%);
1554
- transform: translateY(-50%);
1555
- }
1556
-
1557
- .premium-carousel-wrapper a.ver-carousel-arrow {
1558
- right: 50%;
1559
- -webkit-transform: translateX(50%);
1560
- -ms-transform: translateX(50%);
1561
- transform: translateX(50%);
1562
- }
1563
-
1564
- a.carousel-arrow.carousel-next {
1565
- right: -20px;
1566
- }
1567
-
1568
- a.carousel-arrow.carousel-prev {
1569
- left: -20px;
1570
- }
1571
-
1572
- a.ver-carousel-arrow.carousel-next {
1573
- bottom: -56px;
1574
- }
1575
-
1576
- a.ver-carousel-arrow.carousel-prev {
1577
- top: -45px;
1578
- }
1579
-
1580
- a.circle-bg {
1581
- -webkit-border-radius: 100%;
1582
- border-radius: 100%;
1583
- }
1584
-
1585
- a.circle-border {
1586
- -webkit-border-radius: 100%;
1587
- border-radius: 100%;
1588
- border: solid black;
1589
- }
1590
-
1591
- a.square-border {
1592
- border: solid black;
1593
- }
1594
-
1595
- .premium-carousel-wrapper ul.slick-dots,
1596
- .premium-blog-wrap ul.slick-dots {
1597
- list-style: none;
1598
- text-align: center;
1599
- margin: 0;
1600
- padding: 0;
1601
- }
1602
-
1603
- .premium-carousel-dots-below ul.slick-dots {
1604
- position: relative;
1605
- }
1606
-
1607
- .premium-carousel-dots-above ul.slick-dots {
1608
- position: absolute;
1609
- display: -ms-flexbox;
1610
- display: -webkit-flex;
1611
- display: -moz-flex;
1612
- display: -ms-flex;
1613
- -js-display: flex;
1614
- display: -webkit-box;
1615
- display: -moz-box;
1616
- display: flex;
1617
- top: 50%;
1618
- -webkit-transform: translateY(-50%);
1619
- -ms-transform: translateY(-50%);
1620
- transform: translateY(-50%);
1621
- -webkit-flex-direction: column;
1622
- -webkit-box-orient: vertical;
1623
- -webkit-box-direction: normal;
1624
- -moz-box-orient: vertical;
1625
- -moz-box-direction: normal;
1626
- -ms-flex-direction: column;
1627
- flex-direction: column;
1628
- }
1629
-
1630
- ul.slick-dots li {
1631
- font-size: 10px;
1632
- display: -webkit-inline-box;
1633
- display: -webkit-inline-flex;
1634
- display: -ms-inline-flexbox;
1635
- -js-display: inline-flex;
1636
- display: -moz-inline-box;
1637
- display: inline-flex;
1638
- -webkit-box-pack: center;
1639
- -webkit-justify-content: center;
1640
- -moz-box-pack: center;
1641
- -ms-flex-pack: center;
1642
- justify-content: center;
1643
- -webkit-box-align: center;
1644
- -webkit-align-items: center;
1645
- -moz-box-align: center;
1646
- -ms-flex-align: center;
1647
- align-items: center;
1648
- margin: 5px;
1649
- width: 20px;
1650
- height: 20px;
1651
- cursor: pointer;
1652
- }
1653
-
1654
- /*
1655
- * Custom Navigation Dot
1656
- */
1657
- .premium-carousel-wrapper .premium-carousel-nav-dot,
1658
- .premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
1659
- .premium-carousel-wrapper .premium-carousel-nav-arrow-next {
1660
- display: none;
1661
- }
1662
-
1663
- .premium-carousel-wrapper ul.slick-dots svg {
1664
- width: 20px;
1665
- height: 20px;
1666
- }
1667
-
1668
- /* Ripple Out */
1669
- @-webkit-keyframes hvr-ripple-out {
1670
- 0% {
1671
- -webkit-transform: scale(1);
1672
- transform: scale(1);
1673
- opacity: 1;
1674
- }
1675
-
1676
- 100% {
1677
- -webkit-transform: scale(1.5);
1678
- transform: scale(1.5);
1679
- opacity: 0;
1680
- }
1681
- }
1682
-
1683
- @keyframes hvr-ripple-out {
1684
- 0% {
1685
- -webkit-transform: scale(1);
1686
- transform: scale(1);
1687
- opacity: 1;
1688
- }
1689
-
1690
- 100% {
1691
- -webkit-transform: scale(1.5);
1692
- transform: scale(1.5);
1693
- opacity: 0;
1694
- }
1695
- }
1696
-
1697
- .premium-carousel-ripple-yes .premium-carousel-wrapper {
1698
- padding-bottom: 1px;
1699
- }
1700
-
1701
- .premium-carousel-ripple-yes ul.slick-dots li,
1702
- .premium-carousel-ripple-yes ul.slick-dots li i {
1703
- position: relative;
1704
- }
1705
-
1706
- .premium-carousel-ripple-yes ul.slick-dots li i {
1707
- z-index: 1;
1708
- }
1709
-
1710
- .premium-carousel-ripple-yes ul.slick-dots li:hover:before {
1711
- content: "";
1712
- position: absolute;
1713
- -webkit-transform: scale(1);
1714
- -ms-transform: scale(1);
1715
- transform: scale(1);
1716
- top: 0;
1717
- left: 0;
1718
- bottom: 0;
1719
- right: 0;
1720
- -webkit-border-radius: 50%;
1721
- border-radius: 50%;
1722
- pointer-events: none;
1723
- background-color: rgba(0, 0, 0, 0.15);
1724
- }
1725
-
1726
- .premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
1727
- background-color: rgba(0, 0, 0, 0.3);
1728
- }
1729
-
1730
- .premium-carousel-ripple-yes ul.slick-dots li:hover:before {
1731
- -webkit-animation: hvr-ripple-out 1.3s infinite;
1732
- animation: hvr-ripple-out 1.3s infinite;
1733
- }
1734
-
1735
- .premium-carousel-wrapper.premium-carousel-scale .slick-slide {
1736
- -webkit-transform: scale(1.25, 1.25);
1737
- -ms-transform: scale(1.25, 1.25);
1738
- transform: scale(1.25, 1.25);
1739
- -webkit-transition: all 0.3s ease-in-out !important;
1740
- transition: all 0.3s ease-in-out !important;
1741
- }
1742
-
1743
- .premium-carousel-wrapper.premium-carousel-scale div.slick-active {
1744
- -webkit-transform: scale(1, 1);
1745
- -ms-transform: scale(1, 1);
1746
- transform: scale(1, 1);
1747
- }
1748
-
1749
- [dir="rtl"] .premium-carousel-inner .slick-slide {
1750
- float: right;
1751
- }
1752
-
1753
- /**************** Premium Counter ***************/
1754
- /************************************************/
1755
- .premium-counter-area {
1756
- padding: 10px 0;
1757
- -js-display: flex;
1758
- display: -webkit-box;
1759
- display: -webkit-flex;
1760
- display: -moz-box;
1761
- display: -ms-flexbox;
1762
- display: flex;
1763
- -webkit-box-pack: center;
1764
- -webkit-justify-content: center;
1765
- -moz-box-pack: center;
1766
- -ms-flex-pack: center;
1767
- justify-content: center;
1768
- -webkit-box-align: center;
1769
- -webkit-align-items: center;
1770
- -moz-box-align: center;
1771
- -ms-flex-align: center;
1772
- align-items: center;
1773
- }
1774
-
1775
- .premium-counter-area.top {
1776
- -webkit-box-orient: vertical;
1777
- -webkit-box-direction: normal;
1778
- -webkit-flex-direction: column;
1779
- -moz-box-orient: vertical;
1780
- -moz-box-direction: normal;
1781
- -ms-flex-direction: column;
1782
- flex-direction: column;
1783
- }
1784
-
1785
- .premium-counter-area.right {
1786
- -webkit-box-orient: horizontal;
1787
- -webkit-box-direction: reverse;
1788
- -webkit-flex-direction: row-reverse;
1789
- -moz-box-orient: horizontal;
1790
- -moz-box-direction: reverse;
1791
- -ms-flex-direction: row-reverse;
1792
- flex-direction: row-reverse;
1793
- }
1794
-
1795
- .premium-counter-area.right .premium-counter-icon {
1796
- padding-right: 20px;
1797
- }
1798
-
1799
- .premium-counter-area.left .premium-counter-icon {
1800
- padding-left: 20px;
1801
- }
1802
-
1803
- .premium-counter-area .premium-counter-icon .icon i.fa:before {
1804
- vertical-align: text-top;
1805
- }
1806
-
1807
- .premium-counter-area .premium-counter-icon span.icon {
1808
- text-align: center;
1809
- display: inline-block;
1810
- vertical-align: middle;
1811
- }
1812
-
1813
- .premium-counter-area .premium-counter-icon .circle {
1814
- -webkit-border-radius: 100%;
1815
- border-radius: 100%;
1816
- }
1817
-
1818
- .premium-counter-area .premium-counter-icon img,
1819
- .premium-counter-area .premium-counter-icon svg {
1820
- width: 80px;
1821
- }
1822
-
1823
- .premium-counter-area .premium-counter-icon .premium-counter-animation svg {
1824
- height: 80px;
1825
- }
1826
-
1827
- .premium-counter-area .premium-counter-title {
1828
- padding: 0;
1829
- margin: 0;
1830
- }
1831
-
1832
- .premium-counter-area .premium-counter-value-wrap {
1833
- -js-display: flex;
1834
- display: -webkit-box;
1835
- display: -webkit-flex;
1836
- display: -moz-box;
1837
- display: -ms-flexbox;
1838
- display: flex;
1839
- -webkit-box-align: center;
1840
- -webkit-align-items: center;
1841
- -moz-box-align: center;
1842
- -ms-flex-align: center;
1843
- align-items: center;
1844
- }
1845
-
1846
- .premium-init-wrapper.right {
1847
- text-align: left;
1848
- }
1849
-
1850
- /* * Custom image and simple styles image fix */
1851
- span.icon.flex-width {
1852
- width: auto !important;
1853
- height: auto !important;
1854
- }
1855
-
1856
- .premium-counter-area .premium-counter-init {
1857
- font-size: 35px;
1858
- }
1859
-
1860
- /**************** Premium Image Separator ****************/
1861
- /*********************************************************/
1862
- /*Image Separator Container Style*/
1863
- .premium-image-separator-container {
1864
- position: absolute;
1865
- width: 100%;
1866
- z-index: 2;
1867
- top: auto;
1868
- }
1869
-
1870
- .premium-image-separator-container svg,
1871
- .premium-image-separator-container img {
1872
- display: inline-block !important;
1873
- }
1874
-
1875
- /*Link on Image Style*/
1876
- .premium-image-separator-link {
1877
- position: absolute;
1878
- z-index: 9999;
1879
- top: 0;
1880
- right: 0;
1881
- width: 100%;
1882
- height: 100%;
1883
- text-decoration: none;
1884
- }
1885
-
1886
- /*Important to override Theme options*/
1887
- a.premium-image-separator-link:hover,
1888
- a.premium-image-separator-link:visited,
1889
- a.premium-image-separator-link:focus,
1890
- a.premium-image-separator-link:active {
1891
- -webkit-box-shadow: none !important;
1892
- box-shadow: none !important;
1893
- outline: none !important;
1894
- border: none !important;
1895
- text-decoration: none !important;
1896
- }
1897
-
1898
- .premium-image-separator-container .img-responsive {
1899
- display: inline-block;
1900
- }
1901
-
1902
- .premium-image-separator-container i {
1903
- padding: 0.1em;
1904
- -webkit-transition: all 0.3s ease-in-out;
1905
- transition: all 0.3s ease-in-out;
1906
- }
1907
-
1908
- /**************** Premium Modal Box ****************/
1909
- /***************************************************/
1910
- .premium-modal-trigger-btn,
1911
- .premium-modal-box-modal-lower-close {
1912
- display: inline-block;
1913
- padding: 6px 12px;
1914
- margin-bottom: 0;
1915
- font-size: 14px;
1916
- font-weight: normal;
1917
- line-height: 1.42857143;
1918
- text-align: center;
1919
- white-space: nowrap;
1920
- vertical-align: middle;
1921
- -ms-touch-action: manipulation;
1922
- touch-action: manipulation;
1923
- cursor: pointer;
1924
- -webkit-user-select: none;
1925
- -moz-user-select: none;
1926
- -ms-user-select: none;
1927
- user-select: none;
1928
- background-image: none;
1929
- border: 1px solid transparent;
1930
- }
1931
-
1932
- .premium-modal-trigger-btn i {
1933
- -webkit-transition: all 0.3s ease-in-out;
1934
- transition: all 0.3s ease-in-out;
1935
- }
1936
-
1937
- .premium-btn-md {
1938
- padding: 8px 14px;
1939
- font-size: 16px;
1940
- line-height: 1.2;
1941
- }
1942
-
1943
- .premium-btn-lg {
1944
- padding: 10px 16px;
1945
- font-size: 18px;
1946
- line-height: 1.3333333;
1947
- }
1948
-
1949
- .premium-btn-block {
1950
- display: block;
1951
- width: 100%;
1952
- }
1953
-
1954
- .premium-modal-box-modal-close {
1955
- float: left;
1956
- font-size: 21px;
1957
- font-weight: bold;
1958
- line-height: 1;
1959
- color: #000;
1960
- }
1961
-
1962
- .premium-modal-box-modal-close:hover,
1963
- .premium-modal-box-modal-close:focus {
1964
- color: #000;
1965
- text-decoration: none;
1966
- cursor: pointer;
1967
- }
1968
-
1969
- button.premium-modal-box-modal-close {
1970
- -webkit-appearance: none;
1971
- padding: 0;
1972
- cursor: pointer;
1973
- background: transparent;
1974
- border: 0;
1975
- }
1976
-
1977
- .premium-modal-box-modal {
1978
- position: fixed;
1979
- top: 0;
1980
- left: 0;
1981
- bottom: 0;
1982
- right: 0;
1983
- z-index: 1050;
1984
- display: none;
1985
- -webkit-overflow-scrolling: touch;
1986
- outline: 0;
1987
- padding: 0 !important;
1988
- background: rgba(0, 0, 0, 0.5);
1989
- -webkit-box-align: center;
1990
- -webkit-align-items: center;
1991
- -moz-box-align: center;
1992
- -ms-flex-align: center;
1993
- align-items: center;
1994
- -webkit-box-pack: center;
1995
- -webkit-justify-content: center;
1996
- -moz-box-pack: center;
1997
- -ms-flex-pack: center;
1998
- justify-content: center;
1999
- }
2000
-
2001
- .premium-modal-box-modal .premium-modal-box-modal-dialog {
2002
- position: absolute;
2003
- max-height: -webkit-calc(100vh - 150px);
2004
- max-height: calc(100vh - 150px);
2005
- -js-display: flex;
2006
- display: -webkit-box;
2007
- display: -webkit-flex;
2008
- display: -moz-box;
2009
- display: -ms-flexbox;
2010
- display: flex;
2011
- -webkit-box-orient: vertical;
2012
- -webkit-box-direction: normal;
2013
- -webkit-flex-direction: column;
2014
- -moz-box-orient: vertical;
2015
- -moz-box-direction: normal;
2016
- -ms-flex-direction: column;
2017
- flex-direction: column;
2018
- opacity: 0;
2019
- }
2020
-
2021
- .premium-modal-box-modal-content {
2022
- background-color: #fff;
2023
- -webkit-background-clip: padding-box;
2024
- background-clip: padding-box;
2025
- border: 1px solid rgba(0, 0, 0, 0.2);
2026
- -webkit-border-radius: 6px;
2027
- border-radius: 6px;
2028
- outline: 0;
2029
- }
2030
-
2031
- .premium-modal-backdrop.premium-in {
2032
- filter: alpha(opacity=50);
2033
- opacity: 0.5 !important;
2034
- }
2035
-
2036
- .premium-modal-fade.premium-in {
2037
- opacity: 1;
2038
- }
2039
-
2040
- .premium-modal-backdrop {
2041
- position: fixed;
2042
- top: 0;
2043
- left: 0;
2044
- bottom: 0;
2045
- right: 0;
2046
- z-index: 1040;
2047
- background-color: #000;
2048
- }
2049
-
2050
- .premium-modal-backdrop.premium-modal-fade {
2051
- filter: alpha(opacity=0);
2052
- opacity: 0;
2053
- }
2054
-
2055
- .premium-modal-fade {
2056
- opacity: 0;
2057
- }
2058
-
2059
- .premium-in {
2060
- -js-display: flex !important;
2061
- display: -webkit-box !important;
2062
- display: -webkit-flex !important;
2063
- display: -moz-box !important;
2064
- display: -ms-flexbox !important;
2065
- display: flex !important;
2066
- }
2067
-
2068
- .premium-modal-box-modal-header {
2069
- -js-display: flex;
2070
- display: -webkit-box;
2071
- display: -webkit-flex;
2072
- display: -moz-box;
2073
- display: -ms-flexbox;
2074
- display: flex;
2075
- -webkit-box-pack: justify;
2076
- -webkit-justify-content: space-between;
2077
- -moz-box-pack: justify;
2078
- -ms-flex-pack: justify;
2079
- justify-content: space-between;
2080
- -webkit-box-align: center;
2081
- -webkit-align-items: center;
2082
- -moz-box-align: center;
2083
- -ms-flex-align: center;
2084
- align-items: center;
2085
- padding: 5px 15px;
2086
- border-bottom: 1px solid #e5e5e5;
2087
- }
2088
-
2089
- .premium-modal-box-modal-header .premium-modal-box-modal-close {
2090
- margin-top: -2px;
2091
- }
2092
-
2093
- .premium-modal-box-modal-header .premium-modal-box-modal-title {
2094
- -js-display: flex;
2095
- display: -webkit-box;
2096
- display: -webkit-flex;
2097
- display: -moz-box;
2098
- display: -ms-flexbox;
2099
- display: flex;
2100
- -webkit-box-align: center;
2101
- -webkit-align-items: center;
2102
- -moz-box-align: center;
2103
- -ms-flex-align: center;
2104
- align-items: center;
2105
- margin: 0;
2106
- padding: 0;
2107
- }
2108
-
2109
- .premium-modal-box-modal-header .premium-modal-box-modal-title svg {
2110
- width: 50px;
2111
- height: 60px;
2112
- }
2113
-
2114
- .premium-modal-box-modal-body {
2115
- position: relative;
2116
- padding: 15px;
2117
- overflow: hidden;
2118
- }
2119
-
2120
- .premium-modal-box-modal-footer {
2121
- padding: 15px;
2122
- text-align: left;
2123
- border-top: 1px solid #e5e5e5;
2124
- }
2125
-
2126
- .premium-modal-scrollbar-measure {
2127
- position: absolute;
2128
- top: -9999px;
2129
- width: 50px;
2130
- height: 50px;
2131
- overflow: scroll;
2132
- }
2133
-
2134
- .premium-modal-trigger-text {
2135
- background: none !important;
2136
- }
2137
-
2138
- .premium-modal-box-container {
2139
- width: 100% !important;
2140
- }
2141
-
2142
- /*Open Modal Button Style*/
2143
- .premium-modal-trigger-container .premium-modal-trigger-btn {
2144
- border: none;
2145
- -webkit-transition: all 0.3s ease-in-out;
2146
- transition: all 0.3s ease-in-out;
2147
- }
2148
-
2149
- .premium-modal-trigger-container .premium-modal-trigger-img,
2150
- .premium-modal-trigger-container .premium-modal-trigger-text,
2151
- .premium-modal-trigger-container .premium-modal-trigger-animation {
2152
- cursor: pointer;
2153
- }
2154
-
2155
- .premium-modal-trigger-container .premium-modal-trigger-animation {
2156
- display: inline-block;
2157
- width: 200px;
2158
- height: 200px;
2159
- -webkit-transition: all 0.3s ease-in-out;
2160
- transition: all 0.3s ease-in-out;
2161
- }
2162
-
2163
- /*Image on Modal Header Style*/
2164
- .premium-modal-box-modal-header img {
2165
- width: 48px;
2166
- padding-left: 5px;
2167
- }
2168
-
2169
- .premium-modal-box-modal-header i,
2170
- .premium-modal-box-modal-header svg {
2171
- padding-left: 6px;
2172
- }
2173
-
2174
- .premium-modal-box-modal-close {
2175
- position: relative;
2176
- z-index: 99;
2177
- }
2178
-
2179
- .premium-modal-trigger-img,
2180
- .premium-modal-trigger-text,
2181
- .premium-modal-box-close-button-container,
2182
- .premium-modal-box-modal-close,
2183
- .premium-modal-box-modal-lower-close {
2184
- -webkit-transition: all 0.3s ease-in-out;
2185
- transition: all 0.3s ease-in-out;
2186
- }
2187
-
2188
- @media (min-width: 768px) {
2189
- .premium-modal-box-modal-dialog {
2190
- width: 700px;
2191
- max-height: 600px;
2192
- overflow: auto;
2193
- }
2194
- }
2195
-
2196
- @media (max-width: 767px) {
2197
- .premium-modal-box-modal-dialog {
2198
- width: 100%;
2199
- max-height: 500px;
2200
- overflow: auto;
2201
- }
2202
- }
2203
-
2204
- .premium-modal-box-container[data-modal-animation*="animated-"] {
2205
- opacity: 0;
2206
- }
2207
-
2208
- /**************** Premium Progress Bar ****************/
2209
- /******************************************************/
2210
- .premium-progressbar-container {
2211
- position: relative;
2212
- }
2213
-
2214
- .premium-progressbar-bar-wrap {
2215
- position: relative;
2216
- text-align: right;
2217
- overflow: hidden;
2218
- height: 25px;
2219
- margin-bottom: 50px;
2220
- background-color: #f5f5f5;
2221
- -webkit-border-radius: 4px;
2222
- border-radius: 4px;
2223
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2224
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2225
- }
2226
-
2227
- .premium-progressbar-bar-wrap.premium-progressbar-dots {
2228
- background-color: transparent;
2229
- width: 100%;
2230
- -js-display: flex;
2231
- display: -webkit-box;
2232
- display: -webkit-flex;
2233
- display: -moz-box;
2234
- display: -ms-flexbox;
2235
- display: flex;
2236
- height: auto;
2237
- -webkit-box-shadow: none;
2238
- box-shadow: none;
2239
- }
2240
-
2241
- .premium-progressbar-bar-wrap .progress-segment {
2242
- position: relative;
2243
- width: 25px;
2244
- height: 25px;
2245
- -webkit-border-radius: 50%;
2246
- border-radius: 50%;
2247
- overflow: hidden;
2248
- background-color: #f5f5f5;
2249
- }
2250
-
2251
- .premium-progressbar-bar-wrap .progress-segment.filled {
2252
- background: #6ec1e4;
2253
- }
2254
-
2255
- .premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child) {
2256
- margin: 0 4px;
2257
- }
2258
-
2259
- .premium-progressbar-bar-wrap .progress-segment:first-child {
2260
- margin-left: 4px;
2261
- }
2262
-
2263
- .premium-progressbar-bar-wrap .progress-segment:last-child {
2264
- margin-right: 4px;
2265
- }
2266
-
2267
- .premium-progressbar-bar-wrap .progress-segment .segment-inner {
2268
- position: absolute;
2269
- top: 0;
2270
- right: 0;
2271
- height: 100%;
2272
- background-color: #6ec1e4;
2273
- }
2274
-
2275
- .premium-progressbar-bar {
2276
- float: right;
2277
- width: 0%;
2278
- height: 100%;
2279
- font-size: 12px;
2280
- line-height: 20px;
2281
- background: #6ec1e4;
2282
- text-align: center;
2283
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
2284
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
2285
- }
2286
-
2287
- .premium-progressbar-striped .premium-progressbar-bar {
2288
- background-image: -webkit-linear-gradient(
2289
- -135deg,
2290
- rgba(255, 255, 255, 0.15) 25%,
2291
- transparent 25%,
2292
- transparent 50%,
2293
- rgba(255, 255, 255, 0.15) 50%,
2294
- rgba(255, 255, 255, 0.15) 75%,
2295
- transparent 75%,
2296
- transparent
2297
- );
2298
- background-image: -webkit-linear-gradient(
2299
- 45deg,
2300
- rgba(255, 255, 255, 0.15) 25%,
2301
- transparent 25%,
2302
- transparent 50%,
2303
- rgba(255, 255, 255, 0.15) 50%,
2304
- rgba(255, 255, 255, 0.15) 75%,
2305
- transparent 75%,
2306
- transparent
2307
- );
2308
- background-image: linear-gradient(
2309
- 45deg,
2310
- rgba(255, 255, 255, 0.15) 25%,
2311
- transparent 25%,
2312
- transparent 50%,
2313
- rgba(255, 255, 255, 0.15) 50%,
2314
- rgba(255, 255, 255, 0.15) 75%,
2315
- transparent 75%,
2316
- transparent
2317
- );
2318
- -webkit-background-size: 40px 40px;
2319
- background-size: 40px 40px;
2320
- }
2321
-
2322
- .premium-progressbar-active .premium-progressbar-bar {
2323
- -webkit-animation: progress-bar-stripes 2s linear infinite;
2324
- animation: progress-bar-stripes 2s linear infinite;
2325
- }
2326
-
2327
- .premium-progressbar-gradient .premium-progressbar-bar {
2328
- -webkit-background-size: 400% 400% !important;
2329
- background-size: 400% 400% !important;
2330
- -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
2331
- animation: progress-bar-gradient 10s ease-in-out infinite;
2332
- }
2333
-
2334
- .premium-progressbar-bar {
2335
- position: absolute;
2336
- overflow: hidden;
2337
- line-height: 20px;
2338
- }
2339
-
2340
- .premium-progressbar-container .clearfix {
2341
- clear: both;
2342
- }
2343
-
2344
- .premium-progressbar-bar {
2345
- -webkit-transition: width 0s ease-in-out !important;
2346
- transition: width 0s ease-in-out !important;
2347
- }
2348
-
2349
- .premium-progressbar-container p:first-of-type {
2350
- margin: 0;
2351
- float: right;
2352
- }
2353
-
2354
- .premium-progressbar-container p:nth-of-type(2) {
2355
- margin: 0;
2356
- float: left;
2357
- }
2358
-
2359
- .premium-progressbar-name {
2360
- right: 50%;
2361
- top: 0;
2362
- left: 0;
2363
- -webkit-transform: translateX(12.5px);
2364
- -ms-transform: translateX(12.5px);
2365
- transform: translateX(12.5px);
2366
- z-index: 1;
2367
- }
2368
-
2369
- .premium-progressbar-multiple-label {
2370
- position: relative;
2371
- float: right;
2372
- width: 0;
2373
- right: 50%;
2374
- }
2375
-
2376
- .premium-progressbar-center-label {
2377
- position: relative;
2378
- white-space: nowrap;
2379
- }
2380
-
2381
- .premium-progressbar-arrow {
2382
- right: 50%;
2383
- display: inline-block;
2384
- border-right: 7px solid transparent;
2385
- border-left: 7px solid transparent;
2386
- border-top: 11px solid;
2387
- -webkit-transform: translateX(50%);
2388
- -ms-transform: translateX(50%);
2389
- transform: translateX(50%);
2390
- }
2391
-
2392
- .premium-progressbar-pin {
2393
- border-right: 1px solid;
2394
- height: 12px;
2395
- right: 50%;
2396
- display: inline-block;
2397
- }
2398
-
2399
- /**
2400
- * Circle Progress Bar
2401
- */
2402
- .premium-progressbar-circle-wrap {
2403
- width: 200px;
2404
- height: 200px;
2405
- position: relative;
2406
- margin: 0 auto;
2407
- }
2408
-
2409
- .premium-progressbar-circle-wrap .premium-progressbar-circle {
2410
- position: absolute;
2411
- top: 0;
2412
- right: 0;
2413
- width: 100%;
2414
- height: 100%;
2415
- -webkit-clip-path: inset(0 0 0 50%);
2416
- clip-path: inset(0 0 0 50%);
2417
- }
2418
-
2419
- .premium-progressbar-circle-wrap .premium-progressbar-circle div {
2420
- position: absolute;
2421
- right: 0;
2422
- top: 0;
2423
- height: 100%;
2424
- width: 100%;
2425
- border-width: 6px;
2426
- border-style: solid;
2427
- border-color: #54595f;
2428
- -webkit-border-radius: 50%;
2429
- border-radius: 50%;
2430
- -webkit-clip-path: inset(0 50% 0 0);
2431
- clip-path: inset(0 50% 0 0);
2432
- }
2433
-
2434
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left {
2435
- -webkit-transform: rotate(0);
2436
- -ms-transform: rotate(0);
2437
- transform: rotate(0);
2438
- }
2439
-
2440
- .premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right {
2441
- -webkit-transform: rotate(-180deg);
2442
- -ms-transform: rotate(-180deg);
2443
- transform: rotate(-180deg);
2444
- visibility: hidden;
2445
- }
2446
-
2447
- .premium-progressbar-circle-wrap .premium-progressbar-circle-base {
2448
- width: 100%;
2449
- height: 100%;
2450
- border: 6px solid #eee;
2451
- -webkit-border-radius: 50%;
2452
- border-radius: 50%;
2453
- }
2454
-
2455
- .premium-progressbar-circle-wrap .premium-progressbar-circle-content {
2456
- position: absolute;
2457
- top: 0;
2458
- right: 0;
2459
- width: 100%;
2460
- height: 100%;
2461
- -js-display: flex;
2462
- display: -webkit-box;
2463
- display: -webkit-flex;
2464
- display: -moz-box;
2465
- display: -ms-flexbox;
2466
- display: flex;
2467
- -webkit-box-orient: vertical;
2468
- -webkit-box-direction: normal;
2469
- -webkit-flex-direction: column;
2470
- -moz-box-orient: vertical;
2471
- -moz-box-direction: normal;
2472
- -ms-flex-direction: column;
2473
- flex-direction: column;
2474
- -webkit-box-pack: center;
2475
- -webkit-justify-content: center;
2476
- -moz-box-pack: center;
2477
- -ms-flex-pack: center;
2478
- justify-content: center;
2479
- -webkit-box-align: center;
2480
- -webkit-align-items: center;
2481
- -moz-box-align: center;
2482
- -ms-flex-align: center;
2483
- align-items: center;
2484
- }
2485
-
2486
- .premium-progressbar-circle-wrap .premium-lottie-animation {
2487
- line-height: 1;
2488
- }
2489
-
2490
- @-webkit-keyframes progress-bar-stripes {
2491
- from {
2492
- background-position: 100% 0;
2493
- }
2494
-
2495
- to {
2496
- background-position: 40px 0;
2497
- }
2498
- }
2499
-
2500
- @keyframes progress-bar-stripes {
2501
- from {
2502
- background-position: 100% 0;
2503
- }
2504
-
2505
- to {
2506
- background-position: 40px 0;
2507
- }
2508
- }
2509
-
2510
- @-webkit-keyframes progress-bar-gradient {
2511
- 0% {
2512
- background-position: 100% 50%;
2513
- }
2514
-
2515
- 50% {
2516
- background-position: 0% 50%;
2517
- }
2518
-
2519
- 100% {
2520
- background-position: 100% 50%;
2521
- }
2522
- }
2523
-
2524
- @keyframes progress-bar-gradient {
2525
- 0% {
2526
- background-position: 100% 50%;
2527
- }
2528
-
2529
- 50% {
2530
- background-position: 0% 50%;
2531
- }
2532
-
2533
- 100% {
2534
- background-position: 100% 50%;
2535
- }
2536
- }
2537
-
2538
- /**************** Premium Testimonials ****************/
2539
- /******************************************************/
2540
- .premium-testimonial-box {
2541
- width: 100%;
2542
- background: transparent;
2543
- -webkit-transition: all 0.3s ease-in-out;
2544
- transition: all 0.3s ease-in-out;
2545
- }
2546
-
2547
- .premium-testimonial-box .premium-testimonial-author-info {
2548
- -js-display: flex;
2549
- display: -webkit-box;
2550
- display: -webkit-flex;
2551
- display: -moz-box;
2552
- display: -ms-flexbox;
2553
- display: flex;
2554
- -webkit-box-pack: center;
2555
- -webkit-justify-content: center;
2556
- -moz-box-pack: center;
2557
- -ms-flex-pack: center;
2558
- justify-content: center;
2559
- -webkit-box-align: center;
2560
- -webkit-align-items: center;
2561
- -moz-box-align: center;
2562
- -ms-flex-align: center;
2563
- align-items: center;
2564
- }
2565
-
2566
- .premium-testimonial-box .premium-testimonial-person-name,
2567
- .premium-testimonial-box .premium-testimonial-company-name {
2568
- font-weight: 600;
2569
- margin: 0;
2570
- }
2571
-
2572
- .premium-testimonial-container {
2573
- position: relative;
2574
- }
2575
-
2576
- .premium-testimonial-img-wrapper {
2577
- margin-right: auto;
2578
- margin-left: auto;
2579
- overflow: hidden;
2580
- border-style: solid !important;
2581
- }
2582
-
2583
- .premium-testimonial-img-wrapper.circle {
2584
- -webkit-border-radius: 50%;
2585
- border-radius: 50%;
2586
- }
2587
-
2588
- .premium-testimonial-img-wrapper.rounded {
2589
- -webkit-border-radius: 15px;
2590
- border-radius: 15px;
2591
- }
2592
-
2593
- .premium-testimonial-img-wrapper img {
2594
- -o-object-fit: cover;
2595
- object-fit: cover;
2596
- width: 100%;
2597
- height: 100% !important;
2598
- }
2599
-
2600
- .premium-testimonial-content-wrapper {
2601
- position: relative;
2602
- display: -ms-flexbox;
2603
- display: -webkit-flex;
2604
- display: -moz-flex;
2605
- display: -ms-flex;
2606
- -js-display: flex;
2607
- display: -webkit-box;
2608
- display: -moz-box;
2609
- display: flex;
2610
- -webkit-box-orient: vertical;
2611
- -webkit-box-direction: normal;
2612
- -webkit-flex-direction: column;
2613
- -moz-box-orient: vertical;
2614
- -moz-box-direction: normal;
2615
- -ms-flex-direction: column;
2616
- flex-direction: column;
2617
- z-index: 2;
2618
- width: 100%;
2619
- padding: 20px;
2620
- text-align: center;
2621
- }
2622
-
2623
- .premium-testimonial-clear-float {
2624
- clear: both;
2625
- }
2626
-
2627
- .premium-testimonial-upper-quote,
2628
- .premium-testimonial-lower-quote {
2629
- position: absolute;
2630
- z-index: 1;
2631
- }
2632
-
2633
- /**************** Premium Dual Heading *****************/
2634
- /*******************************************************/
2635
- .premium-dual-header-container .premium-dual-header-first-header,
2636
- .premium-dual-header-container .premium-dual-header-second-header {
2637
- position: relative;
2638
- padding: 0;
2639
- margin: 0;
2640
- display: inline-block;
2641
- -webkit-transform: translate(0, 0);
2642
- -ms-transform: translate(0, 0);
2643
- transform: translate(0, 0);
2644
- }
2645
-
2646
- .premium-dual-header-first-clip .premium-dual-header-first-span,
2647
- .premium-dual-header-second-clip {
2648
- -webkit-text-fill-color: transparent;
2649
- -webkit-background-clip: text;
2650
- }
2651
-
2652
- .premium-dual-header-first-clip.stroke .premium-dual-header-first-span,
2653
- .premium-dual-header-second-clip.stroke {
2654
- -webkit-text-stroke-color: transparent;
2655
- -webkit-text-fill-color: #fafafa;
2656
- -webkit-text-stroke-width: 2px;
2657
- }
2658
-
2659
- @media (max-width: 500px) {
2660
- .premium-dual-header-container .premium-dual-header-first-header,
2661
- .premium-dual-header-container .premium-dual-header-second-header {
2662
- display: block;
2663
- word-wrap: break-word;
2664
- }
2665
-
2666
- .premium-dual-header-first-container,
2667
- .premium-dual-header-second-container {
2668
- margin: 0;
2669
- }
2670
- }
2671
-
2672
- @media (min-width: 501px) {
2673
- .premium-dual-header-first-container {
2674
- margin-left: 5px;
2675
- }
2676
- }
2677
-
2678
- .premium-dual-header-first-header.gradient .premium-dual-header-first-span,
2679
- .premium-dual-header-second-header.gradient {
2680
- -webkit-background-size: 300% 300% !important;
2681
- background-size: 300% 300% !important;
2682
- -webkit-animation: Gradient 10s ease-in-out infinite;
2683
- animation: Gradient 10s ease-in-out infinite;
2684
- }
2685
-
2686
- @-webkit-keyframes Gradient {
2687
- 0% {
2688
- background-position: 100% 50%;
2689
- }
2690
-
2691
- 50% {
2692
- background-position: 0% 50%;
2693
- }
2694
-
2695
- 100% {
2696
- background-position: 100% 50%;
2697
- }
2698
- }
2699
-
2700
- @keyframes Gradient {
2701
- 0% {
2702
- background-position: 100% 50%;
2703
- }
2704
-
2705
- 50% {
2706
- background-position: 0% 50%;
2707
- }
2708
-
2709
- 100% {
2710
- background-position: 100% 50%;
2711
- }
2712
- }
2713
-
2714
- /**************** Premium Title ****************/
2715
- /***********************************************/
2716
- .premium-title-container {
2717
- position: relative;
2718
- width: 100%;
2719
- clear: both;
2720
- overflow: hidden;
2721
- }
2722
-
2723
- .premium-title-container .premium-title-header {
2724
- position: relative;
2725
- margin: 0;
2726
- padding: 10px;
2727
- }
2728
-
2729
- .premium-title-container .premium-title-header:not(.premium-title-style7) {
2730
- -webkit-box-align: center;
2731
- -webkit-align-items: center;
2732
- -moz-box-align: center;
2733
- -ms-flex-align: center;
2734
- align-items: center;
2735
- }
2736
-
2737
- .premium-title-container .premium-title-header svg {
2738
- width: 40px;
2739
- height: 40px;
2740
- }
2741
-
2742
- .premium-title-container .premium-title-header img {
2743
- width: 40px;
2744
- height: 40px;
2745
- -o-object-fit: cover;
2746
- object-fit: cover;
2747
- }
2748
-
2749
- .premium-title-container .premium-title-header a {
2750
- position: absolute;
2751
- top: 0;
2752
- right: 0;
2753
- width: 100%;
2754
- height: 100%;
2755
- }
2756
-
2757
- .premium-title-container .premium-lottie-animation {
2758
- -js-display: flex;
2759
- display: -webkit-box;
2760
- display: -webkit-flex;
2761
- display: -moz-box;
2762
- display: -ms-flexbox;
2763
- display: flex;
2764
- }
2765
-
2766
- .premium-title-icon-row .premium-title-icon {
2767
- margin-left: 10px;
2768
- }
2769
-
2770
- .premium-title-icon-row-reverse .premium-title-icon {
2771
- margin-right: 10px;
2772
- }
2773
-
2774
- .premium-title-style3,
2775
- .premium-title-style4 {
2776
- -js-display: flex;
2777
- display: -webkit-box;
2778
- display: -webkit-flex;
2779
- display: -moz-box;
2780
- display: -ms-flexbox;
2781
- display: flex;
2782
- }
2783
-
2784
- .premium-title-style1,
2785
- .premium-title-style2,
2786
- .premium-title-style5,
2787
- .premium-title-style6,
2788
- .premium-title-style8,
2789
- .premium-title-style9 {
2790
- -js-display: inline-flex;
2791
- display: -webkit-inline-box;
2792
- display: -webkit-inline-flex;
2793
- display: -moz-inline-box;
2794
- display: -ms-inline-flexbox;
2795
- display: inline-flex;
2796
- }
2797
-
2798
- .premium-title-style7 {
2799
- -js-display: inline-flex;
2800
- display: -webkit-inline-box;
2801
- display: -webkit-inline-flex;
2802
- display: -moz-inline-box;
2803
- display: -ms-inline-flexbox;
2804
- display: inline-flex;
2805
- -webkit-box-orient: vertical;
2806
- -webkit-box-direction: normal;
2807
- -webkit-flex-direction: column;
2808
- -moz-box-orient: vertical;
2809
- -moz-box-direction: normal;
2810
- -ms-flex-direction: column;
2811
- flex-direction: column;
2812
- }
2813
-
2814
- .premium-title-style7 .premium-title-style7-inner {
2815
- -js-display: flex;
2816
- display: -webkit-box;
2817
- display: -webkit-flex;
2818
- display: -moz-box;
2819
- display: -ms-flexbox;
2820
- display: flex;
2821
- -webkit-box-align: center;
2822
- -webkit-align-items: center;
2823
- -moz-box-align: center;
2824
- -ms-flex-align: center;
2825
- align-items: center;
2826
- }
2827
-
2828
- .premium-title-style1 {
2829
- border-right: 3px solid #6ec1e4;
2830
- }
2831
-
2832
- .premium-title-container.style2,
2833
- .premium-title-container.style4,
2834
- .premium-title-container.style5,
2835
- .premium-title-container.style6 {
2836
- border-bottom: 3px solid #6ec1e4;
2837
- }
2838
-
2839
- /*Style 6 Header*/
2840
- .premium-title-style6:before {
2841
- position: absolute;
2842
- right: 50%;
2843
- bottom: 0;
2844
- margin-right: -2px;
2845
- content: "";
2846
- border: 3px solid transparent;
2847
- }
2848
-
2849
- /*Style 6 Trinagle*/
2850
- .premium-title-style7-stripe-wrap {
2851
- -js-display: flex;
2852
- display: -webkit-box;
2853
- display: -webkit-flex;
2854
- display: -moz-box;
2855
- display: -ms-flexbox;
2856
- display: flex;
2857
- }
2858
-
2859
- .premium-title-style7:before {
2860
- display: none;
2861
- }
2862
-
2863
- .premium-title-style8 .premium-title-text[data-animation="shiny"] {
2864
- -webkit-background-size: 125px 125px !important;
2865
- background-size: 125px !important;
2866
- color: rgba(255, 255, 255, 0);
2867
- -webkit-background-clip: text !important;
2868
- background-clip: text !important;
2869
- -webkit-animation-name: shining_title !important;
2870
- animation-name: shining_title !important;
2871
- -webkit-animation-duration: var(--animation-speed) !important;
2872
- animation-duration: var(--animation-speed) !important;
2873
- -webkit-animation-iteration-count: infinite !important;
2874
- animation-iteration-count: infinite !important;
2875
- background: var(--base-color) -webkit-gradient(
2876
- linear,
2877
- left top,
2878
- right top,
2879
- from(var(--base-color)),
2880
- to(var(--base-color)),
2881
- color-stop(0.5, var(--shiny-color))
2882
- ) 0 0 no-repeat;
2883
- }
2884
-
2885
- @-webkit-keyframes shining_title {
2886
- 0% {
2887
- background-position: 100%;
2888
- }
2889
-
2890
- 100% {
2891
- background-position: -100%;
2892
- }
2893
- }
2894
-
2895
- @keyframes shining_title {
2896
- 0% {
2897
- background-position: 100%;
2898
- }
2899
-
2900
- 100% {
2901
- background-position: -100%;
2902
- }
2903
- }
2904
-
2905
- .premium-title-style9[data-animation-blur="process"] .premium-title-style9-letter {
2906
- -webkit-animation: premium_blurshadow 2s 1 alternate;
2907
- animation: premium_blurshadow 2s 1 alternate;
2908
- }
2909
-
2910
- @-webkit-keyframes premium_blurshadow {
2911
- from {
2912
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
2913
- color: transparent;
2914
- }
2915
-
2916
- to {
2917
- text-shadow: 0;
2918
- }
2919
- }
2920
-
2921
- @keyframes premium_blurshadow {
2922
- from {
2923
- text-shadow: 0 0 var(--shadow-value) var(--shadow-color);
2924
- color: transparent;
2925
- }
2926
-
2927
- to {
2928
- text-shadow: 0;
2929
- }
2930
- }
2931
-
2932
- /*
2933
- * Common Title/Dual Heading
2934
- */
2935
- .premium-title-bg-text:before {
2936
- position: absolute;
2937
- content: attr(data-background);
2938
- top: 0;
2939
- right: 0;
2940
- text-align: left;
2941
- }
2942
-
2943
- /**************** Premium Video Box ************/
2944
- /***********************************************/
2945
- .premium-video-box-transform {
2946
- -webkit-transform: none !important;
2947
- -ms-transform: none !important;
2948
- transform: none !important;
2949
- }
2950
-
2951
- .premium-video-box-container > div {
2952
- position: relative;
2953
- }
2954
-
2955
- .pa-aspect-ratio-11 .premium-video-box-container > div {
2956
- padding-bottom: 100%;
2957
- }
2958
-
2959
- .pa-aspect-ratio-169 .premium-video-box-container > div {
2960
- padding-bottom: 56.25%;
2961
- }
2962
-
2963
- .pa-aspect-ratio-43 .premium-video-box-container > div {
2964
- padding-bottom: 75%;
2965
- }
2966
-
2967
- .pa-aspect-ratio-32 .premium-video-box-container > div {
2968
- padding-bottom: 66.6666%;
2969
- }
2970
-
2971
- .pa-aspect-ratio-219 .premium-video-box-container > div {
2972
- padding-bottom: 42.8571%;
2973
- }
2974
-
2975
- .pa-aspect-ratio-916 .premium-video-box-container > div {
2976
- padding-bottom: 177.8%;
2977
- }
2978
-
2979
- .premium-video-box-image-container {
2980
- position: absolute;
2981
- top: 0;
2982
- right: 0;
2983
- bottom: 0;
2984
- left: 0;
2985
- width: 100%;
2986
- height: 100%;
2987
- -webkit-background-size: cover;
2988
- background-size: cover;
2989
- background-position: 50%;
2990
- cursor: pointer;
2991
- margin: auto;
2992
- -webkit-transition: 0.2s all;
2993
- transition: 0.2s all;
2994
- }
2995
-
2996
- .premium-video-box-play-icon-container {
2997
- position: absolute;
2998
- z-index: 2;
2999
- cursor: pointer;
3000
- -webkit-transform: translate(50%, -50%);
3001
- -ms-transform: translate(50%, -50%);
3002
- transform: translate(50%, -50%);
3003
- background: rgba(252, 252, 252, 0.35);
3004
- }
3005
-
3006
- .premium-video-box-description-container {
3007
- position: absolute;
3008
- z-index: 2;
3009
- padding: 5px;
3010
- text-align: center;
3011
- cursor: pointer;
3012
- -webkit-transform: translate(50%, -50%);
3013
- -ms-transform: translate(50%, -50%);
3014
- transform: translate(50%, -50%);
3015
- }
3016
-
3017
- .premium-video-box-text {
3018
- margin-bottom: 0 !important;
3019
- -webkit-transition: all 0.3s ease-in-out;
3020
- transition: all 0.3s ease-in-out;
3021
- }
3022
-
3023
- .premium-video-box-play-icon {
3024
- padding: 15px;
3025
- -webkit-transform: translateX(-4%);
3026
- -ms-transform: translateX(-4%);
3027
- transform: translateX(-4%);
3028
- -webkit-transition: all 0.3s ease-in-out;
3029
- transition: all 0.3s ease-in-out;
3030
- }
3031
-
3032
- .premium-video-box-video-container {
3033
- position: absolute;
3034
- top: 0;
3035
- right: 0;
3036
- z-index: 2;
3037
- width: 100%;
3038
- height: 100%;
3039
- -webkit-transition: opacity 0.8s ease-in-out;
3040
- transition: opacity 0.8s ease-in-out;
3041
- overflow: hidden;
3042
- cursor: pointer;
3043
- }
3044
-
3045
- .premium-video-box-container[data-overlay="true"][data-type="self"] .premium-video-box-video-container {
3046
- opacity: 0;
3047
- visibility: hidden;
3048
- }
3049
-
3050
- .premium-video-box-video-container iframe {
3051
- max-width: 100%;
3052
- width: 100%;
3053
- height: 100%;
3054
- margin: 0;
3055
- line-height: 1;
3056
- border: none;
3057
- }
3058
-
3059
- .premium-video-box-video-container video {
3060
- max-width: 100%;
3061
- width: 100%;
3062
- height: 100%;
3063
- margin: 0;
3064
- line-height: 1;
3065
- border: none;
3066
- background-color: #000;
3067
- -o-object-fit: contain;
3068
- object-fit: contain;
3069
- }
3070
-
3071
- .premium-video-box-container .premium-video-box-vimeo-wrap {
3072
- -js-display: flex;
3073
- display: -webkit-box;
3074
- display: -webkit-flex;
3075
- display: -moz-box;
3076
- display: -ms-flexbox;
3077
- display: flex;
3078
- position: absolute;
3079
- top: 0;
3080
- right: 0;
3081
- z-index: 3;
3082
- margin: 10px;
3083
- margin-left: 10px;
3084
- -webkit-transition: opacity 0.2s ease-out;
3085
- transition: opacity 0.2s ease-out;
3086
- margin-left: 4.6em;
3087
- }
3088
-
3089
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait {
3090
- width: 60px;
3091
- height: 60px;
3092
- background: rgba(23, 35, 34, 0.75);
3093
- margin-left: 1px;
3094
- -webkit-box-flex: 1;
3095
- -webkit-flex: 1 0 auto;
3096
- -moz-box-flex: 1;
3097
- -ms-flex: 1 0 auto;
3098
- flex: 1 0 auto;
3099
- padding: 0;
3100
- }
3101
-
3102
- .premium-video-box-vimeo-portrait img {
3103
- width: 50px;
3104
- height: 50px;
3105
- margin: 5px;
3106
- padding: 0;
3107
- border: 0;
3108
- -webkit-border-radius: 50%;
3109
- border-radius: 50%;
3110
- }
3111
-
3112
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers {
3113
- font-size: 10px;
3114
- }
3115
-
3116
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-title {
3117
- max-width: 100%;
3118
- font-size: 2em !important;
3119
- font-weight: 700;
3120
- margin: 0;
3121
- padding: 0.1em 0.2em;
3122
- background: rgba(23, 35, 34, 0.75);
3123
- display: inline-block;
3124
- text-transform: none;
3125
- line-height: normal;
3126
- letter-spacing: normal;
3127
- }
3128
-
3129
- .premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline {
3130
- font-size: 1.2em !important;
3131
- font-weight: 400;
3132
- color: #fff;
3133
- margin-top: 0.1em;
3134
- padding: 0.2em 0.5em;
3135
- background: rgba(23, 35, 34, 0.75);
3136
- text-transform: none;
3137
- line-height: normal;
3138
- letter-spacing: normal;
3139
- }
3140
-
3141
- .premium-video-box-playlist-container {
3142
- -js-display: flex;
3143
- display: -webkit-box;
3144
- display: -webkit-flex;
3145
- display: -moz-box;
3146
- display: -ms-flexbox;
3147
- display: flex;
3148
- -webkit-flex-wrap: wrap;
3149
- -ms-flex-wrap: wrap;
3150
- flex-wrap: wrap;
3151
- }
3152
-
3153
- .premium-video-box-playlist-container .premium-video-box-container {
3154
- height: 100%;
3155
- overflow: hidden;
3156
- }
3157
-
3158
- .premium-video-box-container:hover .premium-video-box-image-container.zoomin {
3159
- -webkit-transform: scale(1.1);
3160
- -ms-transform: scale(1.1);
3161
- transform: scale(1.1);
3162
- }
3163
-
3164
- .premium-video-box-container:hover .premium-video-box-image-container.zoomout {
3165
- -webkit-transform: scale(1);
3166
- -ms-transform: scale(1);
3167
- transform: scale(1);
3168
- }
3169
-
3170
- .premium-video-box-container:hover .premium-video-box-image-container.scale {
3171
- -webkit-transform: scale(1.3) rotate(-5deg);
3172
- -ms-transform: scale(1.3) rotate(-5deg);
3173
- transform: scale(1.3) rotate(-5deg);
3174
- }
3175
-
3176
- .premium-video-box-container:hover .premium-video-box-image-container.gray {
3177
- -webkit-filter: grayscale(0%);
3178
- filter: grayscale(0%);
3179
- }
3180
-
3181
- .premium-video-box-container:hover .premium-video-box-image-container.blur {
3182
- -webkit-filter: blur(3px);
3183
- filter: blur(3px);
3184
- }
3185
-
3186
- .premium-video-box-container:hover .premium-video-box-image-container.sepia {
3187
- -webkit-filter: sepia(0%);
3188
- filter: sepia(0%);
3189
- }
3190
-
3191
- .premium-video-box-container:hover .premium-video-box-image-container.trans {
3192
- -webkit-transform: translateX(0px) scale(1.1);
3193
- -ms-transform: translateX(0px) scale(1.1);
3194
- transform: translateX(0px) scale(1.1);
3195
- }
3196
-
3197
- .premium-video-box-container:hover .premium-video-box-image-container.bright {
3198
- -webkit-filter: brightness(1.2);
3199
- filter: brightness(1.2);
3200
- }
3201
-
3202
- .premium-video-box-image-container.gray {
3203
- -webkit-filter: grayscale(100%);
3204
- filter: grayscale(100%);
3205
- }
3206
-
3207
- .premium-video-box-image-container.zoomout,
3208
- .premium-video-box-image-container.scale {
3209
- -webkit-transform: scale(1.2);
3210
- -ms-transform: scale(1.2);
3211
- transform: scale(1.2);
3212
- }
3213
-
3214
- .premium-video-box-image-container.sepia {
3215
- -webkit-filter: sepia(30%);
3216
- filter: sepia(30%);
3217
- }
3218
-
3219
- .premium-video-box-image-container.bright {
3220
- -webkit-filter: brightness(1);
3221
- filter: brightness(1);
3222
- }
3223
-
3224
- .premium-video-box-image-container.trans {
3225
- -webkit-transform: translateX(15px) scale(1.1);
3226
- -ms-transform: translateX(15px) scale(1.1);
3227
- transform: translateX(15px) scale(1.1);
3228
- }
3229
-
3230
- .premium-video-box-mask-media {
3231
- -webkit-mask-repeat: no-repeat;
3232
- mask-repeat: no-repeat;
3233
- }
3234
-
3235
- /* Sticky Video Option */
3236
- .premium-video-box-container.premium-video-box-sticky-apply {
3237
- z-index: 99;
3238
- overflow: unset;
3239
- }
3240
-
3241
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap {
3242
- position: fixed !important;
3243
- z-index: 99999;
3244
- height: 225px;
3245
- width: 400px;
3246
- background: #fff;
3247
- }
3248
-
3249
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap,
3250
- .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before {
3251
- visibility: hidden;
3252
- }
3253
-
3254
- .premium-video-box-container.premium-video-box-sticky-apply
3255
- .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
3256
- .premium-video-box-inner-wrap {
3257
- -webkit-box-shadow: unset;
3258
- box-shadow: unset;
3259
- }
3260
-
3261
- .premium-video-box-sticky-close,
3262
- .premium-video-box-sticky-infobar {
3263
- display: none;
3264
- }
3265
-
3266
- .premium-video-box-sticky-apply .premium-video-box-sticky-close {
3267
- position: absolute;
3268
- padding: 5px;
3269
- cursor: pointer;
3270
- z-index: 99999;
3271
- height: 14px;
3272
- width: 14px;
3273
- -webkit-box-sizing: content-box;
3274
- -moz-box-sizing: content-box;
3275
- box-sizing: content-box;
3276
- -webkit-border-radius: 100%;
3277
- border-radius: 100%;
3278
- -js-display: flex;
3279
- display: -webkit-box;
3280
- display: -webkit-flex;
3281
- display: -moz-box;
3282
- display: -ms-flexbox;
3283
- display: flex;
3284
- -webkit-box-pack: center;
3285
- -webkit-justify-content: center;
3286
- -moz-box-pack: center;
3287
- -ms-flex-pack: center;
3288
- justify-content: center;
3289
- -webkit-box-align: center;
3290
- -webkit-align-items: center;
3291
- -moz-box-align: center;
3292
- -ms-flex-align: center;
3293
- align-items: center;
3294
- }
3295
-
3296
- .premium-video-box-sticky-apply .premium-video-box-play-icon-container {
3297
- -js-display: flex;
3298
- display: -webkit-box;
3299
- display: -webkit-flex;
3300
- display: -moz-box;
3301
- display: -ms-flexbox;
3302
- display: flex;
3303
- }
3304
-
3305
- .premium-video-box-sticky-apply .premium-video-box-play-icon {
3306
- -webkit-transition: none;
3307
- transition: none;
3308
- }
3309
-
3310
- .premium-video-box-sticky-apply .premium-video-box-sticky-infobar {
3311
- display: block;
3312
- position: relative;
3313
- top: 100%;
3314
- width: 100%;
3315
- padding: 5px;
3316
- text-align: center;
3317
- z-index: 9999;
3318
- margin-top: -1px;
3319
- }
3320
-
3321
- .premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable {
3322
- cursor: move;
3323
- }
3324
-
3325
- .premium-video-sticky-top-left
3326
- .premium-video-box-container.premium-video-box-sticky-apply
3327
- .premium-video-box-inner-wrap {
3328
- left: auto;
3329
- right: 20px;
3330
- top: 20px;
3331
- }
3332
-
3333
- .premium-video-sticky-bottom-left
3334
- .premium-video-box-container.premium-video-box-sticky-apply
3335
- .premium-video-box-inner-wrap {
3336
- left: auto;
3337
- right: 20px;
3338
- bottom: 20px;
3339
- }
3340
-
3341
- .premium-video-sticky-top-right
3342
- .premium-video-box-container.premium-video-box-sticky-apply
3343
- .premium-video-box-inner-wrap {
3344
- right: auto;
3345
- left: 20px;
3346
- top: 20px;
3347
- }
3348
-
3349
- .premium-video-sticky-bottom-right
3350
- .premium-video-box-container.premium-video-box-sticky-apply
3351
- .premium-video-box-inner-wrap {
3352
- right: auto;
3353
- left: 20px;
3354
- bottom: 20px;
3355
- }
3356
-
3357
- .premium-video-sticky-center-left
3358
- .premium-video-box-container.premium-video-box-sticky-apply
3359
- .premium-video-box-inner-wrap {
3360
- left: auto;
3361
- right: 20px;
3362
- top: 50%;
3363
- -webkit-transform: translateY(-50%);
3364
- -ms-transform: translateY(-50%);
3365
- transform: translateY(-50%);
3366
- }
3367
-
3368
- .premium-video-sticky-center-right
3369
- .premium-video-box-container.premium-video-box-sticky-apply
3370
- .premium-video-box-inner-wrap {
3371
- right: auto;
3372
- left: 20px;
3373
- top: 50%;
3374
- -webkit-transform: translateY(-50%);
3375
- -ms-transform: translateY(-50%);
3376
- transform: translateY(-50%);
3377
- }
3378
-
3379
- .premium-video-sticky-bottom-right
3380
- .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
3381
- .premium-video-box-inner-wrap,
3382
- .premium-video-sticky-bottom-left
3383
- .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply
3384
- .premium-video-box-inner-wrap {
3385
- bottom: 55px;
3386
- }
3387
-
3388
- .premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
3389
- .premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,
3390
- .premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close {
3391
- top: -10px;
3392
- left: -10px;
3393
- }
3394
-
3395
- .premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
3396
- .premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,
3397
- .premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close {
3398
- top: -10px;
3399
- right: -10px;
3400
- }
3401
-
3402
- .premium-video-box-filter-sticky {
3403
- -webkit-filter: none !important;
3404
- filter: none !important;
3405
- }
3406
-
3407
- /**************** Premium Blog *****************/
3408
- /***********************************************/
3409
- .premium-blog-thumb-effect-wrapper {
3410
- position: relative;
3411
- overflow: hidden;
3412
- }
3413
-
3414
- .premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link {
3415
- position: absolute;
3416
- top: 0;
3417
- right: 0;
3418
- width: 100%;
3419
- height: 100%;
3420
- z-index: 2;
3421
- padding: 20px;
3422
- }
3423
-
3424
- .premium-blog-bordered-effect .premium-blog-post-link {
3425
- display: block;
3426
- height: 100%;
3427
- position: relative;
3428
- }
3429
-
3430
- /*Thumbnail Img*/
3431
- .premium-blog-thumbnail-container {
3432
- overflow: hidden;
3433
- }
3434
-
3435
- .premium-blog-thumbnail-container img,
3436
- .premium-blog-thumbnail-container .below-entry-meta {
3437
- width: 100%;
3438
- height: 100%;
3439
- margin: 0 !important;
3440
- -webkit-transition: all 0.4s ease-in-out;
3441
- transition: all 0.4s ease-in-out;
3442
- }
3443
-
3444
- .premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img,
3445
- .premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img {
3446
- -webkit-transform: scale(1.2);
3447
- -ms-transform: scale(1.2);
3448
- transform: scale(1.2);
3449
- }
3450
-
3451
- .premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img {
3452
- -webkit-filter: sepia(30%);
3453
- filter: sepia(30%);
3454
- }
3455
-
3456
- .premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img {
3457
- -webkit-filter: brightness(1);
3458
- filter: brightness(1);
3459
- }
3460
-
3461
- .premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img {
3462
- -webkit-transform: translateX(15px) scale(1.1);
3463
- -ms-transform: translateX(15px) scale(1.1);
3464
- transform: translateX(15px) scale(1.1);
3465
- }
3466
-
3467
- .premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img {
3468
- -webkit-transform: scale(1.2);
3469
- -ms-transform: scale(1.2);
3470
- transform: scale(1.2);
3471
- }
3472
-
3473
- .premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img {
3474
- -webkit-transform: scale(1.1);
3475
- -ms-transform: scale(1.1);
3476
- transform: scale(1.1);
3477
- }
3478
-
3479
- .premium-blog-post-outer-container:hover .premium-blog-scale-effect img {
3480
- -webkit-transform: scale(1.3) rotate(-5deg);
3481
- -ms-transform: scale(1.3) rotate(-5deg);
3482
- transform: scale(1.3) rotate(-5deg);
3483
- }
3484
-
3485
- .premium-blog-post-outer-container:hover .premium-blog-gray-effect img {
3486
- -webkit-filter: grayscale(100%);
3487
- filter: grayscale(100%);
3488
- }
3489
-
3490
- .premium-blog-post-outer-container:hover .premium-blog-blur-effect img {
3491
- -webkit-filter: blur(3px);
3492
- filter: blur(3px);
3493
- }
3494
-
3495
- .premium-blog-post-outer-container:hover .premium-blog-sepia-effect img {
3496
- -webkit-filter: sepia(0%);
3497
- filter: sepia(0%);
3498
- }
3499
-
3500
- .premium-blog-post-outer-container:hover .premium-blog-bright-effect img {
3501
- -webkit-filter: brightness(1.2);
3502
- filter: brightness(1.2);
3503
- }
3504
-
3505
- .premium-blog-post-outer-container:hover .premium-blog-trans-effect img {
3506
- -webkit-transform: translateX(0px) scale(1.1);
3507
- -ms-transform: translateX(0px) scale(1.1);
3508
- transform: translateX(0px) scale(1.1);
3509
- }
3510
-
3511
- .premium-blog-post-container {
3512
- overflow: hidden;
3513
- }
3514
-
3515
- .premium-blog-post-container .premium-blog-inner-container {
3516
- -js-display: flex;
3517
- display: -webkit-box;
3518
- display: -webkit-flex;
3519
- display: -moz-box;
3520
- display: -ms-flexbox;
3521
- display: flex;
3522
- }
3523
-
3524
- .premium-blog-post-container .premium-blog-post-content {
3525
- line-height: 1.5em;
3526
- color: #777;
3527
- font-size: 14px;
3528
- margin-bottom: 10px;
3529
- }
3530
-
3531
- .premium-blog-post-container ul.post-categories a:hover,
3532
- .premium-blog-post-container ul.post-categories a:focus,
3533
- .premium-blog-post-container .premium-blog-post-link:hover,
3534
- .premium-blog-post-container .premium-blog-post-link:focus {
3535
- -webkit-box-shadow: none !important;
3536
- box-shadow: none !important;
3537
- outline: none !important;
3538
- }
3539
-
3540
- .premium-blog-post-container .premium-blog-entry-title {
3541
- font-size: 18px;
3542
- margin-bottom: 5px;
3543
- }
3544
-
3545
- .premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper {
3546
- position: relative;
3547
- z-index: 3;
3548
- top: -50px;
3549
- }
3550
-
3551
- .premium-blog-post-container .premium-blog-content-wrapper {
3552
- background-color: #f5f5f5;
3553
- padding: 30px;
3554
- }
3555
-
3556
- .premium-blog-post-container .premium-blog-content-wrapper.empty-thumb {
3557
- top: 0;
3558
- }
3559
-
3560
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3561
- .premium-blog-thumbnail-container:before,
3562
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3563
- .premium-blog-thumbnail-container:after {
3564
- position: absolute;
3565
- content: "";
3566
- z-index: 1;
3567
- top: 50%;
3568
- right: 50%;
3569
- opacity: 0;
3570
- -webkit-transform: translate(50%, -50%);
3571
- -ms-transform: translate(50%, -50%);
3572
- transform: translate(50%, -50%);
3573
- -webkit-transition: all 0.4s linear 0s;
3574
- transition: all 0.4s linear 0s;
3575
- height: 1px;
3576
- width: 100%;
3577
- background-color: #fff;
3578
- }
3579
-
3580
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3581
- .premium-blog-thumbnail-container:before {
3582
- width: 1px;
3583
- height: 100%;
3584
- }
3585
-
3586
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3587
- .premium-blog-thumb-effect-wrapper:hover
3588
- .premium-blog-thumbnail-container:after {
3589
- width: 20px;
3590
- opacity: 1;
3591
- }
3592
-
3593
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3594
- .premium-blog-thumb-effect-wrapper:hover
3595
- .premium-blog-thumbnail-container:before {
3596
- height: 20px;
3597
- opacity: 1;
3598
- }
3599
-
3600
- .premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner)
3601
- .premium-blog-content-wrapper {
3602
- margin: 0px 10px 20px;
3603
- clear: both;
3604
- }
3605
-
3606
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,
3607
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay,
3608
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay {
3609
- position: absolute;
3610
- top: 0;
3611
- right: 0;
3612
- width: 100%;
3613
- height: 100%;
3614
- -webkit-transition: all 0.3s ease-in-out;
3615
- transition: all 0.3s ease-in-out;
3616
- opacity: 0;
3617
- }
3618
-
3619
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,
3620
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a,
3621
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a {
3622
- -js-display: flex;
3623
- display: -webkit-box;
3624
- display: -webkit-flex;
3625
- display: -moz-box;
3626
- display: -ms-flexbox;
3627
- display: flex;
3628
- -webkit-box-pack: center;
3629
- -webkit-justify-content: center;
3630
- -moz-box-pack: center;
3631
- -ms-flex-pack: center;
3632
- justify-content: center;
3633
- -webkit-box-align: center;
3634
- -webkit-align-items: center;
3635
- -moz-box-align: center;
3636
- -ms-flex-align: center;
3637
- align-items: center;
3638
- width: 100%;
3639
- height: 100%;
3640
- }
3641
-
3642
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,
3643
- .premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,
3644
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span,
3645
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,
3646
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,
3647
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i {
3648
- -webkit-transition: all 0.3s ease-in-out;
3649
- transition: all 0.3s ease-in-out;
3650
- }
3651
-
3652
- .premium-blog-post-container.premium-blog-skin-side {
3653
- -js-display: flex;
3654
- display: -webkit-box;
3655
- display: -webkit-flex;
3656
- display: -moz-box;
3657
- display: -ms-flexbox;
3658
- display: flex;
3659
- }
3660
-
3661
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container {
3662
- height: 100%;
3663
- }
3664
-
3665
- .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
3666
- -webkit-box-flex: 1;
3667
- -webkit-flex: 1;
3668
- -moz-box-flex: 1;
3669
- -ms-flex: 1;
3670
- flex: 1;
3671
- }
3672
-
3673
- .premium-blog-post-container.premium-blog-skin-banner {
3674
- position: relative;
3675
- }
3676
-
3677
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper {
3678
- position: absolute;
3679
- width: 100%;
3680
- bottom: 0;
3681
- -js-display: flex;
3682
- display: -webkit-box;
3683
- display: -webkit-flex;
3684
- display: -moz-box;
3685
- display: -ms-flexbox;
3686
- display: flex;
3687
- -webkit-box-orient: vertical;
3688
- -webkit-box-direction: normal;
3689
- -webkit-flex-direction: column;
3690
- -moz-box-orient: vertical;
3691
- -moz-box-direction: normal;
3692
- -ms-flex-direction: column;
3693
- flex-direction: column;
3694
- background-color: transparent;
3695
- z-index: 3;
3696
- }
3697
-
3698
- .premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner {
3699
- -webkit-transition: -webkit-transform 0.3s ease-in-out;
3700
- transition: -webkit-transform 0.3s ease-in-out;
3701
- transition: transform 0.3s ease-in-out;
3702
- transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
3703
- }
3704
-
3705
- .premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner {
3706
- -webkit-transform: translateY(-5px);
3707
- -ms-transform: translateY(-5px);
3708
- transform: translateY(-5px);
3709
- }
3710
-
3711
- .premium-blog-post-container .premium-blog-cats-container ul.post-categories {
3712
- margin: 0;
3713
- padding: 0;
3714
- list-style: none;
3715
- -js-display: flex;
3716
- display: -webkit-box;
3717
- display: -webkit-flex;
3718
- display: -moz-box;
3719
- display: -ms-flexbox;
3720
- display: flex;
3721
- }
3722
-
3723
- .premium-blog-post-container .premium-blog-cats-container a {
3724
- display: block;
3725
- font-size: 12px;
3726
- color: #fff;
3727
- background-color: #777;
3728
- margin: 0 0 10px 3px;
3729
- padding: 5px;
3730
- -webkit-transition: all 0.3s ease-in-out;
3731
- transition: all 0.3s ease-in-out;
3732
- }
3733
-
3734
- /*
3735
- * Diagonal Effect
3736
- */
3737
- .premium-blog-diagonal-container {
3738
- position: absolute;
3739
- top: 0;
3740
- right: 0;
3741
- width: 100%;
3742
- height: 100%;
3743
- }
3744
-
3745
- .premium-blog-diagonal-effect:before {
3746
- position: absolute;
3747
- top: 0px;
3748
- right: 0px;
3749
- width: 100%;
3750
- height: 100%;
3751
- content: " ";
3752
- z-index: 1;
3753
- background: rgba(255, 255, 255, 0.2);
3754
- -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
3755
- transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
3756
- -webkit-transition: all 0.3s linear 0s;
3757
- transition: all 0.3s linear 0s;
3758
- }
3759
-
3760
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before {
3761
- -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
3762
- transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
3763
- }
3764
-
3765
- /*
3766
- * Framed Effect
3767
- */
3768
- .premium-blog-framed-effect {
3769
- position: absolute;
3770
- width: -webkit-calc(100% - 30px);
3771
- width: calc(100% - 30px);
3772
- height: -webkit-calc(100% - 30px);
3773
- height: calc(100% - 30px);
3774
- top: 15px;
3775
- right: 15px;
3776
- opacity: 0;
3777
- -webkit-transform: scale(0.3);
3778
- -ms-transform: scale(0.3);
3779
- transform: scale(0.3);
3780
- -webkit-transition: all 0.3s linear 0s;
3781
- transition: all 0.3s linear 0s;
3782
- }
3783
-
3784
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect {
3785
- opacity: 0.99;
3786
- -webkit-transform: scale(1);
3787
- -ms-transform: scale(1);
3788
- transform: scale(1);
3789
- }
3790
-
3791
- /*
3792
- * Bordered Effect
3793
- */
3794
- .premium-blog-bordered-effect {
3795
- position: absolute;
3796
- top: 0;
3797
- right: 0;
3798
- width: 100%;
3799
- height: 100%;
3800
- opacity: 0;
3801
- padding: 15px;
3802
- -webkit-transition: all 0.3s linear 0s;
3803
- transition: all 0.3s linear 0s;
3804
- }
3805
-
3806
- .premium-blog-bordered-effect .premium-blog-post-link:before,
3807
- .premium-blog-bordered-effect .premium-blog-post-link:after {
3808
- content: "";
3809
- display: block;
3810
- position: absolute;
3811
- top: 0;
3812
- right: 0;
3813
- width: 100%;
3814
- height: 100%;
3815
- -webkit-transition: all 0.5s linear 0s;
3816
- transition: all 0.5s linear 0s;
3817
- -webkit-transition-delay: 0s;
3818
- transition-delay: 0s;
3819
- border-color: rgba(255, 255, 255, 0.45);
3820
- }
3821
-
3822
- .premium-blog-bordered-effect .premium-blog-post-link:before {
3823
- border-left: 2px solid;
3824
- border-right: 2px solid;
3825
- -webkit-transform: scale(1, 0);
3826
- -ms-transform: scale(1, 0);
3827
- transform: scale(1, 0);
3828
- -webkit-transform-origin: 0% 0;
3829
- -ms-transform-origin: 0% 0;
3830
- transform-origin: 0% 0;
3831
- }
3832
-
3833
- .premium-blog-bordered-effect .premium-blog-post-link:after {
3834
- border-top: 2px solid;
3835
- border-bottom: 2px solid;
3836
- -webkit-transform: scale(0, 1);
3837
- -ms-transform: scale(0, 1);
3838
- transform: scale(0, 1);
3839
- -webkit-transform-origin: 100% 0;
3840
- -ms-transform-origin: 100% 0;
3841
- transform-origin: 100% 0;
3842
- }
3843
-
3844
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect {
3845
- opacity: 0.99;
3846
- }
3847
-
3848
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before,
3849
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after {
3850
- -webkit-transition-delay: 0.15s;
3851
- transition-delay: 0.15s;
3852
- opacity: 1;
3853
- -webkit-transform: scale(1);
3854
- -ms-transform: scale(1);
3855
- transform: scale(1);
3856
- }
3857
-
3858
- /*
3859
- * Squares Effect
3860
- */
3861
- .premium-blog-squares-effect,
3862
- .premium-blog-squares-square-container {
3863
- position: absolute;
3864
- top: 0;
3865
- right: 0;
3866
- width: 100%;
3867
- height: 100%;
3868
- }
3869
-
3870
- .premium-blog-squares-effect:before,
3871
- .premium-blog-squares-effect:after {
3872
- position: absolute;
3873
- content: "";
3874
- top: 0;
3875
- right: 0;
3876
- width: 50%;
3877
- height: 50%;
3878
- -webkit-transform: translate(100%, -100%);
3879
- -ms-transform: translate(100%, -100%);
3880
- transform: translate(100%, -100%);
3881
- opacity: 0.7;
3882
- -webkit-transition: all 0.3s linear 0s;
3883
- transition: all 0.3s linear 0s;
3884
- }
3885
-
3886
- .premium-blog-squares-square-container:before,
3887
- .premium-blog-squares-square-container:after {
3888
- position: absolute;
3889
- content: "";
3890
- top: 0;
3891
- right: 0;
3892
- width: 50%;
3893
- height: 50%;
3894
- -webkit-transform: translate(100%, -100%);
3895
- -ms-transform: translate(100%, -100%);
3896
- transform: translate(100%, -100%);
3897
- opacity: 0.7;
3898
- -webkit-transition: all 0.3s linear 0s;
3899
- transition: all 0.3s linear 0s;
3900
- }
3901
-
3902
- .premium-blog-squares-square-container:before,
3903
- .premium-blog-squares-square-container:after {
3904
- opacity: 0.8;
3905
- }
3906
-
3907
- .premium-blog-squares-effect:after {
3908
- -webkit-transform: translate(-200%, 200%);
3909
- -ms-transform: translate(-200%, 200%);
3910
- transform: translate(-200%, 200%);
3911
- }
3912
-
3913
- .premium-blog-squares-square-container:before {
3914
- -webkit-transform: translate(100%, 200%);
3915
- -ms-transform: translate(100%, 200%);
3916
- transform: translate(100%, 200%);
3917
- }
3918
-
3919
- .premium-blog-squares-square-container:after {
3920
- -webkit-transform: translate(-200%, -100%);
3921
- -ms-transform: translate(-200%, -100%);
3922
- transform: translate(-200%, -100%);
3923
- }
3924
-
3925
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before {
3926
- -webkit-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
3927
- -ms-transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
3928
- transform: translate(0, 0%) scaleY(1.003) scaleX(1.003);
3929
- }
3930
-
3931
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after {
3932
- -webkit-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
3933
- -ms-transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
3934
- transform: translate(-100%, 100%) scaleY(1.003) scaleX(1.003);
3935
- }
3936
-
3937
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before {
3938
- -webkit-transform: translate(0, 100%);
3939
- -ms-transform: translate(0, 100%);
3940
- transform: translate(0, 100%);
3941
- }
3942
-
3943
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after {
3944
- -webkit-transform: translate(-100%, 0%);
3945
- -ms-transform: translate(-100%, 0%);
3946
- transform: translate(-100%, 0%);
3947
- }
3948
-
3949
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay {
3950
- opacity: 1;
3951
- }
3952
-
3953
- .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a {
3954
- opacity: 1;
3955
- -webkit-transform: scale(1);
3956
- -ms-transform: scale(1);
3957
- transform: scale(1);
3958
- }
3959
-
3960
- .premium-blog-clear-fix {
3961
- clear: both;
3962
- }
3963
-
3964
- /*Post Format Container*/
3965
- .premium-blog-format-link {
3966
- padding: 5px;
3967
- line-height: 0;
3968
- }
3969
-
3970
- /*Post Format Icon*/
3971
- /*Post Format Content Margin */
3972
- .premium-blog-entry-meta {
3973
- line-height: 1.3em;
3974
- font-size: 12px;
3975
- margin-bottom: 13px;
3976
- color: #adadad;
3977
- }
3978
-
3979
- .premium-blog-entry-meta i {
3980
- margin-left: 3px;
3981
- -webkit-transition: all 0.3s ease-in-out;
3982
- transition: all 0.3s ease-in-out;
3983
- }
3984
-
3985
- .premium-blog-meta-data {
3986
- display: inline-block;
3987
- }
3988
-
3989
- .premium-blog-meta-data .premium-blog-meta-separator {
3990
- margin: 0 5px;
3991
- }
3992
-
3993
- .premium-blog-meta-data a,
3994
- .premium-blog-meta-data span {
3995
- color: inherit;
3996
- -webkit-transition: all 0.3s ease-in-out;
3997
- transition: all 0.3s ease-in-out;
3998
- }
3999
-
4000
- .premium-blog-author-thumbnail {
4001
- position: relative;
4002
- padding: 0 30px;
4003
- width: 100%;
4004
- top: -10px;
4005
- height: 0;
4006
- pointer-events: none;
4007
- }
4008
-
4009
- .premium-blog-author-thumbnail img {
4010
- -webkit-border-radius: 50%;
4011
- border-radius: 50%;
4012
- width: 60px;
4013
- pointer-events: all;
4014
- -webkit-transform: translateY(-50%);
4015
- -ms-transform: translateY(-50%);
4016
- transform: translateY(-50%);
4017
- }
4018
-
4019
- .premium-blog-entry-title a,
4020
- .premium-blog-post-tags-container a,
4021
- .premium-blog-post-content .premium-blog-excerpt-link {
4022
- -webkit-transition: all 0.3s ease-in-out;
4023
- transition: all 0.3s ease-in-out;
4024
- }
4025
-
4026
- .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
4027
- background-color: transparent;
4028
- color: #54595f;
4029
- padding: 0;
4030
- }
4031
-
4032
- .premium-blog-cta-full-yes .premium-blog-excerpt-link {
4033
- width: 100%;
4034
- }
4035
-
4036
- .premium-blog-post-tags-container {
4037
- margin-top: 8px;
4038
- -js-display: flex;
4039
- display: -webkit-box;
4040
- display: -webkit-flex;
4041
- display: -moz-box;
4042
- display: -ms-flexbox;
4043
- display: flex;
4044
- -webkit-box-align: center;
4045
- -webkit-align-items: center;
4046
- -moz-box-align: center;
4047
- -ms-flex-align: center;
4048
- align-items: center;
4049
- -webkit-flex-wrap: wrap;
4050
- -ms-flex-wrap: wrap;
4051
- flex-wrap: wrap;
4052
- }
4053
-
4054
- .premium-blog-post-tags-container a {
4055
- color: inherit;
4056
- margin-right: 5px;
4057
- }
4058
-
4059
- .premium-blog-align-center .post-categories,
4060
- .premium-blog-align-center .premium-blog-inner-container,
4061
- .premium-blog-align-center .premium-blog-post-tags-container {
4062
- -webkit-box-pack: center;
4063
- -webkit-justify-content: center;
4064
- -moz-box-pack: center;
4065
- -ms-flex-pack: center;
4066
- justify-content: center;
4067
- }
4068
-
4069
- .premium-blog-align-left .premium-blog-post-container:not(.premium-blog-skin-cards) .post-categories,
4070
- .premium-blog-align-left .premium-blog-post-container:not(.premium-blog-skin-cards) .premium-blog-inner-container,
4071
- .premium-blog-align-left .premium-blog-post-container:not(.premium-blog-skin-cards) .premium-blog-post-tags-container {
4072
- -webkit-box-pack: end;
4073
- -webkit-justify-content: flex-end;
4074
- -moz-box-pack: end;
4075
- -ms-flex-pack: end;
4076
- justify-content: flex-end;
4077
- }
4078
-
4079
- .premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .post-categories,
4080
- .premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
4081
- .premium-blog-align-left .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
4082
- -webkit-box-pack: start;
4083
- -webkit-justify-content: flex-start;
4084
- -moz-box-pack: start;
4085
- -ms-flex-pack: start;
4086
- justify-content: flex-start;
4087
- }
4088
-
4089
- .premium-blog-align-right .premium-blog-post-container:not(.premium-blog-skin-cards) .post-categories,
4090
- .premium-blog-align-right .premium-blog-post-container:not(.premium-blog-skin-cards) .premium-blog-inner-container,
4091
- .premium-blog-align-right .premium-blog-post-container:not(.premium-blog-skin-cards) .premium-blog-post-tags-container {
4092
- -webkit-box-pack: start;
4093
- -webkit-justify-content: flex-start;
4094
- -moz-box-pack: start;
4095
- -ms-flex-pack: start;
4096
- justify-content: flex-start;
4097
- }
4098
-
4099
- .premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .post-categories,
4100
- .premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-inner-container,
4101
- .premium-blog-align-right .premium-blog-post-container.premium-blog-skin-cards .premium-blog-post-tags-container {
4102
- -webkit-box-pack: end;
4103
- -webkit-justify-content: flex-end;
4104
- -moz-box-pack: end;
4105
- -ms-flex-pack: end;
4106
- justify-content: flex-end;
4107
- }
4108
-
4109
- /* Pagination */
4110
- .premium-blog-pagination-container {
4111
- text-align: left;
4112
- }
4113
-
4114
- .premium-blog-pagination-container span {
4115
- cursor: default;
4116
- }
4117
-
4118
- .premium-blog-pagination-container .page-numbers {
4119
- display: inline-block;
4120
- color: #000;
4121
- line-height: 1;
4122
- font-size: 1em;
4123
- font-weight: 400;
4124
- text-decoration: none;
4125
- padding: 0.75em;
4126
- margin: 0 0 0.4em 0.4em;
4127
- -webkit-transition: all 0.2s ease-in-out;
4128
- transition: all 0.2s ease-in-out;
4129
- }
4130
-
4131
- .premium-blog-wrap .premium-loading-feed {
4132
- display: block;
4133
- position: absolute;
4134
- width: 100%;
4135
- height: 100%;
4136
- top: 0px;
4137
- right: 0px;
4138
- bottom: 0px;
4139
- left: 0px;
4140
- background: rgba(255, 255, 255, 0.2);
4141
- -js-display: flex;
4142
- display: -webkit-box;
4143
- display: -webkit-flex;
4144
- display: -moz-box;
4145
- display: -ms-flexbox;
4146
- display: flex;
4147
- -webkit-box-align: center;
4148
- -webkit-align-items: center;
4149
- -moz-box-align: center;
4150
- -ms-flex-align: center;
4151
- align-items: center;
4152
- z-index: 99;
4153
- }
4154
-
4155
- .premium-blog-wrap {
4156
- -js-display: flex;
4157
- display: -webkit-box;
4158
- display: -webkit-flex;
4159
- display: -moz-box;
4160
- display: -ms-flexbox;
4161
- display: flex;
4162
- -webkit-flex-wrap: wrap;
4163
- -ms-flex-wrap: wrap;
4164
- flex-wrap: wrap;
4165
- }
4166
-
4167
- .premium-blog-wrap ul.slick-dots {
4168
- width: 100%;
4169
- }
4170
-
4171
- /**
4172
- * Even Layout
4173
- */
4174
- .premium-blog-even .premium-blog-post-container {
4175
- height: 100%;
4176
- }
4177
-
4178
- .premium-blog-even .slick-track {
4179
- -js-display: flex;
4180
- display: -webkit-box;
4181
- display: -webkit-flex;
4182
- display: -moz-box;
4183
- display: -ms-flexbox;
4184
- display: flex;
4185
- }
4186
-
4187
- .premium-blog-even .slick-slide {
4188
- height: inherit !important;
4189
- }
4190
-
4191
- /**
4192
- * Responsive Style
4193
- */
4194
- @media (max-width: 768px) {
4195
- .premium-blog-content-wrapper {
4196
- top: 0;
4197
- margin: 0;
4198
- padding: 15px;
4199
- }
4200
-
4201
- .premium-blog-thumb-effect-wrapper {
4202
- margin-bottom: 15px;
4203
- }
4204
- }
4205
-
4206
- [dir="rtl"] .premium-blog-wrap.slick-slider .slick-list,
4207
- [dir="rtl"] .premium-blog-wrap.slick-slider .slick-track {
4208
- direction: ltr;
4209
- }
4210
-
4211
- /************ Premium Team Members ************/
4212
- /*********************************************/
4213
- .premium-person-container {
4214
- position: relative;
4215
- }
4216
-
4217
- .premium-person-image-container {
4218
- position: relative;
4219
- text-align: center;
4220
- }
4221
-
4222
- .premium-person-image-container .premium-person-image-wrap {
4223
- overflow: hidden;
4224
- }
4225
-
4226
- .premium-person-zoomout-effect .premium-person-image-container img,
4227
- .premium-person-scale-effect .premium-person-image-container img {
4228
- -webkit-transform: scale(1.2);
4229
- -ms-transform: scale(1.2);
4230
- transform: scale(1.2);
4231
- }
4232
-
4233
- .premium-person-sepia-effect .premium-person-image-container img {
4234
- -webkit-filter: sepia(30%);
4235
- filter: sepia(30%);
4236
- }
4237
-
4238
- .premium-person-bright-effect .premium-person-image-container img {
4239
- -webkit-filter: brightness(1);
4240
- filter: brightness(1);
4241
- }
4242
-
4243
- .premium-person-trans-effect .premium-person-image-container img {
4244
- -webkit-transform: translateX(15px) scale(1.1);
4245
- -ms-transform: translateX(15px) scale(1.1);
4246
- transform: translateX(15px) scale(1.1);
4247
- }
4248
-
4249
- .premium-person-zoomin-effect:hover .premium-person-image-container img {
4250
- -webkit-transform: scale(1.2);
4251
- -ms-transform: scale(1.2);
4252
- transform: scale(1.2);
4253
- }
4254
-
4255
- .premium-person-zoomout-effect:hover .premium-person-image-container img {
4256
- -webkit-transform: scale(1.1);
4257
- -ms-transform: scale(1.1);
4258
- transform: scale(1.1);
4259
- }
4260
-
4261
- .premium-person-scale-effect:hover .premium-person-image-container img {
4262
- -webkit-transform: scale(1.3) rotate(-5deg);
4263
- -ms-transform: scale(1.3) rotate(-5deg);
4264
- transform: scale(1.3) rotate(-5deg);
4265
- }
4266
-
4267
- .premium-person-grayscale-effect:hover .premium-person-image-container img {
4268
- -webkit-filter: grayscale(100%);
4269
- filter: grayscale(100%);
4270
- }
4271
-
4272
- .premium-person-blur-effect:hover .premium-person-image-container img {
4273
- -webkit-filter: blur(3px);
4274
- filter: blur(3px);
4275
- }
4276
-
4277
- .premium-person-sepia-effect:hover .premium-person-image-container img {
4278
- -webkit-filter: sepia(0%);
4279
- filter: sepia(0%);
4280
- }
4281
-
4282
- .premium-person-bright-effect:hover .premium-person-image-container img {
4283
- -webkit-filter: brightness(1.2);
4284
- filter: brightness(1.2);
4285
- }
4286
-
4287
- .premium-person-trans-effect:hover .premium-person-image-container img {
4288
- -webkit-transform: translateX(0px) scale(1.1);
4289
- -ms-transform: translateX(0px) scale(1.1);
4290
- transform: translateX(0px) scale(1.1);
4291
- }
4292
-
4293
- .premium-person-container .premium-person-image-container img {
4294
- width: 100%;
4295
- height: 100%;
4296
- -o-object-fit: cover;
4297
- object-fit: cover;
4298
- -webkit-transition: all 0.5s ease-in-out;
4299
- transition: all 0.5s ease-in-out;
4300
- }
4301
-
4302
- .premium-person-style2 .premium-person-social {
4303
- position: absolute;
4304
- top: 0;
4305
- right: 0;
4306
- width: 100%;
4307
- height: 100%;
4308
- z-index: 2;
4309
- -js-display: flex;
4310
- display: -webkit-box;
4311
- display: -webkit-flex;
4312
- display: -moz-box;
4313
- display: -ms-flexbox;
4314
- display: flex;
4315
- -webkit-box-pack: center;
4316
- -webkit-justify-content: center;
4317
- -moz-box-pack: center;
4318
- -ms-flex-pack: center;
4319
- justify-content: center;
4320
- -webkit-box-align: center;
4321
- -webkit-align-items: center;
4322
- -moz-box-align: center;
4323
- -ms-flex-align: center;
4324
- align-items: center;
4325
- -webkit-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
4326
- box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.5);
4327
- -webkit-transition: all 0.5s linear 0s;
4328
- transition: all 0.5s linear 0s;
4329
- opacity: 0;
4330
- }
4331
-
4332
- .premium-person-style2 .premium-person-image-container:hover .premium-person-social {
4333
- opacity: 1;
4334
- }
4335
-
4336
- .premium-person-list-item a {
4337
- display: inline-block;
4338
- }
4339
-
4340
- .premium-person-style2 .premium-person-list-item a {
4341
- opacity: 0;
4342
- -webkit-transform: scale(0);
4343
- -ms-transform: scale(0);
4344
- transform: scale(0);
4345
- -webkit-transition: all 0.5s ease-in-out 0s;
4346
- transition: all 0.5s ease-in-out 0s;
4347
- }
4348
-
4349
- .premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a {
4350
- opacity: 1;
4351
- -webkit-transform: scale(1);
4352
- -ms-transform: scale(1);
4353
- transform: scale(1);
4354
- }
4355
-
4356
- .premium-person-info-container {
4357
- padding: 30px 15px;
4358
- }
4359
-
4360
- .premium-person-name {
4361
- margin: 0 0 5px;
4362
- font-weight: 700;
4363
- }
4364
-
4365
- .premium-person-title {
4366
- margin: 0 0 20px;
4367
- padding: 0;
4368
- }
4369
-
4370
- .premium-person-content {
4371
- margin: 0 0 30px;
4372
- }
4373
-
4374
- /*Override Theme List Margin*/
4375
- ul.premium-person-social-list {
4376
- margin: 0px !important;
4377
- padding: 0;
4378
- }
4379
-
4380
- .premium-person-social-list .premium-person-list-item {
4381
- display: inline;
4382
- list-style: none;
4383
- }
4384
-
4385
- .premium-person-social-list li {
4386
- position: relative;
4387
- bottom: 0px;
4388
- -webkit-transition: all 0.2s ease-in-out;
4389
- transition: all 0.2s ease-in-out;
4390
- }
4391
-
4392
- .premium-person-social-list li i {
4393
- position: relative;
4394
- bottom: 0px;
4395
- -webkit-transition: all 0.2s ease-in-out;
4396
- transition: all 0.2s ease-in-out;
4397
- }
4398
-
4399
- .premium-person-defaults-yes li.premium-person-facebook:hover a {
4400
- background-color: #3b5998 !important;
4401
- }
4402
-
4403
- .premium-person-defaults-yes li.premium-person-twitter:hover a {
4404
- background-color: #55acee !important;
4405
- }
4406
-
4407
- .premium-person-defaults-yes li.premium-person-linkedin:hover a {
4408
- background-color: #0077b5 !important;
4409
- }
4410
-
4411
- .premium-person-defaults-yes li.premium-person-google:hover a {
4412
- background-color: #dc4e41 !important;
4413
- }
4414
-
4415
- .premium-person-defaults-yes li.premium-person-youtube:hover a {
4416
- background-color: #b31217 !important;
4417
- }
4418
-
4419
- .premium-person-defaults-yes li.premium-person-instagram:hover a {
4420
- background-color: #e4405f !important;
4421
- }
4422
-
4423
- .premium-person-defaults-yes li.premium-person-skype:hover a {
4424
- background-color: #00aff0 !important;
4425
- }
4426
-
4427
- .premium-person-defaults-yes li.premium-person-pinterest:hover a {
4428
- background-color: #bd081c !important;
4429
- }
4430
-
4431
- .premium-person-defaults-yes li.premium-person-dribbble:hover a {
4432
- background-color: #ea4c89 !important;
4433
- }
4434
-
4435
- .premium-person-defaults-yes li.premium-person-mail:hover a {
4436
- background-color: #b23121 !important;
4437
- }
4438
-
4439
- .premium-person-defaults-yes li.premium-person-behance:hover a {
4440
- background-color: #1769ff !important;
4441
- }
4442
-
4443
- .premium-person-defaults-yes li.premium-person-whatsapp:hover a {
4444
- background-color: #25d366 !important;
4445
- }
4446
-
4447
- .premium-person-defaults-yes li.premium-person-telegram:hover a {
4448
- background-color: #0088cc !important;
4449
- }
4450
-
4451
- .premium-person-defaults-yes li.premium-person-site:hover a {
4452
- background-color: #0055a5 !important;
4453
- }
4454
-
4455
- .premium-person-social-list li:hover a {
4456
- -webkit-box-shadow: none;
4457
- box-shadow: none;
4458
- }
4459
-
4460
- .premium-person-social-list li a:focus {
4461
- -webkit-box-shadow: none;
4462
- box-shadow: none;
4463
- outline: none;
4464
- }
4465
-
4466
- .premium-person-social-list li i {
4467
- font-size: 18px;
4468
- }
4469
-
4470
- .elementor-widget-premium-addon-person .elementor-widget-container {
4471
- -js-display: flex;
4472
- display: -webkit-box;
4473
- display: -webkit-flex;
4474
- display: -moz-box;
4475
- display: -ms-flexbox;
4476
- display: flex;
4477
- -webkit-box-pack: center;
4478
- -webkit-justify-content: center;
4479
- -moz-box-pack: center;
4480
- -ms-flex-pack: center;
4481
- justify-content: center;
4482
- }
4483
-
4484
- .premium-persons-container.multiple-persons {
4485
- -js-display: flex;
4486
- display: -webkit-box;
4487
- display: -webkit-flex;
4488
- display: -moz-box;
4489
- display: -ms-flexbox;
4490
- display: flex;
4491
- -webkit-flex-wrap: wrap;
4492
- -ms-flex-wrap: wrap;
4493
- flex-wrap: wrap;
4494
- width: 100%;
4495
- }
4496
-
4497
- .premium-person-style1 .premium-person-container {
4498
- overflow: hidden;
4499
- }
4500
-
4501
- .premium-person-style1 .premium-person-container .premium-person-info {
4502
- position: absolute;
4503
- top: auto;
4504
- left: 0;
4505
- right: 0;
4506
- -webkit-transition: all 500ms ease 0s;
4507
- transition: all 500ms ease 0s;
4508
- -webkit-transform: translate3d(0, 100%, 0);
4509
- transform: translate3d(0, 100%, 0);
4510
- }
4511
-
4512
- .premium-person-style1 .premium-person-container:hover .premium-person-info {
4513
- -webkit-transform: translate3d(0, 0, 0);
4514
- transform: translate3d(0, 0, 0);
4515
- bottom: -1px !important;
4516
- }
4517
-
4518
- .premium-person-style1 .premium-person-social-list li:hover {
4519
- bottom: 5px;
4520
- }
4521
-
4522
- .premium-person-style1.multiple-persons:not([data-persons-equal="yes"]) {
4523
- -webkit-box-align: start;
4524
- -webkit-align-items: flex-start;
4525
- -moz-box-align: start;
4526
- -ms-flex-align: start;
4527
- align-items: flex-start;
4528
- }
4529
-
4530
- .premium-person-style1 .slick-track {
4531
- -js-display: flex;
4532
- display: -webkit-box;
4533
- display: -webkit-flex;
4534
- display: -moz-box;
4535
- display: -ms-flexbox;
4536
- display: flex;
4537
- }
4538
-
4539
- .premium-person-style1 .slick-slide {
4540
- height: inherit !important;
4541
- }
4542
-
4543
- .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-container,
4544
- .premium-person-style1.multiple-persons[data-persons-equal="yes"] .premium-person-image-wrap {
4545
- height: 100%;
4546
- }
4547
-
4548
- .premium-person-style3 .premium-person-info-container {
4549
- position: absolute;
4550
- top: 0;
4551
- right: 0;
4552
- width: 100%;
4553
- height: 100%;
4554
- -js-display: flex;
4555
- display: -webkit-box;
4556
- display: -webkit-flex;
4557
- display: -moz-box;
4558
- display: -ms-flexbox;
4559
- display: flex;
4560
- -webkit-box-orient: vertical;
4561
- -webkit-box-direction: normal;
4562
- -webkit-flex-direction: column;
4563
- -moz-box-orient: vertical;
4564
- -moz-box-direction: normal;
4565
- -ms-flex-direction: column;
4566
- flex-direction: column;
4567
- -webkit-box-pack: justify;
4568
- -webkit-justify-content: space-between;
4569
- -moz-box-pack: justify;
4570
- -ms-flex-pack: justify;
4571
- justify-content: space-between;
4572
- }
4573
-
4574
- .premium-person-style3 .premium-person-title-desc-wrap {
4575
- -js-display: flex;
4576
- display: -webkit-box;
4577
- display: -webkit-flex;
4578
- display: -moz-box;
4579
- display: -ms-flexbox;
4580
- display: flex;
4581
- -webkit-box-orient: horizontal;
4582
- -webkit-box-direction: reverse;
4583
- -webkit-flex-direction: row-reverse;
4584
- -moz-box-orient: horizontal;
4585
- -moz-box-direction: reverse;
4586
- -ms-flex-direction: row-reverse;
4587
- flex-direction: row-reverse;
4588
- -webkit-box-pack: justify;
4589
- -webkit-justify-content: space-between;
4590
- -moz-box-pack: justify;
4591
- -ms-flex-pack: justify;
4592
- justify-content: space-between;
4593
- -webkit-box-align: start;
4594
- -webkit-align-items: flex-start;
4595
- -moz-box-align: start;
4596
- -ms-flex-align: start;
4597
- align-items: flex-start;
4598
- }
4599
-
4600
- .premium-person-style3 .premium-person-name-icons-wrap {
4601
- -js-display: flex;
4602
- display: -webkit-box;
4603
- display: -webkit-flex;
4604
- display: -moz-box;
4605
- display: -ms-flexbox;
4606
- display: flex;
4607
- -webkit-box-pack: justify;
4608
- -webkit-justify-content: space-between;
4609
- -moz-box-pack: justify;
4610
- -ms-flex-pack: justify;
4611
- justify-content: space-between;
4612
- -webkit-box-align: end;
4613
- -webkit-align-items: flex-end;
4614
- -moz-box-align: end;
4615
- -ms-flex-align: end;
4616
- align-items: flex-end;
4617
- }
4618
-
4619
- .premium-person-style3 .premium-person-title {
4620
- opacity: 0;
4621
- -webkit-transition: all 0.3s ease;
4622
- transition: all 0.3s ease;
4623
- width: 0;
4624
- }
4625
-
4626
- .premium-person-style3 .premium-person-title span {
4627
- display: inline-block;
4628
- }
4629
-
4630
- .premium-person-style3 .premium-person-name {
4631
- padding-right: 10px;
4632
- }
4633
-
4634
- .premium-person-style3 .premium-person-social-list {
4635
- -js-display: flex;
4636
- display: -webkit-box;
4637
- display: -webkit-flex;
4638
- display: -moz-box;
4639
- display: -ms-flexbox;
4640
- display: flex;
4641
- -webkit-box-orient: vertical;
4642
- -webkit-box-direction: normal;
4643
- -webkit-flex-direction: column;
4644
- -moz-box-orient: vertical;
4645
- -moz-box-direction: normal;
4646
- -ms-flex-direction: column;
4647
- flex-direction: column;
4648
- -webkit-transform: translateY(20px);
4649
- -ms-transform: translateY(20px);
4650
- transform: translateY(20px);
4651
- opacity: 0;
4652
- -webkit-transition: all 0.3s ease;
4653
- transition: all 0.3s ease;
4654
- }
4655
-
4656
- .premium-person-style3 .premium-person-list-item {
4657
- line-height: 0;
4658
- }
4659
-
4660
- .premium-person-style3 .premium-person-list-item a {
4661
- padding: 5px 0 0 10px;
4662
- margin: 5px 0;
4663
- }
4664
-
4665
- .premium-person-style3 .premium-person-container:hover .premium-person-title {
4666
- opacity: 1;
4667
- }
4668
-
4669
- .premium-person-style3 .premium-person-container:hover .premium-person-social-list {
4670
- opacity: 1;
4671
- -webkit-transform: translateY(0);
4672
- -ms-transform: translateY(0);
4673
- transform: translateY(0);
4674
- }
4675
-
4676
- .premium-persons-title-cw .premium-person-title {
4677
- -webkit-transform: translateX(-15px) rotate(-90deg);
4678
- -ms-transform: translateX(-15px) rotate(-90deg);
4679
- transform: translateX(-15px) rotate(-90deg);
4680
- -webkit-transform-origin: top;
4681
- -ms-transform-origin: top;
4682
- transform-origin: top;
4683
- }
4684
-
4685
- .premium-persons-title-cw .premium-person-container:hover .premium-person-title {
4686
- -webkit-transform: translateX(0) rotate(-90deg);
4687
- -ms-transform: translateX(0) rotate(-90deg);
4688
- transform: translateX(0) rotate(-90deg);
4689
- }
4690
-
4691
- .premium-persons-title-ccw .premium-person-title {
4692
- width: auto;
4693
- margin-left: 20px;
4694
- -webkit-transform: translateX(-15px) rotate(90deg);
4695
- -ms-transform: translateX(-15px) rotate(90deg);
4696
- transform: translateX(-15px) rotate(90deg);
4697
- -webkit-transform-origin: center left;
4698
- -ms-transform-origin: center left;
4699
- transform-origin: center left;
4700
- }
4701
-
4702
- .premium-persons-title-ccw .premium-person-container:hover .premium-person-title {
4703
- -webkit-transform: translateX(0) rotate(90deg);
4704
- -ms-transform: translateX(0) rotate(90deg);
4705
- transform: translateX(0) rotate(90deg);
4706
- }
4707
-
4708
- /**************** Premium Fancy Text *******************/
4709
- /*******************************************************/
4710
- .premium-suffix-text,
4711
- .premium-fancy-text,
4712
- .premium-prefix-text {
4713
- font-size: 40px;
4714
- }
4715
-
4716
- .premium-fancy-text-wrapper .premium-fancy-list-items {
4717
- list-style: none;
4718
- }
4719
-
4720
- .premium-fancy-text-wrapper .premium-fancy-text-span-align {
4721
- vertical-align: top;
4722
- }
4723
-
4724
- .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper {
4725
- margin: 0;
4726
- padding: 0;
4727
- border: none;
4728
- position: relative;
4729
- }
4730
-
4731
- .premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items {
4732
- position: absolute;
4733
- top: 0;
4734
- right: 0;
4735
- display: inline-block;
4736
- }
4737
-
4738
- .premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden {
4739
- opacity: 0;
4740
- -webkit-animation: pa-zoom-out 0.8s;
4741
- animation: pa-zoom-out 0.8s;
4742
- }
4743
-
4744
- .premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible {
4745
- position: relative !important;
4746
- -webkit-animation: pa-zoom-in 0.8s;
4747
- animation: pa-zoom-in 0.8s;
4748
- }
4749
-
4750
- .premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper {
4751
- -webkit-perspective: 300px;
4752
- perspective: 300px;
4753
- }
4754
-
4755
- .premium-fancy-text-wrapper.rotate .premium-fancy-list-items {
4756
- -webkit-transform-origin: 50% 100%;
4757
- -ms-transform-origin: 50% 100%;
4758
- transform-origin: 50% 100%;
4759
- }
4760
-
4761
- .premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden {
4762
- opacity: 0;
4763
- -webkit-transform: rotateX(180deg);
4764
- -ms-transform: rotateX(180deg);
4765
- transform: rotateX(180deg);
4766
- -webkit-animation: pa-rotate-out 1.2s;
4767
- animation: pa-rotate-out 1.2s;
4768
- }
4769
-
4770
- .premium-fancy-text-wrapper.rotate .premium-fancy-item-visible {
4771
- position: relative !important;
4772
- -webkit-transform: rotateX(0deg);
4773
- -ms-transform: rotateX(0deg);
4774
- transform: rotateX(0deg);
4775
- -webkit-animation: pa-rotate-in 1.2s;
4776
- animation: pa-rotate-in 1.2s;
4777
- }
4778
-
4779
- .premium-fancy-text-wrapper.bar .premium-fancy-text-items-wrapper::after {
4780
- position: absolute;
4781
- content: "";
4782
- right: 0;
4783
- bottom: 0;
4784
- width: 0;
4785
- height: 3px;
4786
- background: #000;
4787
- }
4788
-
4789
- .premium-fancy-text-wrapper.bar .premium-fancy-text-items-wrapper.active::after {
4790
- width: 100%;
4791
- -webkit-transition: width 3s ease-in-out;
4792
- transition: width 3s ease-in-out;
4793
- }
4794
-
4795
- .premium-fancy-text-wrapper.bar .premium-fancy-list-items {
4796
- opacity: 0;
4797
- }
4798
-
4799
- .premium-fancy-text-wrapper.bar .premium-fancy-item-visible {
4800
- opacity: 1;
4801
- -webkit-transition: opacity 2s ease-in-out;
4802
- transition: opacity 2s ease-in-out;
4803
- position: relative !important;
4804
- }
4805
-
4806
- .premium-fancy-text-wrapper.auto-fade .premium-fancy-text {
4807
- display: inline-block;
4808
- width: 200px;
4809
- font-weight: 400;
4810
- }
4811
-
4812
- .premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text {
4813
- position: relative;
4814
- vertical-align: sub;
4815
- }
4816
-
4817
- .premium-fancy-text-wrapper.auto-fade g > text {
4818
- text-anchor: start;
4819
- shape-rendering: crispEdges;
4820
- opacity: 0;
4821
- font-size: 300px;
4822
- -webkit-animation-name: pa-auto-fade;
4823
- animation-name: pa-auto-fade;
4824
- -moz-animation-name: pa-auto-fade;
4825
- -webkit-animation-duration: 9s;
4826
- animation-duration: 9s;
4827
- -webkit-animation-timing-function: linear;
4828
- animation-timing-function: linear;
4829
- -webkit-animation-iteration-count: infinite;
4830
- animation-iteration-count: infinite;
4831
- }
4832
-
4833
- .premium-fancy-text-wrapper.auto-fade g > text:nth-child(1) {
4834
- -webkit-animation-delay: 0s;
4835
- animation-delay: 0s;
4836
- }
4837
-
4838
- .premium-fancy-text-wrapper.auto-fade g > text:nth-child(2) {
4839
- -webkit-animation-delay: 3s;
4840
- animation-delay: 3s;
4841
- }
4842
-
4843
- .premium-fancy-text-wrapper.auto-fade g > text:nth-child(3) {
4844
- -webkit-animation-delay: 6s;
4845
- animation-delay: 6s;
4846
- }
4847
-
4848
- @-webkit-keyframes pa-auto-fade {
4849
- 0% {
4850
- opacity: 0;
4851
- }
4852
- 20% {
4853
- opacity: 1;
4854
- }
4855
- 35% {
4856
- opacity: 0;
4857
- }
4858
- 100% {
4859
- opacity: 0;
4860
- }
4861
- }
4862
-
4863
- @keyframes pa-auto-fade {
4864
- 0% {
4865
- opacity: 0;
4866
- }
4867
- 20% {
4868
- opacity: 1;
4869
- }
4870
- 35% {
4871
- opacity: 0;
4872
- }
4873
- 100% {
4874
- opacity: 0;
4875
- }
4876
- }
4877
-
4878
- @-webkit-keyframes pa-zoom-in {
4879
- 0% {
4880
- opacity: 0;
4881
- -webkit-transform: translateZ(100px);
4882
- transform: translateZ(100px);
4883
- }
4884
-
4885
- 100% {
4886
- opacity: 1;
4887
- -webkit-transform: translateZ(0);
4888
- transform: translateZ(0);
4889
- }
4890
- }
4891
-
4892
- @keyframes pa-zoom-in {
4893
- 0% {
4894
- opacity: 0;
4895
- -webkit-transform: translateZ(100px);
4896
- transform: translateZ(100px);
4897
- }
4898
-
4899
- 100% {
4900
- opacity: 1;
4901
- -webkit-transform: translateZ(0);
4902
- transform: translateZ(0);
4903
- }
4904
- }
4905
-
4906
- @-webkit-keyframes pa-zoom-out {
4907
- 0% {
4908
- opacity: 1;
4909
- -webkit-transform: translateZ(0);
4910
- transform: translateZ(0);
4911
- }
4912
-
4913
- 100% {
4914
- opacity: 0;
4915
- -webkit-transform: translateZ(-100px);
4916
- transform: translateZ(-100px);
4917
- }
4918
- }
4919
-
4920
- @keyframes pa-zoom-out {
4921
- 0% {
4922
- opacity: 1;
4923
- -webkit-transform: translateZ(0);
4924
- transform: translateZ(0);
4925
- }
4926
-
4927
- 100% {
4928
- opacity: 0;
4929
- -webkit-transform: translateZ(-100px);
4930
- transform: translateZ(-100px);
4931
- }
4932
- }
4933
-
4934
- @-webkit-keyframes pa-rotate-in {
4935
- 0% {
4936
- opacity: 0;
4937
- -webkit-transform: rotateX(180deg);
4938
- transform: rotateX(180deg);
4939
- }
4940
-
4941
- 35% {
4942
- opacity: 0;
4943
- -webkit-transform: rotateX(120deg);
4944
- transform: rotateX(120deg);
4945
- }
4946
-
4947
- 65% {
4948
- opacity: 0;
4949
- }
4950
-
4951
- 100% {
4952
- opacity: 1;
4953
- -webkit-transform: rotateX(360deg);
4954
- transform: rotateX(360deg);
4955
- }
4956
- }
4957
-
4958
- @keyframes pa-rotate-in {
4959
- 0% {
4960
- opacity: 0;
4961
- -webkit-transform: rotateX(180deg);
4962
- transform: rotateX(180deg);
4963
- }
4964
-
4965
- 35% {
4966
- opacity: 0;
4967
- -webkit-transform: rotateX(120deg);
4968
- transform: rotateX(120deg);
4969
- }
4970
-
4971
- 65% {
4972
- opacity: 0;
4973
- }
4974
-
4975
- 100% {
4976
- opacity: 1;
4977
- -webkit-transform: rotateX(360deg);
4978
- transform: rotateX(360deg);
4979
- }
4980
- }
4981
-
4982
- @-webkit-keyframes pa-rotate-out {
4983
- 0% {
4984
- opacity: 1;
4985
- -webkit-transform: rotateX(0deg);
4986
- transform: rotateX(0deg);
4987
- }
4988
-
4989
- 35% {
4990
- opacity: 1;
4991
- -webkit-transform: rotateX(-40deg);
4992
- transform: rotateX(-40deg);
4993
- }
4994
-
4995
- 65% {
4996
- opacity: 0;
4997
- }
4998
-
4999
- 100% {
5000
- opacity: 0;
5001
- -webkit-transform: rotateX(180deg);
5002
- transform: rotateX(180deg);
5003
- }
5004
- }
5005
-
5006
- @keyframes pa-rotate-out {
5007
- 0% {
5008
- opacity: 1;
5009
- -webkit-transform: rotateX(0deg);
5010
- transform: rotateX(0deg);
5011
- }
5012
-
5013
- 35% {
5014
- opacity: 1;
5015
- -webkit-transform: rotateX(-40deg);
5016
- transform: rotateX(-40deg);
5017
- }
5018
-
5019
- 65% {
5020
- opacity: 0;
5021
- }
5022
-
5023
- 100% {
5024
- opacity: 0;
5025
- -webkit-transform: rotateX(180deg);
5026
- transform: rotateX(180deg);
5027
- }
5028
- }
5029
-
5030
- /**************** Premium Pricing Table ****************/
5031
- /*******************************************************/
5032
- .premium-pricing-table-container {
5033
- position: relative;
5034
- overflow: hidden;
5035
- text-align: center;
5036
- -webkit-transition: all 0.3s ease-in-out;
5037
- transition: all 0.3s ease-in-out;
5038
- }
5039
-
5040
- .premium-pricing-icon-container {
5041
- -js-display: flex;
5042
- display: -webkit-box;
5043
- display: -webkit-flex;
5044
- display: -moz-box;
5045
- display: -ms-flexbox;
5046
- display: flex;
5047
- -webkit-box-pack: center;
5048
- -webkit-justify-content: center;
5049
- -moz-box-pack: center;
5050
- -ms-flex-pack: center;
5051
- justify-content: center;
5052
- line-height: 0;
5053
- }
5054
-
5055
- .premium-pricing-icon-container .premium-pricing-icon {
5056
- display: inline-block;
5057
- }
5058
-
5059
- .premium-pricing-icon-container .premium-pricing-image {
5060
- overflow: hidden;
5061
- }
5062
-
5063
- .premium-pricing-icon-container .premium-pricing-image img {
5064
- width: 25px;
5065
- height: 25px;
5066
- -o-object-fit: cover;
5067
- object-fit: cover;
5068
- }
5069
-
5070
- .premium-badge-left {
5071
- position: absolute;
5072
- top: 0;
5073
- }
5074
-
5075
- .premium-badge-right {
5076
- position: absolute;
5077
- top: 0;
5078
- right: 0;
5079
- }
5080
-
5081
- .premium-badge-left {
5082
- left: 0;
5083
- }
5084
-
5085
- .premium-badge-triangle.premium-badge-left .corner {
5086
- width: 0;
5087
- height: 0;
5088
- border-top: 150px solid;
5089
- border-bottom: 150px solid transparent;
5090
- border-right: 150px solid transparent;
5091
- }
5092
-
5093
- .premium-badge-triangle.premium-badge-right .corner {
5094
- width: 0;
5095
- height: 0;
5096
- border-bottom: 150px solid transparent;
5097
- border-right: 150px solid;
5098
- border-left: 150px solid transparent;
5099
- }
5100
-
5101
- .premium-badge-triangle span {
5102
- position: absolute;
5103
- top: 35px;
5104
- width: 100px;
5105
- text-align: center;
5106
- -webkit-transform: rotate(-45deg);
5107
- -ms-transform: rotate(-45deg);
5108
- transform: rotate(-45deg);
5109
- display: block;
5110
- text-transform: uppercase;
5111
- }
5112
-
5113
- .premium-badge-triangle.premium-badge-right span {
5114
- -webkit-transform: rotate(45deg);
5115
- -ms-transform: rotate(45deg);
5116
- transform: rotate(45deg);
5117
- right: 0;
5118
- }
5119
-
5120
- .premium-badge-circle {
5121
- min-width: 4em;
5122
- min-height: 4em;
5123
- line-height: 4em;
5124
- text-align: center;
5125
- -webkit-border-radius: 100%;
5126
- border-radius: 100%;
5127
- position: absolute;
5128
- z-index: 1;
5129
- }
5130
-
5131
- .premium-badge-stripe {
5132
- position: absolute;
5133
- -webkit-transform: rotate(90deg);
5134
- -ms-transform: rotate(90deg);
5135
- transform: rotate(90deg);
5136
- width: 15em;
5137
- overflow: hidden;
5138
- height: 15em;
5139
- }
5140
-
5141
- .premium-badge-stripe.premium-badge-left {
5142
- -webkit-transform: rotate(0);
5143
- -ms-transform: rotate(0);
5144
- transform: rotate(0);
5145
- }
5146
-
5147
- .premium-badge-stripe .corner {
5148
- text-align: center;
5149
- left: 0;
5150
- width: 150%;
5151
- -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
5152
- -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
5153
- transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
5154
- margin-top: 35px;
5155
- font-size: 13px;
5156
- line-height: 2;
5157
- font-weight: 800;
5158
- text-transform: uppercase;
5159
- }
5160
-
5161
- .premium-badge-flag .corner {
5162
- text-align: center;
5163
- -webkit-border-radius: 4px 4px 0 4px;
5164
- border-radius: 4px 4px 0 4px;
5165
- padding: 3px 15px;
5166
- position: absolute;
5167
- top: 10%;
5168
- right: -8px;
5169
- }
5170
-
5171
- .premium-badge-flag .corner::before,
5172
- .premium-badge-flag .corner::after {
5173
- content: "";
5174
- display: block;
5175
- position: absolute;
5176
- width: 0;
5177
- height: 0;
5178
- top: 100%;
5179
- right: 0;
5180
- border-bottom: 8px solid transparent;
5181
- }
5182
-
5183
- .elementor-widget-premium-addon-pricing-table .elementor-widget-container {
5184
- overflow: visible !important;
5185
- }
5186
-
5187
- .premium-badge-flag .corner::after {
5188
- border-left: 8px solid rgba(0, 0, 0, 0.2);
5189
- }
5190
-
5191
- .premium-pricing-price-currency {
5192
- position: relative;
5193
- }
5194
-
5195
- .premium-pricing-button-container {
5196
- display: block;
5197
- }
5198
-
5199
- .premium-pricing-list {
5200
- -js-display: flex;
5201
- display: -webkit-box;
5202
- display: -webkit-flex;
5203
- display: -moz-box;
5204
- display: -ms-flexbox;
5205
- display: flex;
5206
- -webkit-box-orient: vertical;
5207
- -webkit-box-direction: normal;
5208
- -webkit-flex-direction: column;
5209
- -moz-box-orient: vertical;
5210
- -moz-box-direction: normal;
5211
- -ms-flex-direction: column;
5212
- flex-direction: column;
5213
- list-style-type: none;
5214
- margin: 0;
5215
- }
5216
-
5217
- .premium-pricing-list .premium-pricing-list-item {
5218
- -js-display: flex;
5219
- display: -webkit-box;
5220
- display: -webkit-flex;
5221
- display: -moz-box;
5222
- display: -ms-flexbox;
5223
- display: flex;
5224
- -webkit-box-align: center;
5225
- -webkit-align-items: center;
5226
- -moz-box-align: center;
5227
- -ms-flex-align: center;
5228
- align-items: center;
5229
- }
5230
-
5231
- .premium-pricing-list .premium-pricing-list-item svg {
5232
- width: 50px;
5233
- height: 50px;
5234
- }
5235
-
5236
- .premium-pricing-list .premium-pricing-list-item img {
5237
- width: 30px;
5238
- height: 30px;
5239
- -o-object-fit: cover;
5240
- object-fit: cover;
5241
- }
5242
-
5243
- .premium-pricing-list .premium-pricing-list-span {
5244
- position: relative;
5245
- }
5246
-
5247
- .premium-pricing-list .list-item-tooltip {
5248
- border-bottom: 1px dotted;
5249
- }
5250
-
5251
- .premium-pricing-list .premium-pricing-list-tooltip {
5252
- position: absolute;
5253
- top: -webkit-calc(100% + 1px);
5254
- top: calc(100% + 1px);
5255
- right: 0;
5256
- visibility: hidden;
5257
- padding: 15px 20px;
5258
- -webkit-border-radius: 5px;
5259
- border-radius: 5px;
5260
- min-width: 200px;
5261
- overflow: hidden;
5262
- text-align: right;
5263
- font-size: 0.8rem;
5264
- color: #fff;
5265
- background-color: #aaa;
5266
- }
5267
-
5268
- .premium-pricing-features-left .premium-pricing-list-span {
5269
- text-align: right;
5270
- }
5271
-
5272
- .premium-pricing-features-center .premium-pricing-list-span {
5273
- text-align: center;
5274
- }
5275
-
5276
- .premium-pricing-features-right .premium-pricing-list-span {
5277
- text-align: left;
5278
- }
5279
-
5280
- .premium-pricing-list-span:hover .premium-pricing-list-tooltip {
5281
- z-index: 99;
5282
- visibility: visible;
5283
- opacity: 1;
5284
- }
5285
-
5286
- .premium-pricing-slashed-price-value {
5287
- display: inline-block;
5288
- font-size: 20px;
5289
- font-weight: 400;
5290
- margin-left: 5px;
5291
- }
5292
-
5293
- .premium-pricing-price-value {
5294
- font-size: 70px;
5295
- }
5296
-
5297
- .premium-pricing-description-container li {
5298
- list-style-position: inside;
5299
- text-indent: -40px;
5300
- }
5301
-
5302
- @-moz-document url-prefix() {
5303
- .premium-pricing-description-container li {
5304
- text-indent: 0px;
5305
- }
5306
- }
5307
-
5308
- .premium-pricing-price-button {
5309
- display: block;
5310
- padding: 6px 12px;
5311
- line-height: 1.42857143;
5312
- text-align: center;
5313
- color: #fff;
5314
- background: #6ec1e4;
5315
- margin-bottom: 0;
5316
- -webkit-transition: all 0.3s ease-in-out;
5317
- transition: all 0.3s ease-in-out;
5318
- }
5319
-
5320
- /**************** Premium Google Maps ******************/
5321
- /*******************************************************/
5322
- .premium-maps-info-container {
5323
- margin-top: 10px;
5324
- margin-bottom: 10px;
5325
- }
5326
-
5327
- .premium-maps-info-title,
5328
- .premium-maps-info-desc {
5329
- margin: 0;
5330
- padding: 0;
5331
- }
5332
-
5333
- .premium-maps-container .gm-style-iw {
5334
- text-align: center;
5335
- }
5336
-
5337
- .premium-maps-container .gm-style img {
5338
- max-width: none !important;
5339
- }
5340
-
5341
- /**************** Premium Button ***********************/
5342
- /*******************************************************/
5343
- .premium-button {
5344
- display: inline-block;
5345
- position: relative;
5346
- overflow: hidden;
5347
- cursor: pointer;
5348
- -webkit-transition: all 0.2s ease-in-out !important;
5349
- transition: all 0.2s ease-in-out !important;
5350
- }
5351
-
5352
- .premium-button-sm {
5353
- padding: 12px 24px;
5354
- font-size: 14px;
5355
- line-height: 1;
5356
- }
5357
-
5358
- .premium-button-md {
5359
- padding: 14px 26px;
5360
- font-size: 16px;
5361
- line-height: 1.2;
5362
- }
5363
-
5364
- .premium-button-lg {
5365
- padding: 16px 28px;
5366
- font-size: 18px;
5367
- line-height: 1.3333;
5368
- }
5369
-
5370
- .premium-button-block {
5371
- font-size: 15px;
5372
- line-height: 1;
5373
- padding: 12px 24px;
5374
- width: 100%;
5375
- text-align: center;
5376
- }
5377
-
5378
- .premium-button-text {
5379
- display: inline-block;
5380
- width: 100%;
5381
- }
5382
-
5383
- .premium-button-style1-bottom,
5384
- .premium-button-style1-top,
5385
- .premium-button-style1-right,
5386
- .premium-button-style1-left,
5387
- .premium-button-style2-shutouthor,
5388
- .premium-button-style2-shutoutver,
5389
- .premium-button-style2-shutinhor,
5390
- .premium-button-style2-shutinver,
5391
- .premium-button-style2-scshutouthor,
5392
- .premium-button-style2-scshutoutver,
5393
- .premium-button-style2-dshutinhor,
5394
- .premium-button-style2-dshutinver,
5395
- .premium-button-style5-radialin,
5396
- .premium-button-style5-radialout,
5397
- .premium-button-style5-rectin,
5398
- .premium-button-style5-rectout {
5399
- display: inline-block;
5400
- vertical-align: middle;
5401
- -webkit-transform: perspective(1px) translateZ(0);
5402
- transform: perspective(1px) translateZ(0);
5403
- -webkit-box-shadow: 0 0 1px transparent;
5404
- box-shadow: 0 0 1px transparent;
5405
- position: relative;
5406
- -webkit-transition-property: color;
5407
- transition-property: color;
5408
- -webkit-transition-duration: 0.15s;
5409
- transition-duration: 0.15s;
5410
- }
5411
-
5412
- .premium-button-style1-bottom:before,
5413
- .premium-button-style1-top:before,
5414
- .premium-button-style1-right:before,
5415
- .premium-button-style1-left:before,
5416
- .premium-button-style2-shutinhor:before,
5417
- .premium-button-style2-shutinver:before,
5418
- .premium-button-style2-shutouthor:before,
5419
- .premium-button-style2-shutoutver:before,
5420
- .premium-button-style2-scshutouthor:before,
5421
- .premium-button-style2-scshutoutver:before,
5422
- .premium-button-style2-dshutinhor:before,
5423
- .premium-button-style2-dshutinver:before,
5424
- .premium-button-style5-radialin:before,
5425
- .premium-button-style5-radialout:before,
5426
- .premium-button-style5-rectin:before,
5427
- .premium-button-style5-rectout:before {
5428
- content: "";
5429
- position: absolute;
5430
- z-index: -1;
5431
- top: 0;
5432
- right: 0;
5433
- left: 0;
5434
- bottom: 0;
5435
- -webkit-transform: scaleY(0);
5436
- -ms-transform: scaleY(0);
5437
- transform: scaleY(0);
5438
- -webkit-transform-origin: 50% 0;
5439
- -ms-transform-origin: 50% 0;
5440
- transform-origin: 50% 0;
5441
- -webkit-transition-property: transform;
5442
- -webkit-transition-property: -webkit-transform;
5443
- transition-property: -webkit-transform;
5444
- transition-property: transform;
5445
- transition-property: transform, -webkit-transform;
5446
- -webkit-transition-duration: 0.15s;
5447
- transition-duration: 0.15s;
5448
- -webkit-transition-timing-function: ease-out;
5449
- transition-timing-function: ease-out;
5450
- }
5451
-
5452
- .premium-button-style5-radialin:before,
5453
- .premium-button-style5-radialout:before {
5454
- -webkit-transform-origin: 50%;
5455
- -ms-transform-origin: 50%;
5456
- transform-origin: 50%;
5457
- -webkit-border-radius: 100%;
5458
- border-radius: 100%;
5459
- -webkit-transform: scale(0);
5460
- -ms-transform: scale(0);
5461
- transform: scale(0);
5462
- }
5463
-
5464
- .premium-button-style5-radialin:before {
5465
- -webkit-transform: scale(2);
5466
- -ms-transform: scale(2);
5467
- transform: scale(2);
5468
- }
5469
-
5470
- .premium-button-style5-rectin:before,
5471
- .premium-button-style5-rectout:before {
5472
- -webkit-transform-origin: 50%;
5473
- -ms-transform-origin: 50%;
5474
- transform-origin: 50%;
5475
- -webkit-transform: scale(1);
5476
- -ms-transform: scale(1);
5477
- transform: scale(1);
5478
- }
5479
-
5480
- .premium-button-style5-rectout:before {
5481
- -webkit-transform: scale(0);
5482
- -ms-transform: scale(0);
5483
- transform: scale(0);
5484
- }
5485
-
5486
- .premium-button-style5-rectout:hover:before {
5487
- -webkit-transform: scale(1);
5488
- -ms-transform: scale(1);
5489
- transform: scale(1);
5490
- }
5491
-
5492
- .premium-button-style5-rectin:hover:before {
5493
- -webkit-transform: scale(0);
5494
- -ms-transform: scale(0);
5495
- transform: scale(0);
5496
- }
5497
-
5498
- .premium-button-style5-radialout:hover:before {
5499
- -webkit-transform: scale(2);
5500
- -ms-transform: scale(2);
5501
- transform: scale(2);
5502
- }
5503
-
5504
- .premium-button-style5-radialin:hover:before {
5505
- -webkit-transform: scale(0);
5506
- -ms-transform: scale(0);
5507
- transform: scale(0);
5508
- }
5509
-
5510
- .premium-button-style1-top:before {
5511
- -webkit-transform-origin: 50% 100%;
5512
- -ms-transform-origin: 50% 100%;
5513
- transform-origin: 50% 100%;
5514
- }
5515
-
5516
- .premium-button-style1-right:before {
5517
- -webkit-transform: scaleX(0);
5518
- -ms-transform: scaleX(0);
5519
- transform: scaleX(0);
5520
- -webkit-transform-origin: 100% 50%;
5521
- -ms-transform-origin: 100% 50%;
5522
- transform-origin: 100% 50%;
5523
- }
5524
-
5525
- .premium-button-style1-left:before {
5526
- -webkit-transform: scaleX(0);
5527
- -ms-transform: scaleX(0);
5528
- transform: scaleX(0);
5529
- -webkit-transform-origin: 0% 50%;
5530
- -ms-transform-origin: 0% 50%;
5531
- transform-origin: 0% 50%;
5532
- }
5533
-
5534
- .premium-button-style2-shutouthor:before,
5535
- .premium-button-style2-scshutoutver:before {
5536
- -webkit-transform: scaleY(0);
5537
- -ms-transform: scaleY(0);
5538
- transform: scaleY(0);
5539
- -webkit-transform-origin: 0% 50%;
5540
- -ms-transform-origin: 0% 50%;
5541
- transform-origin: 0% 50%;
5542
- }
5543
-
5544
- .premium-button-style2-shutoutver:before,
5545
- .premium-button-style2-scshutouthor:before {
5546
- -webkit-transform: scaleX(0);
5547
- -ms-transform: scaleX(0);
5548
- transform: scaleX(0);
5549
- -webkit-transform-origin: 50% 50%;
5550
- -ms-transform-origin: 50% 50%;
5551
- transform-origin: 50% 50%;
5552
- }
5553
-
5554
- .premium-button-style2-shutinhor:before {
5555
- -webkit-transform: scaleX(1);
5556
- -ms-transform: scaleX(1);
5557
- transform: scaleX(1);
5558
- -webkit-transform-origin: 50%;
5559
- -ms-transform-origin: 50%;
5560
- transform-origin: 50%;
5561
- }
5562
-
5563
- .premium-button-style2-shutinver:before {
5564
- -webkit-transform: scaleY(1);
5565
- -ms-transform: scaleY(1);
5566
- transform: scaleY(1);
5567
- -webkit-transform-origin: 50%;
5568
- -ms-transform-origin: 50%;
5569
- transform-origin: 50%;
5570
- }
5571
-
5572
- .premium-button-style1-bottom:hover:before,
5573
- .premium-button-style1-top:hover:before {
5574
- -webkit-transform: scaleY(1);
5575
- -ms-transform: scaleY(1);
5576
- transform: scaleY(1);
5577
- }
5578
-
5579
- .premium-button-style1-left:hover:before,
5580
- .premium-button-style1-right:hover:before,
5581
- .premium-button-style2-shutouthor:hover:before,
5582
- .premium-button-style2-shutoutver:hover:before {
5583
- -webkit-transform: scaleX(1);
5584
- -ms-transform: scaleX(1);
5585
- transform: scaleX(1);
5586
- }
5587
-
5588
- .premium-button-style2-shutinhor:hover:before {
5589
- -webkit-transform: scaleX(0);
5590
- -ms-transform: scaleX(0);
5591
- transform: scaleX(0);
5592
- }
5593
-
5594
- .premium-button-style2-shutinver:hover:before {
5595
- -webkit-transform: scaleY(0);
5596
- -ms-transform: scaleY(0);
5597
- transform: scaleY(0);
5598
- }
5599
-
5600
- .premium-button-style2-scshutouthor:hover:before {
5601
- -webkit-transform: scaleX(0.9);
5602
- -ms-transform: scaleX(0.9);
5603
- transform: scaleX(0.9);
5604
- }
5605
-
5606
- .premium-button-style2-scshutoutver:hover:before {
5607
- -webkit-transform: scaleY(0.8);
5608
- -ms-transform: scaleY(0.8);
5609
- transform: scaleY(0.8);
5610
- }
5611
-
5612
- /*Diagonal*/
5613
- .premium-button-style2-dshutinhor:before,
5614
- .premium-button-style2-dshutinver:before {
5615
- top: 50%;
5616
- right: 50%;
5617
- width: 120%;
5618
- height: 0%;
5619
- -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
5620
- -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
5621
- transform: translateX(50%) translateY(-50%) rotate(45deg);
5622
- -webkit-transform-origin: 50%;
5623
- -ms-transform-origin: 50%;
5624
- transform-origin: 50%;
5625
- -webkit-transition-property: all;
5626
- transition-property: all;
5627
- }
5628
-
5629
- .premium-button-style2-dshutinver:before {
5630
- -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
5631
- -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
5632
- transform: translateX(50%) translateY(-50%) rotate(-45deg);
5633
- }
5634
-
5635
- .premium-button-style2-dshutinhor:hover:before,
5636
- .premium-button-style2-dshutinver:hover:before {
5637
- height: 220%;
5638
- }
5639
-
5640
- .premium-button-style3-before i,
5641
- .premium-button-style3-after i {
5642
- opacity: 0;
5643
- -webkit-transform: translateX(5px);
5644
- -ms-transform: translateX(5px);
5645
- transform: translateX(5px);
5646
- -webkit-transition: all 0.5s ease-in-out;
5647
- transition: all 0.5s ease-in-out;
5648
- }
5649
-
5650
- .premium-button-style3-after i {
5651
- -webkit-transform: translateX(-5px);
5652
- -ms-transform: translateX(-5px);
5653
- transform: translateX(-5px);
5654
- }
5655
-
5656
- .premium-button-style3-after:hover i {
5657
- opacity: 1;
5658
- }
5659
-
5660
- .premium-button-style3-before:hover i {
5661
- opacity: 1;
5662
- }
5663
-
5664
- .premium-button-text-icon-wrapper {
5665
- display: -webkit-box;
5666
- display: -webkit-flex;
5667
- display: -ms-flexbox;
5668
- -js-display: flex;
5669
- display: -moz-box;
5670
- display: flex;
5671
- -webkit-box-pack: center;
5672
- -webkit-justify-content: center;
5673
- -moz-box-pack: center;
5674
- -ms-flex-pack: center;
5675
- justify-content: center;
5676
- -webkit-box-align: center;
5677
- -webkit-align-items: center;
5678
- -moz-box-align: center;
5679
- -ms-flex-align: center;
5680
- align-items: center;
5681
- }
5682
-
5683
- .premium-button-text-icon-wrapper span,
5684
- .premium-button-text-icon-wrapper,
5685
- .premium-button-text-icon-wrapper i {
5686
- -webkit-transition: all 0.2s ease-in-out;
5687
- transition: all 0.2s ease-in-out;
5688
- }
5689
-
5690
- .premium-button-style4-icon-wrapper {
5691
- position: absolute;
5692
- z-index: 2;
5693
- width: 100%;
5694
- text-align: center;
5695
- -js-display: flex;
5696
- display: -webkit-box;
5697
- display: -webkit-flex;
5698
- display: -moz-box;
5699
- display: -ms-flexbox;
5700
- display: flex;
5701
- -webkit-box-align: center;
5702
- -webkit-align-items: center;
5703
- -moz-box-align: center;
5704
- -ms-flex-align: center;
5705
- align-items: center;
5706
- -webkit-box-pack: center;
5707
- -webkit-justify-content: center;
5708
- -moz-box-pack: center;
5709
- -ms-flex-pack: center;
5710
- justify-content: center;
5711
- height: 100%;
5712
- opacity: 0;
5713
- -webkit-transition: all 0.3s ease-in-out;
5714
- transition: all 0.3s ease-in-out;
5715
- }
5716
-
5717
- .premium-button-style4-icon-wrapper.top {
5718
- bottom: -100%;
5719
- right: 0;
5720
- }
5721
-
5722
- .premium-button-style4-icon-wrapper.bottom {
5723
- top: -100%;
5724
- right: 0;
5725
- }
5726
-
5727
- .premium-button-style4-icon-wrapper.left {
5728
- top: 0;
5729
- right: -100%;
5730
- }
5731
-
5732
- .premium-button-style4-icon-wrapper.right {
5733
- top: 0;
5734
- left: -100%;
5735
- }
5736
-
5737
- .premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper {
5738
- top: 0;
5739
- opacity: 1;
5740
- }
5741
-
5742
- .premium-button-style4-top:hover .premium-button-style4-icon-wrapper {
5743
- bottom: 0;
5744
- opacity: 1;
5745
- }
5746
-
5747
- .premium-button-style4-left:hover .premium-button-style4-icon-wrapper {
5748
- right: 0;
5749
- opacity: 1;
5750
- }
5751
-
5752
- .premium-button-style4-right:hover .premium-button-style4-icon-wrapper {
5753
- left: 0;
5754
- opacity: 1;
5755
- }
5756
-
5757
- .premium-button-style4-bottom:hover .premium-button-text-icon-wrapper {
5758
- -webkit-transform: translateY(100%);
5759
- -ms-transform: translateY(100%);
5760
- transform: translateY(100%);
5761
- opacity: 0;
5762
- }
5763
-
5764
- .premium-button-style4-top:hover .premium-button-text-icon-wrapper {
5765
- -webkit-transform: translateY(-100%);
5766
- -ms-transform: translateY(-100%);
5767
- transform: translateY(-100%);
5768
- opacity: 0;
5769
- }
5770
-
5771
- .premium-button-style4-left:hover .premium-button-text-icon-wrapper {
5772
- -webkit-transform: translateX(-100%);
5773
- -ms-transform: translateX(-100%);
5774
- transform: translateX(-100%);
5775
- opacity: 0;
5776
- }
5777
-
5778
- .premium-button-style4-right:hover .premium-button-text-icon-wrapper {
5779
- -webkit-transform: translateX(100%);
5780
- -ms-transform: translateX(100%);
5781
- transform: translateX(100%);
5782
- opacity: 0;
5783
- }
5784
-
5785
- .premium-button-style6:before {
5786
- content: "";
5787
- position: absolute;
5788
- left: 50%;
5789
- top: 50%;
5790
- width: 100px;
5791
- height: 100px;
5792
- -webkit-border-radius: 100%;
5793
- border-radius: 100%;
5794
- -webkit-transform: translate(-50%, -50%) scale(0);
5795
- -ms-transform: translate(-50%, -50%) scale(0);
5796
- transform: translate(-50%, -50%) scale(0);
5797
- -webkit-transition: all 0.3s ease-in-out;
5798
- transition: all 0.3s ease-in-out;
5799
- }
5800
-
5801
- .premium-button-style6:hover:before {
5802
- -webkit-transform: translate(-50%, -50%) scale(3);
5803
- -ms-transform: translate(-50%, -50%) scale(3);
5804
- transform: translate(-50%, -50%) scale(3);
5805
- }
5806
-
5807
- .premium-button-style6 .premium-button-text-icon-wrapper {
5808
- position: relative;
5809
- z-index: 1;
5810
- }
5811
-
5812
- .premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
5813
- position: absolute;
5814
- z-index: 0;
5815
- top: 0;
5816
- left: 0;
5817
- width: 0px;
5818
- height: 0px;
5819
- -webkit-border-radius: 50%;
5820
- border-radius: 50%;
5821
- display: block;
5822
- -webkit-transform: translate(-50%, -50%);
5823
- -ms-transform: translate(-50%, -50%);
5824
- transform: translate(-50%, -50%);
5825
- -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
5826
- transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
5827
- }
5828
-
5829
- .premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
5830
- width: 225%;
5831
- height: 560px;
5832
- }
5833
-
5834
- .premium-mouse-detect-yes .premium-button-style6:before {
5835
- width: 0;
5836
- height: 0;
5837
- }
5838
-
5839
- /**************** Premium Contact Form7 **********/
5840
- /*************************************************/
5841
- .premium-contact-form-anim-yes .wpcf7-span::after {
5842
- display: block;
5843
- height: 2px;
5844
- content: "";
5845
- top: -2px;
5846
- position: relative;
5847
- width: 0px;
5848
- -webkit-transition: all ease-in-out 0.3s;
5849
- transition: all ease-in-out 0.3s;
5850
- }
5851
-
5852
- .premium-contact-form-anim-yes .wpcf7-span.is-focused::after {
5853
- width: 100%;
5854
- }
5855
-
5856
- /**************** Premium Image Button ***********/
5857
- /*************************************************/
5858
- .premium-image-button {
5859
- display: inline-block;
5860
- position: relative;
5861
- overflow: hidden;
5862
- background: #6ec1e4;
5863
- cursor: pointer;
5864
- -webkit-transition: all 0.2s ease-in-out !important;
5865
- transition: all 0.2s ease-in-out !important;
5866
- }
5867
-
5868
- /*Default background for slide styles*/
5869
- .premium-image-button:hover,
5870
- .premium-image-button-style4-icon-wrapper,
5871
- .premium-image-button-style1-top:before,
5872
- .premium-image-button-style1-bottom:before,
5873
- .premium-image-button-style1-left:before,
5874
- .premium-image-button-style1-right:before {
5875
- background-color: #54595f;
5876
- }
5877
-
5878
- .premium-image-button.premium-image-button-sm {
5879
- padding: 12px 24px;
5880
- font-size: 14px;
5881
- line-height: 1;
5882
- }
5883
-
5884
- .premium-image-button.premium-image-button-md {
5885
- padding: 14px 26px;
5886
- font-size: 16px;
5887
- line-height: 1.2;
5888
- }
5889
-
5890
- .premium-image-button.premium-image-button-lg {
5891
- padding: 16px 28px;
5892
- font-size: 18px;
5893
- line-height: 1.3333;
5894
- }
5895
-
5896
- .premium-image-button.premium-image-button-block {
5897
- font-size: 15px;
5898
- line-height: 1;
5899
- padding: 12px 24px;
5900
- width: 100%;
5901
- text-align: center;
5902
- }
5903
-
5904
- .premium-image-button-text-icon-wrapper {
5905
- display: -webkit-box;
5906
- display: -webkit-flex;
5907
- display: -ms-flexbox;
5908
- -js-display: flex;
5909
- display: -moz-box;
5910
- display: flex;
5911
- -webkit-box-pack: center;
5912
- -webkit-justify-content: center;
5913
- -moz-box-pack: center;
5914
- -ms-flex-pack: center;
5915
- justify-content: center;
5916
- -webkit-box-align: center;
5917
- -webkit-align-items: center;
5918
- -moz-box-align: center;
5919
- -ms-flex-align: center;
5920
- align-items: center;
5921
- position: relative;
5922
- z-index: 3;
5923
- }
5924
-
5925
- .premium-image-button-text-icon-wrapper span,
5926
- .premium-image-button-text-icon-wrapper,
5927
- .premium-image-button-text-icon-wrapper i {
5928
- -webkit-transition: all 0.2s ease-in-out;
5929
- transition: all 0.2s ease-in-out;
5930
- }
5931
-
5932
- .premium-image-button-style1-bottom:before,
5933
- .premium-image-button-style1-top:before,
5934
- .premium-image-button-style1-left:before,
5935
- .premium-image-button-style1-right:before {
5936
- -webkit-transition: all 0.2s ease-in-out;
5937
- transition: all 0.2s ease-in-out;
5938
- }
5939
-
5940
- .premium-image-button-style1-bottom:before {
5941
- content: "";
5942
- position: absolute;
5943
- width: 100%;
5944
- height: 0;
5945
- top: 0;
5946
- right: 0;
5947
- }
5948
-
5949
- .premium-image-button-style1-top:before {
5950
- content: "";
5951
- position: absolute;
5952
- width: 100%;
5953
- height: 0;
5954
- bottom: 0;
5955
- right: 0;
5956
- }
5957
-
5958
- .premium-image-button-style1-right:before {
5959
- content: "";
5960
- position: absolute;
5961
- width: 0;
5962
- height: 100%;
5963
- bottom: 0;
5964
- right: 0;
5965
- }
5966
-
5967
- .premium-image-button-style1-left:before {
5968
- content: "";
5969
- position: absolute;
5970
- width: 0;
5971
- height: 100%;
5972
- top: 0;
5973
- left: 0;
5974
- }
5975
-
5976
- .premium-image-button-style1-bottom:hover:before {
5977
- height: 100%;
5978
- }
5979
-
5980
- .premium-image-button-style1-top:hover:before {
5981
- height: 100%;
5982
- }
5983
-
5984
- .premium-image-button-style1-right:hover:before {
5985
- width: 100%;
5986
- }
5987
-
5988
- .premium-image-button-style1-left:hover:before {
5989
- width: 100%;
5990
- }
5991
-
5992
- .premium-image-button-diagonal-effect-top,
5993
- .premium-image-button-diagonal-effect-bottom,
5994
- .premium-image-button-diagonal-effect-left,
5995
- .premium-image-button-diagonal-effect-right {
5996
- z-index: 10;
5997
- }
5998
-
5999
- .premium-image-button-diagonal-effect-top:before,
6000
- .premium-image-button-diagonal-effect-bottom:before,
6001
- .premium-image-button-diagonal-effect-left:before,
6002
- .premium-image-button-diagonal-effect-right:before {
6003
- position: absolute;
6004
- top: 0px;
6005
- right: 0px;
6006
- width: 100%;
6007
- height: 100%;
6008
- content: "";
6009
- z-index: 1;
6010
- background: rgba(255, 255, 255, 0.2);
6011
- -webkit-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
6012
- -ms-transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
6013
- transform: scale3d(14, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
6014
- -webkit-transition: all 0.8s ease-out;
6015
- transition: all 0.8s ease-out;
6016
- }
6017
-
6018
- .premium-image-button-diagonal-effect-right:hover:before,
6019
- .premium-image-button-dia