Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce - Version 2.4.10

Version Description

Aug 29, 2022 = * Fix: WP Carousel does not works properly inside tab content of WP Tabs Pro. * Removed: Unused codes and assets from the plugin.

Download this release

Release Info

Developer rubel_miah
Plugin Icon 128x128 Carousel, Slider, Gallery by WP Carousel – Image Carousel & Photo Gallery, Post Carousel & Post Grid, Product Carousel & Product Grid for WooCommerce
Version 2.4.10
Comparing to
See all releases

Code changes from version 2.4.9 to 2.4.10

Files changed (46) hide show
  1. admin/class-wp-carousel-free-admin.php +2 -2
  2. admin/css/modal-video.min.css +0 -1
  3. admin/css/premium-page.css +0 -664
  4. admin/css/premium-page.min.css +0 -1
  5. admin/css/wp-carousel-free-admin.css +18 -154
  6. admin/css/wp-carousel-free-admin.min.css +1 -1
  7. admin/img/images/premium/Advanced-settings.svg +0 -1
  8. admin/img/images/premium/Customize.svg +0 -1
  9. admin/img/images/premium/Modern-Effects.svg +0 -1
  10. admin/img/images/premium/Multiple-Image-Carousels.svg +0 -1
  11. admin/img/images/premium/Re-sizing.svg +0 -1
  12. admin/img/images/premium/Translation-RTL-Ready.svg +0 -1
  13. admin/img/images/premium/advanced-carousel-generator.svg +0 -1
  14. admin/img/images/premium/carosuel-mode.svg +0 -1
  15. admin/img/images/premium/carousel-controls.svg +0 -1
  16. admin/img/images/premium/content-carousel.svg +0 -1
  17. admin/img/images/premium/drag-and-drop.svg +0 -1
  18. admin/img/images/premium/happy.svg +0 -1
  19. admin/img/images/premium/lightbox.svg +0 -1
  20. admin/img/images/premium/links.svg +0 -1
  21. admin/img/images/premium/page-bilder.svg +0 -1
  22. admin/img/images/premium/post-carousel.svg +0 -1
  23. admin/img/images/premium/slide-anything.svg +0 -1
  24. admin/img/images/premium/support.svg +0 -1
  25. admin/img/images/premium/typo.svg +0 -1
  26. admin/img/images/premium/video-carousel.svg +0 -1
  27. admin/img/images/premium/woo-carousel.svg +0 -1
  28. admin/img/images/premium/wpcp-vector-1.svg +0 -1
  29. admin/img/images/premium/wpcp-vector-2.svg +0 -1
  30. admin/img/images/premium/wpcp-vector.svg +0 -1
  31. admin/img/preloader.gif +0 -0
  32. admin/img/premium-logo.png +0 -0
  33. admin/img/rocket.svg +7 -0
  34. admin/js/jquery-modal-video.min.js +0 -396
  35. admin/views/help.php +1 -1
  36. admin/views/metabox-config.php +3 -3
  37. admin/views/premium.php +5 -448
  38. admin/views/sp-framework/assets/js/preview.js +3 -0
  39. admin/views/sp-framework/assets/js/preview.min.js +1 -1
  40. languages/wp-carousel-free.pot +1 -1
  41. public/css/wp-carousel-free-public.css +2 -0
  42. public/css/wp-carousel-free-public.min.css +1 -1
  43. public/js/wp-carousel-free-public.js +3 -0
  44. public/js/wp-carousel-free-public.min.js +1 -1
  45. readme.txt +13 -9
  46. wp-carousel-free.php +4 -4
admin/class-wp-carousel-free-admin.php CHANGED
@@ -142,11 +142,11 @@ class WP_Carousel_Free_Admin {
142
  public function add_plugin_action_links( $links, $plugin_file ) {
143
 
144
  if ( WPCAROUSELF_BASENAME === $plugin_file ) {
145
- $ui_links = sprintf( '<a href="%s">%s</a>', admin_url( 'post-new.php?post_type=sp_wp_carousel' ), __( 'Create Carousel', 'wp-carousel-free' ) );
146
 
147
  array_unshift( $links, $ui_links );
148
 
149
- $links['go_pro'] = sprintf( '<a target="_blank" href="%1$s" style="color: #35b747; font-weight: 700;">Go Premium!</a>', 'https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1' );
150
  }
151
 
152
  return $links;
142
  public function add_plugin_action_links( $links, $plugin_file ) {
143
 
144
  if ( WPCAROUSELF_BASENAME === $plugin_file ) {
145
+ $ui_links = sprintf( '<a href="%s">%s</a>', admin_url( 'post-new.php?post_type=sp_wp_carousel' ), __( 'Add New', 'wp-carousel-free' ) );
146
 
147
  array_unshift( $links, $ui_links );
148
 
149
+ $links['go_pro'] = sprintf( '<a target="_blank" href="%1$s" style="color: #35b747; font-weight: 700;">Go Pro!</a>', 'https://shapedplugin.com/wp-carousel/?ref=1' );
150
  }
151
 
152
  return $links;
admin/css/modal-video.min.css DELETED
@@ -1 +0,0 @@
1
- @keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:auto;right:0;width: calc(100% - 160px);height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:1800px;width:100%;height:100%;margin:0 auto; box-sizing: border-box; display: table; padding: 5% 10%;}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent;cursor: pointer}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}.modal-video *:focus{outline:0;}@media screen and (max-width: 996px){.modal-video{width: calc(100% - 36px);}}@media screen and (max-width: 782px){.modal-video {width:100%;}}
 
admin/css/premium-page.css DELETED
@@ -1,664 +0,0 @@
1
- /* Premium page */
2
- .sp_wp_carousel_page_wpcf_upgrade #wpbody-content {
3
- padding-bottom: 0;
4
- background-color: #fff;
5
- }
6
-
7
- .sp_wp_carousel_page_wpcf_upgrade #wpcontent {
8
- padding-left: 0;
9
- }
10
-
11
- /*----------------------------------------*/
12
- /* Grid Layout
13
- /*----------------------------------------*/
14
- .sp-wp-carousel-premium-page .sp-wpc__container {
15
- width: 90%;
16
- padding-right: 15px;
17
- padding-left: 15px;
18
- margin-right: auto;
19
- margin-left: auto;
20
- }
21
-
22
- @media (min-width: 576px) {
23
- .sp-wp-carousel-premium-page .sp-wpc__container {
24
- max-width: 540px;
25
- }
26
- }
27
-
28
- @media (min-width: 768px) {
29
- .sp-wp-carousel-premium-page .sp-wpc__container {
30
- max-width: 720px;
31
- }
32
- }
33
-
34
- @media (min-width: 991px) {
35
- .sp-wp-carousel-premium-page .sp-wpc__container {
36
- max-width: 960px;
37
- }
38
- }
39
-
40
- @media (min-width: 1200px) {
41
- .sp-wp-carousel-premium-page .sp-wpc__container {
42
- max-width: 1170px;
43
- }
44
- }
45
-
46
- .sp-wp-carousel-premium-page .row {
47
- display: block;
48
- flex-wrap: wrap;
49
- margin-right: -15px;
50
- margin-left: -15px;
51
- justify-content: center;
52
- }
53
-
54
- @media (min-width: 1200px) {
55
- .sp-wp-carousel-premium-page .row {
56
- display: flex;
57
- }
58
- }
59
-
60
- @media (min-width: 768px) {
61
- .sp-wp-carousel-premium-page .sp-wpc__col-md-12 {
62
- flex: 0 0 100%;
63
- max-width: 100%;
64
- }
65
- }
66
-
67
- @media (min-width: 1200px) {
68
- .sp-wp-carousel-premium-page .sp-wpc__col-xl-6 {
69
- flex: 0 0 50%;
70
- max-width: 50%;
71
- }
72
- }
73
-
74
- /* font family */
75
- /* base */
76
- h2,
77
- h3 {
78
- margin: inherit;
79
- line-height: initial;
80
- }
81
-
82
- /* utility css */
83
- /* margin top css */
84
- .sp-wp-carousel-premium-page .sp-wpc__mt-10 {
85
- margin-top: 10px;
86
- }
87
-
88
- .sp-wp-carousel-premium-page .sp-wpc__mt-15 {
89
- margin-top: 15px;
90
- }
91
-
92
- .sp-wp-carousel-premium-page .sp-wpc__mt-20 {
93
- margin-top: 20px;
94
- }
95
-
96
- .sp-wp-carousel-premium-page .sp-wpc__mt-25 {
97
- margin-top: 20px;
98
- }
99
-
100
- .sp-wp-carousel-premium-page .sp-wpc__mt-40 {
101
- margin-top: 15px;
102
- }
103
-
104
- .sp-wp-carousel-premium-page .sp-wpc__buy .sp-wpc__mt-40 {
105
- margin-top: 20px;
106
- }
107
-
108
- /* margin left css */
109
- .sp-wp-carousel-premium-page .ml-16 {
110
- margin-left: 16px;
111
- }
112
-
113
- .sp-wp-carousel-premium-page .ml-30 {
114
- margin-left: 0px;
115
- }
116
-
117
- @media screen and (min-width: 768px) {
118
- .sp-wp-carousel-premium-page .ml-30 {
119
- margin-left: 30px;
120
- }
121
- }
122
-
123
- .sp-wp-carousel-premium-page .mr-30 {
124
- margin-right: 0px;
125
- }
126
-
127
- @media screen and (min-width: 768px) {
128
- .sp-wp-carousel-premium-page .mr-30 {
129
- margin-right: 30px;
130
- }
131
- }
132
-
133
- /* font size */
134
- .sp-wp-carousel-premium-page .sp-wpc__font-12 {
135
- font-size: 12px;
136
- }
137
-
138
- .sp-wp-carousel-premium-page .sp-wpc__font-14 {
139
- font-size: 14px;
140
- }
141
-
142
- .sp-wp-carousel-premium-page .sp-wpc__font-15 {
143
- font-size: 15px;
144
- }
145
-
146
- .sp-wp-carousel-premium-page .sp-wpc__font-16 {
147
- font-size: 16px;
148
- }
149
-
150
- .sp-wp-carousel-premium-page .sp-wpc__font-18 {
151
- font-size: 18px;
152
- }
153
-
154
- .sp-wp-carousel-premium-page .sp-wpc__font-24 {
155
- font-size: 24px;
156
- }
157
-
158
- .sp-wp-carousel-premium-page .sp-wpc__font-28 {
159
- font-size: 28px;
160
- }
161
-
162
- .sp-wp-carousel-premium-page .sp-wpc__font-30 {
163
- font-size: 30px;
164
- }
165
-
166
- /* line-height */
167
- .sp-wp-carousel-premium-page .sp-wpc__font-weight-400 {
168
- font-weight: 400;
169
- }
170
-
171
- .sp-wp-carousel-premium-page .sp-wpc__font-weight-500 {
172
- color: #124E53;
173
- font-weight: 600;
174
- }
175
-
176
- .sp-wp-carousel-premium-page .sp-wpc__font-weight-700 {
177
- font-weight: 700;
178
- }
179
-
180
- /* text-align */
181
- .sp-wp-carousel-premium-page .text-center {
182
- text-align: center;
183
- }
184
-
185
- /* color */
186
- .sp-wp-carousel-premium-page .text-color {
187
- color: #444444;
188
- }
189
-
190
- .sp-wp-carousel-premium-page .text-color-2 {
191
- color: #165055;
192
- }
193
-
194
- /* line-height */
195
- .sp-wp-carousel-premium-page .sp-wpc__line-height-20 {
196
- line-height: 20px;
197
- }
198
-
199
- .sp-wp-carousel-premium-page .sp-wpc__line-height-22 {
200
- line-height: 22px;
201
- color:#124E53;
202
- }
203
-
204
- .sp-wp-carousel-premium-page .sp-wpc__line-height-24 {
205
- line-height: 24px;
206
- }
207
-
208
- /* css blog component */
209
- .sp-wp-carousel-premium-page .sp-wpc__btn {
210
- text-decoration: none;
211
- font-size: 14px;
212
- display: inline-block;
213
- padding: 13px 20px;
214
- border-radius: 3px;
215
- text-transform: uppercase;
216
- }
217
-
218
- .sp-wp-carousel-premium-page .sp-wpc__btn-sky {
219
- background-color: #1BA2AC;
220
- color: #fff;
221
- font-weight: 500;
222
- text-transform: uppercase;
223
- padding: 15px 20px;
224
- }
225
-
226
- .sp-wp-carousel-premium-page .sp-wpc__btn-sky:hover {
227
- background-color: #198E94;
228
- }
229
-
230
- .sp-wp-carousel-premium-page .sp-wpc__btn-border {
231
- color: #124E53;
232
- background-color: rgb(223, 247, 247);
233
- font-weight: 500;
234
- border: 2px solid #124E53;
235
- }
236
-
237
- .sp-wp-carousel-premium-page .sp-wpc__btn-border:hover {
238
- background-color: #1BA2AC;
239
- border: 2px solid #1BA2AC;
240
- color: #fff;
241
- }
242
-
243
- .sp-wp-carousel-premium-page .sp-wpc__btn-border::after {
244
- content: "\f105 ";
245
- font-family: FontAwesome;
246
- margin-left: 5px;
247
- font-size: 16px;
248
- }
249
-
250
- .sp-wp-carousel-premium-page .sp-wpc__btn-buy {
251
- font-size: 16px;
252
- background-color: #1BA2AC;
253
- color: #fff;
254
- font-weight: 600;
255
- padding: 18px 35px;
256
- text-transform: inherit;
257
- }
258
-
259
- .sp-wp-carousel-premium-page .sp-wpc__btn-buy:hover {
260
- background-color: #198E94;
261
- color: #fff;
262
- }
263
-
264
- /* sp-wpc__banner Section css */
265
- .sp-wp-carousel-premium-page .sp-wpc__banner {
266
- background-color: rgb(223, 247, 247);
267
- overflow: hidden;
268
- padding-bottom: 150px;
269
- }
270
-
271
- @media screen and (min-width: 1200px) {
272
- .sp-wp-carousel-premium-page .sp-wpc__banner {
273
- height: 600px;
274
- padding-bottom: 0;
275
- }
276
- }
277
-
278
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content p {
279
- font-size: 15px;
280
- }
281
-
282
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content {
283
- padding-top: 120px;
284
- padding-right: 15px;
285
- padding-left: 15px;
286
- }
287
-
288
- @media screen and (min-width: 576px) {
289
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content {
290
- padding-right: 0px;
291
- padding-left: 0px;
292
- }
293
- }
294
-
295
- .sp-wp-carousel-premium-page .sp-wpc__banner-button {
296
- display: flex;
297
- flex-direction: column;
298
- align-items: center;
299
- }
300
-
301
- @media screen and (min-width: 576px) {
302
- .sp-wp-carousel-premium-page .sp-wpc__banner-button {
303
- display: inline-block;
304
- }
305
- }
306
-
307
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img {
308
- padding-top: 50px;
309
- width: 80%;
310
- margin: 0 auto;
311
- position: relative;
312
- }
313
-
314
- @media screen and (min-width: 992px) {
315
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img {
316
- padding-top: 100px;
317
- }
318
- }
319
-
320
- .sp-wp-carousel-premium-page .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content p {
321
- font-family: "Roboto", sans-serif;
322
- }
323
-
324
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content h4 strong {
325
- font-style: italic;
326
- }
327
-
328
- /* count section css */
329
- .sp-wp-carousel-premium-page .sp-wpc__count-area {
330
- width: 100%;
331
- margin: 0 auto;
332
- background-color: #fff;
333
- padding: 40px 80px;
334
- margin-top: -50px;
335
- border-radius: 5px;
336
- display: flex;
337
- box-sizing: border-box;
338
- justify-content: space-between;
339
- box-shadow: 0 1px 10px 0 #eaeaea;
340
- }
341
-
342
- @media screen and (max-width: 576px) {
343
- .sp-wp-carousel-premium-page .sp-wpc__count-area {
344
- display: block;
345
- }
346
-
347
- .sp-wp-carousel-premium-page .sp-wpc__count-area .count-item {
348
- padding-bottom: 30px;
349
- }
350
- }
351
-
352
- @media screen and (min-width: 576px) {
353
- .sp-wp-carousel-premium-page .sp-wpc__count-area {
354
- width: 70%;
355
- }
356
- }
357
-
358
- /* .sp-wp-carousel-premium-page .sp-wpc__count-area .count-item {
359
- text-align: center;
360
- } */
361
-
362
- .sp-wp-carousel-premium-page .sp-wpc__count-area .count-item span {
363
- color: #67757a;
364
- margin-top: 10px;
365
- display: inline-block;
366
- text-transform: uppercase;
367
- font-size: 12px;
368
- }
369
-
370
- /* Video Section CSS */
371
- .sp-wp-carousel-premium-page .sp-wpc__video {
372
- margin-top: 94px;
373
- }
374
-
375
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area {
376
- position: relative;
377
- width: 100%;
378
- margin: 0 auto;
379
- margin-top: 60px;
380
- }
381
-
382
- @media screen and (min-width: 576px) {
383
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area {
384
- width: 80%;
385
- }
386
- }
387
-
388
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area::after {
389
- position: absolute;
390
- content: "";
391
- width: 100%;
392
- background-color: #8ED6DC;
393
- top: 0;
394
- left: 0;
395
- bottom: 5px;
396
- opacity: 50%;
397
- border-radius: 10px;
398
- z-index: 1;
399
- }
400
-
401
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area img {
402
- border-radius: 10px;
403
- }
404
-
405
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button {
406
- position: absolute;
407
- z-index: 2;
408
- top: 50%;
409
- left: 50%;
410
- transform: translate(-50%, -50%);
411
- }
412
-
413
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a {
414
- width: 100px;
415
- height: 100px;
416
- font-size: 34px;
417
- background-color: #fff;
418
- border-radius: 50%;
419
- display: flex;
420
- justify-content: center;
421
- align-items: center;
422
- color: #39505b;
423
- transition: 0.3s;
424
- text-decoration: none;
425
- }
426
-
427
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a span {
428
- transform: translateX(4px);
429
- }
430
-
431
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a:focus {
432
- box-shadow: none;
433
- border: none;
434
- }
435
-
436
- .sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a:hover {
437
- background-color: #1DADB9;
438
- color: #fff;
439
- }
440
-
441
- /* Feature Section css */
442
- .sp-wp-carousel-premium-page .sp-wpc__feature {
443
- background-color: #f1f5f9;
444
- padding-top: 174px;
445
- margin-top: -80px;
446
- padding-bottom: 100px;
447
- }
448
-
449
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area {
450
- display: flex;
451
- flex-wrap: wrap;
452
- }
453
-
454
- @media screen and (min-width: 768px) {
455
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area {
456
- flex-wrap: nowrap;
457
- }
458
- }
459
-
460
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item p {
461
- margin-bottom: 0;
462
- }
463
-
464
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item {
465
- width: 100%;
466
- padding: 35px 35px 35px 35px;
467
- background-color: #fff;
468
- margin-top: 50px;
469
- border-radius: 5px;
470
- box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
471
- display: flex;
472
- margin-right: 25px;
473
- }
474
-
475
- @media screen and (min-width: 768px) {
476
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item {
477
- width: 50%;
478
- }
479
- }
480
-
481
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon img {
482
- border: none;
483
- max-width: 100%;
484
- padding: 15px;
485
- display: block;
486
- box-sizing: border-box;
487
- }
488
-
489
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon {
490
- width: 50px;
491
- height: 50px;
492
- border-radius: 50%;
493
- background-color: #D5F2F4;
494
- display: flex;
495
- justify-content: center;
496
- align-items: center;
497
- flex: none;
498
- margin-right: 20px;
499
-
500
- }
501
-
502
- .sp_wp_carousel_page_wpcf_upgrade #wpfooter {
503
- display: none;
504
-
505
- }
506
-
507
- /* buy section css */
508
- .sp-wp-carousel-premium-page .sp-wpc__buy {
509
- padding-top: 100px;
510
- padding-bottom: 100px;
511
- background-image: -moz-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
512
- background-image: -webkit-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
513
- background-image: -ms-linear-gradient(90deg, rgb(33, 175, 185) 0%, #B7ECEE 0%, rgb(255, 255, 255) 100%);
514
- }
515
-
516
-
517
- .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img::before,
518
- .sp-wp-carousel-premium-page .sp-wpc__buy .buy-img::before {
519
- position: absolute;
520
- left: 0;
521
- top: 0;
522
- right: 0;
523
- bottom: 0;
524
- width: 100%;
525
- height: 100%;
526
- content: '';
527
- z-index: 99;
528
- }
529
-
530
- .sp-wp-carousel-premium-page .sp-wpc__buy .buy-img {
531
- width: 80%;
532
- position: relative;
533
- margin: 0 auto;
534
- padding-bottom: 25px;
535
- }
536
-
537
- .sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon.custom-padding img {
538
- padding: 10px
539
- }
540
-
541
- .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content h2 {
542
- color: #124E53;
543
- }
544
-
545
- .sp-wp-carousel-premium-page .sp-wpc__buy .buy-content span {
546
- display: block;
547
- font-size: 11px;
548
- margin-top: 12px;
549
- color: #678280;
550
- }
551
-
552
- /*----------------------------------------*/
553
- /* testimonial section css
554
- /*----------------------------------------*/
555
- .sp-wp-carousel-premium-page .testimonial-wrapper {
556
- background-color: #f1f5f9;
557
- padding-bottom: 50px;
558
- padding-top: 10px;
559
- }
560
-
561
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .row {
562
- flex-wrap: nowrap;
563
- }
564
-
565
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
566
- width: 90%;
567
- margin: 0 auto;
568
- }
569
-
570
- @media screen and (min-width: 992px) {
571
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
572
- width: 80%;
573
- }
574
- }
575
-
576
- @media screen and (min-width: 1200px) {
577
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial {
578
- width: 960px;
579
- }
580
- }
581
-
582
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .col,
583
- .sp-wp-carousel-premium-page .col-lg-6 {
584
- padding-right: 20px;
585
- padding-left: 20px;
586
- }
587
-
588
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area {
589
- margin-top: 30px;
590
- }
591
-
592
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content {
593
- background-color: #fff;
594
- border-radius: 5px;
595
- position: relative;
596
- box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
597
- }
598
-
599
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content::after {
600
- position: absolute;
601
- content: "";
602
- border-style: solid;
603
- border-color: transparent;
604
- border-width: 18px 18px 0;
605
- border-top-color: #ffff;
606
- bottom: -16px;
607
- left: 45px;
608
- }
609
-
610
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content p {
611
- padding: 25px 40px;
612
- font-size: 14px;
613
- font-weight: 400;
614
- line-height: 24px;
615
- font-style: italic;
616
- }
617
-
618
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info {
619
- display: flex;
620
- margin-top: 25px;
621
- margin-left: 30px;
622
- }
623
-
624
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .img img {
625
- border-radius: 50%;
626
- height: 60px;
627
- }
628
-
629
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info {
630
- margin-left: 15px;
631
- align-self: center;
632
- }
633
-
634
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info h3 {
635
- font-size: 15px;
636
- margin-top: 0;
637
- margin-bottom: 0;
638
- font-weight: 500;
639
- margin-left: 0;
640
- }
641
-
642
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star {
643
- display: flex;
644
- margin-top: 5px;
645
- }
646
-
647
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star .fa {
648
- font-size: 15px;
649
- margin-right: 1px;
650
- color: #ffb900;
651
-
652
- }
653
-
654
- .sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info p {
655
- font-size: 12px;
656
- color: #808080;
657
- margin-top: 5px;
658
- margin-bottom: 0;
659
- }
660
-
661
- .sp-wp-carousel-premium-page *:focus {
662
- box-shadow: none;
663
- outline: none;
664
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/css/premium-page.min.css DELETED
@@ -1 +0,0 @@
1
- .sp_wp_carousel_page_wpcf_upgrade #wpbody-content{padding-bottom:0;background-color:#fff}.sp_wp_carousel_page_wpcf_upgrade #wpcontent{padding-left:0}.sp-wp-carousel-premium-page .sp-wpc__container{width:90%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-wp-carousel-premium-page .sp-wpc__container{max-width:540px}}@media (min-width:768px){.sp-wp-carousel-premium-page .sp-wpc__container{max-width:720px}}@media (min-width:991px){.sp-wp-carousel-premium-page .sp-wpc__container{max-width:960px}}@media (min-width:1200px){.sp-wp-carousel-premium-page .sp-wpc__container{max-width:1170px}}.sp-wp-carousel-premium-page .row{display:block;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:center}@media (min-width:1200px){.sp-wp-carousel-premium-page .row{display:flex}}@media (min-width:768px){.sp-wp-carousel-premium-page .sp-wpc__col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.sp-wp-carousel-premium-page .sp-wpc__col-xl-6{flex:0 0 50%;max-width:50%}}h2,h3{margin:inherit;line-height:initial}.sp-wp-carousel-premium-page .sp-wpc__mt-10{margin-top:10px}.sp-wp-carousel-premium-page .sp-wpc__mt-15{margin-top:15px}.sp-wp-carousel-premium-page .sp-wpc__mt-20{margin-top:20px}.sp-wp-carousel-premium-page .sp-wpc__mt-25{margin-top:20px}.sp-wp-carousel-premium-page .sp-wpc__mt-40{margin-top:15px}.sp-wp-carousel-premium-page .sp-wpc__buy .sp-wpc__mt-40{margin-top:20px}.sp-wp-carousel-premium-page .ml-16{margin-left:16px}.sp-wp-carousel-premium-page .ml-30{margin-left:0}@media screen and (min-width:768px){.sp-wp-carousel-premium-page .ml-30{margin-left:30px}}.sp-wp-carousel-premium-page .mr-30{margin-right:0}@media screen and (min-width:768px){.sp-wp-carousel-premium-page .mr-30{margin-right:30px}}.sp-wp-carousel-premium-page .sp-wpc__font-12{font-size:12px}.sp-wp-carousel-premium-page .sp-wpc__font-14{font-size:14px}.sp-wp-carousel-premium-page .sp-wpc__font-15{font-size:15px}.sp-wp-carousel-premium-page .sp-wpc__font-16{font-size:16px}.sp-wp-carousel-premium-page .sp-wpc__font-18{font-size:18px}.sp-wp-carousel-premium-page .sp-wpc__font-24{font-size:24px}.sp-wp-carousel-premium-page .sp-wpc__font-28{font-size:28px}.sp-wp-carousel-premium-page .sp-wpc__font-30{font-size:30px}.sp-wp-carousel-premium-page .sp-wpc__font-weight-400{font-weight:400}.sp-wp-carousel-premium-page .sp-wpc__font-weight-500{color:#124e53;font-weight:600}.sp-wp-carousel-premium-page .sp-wpc__font-weight-700{font-weight:700}.sp-wp-carousel-premium-page .text-center{text-align:center}.sp-wp-carousel-premium-page .text-color{color:#444}.sp-wp-carousel-premium-page .text-color-2{color:#165055}.sp-wp-carousel-premium-page .sp-wpc__line-height-20{line-height:20px}.sp-wp-carousel-premium-page .sp-wpc__line-height-22{line-height:22px;color:#124e53}.sp-wp-carousel-premium-page .sp-wpc__line-height-24{line-height:24px}.sp-wp-carousel-premium-page .sp-wpc__btn{text-decoration:none;font-size:14px;display:inline-block;padding:13px 20px;border-radius:3px;text-transform:uppercase}.sp-wp-carousel-premium-page .sp-wpc__btn-sky{background-color:#1ba2ac;color:#fff;font-weight:500;text-transform:uppercase;padding:15px 20px}.sp-wp-carousel-premium-page .sp-wpc__btn-sky:hover{background-color:#198e94}.sp-wp-carousel-premium-page .sp-wpc__btn-border{color:#124e53;background-color:#dff7f7;font-weight:500;border:2px solid #124e53}.sp-wp-carousel-premium-page .sp-wpc__btn-border:hover{background-color:#1ba2ac;border:2px solid #1ba2ac;color:#fff}.sp-wp-carousel-premium-page .sp-wpc__btn-border::after{content:"\f105 ";font-family:FontAwesome;margin-left:5px;font-size:16px}.sp-wp-carousel-premium-page .sp-wpc__btn-buy{font-size:16px;background-color:#1ba2ac;color:#fff;font-weight:600;padding:18px 35px;text-transform:inherit}.sp-wp-carousel-premium-page .sp-wpc__btn-buy:hover{background-color:#198e94;color:#fff}.sp-wp-carousel-premium-page .sp-wpc__banner{background-color:#dff7f7;overflow:hidden;padding-bottom:150px}@media screen and (min-width:1200px){.sp-wp-carousel-premium-page .sp-wpc__banner{height:600px;padding-bottom:0}}.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content p{font-size:15px}.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content{padding-top:120px;padding-right:15px;padding-left:15px}@media screen and (min-width:576px){.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content{padding-right:0;padding-left:0}}.sp-wp-carousel-premium-page .sp-wpc__banner-button{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:576px){.sp-wp-carousel-premium-page .sp-wpc__banner-button{display:inline-block}}.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img{padding-top:50px;width:80%;margin:0 auto;position:relative}@media screen and (min-width:992px){.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img{padding-top:100px}}.sp-wp-carousel-premium-page .sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content p{font-family:Roboto,sans-serif}.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-content h4 strong{font-style:italic}.sp-wp-carousel-premium-page .sp-wpc__count-area{width:100%;margin:0 auto;background-color:#fff;padding:40px 80px;margin-top:-50px;border-radius:5px;display:flex;box-sizing:border-box;justify-content:space-between;box-shadow:0 1px 10px 0 #eaeaea}@media screen and (max-width:576px){.sp-wp-carousel-premium-page .sp-wpc__count-area{display:block}.sp-wp-carousel-premium-page .sp-wpc__count-area .count-item{padding-bottom:30px}}@media screen and (min-width:576px){.sp-wp-carousel-premium-page .sp-wpc__count-area{width:70%}}.sp-wp-carousel-premium-page .sp-wpc__count-area .count-item span{color:#67757a;margin-top:10px;display:inline-block;text-transform:uppercase;font-size:12px}.sp-wp-carousel-premium-page .sp-wpc__video{margin-top:94px}.sp-wp-carousel-premium-page .sp-wpc__video .video-area{position:relative;width:100%;margin:0 auto;margin-top:60px}@media screen and (min-width:576px){.sp-wp-carousel-premium-page .sp-wpc__video .video-area{width:80%}}.sp-wp-carousel-premium-page .sp-wpc__video .video-area::after{position:absolute;content:"";width:100%;background-color:#8ed6dc;top:0;left:0;bottom:5px;opacity:50%;border-radius:10px;z-index:1}.sp-wp-carousel-premium-page .sp-wpc__video .video-area img{border-radius:10px}.sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a{width:100px;height:100px;font-size:34px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#39505b;transition:.3s;text-decoration:none}.sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a span{transform:translateX(4px)}.sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a:focus{box-shadow:none;border:none}.sp-wp-carousel-premium-page .sp-wpc__video .video-area .video-button a:hover{background-color:#1dadb9;color:#fff}.sp-wp-carousel-premium-page .sp-wpc__feature{background-color:#f1f5f9;padding-top:174px;margin-top:-80px;padding-bottom:100px}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area{display:flex;flex-wrap:wrap}@media screen and (min-width:768px){.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area{flex-wrap:nowrap}}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item p{margin-bottom:0}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item{width:100%;padding:35px 35px 35px 35px;background-color:#fff;margin-top:50px;border-radius:5px;box-shadow:0 2px 10px 0 rgb(0 0 0 / 6%);display:flex;margin-right:25px}@media screen and (min-width:768px){.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item{width:50%}}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon img{border:none;max-width:100%;padding:15px;display:block;box-sizing:border-box}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon{width:50px;height:50px;border-radius:50%;background-color:#d5f2f4;display:flex;justify-content:center;align-items:center;flex:none;margin-right:20px}.sp_wp_carousel_page_wpcf_upgrade #wpfooter{display:none}.sp-wp-carousel-premium-page .sp-wpc__buy{padding-top:100px;padding-bottom:100px;background-image:-moz-linear-gradient(90deg,#21afb9 0,#b7ecee 0,#fff 100%);background-image:-webkit-linear-gradient(90deg,#21afb9 0,#b7ecee 0,#fff 100%);background-image:-ms-linear-gradient(90deg,#21afb9 0,#b7ecee 0,#fff 100%)}.sp-wp-carousel-premium-page .sp-wpc__banner .sp-wpc__banner-img::before,.sp-wp-carousel-premium-page .sp-wpc__buy .buy-img::before{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;content:'';z-index:99}.sp-wp-carousel-premium-page .sp-wpc__buy .buy-img{width:80%;position:relative;margin:0 auto;padding-bottom:25px}.sp-wp-carousel-premium-page .sp-wpc__feature .feature-area .feature-item .feature-icon.custom-padding img{padding:10px}.sp-wp-carousel-premium-page .sp-wpc__buy .buy-content h2{color:#124e53}.sp-wp-carousel-premium-page .sp-wpc__buy .buy-content span{display:block;font-size:11px;margin-top:12px;color:#678280}.sp-wp-carousel-premium-page .testimonial-wrapper{background-color:#f1f5f9;padding-bottom:50px;padding-top:10px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .row{flex-wrap:nowrap}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial{width:90%;margin:0 auto}@media screen and (min-width:992px){.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial{width:80%}}@media screen and (min-width:1200px){.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial{width:960px}}.sp-wp-carousel-premium-page .col-lg-6,.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .col{padding-right:20px;padding-left:20px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area{margin-top:30px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content{background-color:#fff;border-radius:5px;position:relative;box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content::after{position:absolute;content:"";border-style:solid;border-color:transparent;border-width:18px 18px 0;border-top-color:#ffff;bottom:-16px;left:45px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-content p{padding:25px 40px;font-size:14px;font-weight:400;line-height:24px;font-style:italic}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info{display:flex;margin-top:25px;margin-left:30px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .img img{border-radius:50%;height:60px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info{margin-left:15px;align-self:center}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info h3{font-size:15px;margin-top:0;margin-bottom:0;font-weight:500;margin-left:0}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star{display:flex;margin-top:5px}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info .star .fa{font-size:15px;margin-right:1px;color:#ffb900}.sp-wp-carousel-premium-page .sp-wpc__premium.testimonial .testimonial-area .testimonial-info .info p{font-size:12px;color:grey;margin-top:5px;margin-bottom:0}.sp-wp-carousel-premium-page :focus{box-shadow:none;outline:0}
 
admin/css/wp-carousel-free-admin.css CHANGED
@@ -102,160 +102,6 @@
102
  top: 0;
103
  }
104
  }
105
- /**
106
- Upgrade Page CSS
107
- **/
108
- .sp-wpc-text-center{
109
- text-align: center;
110
- }
111
- .sp-wpcf-upgrade > h1 {
112
- font-size: 2.5em;
113
- color: #444;
114
- font-weight: 300;
115
- }
116
- .sp-wpcf-upgrade > h1 span {
117
- font-weight: 400;
118
- }
119
- .sp-wpcf-upgrade .about-text {
120
- margin-bottom: 0;
121
- }
122
- .sp-wpcf-upgrade ul {
123
- margin-top: 0;
124
- }
125
- .sp-wpcf-upgrade .wp-badge{
126
- border: none;
127
- background: url(../img/premium-logo.png) no-repeat;
128
- background-size: 150px 150px;
129
- box-shadow: none;
130
- top: 0px;
131
- padding-right: 8px;
132
- }
133
- .about-wrap.sp-wpcf-upgrade .about-text{
134
- min-height: 60px;
135
- }
136
- .about-wrap.sp-wpcf-upgrade hr {
137
- order: 0;
138
- height: 0;
139
- margin: 0;
140
- border-top: 1px solid rgba(0,0,0,.1);
141
- }
142
- .sp-wpcf-upgrade .feature-section .sp-wpc-feature{
143
- background-color: #fff;
144
- padding: 20px 20px;
145
- border: 1px solid #ddd;
146
- }
147
- .sp-wpcf-upgrade .feature-section .sp-wpc-feature h3{
148
- font-size: 16px;
149
- margin-top: 18px;
150
- }
151
-
152
- .sp-wpcf-upgrade .feature-section i.fa{
153
- font-size: 30px;
154
- display: block;
155
- color: #22afba;
156
- }
157
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section span.dashicons{
158
- font-size: 22px;
159
- color: #fff;
160
- background-color: #22afba;
161
- width: 28px;
162
- height: 28px;
163
- line-height: 28px;
164
- border-radius: 50%;
165
- margin-right: 10px;
166
- }
167
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section{
168
- margin-bottom: 40px;
169
- display: flex;
170
- flex-wrap: wrap;
171
- }
172
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature h3{
173
- margin-top:0;
174
- }
175
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature p{
176
- margin-bottom:0;
177
- }
178
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature{
179
- box-shadow: 0 0 10px 0 #dddddd;
180
- margin: 4px;
181
- border: 0 solid;
182
- }
183
- .sp-wpcf-upgrade .sp-wpc-pro-features .feature-section.three-col .col{
184
- min-width: 32%;
185
- max-width: 32%;
186
- margin-top: 20px;
187
- display: flex;
188
- align-self: auto;
189
- }
190
- .sp-wpcf-upgrade .sp-wpc-pro-features .sp-wpc-pro-subtitle{
191
- font-size: 1.2em;
192
- margin-bottom: 26px;
193
- }
194
-
195
- .sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer{
196
- position: fixed;
197
- bottom: 0;
198
- background: #fff;
199
- width: calc(100% - 195px);
200
- z-index: 9;
201
- margin-left: -25px;
202
- text-align: center;
203
- border: 1px solid #dfdfdf;
204
- padding: 15px 0;
205
- border-bottom: none;
206
- }
207
- .sp-wpcf-upgrade .sp-wpcp-promo-video-title,
208
- .sp-wpcf-upgrade .sp-wpc-pro-features h2{
209
- font-size: 2.2em;
210
- font-weight: 400;
211
- }
212
-
213
- .sp-wpcp-join-community h2 {
214
- font-size: 2em;
215
- }
216
- .sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer h3{
217
- margin-top: 17px;
218
- margin-bottom: 20px;
219
- }
220
-
221
- .sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer a.button{
222
- margin: 0 8px;
223
- }
224
-
225
- .sp-wpcf-upgrade .wpcf-upgrade-btn {
226
- display: inline-block;
227
- padding: 0 20px 0 0;
228
- }
229
- .sp-wpcf-upgrade a.wpcf-upgrade-btn,
230
- .sp-wpcf-upgrade .wpcf-upgrade-btn a {
231
- text-decoration: none;
232
- text-align: center;
233
- font-size: 16px;
234
- }
235
- .sp-wpcf-upgrade .wpcf-upgrade-btn a:focus {
236
- outline: 0;
237
- }
238
- .sp-wpcf-upgrade a.wpcf-upgrade-btn,
239
- .sp-wpcf-upgrade ul li.wpcf-upgrade-btn:first-child a{
240
- background: #7cc048;
241
- padding: 0 15px;
242
- line-height: 46px;
243
- display: block;
244
- color: #fff;
245
- border-radius: 3px;
246
- }
247
- .sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a{
248
- text-decoration: underline;
249
- }
250
- .sp-wpcf-upgrade ul li.wpcf-upgrade-btn a i{
251
- margin-left: 4px;
252
- }
253
- .sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a i{
254
- font-size: 14px;
255
- }
256
- .sp-wpcf-upgrade a.wpcf-upgrade-btn{
257
- display: inline-block;
258
- }
259
 
260
  /* Review notice */
261
  #sp-wpcfree-review-notice {
@@ -402,4 +248,22 @@
402
  border: 1px solid #ccc;
403
  font-size: 13px;
404
  padding-right: 24px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  }
102
  top: 0;
103
  }
104
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  /* Review notice */
107
  #sp-wpcfree-review-notice {
248
  border: 1px solid #ccc;
249
  font-size: 13px;
250
  padding-right: 24px;
251
+ }
252
+
253
+ /**
254
+ Go Pro
255
+ **/
256
+ #adminmenu #menu-posts-sp_wp_carousel li:nth-child(6) a,
257
+ #adminmenu #menu-posts-sp_wp_carousel li:nth-child(6) a:hover {
258
+ color:#11b916;
259
+ font-weight: 700;
260
+ }
261
+ #adminmenu #menu-posts-sp_wp_carousel li a .sp-go-pro-icon {
262
+ background-image: url(../img/rocket.svg);
263
+ width: 20px;
264
+ height: 20px;
265
+ display: block;
266
+ float: left;
267
+ margin-right: 1px;
268
+ margin-left: -2px;
269
  }
admin/css/wp-carousel-free-admin.min.css CHANGED
@@ -1 +1 @@
1
- .text-center{text-align:center}#adminmenu .menu-icon-sp_wp_carousel .wp-menu-image img{width:22px;padding:7px 0;height:20px}.spwpcp-gallery-list li{display:inline;margin:5px}.js .tmce-active .wp-editor-area{color:#000}.disable-color-picker .wpcf-field-color{pointer-events:none;opacity:.6}.sp_wpcp_shortcode_generator .wpcf-wrapper{min-height:200px;z-index:999;background-image:url(../img/spinner.svg);background-repeat:no-repeat;background-color:#fff;background-position:center}.sp_wpcp_shortcode_generator .wpcf-wrapper li{opacity:0}.sp-wpcp-help .wp-badge{border:none;background:url(../img/wpcp-icon-256.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-wpcf-upgrade [class$="-col"],.about-wrap.sp-wpcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col,.about-wrap.sp-wpcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col+.col{margin-left:0}.about-wrap.sp-wpcp-help [class$="-col"] .col+.col{margin-left:20px}.sp-wpcf-upgrade .headline-feature.feature-video,.sp-wpcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}.sp-wpcf-upgrade .headline-feature.feature-video iframe,.sp-wpcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sp-wpcp-help .feature-section .sp-wpcp-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcp-help .feature-section .sp-wpcp-feature h3{font-size:16px;margin-top:18px}.sp-wpcp-help .feature-section i.sp-wpcp-font-icon{font-size:30px;display:block;color:#18afb9;font-family:fontawesome;font-style:normal}@media (max-width:500px){.sp-wpcp-help .wp-badge{background-position-x:center;top:0}}.sp-wpc-text-center{text-align:center}.sp-wpcf-upgrade>h1{font-size:2.5em;color:#444;font-weight:300}.sp-wpcf-upgrade>h1 span{font-weight:400}.sp-wpcf-upgrade .about-text{margin-bottom:0}.sp-wpcf-upgrade ul{margin-top:0}.sp-wpcf-upgrade .wp-badge{border:none;background:url(../img/premium-logo.png) no-repeat;background-size:150px 150px;box-shadow:none;top:0;padding-right:8px}.about-wrap.sp-wpcf-upgrade .about-text{min-height:60px}.about-wrap.sp-wpcf-upgrade hr{order:0;height:0;margin:0;border-top:1px solid rgba(0,0,0,.1)}.sp-wpcf-upgrade .feature-section .sp-wpc-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcf-upgrade .feature-section .sp-wpc-feature h3{font-size:16px;margin-top:18px}.sp-wpcf-upgrade .feature-section i.fa{font-size:30px;display:block;color:#22afba}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section span.dashicons{font-size:22px;color:#fff;background-color:#22afba;width:28px;height:28px;line-height:28px;border-radius:50%;margin-right:10px}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section{margin-bottom:40px;display:flex;flex-wrap:wrap}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature h3{margin-top:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature p{margin-bottom:0}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section .sp-wpc-feature{box-shadow:0 0 10px 0 #ddd;margin:4px;border:0 solid}.sp-wpcf-upgrade .sp-wpc-pro-features .feature-section.three-col .col{min-width:32%;max-width:32%;margin-top:20px;display:flex;align-self:auto}.sp-wpcf-upgrade .sp-wpc-pro-features .sp-wpc-pro-subtitle{font-size:1.2em;margin-bottom:26px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer{position:fixed;bottom:0;background:#fff;width:calc(100% - 195px);z-index:9;margin-left:-25px;text-align:center;border:1px solid #dfdfdf;padding:15px 0;border-bottom:none}.sp-wpcf-upgrade .sp-wpc-pro-features h2,.sp-wpcf-upgrade .sp-wpcp-promo-video-title{font-size:2.2em;font-weight:400}.sp-wpcp-join-community h2{font-size:2em}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer h3{margin-top:17px;margin-bottom:20px}.sp-wpcf-upgrade .sp-wpc-upgrade-sticky-footer a.button{margin:0 8px}.sp-wpcf-upgrade .wpcf-upgrade-btn{display:inline-block;padding:0 20px 0 0}.sp-wpcf-upgrade .wpcf-upgrade-btn a,.sp-wpcf-upgrade a.wpcf-upgrade-btn{text-decoration:none;text-align:center;font-size:16px}.sp-wpcf-upgrade .wpcf-upgrade-btn a:focus{outline:0}.sp-wpcf-upgrade a.wpcf-upgrade-btn,.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:first-child a{background:#7cc048;padding:0 15px;line-height:46px;display:block;color:#fff;border-radius:3px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a{text-decoration:underline}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn a i{margin-left:4px}.sp-wpcf-upgrade ul li.wpcf-upgrade-btn:last-child a i{font-size:14px}.sp-wpcf-upgrade a.wpcf-upgrade-btn{display:inline-block}#sp-wpcfree-review-notice{padding:15px 15px 15px 0;background-color:#fff;border-radius:3px;margin:20px 20px 0 0}#sp-wpcfree-review-notice .sp-wpcfree-plugin-icon{width:125px;float:left;line-height:90px;text-align:center}#sp-wpcfree-review-notice .sp-wpcfree-plugin-icon img{max-width:83px;vertical-align:middle}#sp-wpcfree-review-notice .sp-wpcfree-notice-text{overflow:hidden}#sp-wpcfree-review-notice .sp-wpcfree-notice-text h3{font-size:24px;margin:0 0 5px;font-weight:400;line-height:1}#sp-wpcfree-review-notice .sp-wpcfree-notice-text p{margin:10px 0 10px 0;font-size:13px}#sp-wpcfree-review-notice .sp-wpcfree-notice-text p.sp-wpcfree-review-actions{margin:10px 0 2px 0}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a{text-decoration:none;margin-right:8px;color:#63a37b;display:inline-block;position:relative}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a span{padding-right:2px}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a.button{color:#fff}@media screen and (max-width:782px){.about-wrap .three-col .col{min-width:48%!important;max-width:48%!important;margin-left:0!important}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:20px}}@media (max-width:960px){.sp-wpc-help .sp-wpc-upgrade-sticky-footer{width:calc(100%)}}@media only screen and (max-width:500px){.about-wrap .three-col .col{min-width:100%!important}.sp-wpcf-upgrade .wp-badge{background-position-x:center}}.spwpc-copy-btn{width:16px;margin-left:13px;position:absolute;top:50%;margin-top:-8px}.spwpc-after-copy-text,.spwpc-pagination-not-work{bottom:0;opacity:0;z-index:9999999;position:fixed;width:230px;left:180px;text-align:center;padding:15px 15px;line-height:15px;color:#fff;border-radius:3px;background:#32373c;border:1px solid #32373c}.spwpc-pagination-not-work{width:280px}.spwpc-after-copy-text .fa-check-circle,.spwpc-pagination-not-work .fa-check-circle{font-size:14px;margin-right:2px;color:#5db62e}#sp_wpcf_live_preview #poststuff .wpcp-carousel-wrapper .sp-wpcpro-section-title,#sp_wpcf_live_preview .wpcp-carousel-wrapper .sp-wpcpro-section-title{font-size:24px;line-height:28px;padding:0}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions .wpcp-post-title{padding:0}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions .wpcp-product-title a,#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions p{font-size:16px;line-height:26px}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions ul li{font-size:14px;line-height:24px}#sp_wpcf_live_preview img{width:100%}.spwpcf-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px}.block-editor-page .editor-styles-wrapper select,.block-editor-page select.spwpcf-shortcode-selector,.block-editor-page select.spwpcf-shortcode-selector:focus,.block-editor-page select.spwpcf-shortcode-selector:focus-visible{width:250px;padding:5px;border:1px solid #ccc;font-size:13px;padding-right:24px}
1
+ .text-center{text-align:center}#adminmenu .menu-icon-sp_wp_carousel .wp-menu-image img{width:22px;padding:7px 0;height:20px}.spwpcp-gallery-list li{display:inline;margin:5px}.js .tmce-active .wp-editor-area{color:#000}.disable-color-picker .wpcf-field-color{pointer-events:none;opacity:.6}.sp_wpcp_shortcode_generator .wpcf-wrapper{min-height:200px;z-index:999;background-image:url(../img/spinner.svg);background-repeat:no-repeat;background-color:#fff;background-position:center}.sp_wpcp_shortcode_generator .wpcf-wrapper li{opacity:0}.sp-wpcp-help .wp-badge{border:none;background:url(../img/wpcp-icon-256.png) right no-repeat;background-size:100px 100px;box-shadow:none;height:auto;top:-75px}.about-wrap.sp-wpcf-upgrade [class$="-col"],.about-wrap.sp-wpcp-help [class$="-col"]{display:flex;justify-content:space-between;flex-wrap:wrap}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col,.about-wrap.sp-wpcp-help [class$="-col"] .col{flex:1;align-self:flex-start}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:40px}.about-wrap.sp-wpcf-upgrade [class$="-col"] .col+.col{margin-left:0}.about-wrap.sp-wpcp-help [class$="-col"] .col+.col{margin-left:20px}.sp-wpcf-upgrade .headline-feature.feature-video,.sp-wpcp-help .headline-feature.feature-video{position:relative;margin:40px 0;padding-bottom:56.25%;width:100%;max-width:100%;height:0;text-align:center}.sp-wpcf-upgrade .headline-feature.feature-video iframe,.sp-wpcp-help .headline-feature.feature-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sp-wpcp-help .feature-section .sp-wpcp-feature{background-color:#fff;padding:20px 20px;border:1px solid #ddd}.sp-wpcp-help .feature-section .sp-wpcp-feature h3{font-size:16px;margin-top:18px}.sp-wpcp-help .feature-section i.sp-wpcp-font-icon{font-size:30px;display:block;color:#18afb9;font-family:fontawesome;font-style:normal}@media (max-width:500px){.sp-wpcp-help .wp-badge{background-position-x:center;top:0}}#sp-wpcfree-review-notice{padding:15px 15px 15px 0;background-color:#fff;border-radius:3px;margin:20px 20px 0 0}#sp-wpcfree-review-notice .sp-wpcfree-plugin-icon{width:125px;float:left;line-height:90px;text-align:center}#sp-wpcfree-review-notice .sp-wpcfree-plugin-icon img{max-width:83px;vertical-align:middle}#sp-wpcfree-review-notice .sp-wpcfree-notice-text{overflow:hidden}#sp-wpcfree-review-notice .sp-wpcfree-notice-text h3{font-size:24px;margin:0 0 5px;font-weight:400;line-height:1}#sp-wpcfree-review-notice .sp-wpcfree-notice-text p{margin:10px 0 10px 0;font-size:13px}#sp-wpcfree-review-notice .sp-wpcfree-notice-text p.sp-wpcfree-review-actions{margin:10px 0 2px 0}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a{text-decoration:none;margin-right:8px;color:#63a37b;display:inline-block;position:relative}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a span{padding-right:2px}#sp-wpcfree-review-notice .sp-wpcfree-notice-text .sp-wpcfree-review-actions a.button{color:#fff}@media screen and (max-width:782px){.about-wrap .three-col .col{min-width:48%!important;max-width:48%!important;margin-left:0!important}.about-wrap.sp-wpcp-help .feature-section .col{margin-top:20px}}@media (max-width:960px){.sp-wpc-help .sp-wpc-upgrade-sticky-footer{width:calc(100%)}}@media only screen and (max-width:500px){.about-wrap .three-col .col{min-width:100%!important}.sp-wpcf-upgrade .wp-badge{background-position-x:center}}.spwpc-copy-btn{width:16px;margin-left:13px;position:absolute;top:50%;margin-top:-8px}.spwpc-after-copy-text,.spwpc-pagination-not-work{bottom:0;opacity:0;z-index:9999999;position:fixed;width:230px;left:180px;text-align:center;padding:15px 15px;line-height:15px;color:#fff;border-radius:3px;background:#32373c;border:1px solid #32373c}.spwpc-pagination-not-work{width:280px}.spwpc-after-copy-text .fa-check-circle,.spwpc-pagination-not-work .fa-check-circle{font-size:14px;margin-right:2px;color:#5db62e}#sp_wpcf_live_preview #poststuff .wpcp-carousel-wrapper .sp-wpcpro-section-title,#sp_wpcf_live_preview .wpcp-carousel-wrapper .sp-wpcpro-section-title{font-size:24px;line-height:28px;padding:0}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions .wpcp-post-title{padding:0}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions .wpcp-product-title a,#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions p{font-size:16px;line-height:26px}#sp_wpcf_live_preview .wpcp-carousel-wrapper .wpcp-all-captions ul li{font-size:14px;line-height:24px}#sp_wpcf_live_preview img{width:100%}.spwpcf-gutenberg-shortcode.editor-styles-wrapper{padding:0;line-height:24px}.block-editor-page .editor-styles-wrapper select,.block-editor-page select.spwpcf-shortcode-selector,.block-editor-page select.spwpcf-shortcode-selector:focus,.block-editor-page select.spwpcf-shortcode-selector:focus-visible{width:250px;padding:5px;border:1px solid #ccc;font-size:13px;padding-right:24px}#adminmenu #menu-posts-sp_wp_carousel li:nth-child(6) a,#adminmenu #menu-posts-sp_wp_carousel li:nth-child(6) a:hover{color:#11b916;font-weight:700}#adminmenu #menu-posts-sp_wp_carousel li a .sp-go-pro-icon{background-image:url(../img/rocket.svg);width:20px;height:20px;display:block;float:left;margin-right:1px;margin-left:-2px}
admin/img/images/premium/Advanced-settings.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M87.5 59l10.7-3.1V43.2l-10.7-3.3c-1.4-.4-7.6-2.5-4.1-9.2l5.5-10-9.7-9.7-10 5.2C68 17 62 20 59.9 12.4L56.6.9H42.9l-3.6 11.7s-1.7 8-9 3.9l-10.1-5.3-9.7 9.7 5.4 9.7s4.6 7-3.5 9.6L1.7 43.3V56l10.7 3.3c1.4.4 7.6 2.5 4.1 9.2l-5.5 10 9.7 9.7 10-5.2c1.3-1 7.3-4 9.4 3.6l3.3 11.5h13.7l3.6-11.7s1.7-8 9-3.9l10.1 5.3 9.7-9.7-5.4-9.7c0 .1-4.6-6.9 3.4-9.4zM50 68.4c-10.4 0-18.9-8.4-18.9-18.9h0c0-10.4 8.4-18.9 18.9-18.9 10.4 0 18.9 8.4 18.9 18.9h0c0 10.4-8.5 18.9-18.9 18.9z"/><circle cx="50" cy="49.5" r="12.6"/></svg>
 
admin/img/images/premium/Customize.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M5273.1 2400.1v-2c0-2.8-5-4-9.7-4s-9.7 1.3-9.7 4v2c0 1.8.7 3.6 2 4.9l5 4.9c.3.3.4.6.4 1v6.4c0 .4.2.7.6.8l2.9.9c.5.1 1-.2 1-.8v-7.2c0-.4.2-.7.4-1l5.1-5c1.3-1.3 2-3.1 2-4.9zm-9.7-.1c-4.8 0-7.4-1.3-7.5-1.8h0c.1-.5 2.7-1.8 7.5-1.8s7.3 1.3 7.5 1.8c-.2.5-2.7 1.8-7.5 1.8zm5 10.3a1 1 0 1 0 0 2h4.3a1 1 0 1 0 0-2h-4.3zm4.3 3.4h-4.3a1 1 0 1 0 0 2h4.3a1 1 0 1 0 0-2zm0 3.3h-4.3a1 1 0 1 0 0 2h4.3a.94.94 0 0 0 1-1c0-.5-.4-1-1-1zM24.2 39.6c0-7.4 6-13.4 13.4-13.4 5.8 0 10.8 3.8 12.6 9l16.3-16.3-7.8-7.8c-.9-.9-2.4-.9-3.3 0l-3.8 3.8c-2-1.1-4.1-2-6.4-2.6V6.9c0-1.4-1.1-2.4-2.4-2.4H32.4c-1.4 0-2.4 1-2.4 2.4v5.4c-2.3.6-4.4 1.5-6.4 2.6l-3.8-3.8c-.9-.9-2.4-.9-3.3 0l-7.3 7.3c-.9.9-.9 2.4 0 3.3l3.8 3.8c-1.1 2-2 4.1-2.6 6.4H4.9c-1.4 0-2.4 1.1-2.4 2.4v10.3c0 1.4 1 2.4 2.4 2.4h5.4c.6 2.3 1.5 4.4 2.6 6.4l-3.8 3.8c-1 .9-.9 2.4 0 3.3l7.8 7.8L33.2 52c-5.3-1.6-9-6.6-9-12.4zm8.573 26.638L68.411 30.6l15.344 15.344-35.638 35.638zM96.5 28.7L85.8 17.9c-1.3-1.3-3.3-1.3-4.6 0l-7 7 15.4 15.4 7-7c1.2-1.3 1.2-3.4-.1-4.6zM23.1 76c-.4.4-.7 1-.9 1.6L19 91.5c-.5 2.3 1.6 4.4 3.9 3.9l13.9-3.2c.6-.1 1.1-.4 1.6-.9l4-4L27.1 72l-4 4z"/></svg>
 
admin/img/images/premium/Modern-Effects.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M9.614 18.368v63.229h61.068V18.368H9.614zm57.63 53.457H13.05V22.54h54.194v49.285zM31.971 5.787l-1.689 11.581h3.473l1.015-6.957 53.626 7.82-7.111 48.768-9.572-1.396v9.876l11.563 1.686L92.4 14.6zm.659 28.153l7.257-9.988v12.345l-7.257-9.99 11.744 3.821zm16.889 27.278l-14.686 4.765 9.072-12.49v15.442l-9.072-12.493 14.686 4.776m9.578-17.541l-12.914 4.201 7.982-10.99v13.578l-7.982-10.983 12.914 4.194m-30.88-5.564l-9.438 3.07 5.831-8.033v9.916l-5.831-8.022 9.438 3.069m.203 16.842l-6.933 2.253 4.28-5.896v7.287l-4.28-5.895 6.933 2.251m14.714-9.205l-13.652 4.442 8.438-11.616v14.357l-8.438-11.615 13.652 4.432"/><path d="M55.884 27.932l-6.931 2.253 4.279-5.896v7.287l-4.279-5.896 6.931 2.252m27.964 60.131L57.562 56.485c-1.248-1.498-3.468-1.7-4.976-.455a3.54 3.54 0 0 0-.455 4.972l30.806 37.009.911-9.948zM58.56 66.697l-5.51-6.614a2.24 2.24 0 0 1 .289-3.165c.947-.795 2.36-.666 3.158.289l5.508 6.622a2.25 2.25 0 0 1-.289 3.156 2.24 2.24 0 0 1-3.156-.288z"/></svg>
 
admin/img/images/premium/Multiple-Image-Carousels.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#1BA2AC" viewBox="0 0 300 300" xmlns:v="https://vecta.io/nano"><path d="M268.4 15.2H33c-9.5 0-17.3 7.8-17.3 17.3v235.4c0 9.5 7.8 17.3 17.3 17.3h235.4c9.5 0 17.3-7.8 17.3-17.3V32.5a17.31 17.31 0 0 0-17.3-17.3zM63 35.6h203.1a4.91 4.91 0 0 1 4.9 4.9 4.91 4.91 0 0 1-4.9 4.9H63a4.91 4.91 0 0 1-4.9-4.9 4.91 4.91 0 0 1 4.9-4.9zM42.4 32c4.7 0 8.5 3.8 8.5 8.5S47.1 49 42.4 49s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5zm226 238.2H33c-1.2 0-2.3-1.1-2.3-2.3V63.4h240v204.5c0 1.2-1.1 2.3-2.3 2.3zM52.8 83.9H113V131H52.8zm67.7 0h60.2V131h-60.2zm68.4 0h60.2V131h-60.2z"/><use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#B" x="46.3"/><path d="M52.5 176.9h60.2V224H52.5zm67.8 0h60.2V224h-60.2zm68.3 0h60.2V224h-60.2z"/><use xlink:href="#C" x="-23.4" y="93"/><use xlink:href="#B" x="22.9" y="93"/><use xlink:href="#C" x="22.9" y="93"/><defs ><path id="B" d="M127.5 155.6a7.13 7.13 0 0 0 7.1-7.1 7.13 7.13 0 0 0-7.1-7.1 7.13 7.13 0 0 0-7.1 7.1c.1 4 3.2 7.1 7.1 7.1"/><path id="C" d="M150.7 155.6a7.13 7.13 0 0 0 7.1-7.1 7.13 7.13 0 0 0-7.1-7.1 7.13 7.13 0 0 0-7.1 7.1c0 4 3.2 7.1 7.1 7.1"/></defs></svg>
 
admin/img/images/premium/Re-sizing.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M93.9 66.74H81.08a1 1 0 0 1-1-1V26.46a1 1 0 0 1 .29-.71l13.07-13.07a1.85 1.85 0 0 0 0-2.62L90.2 6.85a1.86 1.86 0 0 0-2.63 0l-13 13a1 1 0 0 1-.71.3H34.41a1 1 0 0 1-1-1V6.18a2.17 2.17 0 0 0-2.22-2.1H22.3a2.16 2.16 0 0 0-2.22 2.1v12.9a1 1 0 0 1-1 1H6.18a2.16 2.16 0 0 0-2.1 2.22v8.89a2.17 2.17 0 0 0 2.1 2.22h12.9a1 1 0 0 1 1 1V78A2.15 2.15 0 0 0 22 80.05a2.4 2.4 0 0 0 .28 0h43.46a1 1 0 0 1 1 1V93.9a2.13 2.13 0 0 0 2.22 2h8.89a2.13 2.13 0 0 0 2.23-2V81.08a1 1 0 0 1 1-1H93.9a2.13 2.13 0 0 0 2-2.23V69a2.13 2.13 0 0 0-2-2.26zM59.26 35.12L35.12 59.26a1 1 0 0 1-1.71-.7V34.41a1 1 0 0 1 1-1h24.15a1 1 0 0 1 .7 1.71zM41.09 65L65 41.09a1 1 0 0 1 1.7.7v23.95a1 1 0 0 1-1 1H41.79a1 1 0 0 1-.7-1.74z"/></svg>
 
admin/img/images/premium/Translation-RTL-Ready.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" fill="#1BA2AC" xmlns:v="https://vecta.io/nano"><path d="M18.75 18.747v150h150v-150h-150zm65.63 28.13h18.75l37.5 93.75h-18.75l-7.51-18.75H73.13l-7.51 18.75H46.88l37.5-93.75zm9.37 23.44l-13.13 32.81h26.26l-13.13-32.81zm93.75 60.93v18.75h75v112.5H150v-75h-18.75v93.75h150v-150H187.5zm9.37 28.13v18.75h-37.5v18.75h19.26c1.48 12.99 6.1 23.54 12.52 31.77-9.65 4.13-21.27 5.73-31.79 5.73v18.75c14.61 0 31.95-2.23 46.88-11.15 14.92 8.93 32.26 11.15 46.88 11.15v-18.75c-10.52 0-22.14-1.6-31.79-5.73 6.43-8.23 11.04-18.78 12.52-31.77h19.26v-18.75h-37.5v-18.75h-18.74zm.65 37.5h17.47c-1.23 9.37-4.34 16.07-8.73 21.11-4.4-5.04-7.51-11.74-8.74-21.11z" fill="#1DACB8"/></svg>
 
admin/img/images/premium/advanced-carousel-generator.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" xmlns:v="https://vecta.io/nano"><path d="M106.5 288h-60A21.47 21.47 0 0 1 25 266.5v-233A21.47 21.47 0 0 1 46.5 12h60A21.47 21.47 0 0 1 128 33.5 21.47 21.47 0 0 1 106.5 55H68v190h38.5a21.5 21.5 0 1 1 0 43zm147 0h-60a21.5 21.5 0 1 1 0-43H232V55h-38.5A21.47 21.47 0 0 1 172 33.5 21.47 21.47 0 0 1 193.5 12h60A21.47 21.47 0 0 1 275 33.5v233a21.47 21.47 0 0 1-21.5 21.5z"/></svg>
 
admin/img/images/premium/carosuel-mode.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M66 67V33h-6.7L50 43.85 40.7 33H34v34h8V46.81l8 9.34 8-9.34V67h8zm16-41a8 8 0 0 0-8-8H62v8h12v12h8zm0 36h-8v12H62v8h12a8 8 0 0 0 8-8zM18 74a8 8 0 0 0 8 8h12v-8H26V62h-8zm8-48h12v-8H26a8 8 0 0 0-8 8v12h8z"/></svg>
 
admin/img/images/premium/carousel-controls.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 16 16" xmlns:v="https://vecta.io/nano"><path d="M7.816 3A2.99 2.99 0 0 0 5 1a2.99 2.99 0 0 0-2.816 2H0v2h2.184A2.99 2.99 0 0 0 5 7a2.99 2.99 0 0 0 2.816-2H16V3H7.816zM5 5a1 1 0 1 1 0-2 1 1 0 1 1 0 2zm8.816 6a2.99 2.99 0 0 0-5.632 0H0v2h8.184a2.99 2.99 0 0 0 5.632 0H16v-2h-2.184zM11 13a1 1 0 1 1 0-2 1 1 0 1 1 0 2z"/></svg>
 
admin/img/images/premium/content-carousel.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M99.38 78.68V97h-51.6L21.22 74.63a3.75 3.75 0 0 1 1.85-6.58h0A18 18 0 0 1 36 71l10.1 7 1.19-51.38a6.85 6.85 0 1 1 13.7 0l1.81 30.12 22.07 4.32a18 18 0 0 1 14.51 17.62zM4.82 11.43h45.33a4.2 4.2 0 1 0 0-8.4H4.82a4.2 4.2 0 1 0 0 8.4zm0 16.73h31.74a4.2 4.2 0 1 0 0-8.4H4.82a4.2 4.2 0 1 0 0 8.4zm0 16.73h29.7a4.2 4.2 0 1 0 0-8.4H4.82a4.2 4.2 0 1 0 0 8.4zm32.57 12.52a4.2 4.2 0 0 0-4.2-4.2H4.82a4.2 4.2 0 1 0 0 8.4h28.37a4.2 4.2 0 0 0 4.2-4.2z"/></svg>
 
admin/img/images/premium/drag-and-drop.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" fill="#1BA2AC" viewBox="0 0 128 128" xmlns:v="https://vecta.io/nano"><path d="M64 18h8a2 2 0 1 0 0-4h-8a2 2 0 1 0 0 4zm-16 0h8a2 2 0 1 0 0-4h-8a2 2 0 1 0 0 4zm32 0h8a2 2 0 1 0 0-4h-8a2 2 0 1 0 0 4zm-56 0a2 2 0 1 0 0-4h-8a2 2 0 1 0 0 4h8zm72 0h8a2.01 2.01 0 0 0 .573-.083 2.01 2.01 0 0 0 .525.238c1.298.376 2.347 1.414 2.736 2.709a2 2 0 0 0 1.914 1.425 2.01 2.01 0 0 0 .577-.086 2 2 0 0 0 1.342-2.483 8.06 8.06 0 0 0-5.461-5.409c-.184-.053-.37-.078-.552-.078-.196 0-.389.029-.572.085A1.99 1.99 0 0 0 104 14h-8a2 2 0 1 0 0 4zm-64 0h8a2 2 0 1 0 0-4h-8a2 2 0 1 0 0 4z"/><use xlink:href="#B"/><path d="M5.622 93.206C4.591 92.435 4 91.267 4 90v-.56a2 2 0 1 0-4 0v.649l.001.026v.04l.001.012v.039l.001.024v.001l.001.024.002.038.001.027.002.038.001.025.001.015.001.023.004.077.003.038.001.026.002.024.005.064.002.024.001.001.002.023.001.015.002.012.002.024.001.014.003.024.001.014.002.024.001.014.004.037.003.024.003.025v.001l.006.048.002.014.002.012.003.024.003.025v.001l.005.036.004.026.003.024.004.025v.001l.004.024v.001l.003.023.004.025.001.001.002.013.012.072.006.037.004.025.004.023v.002l.007.036.004.025.005.024.002.012.002.013.007.035.003.014.005.023v.001l.005.024.005.023.005.025h.001l.01.048.016.072.009.037.003.012.006.023.015.06.006.023.006.024H.25l.006.023v.001l.005.022.01.036.003.013.006.023v.001l.02.07.004.012.003.012.006.022.001.002.003.012.003.011.025.082v.001l.003.012.011.035.003.012.007.022.007.024.007.023.008.023v.001l.004.011.007.022.001.001.011.034.004.013.007.023h.001l.012.034v.001l.012.035.008.023.008.022.004.012.008.022v.001l.012.033v.002l.012.033.026.068.009.023.008.022.009.023.005.012.013.033.005.013.009.021v.001l.013.033.01.023v.001l.005.012.018.044v.002l.009.021v.001l.01.022.01.024.014.032v.001l.005.011.009.021v.001l.005.012.009.02.021.044.006.013.009.021.011.022.02.044v.001l.005.011.01.02.042.088.022.042.022.043.012.022.022.042.007.013.01.019.012.022.022.042.012.022.011.021.024.042.011.021.024.043.011.02.013.021.024.042.013.021.012.02.012.021.013.021.024.04.014.022.012.02.026.042.012.02.014.021.013.02.012.019.014.022.012.019.013.019.014.021.011.017.012.019.016.023.013.018.001.001.007.011.012.017v.001l.02.028.008.013.012.018.029.041a8.11 8.11 0 0 0 1.762 1.81 1.99 1.99 0 0 0 1.196.399 2 2 0 0 0 1.2-3.602zM8.88 96a2 2 0 0 0 2 2H12v-4h-1.12a2 2 0 0 0-2 2zM10 16a2 2 0 0 0-2-2h-.09l-.026.001-.051.001h-.104l-.05.002-.024.001-.05.002h-.002l-.023.001-.051.002h-.001l-.037.002-.025.002-.026.001h-.001l-.1.008-.025.003-.075.006h-.001l-.024.002-.025.002h-.001l-.024.002-.026.003-.023.002-.025.003-.014.002-.024.003-.05.006h-.001l-.024.003h-.001l-.024.003-.037.005-.024.003-.025.004-.013.002-.024.003-.025.004-.026.004-.024.003-.001.001-.037.006-.023.004h-.002l-.023.004-.013.002-.048.008-.025.005-.037.006-.025.005h-.001l-.023.004-.061.012h-.001l-.023.005-.024.005-.037.008-.024.005H6.32l-.024.005c-2.1.46-3.897 1.751-5.028 3.507a2 2 0 0 0 .601 2.759 1.99 1.99 0 0 0 1.082.319 2 2 0 0 0 1.683-.917A4 4 0 0 1 8 18a2 2 0 0 0 2-2z"/><use xlink:href="#B" y="16"/><use xlink:href="#B" y="32"/><use xlink:href="#B" y="48"/><path d="M79.683 76.81a2 2 0 0 1 1.131-1.541l3.723-1.751-18.525-3.85 5.793 17.162 1.705-4.054a2 2 0 0 1 1.385-1.171 1.99 1.99 0 0 1 .459-.053 2 2 0 0 1 1.303.482l11.91 10.226 3.514-3.604-11.718-10.06a2 2 0 0 1-.679-1.787zM120 30H24c-4.4 0-8 3.6-8 8v68c0 4.4 3.6 8 8 8h96c4.4 0 8-3.6 8-8V38c0-4.4-3.6-8-8-8zM67 54a2 2 0 1 1 4 0v6a2 2 0 1 1-4 0v-6zM56.329 71.973l-6 1a2.01 2.01 0 0 1-.331.028 2 2 0 0 1-.326-3.973l6-1c1.083-.182 2.12.554 2.301 1.644a2 2 0 0 1-1.644 2.301zm3.085-9.559a1.99 1.99 0 0 1-2.828 0l-6-6a2 2 0 0 1 2.828-2.828l6 6a2 2 0 0 1 0 2.828zm37.018 27.509l-6.312 6.473c-.391.401-.911.604-1.433.604a2 2 0 0 1-1.302-.482l-11.252-9.661-2.689 6.396c-.322.767-1.089 1.252-1.916 1.223a2 2 0 0 1-1.823-1.359l-8.6-25.477a2 2 0 0 1 .398-1.966c.476-.536 1.205-.777 1.904-.632l27.808 5.779a2 2 0 0 1 .444 3.768l-6.346 2.985 10.991 9.436a2 2 0 0 1 .129 2.914z"/><defs ><path id="B" d="M2 35.44a2 2 0 0 0 2-2v-8a2 2 0 1 0-4 0v8a2 2 0 0 0 2 2z"/></defs></svg>
 
admin/img/images/premium/happy.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" height="75" width="75" fill="#1dafb9" xmlns:v="https://vecta.io/nano"><path d="M150 12C73.8 12 12 73.8 12 150s61.8 138 138 138 138-61.8 138-138S226.2 12 150 12zm0 246c-59.6 0-108-48.4-108-108S90.4 42 150 42c59.7 0 108 48.4 108 108s-48.4 108-108 108z"/><circle cx="109.5" cy="116.6" r="20"/><circle cx="190.5" cy="116.6" r="20"/><path d="M212.5 173.6c-6.4-3.9-14.7-1.9-18.6 4.5-8.1 13.3-25.4 21.9-44 21.9s-35.8-8.6-44-21.9c-3.9-6.4-12.2-8.4-18.6-4.5s-8.4 12.2-4.5 18.6c13.1 21.5 38.8 34.8 67 34.8s53.9-13.3 67-34.8c4.1-6.3 2.1-14.7-4.3-18.6z"/></svg>
 
admin/img/images/premium/lightbox.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 68 62" xmlns:v="https://vecta.io/nano"><path fill-rule="evenodd" d="M35.195 62H3.828l15.683-15.683L35.195 62zm30.78-.196c.07.129.08.196.025.196H40.852L29.751 50.898l12.66-12.66 23.565 23.565zM68 58.172V20a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2l.007 40.165 18.091-18.091a2 2 0 0 1 2.828 0l5.996 5.996 14.074-14.074a2 2 0 0 1 2.828 0L68 58.172zM19 32a5 5 0 1 0 0-10 5 5 0 1 0 0 10zM63 7.828l-1.879 1.879A1 1 0 0 1 59.7 9.7L58.3 8.3c-.394-.394-.397-1.031-.007-1.42L60.172 5l-1.879-1.879A1 1 0 0 1 58.3 1.7L59.7.3c.394-.394 1.031-.397 1.42-.007L63 2.172 64.879.292A1 1 0 0 1 66.3.3L67.7 1.7c.394.394.397 1.031.007 1.42L65.828 5l1.879 1.879A1 1 0 0 1 67.7 8.3L66.3 9.7c-.394.394-1.031.397-1.42.007L63 7.828z"/></svg>
 
admin/img/images/premium/links.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><path d="M22.5 70h45c2.5 0 2.5 0 2.5-2.5v-45c0-2.5 0-2.5-2.5-2.5h-45C20 20 20 20 20 22.5v45c0 2.5 0 2.5 2.5 2.5zm9.55-12.1c-3.3-3.3-3.2-8.6.05-11.8l5.7-5.7c.55-.55 1.15-1.05 1.85-1.4 3.8-2.2 8.65-1 11 2.55l-3.4 3.3c-.75-1.75-2.65-2.75-4.65-2.5-.75.2-1.45.55-2 1.1l-5.4 5.4c-1.6 1.6-1.45 4.25.1 5.85 1.6 1.55 4.2 1.65 5.8.05l1.1-1.1c1.55.6 3.3 1.1 5.55.4L43.9 57.9c-3.2 3.2-8.55 3.35-11.85 0zM32.5 80h45c2.5 0 2.5 0 2.5-2.5v-45c0-2.5 0-2.5-2.5-2.5H75v45H30v2.5c0 2.5 0 2.5 2.5 2.5zm18.1-29.2c-3.85 2.15-8.7.95-11.05-2.55l3.4-3.3c.75 1.75 2.65 2.75 4.65 2.45.75-.15 1.45-.5 2-1.1l5.2-5.15c1.6-1.6 1.45-4.25-.1-5.85-1.55-1.55-4.2-1.65-5.8-.05l-1.1 1.1c-1.55-.65-3.3-1.15-5.55-.4l3.85-3.85c3.2-3.25 8.55-3.35 11.85-.05 3.3 3.35 3.2 8.6-.05 11.85l-5.5 5.5c-.55.55-1.15 1.05-1.8 1.4zm0 0"/></svg>
 
admin/img/images/premium/page-bilder.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 120 120" xmlns:v="https://vecta.io/nano"><path d="M87.1 60h-25c-1.2 0-2.1.8-2.1 2.1v25c0 1.2.8 2.1 2.1 2.1h25c1.2 0 2.1-.8 2.1-2.1v-25c0-1.3-.9-2.1-2.1-2.1zM32.9 47.5h54.2c1.2 0 2.1-.8 2.1-2.1V32.9c0-1.3-.8-2.1-2.1-2.1H32.9c-1.2 0-2.1.8-2.1 2.1v12.5c0 1.3.9 2.1 2.1 2.1zm0 41.7h12.5c1.2 0 2.1-.8 2.1-2.1v-25c0-1.3-.8-2.1-2.1-2.1H32.9c-1.2 0-2.1.8-2.1 2.1v25c0 1.2.9 2.1 2.1 2.1zM105.8 10H14.2a4.23 4.23 0 0 0-4.2 4.2v91.7a4.23 4.23 0 0 0 4.2 4.2h91.7a4.23 4.23 0 0 0 4.2-4.2V14.2c-.1-2.3-2-4.2-4.3-4.2zm-4.1 91.7H18.3V18.3h83.3v83.4z"/></svg>
 
admin/img/images/premium/post-carousel.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" fill="#1BA2AC" xmlns:v="https://vecta.io/nano"><path d="M202.5 90h-105v120h105V90zm-6 97.5h-93V96h93v91.5zM90 180H51v-69h39v-6H45v90h45zm165-75h-45v6h39v69h-39v15h45zm-135 12h60v6h-60zm0 15h60v6h-60zm0 15h60v6h-60zm0 15h60v6h-60zm-60-33.8h30v6H60zm0 15h30v6H60zm0 15h30v6H60zm150-30h30v6h-30zm0 15h30v6h-30zm0 15h30v6h-30z"/></svg>
 
admin/img/images/premium/slide-anything.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 100 100" xmlns:v="https://vecta.io/nano"><circle cx="45.215" cy="12.772" r="7.772" transform="matrix(.973249 -.229754 .229754 .973249 -1.72495 10.73008)"/><path d="M16.356 15.736h17.828a11.317 11.317 0 0 1 0-5.931H16.356a.989.989 0 0 0-.989.989v3.954a.989.989 0 0 0 .989.988zm67.288 0a.988.988 0 0 0 .988-.988v-3.954a.989.989 0 0 0-.988-.988H56.247a11.314 11.314 0 0 1 0 5.931zm-64.02 50.112a4.394 4.394 0 0 0-2.38 3.325c-.127 1.23.344 2.718 1.722 3.006a15.115 15.115 0 0 1 4.374-.127 19.113 19.113 0 0 1 7.376 6.213c3.297 4.931 7.316 7.967 12.567 10.921a3.964 3.964 0 0 1 1.899 3.497A2.351 2.351 0 0 0 47.533 95h19.805a2.351 2.351 0 0 0 2.351-2.351v-3.643c0-4.19 3.164-8.072 3.977-12.656a36.022 36.022 0 0 0-.862-16.732c-.632-2.239-1.722-4.046-3.646-4.046h-.79a3.444 3.444 0 0 0-3.484 3.401v-2.896a3.444 3.444 0 0 0-3.484-3.401h-.79a3.444 3.444 0 0 0-3.484 3.401v-2.37a3.444 3.444 0 0 0-3.484-3.401h-.79a3.327 3.327 0 0 0-3.374 2.543c.121-4.821.048-13.552-.072-19.536a4.191 4.191 0 0 0-8.38-.042c-.253 8.414-.474 22.086-.134 31.124.279 7.414-2.312 4.868-3.874 3.709-3.541-2.246-4.629-3.619-9.328-3.993a14.927 14.927 0 0 0-8.066 1.738z"/></svg>
 
admin/img/images/premium/support.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 1024 1024" xmlns:v="https://vecta.io/nano"><path d="M708.5 586.6c-1.3 3.6-2.7 7.2-4.2 10.7l3-7.2c-5.9 13.8-12.9 27-21.2 39.5-2.2 3.3-4.4 6.5-6.8 9.7-1.3 1.7-5.2 5.6.6-.7-1.3 1.5-2.5 3.1-3.7 4.7-4.9 6-10.2 11.8-15.7 17.3-5.3 5.3-10.8 10.3-16.6 15.1-1.7 1.4-3.5 3-5.3 4.3 1.1-.9 2.3-1.7 3.4-2.6-.9.7-1.8 1.4-2.7 2l-9.7 6.8c-12.5 8.3-25.7 15.3-39.5 21.2l7.2-3c-19.8 8.3-40.5 13.8-61.7 16.7l8-1.1c-21 2.7-42.1 2.7-63 0l8 1.1c-21.2-2.9-41.9-8.5-61.7-16.7l7.2 3c-13.8-5.9-27-12.9-39.5-21.2-3.3-2.2-6.5-4.4-9.7-6.8-1.7-1.3-5.6-5.2.7.6-1.5-1.3-3.1-2.5-4.7-3.7-6-4.9-11.8-10.2-17.3-15.7-5.3-5.3-10.3-10.8-15.1-16.6-1.4-1.7-3-3.5-4.3-5.3.9 1.1 1.7 2.3 2.6 3.4-.7-.9-1.4-1.8-2-2.7l-6.8-9.7c-8.3-12.5-15.3-25.7-21.2-39.5l3 7.2c-8.3-19.8-13.8-40.5-16.7-61.7l1.1 8c-2.7-21-2.7-42.1 0-63l-1.1 8c2.9-21.2 8.5-41.9 16.7-61.7l-3 7.2c5.9-13.8 12.9-27 21.2-39.5 2.2-3.3 4.4-6.5 6.8-9.7 1.3-1.7 5.2-5.6-.6.7 1.3-1.5 2.5-3.1 3.7-4.7 4.9-6 10.2-11.8 15.7-17.3 5.3-5.3 10.8-10.3 16.6-15.1 1.7-1.4 3.5-3 5.3-4.3-1.1.9-2.3 1.7-3.4 2.6.9-.7 1.8-1.4 2.7-2l9.7-6.8c12.5-8.3 25.7-15.3 39.5-21.2l-7.2 3c19.8-8.3 40.5-13.8 61.7-16.7l-8 1.1c21-2.7 42.1-2.7 63 0l-8-1.1c21.2 2.9 41.9 8.5 61.7 16.7l-7.2-3c13.8 5.9 27 12.9 39.5 21.2 3.3 2.2 6.5 4.4 9.7 6.8 1.7 1.3 5.6 5.2-.7-.6 1.5 1.3 3.1 2.5 4.7 3.7 6 4.9 11.8 10.2 17.3 15.7 5.3 5.3 10.3 10.8 15.1 16.6 1.4 1.7 3 3.5 4.3 5.3-.9-1.1-1.7-2.3-2.6-3.4.7.9 1.4 1.8 2 2.7l6.8 9.7c8.3 12.5 15.3 25.7 21.2 39.5l-3-7.2c8.3 19.8 13.8 40.5 16.7 61.7l-1.1-8c2.7 21 2.7 42.1 0 63l1.1-8c-2.4 17.4-6.5 34.4-12.5 51-5.3 14.8 6 33.5 21 36.9 16.9 3.8 31.2-5.1 36.9-21 19.2-53.1 20.7-113.1 4.6-167.2-15.2-51-45.7-98-87.2-131.5-22.6-18.2-46.6-32.3-73.5-43.2-26.1-10.6-53.9-16.2-82-18.1-54.7-3.7-111.2 10.6-157.7 39.4-44.9 27.9-82.6 69.3-104 117.8-12.2 27.7-19.8 55.9-23.1 86-3.1 28.1-.9 56.7 4.9 84.4C271.1 677 362.5 763.2 470.7 778.6c30.2 4.3 59.6 4 89.7-1.1 27.1-4.6 53.5-14.1 77.9-26.8 46.8-24.5 86.8-64.2 111.6-110.9 6.4-12 11.7-24.5 16.4-37.2 2.6-6.9.6-16.9-3-23.1s-10.8-12.2-17.9-13.8c-17-3.9-31.1 5.1-36.9 20.9z"/><path d="M763 107.4c-80-49.7-175.2-74.9-269.4-71.1-95.4 3.9-189.8 36.2-266 94.1-43 32.6-80.2 71.1-110.6 115.8-26.9 39.6-47.5 83.8-61.2 129.6C29.1 465.1 29.5 563 57 652.1c30.4 98.3 92.3 183.6 174.9 244.6 76.7 56.8 171.3 88.2 266.5 91.1 93.6 2.8 188.4-22.9 267.5-73.1 87.5-55.6 154.6-138.4 191.5-235.1 33.5-87.6 39-185.4 17.9-276.6-22.2-95.9-75.7-184.7-150-249.3-19.5-16.9-40.4-32.5-62.3-46.3-13.3-8.3-33.6-3.3-41 10.8-7.8 14.7-3.5 32.1 10.8 41 7.5 4.7 14.8 9.5 22 14.6l10.7 7.9c.7.5 1.4 1.1 2.1 1.6-6.4-4.6-3.2-2.5-1.8-1.4l5.6 4.5c14.3 11.6 27.9 24.1 40.7 37.3 6.3 6.5 12.4 13.2 18.2 20.1l8.6 10.3 3.9 4.9c2 2.6-2.1-2.7-2-2.5.9 1.1 1.8 2.4 2.7 3.5 10.6 14.1 20.3 28.8 29.1 44 9.3 16.1 17.5 32.7 24.8 49.8l-3-7.2c15.2 36.3 25.6 74.4 30.9 113.3l-1.1-8a453.31 453.31 0 0 1 0 119.8l1.1-8c-5.3 39-15.7 77.1-30.9 113.3l3-7.2c-8.3 19.6-18 38.7-29 56.9-5.7 9.4-11.7 18.6-18.1 27.6-3.1 4.3-6.6 8.4-9.5 12.9 5-7.9-.5.6-1.9 2.3l-5.7 6.9c-15.1 18.1-31.7 34.9-49.4 50.4l-12.4 10.4c-2.3 1.9-4.6 3.8-7 5.6.4-.3 5.8-4.4 1.8-1.4-1.4 1.1-2.8 2.1-4.3 3.2-9 6.6-18.2 13-27.7 18.9a453.4 453.4 0 0 1-64.1 33.4l7.2-3c-36.3 15.2-74.4 25.6-113.3 30.9l8-1.1a453.31 453.31 0 0 1-119.8 0l8 1.1c-39-5.3-77.1-15.7-113.3-30.9l7.2 3c-19.6-8.3-38.7-18-56.9-29-9.4-5.7-18.6-11.7-27.6-18.1-4.3-3.1-8.4-6.6-12.9-9.5 7.9 5-.6-.5-2.3-1.9l-6.9-5.7c-18.1-15.1-34.9-31.7-50.4-49.4l-10.4-12.4c-1.9-2.3-3.8-4.6-5.6-7 .3.4 4.4 5.8 1.4 1.8-1.1-1.4-2.1-2.8-3.2-4.3-6.6-9-13-18.2-18.9-27.7a453.4 453.4 0 0 1-33.4-64.1l3 7.2c-15.2-36.3-25.6-74.4-30.9-113.3l1.1 8a453.31 453.31 0 0 1 0-119.8l-1.1 8c5.3-39 15.7-77.1 30.9-113.3l-3 7.2c8.3-19.6 18-38.7 29-56.9 5.7-9.4 11.7-18.6 18.1-27.6 3.1-4.3 6.6-8.4 9.5-12.9-5 7.9.5-.6 1.9-2.3l5.7-6.9c15.1-18.1 31.7-34.9 49.4-50.4l12.4-10.4 7-5.6c-.4.3-5.8 4.4-1.8 1.4 1.4-1.1 2.8-2.1 4.3-3.2 9-6.6 18.2-13 27.7-18.9a453.4 453.4 0 0 1 64.1-33.4l-7.2 3c36.3-15.2 74.4-25.6 113.3-30.9l-8 1.1a453.31 453.31 0 0 1 119.8 0l-8-1.1c39 5.3 77.1 15.7 113.3 30.9l-7.2-3c21.7 9.2 42.6 20 62.6 32.4 13.3 8.3 33.6 3.3 41-10.8 7.6-14.3 3.3-31.8-10.9-40.7zM660.5 363.5c5.7 5.7 11.1 11.7 16.2 17.9 1.1 1.3 2.1 2.7 3.2 4-5.8-6.3-1.9-2.4-.6-.7l6.8 9.7c8.3 12.5 15.3 25.7 21.2 39.5l-3-7.2c8.3 19.8 13.8 40.5 16.7 61.7l-1.1-8c2.7 21 2.7 42.1 0 63l1.1-8c-2.9 21.2-8.5 41.9-16.7 61.7l3-7.2c-5.9 13.8-12.9 27-21.2 39.5-2.2 3.3-4.4 6.5-6.8 9.7-1.3 1.7-5.2 5.6.6-.7-1.3 1.5-2.5 3.1-3.7 4.7-4.9 6-10.2 11.8-15.7 17.3-5.3 5.3-10.8 10.3-16.6 15.1-1.7 1.4-3.5 3-5.3 4.3 1.1-.9 2.3-1.7 3.4-2.6-.9.7-1.8 1.4-2.7 2l-9.7 6.8c-12.5 8.3-25.7 15.3-39.5 21.2l7.2-3c-19.8 8.3-40.5 13.8-61.7 16.7l8-1.1c-21 2.7-42.1 2.7-63 0l8 1.1c-21.2-2.9-41.9-8.5-61.7-16.7l7.2 3c-13.8-5.9-27-12.9-39.5-21.2-3.3-2.2-6.5-4.4-9.7-6.8-1.7-1.3-5.6-5.2.7.6-1.5-1.3-3.1-2.5-4.7-3.7-6-4.9-11.8-10.2-17.3-15.7-5.3-5.3-10.3-10.8-15.1-16.6-1.4-1.7-3-3.5-4.3-5.3.9 1.1 1.7 2.3 2.6 3.4-.7-.9-1.4-1.8-2-2.7l-6.8-9.7c-8.3-12.5-15.3-25.7-21.2-39.5l3 7.2c-8.3-19.8-13.8-40.5-16.7-61.7l1.1 8c-2.7-21-2.7-42.1 0-63l-1.1 8c2.9-21.2 8.5-41.9 16.7-61.7l-3 7.2c5.9-13.8 12.9-27 21.2-39.5 2.2-3.3 4.4-6.5 6.8-9.7 1.3-1.7 5.2-5.6-.6.7 1.3-1.5 2.5-3.1 3.7-4.7 4.9-6 10.2-11.8 15.7-17.3 5.3-5.3 10.8-10.3 16.6-15.1 1.7-1.4 3.5-3 5.3-4.3-1.1.9-2.3 1.7-3.4 2.6.9-.7 1.8-1.4 2.7-2l9.7-6.8c12.5-8.3 25.7-15.3 39.5-21.2l-7.2 3c19.8-8.3 40.5-13.8 61.7-16.7l-8 1.1c21-2.7 42.1-2.7 63 0l-8-1.1c21.2 2.9 41.9 8.5 61.7 16.7l-7.2-3c13.8 5.9 27 12.9 39.5 21.2a245.55 245.55 0 0 1 9 6.3c1.7 1.2 7 5.8 0-.1 1.3 1.1 2.7 2.1 4 3.2 6.3 5.1 12.3 10.5 18 16.2 11.2 11.1 31.4 12 42.4 0 11-11.9 11.9-30.6 0-42.4-38.1-37.8-87.7-64.8-140.7-74.3-57.8-10.3-116.2-2.6-169.1 22.8-99.1 47.5-161.3 158.2-149.8 267.6 3.2 30.2 10.7 58.4 22.9 86.2 10.6 24.2 25.3 46.2 42.5 66.2 34.8 40.5 82.9 70.1 134.5 83.5 54.3 14.2 114 11.5 166.3-9.4 26.7-10.7 50.4-24.5 72.9-42.4 21.3-16.9 39.5-37.5 54.6-60 61.7-91.4 59.5-219.7-6.9-308.1-8.4-11.3-17.3-22-27.2-32-11.1-11.2-31.5-11.9-42.4 0-11 11.9-11.8 30.4 0 42.3z"/><path d="M255 154.6l153.3 153.3 13.2-50.1c-37.6 13.9-71.9 35-100.4 63.4s-49.5 62.7-63.4 100.4l50.1-13.2-153.3-153.3 4.7 36.4a485.21 485.21 0 0 1 13.6-20.5c2.4-3.4 4.8-6.7 7.3-10 1.3-1.7 6.8-7.8.7-1 1.2-1.3 2.2-2.8 3.3-4.2 10.5-13.2 21.8-25.8 33.7-37.7s24.5-23.2 37.7-33.7l4.2-3.3c-7.3 5.9-.6.5 1-.7 3.3-2.5 6.7-4.9 10-7.3 6.7-4.7 13.6-9.3 20.5-13.6 13.3-8.3 19.7-27.1 10.8-41-8.6-13.3-26.8-19.7-41-10.8C199 146.3 146.3 199 107.4 261c-7 11.2-4.5 27.2 4.7 36.4l153.3 153.3c7.6 7.6 18.9 10.6 29.2 7.7 10.8-3 17.2-10.9 21-21 1.3-3.6 2.7-7.2 4.2-10.7l-3 7.2c5.9-13.8 12.9-27 21.2-39.5 2.2-3.3 4.4-6.5 6.8-9.7 1.3-1.7 5.2-5.6-.6.7 1.3-1.5 2.5-3.1 3.7-4.7 4.9-6 10.2-11.8 15.7-17.3 5.3-5.3 10.8-10.3 16.6-15.1 1.7-1.4 3.5-3 5.3-4.3-1.1.9-2.3 1.7-3.4 2.6.9-.7 1.8-1.4 2.7-2l9.7-6.8c12.5-8.3 25.7-15.3 39.5-21.2l-7.2 3c3.5-1.5 7.1-2.9 10.7-4.2 10.1-3.7 18-10.2 21-21 2.8-10.3-.2-21.6-7.7-29.2L297.5 111.9c-11.1-11.1-31.5-11.9-42.4 0-11.1 12.2-12 30.8-.1 42.7zm461.2 461.2l153.3 153.3-4.7-36.4a485.21 485.21 0 0 1-13.6 20.5c-2.4 3.4-4.8 6.7-7.3 10-1.3 1.7-6.8 7.8-.7 1-1.2 1.3-2.2 2.8-3.3 4.2-10.5 13.2-21.8 25.8-33.7 37.7s-24.5 23.2-37.7 33.7l-4.2 3.3c7.3-5.9.6-.5-1 .7-3.3 2.5-6.7 4.9-10 7.3-6.7 4.7-13.6 9.3-20.5 13.6l36.4 4.7-153.3-153.3-13.2 50.1c37.6-13.9 71.9-35 100.4-63.4s49.5-62.7 63.4-100.4c2.6-6.9.6-16.9-3-23.1s-10.8-12.2-17.9-13.8c-17-3.9-31.1 5.2-36.9 21-1.3 3.6-2.7 7.2-4.2 10.7l3-7.2c-5.9 13.8-12.9 27-21.2 39.5-2.2 3.3-4.4 6.5-6.8 9.7-1.3 1.7-5.2 5.6.6-.7-1.3 1.5-2.5 3.1-3.7 4.7-4.9 6-10.2 11.8-15.7 17.3-5.3 5.3-10.8 10.3-16.6 15.1-1.7 1.4-3.5 3-5.3 4.3 1.1-.9 2.3-1.7 3.4-2.6-.9.7-1.8 1.4-2.7 2l-9.7 6.8c-12.5 8.3-25.7 15.3-39.5 21.2l7.2-3c-3.5 1.5-7.1 2.9-10.7 4.2-10.1 3.7-18 10.2-21 21-2.8 10.3.2 21.6 7.7 29.2L726.8 912c9.2 9.2 25.1 11.7 36.4 4.7C825 877.7 877.7 825 916.6 763c7-11.2 4.5-27.2-4.7-36.4L758.6 573.3c-11.1-11.1-31.5-11.9-42.4 0-11 12-11.9 30.6 0 42.5z"/><path d="M321.1 702.9c28.6 28.4 62.7 49.5 100.4 63.4l-13.2-50.1L255 869.5l36.4-4.7a485.21 485.21 0 0 1-20.5-13.6c-3.4-2.4-6.7-4.8-10-7.3-1.7-1.3-7.8-6.8-1-.7-1.3-1.2-2.8-2.2-4.2-3.3-13.2-10.5-25.8-21.8-37.7-33.7s-23.2-24.5-33.7-37.7l-3.3-4.2c5.9 7.3.5.6-.7-1-2.5-3.3-4.9-6.7-7.3-10-4.7-6.7-9.3-13.6-13.6-20.5l-4.7 36.4L308 615.9l-50.1-13.2c13.7 37.6 34.8 71.6 63.2 100.2 11.1 11.2 31.5 11.9 42.4 0 11-12 11.8-30.5 0-42.4-5.7-5.7-11.1-11.7-16.2-17.9-1.1-1.3-2.1-2.7-3.2-4 5.8 6.3 1.9 2.4.6.7l-6.8-9.7c-8.3-12.5-15.3-25.7-21.2-39.5l3 7.2c-1.5-3.5-2.9-7.1-4.2-10.7-3.7-10.1-10.2-18-21-21-10.3-2.8-21.6.2-29.2 7.7L112 726.6c-9.2 9.2-11.7 25.1-4.7 36.4 39 62 91.7 114.7 153.7 153.6 11.2 7 27.2 4.5 36.4-4.7l153.3-153.3c7.6-7.6 10.6-18.9 7.7-29.2-3-10.8-10.9-17.2-21-21-3.6-1.3-7.2-2.7-10.7-4.2l7.2 3c-13.8-5.9-27-12.9-39.5-21.2a245.55 245.55 0 0 1-9-6.3c-1.7-1.2-7-5.8 0 .1-1.3-1.1-2.7-2.1-4-3.2-6.2-5.1-12.2-10.5-17.9-16.2-11.2-11.1-31.4-12-42.4 0s-11.9 30.7 0 42.5zm485.1-485.1c11.9 11.9 23.2 24.5 33.7 37.7 1.1 1.4 2.1 2.9 3.3 4.2-6.1-6.8-.6-.7.7 1 2.5 3.3 4.9 6.7 7.3 10 4.7 6.7 9.3 13.6 13.6 20.5l4.7-36.4-153.3 153.3 50.1 13.2c-13.9-37.6-35-71.9-63.4-100.4s-62.7-49.5-100.4-63.4l13.2 50.1L769 154.3l-36.4 4.7a485.21 485.21 0 0 1 20.5 13.6c3.4 2.4 6.7 4.8 10 7.3l2.6 2c-4.3-3.3 1.8 1.5 2.6 2.1 13.4 10.7 25.9 21.9 37.9 33.8 11.1 11.1 31.5 12 42.4 0 11-12 11.9-30.6 0-42.4-25.8-25.7-54.7-48.6-85.6-68-11.2-7-27.2-4.5-36.4 4.7L573.3 265.4c-7.6 7.6-10.6 18.9-7.7 29.2 3 10.8 10.9 17.2 21 21 3.6 1.3 7.2 2.7 10.7 4.2l-7.2-3c13.8 5.9 27 12.9 39.5 21.2 3.3 2.2 6.5 4.4 9.7 6.8 1.7 1.3 5.6 5.2-.7-.6 1.5 1.3 3.1 2.5 4.7 3.7 6 4.9 11.8 10.2 17.3 15.7 5.3 5.3 10.3 10.8 15.1 16.6 1.4 1.7 3 3.5 4.3 5.3-.9-1.1-1.7-2.3-2.6-3.4.7.9 1.4 1.8 2 2.7l6.8 9.7c8.3 12.5 15.3 25.7 21.2 39.5l-3-7.2c1.5 3.5 2.9 7.1 4.2 10.7 3.7 10.1 10.2 18 21 21 10.3 2.8 21.6-.2 29.2-7.7l153.3-153.3c9.2-9.2 11.7-25.1 4.7-36.4-19.4-30.9-42.3-59.8-68-85.6-11.1-11.1-31.5-11.9-42.4 0-11.3 11.9-12.1 30.5-.2 42.3z"/></svg>
 
admin/img/images/premium/typo.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" baseProfile="basic" viewBox="0 0 128 128" xmlns:v="https://vecta.io/nano"><path d="M125.3 18.9a2.22 2.22 0 0 0 2.2-2.2v-14a2.22 2.22 0 0 0-2.2-2.2h-14a2.22 2.22 0 0 0-2.2 2.2v3.2H18.9V2.7A2.22 2.22 0 0 0 16.7.5h-14A2.22 2.22 0 0 0 .5 2.7v14a2.22 2.22 0 0 0 2.2 2.2h3.2v90.2H2.7a2.22 2.22 0 0 0-2.2 2.2v14a2.22 2.22 0 0 0 2.2 2.2h14a2.22 2.22 0 0 0 2.2-2.2v-3.2h90.2v3.2a2.22 2.22 0 0 0 2.2 2.2h14a2.22 2.22 0 0 0 2.2-2.2v-14a2.22 2.22 0 0 0-2.2-2.2h-3.2V18.9h3.2zm-10.8 90.2h-3.2a2.22 2.22 0 0 0-2.2 2.2v3.2H18.9v-3.2a2.22 2.22 0 0 0-2.2-2.2h-3.2V18.9h3.2a2.22 2.22 0 0 0 2.2-2.2v-3.2h90.2v3.2a2.22 2.22 0 0 0 2.2 2.2h3.2v90.2zM98.2 23.7H29.8c-1.2 0-2.3 1-2.3 2.3v18.3c0 1.2 1 2.3 2.3 2.3h10.7c1.2 0 2.3-1 2.3-2.3V39h13.6v50H51c-1.2 0-2.3 1-2.3 2.3V102c0 1.2 1 2.3 2.3 2.3h26c1.2 0 2.3-1 2.3-2.3V91.3c0-1.2-1-2.3-2.3-2.3h-5.4V39h13.6v5.4c0 1.2 1 2.3 2.3 2.3h10.7c1.2 0 2.3-1 2.3-2.3V26a2.26 2.26 0 0 0-2.3-2.3z"/></svg>
 
admin/img/images/premium/video-carousel.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 68 46" xmlns:v="https://vecta.io/nano"><path fill-rule="evenodd" d="M16 3.997C16 1.787 17.787 0 20.002 0h27.997A4 4 0 0 1 52 3.997v22.006C52 28.213 50.213 30 47.998 30H20.002A4 4 0 0 1 16 26.003V3.997zM28 9v12c0 1.555 1.696 2.515 3.029 1.715l10-6c1.295-.777 1.295-2.653 0-3.43l-10-6C29.696 6.485 28 7.445 28 9zm4 8.468v-4.935L36.113 15 32 17.468zM0 28V2a2 2 0 0 1 2-2h6.002C10.216 0 12 1.788 12 3.997v22.006A4 4 0 0 1 8.002 30H2a2 2 0 0 1-2-2zm66 2h-6.002A4 4 0 0 1 56 26.003V3.997C56 1.788 57.784 0 59.998 0H66a2 2 0 0 1 2 2v26a2 2 0 0 1-2 2zM17 46a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1h0v2a1 1 0 0 1-1 1H17zm0-8a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H17z"/></svg>
 
admin/img/images/premium/woo-carousel.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="300" width="300" fill="#1BA2AC" viewBox="0 0 32 32" xmlns:v="https://vecta.io/nano"><path d="M30 26h-3.18A3 3 0 0 0 24 24a3 3 0 0 0-2.82 2H9.82c-.3-.85-.97-1.52-1.82-1.82V22h5V6H8V3c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1h4v20.18A3 3 0 0 0 4 27a3.01 3.01 0 0 0 3 3 3 3 0 0 0 2.82-2h11.36A3 3 0 0 0 24 30a3 3 0 0 0 2.82-2H30c.55 0 1-.45 1-1s-.45-1-1-1zm-8-6V6h-7v16h7zm8-14h-6v16h6c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1z"/></svg>
 
admin/img/images/premium/wpcp-vector-1.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 920 540" xmlns:v="https://vecta.io/nano"><style><![CDATA[.B{fill:#1daeb9}.C{opacity:.7}.D{fill:#d7e8e8}.E{opacity:.4}.F{fill:#ff6d53}]]></style><ellipse cx="465.1" cy="430.2" rx="118.6" ry="12.8" class="B C"/><path fill="#010b15" d="M625.8,366.9H307.6V185.5c0-4.2,3.4-7.6,7.6-7.6h303c4.2,0,7.6,3.4,7.6,7.6V366.9z"/><path fill="#143544" d="M307.6,366.9V186.1c0-4.5,3.7-8.2,8.2-8.2h301.8c4.5,0,8.2,3.7,8.2,8.2L307.6,366.9z" opacity=".5"/><path d="M307.6 366.9h318.2v21.8a7.6 7.6 0 0 1-7.6 7.6h-303a7.6 7.6 0 0 1-7.6-7.6v-21.8z" class="D"/><path fill="#e8f7f8" d="M319.7 190h294.1v165.2H319.7z"/><circle fill="#fff" cx="466.7" cy="183.6" r="1.8"/><g class="D"><path d="M515.1 431.4s-9.4-2.7-11.8-3.6c-1.3-.5-1.7-3-1.9-4.1l-2.9-27.5h-63.6l-2.9 27.5c-.1 1.1-.6 3.6-1.9 4.1-2.3.9-11.8 3.6-11.8 3.6-.5 0-.8.4-.8.8 0 .5.4.8.8.8H515c.5 0 .8-.4.8-.8.1-.4-.3-.8-.7-.8z"/><path d="M499.1 402.1l-65.8 9.6 1.6-15.4h63.6z"/></g><path d="M277.2 265.9c5-.9 8.9-4.9 9.8-9.8 0-.2.4-.2.4 0 .9 5 4.9 8.9 9.8 9.8.2 0 .2.4 0 .4-5 .9-8.9 4.9-9.8 9.8 0 .2-.4.2-.4 0-.9-5-4.9-8.9-9.8-9.8-.3-.1-.3-.4 0-.4zm360.1 21.8c5-.9 8.9-4.9 9.8-9.8 0-.2.4-.2.4 0 .9 5 4.9 8.9 9.8 9.8.2 0 .2.4 0 .4-5 .9-8.9 4.9-9.8 9.8 0 .2-.4.2-.4 0-.9-5-4.9-8.9-9.8-9.8-.2-.1-.2-.4 0-.4z" fill="#c8417d"/><use xlink:href="#H" class="F"/><path fill="#02c7a8" d="M655.6 252.9a7.04 7.04 0 0 0 5.6-5.6c0-.1.2-.1.2 0a7.04 7.04 0 0 0 5.6 5.6c.1 0 .1.2 0 .2a7.04 7.04 0 0 0-5.6 5.6c0 .1-.2.1-.2 0a7.04 7.04 0 0 0-5.6-5.6c-.1 0-.1-.2 0-.2z"/><g fill="#f5a31e"><use xlink:href="#H" x="367.7" y="-30"/><circle cx="261.2" cy="289.9" r="1.5"/></g><g class="F"><circle cx="299.2" cy="312.1" r="1.5"/><circle cx="637.1" cy="258.8" r="1.5"/><circle cx="565.7" cy="404.8" r="1.5"/></g><circle fill="#f5a31e" cx="374.6" cy="407" r="1.5"/><g fill="#02c7a8"><circle cx="682.2" cy="320.3" r="1.5"/><circle cx="272.3" cy="196.3" r="1.5"/></g><path fill="#fff" d="M608.1,211.5v129.6c0,2.6-2.5,4.6-5.7,4.6H331.1c-3.1,0-5.7-2.1-5.7-4.6V211.5H608.1z"/><circle fill="#e8a59e" cx="459.7" cy="307.7" r="2.1"/><circle fill="#624675" cx="465.7" cy="307.7" r="2.1"/><circle fill="#e8a59e" cx="471.1" cy="307.7" r="2.1"/><path fill="#395962" d="M602.5 201.3H331.1c-3.1 0-5.7 2-5.7 4.5v6.7H608v-6.7c.1-2.5-2.4-4.5-5.5-4.5z"/><use xlink:href="#I" class="B C"/><path d="M385.5 298.5h-38.7c-1.3 0-2.4-.9-2.4-2.1v-18.6h43.5v18.6c0 1.2-1 2.1-2.4 2.1z" class="D"/><g class="B"><use xlink:href="#J"/><path d="M382.8 288.7h-33.2c-.8 0-1.5-.5-1.5-1.2h0c0-.7.7-1.2 1.5-1.2h33.2c.8 0 1.5.5 1.5 1.2h0c0 .7-.7 1.2-1.5 1.2z"/><use xlink:href="#K" class="E"/><use xlink:href="#I" x="50.8" class="C"/></g><use xlink:href="#L" class="D"/><g class="B"><path d="M433.9 283.9H400c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.5 1.2-1.2 1.2zm-.1 4.8h-33.7c-.7 0-1.3-.5-1.3-1.2h0c0-.7.6-1.2 1.3-1.2h33.7c.7 0 1.3.5 1.3 1.2h0c0 .7-.6 1.2-1.3 1.2z"/><path d="M417 293.6h-17c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h17c.7 0 1.2.5 1.2 1.2h0c0 .6-.6 1.2-1.2 1.2z" class="E"/><path d="M489.5 277.9H446v-30c0-1.2 1.1-2.1 2.4-2.1h38.7c1.3 0 2.4 1 2.4 2.1v30z" class="C"/></g><use xlink:href="#L" x="50.8" class="D"/><g class="B"><use xlink:href="#M"/><path d="M484.2 288.7h-33c-.9 0-1.6-.5-1.6-1.2h0c0-.7.7-1.2 1.6-1.2h33c.9 0 1.6.5 1.6 1.2h0c.1.7-.6 1.2-1.6 1.2z"/><path d="M467.7 293.6h-16.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h16.9c.7 0 1.2.5 1.2 1.2h0c.1.6-.5 1.2-1.2 1.2z" class="E"/><use xlink:href="#I" x="152.4" class="C"/></g><use xlink:href="#L" x="101.6" class="D"/><g class="B"><use xlink:href="#M" x="50.8"/><path d="M535.3 288.7h-33.5c-.8 0-1.4-.5-1.4-1.2h0c0-.7.6-1.2 1.4-1.2h33.5c.8 0 1.4.5 1.4 1.2h0c0 .7-.7 1.2-1.4 1.2z"/><use xlink:href="#K" x="152.3" class="E"/><path d="M591.1 277.9h-43.5v-30.5c0-.9.9-1.7 1.9-1.7h39.7c1 0 1.9.8 1.9 1.7v30.5z" class="C"/></g><path d="M589.2 298.5h-39.7c-1 0-1.9-.7-1.9-1.6v-19h43.5v19c0 .9-.9 1.6-1.9 1.6z" class="D"/><g class="B"><use xlink:href="#J" x="203.1"/><use xlink:href="#J" x="203.1" y="4.8"/><use xlink:href="#K" x="203.1" class="E"/></g><circle fill="#e83d6a" cx="336" cy="206.9" r="2.1"/><circle fill="#ffc800" cx="344.3" cy="206.9" r="2.1"/><circle fill="#27c840" cx="352.6" cy="206.9" r="2.1"/><path opacity=".5" d="M598.2 271.6a1.08 1.08 0 0 1-.7-.3c-.4-.4-.4-1 0-1.4l2.9-2.9-2.9-2.9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.6 3.6c.2.2.3.4.3.7s-.1.5-.3.7l-3.6 3.6c-.2.3-.4.3-.7.3zm-262.6-.3l-3.6-3.6c-.2-.2-.3-.4-.3-.7s.1-.5.3-.7l3.6-3.6c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-2.9 2.9 2.9 2.9c.4.4.4 1 0 1.4a1.08 1.08 0 0 1-.7.3c-.2 0-.5 0-.7-.3z" fill="#624675"/><path opacity=".3" d="M920 374.6V540H0V390.2c108.5-16.7 174.1-8.1 214.6 3.5 29.2 8.4 51.2 20 94.4 23 52.6 3.6 65.2-10.6 123.1-15.9 85.3-7.9 148.5 31.9 250.9 15.3 67.8-11 69.5-39.6 147.2-45.8 36-3 66.3.8 89.8 4.3z" class="B"/><path fill="#1ea7b5" d="M0 520.2h920V540H0z" class="C"/><linearGradient id="A" gradientUnits="userSpaceOnUse" x1="165.185" y1="134.555" x2="230.87" y2="68.87"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#A)" d="M227.8 135.8h-59.6c-2.4 0-4.3-1.9-4.3-4.3V71.9c0-2.4 1.9-4.3 4.3-4.3h59.6c2.4 0 4.3 1.9 4.3 4.3v59.6c0 2.4-1.9 4.3-4.3 4.3z"/><g opacity=".9" fill="#fff"><path d="M209 104.3l-5.3-6.6 3.2-2.6 5.4 6.6z"/><path d="M206.9 108.3l-3.2-2.5 5.4-6.7 3.2 2.6zm-19.8-4l-3.3-2.6 5.3-6.6 3.3 2.6z"/><path d="M189.1 108.3l-5.3-6.6 3.2-2.6 5.3 6.7zm32.7 12h-47.6V83.2h47.6v37.1zm-42.2-5.4h36.9V88.6h-36.9v26.3z"/></g><g fill="#1a9faf"><path d="M262.9 80.2H259v14h-3.1v-14H252v-2.7h10.8v2.7zm11.4 2.9c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.2-1.2-.5-1.6s-.8-.6-1.3-.6c-.4 0-.7.1-1.1.3-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3V75.9h2.8v6l-.1 1.8c.8-1.2 2-1.8 3.6-1.8 1.4.1 2.3.4 2.9 1.2z"/><use xlink:href="#N"/><use xlink:href="#O"/><use xlink:href="#P"/><use xlink:href="#Q"/><path d="M339.3 94.1c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5h-1.6v-2.5h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6-.7.2-1.2.3-1.6.3-1 .1-1.7-.1-2.2-.4zm21.2-15.3c1.1.9 1.7 2.4 1.7 4.5a8.29 8.29 0 0 1-.6 3.2c-.4 1-1.1 1.7-2 2.3s-2 .9-3.4.9h-1.5v4.5h-3.1V77.5h4.5c1.8 0 3.3.4 4.4 1.3zm-2.2 7.4c.5-.6.8-1.5.8-2.8 0-.8-.1-1.5-.3-2s-.6-.9-1-1.2-1.1-.4-1.9-.4h-1.2v7.3h1.3c1 .1 1.8-.2 2.3-.9zm7.9 7.5c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.9-.7 3-.7c1.2 0 2.1.3 3 .8.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.7-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.8.1 1.4-.2 1.7-.8zm5-8.9h3l1.4 5.7.6 2.5.5-2.5 1.6-5.7h2.5l1.7 5.7.6 2.5.6-2.5 1.4-5.7h3l-3.8 12h-2.4l-1.9-6.5-.4-1.9-.4 1.9-1.8 6.5h-2.4l-3.8-12zm20.4 11.5c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3H397c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.4-.1-2.4-.4-3.3-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2zm5.8-5.1h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.2.7-.2.9v7.2h-3v-12zm9.5 2.6h-1.6v-2.5h1.6V80c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9V94h-2.9v-9.2z"/><use xlink:href="#R"/><path d="M437.5 76h2.9v18.2h-2.9V76zm11.7 18.1c-.5-.3-.9-.8-1.1-1.3s-.4-1.2-.4-1.8.2-1.2.6-1.7c.4-.6 1.1-1.1 2.1-1.5s2.3-.6 4-.6v-.6c0-.7-.2-1.2-.5-1.5-.3-.4-.9-.5-1.7-.5-.6 0-1.2.1-1.8.3a3.22 3.22 0 0 0-1.3.8l-1-2.3c.5-.4 1.2-.7 2-.9.8-.3 1.7-.4 2.6-.4 1.1 0 2 .2 2.7.5s1.1.8 1.4 1.5c.3.6.4 1.4.4 2.4v7.8h-2.6l-.2-1.7c-.4.7-.9 1.2-1.5 1.5s-1.3.5-2 .5c-.6-.1-1.2-.2-1.7-.5zm4.2-2.3c.4-.3.7-.7 1-1.1V89h-.6c-.8 0-1.5.1-2.2.4s-1 .7-1 1.3.1 1 .4 1.2.6.4 1.2.4c.4-.1.8-.2 1.2-.5z"/><use xlink:href="#S"/><path d="M475.4 93.8c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8V76h2.8v18.2h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.8-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.9-.1 1.2-.4zm13.7 1.3c-1.1-1-1.6-2.6-1.6-4.8V77.5h3.1v11.1c0 1.3.3 2.1.8 2.6.6.5 1.2.7 2 .7s1.4-.2 1.9-.7.8-1.3.8-2.6V77.5h3.1v10.8c0 2.2-.5 3.9-1.6 4.8a6.5 6.5 0 0 1-4.2 1.5c-1.8-.1-3.2-.6-4.3-1.6z"/><use xlink:href="#T"/><path d="M519 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5S527 86 527 88v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><use xlink:href="#U"/><path d="M538.4 85.9h7.7v2.4h-7.7v-2.4zm11.2-1.1H548v-2.5h1.6V80c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9V94h-2.9v-9.2z"/><use xlink:href="#U" x="28"/><path d="M566.9 77.1h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12H567v-12z"/><use xlink:href="#N" x="294.9"/><path d="M595.2 83.1c.6.8.9 1.8.9 3.2v7.9H593v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.2.1 2.1.4 2.7 1.2zm5.9 10.7c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8V76h2.8v18.2h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.8-.1 1.2-.4zm7.7-15.7h2.9v18.2h-2.9V76zm9.1 17.4l-4.5-11.1h3.3l1.8 5.3.8 2.8.8-2.8 1.8-5.3h3.1l-6.1 16.5h-3l2-5.4z"/><use xlink:href="#O" x="339.7"/><use xlink:href="#R" x="229.1"/><path d="M666.6 76h2.9v18.2h-2.9V76zm8.4 18.1c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H672v-2.5h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-.9.1-1.6-.1-2.1-.4zm7.4-17h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12h-3.1v-12zm6.6 3.7h7.7v2.4h-7.7v-2.4zm11.1-3.7h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4h-2.9V82.2zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.3.2.7 0 1.1-.3z"/><use xlink:href="#R" x="289.2"/><use xlink:href="#U" x="196.8"/><path d="M735.9 82.2h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4H736V82.2zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.3.2.7 0 1.1-.3z"/><use xlink:href="#V"/><use xlink:href="#T" x="255.5"/><use xlink:href="#W"/><path d="M271.1 106.3l-5.5 16.8h-.4l-3.9-9.6-3.9 9.6h-.4l-5.6-16.7h3.3l2.9 9.7 3.5-9.7h.4l3.5 9.7 2.7-9.7h3.4z"/><use xlink:href="#P" x="-42.2" y="28.8"/><use xlink:href="#X"/><path d="M295.2 122.6c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8v-6.6h2.8V123h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9-.4-.7-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4c-.4.2-.7.7-.9 1.2s-.4 1.3-.4 2.3c0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3c.3.3.8.4 1.2.4.5.1.8-.1 1.2-.4zm16.9-12.9c1.1.9 1.7 2.4 1.7 4.5a8.29 8.29 0 0 1-.6 3.2c-.4 1-1.1 1.7-2 2.3s-2 .9-3.4.9h-1.5v4.5h-3.1v-16.7h4.5c1.8 0 3.3.4 4.4 1.3zm-2.3 7.4c.5-.6.8-1.5.8-2.8 0-.8-.1-1.5-.3-2s-.6-.9-1-1.2-1.1-.4-1.9-.4h-1.2v7.3h1.3c1 .1 1.8-.2 2.3-.9z"/><use xlink:href="#X" x="35.6"/><use xlink:href="#N" x="50.4" y="28.8"/><use xlink:href="#Q" x="14.7" y="28.8"/><use xlink:href="#Q" x="25.2" y="28.8"/><path d="M369.7 122.3c-1-.7-1.9-1.6-2.5-3-.6-1.3-.9-3-.9-4.9 0-1.8.3-3.3.9-4.6s1.5-2.2 2.5-2.9c1.1-.7 2.3-1 3.6-1 .8 0 1.5.1 2.1.2.6.2 1 .3 1.3.5s.6.4.9.7l-1.3 2.5-.7-.7c-.2-.2-.5-.3-.8-.4s-.8-.1-1.3-.1c-.8 0-1.5.2-2.1.7s-1 1.1-1.3 1.9-.5 1.8-.5 2.9c0 1.3.2 2.5.5 3.4.3 1 .7 1.7 1.3 2.1s1.1.7 1.8.7 1.3-.1 1.9-.3c.5-.2 1-.5 1.3-.8l1.3 2.4c-.5.4-1.1.7-1.8 1s-1.6.4-2.8.4c-1.2.3-2.3 0-3.4-.7zm10.8.6c-.5-.3-.9-.8-1.1-1.3s-.4-1.2-.4-1.8.2-1.2.6-1.7c.4-.6 1.1-1.1 2.1-1.5s2.3-.6 4-.6v-.6c0-.7-.2-1.2-.5-1.5-.3-.4-.9-.5-1.7-.5-.6 0-1.2.1-1.8.3a3.22 3.22 0 0 0-1.3.8l-1-2.3c.5-.4 1.2-.7 2-.9s1.7-.4 2.6-.4c1.1 0 2 .2 2.7.5s1.1.8 1.4 1.5c.3.6.4 1.4.4 2.4v7.8H386l-.2-1.7c-.4.7-.9 1.2-1.5 1.5s-1.3.5-2 .5c-.8-.1-1.4-.2-1.8-.5zm4.2-2.3c.4-.3.7-.7 1-1.1v-1.7h-.6c-.8 0-1.5.1-2.2.4-.6.3-1 .7-1 1.3s.1 1 .4 1.2.6.4 1.2.4c.4-.1.8-.2 1.2-.5z"/><use xlink:href="#X" x="107.1"/><use xlink:href="#V" x="-348.6" y="28.8"/><use xlink:href="#Y"/><use xlink:href="#T" x="-80.1" y="28.8"/><path d="M438.9 122.5c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm5-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2zm5.9-11.3h2.9V123h-2.9v-18.2zm11.1 6.2h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4H461V111zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.4.2.7 0 1.1-.3zm7.2-15.7h2.9V123h-2.9v-18.2z"/><use xlink:href="#Y" x="67.2"/><use xlink:href="#Z"/><path d="M507.3 105.9h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12h-3.1v-12zm15.7.9c.6.8.9 1.8.9 3.2v7.9h-3v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.1.1 2 .4 2.6 1.2zm10.8 11c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H531V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-1 .2-1.7 0-2.2-.3zm9-.4c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8zM561 123c-.7-.2-1.2-.4-1.7-.7s-.9-.6-1.2-.9l1.2-2.5.8.8c.3.3.8.5 1.3.7s1 .3 1.4.3c.6 0 1.2-.2 1.6-.5s.6-.8.6-1.5c0-.4-.1-.8-.3-1.1s-.5-.6-.8-.8-.8-.6-1.5-1l-2.2-1.4c-.5-.4-1-.9-1.3-1.6s-.6-1.4-.6-2.3.2-1.7.6-2.4.9-1.2 1.7-1.6c.7-.4 1.6-.6 2.7-.6 1.7 0 3.1.5 4.3 1.6l-1.3 2.4c-.1-.2-.3-.4-.6-.6l-1-.6c-.4-.2-.8-.2-1.2-.2-.6 0-1.1.2-1.4.5s-.5.8-.5 1.3c0 .4.1.8.3 1.1s.5.6.8.8l1.3.9 2.3 1.5c.5.4 1 .9 1.3 1.6.4.6.5 1.4.5 2.3 0 1-.2 1.8-.6 2.5s-1 1.2-1.8 1.6-1.7.6-2.7.6c-.7.1-1.4 0-2-.2zm9.9-18.2h2.9V123h-2.9v-18.2zm6.4 1.1h3.4v3.2h-3.4v-3.2zm.2 5.1h3.1v12h-3.1v-12zm8.2 11.6c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8v-6.6h2.8V123h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.8-.1 1.2-.4z"/><use xlink:href="#W" x="-175.7" y="28.8"/><use xlink:href="#a"/><path d="M636.7 111v12H634l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-8h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2V111h3.1zm5.4 11.9c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5h-1.6V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-.9.2-1.6 0-2.1-.3z"/><use xlink:href="#a" x="40"/><path d="M667.4 113.6h-1.6V111h1.6v-2.2c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9v9.4h-2.9v-9.2zm20.8 7h-6l-.9 2.4H678l7.1-17h.2l7.1 17h-3.3l-.9-2.4zm-.9-2.4l-1.8-4.6-.4-1.3-.4 1.3-1.7 4.6h4.3z"/><use xlink:href="#S" x="233.2" y="28.8"/><path d="M709.3 122.2l-4.5-11.1h3.3l1.8 5.3.8 2.8.8-2.8 1.8-5.3h3.1l-6.1 16.5h-3l2-5.4zm10.6.7c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H717V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-1 .2-1.7 0-2.2-.3zm16.7-11c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.2-1.2-.5-1.6s-.8-.6-1.3-.6c-.4 0-.7.1-1.1.3-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3v-18.3h2.8v6l-.1 1.8c.8-1.2 2-1.8 3.6-1.8 1.4.1 2.3.4 2.9 1.2zm4.4-6h3.4v3.2H741v-3.2zm.1 5.1h3.1v12h-3.1v-12z"/><use xlink:href="#S" x="287.3" y="28.8"/><use xlink:href="#Z" x="267.3"/><path d="M774 119.4h2.8v3.6H774v-3.6z"/></g><path fill="#9b5c8f" d="M734.2 275.9h44.5c2.8 0 5.1 2.3 5.1 5.1v17c0 2.8-2.3 5.1-5.1 5.1h-15.9l2.2 5.4-9.6-5.4h-21.1c-2.8 0-5.1-2.3-5.1-5.1v-17c-.1-2.8 2.2-5.1 5-5.1h0z"/><path fill="#fff" d="M732.2 280.6c.3-.4.8-.6 1.4-.7 1.1-.1 1.8.4 1.9 1.6.7 4.6 1.4 8.6 2.2 11.8l4.9-9.3c.4-.8 1-1.3 1.7-1.3 1-.1 1.6.6 1.8 1.9.6 3 1.3 5.5 2.1 7.6.6-5.6 1.6-9.7 2.9-12.2.3-.6.8-.9 1.5-1 .5 0 1 .1 1.4.4s.6.8.7 1.3c0 .4 0 .7-.2 1.1-.9 1.6-1.6 4.3-2.2 8-.6 3.6-.8 6.4-.6 8.5 0 .6 0 1-.3 1.5s-.7.8-1.2.8c-.6 0-1.2-.2-1.8-.8-2.1-2.1-3.7-5.3-4.9-9.5l-3.2 6.4c-1.3 2.5-2.4 3.8-3.4 3.9-.6 0-1.1-.5-1.6-1.5-1.1-2.9-2.4-8.5-3.7-16.8.2-.8.3-1.3.6-1.7zm47.7 3.5c-.8-1.4-2-2.2-3.6-2.6-.4-.1-.8-.1-1.2-.1-2.1 0-3.9 1.1-5.2 3.3-1.2 1.9-1.7 4-1.7 6.3 0 1.7.4 3.2 1.1 4.4.8 1.4 2 2.2 3.6 2.6.4.1.8.1 1.2.1 2.2 0 3.9-1.1 5.2-3.3 1.2-1.9 1.7-4 1.7-6.3 0-1.8-.4-3.2-1.1-4.4zm-2.8 6.1c-.3 1.5-.9 2.6-1.7 3.3-.6.6-1.2.8-1.8.7-.5-.1-1-.6-1.3-1.4-.3-.7-.4-1.4-.4-2s0-1.1.2-1.6a6.82 6.82 0 0 1 1.2-2.6c.7-1.1 1.5-1.5 2.3-1.4.5.1 1 .6 1.3 1.4.3.7.4 1.4.4 2 0 .5-.1 1.1-.2 1.6zm-11.1-6.1c-.8-1.4-2-2.2-3.6-2.6-.4-.1-.8-.1-1.2-.1-2.1 0-3.9 1.1-5.2 3.3-1.2 1.9-1.7 4-1.7 6.3 0 1.7.4 3.2 1.1 4.4.8 1.4 2 2.2 3.6 2.6.4.1.8.1 1.2.1 2.2 0 3.9-1.1 5.2-3.3 1.2-1.9 1.7-4 1.7-6.3 0-1.8-.4-3.2-1.1-4.4zm-2.8 6.1c-.3 1.5-.9 2.6-1.7 3.3-.6.6-1.2.8-1.8.7-.5-.1-1-.6-1.3-1.4-.3-.7-.4-1.4-.4-2s0-1.1.2-1.6a6.82 6.82 0 0 1 1.2-2.6c.7-1.1 1.5-1.5 2.3-1.4.5.1 1 .6 1.3 1.4.3.7.4 1.4.4 2 0 .5-.1 1.1-.2 1.6h0z"/><path fill="#464342" d="M716.9 200.7c2.9 6.8 9.3 11 16.2 11.4l-17.7-19c0 2.6.5 5.1 1.5 7.6h0zm28.4-13c-.9-2.1-2.3-3.3-3.4-4.1-1.5-1-2.8-1.9-3.4-3.3-.7-1.6-.1-3.6 1.6-4.3.1 0 .2-.1.2-.1-4.2-1.5-9-1.5-13.5.4-6 2.5-10 7.8-11.1 13.8.4-.2.8-.3 1.1-.4 1.8-.8 4.5-2.1 4.5-2.1.9-.4 1.6.9.7 1.4 0 0-.9.5-1.9 1l14.1 15.9-1-12.8-5.8-6.2c-.9.3-1.9.6-1.9.6-.9.3-1.4-1.1-.5-1.5 0 0 2.9-1 4.6-1.7 1.8-.8 4.5-2.1 4.5-2.1.9-.4 1.6.9.7 1.4 0 0-.9.5-1.9 1l14 15.8-.7-6.4c-.1-2.9-.3-4.8-.9-6.3h0zm-10.3 7.2l1.2 17.1c1.7-.2 3.5-.6 5.1-1.3 2-.8 3.8-2 5.3-3.4-.1-.1-.2-.1-.2-.2L735 194.9zm10.6-16c.3.5.6 1.1.9 1.7.7 1.7 1.2 3.8 1.3 6.7l1.2 17.4c3.8-5.1 4.9-12.1 2.3-18.4-1.3-3-3.3-5.5-5.7-7.4h0zm-20-5.4c-11 4.7-16.2 17.4-11.5 28.4s17.4 16.2 28.4 11.5S758.7 196 754 185c-4.6-11-17.4-16.2-28.4-11.5h0zm16.5 39.1c-10.5 4.4-22.7-.5-27.1-11s.5-22.7 11-27.1 22.7.5 27.1 11c4.5 10.4-.5 22.6-11 27.1h0z"/><path fill="#db0c0b" d="M716.4 361.3c0 2.8-2.3 5.1-5.1 5.1h-22.1c-2.8 0-5.1-2.3-5.1-5.1v-12.1c0-2.8 2.3-5.1 5.1-5.1h22.1c2.8 0 5.1 2.3 5.1 5.1v12.1z"/><path fill="#fff" d="M707.4 355.2l-9.7 7v-14z"/><linearGradient id="B" gradientUnits="userSpaceOnUse" x1="171.835" y1="328.005" x2="208.035" y2="328.005"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#B)" d="M204 341.3s0 .1 0 0 0-.3.1-.5v.2c.1-.2.1-.3.2-.5 0 .1-.1.1-.1.1.1-.1.2-.3.3-.4 0 0 0 .1-.1.1.1-.1.3-.2.4-.3l-.1.1c.2-.1.3-.1.5-.2h-.2c.2 0 .4 0 .5-.1h-31.1c.2 0 .4 0 .5.1h-.2c.2.1.3.1.5.2-.1 0-.1-.1-.1-.1.1.1.3.2.4.3 0 0-.1 0-.1-.1.1.1.2.3.3.4l-.1-.1c.1.2.1.3.2.5v-.2c0 .2 0 .4.1.5v-26.7c0 .2 0 .4-.1.5v-.2c-.1.2-.1.3-.2.5 0-.1.1-.1.1-.1-.1.1-.2.3-.3.4 0 0 0-.1.1-.1-.1.1-.3.2-.4.3l.1-.1c-.2.1-.3.1-.5.2h.2c-.2 0-.4 0-.5.1h31.1c-.2 0-.4 0-.5-.1h.2c-.2-.1-.3-.1-.5-.2.1 0 .1.1.1.1-.1-.1-.3-.2-.4-.3 0 0 .1 0 .1.1-.1-.1-.2-.3-.3-.4l.1.1c-.1-.2-.1-.3-.2-.5v.2c0-.2 0-.4-.1-.5v26.7c0 .5.2 1.1.6 1.4.3.3.9.6 1.4.6s1.1-.2 1.4-.6c.4-.4.6-.9.6-1.4v-26.6c0-1.5-1.1-2.6-2.6-2.7h-31c-1.5 0-2.6 1.1-2.7 2.6v26.5c0 1.5 1.1 2.6 2.6 2.7h31.1c.7 0 1.3-.3 1.8-.7.5-.5.8-1.2.8-1.9 0-.5-.2-1.1-.6-1.4-.3-.3-.9-.6-1.4-.6-1.1.2-1.9 1-2 2.1z"/><linearGradient id="C" gradientUnits="userSpaceOnUse" x1="171.833" y1="320.127" x2="208.039" y2="320.127"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#C)" d="M173.9 322.1h32.4c.5 0 1.1-.2 1.4-.6.3-.3.6-.9.6-1.4s-.2-1.1-.6-1.4c-.4-.4-.9-.6-1.4-.6h-32.4c-.5 0-1.1.2-1.4.6-.3.3-.6.9-.6 1.4s.2 1.1.6 1.4c.3.4.8.6 1.4.6h0z"/><linearGradient id="D" gradientUnits="userSpaceOnUse" x1="195.98" y1="327.452" x2="212.926" y2="327.452"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#D)" d="M199.4 335.3l13-13c.4-.4.6-.9.6-1.4s-.2-1.1-.6-1.4c-.4-.4-.9-.6-1.4-.6s-1 .2-1.4.6l-13 13c-.4.4-.6.9-.6 1.4s.2 1.1.6 1.4c.4.4.9.6 1.4.6s1-.2 1.4-.6h0z"/><linearGradient id="E" gradientUnits="userSpaceOnUse" x1="178.669" y1="327.582" x2="188.868" y2="327.582"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#E)" d="M180.7 329.6h6.2c.5 0 1.1-.2 1.4-.6.3-.3.6-.9.6-1.4s-.2-1.1-.6-1.4c-.4-.4-.9-.6-1.4-.6h-6.2c-.5 0-1.1.2-1.4.6-.3.3-.6.9-.6 1.4s.2 1.1.6 1.4c.4.4.8.6 1.4.6h0z"/><linearGradient id="F" gradientUnits="userSpaceOnUse" x1="178.669" y1="334.45" x2="193.658" y2="334.45"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#F)" d="M180.7 336.5h11c.5 0 1.1-.2 1.4-.6.3-.3.6-.9.6-1.4s-.2-1.1-.6-1.4c-.4-.4-.9-.6-1.4-.6h-11c-.5 0-1.1.2-1.4.6-.3.3-.6.9-.6 1.4s.2 1.1.6 1.4.8.6 1.4.6h0z"/><path d="M127.6 187.038c-1.4 0-2.5 1.1-2.5 2.5v29.7l15.9-16.9c.2-.2.4-.3.7-.4.4-.1.9.1 1.1.4l12.9 14.5 9-9.5c.2-.2.4-.3.7-.4.4-.1.9.1 1.1.4l12.1 13.5v-31.4c0-1.4-1.1-2.5-2.5-2.5h-48.5zm28.6 8.7c2.1 0 3.7 1.7 3.7 3.7a3.76 3.76 0 0 1-3.7 3.7c-2.1 0-3.7-1.7-3.7-3.7a3.76 3.76 0 0 1 3.7-3.7zm-14.3 9.3l-16.8 17.8v1.5c0 1.4 1.1 2.5 2.5 2.5h33.7l-19.4-21.8zm23.7 5l-8.2 8.7 7.3 8.2h11.5c1.3 0 2.4-1 2.5-2.3l-13.1-14.6z" opacity=".62" class="F"/><defs ><path id="H" d="M266.3 249.3a7.04 7.04 0 0 0 5.6-5.6c0-.1.2-.1.2 0a7.04 7.04 0 0 0 5.6 5.6c.1 0 .1.2 0 .2a7.04 7.04 0 0 0-5.6 5.6c0 .1-.2.1-.2 0a7.04 7.04 0 0 0-5.6-5.6c-.2 0-.2-.2 0-.2z"/><path id="I" d="M387.9 277.9h-43.5v-30c0-1.2 1.1-2.1 2.4-2.1h38.7c1.3 0 2.4 1 2.4 2.1v30z"/><path id="J" d="M383.1 283.9h-33.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.5 1.2-1.2 1.2z"/><path id="K" d="M366.2 293.6h-16.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h16.9c.7 0 1.2.5 1.2 1.2h0c0 .6-.5 1.2-1.2 1.2z"/><path id="L" d="M436.3 298.5h-38.7c-1.3 0-2.4-.9-2.4-2.1v-18.6h43.5v18.6c0 1.2-1.1 2.1-2.4 2.1z"/><path id="M" d="M484.7 283.9h-33.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.6 1.2-1.2 1.2z"/><path id="N" d="M280.5 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.6-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><path id="O" d="M310.1 77.2v17h-3V87l.1-2.8-.9 1.3-3.3 3.9-3.3-3.9-.9-1.3.1 2.8v7.2h-3v-17h.2l6.8 8 6.7-8h.5z"/><path id="P" d="M315.6 93.7c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.9-.7 3-.7c1.2 0 2.1.3 3 .8.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.1-.2-2.1-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8z"/><path id="Q" d="M327.5 94c-.7-.3-1.1-.6-1.4-.9l.9-2.3c1 .8 2.1 1.3 3.3 1.3.5 0 .9-.1 1.2-.3s.4-.5.4-.8-.2-.6-.7-.9-1.1-.6-1.9-1c-.6-.2-1-.5-1.4-.8s-.8-.6-1.1-1.1-.5-1-.5-1.6c0-.7.2-1.3.5-1.9.4-.5.9-.9 1.6-1.2s1.5-.4 2.4-.4c.6 0 1.1.1 1.6.2s.9.3 1.3.5.6.4.8.5l-.8 2.2c-.4-.3-.8-.5-1.3-.7s-1-.3-1.5-.3c-.6 0-1 .1-1.3.2-.2.2-.4.4-.4.8s.2.7.5.9l1.6.8c1.1.4 1.9.9 2.5 1.5s.9 1.3.9 2.1c0 .7-.2 1.3-.5 1.9s-.8 1-1.5 1.4c-.7.3-1.6.5-2.6.5-1-.2-1.9-.3-2.6-.6z"/><path id="R" d="M433.9 82.2v12h-2.7l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-7.9h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2v-7.6h3.1z"/><path id="S" d="M469.6 83.1c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.2.1 2.1.4 2.7 1.2z"/><path id="T" d="M507.5 94c-.7-.3-1.1-.6-1.4-.9l.9-2.3c1 .8 2.1 1.3 3.3 1.3.5 0 .9-.1 1.2-.3s.4-.5.4-.8-.2-.6-.7-.9c-.4-.3-1.1-.6-1.9-1-.6-.2-1-.5-1.4-.8s-.8-.6-1.1-1.1-.5-1-.5-1.6c0-.7.2-1.3.5-1.9.4-.5.9-.9 1.6-1.2s1.5-.4 2.4-.4c.6 0 1.1.1 1.6.2s.9.3 1.3.5.6.4.8.5l-.8 2.2c-.4-.3-.8-.5-1.3-.7s-1-.3-1.5-.3c-.6 0-1 .1-1.3.2-.2.2-.4.4-.4.8s.2.7.5.9c.4.2.9.5 1.7.8 1.1.4 1.9.9 2.5 1.5s.9 1.3.9 2.1c0 .7-.2 1.3-.5 1.9s-.8 1-1.5 1.4c-.7.3-1.6.5-2.6.5-1.2-.2-2.1-.3-2.7-.6z"/><path id="U" d="M529.7 82.2h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.3.6-.3.8v7.2h-3V82.2z"/><path id="V" d="M751.1 93.7c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.7-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.8.1 1.3-.2 1.7-.8z"/><path id="W" d="M774.5 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><path id="X" d="M284.6 111h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.3.6-.3.8v7.2h-3V111z"/><path id="Y" d="M423.2 111v12h-2.7l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-8h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2V111h3.1z"/><path id="Z" d="M498.1 125.8c1 0 1.8-.3 2.3-.8s.8-1.4.8-2.5v-1.9c-.2.7-.5 1.4-1 1.8-.5.5-1.2.7-2.1.7s-1.8-.2-2.5-.6-1.3-1.1-1.7-2-.6-2.1-.6-3.5.2-2.6.6-3.5 1-1.6 1.7-2.1c.7-.4 1.5-.7 2.4-.7.6 0 1.2.1 1.6.3.5.2.8.5 1.1.9s.4.7.5 1.1l.3-2.1h2.4v11.4c0 1.2-.2 2.3-.6 3.2s-1 1.6-1.8 2.1-1.8.7-3 .7c-.9 0-1.7-.1-2.4-.3s-1.3-.5-1.8-.7l1.3-2.3c.8.5 1.6.8 2.5.8zm2.2-6c.4-.7.6-1.6.6-2.8s-.2-2.1-.5-2.8c-.4-.7-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.3 1.3-.3 2.2 0 1.2.2 2.2.6 2.8s1 .9 1.7.9c.7.1 1.2-.2 1.6-.9z"/><path id="a" d="M615.9 122.5c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.1-.2-2.1-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8z"/></defs></svg>
 
admin/img/images/premium/wpcp-vector-2.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 920 540" xmlns:v="https://vecta.io/nano"><style><![CDATA[.B{fill:#1daeb9}.C{opacity:.7}.D{fill:#d7e8e8}.E{opacity:.4}]]></style><ellipse cx="465.1" cy="430.2" rx="118.6" ry="12.8" class="B C"/><path fill="#010b15" d="M625.8,366.9H307.6V185.5c0-4.2,3.4-7.6,7.6-7.6h303c4.2,0,7.6,3.4,7.6,7.6V366.9z"/><path fill="#143544" d="M307.6,366.9V186.1c0-4.5,3.7-8.2,8.2-8.2h301.8c4.5,0,8.2,3.7,8.2,8.2L307.6,366.9z" opacity=".5"/><path d="M307.6 366.9h318.2v21.8a7.6 7.6 0 0 1-7.6 7.6h-303a7.6 7.6 0 0 1-7.6-7.6v-21.8z" class="D"/><path fill="#e8f7f8" d="M319.7 190h294.1v165.2H319.7z"/><circle fill="#fff" cx="466.7" cy="183.6" r="1.8"/><g class="D"><path d="M515.1 431.4s-9.4-2.7-11.8-3.6c-1.3-.5-1.7-3-1.9-4.1l-2.9-27.5h-63.6l-2.9 27.5c-.1 1.1-.6 3.6-1.9 4.1-2.3.9-11.8 3.6-11.8 3.6-.5 0-.8.4-.8.8 0 .5.4.8.8.8H515c.5 0 .8-.4.8-.8.1-.4-.3-.8-.7-.8z"/><path d="M499.1 402.1l-65.8 9.6 1.6-15.4h63.6z"/></g><path d="M277.2 265.9c5-.9 8.9-4.9 9.8-9.8 0-.2.4-.2.4 0 .9 5 4.9 8.9 9.8 9.8.2 0 .2.4 0 .4-5 .9-8.9 4.9-9.8 9.8 0 .2-.4.2-.4 0-.9-5-4.9-8.9-9.8-9.8-.3-.1-.3-.4 0-.4zm360.1 21.8c5-.9 8.9-4.9 9.8-9.8 0-.2.4-.2.4 0 .9 5 4.9 8.9 9.8 9.8.2 0 .2.4 0 .4-5 .9-8.9 4.9-9.8 9.8 0 .2-.4.2-.4 0-.9-5-4.9-8.9-9.8-9.8-.2-.1-.2-.4 0-.4z" fill="#c8417d"/><use xlink:href="#C" fill="#ff6d53"/><path fill="#02c7a8" d="M655.6 252.9a7.04 7.04 0 0 0 5.6-5.6c0-.1.2-.1.2 0a7.04 7.04 0 0 0 5.6 5.6c.1 0 .1.2 0 .2a7.04 7.04 0 0 0-5.6 5.6c0 .1-.2.1-.2 0a7.04 7.04 0 0 0-5.6-5.6c-.1 0-.1-.2 0-.2z"/><g fill="#f5a31e"><use xlink:href="#C" x="367.7" y="-30"/><circle cx="261.2" cy="289.9" r="1.5"/></g><g fill="#ff6d53"><circle cx="299.2" cy="312.1" r="1.5"/><circle cx="637.1" cy="258.8" r="1.5"/><circle cx="565.7" cy="404.8" r="1.5"/></g><circle fill="#f5a31e" cx="374.6" cy="407" r="1.5"/><g fill="#02c7a8"><circle cx="682.2" cy="320.3" r="1.5"/><circle cx="272.3" cy="196.3" r="1.5"/></g><path fill="#fff" d="M608.1,211.5v129.6c0,2.6-2.5,4.6-5.7,4.6H331.1c-3.1,0-5.7-2.1-5.7-4.6V211.5H608.1z"/><circle fill="#e8a59e" cx="459.7" cy="307.7" r="2.1"/><circle fill="#624675" cx="465.7" cy="307.7" r="2.1"/><circle fill="#e8a59e" cx="471.1" cy="307.7" r="2.1"/><path fill="#395962" d="M602.5 201.3H331.1c-3.1 0-5.7 2-5.7 4.5v6.7H608v-6.7c.1-2.5-2.4-4.5-5.5-4.5z"/><use xlink:href="#D" class="B C"/><path d="M385.5 298.5h-38.7c-1.3 0-2.4-.9-2.4-2.1v-18.6h43.5v18.6c0 1.2-1 2.1-2.4 2.1z" class="D"/><g class="B"><use xlink:href="#E"/><path d="M382.8 288.7h-33.2c-.8 0-1.5-.5-1.5-1.2h0c0-.7.7-1.2 1.5-1.2h33.2c.8 0 1.5.5 1.5 1.2h0c0 .7-.7 1.2-1.5 1.2z"/><use xlink:href="#F" class="E"/><use xlink:href="#D" x="50.8" class="C"/></g><use xlink:href="#G" class="D"/><g class="B"><path d="M433.9 283.9H400c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.5 1.2-1.2 1.2zm-.1 4.8h-33.7c-.7 0-1.3-.5-1.3-1.2h0c0-.7.6-1.2 1.3-1.2h33.7c.7 0 1.3.5 1.3 1.2h0c0 .7-.6 1.2-1.3 1.2z"/><path d="M417 293.6h-17c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h17c.7 0 1.2.5 1.2 1.2h0c0 .6-.6 1.2-1.2 1.2z" class="E"/><path d="M489.5 277.9H446v-30c0-1.2 1.1-2.1 2.4-2.1h38.7c1.3 0 2.4 1 2.4 2.1v30z" class="C"/></g><use xlink:href="#G" x="50.8" class="D"/><g class="B"><use xlink:href="#H"/><path d="M484.2 288.7h-33c-.9 0-1.6-.5-1.6-1.2h0c0-.7.7-1.2 1.6-1.2h33c.9 0 1.6.5 1.6 1.2h0c.1.7-.6 1.2-1.6 1.2z"/><path d="M467.7 293.6h-16.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h16.9c.7 0 1.2.5 1.2 1.2h0c.1.6-.5 1.2-1.2 1.2z" class="E"/><use xlink:href="#D" x="152.4" class="C"/></g><use xlink:href="#G" x="101.6" class="D"/><g class="B"><use xlink:href="#H" x="50.8"/><path d="M535.3 288.7h-33.5c-.8 0-1.4-.5-1.4-1.2h0c0-.7.6-1.2 1.4-1.2h33.5c.8 0 1.4.5 1.4 1.2h0c0 .7-.7 1.2-1.4 1.2z"/><use xlink:href="#F" x="152.3" class="E"/><path d="M591.1 277.9h-43.5v-30.5c0-.9.9-1.7 1.9-1.7h39.7c1 0 1.9.8 1.9 1.7v30.5z" class="C"/></g><path d="M589.2 298.5h-39.7c-1 0-1.9-.7-1.9-1.6v-19h43.5v19c0 .9-.9 1.6-1.9 1.6z" class="D"/><g class="B"><use xlink:href="#E" x="203.1"/><use xlink:href="#E" x="203.1" y="4.8"/><use xlink:href="#F" x="203.1" class="E"/></g><circle fill="#e83d6a" cx="336" cy="206.9" r="2.1"/><circle fill="#ffc800" cx="344.3" cy="206.9" r="2.1"/><circle fill="#27c840" cx="352.6" cy="206.9" r="2.1"/><path opacity=".5" d="M598.2 271.6a1.08 1.08 0 0 1-.7-.3c-.4-.4-.4-1 0-1.4l2.9-2.9-2.9-2.9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l3.6 3.6c.2.2.3.4.3.7s-.1.5-.3.7l-3.6 3.6c-.2.3-.4.3-.7.3zm-262.6-.3l-3.6-3.6c-.2-.2-.3-.4-.3-.7s.1-.5.3-.7l3.6-3.6c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-2.9 2.9 2.9 2.9c.4.4.4 1 0 1.4a1.08 1.08 0 0 1-.7.3c-.2 0-.5 0-.7-.3z" fill="#624675"/><path opacity=".3" d="M920 374.6V540H0V390.2c108.5-16.7 174.1-8.1 214.6 3.5 29.2 8.4 51.2 20 94.4 23 52.6 3.6 65.2-10.6 123.1-15.9 85.3-7.9 148.5 31.9 250.9 15.3 67.8-11 69.5-39.6 147.2-45.8 36-3 66.3.8 89.8 4.3z" class="B"/><path fill="#1ea7b5" d="M0 520.2h920V540H0z" class="C"/><linearGradient id="A" gradientUnits="userSpaceOnUse" x1="165.185" y1="134.555" x2="230.87" y2="68.87"><stop offset="0" stop-color="#225e64"/><stop offset="0" stop-color="#187895"/><stop offset="1" stop-color="#1caab7"/></linearGradient><path fill="url(#A)" d="M227.8 135.8h-59.6c-2.4 0-4.3-1.9-4.3-4.3V71.9c0-2.4 1.9-4.3 4.3-4.3h59.6c2.4 0 4.3 1.9 4.3 4.3v59.6c0 2.4-1.9 4.3-4.3 4.3z"/><g opacity=".9" fill="#fff"><path d="M209 104.3l-5.3-6.6 3.2-2.6 5.4 6.6z"/><path d="M206.9 108.3l-3.2-2.5 5.4-6.7 3.2 2.6zm-19.8-4l-3.3-2.6 5.3-6.6 3.3 2.6z"/><path d="M189.1 108.3l-5.3-6.6 3.2-2.6 5.3 6.7zm32.7 12h-47.6V83.2h47.6v37.1zm-42.2-5.4h36.9V88.6h-36.9v26.3z"/></g><g fill="#1a9faf"><path d="M262.9 80.2H259v14h-3.1v-14H252v-2.7h10.8v2.7zm11.4 2.9c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.2-1.2-.5-1.6s-.8-.6-1.3-.6c-.4 0-.7.1-1.1.3-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3V75.9h2.8v6l-.1 1.8c.8-1.2 2-1.8 3.6-1.8 1.4.1 2.3.4 2.9 1.2z"/><use xlink:href="#I"/><use xlink:href="#J"/><use xlink:href="#K"/><use xlink:href="#L"/><path d="M339.3 94.1c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5h-1.6v-2.5h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6-.7.2-1.2.3-1.6.3-1 .1-1.7-.1-2.2-.4zm21.2-15.3c1.1.9 1.7 2.4 1.7 4.5a8.29 8.29 0 0 1-.6 3.2c-.4 1-1.1 1.7-2 2.3s-2 .9-3.4.9h-1.5v4.5h-3.1V77.5h4.5c1.8 0 3.3.4 4.4 1.3zm-2.2 7.4c.5-.6.8-1.5.8-2.8 0-.8-.1-1.5-.3-2s-.6-.9-1-1.2-1.1-.4-1.9-.4h-1.2v7.3h1.3c1 .1 1.8-.2 2.3-.9zm7.9 7.5c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.9-.7 3-.7c1.2 0 2.1.3 3 .8.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.7-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.8.1 1.4-.2 1.7-.8zm5-8.9h3l1.4 5.7.6 2.5.5-2.5 1.6-5.7h2.5l1.7 5.7.6 2.5.6-2.5 1.4-5.7h3l-3.8 12h-2.4l-1.9-6.5-.4-1.9-.4 1.9-1.8 6.5h-2.4l-3.8-12zm20.4 11.5c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3H397c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.4-.1-2.4-.4-3.3-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2zm5.8-5.1h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.2.7-.2.9v7.2h-3v-12zm9.5 2.6h-1.6v-2.5h1.6V80c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9V94h-2.9v-9.2z"/><use xlink:href="#M"/><path d="M437.5 76h2.9v18.2h-2.9V76zm11.7 18.1c-.5-.3-.9-.8-1.1-1.3s-.4-1.2-.4-1.8.2-1.2.6-1.7c.4-.6 1.1-1.1 2.1-1.5s2.3-.6 4-.6v-.6c0-.7-.2-1.2-.5-1.5-.3-.4-.9-.5-1.7-.5-.6 0-1.2.1-1.8.3a3.22 3.22 0 0 0-1.3.8l-1-2.3c.5-.4 1.2-.7 2-.9.8-.3 1.7-.4 2.6-.4 1.1 0 2 .2 2.7.5s1.1.8 1.4 1.5c.3.6.4 1.4.4 2.4v7.8h-2.6l-.2-1.7c-.4.7-.9 1.2-1.5 1.5s-1.3.5-2 .5c-.6-.1-1.2-.2-1.7-.5zm4.2-2.3c.4-.3.7-.7 1-1.1V89h-.6c-.8 0-1.5.1-2.2.4s-1 .7-1 1.3.1 1 .4 1.2.6.4 1.2.4c.4-.1.8-.2 1.2-.5z"/><use xlink:href="#N"/><path d="M475.4 93.8c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8V76h2.8v18.2h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.8-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.9-.1 1.2-.4zm13.7 1.3c-1.1-1-1.6-2.6-1.6-4.8V77.5h3.1v11.1c0 1.3.3 2.1.8 2.6.6.5 1.2.7 2 .7s1.4-.2 1.9-.7.8-1.3.8-2.6V77.5h3.1v10.8c0 2.2-.5 3.9-1.6 4.8a6.5 6.5 0 0 1-4.2 1.5c-1.8-.1-3.2-.6-4.3-1.6z"/><use xlink:href="#O"/><path d="M519 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5S527 86 527 88v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><use xlink:href="#P"/><path d="M538.4 85.9h7.7v2.4h-7.7v-2.4zm11.2-1.1H548v-2.5h1.6V80c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9V94h-2.9v-9.2z"/><use xlink:href="#P" x="28"/><path d="M566.9 77.1h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12H567v-12z"/><use xlink:href="#I" x="294.9"/><path d="M595.2 83.1c.6.8.9 1.8.9 3.2v7.9H593v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.2.1 2.1.4 2.7 1.2zm5.9 10.7c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8V76h2.8v18.2h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.8-.1 1.2-.4zm7.7-15.7h2.9v18.2h-2.9V76zm9.1 17.4l-4.5-11.1h3.3l1.8 5.3.8 2.8.8-2.8 1.8-5.3h3.1l-6.1 16.5h-3l2-5.4z"/><use xlink:href="#J" x="339.7"/><use xlink:href="#M" x="229.1"/><path d="M666.6 76h2.9v18.2h-2.9V76zm8.4 18.1c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H672v-2.5h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-.9.1-1.6-.1-2.1-.4zm7.4-17h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12h-3.1v-12zm6.6 3.7h7.7v2.4h-7.7v-2.4zm11.1-3.7h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4h-2.9V82.2zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.3.2.7 0 1.1-.3z"/><use xlink:href="#M" x="289.2"/><use xlink:href="#P" x="196.8"/><path d="M735.9 82.2h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4H736V82.2zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.3.2.7 0 1.1-.3z"/><use xlink:href="#Q"/><use xlink:href="#O" x="255.5"/><use xlink:href="#R"/><path d="M271.1 106.3l-5.5 16.8h-.4l-3.9-9.6-3.9 9.6h-.4l-5.6-16.7h3.3l2.9 9.7 3.5-9.7h.4l3.5 9.7 2.7-9.7h3.4z"/><use xlink:href="#K" x="-42.2" y="28.8"/><use xlink:href="#S"/><path d="M295.2 122.6c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8v-6.6h2.8V123h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9-.4-.7-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4c-.4.2-.7.7-.9 1.2s-.4 1.3-.4 2.3c0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3c.3.3.8.4 1.2.4.5.1.8-.1 1.2-.4zm16.9-12.9c1.1.9 1.7 2.4 1.7 4.5a8.29 8.29 0 0 1-.6 3.2c-.4 1-1.1 1.7-2 2.3s-2 .9-3.4.9h-1.5v4.5h-3.1v-16.7h4.5c1.8 0 3.3.4 4.4 1.3zm-2.3 7.4c.5-.6.8-1.5.8-2.8 0-.8-.1-1.5-.3-2s-.6-.9-1-1.2-1.1-.4-1.9-.4h-1.2v7.3h1.3c1 .1 1.8-.2 2.3-.9z"/><use xlink:href="#S" x="35.6"/><use xlink:href="#I" x="50.4" y="28.8"/><use xlink:href="#L" x="14.7" y="28.8"/><use xlink:href="#L" x="25.2" y="28.8"/><path d="M369.7 122.3c-1-.7-1.9-1.6-2.5-3-.6-1.3-.9-3-.9-4.9 0-1.8.3-3.3.9-4.6s1.5-2.2 2.5-2.9c1.1-.7 2.3-1 3.6-1 .8 0 1.5.1 2.1.2.6.2 1 .3 1.3.5s.6.4.9.7l-1.3 2.5-.7-.7c-.2-.2-.5-.3-.8-.4s-.8-.1-1.3-.1c-.8 0-1.5.2-2.1.7s-1 1.1-1.3 1.9-.5 1.8-.5 2.9c0 1.3.2 2.5.5 3.4.3 1 .7 1.7 1.3 2.1s1.1.7 1.8.7 1.3-.1 1.9-.3c.5-.2 1-.5 1.3-.8l1.3 2.4c-.5.4-1.1.7-1.8 1s-1.6.4-2.8.4c-1.2.3-2.3 0-3.4-.7zm10.8.6c-.5-.3-.9-.8-1.1-1.3s-.4-1.2-.4-1.8.2-1.2.6-1.7c.4-.6 1.1-1.1 2.1-1.5s2.3-.6 4-.6v-.6c0-.7-.2-1.2-.5-1.5-.3-.4-.9-.5-1.7-.5-.6 0-1.2.1-1.8.3a3.22 3.22 0 0 0-1.3.8l-1-2.3c.5-.4 1.2-.7 2-.9s1.7-.4 2.6-.4c1.1 0 2 .2 2.7.5s1.1.8 1.4 1.5c.3.6.4 1.4.4 2.4v7.8H386l-.2-1.7c-.4.7-.9 1.2-1.5 1.5s-1.3.5-2 .5c-.8-.1-1.4-.2-1.8-.5zm4.2-2.3c.4-.3.7-.7 1-1.1v-1.7h-.6c-.8 0-1.5.1-2.2.4-.6.3-1 .7-1 1.3s.1 1 .4 1.2.6.4 1.2.4c.4-.1.8-.2 1.2-.5z"/><use xlink:href="#S" x="107.1"/><use xlink:href="#Q" x="-348.6" y="28.8"/><use xlink:href="#T"/><use xlink:href="#O" x="-80.1" y="28.8"/><path d="M438.9 122.5c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm5-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2zm5.9-11.3h2.9V123h-2.9v-18.2zm11.1 6.2h2.9v.4l-.2 1.7c.1-.4.3-.9.7-1.2l1.3-.9c.5-.2 1-.3 1.5-.3 1.5 0 2.7.5 3.4 1.6s1.1 2.6 1.1 4.5c0 1.4-.2 2.5-.6 3.5a4.83 4.83 0 0 1-1.7 2.2c-.7.5-1.6.8-2.5.8-.8 0-1.5-.3-2.1-.8s-.9-1.2-1.1-1.9l.3 2.3v5.4H461V111zm6.3 9.5c.4-.3.6-.7.9-1.3.2-.6.3-1.4.3-2.3s-.1-1.6-.3-2.1a3.22 3.22 0 0 0-.8-1.3c-.3-.3-.7-.4-1.2-.4s-.9.2-1.2.5-.6.8-.8 1.4-.3 1.3-.3 2c0 .8.1 1.4.3 2s.4 1 .8 1.3c.3.3.7.5 1.2.5.4.2.7 0 1.1-.3zm7.2-15.7h2.9V123h-2.9v-18.2z"/><use xlink:href="#T" x="67.2"/><use xlink:href="#U"/><path d="M507.3 105.9h3.4v3.2h-3.4v-3.2zm.1 5.1h3.1v12h-3.1v-12zm15.7.9c.6.8.9 1.8.9 3.2v7.9h-3v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.1.1 2 .4 2.6 1.2zm10.8 11c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H531V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-1 .2-1.7 0-2.2-.3zm9-.4c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8zM561 123c-.7-.2-1.2-.4-1.7-.7s-.9-.6-1.2-.9l1.2-2.5.8.8c.3.3.8.5 1.3.7s1 .3 1.4.3c.6 0 1.2-.2 1.6-.5s.6-.8.6-1.5c0-.4-.1-.8-.3-1.1s-.5-.6-.8-.8-.8-.6-1.5-1l-2.2-1.4c-.5-.4-1-.9-1.3-1.6s-.6-1.4-.6-2.3.2-1.7.6-2.4.9-1.2 1.7-1.6c.7-.4 1.6-.6 2.7-.6 1.7 0 3.1.5 4.3 1.6l-1.3 2.4c-.1-.2-.3-.4-.6-.6l-1-.6c-.4-.2-.8-.2-1.2-.2-.6 0-1.1.2-1.4.5s-.5.8-.5 1.3c0 .4.1.8.3 1.1s.5.6.8.8l1.3.9 2.3 1.5c.5.4 1 .9 1.3 1.6.4.6.5 1.4.5 2.3 0 1-.2 1.8-.6 2.5s-1 1.2-1.8 1.6-1.7.6-2.7.6c-.7.1-1.4 0-2-.2zm9.9-18.2h2.9V123h-2.9v-18.2zm6.4 1.1h3.4v3.2h-3.4v-3.2zm.2 5.1h3.1v12h-3.1v-12zm8.2 11.6c-.7-.5-1.3-1.3-1.7-2.2s-.6-2-.6-3.3c0-2 .4-3.5 1.2-4.6s2-1.6 3.6-1.6c.8 0 1.5.2 2.1.6s.9 1 1.1 1.7l-.2-1.8v-6.6h2.8V123h-2.6v-2.4c-.2.9-.6 1.5-1.2 2s-1.2.8-2.1.8c-.9-.1-1.7-.3-2.4-.8zm4.3-2.1a3.22 3.22 0 0 0 .8-1.3c.2-.6.3-1.3.3-2.2 0-1.3-.2-2.2-.5-2.9s-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.4 1.3-.4 2.3 0 .9.1 1.6.3 2.2a3.22 3.22 0 0 0 .8 1.3 1.92 1.92 0 0 0 1.2.4c.5.1.8-.1 1.2-.4z"/><use xlink:href="#R" x="-175.7" y="28.8"/><use xlink:href="#V"/><path d="M636.7 111v12H634l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-8h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2V111h3.1zm5.4 11.9c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5h-1.6V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-.9.2-1.6 0-2.1-.3z"/><use xlink:href="#V" x="40"/><path d="M667.4 113.6h-1.6V111h1.6v-2.2c0-1.1.2-2 .6-2.7s.9-1.1 1.5-1.4 1.2-.4 1.9-.4 1.2.1 1.7.2c.4.1.7.2.8.3v2.6c-.2-.2-.4-.4-.8-.5-.3-.1-.7-.2-1-.2-1.3 0-1.9.6-1.9 1.9v2.3h2.9v2.5h-2.9v9.4h-2.9v-9.2zm20.8 7h-6l-.9 2.4H678l7.1-17h.2l7.1 17h-3.3l-.9-2.4zm-.9-2.4l-1.8-4.6-.4-1.3-.4 1.3-1.7 4.6h4.3z"/><use xlink:href="#N" x="233.2" y="28.8"/><path d="M709.3 122.2l-4.5-11.1h3.3l1.8 5.3.8 2.8.8-2.8 1.8-5.3h3.1l-6.1 16.5h-3l2-5.4zm10.6.7c-.5-.3-.9-.8-1.1-1.4s-.3-1.4-.3-2.4v-5.5H717V111h1.7l.2-2.5 2.6-1.1v3.6h3v2.5h-3v5.5c0 .7.1 1.1.3 1.4s.5.4.8.4.7-.1 1.1-.3.7-.4 1-.6l.6 2.4c-.4.2-.9.5-1.5.6s-1.2.3-1.7.3c-1 .2-1.7 0-2.2-.3zm16.7-11c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.2-1.2-.5-1.6s-.8-.6-1.3-.6c-.4 0-.7.1-1.1.3-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3v-18.3h2.8v6l-.1 1.8c.8-1.2 2-1.8 3.6-1.8 1.4.1 2.3.4 2.9 1.2zm4.4-6h3.4v3.2H741v-3.2zm.1 5.1h3.1v12h-3.1v-12z"/><use xlink:href="#N" x="287.3" y="28.8"/><use xlink:href="#U" x="267.3"/><path d="M774 119.4h2.8v3.6H774v-3.6z"/></g><defs ><path id="C" d="M266.3 249.3a7.04 7.04 0 0 0 5.6-5.6c0-.1.2-.1.2 0a7.04 7.04 0 0 0 5.6 5.6c.1 0 .1.2 0 .2a7.04 7.04 0 0 0-5.6 5.6c0 .1-.2.1-.2 0a7.04 7.04 0 0 0-5.6-5.6c-.2 0-.2-.2 0-.2z"/><path id="D" d="M387.9 277.9h-43.5v-30c0-1.2 1.1-2.1 2.4-2.1h38.7c1.3 0 2.4 1 2.4 2.1v30z"/><path id="E" d="M383.1 283.9h-33.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.5 1.2-1.2 1.2z"/><path id="F" d="M366.2 293.6h-16.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h16.9c.7 0 1.2.5 1.2 1.2h0c0 .6-.5 1.2-1.2 1.2z"/><path id="G" d="M436.3 298.5h-38.7c-1.3 0-2.4-.9-2.4-2.1v-18.6h43.5v18.6c0 1.2-1.1 2.1-2.4 2.1z"/><path id="H" d="M484.7 283.9h-33.9c-.7 0-1.2-.5-1.2-1.2h0c0-.7.5-1.2 1.2-1.2h33.9c.7 0 1.2.5 1.2 1.2h0c0 .7-.6 1.2-1.2 1.2z"/><path id="I" d="M280.5 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.6-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><path id="J" d="M310.1 77.2v17h-3V87l.1-2.8-.9 1.3-3.3 3.9-3.3-3.9-.9-1.3.1 2.8v7.2h-3v-17h.2l6.8 8 6.7-8h.5z"/><path id="K" d="M315.6 93.7c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.9-.7 3-.7c1.2 0 2.1.3 3 .8.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.1-.2-2.1-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8z"/><path id="L" d="M327.5 94c-.7-.3-1.1-.6-1.4-.9l.9-2.3c1 .8 2.1 1.3 3.3 1.3.5 0 .9-.1 1.2-.3s.4-.5.4-.8-.2-.6-.7-.9-1.1-.6-1.9-1c-.6-.2-1-.5-1.4-.8s-.8-.6-1.1-1.1-.5-1-.5-1.6c0-.7.2-1.3.5-1.9.4-.5.9-.9 1.6-1.2s1.5-.4 2.4-.4c.6 0 1.1.1 1.6.2s.9.3 1.3.5.6.4.8.5l-.8 2.2c-.4-.3-.8-.5-1.3-.7s-1-.3-1.5-.3c-.6 0-1 .1-1.3.2-.2.2-.4.4-.4.8s.2.7.5.9l1.6.8c1.1.4 1.9.9 2.5 1.5s.9 1.3.9 2.1c0 .7-.2 1.3-.5 1.9s-.8 1-1.5 1.4c-.7.3-1.6.5-2.6.5-1-.2-1.9-.3-2.6-.6z"/><path id="M" d="M433.9 82.2v12h-2.7l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-7.9h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2v-7.6h3.1z"/><path id="N" d="M469.6 83.1c.6.8.9 1.8.9 3.2v7.9h-3.1v-7.6c0-.7-.1-1.2-.4-1.6s-.7-.6-1.3-.6a1.69 1.69 0 0 0-1 .3c-.3.2-.6.5-.8.8s-.3.7-.3 1.1v7.6h-3.1v-12h2.8l.1 1.6c.8-1.2 2-1.9 3.5-1.9 1.2.1 2.1.4 2.7 1.2z"/><path id="O" d="M507.5 94c-.7-.3-1.1-.6-1.4-.9l.9-2.3c1 .8 2.1 1.3 3.3 1.3.5 0 .9-.1 1.2-.3s.4-.5.4-.8-.2-.6-.7-.9c-.4-.3-1.1-.6-1.9-1-.6-.2-1-.5-1.4-.8s-.8-.6-1.1-1.1-.5-1-.5-1.6c0-.7.2-1.3.5-1.9.4-.5.9-.9 1.6-1.2s1.5-.4 2.4-.4c.6 0 1.1.1 1.6.2s.9.3 1.3.5.6.4.8.5l-.8 2.2c-.4-.3-.8-.5-1.3-.7s-1-.3-1.5-.3c-.6 0-1 .1-1.3.2-.2.2-.4.4-.4.8s.2.7.5.9c.4.2.9.5 1.7.8 1.1.4 1.9.9 2.5 1.5s.9 1.3.9 2.1c0 .7-.2 1.3-.5 1.9s-.8 1-1.5 1.4c-.7.3-1.6.5-2.6.5-1.2-.2-2.1-.3-2.7-.6z"/><path id="P" d="M529.7 82.2h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.3.6-.3.8v7.2h-3V82.2z"/><path id="Q" d="M751.1 93.7c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.2-.2-2.2-.4-3-.9zm4.7-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.8.1 1.3-.2 1.7-.8z"/><path id="R" d="M774.5 93.7c-.8-.5-1.5-1.3-1.8-2.2s-.6-2-.6-3.1c0-1.2.2-2.3.7-3.2.4-1 1.1-1.7 1.9-2.3s1.8-.9 3-.9c1.7 0 3 .5 3.7 1.5s1.1 2.5 1.1 4.5v1.3h-7.2c0 1 .3 1.7.8 2.2s1.2.8 2.2.8c.5 0 1-.1 1.6-.3a3.22 3.22 0 0 0 1.3-.8l1 2.3c-1.1.8-2.6 1.1-4.3 1.1-1.5-.1-2.5-.4-3.4-.9zm4.9-6.4c0-1.2-.1-2-.4-2.4s-.7-.7-1.3-.7c-.8 0-1.4.3-1.8.9s-.7 1.3-.7 2.2h4.2z"/><path id="S" d="M284.6 111h2.7l.1 2.1c.3-.6.7-1.1 1.2-1.6.6-.4 1.3-.7 2.3-.7.4 0 .8.1 1.1.2l-.7 3.1c-.1-.1-.3-.2-.5-.3s-.4-.1-.7-.1c-.6 0-1 .1-1.4.4a2.36 2.36 0 0 0-.9.8c-.2.3-.3.6-.3.8v7.2h-3V111z"/><path id="T" d="M423.2 111v12h-2.7l-.1-1.5c-.4.6-.8 1-1.3 1.3s-1.2.5-2 .5c-1.2 0-2.1-.4-2.7-1.1s-.9-1.8-.9-3.2v-8h3v7.6c0 .7.1 1.2.4 1.6s.7.6 1.2.6a1.69 1.69 0 0 0 1-.3c.3-.2.5-.5.7-.8s.3-.7.3-1.2V111h3.1z"/><path id="U" d="M498.1 125.8c1 0 1.8-.3 2.3-.8s.8-1.4.8-2.5v-1.9c-.2.7-.5 1.4-1 1.8-.5.5-1.2.7-2.1.7s-1.8-.2-2.5-.6-1.3-1.1-1.7-2-.6-2.1-.6-3.5.2-2.6.6-3.5 1-1.6 1.7-2.1c.7-.4 1.5-.7 2.4-.7.6 0 1.2.1 1.6.3.5.2.8.5 1.1.9s.4.7.5 1.1l.3-2.1h2.4v11.4c0 1.2-.2 2.3-.6 3.2s-1 1.6-1.8 2.1-1.8.7-3 .7c-.9 0-1.7-.1-2.4-.3s-1.3-.5-1.8-.7l1.3-2.3c.8.5 1.6.8 2.5.8zm2.2-6c.4-.7.6-1.6.6-2.8s-.2-2.1-.5-2.8c-.4-.7-.9-1-1.6-1a1.92 1.92 0 0 0-1.2.4 2.73 2.73 0 0 0-.9 1.2c-.2.6-.3 1.3-.3 2.2 0 1.2.2 2.2.6 2.8s1 .9 1.7.9c.7.1 1.2-.2 1.6-.9z"/><path id="V" d="M615.9 122.5c-.8-.5-1.5-1.2-1.9-2.1s-.6-2-.6-3.4c0-1.3.2-2.4.7-3.4.4-.9 1.1-1.6 1.9-2.1s1.8-.7 3-.7 2.1.3 3 .8c.8.5 1.4 1.2 1.8 2.2s.6 2 .6 3.3-.2 2.4-.6 3.3a5.1 5.1 0 0 1-1.9 2.2c-.8.5-1.8.8-3 .8-1.1-.2-2.1-.4-3-.9zm4.8-2.6c.4-.6.6-1.6.6-2.9s-.2-2.2-.6-2.9-1-1-1.7-1c-.8 0-1.4.3-1.8.9s-.6 1.6-.6 2.9.2 2.3.6 2.9 1 .9 1.8.9c.7.1 1.3-.2 1.7-.8z"/></defs></svg>
 
admin/img/images/premium/wpcp-vector.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418.9 916.3" xmlns:v="https://vecta.io/nano"><path fill="#395962" d="M1409.6 916.3H9.3c-5.1 0-9.3-4.2-9.3-9.3v-9.7c0-5.1 4.2-9.3 9.3-9.3h1400.3c5.1 0 9.3 4.2 9.3 9.3v9.7c0 5.1-4.1 9.3-9.3 9.3z"/><path fill="#333" d="M1223.2 890.2H236.4c-20.3 0-36.8-16.5-36.8-36.8V151.8c0-20.3 16.5-36.8 36.8-36.8h986.8c20.3 0 36.8 16.5 36.8 36.8v701.6c0 20.3-16.5 36.8-36.8 36.8z"/><path fill="#daeef7" d="M1184.5 860H238.8c-6.5 0-11.7-5.3-11.7-11.7v-691c0-6.5 5.3-11.7 11.7-11.7h945.7V860z"/><path fill="#fff" d="M265.8 240.3h873.6v583.6H265.8z"/><path fill="#395962" d="M1139.5 256.9v-45c0-15.4-12.5-27.9-27.9-27.9H293.8c-15.4 0-27.9 12.5-27.9 27.9v45h873.6z"/><path fill="#fff" d="M1086.6 238.2H741.4a15.41 15.41 0 0 1-15.4-15.4v-4.6a15.41 15.41 0 0 1 15.4-15.4h345.2a15.41 15.41 0 0 1 15.4 15.4v4.6a15.41 15.41 0 0 1-15.4 15.4z"/><g fill="#daeef7"><path opacity=".3" d="M1250.3 500.4c1.3 16.6-12.4 30.3-29 29-13-1-23.6-11.6-24.6-24.6-1.3-16.6 12.4-30.3 29-29 13 1 23.5 11.6 24.6 24.6z"/><path d="M1231.5 513.8h-16c-1.8 0-3.2-1.4-3.2-3.2v-16c0-1.8 1.4-3.2 3.2-3.2h16c1.8 0 3.2 1.4 3.2 3.2v16c0 1.8-1.5 3.2-3.2 3.2zm-16.1-21.6a2.26 2.26 0 0 0-2.3 2.3v16a2.26 2.26 0 0 0 2.3 2.3h16a2.26 2.26 0 0 0 2.3-2.3v-16a2.26 2.26 0 0 0-2.3-2.3h-16z"/></g><circle fill="#e63d6a" cx="307.7" cy="220.5" r="12.1"/><circle fill="#fdc602" cx="347.2" cy="220.5" r="12.1"/><circle fill="#2bc641" cx="386.6" cy="220.5" r="12.1"/><circle fill="#c4dfe8" cx="666.4" cy="655.6" r="12.1"/><circle fill="#395962" cx="705.8" cy="655.6" r="12.1"/><circle fill="#c4dfe8" cx="745.2" cy="655.6" r="12.1"/><path fill="#e6f3ff" d="M322.2 346.8H559V623H322.2z"/><g fill="#1daeb9"><path opacity=".7" d="M519.4 559.3H361.7a.94.94 0 0 1-1-1v-6c0-1.7 1.3-3 3-3h155.7a.94.94 0 0 1 1 1v8a1.08 1.08 0 0 1-1 1z"/><path opacity=".5" d="M346.6 575.7h187.8v6.7H346.6zm0 12.9h187.8v6.7H346.6z"/><path d="M322.2 514.4l54.8-61c3.3-3.7 8.6-4 12.3-.8l51.4 44.4 53-71.8c1.6-2.2 4.1-3.6 6.8-3.7 2.7.1 5.3 1.1 7 3.1l51.5 59V346.8H322.2v167.6zM372 379.9c14 0 25.4 12.1 25.4 27.1 0 14.9-11.4 27.1-25.4 27.1S346.6 422 346.6 407s11.4-27.1 25.4-27.1zm128.5 45.4c-1.6.1-3 .9-4 2.2l-54.1 73.3c-.3.4-.7.7-1.2.7a1.48 1.48 0 0 1-1.3-.4L387 455.5c-2.2-1.9-5.4-1.7-7.4.5l-57.4 64v8.8H559v-39.6l-54.2-62c-1.1-1.2-2.6-1.9-4.3-1.9z"/></g><path fill="#e6f3ff" d="M587.2 346.8H824V623H587.2z"/><g fill="#1daeb9"><path opacity=".7" d="M784.4 559.3H626.7a.94.94 0 0 1-1-1v-6c0-1.7 1.3-3 3-3h155.7a.94.94 0 0 1 1 1v8c0 .5-.4 1-1 1z"/><path opacity=".5" d="M611.7 575.7h187.8v6.7H611.7zm0 12.9h187.8v6.7H611.7z"/><path d="M587.2 514.4l54.8-61c3.3-3.7 8.6-4 12.3-.8l51.4 44.4 53-71.8c1.6-2.2 4.1-3.6 6.8-3.7 2.7.1 5.3 1.1 7 3.1l51.5 59V346.8H587.2v167.6zM637 379.9c14 0 25.4 12.1 25.4 27.1 0 14.9-11.4 27.1-25.4 27.1S611.6 422 611.6 407s11.4-27.1 25.4-27.1zm128.6 45.4c-1.6.1-3 .9-4 2.2l-54.1 73.3c-.3.4-.7.7-1.2.7a1.48 1.48 0 0 1-1.3-.4l-53-45.6c-2.2-1.9-5.4-1.7-7.4.5l-57.4 64v8.8H824v-39.6l-54.2-62c-1.1-1.2-2.6-1.9-4.2-1.9z"/></g><path fill="#e6f3ff" d="M852.2 346.8H1089V623H852.2z"/><g fill="#1daeb9"><path opacity=".7" d="M1049.5 559.3H891.8a.94.94 0 0 1-1-1v-6c0-1.7 1.3-3 3-3h155.7a.94.94 0 0 1 1 1v8a1.08 1.08 0 0 1-1 1z"/><path opacity=".5" d="M876.7 575.7h187.8v6.7H876.7zm0 12.9h187.8v6.7H876.7z"/><path d="M852.2 514.4l54.8-61c3.3-3.7 8.6-4 12.3-.8l51.4 44.4 53-71.8c1.6-2.2 4.1-3.6 6.8-3.7 2.7.1 5.3 1.1 7 3.1l51.5 59V346.8H852.2v167.6zm49.9-134.5c14 0 25.4 12.1 25.4 27.1 0 14.9-11.4 27.1-25.4 27.1S876.7 422 876.7 407s11.4-27.1 25.4-27.1zm128.5 45.4c-1.6.1-3 .9-4 2.2l-54.1 73.3c-.3.4-.7.7-1.2.7a1.48 1.48 0 0 1-1.3-.4l-52.9-45.6c-2.2-1.9-5.4-1.7-7.4.5l-57.5 64v8.8H1089v-39.6l-54.2-62c-1-1.2-2.5-1.9-4.2-1.9z"/></g><path fill="#404347" d="M1110.1 177.4s-2.5 2.2-4.7 5.5c-2.2 3.4-8.2 3.5-8.4 8.1-.3 4.6 8.1 4.7 12.4 3.2 4.4-1.5 5-6 7.7-7.1 2.6-1.1 4-2 3.8-4.2s-1.7-5.7-1.7-5.7-1.6.5-2.6.6-4.3.2-6.5-.4z"/><path fill="#30aabd" d="M1140 53.4l-3 16.5c-.5 2.7-1 4.8-1.3 5.4-.4.8-3.5 4.2-7.4 8.2l-15.7 15.7-3.5-6.6 13.3-15.5c2.5-2.9 4.4-5.1 4.8-5.4 1.1-1 2.4-10.9 4.3-19 1.8-8.2 5.5-12.7 5.5-12.7l3 13.4z"/><path fill="#dba585" d="M1128.3 83.5l-15.7 15.7-3.5-6.6 13.3-15.5c1.6.8 4.7 2.8 5.9 6.4z"/><path fill="#404347" d="M1171.5 174.6l3.6 4.1c1.4 1.5 6.5 4.3 6.6 8.8 0 4.9-3.8 4.5-7.3 4.3-3.4-.2-6.2-2.6-7.7-5.4-1.4-2.8-5.3-3.5-5.6-5.8s1.8-6.3 1.8-6.3l8.6.3z"/><path d="M1163.5 170.2l-.4 4.2s7.2 3.1 8.5.2l-.3-3.8-7.8-.6zm-53.1 4.1l-.4 3s4.3 1.5 9.1-.1l.1-2.7-8.8-.2z" fill="#5a554e"/><path fill="#30aabd" d="M1171.9 97.9c.2.9-45.9 0-45.9 0s12.8-9.3 13.6-11.8-3.2-17.4-3.8-22.2c-.4-3.9-1.5-21.2 1.1-23.9 2.7-2.8 12.3-5.7 12.3-5.7l14 .5s2.3.5 4 1.3 11.1 4.1 12.6 8.9-9.4 19.9-9.4 19.9 0 .7-.1 1.8h0c0 1.5-.1 3.8-.2 6.2-.1 3.2-.1 6.7-.1 9.3.1 6 1.7 14.8 1.9 15.7z"/><path fill="#365d8c" d="M1171.9 97.9s6.3 9.2 6.4 15.5-2.3 23.7-2.5 27.2-3.4 32.3-3.4 32.3-2.5 2.3-10-.6l-1.8-30.2c-.2-2.9-.2-16.4-1.9-18.3s-11.9-8.1-13.2-9.2c-1.3-1.2-24.5 4.4-26.9 5-6.3 1.6-3.4 12.6-2 17.5 2.3 8.2 4.4 37.8 4.4 37.8s-4.5 1.9-12 .3l-15.2-58.8c-.5-5.3-.7-14.1 35.6-20.7l42.5 2.2z"/><g fill="#dba585"><path d="M1153.1 3.9s-12.2-2.7-9.4 12.6 5.7 16.5 13 13.4c7.3-3.2 6.7-13 7.1-17.8.3-4.9-6.9-8-10.7-8.2z"/><path d="M1149.8 38.3s5.4 5.7 13.9.5c0 0-1.9-12.4-.9-18.4s-11.1 9.3-11.1 9.3c.2.1.3.7.3 1.5 0 .7 0 1.6-.1 2.5-.3 2-.9 4.1-2.1 4.6zm9.8-23.9c.2-1.4 2.8-1.8 3 .2s-1.2 5.6-2.2 5.2c-1-.3-1-3.5-.8-5.4z"/></g><path fill="#3d4062" d="M1163.2 19.9s-.3-4.8-2.1-5-2 1.8-2 1.8l-1.8.3s.6-4.2-1.2-5c-1.8-.7-11.4 2.3-12.8 1.1s-.7-9.8 1.8-11c2.6-1.2 9.6-3.8 14.8-.3 0 0 4-.5 4.6 2.8s-.2 12.9-1.3 15.3z"/><path fill="#997761" d="M1151.9 33.7c8.8-2.7 9.5-8 9.5-8.1-2.9 5-9.3 5.6-9.3 5.6-.1.7-.1 1.6-.2 2.5z"/><path fill="#dba585" d="M1167.3 36.2s-6.4 12.8-16.8 12-1.8-13.7-1.3-13.8c.5-.2 10.7-2.7 18.1 1.8z"/><path fill="#1e8ca6" d="M1120.8 97.2s31.9 3.9 51.2.6l-36.9-4.6c0 .1-.3 1-14.3 4z"/><path fill="#dba585" d="M1144.6 91.8l-2.4 1.2s.5 3.8 1.8 4.9l2.7-.7c0 0-.5-4.1-2.1-5.4z"/><path fill="#30aabd" d="M1181.5 84.1c-.5.5-6.7 3.1-13.8 5.8h0c-9.7 3.7-20.6 7.2-20.6 7.2l-2.5-5.3 19.1-10.6c3.6-2.1 6.5-3.7 6.9-4.1 1.2-1.2 1.6-3.1.6-6.4-.9-3.3-3-18.5-3.2-20.3s.6-6.5 5-6.7 6.7 1 6.7 1 1.1.5 1.9 11.2c.9 10.9 1 26.9-.1 28.2z"/><path d="M1170.4 66.4v.3l-.2 6.2c-4.3-10.6-1.8-19.1-1.8-19.2-.5 2.9 1.9 12.5 2 12.7zm-33.4 3.5h0c-.5 2.7-1 4.8-1.3 5.4-1.5-7.1-.1-16.3-.1-16.3.1 4.4 1.4 10.9 1.4 10.9z" fill="#1e8ca6"/><path fill="#dba585" d="M1167.7 89.9h0c-9.7 3.7-20.9 7.4-20.9 7.4l-2.1-5.4 19.1-10.6c-.1 0 2.7 1.3 3.9 8.6z"/><path fill="#5d5954" d="M1143.9 97.6l-45.3-.7 22.9 11.6z"/><path fill="#8c867e" d="M1121.5 108.5l22.4-8.7v-2.2l-24.2 8.7z"/><g fill="#dba585"><path d="M1142.7 93.1l-4.8-.9c-1.5-.4-5.3.1-6.2 1.1-1 1-4 7.7-4.6 8.1s.3 1.4 1.3.9c0 0 .9 3 3.2 1.9s3.8-3.5 5.1-4l8.2-2.6s-.4-5.2-2.2-4.5z"/><path d="M1132.4 92.9s-1.8.9-2.3 1.3l-2.9 2.2c-.5.3.7 1.3 4.1-.2 3.5-1.6 1.1-3.3 1.1-3.3z"/></g><path fill="#6c6760" d="M1121.5 108.5L1108 71.7l-43.4.7 12.9 33.9z"/><path fill="#7b6f66" d="M1094.1 88c1.3 2.6.9 5.5-.9 6.4s-4.4-.5-5.7-3.1-.9-5.5.9-6.4c1.9-1 4.4.5 5.7 3.1z"/><path d="M143.9 858.3l1.3 5.6s14.4 5.8 16.6 5.7c2.3-.1 29.1-7.6 27.3 18.7l-67.9 3.1.6-32 22.1-1.1zm-46.4 30l.3 6.3s-26 10-39-.5c0 0-.3-2.2.2-5.6.6-4.4 2.6-10.8 8.4-16.4l1.8-14.2 20.2 4.1.4 8s7 14.3 7.8 17.8c-.2.3-.1.4-.1.5z" fill="#414042"/><path fill="#e09088" d="M229 487.2s5.3 7.7 6.1 8.3 3.9 1.5 5.2 1.9 3.3-.5 2.4-4.4c-1-3.5-1.1-5-1.9-5.7-.8-.6-9.3-4.4-9.3-4.4l-2.5 4.3z"/><path fill="#eda89e" d="M246.5 490c-1.2-4.2-1.2-5.9-2.1-6.8-.5-.4-3.3-2-5.9-3.5-1.3 1.7-3.2 2.8-5.1 3.8l7.4 4.1c.9.8 1.2 6.7 2.8 7.3 1.4.7 3.8-.2 2.9-4.9z"/><path fill="#f4b7ac" d="M221.6 496.4s7.8-11.6 10.2-14.2c2.3-2.6 16.5-6.5 20.1-8.4 4-1.6 5.5 1.4.7 4.5-5.1 3.3-14.3 7.8-15 8.2-.7.5-1.6 6.9-1.4 7.6.2.6 5.3 0 6.1-.4s3.9-5.4 8.2-4.6-4 9.8-6.1 10.9-8.8 5.7-14.9 5.1l-7.9-5.7v-3z"/><path fill="#28516b" d="M139.7 551.3l3.3 3.8c5.6 6.4 17 19.1 24.5 23.9h0c.7.4 1.3.8 1.9 1.1 12.7 6.9 64.2-71.9 64.2-71.9L219 492.7s-43 56.8-43.9 54.2l-24.8-41.3s-33.5 9.2-10.6 45.7z"/><path fill="#365d8c" d="M63.9 623.2l1.2 239.7 28.3 1.2 15.7-195.7 8.7 194.6 31.4-1.4-2.6-241.2z"/><path fill="#28516b" d="M60.5 622c3.3 5.5 16.4 36.2 16.4 36.2s10.2 3.1 26.9 2.3c5.1-7.5 5.5-15.4 5.5-15.4s2.4 10.3 7.3 14.2c9.3-1.4 26.1-5.1 34.2-13.8l-.6-7.6-7.3-83.6 7.4-48.9s-21.6-26.7-48.6-30.4c-30.3 5-59.5 35.3-59.5 35.3l21 49.1c4.3 10.1-2.7 62.6-2.7 62.6z"/><g fill="#353535"><path d="M109.3 645.2l-.2-18.5-.4-18.4-1.1-36.8-2.3-55.2-1-18.4.2 18.4.4 18.4 1.1 36.9 1.5 36.8.8 18.4z"/><circle cx="110.4" cy="523.5" r="1.7"/><path d="M113.2 548.3c0 .9-.7 1.7-1.6 1.8-.9 0-1.7-.7-1.8-1.6 0-.9.7-1.7 1.6-1.8s1.8.7 1.8 1.6z"/><circle cx="112.7" cy="573.3" r="1.7"/><path d="M115.5 598.1c0 .9-.7 1.7-1.6 1.8-.9 0-1.7-.7-1.8-1.6s.7-1.7 1.6-1.8 1.7.7 1.8 1.6zm1.1 24.9c0 .9-.7 1.7-1.6 1.8s-1.7-.7-1.8-1.6c0-.9.7-1.7 1.6-1.8s1.8.6 1.8 1.6z"/></g><path fill="#28516b" d="M42.2 510.4s-10.7 38-14.2 79.9C27 604.1 64.1 668 64.1 668l10.1-15.5S56.9 606.9 54.4 592c2.5-10.9 5.4-22.5 8.8-32.4 17.6-39.3-21-49.2-21-49.2z"/><path fill="#f4b7ac" d="M118.9 486.2s-1.3 11.1-18.5 11.9-22.5-12.7-22.5-12.7l1.8-8.9 4.2-32 16.3 18.5 17.2-3.5.8 14.8.7 11.9z"/><g fill="#317791"><path d="M79.7 476.5l24.6 21.4-7.6 18.3-25-30z"/><path d="M118.4 476.4l-14.1 21.5 11.5 14.9 9.1-29.8zM219 492.7l-7.4 6.7 5.2 4.4 6-3.7-2.6 6.5 10.1 9.1 5.2-8.3z"/></g><path opacity=".5" fill="#e07f86" d="M118 473.2c-7.5 6-19-.6-36.5-11.2l2.3-17.6 16.3 18.5 17.2-3.5.7 13.8z"/><path fill="#353535" d="M130.8 412.5s4.2 7.5 1.6 14.3l-7.5-12 5.9-2.3z"/><path fill="#f4b7ac" d="M107.3 397.4s0-.1 0 0c0 0-20.6-4.2-30.3 20.8 0 0-5.7 16.2 1.6 31.3 0 0 15.2 19.8 32.2 24.8 11.9 3.1 20.4-18.4 22.1-39.6.8-19.5-12.1-36.2-25.6-37.3z"/><path fill="#fff" d="M122.1 452.1s-6.5 4.8-16.4.1c0 0 2.7 6.4 7.8 6.5 5.1.2 7.9-4.4 8.6-6.6z"/><path fill="#f4b7ac" d="M79.7 441.2l.4 9.5c-7.9 3.3-14.9-4.4-16.4-10.8-.7-3.2-.1-6.2 2.5-7.3 5.5-2.3 9.9 2.9 12.1 6.2.9 1.3 1.4 2.4 1.4 2.4z"/><path fill="#353535" d="M65.2 400.5c4.2-6.3 12-4.5 12-4.5h0c21-40 63.3 7.4 63.3 7.4l-10 .5 18.6 6.4c-17 10.8-43.3 11.8-43.3 11.8h0c-9.7.7-17.5.4-17.5.4s.9 6.5-6.3 10.1c.5 9.3-.5 18.4-.5 18.4-2.2-4.8-3.4-9.6-4.1-13.6h0s-2.1-2.7-4.4-4.1c-2.5-1.1-4.8-1.1-4.8-1.1s-7.2-25.4-3-31.7z"/><path fill="#e07f86" d="M68.9 438c5.6-.3 9.1 4.6 9.2 4.8s.1.5-.1.7c-.1.1-.2.1-.2.1-.2 0-.3-.1-.4-.2 0 0-1.3-1.9-3.5-3.2-1.9 1.4-.7 4.6-.7 4.6.1.2 0 .5-.3.6h-.1a.55.55 0 0 1-.5-.3c-.1-.2-1.3-3.6.7-5.4-1.1-.5-2.4-.8-3.8-.8h-.1c-.2.1-.5-.2-.5-.4-.1-.2.1-.5.3-.5z"/><g fill="#353535"><ellipse transform="matrix(.999 -.045076 .045076 .999 -19.6527 5.107)" cx="103.4" cy="438.3" rx="1.7" ry="6.1"/><path d="M125 437c.1 3.2-.4 5.8-1.2 5.8s-1.6-2.5-1.8-5.7c-.1-3.2.4-5.8 1.2-5.8.9-.1 1.6 2.5 1.8 5.7z"/></g><path fill="#e07f86" d="M115.9 449.9h.2c.7-.1 2.3-.8 2.3-5 0-7-1.3-10.8-1.4-10.9-.1-.2-.4-.4-.6-.3s-.4.4-.3.6c0 0 1.3 3.8 1.3 10.6 0 2.9-.8 4-1.5 4.1-1.1.2-2.8-1.6-3.6-4.7-.1-.2-.3-.4-.6-.3s-.4.3-.3.6c.8 3.2 2.7 5.4 4.5 5.3z"/><path d="M131.7 432c-.5 0-2.2-3.2-4.5-4.2-1.4-.6-3-.5-4.9.2-.6.3-1.4 0-1.6-.7-.3-.6 0-1.4.7-1.6 2.5-1 4.8-1.1 6.8-.2 3.3 1.4 3.7 6.5 3.5 6.5zm-38 2.1c-.7-.2.2-5.7 3.6-7.6 2.2-1.2 4.8-1.3 7.7-.5a1.423 1.423 0 1 1-.9 2.7c-2.2-.7-4-.6-5.5.2-2.3 1.4-4.7 5.3-4.9 5.2zm3.8 454.2l.3 6.3s-26 10-39-.5c0 0-.3-2.2.2-5.6 18 8.6 37.3-.2 38.5-.7-.1.3 0 .4 0 .5zm23.7 3l.1-6.4 67.7-2.2.1 5.6z" fill="#353535"/><ellipse fill="#75c64e" cx="1340" cy="811.5" rx="11" ry="36.5"/><path fill="#bbe8e3" d="M1340 841.1a.68.68 0 0 1-.7-.7v-57.9a.68.68 0 1 1 1.4 0v57.9c0 .4-.4.7-.7.7z"/><path fill="#75c64e" d="M1369 826.3c-11.4 12.5-18.5 23.2-22.9 21.8-4.3-1.1-6.8-14.2 1.6-29.5 8.3-15.4 26.7-23.6 33.9-19.6 7.4 4.2-1.4 14.9-12.6 27.3z"/><path fill="#bbe8e3" d="M1347.9 843.4h-.1c-.3-.1-.5-.5-.4-.8 5.3-14.9 15.2-28.6 28.5-39.5.3-.3.7-.1.9.1.3.3.1.7-.1.9-13 10.8-22.8 24.4-28.1 39-.2 0-.5.3-.7.3z"/><path fill="#75c64e" d="M1330.4 824.9c7.6 12.5 7.3 24 3.7 25.4-3.7 1.5-10.8-7.2-19.7-18.2s-15.2-21-10.1-24c5-2.8 18.5 4.2 26.1 16.8z"/><path fill="#bbe8e3" d="M1332 846.1c-.3 0-.5-.1-.5-.4-5.5-12.2-13.4-23.4-23.6-33.3-.3-.3-.3-.7 0-.9.3-.3.7-.3.9 0 10.1 10.1 18.2 21.4 23.8 33.7.1.3 0 .7-.3.8-.2.1-.2.1-.3.1z"/><path fill="#606060" d="M1352.5 887.3H1327c-2.8 0-5.2-2-5.7-4.8l-7.2-35.8c-.4-1.9 1.1-3.5 2.9-3.5h45.6c1.9 0 3.2 1.7 2.9 3.5l-7.2 35.8c-.6 3-3 4.8-5.8 4.8z"/><path opacity=".7" d="M300.4 511.6l-15.8-15.8c-.7-.7-1.2-1.7-1.2-3s.5-2.3 1.2-3l15.8-15.8c1.7-1.7 4.3-1.7 6 0s1.7 4.3 0 6l-12.8 12.8 12.8 12.8c1.7 1.7 1.7 4.3 0 6-.7.7-2 1.2-3 1.2s-2.2-.2-3-1.2zm806.5.9c-1 0-2.3-.5-3-1.2-1.7-1.7-1.7-4.3 0-6l12.8-12.8-12.8-12.8c-1.7-1.7-1.7-4.3 0-6s4.3-1.7 6 0l15.8 15.8c.7.7 1.2 1.7 1.2 3 0 1.2-.5 2.3-1.2 3l-15.8 15.8c-.7.8-2 1-3 1.2z" fill="#333"/></svg>
 
admin/img/preloader.gif DELETED
Binary file
admin/img/premium-logo.png DELETED
Binary file
admin/img/rocket.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="20px" height="20px" version="1.1" viewBox="0 0 1200 1200" xmlns="http://www.w3.org/2000/svg">
3
+ <g fill="#11b916">
4
+ <path d="m975 243.75c0-10.352-8.4375-18.75-18.75-18.75-140.77 0.26172-250.05 6.3008-393.75 150-41.176 41.176-73.801 85.164-99.562 127.35-60.637-34.539-138.49-15.824-175.99 43.836l-58.836 93.75c-7.7266 12.301-3.3359 17.137 10.426 12.602 31.352-10.312 89.664-22.949 155.4-4.7617-8.3984 23.961-13.648 42.824-16.387 53.812-1.5391 6.0391 1.0117 14.512 5.3984 18.898l96.602 96.602c4.3867 4.3867 12.863 6.9375 18.863 5.3984 10.988-2.7383 29.852-7.9883 53.852-16.426 18.188 65.773 5.5859 124.09-4.7266 155.44-4.5391 13.727 0.30078 18.113 12.562 10.387l93.75-58.801c59.625-37.5 78.414-115.31 43.836-175.99 42.148-25.797 86.137-58.422 127.31-99.598 143.7-143.7 149.74-252.98 150-393.75zm-225 281.25c-41.398 0-75-33.602-75-75s33.602-75 75-75 75 33.602 75 75-33.602 75-75 75z"/>
5
+ <path d="m337.5 862.5c-37.5-37.5 0-112.5 0-112.5-98.477 32.812-82.051 137.48-88.949 188.25-1.4258 10.238 3 14.664 13.273 13.273 50.699-6.9727 155.36 9.4531 188.18-89.023 0 0-75 37.5-112.5 0z"/>
6
+ </g>
7
+ </svg>
admin/js/jquery-modal-video.min.js DELETED
@@ -1,396 +0,0 @@
1
- /**
2
- * Modules in this bundle
3
- * @license
4
- *
5
- * modal-video:
6
- * license: appleple
7
- * author: appleple
8
- * homepage: http://developer.a-blogcms.jp
9
- * version: 2.4.2
10
- *
11
- * custom-event-polyfill:
12
- * license: MIT (http://opensource.org/licenses/MIT)
13
- * contributors: Frank Panetta, Mikhail Reenko <reenko@yandex.ru>, Joscha Feth <joscha@feth.com>
14
- * homepage: https://github.com/krambuhl/custom-event-polyfill#readme
15
- * version: 0.3.0
16
- *
17
- * es6-object-assign:
18
- * license: MIT (http://opensource.org/licenses/MIT)
19
- * author: Rubén Norte <rubennorte@gmail.com>
20
- * homepage: https://github.com/rubennorte/es6-object-assign
21
- * version: 1.1.0
22
- *
23
- * This header is generated by licensify (https://github.com/twada/licensify)
24
- */
25
- (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){
26
- // Polyfill for creating CustomEvents on IE9/10/11
27
-
28
- // code pulled from:
29
- // https://github.com/d4tocchini/customevent-polyfill
30
- // https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent#Polyfill
31
-
32
- try {
33
- var ce = new window.CustomEvent('test');
34
- ce.preventDefault();
35
- if (ce.defaultPrevented !== true) {
36
- // IE has problems with .preventDefault() on custom events
37
- // http://stackoverflow.com/questions/23349191
38
- throw new Error('Could not prevent default');
39
- }
40
- } catch(e) {
41
- var CustomEvent = function(event, params) {
42
- var evt, origPrevent;
43
- params = params || {
44
- bubbles: false,
45
- cancelable: false,
46
- detail: undefined
47
- };
48
-
49
- evt = document.createEvent("CustomEvent");
50
- evt.initCustomEvent(event, params.bubbles, params.cancelable, params.detail);
51
- origPrevent = evt.preventDefault;
52
- evt.preventDefault = function () {
53
- origPrevent.call(this);
54
- try {
55
- Object.defineProperty(this, 'defaultPrevented', {
56
- get: function () {
57
- return true;
58
- }
59
- });
60
- } catch(e) {
61
- this.defaultPrevented = true;
62
- }
63
- };
64
- return evt;
65
- };
66
-
67
- CustomEvent.prototype = window.Event.prototype;
68
- window.CustomEvent = CustomEvent; // expose definition to window
69
- }
70
-
71
- },{}],2:[function(require,module,exports){
72
- /**
73
- * Code refactored from Mozilla Developer Network:
74
- * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
75
- */
76
-
77
- 'use strict';
78
-
79
- function assign(target, firstSource) {
80
- if (target === undefined || target === null) {
81
- throw new TypeError('Cannot convert first argument to object');
82
- }
83
-
84
- var to = Object(target);
85
- for (var i = 1; i < arguments.length; i++) {
86
- var nextSource = arguments[i];
87
- if (nextSource === undefined || nextSource === null) {
88
- continue;
89
- }
90
-
91
- var keysArray = Object.keys(Object(nextSource));
92
- for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {
93
- var nextKey = keysArray[nextIndex];
94
- var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
95
- if (desc !== undefined && desc.enumerable) {
96
- to[nextKey] = nextSource[nextKey];
97
- }
98
- }
99
- }
100
- return to;
101
- }
102
-
103
- function polyfill() {
104
- if (!Object.assign) {
105
- Object.defineProperty(Object, 'assign', {
106
- enumerable: false,
107
- configurable: true,
108
- writable: true,
109
- value: assign
110
- });
111
- }
112
- }
113
-
114
- module.exports = {
115
- assign: assign,
116
- polyfill: polyfill
117
- };
118
-
119
- },{}],3:[function(require,module,exports){
120
- 'use strict';
121
-
122
- var ModalVideo = require('../index');
123
-
124
- var applyJQuery = function applyJQuery(jQuery) {
125
- jQuery.fn.modalVideo = function (settings) {
126
- if (typeof settings === 'strings') {} else {
127
- new ModalVideo(this, settings);
128
- }
129
- return this;
130
- };
131
- };
132
-
133
- if (typeof define === 'function' && define.amd) {
134
- define(['jquery'], applyJQuery);
135
- } else {
136
- var jq = window.jQuery ? window.jQuery : window.$;
137
- if (typeof jq !== 'undefined') {
138
- applyJQuery(jq);
139
- }
140
- }
141
-
142
- module.exports = applyJQuery;
143
-
144
- },{"../index":5}],4:[function(require,module,exports){
145
- 'use strict';
146
-
147
- Object.defineProperty(exports, "__esModule", {
148
- value: true
149
- });
150
-
151
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
152
-
153
- require('custom-event-polyfill');
154
-
155
- var _util = require('../lib/util');
156
-
157
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
158
-
159
- var assign = require('es6-object-assign').assign;
160
-
161
- var defaults = {
162
- channel: 'youtube',
163
- facebook: {},
164
- youtube: {
165
- autoplay: 1,
166
- cc_load_policy: 1,
167
- color: null,
168
- controls: 1,
169
- disablekb: 0,
170
- enablejsapi: 0,
171
- end: null,
172
- fs: 1,
173
- h1: null,
174
- iv_load_policy: 1,
175
- list: null,
176
- listType: null,
177
- loop: 0,
178
- modestbranding: null,
179
- mute: 0,
180
- origin: null,
181
- playlist: null,
182
- playsinline: null,
183
- rel: 0,
184
- showinfo: 1,
185
- start: 0,
186
- wmode: 'transparent',
187
- theme: 'dark',
188
- nocookie: false
189
- },
190
- ratio: '16:9',
191
- vimeo: {
192
- api: false,
193
- autopause: true,
194
- autoplay: true,
195
- byline: true,
196
- callback: null,
197
- color: null,
198
- controls: true,
199
- height: null,
200
- loop: false,
201
- maxheight: null,
202
- maxwidth: null,
203
- muted: false,
204
- player_id: null,
205
- portrait: true,
206
- title: true,
207
- width: null,
208
- xhtml: false
209
- },
210
- allowFullScreen: true,
211
- allowAutoplay: true,
212
- animationSpeed: 300,
213
- classNames: {
214
- modalVideo: 'modal-video',
215
- modalVideoClose: 'modal-video-close',
216
- modalVideoBody: 'modal-video-body',
217
- modalVideoInner: 'modal-video-inner',
218
- modalVideoIframeWrap: 'modal-video-movie-wrap',
219
- modalVideoCloseBtn: 'modal-video-close-btn'
220
- },
221
- aria: {
222
- openMessage: 'You just openned the modal video',
223
- dismissBtnMessage: 'Close the modal by clicking here'
224
- }
225
- };
226
-
227
- var ModalVideo = function () {
228
- function ModalVideo(ele, option) {
229
- var _this = this;
230
-
231
- _classCallCheck(this, ModalVideo);
232
-
233
- var opt = assign({}, defaults, option);
234
- var selectors = typeof ele === 'string' ? document.querySelectorAll(ele) : ele;
235
- var body = document.querySelector('body');
236
- var classNames = opt.classNames;
237
- var speed = opt.animationSpeed;
238
- [].forEach.call(selectors, function (selector) {
239
- selector.addEventListener('click', function (event) {
240
- if (selector.tagName === 'A') {
241
- event.preventDefault();
242
- }
243
- var videoId = selector.dataset.videoId;
244
- var channel = selector.dataset.channel || opt.channel;
245
- var id = (0, _util.getUniqId)();
246
- var videoUrl = selector.dataset.videoUrl || _this.getVideoUrl(opt, channel, videoId);
247
- var html = _this.getHtml(opt, videoUrl, id);
248
- (0, _util.append)(body, html);
249
- var modal = document.getElementById(id);
250
- var btn = modal.querySelector('.js-modal-video-dismiss-btn');
251
- modal.focus();
252
- modal.addEventListener('click', function () {
253
- (0, _util.addClass)(modal, classNames.modalVideoClose);
254
- setTimeout(function () {
255
- (0, _util.remove)(modal);
256
- selector.focus();
257
- }, speed);
258
- });
259
- modal.addEventListener('keydown', function (e) {
260
- if (e.which === 9) {
261
- e.preventDefault();
262
- if (document.activeElement === modal) {
263
- btn.focus();
264
- } else {
265
- modal.setAttribute('aria-label', '');
266
- modal.focus();
267
- }
268
- }
269
- });
270
- btn.addEventListener('click', function () {
271
- (0, _util.triggerEvent)(modal, 'click');
272
- });
273
- });
274
- });
275
- }
276
-
277
- _createClass(ModalVideo, [{
278
- key: 'getPadding',
279
- value: function getPadding(ratio) {
280
- var arr = ratio.split(':');
281
- var width = Number(arr[0]);
282
- var height = Number(arr[1]);
283
- var padding = height * 100 / width;
284
- return padding + '%';
285
- }
286
- }, {
287
- key: 'getQueryString',
288
- value: function getQueryString(obj) {
289
- var url = '';
290
- Object.keys(obj).forEach(function (key) {
291
- url += key + '=' + obj[key] + '&';
292
- });
293
- return url.substr(0, url.length - 1);
294
- }
295
- }, {
296
- key: 'getVideoUrl',
297
- value: function getVideoUrl(opt, channel, videoId) {
298
- if (channel === 'youtube') {
299
- return this.getYoutubeUrl(opt.youtube, videoId);
300
- } else if (channel === 'vimeo') {
301
- return this.getVimeoUrl(opt.vimeo, videoId);
302
- } else if (channel === 'facebook') {
303
- return this.getFacebookUrl(opt.facebook, videoId);
304
- }
305
- return '';
306
- }
307
- }, {
308
- key: 'getVimeoUrl',
309
- value: function getVimeoUrl(vimeo, videoId) {
310
- var query = this.getQueryString(vimeo);
311
- return '//player.vimeo.com/video/' + videoId + '?' + query;
312
- }
313
- }, {
314
- key: 'getYoutubeUrl',
315
- value: function getYoutubeUrl(youtube, videoId) {
316
- var query = this.getQueryString(youtube);
317
- if (youtube.nocookie === true) {
318
- return '//www.youtube-nocookie.com/embed/' + videoId + '?' + query;
319
- }
320
-
321
- return '//www.youtube.com/embed/' + videoId + '?' + query;
322
- }
323
- }, {
324
- key: 'getFacebookUrl',
325
- value: function getFacebookUrl(facebook, videoId) {
326
- return '//www.facebook.com/v2.10/plugins/video.php?href=https://www.facebook.com/facebook/videos/' + videoId + '&' + this.getQueryString(facebook);
327
- }
328
- }, {
329
- key: 'getHtml',
330
- value: function getHtml(opt, videoUrl, id) {
331
- var padding = this.getPadding(opt.ratio);
332
- var classNames = opt.classNames;
333
- return '\n <div class="' + classNames.modalVideo + '" tabindex="-1" role="dialog" aria-label="' + opt.aria.openMessage + '" id="' + id + '">\n <div class="' + classNames.modalVideoBody + '">\n <div class="' + classNames.modalVideoInner + '">\n <div class="' + classNames.modalVideoIframeWrap + '" style="padding-bottom:' + padding + '">\n <button class="' + classNames.modalVideoCloseBtn + ' js-modal-video-dismiss-btn" aria-label="' + opt.aria.dismissBtnMessage + '"></button>\n <iframe width=\'460\' height=\'230\' src="https:' + videoUrl + '?autoplay=1" frameborder=\'0\' allowfullscreen=' + opt.allowFullScreen + ' tabindex="-1" ' + (opt.allowAutoplay ? 'allow="autoplay"' : '') + '/>\n </div>\n </div>\n </div>\n </div>\n ';
334
- }
335
- }]);
336
-
337
- return ModalVideo;
338
- }();
339
-
340
- exports.default = ModalVideo;
341
- module.exports = exports['default'];
342
-
343
- },{"../lib/util":6,"custom-event-polyfill":1,"es6-object-assign":2}],5:[function(require,module,exports){
344
- 'use strict';
345
-
346
- module.exports = require('./core/');
347
-
348
- },{"./core/":4}],6:[function(require,module,exports){
349
- 'use strict';
350
-
351
- Object.defineProperty(exports, "__esModule", {
352
- value: true
353
- });
354
- var append = exports.append = function append(element, string) {
355
- var div = document.createElement('div');
356
- div.innerHTML = string;
357
- while (div.children.length > 0) {
358
- element.appendChild(div.children[0]);
359
- }
360
- };
361
-
362
- var getUniqId = exports.getUniqId = function getUniqId() {
363
- return (Date.now().toString(36) + Math.random().toString(36).substr(2, 5)).toUpperCase();
364
- };
365
-
366
- var remove = exports.remove = function remove(element) {
367
- if (element && element.parentNode) {
368
- element.parentNode.removeChild(element);
369
- }
370
- };
371
-
372
- var addClass = exports.addClass = function addClass(element, className) {
373
- if (element.classList) {
374
- element.classList.add(className);
375
- } else {
376
- element.className += ' ' + className;
377
- }
378
- };
379
-
380
- var triggerEvent = exports.triggerEvent = function triggerEvent(el, eventName, options) {
381
- var event = void 0;
382
- if (window.CustomEvent) {
383
- event = new CustomEvent(eventName, { cancelable: true });
384
- } else {
385
- event = document.createEvent('CustomEvent');
386
- event.initCustomEvent(eventName, false, false, options);
387
- }
388
- el.dispatchEvent(event);
389
- };
390
-
391
- },{}]},{},[3]);
392
- jQuery(".js-video-button").modalVideo({
393
- channel:'youtube',
394
- autoplay: 0
395
- });
396
- // new ModalVideo('.js-video-button', {channel: 'youtube'});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/views/help.php CHANGED
@@ -168,7 +168,7 @@ class WP_Carousel_Free_Help {
168
  </div>
169
  </div>
170
  <div class="pro-btn">
171
- <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank">Upgrade To Pro Now</a>
172
  </div>
173
  </div>
174
  </div>
168
  </div>
169
  </div>
170
  <div class="pro-btn">
171
+ <a href="https://shapedplugin.com/wp-carousel/?ref=1" target="_blank">Upgrade To Pro Now</a>
172
  </div>
173
  </div>
174
  </div>
admin/views/metabox-config.php CHANGED
@@ -480,7 +480,7 @@ SP_WPCF::createSection(
480
  'type' => 'image_select',
481
  'title' => __( 'Content Position', 'wp-carousel-free' ),
482
  'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-free' ),
483
- 'desc' => __( 'To unlock the more amazing Content Positions and Settings, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank"><b>Upgrade To Pro</b></a>!', 'wp-carousel-free' ),
484
  'options' => array(
485
  'bottom' => array(
486
  'image' => plugin_dir_url( __DIR__ ) . 'img/bottom.svg',
@@ -855,7 +855,7 @@ SP_WPCF::createSection(
855
  array(
856
  'type' => 'notice',
857
  'style' => 'normal',
858
- 'content' => __( 'To unlock the following <strong>28+ amazing Lightbox</strong> options, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
859
  ),
860
  array(
861
  'id' => 'l_box_icon_style',
@@ -1486,7 +1486,7 @@ SP_WPCF::createSection(
1486
  array(
1487
  'type' => 'notice',
1488
  'style' => 'normal',
1489
- 'content' => __( 'To unlock These Typography (940+ Google Fonts) options, <a href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
1490
  ),
1491
  array(
1492
  'id' => 'section_title_font_load',
480
  'type' => 'image_select',
481
  'title' => __( 'Content Position', 'wp-carousel-free' ),
482
  'subtitle' => __( 'Select a position for the title, content, meta etc.', 'wp-carousel-free' ),
483
+ 'desc' => __( 'To unlock the more amazing Content Positions and Settings, <a href="https://shapedplugin.com/wp-carousel/?ref=1" target="_blank"><b>Upgrade To Pro</b></a>!', 'wp-carousel-free' ),
484
  'options' => array(
485
  'bottom' => array(
486
  'image' => plugin_dir_url( __DIR__ ) . 'img/bottom.svg',
855
  array(
856
  'type' => 'notice',
857
  'style' => 'normal',
858
+ 'content' => __( 'To unlock the following <strong>28+ amazing Lightbox</strong> options, <a href="https://shapedplugin.com/wp-carousel/?ref=1" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
859
  ),
860
  array(
861
  'id' => 'l_box_icon_style',
1486
  array(
1487
  'type' => 'notice',
1488
  'style' => 'normal',
1489
+ 'content' => __( 'To unlock These Typography (940+ Google Fonts) options, <a href="https://shapedplugin.com/wp-carousel/?ref=1" target="_blank"><b>Upgrade To Pro!</b></a>', 'wp-carousel-free' ),
1490
  ),
1491
  array(
1492
  'id' => 'section_title_font_load',
admin/views/premium.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * The help page for the WP Carousel
4
  *
5
  * @package WP Carousel
6
  * @subpackage wp-carousel-free/admin
@@ -23,456 +23,13 @@ class WP_Carousel_Free_Upgrade {
23
  * @return void
24
  */
25
  public function upgrade_admin_menu() {
 
26
  add_submenu_page(
27
  'edit.php?post_type=sp_wp_carousel',
28
- __( 'Premium', 'wp-carousel-free' ),
29
- __( 'Premium', 'wp-carousel-free' ),
30
  'manage_options',
31
- 'wpcf_upgrade',
32
- array(
33
- $this,
34
- 'premium_page_callback',
35
- )
36
  );
37
  }
38
-
39
- /**
40
- * Happy users.
41
- *
42
- * @param boolean $username username.
43
- * @param array $args args.
44
- * @return statement
45
- */
46
- public function happy_users( $username = 'shapedplugin', $args = array() ) {
47
- if ( $username ) {
48
- $params = array(
49
- 'timeout' => 10,
50
- 'sslverify' => false,
51
- );
52
-
53
- $raw = wp_remote_retrieve_body( wp_remote_get( 'https://wptally.com/api/' . $username, $params ) );
54
- $raw = json_decode( $raw, true );
55
-
56
- if ( is_array( $raw ) && array_key_exists( 'error', $raw ) ) {
57
- $data = array(
58
- 'error' => $raw['error'],
59
- );
60
- } else {
61
- $data = $raw;
62
- }
63
- } else {
64
- $data = array(
65
- 'error' => __( 'No data found!', 'wp-carousel-free' ),
66
- );
67
- }
68
-
69
- return $data;
70
- }
71
-
72
- /**
73
- * Premium Page Callback
74
- */
75
- public function premium_page_callback() {
76
- wp_enqueue_style( 'sp-wpcp-admin-premium', WPCAROUSELF_URL . 'admin/css/premium-page.min.css', array(), WPCAROUSELF_VERSION );
77
- wp_enqueue_style( 'sp-wpcp-admin-premium-modal', WPCAROUSELF_URL . 'admin/css/modal-video.min.css', array(), WPCAROUSELF_VERSION );
78
- wp_enqueue_script( 'sp-wpcp-admin-premium', WPCAROUSELF_URL . 'admin/js/jquery-modal-video.min.js', array( 'jquery' ), WPCAROUSELF_VERSION, true );
79
- ?>
80
- <div class="sp-wp-carousel-premium-page">
81
- <!-- Banner section start -->
82
- <section class="sp-wpc__banner">
83
- <div class="sp-wpc__container">
84
- <div class="row">
85
- <div class="sp-wpc__col-xl-6">
86
- <div class="sp-wpc__banner-content">
87
- <h2 class="sp-wpc__font-30 main-color sp-wpc__font-weight-500">
88
- <?php echo esc_html__( 'Upgrade To WordPress Carousel Pro', 'wp-carousel-free' ); ?></h2>
89
- <h4 class="sp-wpc__mt-10 sp-wpc__font-18 sp-wpc__font-weight-500"><?php echo wp_kses_post( __( 'Supercharge <strong>Your WordPress Carousels</strong> with powerful functionality!', 'wp-carousel-free' ) ); ?></h4>
90
- <p class="sp-wpc__mt-25 text-color-2 line-height-20 sp-wpc__font-weight-400"><?php echo esc_html__( 'The Most Powerful and User-friendly Multi-purpose WordPress Carousel plugin to Slide out of Anything.', 'wp-carousel-free' ); ?></p>
91
- <p class="sp-wpc__mt-20 text-color-2 sp-wpc__line-height-20 sp-wpc__font-weight-400"><?php echo wp_kses_post( __( 'Create beautiful carousels with images, Posts, WooCommerce Products, Contents (Images, Text, HTML, Shortcodes), Video, etc. The plugin has its own image and content management system and also Supports <strong>Posts, Pages, Custom Post Type, Taxonomy, Custom Taxonomy, Custom Contents, YouTube, Vimeo, Dailymotion, mp4, WebM, Self-hosted Video</strong> with Lightbox.', 'wp-carousel-free' ) ); ?></p>
92
- </div>
93
- <div class="sp-wpc__banner-button sp-wpc__mt-40">
94
- <a class="sp-wpc__btn sp-wpc__btn-sky" href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank">Upgrade To Pro Now</a>
95
- <a class="sp-wpc__btn sp-wpc__btn-border ml-16 sp-wpc__mt-15" href="https://wordpresscarousel.com/#demo?ref=1" target="_blank">Live Demo</a>
96
- </div>
97
- </div>
98
- <div class="sp-wpc__col-xl-6">
99
- <div class="sp-wpc__banner-img">
100
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/wpcp-vector.svg'; ?>" alt="">
101
- </div>
102
- </div>
103
- </div>
104
- </div>
105
- </section>
106
- <!-- Banner section End -->
107
-
108
- <!-- Count section Start -->
109
- <section class="sp-wpc__count">
110
- <div class="sp-wpc__container">
111
- <div class="sp-wpc__count-area">
112
- <div class="count-item">
113
- <h3 class="sp-wpc__font-24">
114
- <?php
115
- $plugin_data = $this->happy_users();
116
- if ( isset( $plugin_data['plugins'] ) ) {
117
-
118
- $plugin_names = array_values( $plugin_data['plugins'] );
119
-
120
- $active_installations = array_column( $plugin_names, 'installs', 'url' );
121
- echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] ) . '+';
122
- } else {
123
- echo '50000+';
124
- }
125
- ?>
126
- </h3>
127
- <span class="sp-wpc__font-weight-400">Active Installations</span>
128
- </div>
129
- <div class="count-item">
130
- <h3 class="sp-wpc__font-24">
131
- <?php
132
- if ( isset( $plugin_data['plugins'] ) ) {
133
- $active_installations = array_column( $plugin_names, 'downloads', 'url' );
134
- echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] );
135
- } else {
136
- echo '753358';
137
- }
138
- ?>
139
- </h3>
140
- <span class="sp-wpc__font-weight-400">all time downloads</span>
141
- </div>
142
- <div class="count-item">
143
- <h3 class="sp-wpc__font-24">
144
- <?php
145
- if ( isset( $plugin_data['plugins'] ) ) {
146
- $active_installations = array_column( $plugin_names, 'rating', 'url' );
147
- echo esc_attr( $active_installations['http://wordpress.org/plugins/wp-carousel-free'] ) . '/5';
148
- } else {
149
- echo '4.7/5';
150
- }
151
- ?>
152
- </h3>
153
- <span class="sp-wpc__font-weight-400">user reviews</span>
154
- </div>
155
- </div>
156
- </div>
157
- </section>
158
- <!-- Count section End -->
159
-
160
- <!-- Video Section Start -->
161
- <section class="sp-wpc__video">
162
- <div class="sp-wpc__container">
163
- <div class="section-title text-center">
164
- <h2 class="sp-wpc__font-28">WP Carousel Pro Plugin that’s both Easy and Powerful</h2>
165
- <h4 class="sp-wpc__font-16 sp-wpc__mt-10 sp-wpc__font-weight-400">Learn why WordPress Carousel Pro is the best Multi-purpose Carousel Plugin.</h4>
166
- </div>
167
- <div class="video-area text-center">
168
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/wpcp-vector-1.svg'; ?>" alt="">
169
- <div class="video-button">
170
- <a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/j8EJnYpZmAA">
171
- <span><i class="fa fa-play"></i></span>
172
- </a>
173
- </div>
174
- </div>
175
- </div>
176
- </section>
177
- <!-- Video Section End -->
178
-
179
- <!-- Features Section Start -->
180
- <section class="sp-wpc__feature">
181
- <div class="sp-wpc__container">
182
- <div class="section-title text-center">
183
- <h2 class="sp-wpc__font-28">Amazing Pro Key Features</h2>
184
- <h4 class="sp-wpc__font-16 sp-wpc__mt-10 sp-wpc__font-weight-400">With WordPress Carousel Pro, you can unlock the following amazing features.</h4>
185
- </div>
186
- <div class="feature-wrapper">
187
- <div class="feature-area">
188
- <div class="feature-item mr-30">
189
- <div class="feature-icon">
190
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/slide-anything.svg'; ?>" alt="">
191
- </div>
192
- <div class="feature-content">
193
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Slide Anything</h3>
194
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">WordPress Carousel Pro allows you to create a carousel slider where the content for each slide can be anything you want – image, post, product, content, video, text, HTML, Shortcodes, etc.</p>
195
- </div>
196
- </div>
197
- <div class="feature-item ml-30">
198
- <div class="feature-icon">
199
- <img src="
200
- <?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/advanced-carousel-generator.svg'; ?>
201
- " alt="">
202
- </div>
203
- <div class="feature-content">
204
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Carousel Generator</h3>
205
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">WordPress Carousel Pro comes with a built-in easy to use Shortcode Generator that helps you save, edit, copy and paste the shortcode where you want! Create unlimited carousels in minutes.</p>
206
- </div>
207
- </div>
208
- </div>
209
- <div class="feature-area">
210
- <div class="feature-item mr-30">
211
- <div class="feature-icon">
212
- <img src="
213
- <?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Customize.svg'; ?>
214
- " alt="">
215
- </div>
216
- <div class="feature-content">
217
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Easily Customize Everything</h3>
218
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">WordPress Carousel Pro is fully responsive and touch-friendly with a lot of customization options that can be integrated into your WordPress site quickly without writing any code. </p>
219
- </div>
220
- </div>
221
- <div class="feature-item ml-30">
222
- <div class="feature-icon">
223
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Multiple-Image-Carousels.svg'; ?>" alt="">
224
- </div>
225
- <div class="feature-content">
226
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Multiple Image Carousels on the Same Page</h3>
227
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">WordPress Carousel Pro allows you to create beautiful image carousels for your site in minutes! Upload images via WordPress regular gallery, create a gallery to make a carousel.</p>
228
- </div>
229
- </div>
230
- </div>
231
- <div class="feature-area">
232
- <div class="feature-item mr-30">
233
- <div class="feature-icon custom-padding">
234
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/post-carousel.svg'; ?>" alt="">
235
- </div>
236
- <div class="feature-content">
237
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Post Carousel (Custom post types, Taxonomies)</h3>
238
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Display posts from multiple Categories, Tags, Formats, or Types: Latest, Taxonomies, Specific, etc. Show the post contents: title, image, excerpt, read more, category, date, author, tags, comments, etc.</p>
239
- </div>
240
- </div>
241
- <div class="feature-item ml-30">
242
- <div class="feature-icon">
243
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/woo-carousel.svg'; ?>" alt="">
244
- </div>
245
- <div class="feature-content">
246
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">WooCommerce Product Carousel (Categories, specific)</h3>
247
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Filter by different product types. (e.g. latest, categories, specific products, etc.). Show/hide the product name, image, price, excerpt, read more, rating, add to cart button, etc.</p>
248
- </div>
249
- </div>
250
- </div>
251
- <div class="feature-area">
252
- <div class="feature-item mr-30">
253
- <div class="feature-icon">
254
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/content-carousel.svg'; ?>" alt="">
255
- </div>
256
- <div class="feature-content">
257
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Content Carousel (Slide can be anything you want)</h3>
258
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Slide anything you want based on your WordPress site. (e.g. images, text, HTML, shortcodes, any custom contents, etc.) You can sort slide content by drag and drop easily.</p>
259
- </div>
260
- </div>
261
- <div class="feature-item ml-30">
262
- <div class="feature-icon">
263
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/video-carousel.svg'; ?>" alt="">
264
- </div>
265
- <div class="feature-content">
266
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Video Carousel with Lightbox</h3>
267
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Show videos from multiple sources: YouTube, Vimeo, Dailymotion, mp4, WebM, and even self-hosted video with Lightbox. A customizable video icon will place over the video thumb.</p>
268
- </div>
269
- </div>
270
- </div>
271
- <div class="feature-area">
272
- <div class="feature-item mr-30">
273
- <div class="feature-icon">
274
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/drag-and-drop.svg'; ?>" alt="">
275
- </div>
276
- <div class="feature-content">
277
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Drag & Drop Carousel Builder </h3>
278
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Drag & Drop carousel content ordering is one of the amazing features of WordPress Carousel Pro. You can order your content easily from WordPress default gallery settings.</p>
279
- </div>
280
- </div>
281
- <div class="feature-item ml-30">
282
- <div class="feature-icon custom-padding">
283
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/links.svg'; ?>" alt="">
284
- </div>
285
- <div class="feature-content">
286
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Image Carousel with Internal & External Linksd</h3>
287
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">
288
- You can link to each carousel image easily. You can add a link to each carousel in WordPress gallery settings. You can set URLs to them, they can open in the same or new tab.</p>
289
- </div>
290
- </div>
291
- </div>
292
- <div class="feature-area">
293
- <div class="feature-item mr-30">
294
- <div class="feature-icon">
295
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/lightbox.svg'; ?>" alt="">
296
- </div>
297
- <div class="feature-content">
298
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Lightbox Functionality for Image</h3>
299
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Lightbox is one of the impressive premium features of WordPress Carousel Pro. You can set lightbox overlay color, image counter, image caption & color, bottom thumbnails gallery, etc.</p>
300
- </div>
301
- </div>
302
- <div class="feature-item ml-30">
303
- <div class="feature-icon">
304
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/carousel-controls.svg'; ?>" alt="">
305
- </div>
306
- <div class="feature-content">
307
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">25+ Carousel Controls</h3>
308
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Carousel Controls e.g. 6 Navigation arrows & 9 Positions, Pagination dots, AutoPlay & speed, Stop on hover, looping, Touch Swipe, scroll, key navigation, mouse draggable, mouse wheel, etc.</p>
309
- </div>
310
- </div>
311
- </div>
312
- <div class="feature-area">
313
- <div class="feature-item mr-30">
314
- <div class="feature-icon">
315
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/carosuel-mode.svg'; ?>" alt="">
316
- </div>
317
- <div class="feature-content">
318
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Carousel Mode and Orientation (Horizontal & Vertical) </h3>
319
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">WordPress Carousel Pro has 3 carousel modes: Standard, Center, and Ticker (Smooth looping, with no pause). You can change the carousel mode and orientation based on your choice or demand.</p>
320
- </div>
321
- </div>
322
- <div class="feature-item ml-30">
323
- <div class="feature-icon">
324
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Modern-Effects.svg'; ?>" alt="">
325
- </div>
326
- <div class="feature-content">
327
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Modern Effects for Images (grayscale, zoom, fade).</h3>
328
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">You can set hover and sliding effects for images like, gray-scale, overlay opacity, fade in or out, etc. that are both edgy and appealing. Try them all. Use the one you like best.</p>
329
- </div>
330
- </div>
331
- </div>
332
- <div class="feature-area">
333
- <div class="feature-item mr-30">
334
- <div class="feature-icon">
335
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Re-sizing.svg'; ?>" alt="">
336
- </div>
337
- <div class="feature-content">
338
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Custom Image Re-sizing</h3>
339
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">You’ll find in the image settings all cropping sizes available. You can change the default size of your images in the settings. The width is dynamic with fixed height through CSS.</p>
340
- </div>
341
- </div>
342
- <div class="feature-item ml-30">
343
- <div class="feature-icon">
344
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Advanced-settings.svg'; ?>" alt="">
345
- </div>
346
- <div class="feature-content">
347
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Plugin Settings</h3>
348
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">The plugin is completely customizable and also added a custom CSS field option to override styles. You can also enqueue or dequeue scripts/CSS to avoid conflicts and loading issues.</p>
349
- </div>
350
- </div>
351
- </div>
352
- <div class="feature-area">
353
- <div class="feature-item mr-30">
354
- <div class="feature-icon">
355
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/typo.svg'; ?>" alt="">
356
- </div>
357
- <div class="feature-content">
358
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Advanced Typography (Fonts, Color & Styling)</h3>
359
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Set font family, size, weight, text-transform, & colors to match your brand. The Pro version supports 950+ Google fonts and typography options. You can enable or disable fonts loading.</p>
360
- </div>
361
- </div>
362
- <div class="feature-item ml-30">
363
- <div class="feature-icon">
364
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/Translation-RTL-Ready.svg'; ?>" alt="">
365
- </div>
366
- <div class="feature-content">
367
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Multisite, Multilingual, RTL, Accessibility Ready</h3>
368
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">The plugin is Multisite, Multilingual, RTL, and Accessibility ready. For Arabic, Hebrew, Persian, etc. languages, you can select the right-to-left option for slider direction, without writing any CSS.</p>
369
- </div>
370
- </div>
371
- </div>
372
- <div class="feature-area">
373
- <div class="feature-item mr-30">
374
- <div class="feature-icon">
375
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/page-bilder.svg'; ?>" alt="">
376
- </div>
377
- <div class="feature-content">
378
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Page Builders & Countless Theme Compatibility</h3>
379
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">The plugin works smoothly with the popular themes and page builders plugins, e,g: Gutenberg, WPBakery, Elementor/Pro, Divi builder, BeaverBuilder, Fusion Builder, SiteOrgin, Themify Builder, etc.</p>
380
- </div>
381
- </div>
382
- <div class="feature-item ml-30">
383
- <div class="feature-icon">
384
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/support.svg'; ?>" alt="">
385
- </div>
386
- <div class="feature-content">
387
- <h3 class="sp-wpc__font-18 sp-wpc__font-weight-600">Top-notch Support and Frequently Updates</h3>
388
- <p class="sp-wpc__font-15 sp-wpc__mt-15 sp-wpc__line-height-24">Our dedicated top-notch support team is always ready to offer you world-class support and help when needed. Our engineering team is continuously working to improve the plugin and release new versions!</p>
389
- </div>
390
- </div>
391
- </div>
392
- </div>
393
- </div>
394
- </section>
395
- <!-- Features Section End -->
396
-
397
- <!-- Buy Section Start -->
398
- <section class="sp-wpc__buy">
399
- <div class="sp-wpc__container">
400
- <div class="row">
401
- <div class="sp-wpc__col-xl-12">
402
- <div class="buy-content text-center">
403
- <div class="buy-img">
404
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/premium/happy.svg'; ?>" alt="">
405
- </div>
406
- <h2 class="sp-wpc__font-28">Join
407
- <?php
408
- $install = 0;
409
- if ( isset( $plugin_data['plugins'] ) ) {
410
- foreach ( $plugin_names as &$plugin_name ) {
411
- $install += $plugin_name['installs'];
412
- }
413
- echo esc_attr( $install + '15000' ) . '+';
414
- } else {
415
- echo '242000+';
416
- }
417
- ?>
418
- Happy Users in 160+ Countries </h2>
419
- <p class="sp-wpc__font-16 sp-wpc__mt-25 sp-wpc__line-height-22">98% of customers are happy with <b>ShapedPlugin's</b> products and support. <br>
420
- So it’s a great time to join them.</p>
421
- <a class="sp-wpc__btn sp-wpc__btn-buy sp-wpc__mt-40" href="https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1" target="_blank">Get Started for $39 Today!</a>
422
- <span>14 Days Money-back Guarantee! No Question Asked.</span>
423
- </div>
424
- </div>
425
- </div>
426
- </div>
427
- </section>
428
- <!-- Buy Section End -->
429
-
430
- <!-- Testimonial section start -->
431
- <div class="testimonial-wrapper">
432
- <section class="sp-wpc__premium testimonial">
433
- <div class="row">
434
- <div class="col-lg-6">
435
- <div class="testimonial-area">
436
- <div class="testimonial-content">
437
- <p>I’ve tried 3 other Gallery / Carousel plugins and this one is by far the easiest, lightweight and does exactly what I want! I had a minor glitch and support was very quick to fix it. Very happy and highly recommend this! Thank you!</p>
438
- </div>
439
- <div class="testimonial-info">
440
- <div class="img">
441
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/Joyce-van-den-Berg.png'; ?>" alt="">
442
- </div>
443
- <div class="info">
444
- <h3>Joyce van den Berg</h3>
445
- <div class="star">
446
- <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i>
447
- </div>
448
- </div>
449
- </div>
450
- </div>
451
- </div>
452
- <div class="col-lg-6">
453
- <div class="testimonial-area">
454
- <div class="testimonial-content">
455
- <p>A wonderful WordPress Carousel plugin. This plugin is fantastic. It’s simple to use and very effective. It’s by far the best of the options out there. Also I’ve found the support to be excellent. Highly recommended !!</p>
456
- </div>
457
- <div class="testimonial-info">
458
- <div class="img">
459
- <img src="<?php echo esc_url( WPCAROUSELF_URL ) . 'admin/img/images/Graeme-Myburgh.jpeg'; ?>" alt="">
460
- </div>
461
- <div class="info">
462
- <h3>Graeme Myburgh</h3>
463
- <div class="star">
464
- <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i>
465
- </div>
466
- </div>
467
- </div>
468
- </div>
469
- </div>
470
- </div>
471
- </section>
472
- </div>
473
- <!-- Testimonial section end -->
474
- </div>
475
- <!-- End premium page -->
476
- <?php
477
- }
478
  }
1
  <?php
2
  /**
3
+ * The Upgrade to pro page for the WP Carousel
4
  *
5
  * @package WP Carousel
6
  * @subpackage wp-carousel-free/admin
23
  * @return void
24
  */
25
  public function upgrade_admin_menu() {
26
+ $landing_page = 'https://shapedplugin.com/wp-carousel/?ref=1';
27
  add_submenu_page(
28
  'edit.php?post_type=sp_wp_carousel',
29
+ __( 'WordPress Carousel', 'logo-carousel-free' ),
30
+ '<span class="sp-go-pro-icon"></span>Go Pro',
31
  'manage_options',
32
+ $landing_page
 
 
 
 
33
  );
34
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
admin/views/sp-framework/assets/js/preview.js CHANGED
@@ -11,6 +11,9 @@
11
  prevArrow: '<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',
12
  nextArrow: '<div class="slick-next"><i class="fa fa-angle-right"></i></div>',
13
  });
 
 
 
14
  }
15
  });
16
  })(jQuery);
11
  prevArrow: '<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',
12
  nextArrow: '<div class="slick-next"><i class="fa fa-angle-right"></i></div>',
13
  });
14
+ $(window).on('resize orientationchange', function () {
15
+ wpSlick.slick('resize');
16
+ });
17
  }
18
  });
19
  })(jQuery);
admin/views/sp-framework/assets/js/preview.min.js CHANGED
@@ -1 +1 @@
1
- !function($){"use strict";jQuery("body").find(".wpcp-carousel-section.wpcp-standard").each((function(){var carousel_id=$(this).attr("id"),_this=$(this);jQuery().slick&&jQuery("#"+carousel_id).slick({prevArrow:'<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',nextArrow:'<div class="slick-next"><i class="fa fa-angle-right"></i></div>'})}))}(jQuery);
1
+ !function($){"use strict";jQuery("body").find(".wpcp-carousel-section.wpcp-standard").each((function(){var carousel_id=$(this).attr("id"),_this=$(this);jQuery().slick&&(jQuery("#"+carousel_id).slick({prevArrow:'<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',nextArrow:'<div class="slick-next"><i class="fa fa-angle-right"></i></div>'}),$(window).on("resize orientationchange",(function(){wpSlick.slick("resize")})))}))}(jQuery);
languages/wp-carousel-free.pot CHANGED
@@ -721,7 +721,7 @@ msgstr ""
721
  #: admin/views/metabox-config.php:809
722
  msgid ""
723
  "To unlock the following <strong>28+ amazing Lightbox</strong> options, <a "
724
- "href=\"https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1\" "
725
  "target=\"_blank\"><b>Upgrade To Pro!</b></a>"
726
  msgstr ""
727
 
721
  #: admin/views/metabox-config.php:809
722
  msgid ""
723
  "To unlock the following <strong>28+ amazing Lightbox</strong> options, <a "
724
+ "href=\"https://shapedplugin.com/wp-carousel/\" "
725
  "target=\"_blank\"><b>Upgrade To Pro!</b></a>"
726
  msgstr ""
727
 
public/css/wp-carousel-free-public.css CHANGED
@@ -422,6 +422,7 @@
422
  text-align: center;
423
  margin-top: 18px;
424
  position: relative;
 
425
  }
426
 
427
  .wpcp-carousel-section ul.slick-dots li {
@@ -441,6 +442,7 @@
441
  width: 12px;
442
  height: 12px;
443
  cursor: pointer;
 
444
  }
445
 
446
  .wpcp-carousel-section ul.slick-dots,
422
  text-align: center;
423
  margin-top: 18px;
424
  position: relative;
425
+ bottom: 0px;
426
  }
427
 
428
  .wpcp-carousel-section ul.slick-dots li {
442
  width: 12px;
443
  height: 12px;
444
  cursor: pointer;
445
+ display: initial;
446
  }
447
 
448
  .wpcp-carousel-section ul.slick-dots,
public/css/wp-carousel-free-public.min.css CHANGED
@@ -1 +1 @@
1
- .wpcp-carousel-wrapper *{word-break:break-word;word-wrap:break-word;box-sizing:border-box}.wpcp-carousel-section.wpcp-standard:not(.wpcp-preloader){display:none}.wpcp-carousel-section.wpcp-standard.slick-initialized:not(.wpcp-preloader){display:block}.wpcp-carousel-wrapper{position:relative}.wpcp-carousel-section.wpcp-preloader{opacity:0}.wpcp-carousel-preloader{position:absolute;left:0;top:0;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.sp-wpcp-wrapper{margin-bottom:0}.wpcp-carousel-section.wpcp-standard,.wpcp-carousel-section.wpcp-standard .slick-list{overflow:hidden}.wpcp-carousel-section.wpcp-standard{overflow:hidden;padding-right:2px}.wpcp-carousel-section.wpcp-standard.slick-initialized{position:relative}.wpcp-carousel-section .wpcp-single-item{overflow:hidden;display:inline-block;vertical-align:middle;float:none;max-width:100%}.wpcp-all-captions li{list-style:none;margin:0}.wpcp-carousel-section p,.wpcp-carousel-section ul,.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions h2{margin:0}.wpcp-carousel-section.wpcp-video-carousel .wpcp-single-item .wpcp-slide-image{position:relative}.wpcp-carousel-section.wpcp-content-carousel .wpcp-single-item{padding-left:15px;padding-right:15px}.wpcp-carousel-section .wpcp-single-item img[data-lazy]{width:32px}.wpcp-carousel-section .wpcp-single-item img{margin:0 auto;max-width:100%;height:auto;box-shadow:none}.wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions{padding:10px 20px 15px}.wpcp-carousel-section .wpcp-single-item .wpcp-all-captions .wpcp-image-description{margin:6px 0 0}.wpcp-carousel-section .wpcp-single-item .wpcp-slide-image a:focus{outline:0}.wpcp-carousel-section .slick-slide:focus{outline:0}.wpcp-carousel-section.slick-initialized .slick-slide{margin-right:20px;float:none;display:inline-block;vertical-align:middle}.wpcp-carousel-section .slick-list{margin-right:-20px}.wpcp-carousel-section .wpcp-all-captions a,.wpcp-carousel-section a,.wpcp-carousel-section a:hover{text-decoration:none}.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions{padding:15px 20px 0;overflow:hidden}#poststuff h2,.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2{font-size:16px;font-weight:600;margin:0 0 10px}.wpcp-single-item h2 a{color:#444;text-decoration:none}.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions .post-categories{margin:0 0 7px;padding:0;display:block}.wpcp-post-carousel .wpcp-all-captions p{margin-bottom:15px}.wpcp_readmore{border:1px solid;display:inline-block;background:#22afba;margin:0 0 14px;line-height:32px;padding:5px 14px;font-weight:600}.wpcp_readmore,.wpcp_readmore:focus,.wpcp_readmore:hover{color:#fff}.wpcp-single-item .wpcp-all-captions .wpcp-post-meta{margin:0 0 20px;padding:0}.wpcp-post-carousel .wpcp-post-meta li{display:inline-block;margin-right:5px}.wpcp-post-carousel .wpcp-post-meta li:last-child{margin-right:0}.wpcp-post-meta li,.wpcp-post-meta li a{color:#999}.wpcp-carousel-section.detail-on-right .wpcp-single-item .wpcp-all-captions,.wpcp-carousel-section.detail-on-right .wpcp-single-item .wpcp-slide-image{float:left;width:50%;box-sizing:border-box}.wpcp-carousel-section.detail-with-overlay .wpcp-all-captions{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;height:100%}.wpcp-carousel-section.detail-with-overlay.overlay-lower .wpcp-all-captions{top:auto;display:block;height:auto}.wpcp-carousel-section.detail-with-overlay.overlay-on-hover .wpcp-all-captions{visibility:hidden;opacity:0;transition:visibility .3s linear,opacity .3s linear}.wpcp-carousel-section.detail-with-overlay.overlay-on-hover .wpcp-single-item:hover .wpcp-all-captions{visibility:visible;opacity:1}.wpcp-carousel-section.detail-with-overlay .wpcp-single-item{position:relative}.wpcp-carousel-section .wpcp-single-item:focus{outline:0}.wpcp-product-carousel .wpcp-single-item .wpcp-all-captions{padding:15px 20px 0;overflow:hidden;text-align:center}.wpcp-product-carousel .wpcp-single-item .wpcp-product-title{margin:0;font-size:16px;line-height:23px;font-weight:600}.wpcp-product-price{margin-top:5px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button{margin-top:12px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button{background:#ebebeb;color:#545454;border:1px solid #d1d1d1;font-weight:500;padding:0 20px;line-height:38px;display:inline-block;font-size:14px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button a.add_to_cart_button.added{display:none}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button .added_to_cart{font-size:100%;margin:0;line-height:38px;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:0 20px;font-weight:600;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none;border:1px solid}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button a.button:hover{background:#3f3f3f;border-color:#d1d1d1;color:#fff}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button .wc-forward::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:-.125em;font:normal normal normal 14px/1 FontAwesome;font-weight:900;line-height:inherit;vertical-align:baseline;content:"\f178";margin-left:.5407911001em}.wpcp-carousel-section .woocommerce-product-rating .star-rating{margin:4px auto;float:none}.wpcp-product-price span{font-weight:700;font-size:14px}.wpcp-carousel-section .slick-next:after,.wpcp-carousel-section .slick-next:before,.wpcp-carousel-section .slick-prev:after,.wpcp-carousel-section .slick-prev:before{display:none}.wpcp-carousel-section .slick-prev{left:0;right:auto}.wpcp-carousel-section .slick-next{right:0;left:auto}.wpcp-carousel-section .slick-next,.wpcp-carousel-section .slick-prev{width:30px;height:30px;line-height:30px;position:absolute;z-index:22;left:auto;top:auto;font-size:30px;-webkit-transition:ease all .3s;-moz-transition:ease all .3s;-ms-transition:ease all .3s;-o-transition:ease all .3s;transition:ease all .3s;margin-top:-15px;cursor:pointer}.wpcp-carousel-section.nav-vertical-center{padding:0 25px}.wpcp-carousel-section .slick-next,.wpcp-carousel-section .slick-next i,.wpcp-carousel-section .slick-prev,.wpcp-carousel-section .slick-prev i{line-height:28px;font-family:fontawesome;color:#000}.wpcp-carousel-section.nav-vertical-center .slick-next,.wpcp-carousel-section.nav-vertical-center .slick-prev{top:50%}.wpcp-carousel-section.nav-vertical-center .slick-prev{left:0;right:auto;text-align:left}.wpcp-carousel-section.nav-vertical-center .slick-next,.wpcp-carousel-section.nav-vertical-center .slick-prev{margin-top:-15px}.wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-next,.wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-prev{margin-top:-35px}.wpcp-carousel-section.nav-vertical-center .slick-next{right:0;text-align:right}.wpcp-carousel-section ul.slick-dots{list-style:none;padding:0!important;margin:0;text-align:center;margin-top:18px;position:relative}.wpcp-carousel-section ul.slick-dots li{display:inline;margin:0}.wpcp-carousel-section ul.slick-dots li button{background-color:#ccc;border:0 solid;border-radius:50%;font-size:0;margin:3px;overflow:hidden;padding:0;text-indent:-999px;width:12px;height:12px;cursor:pointer}.wpcp-carousel-section ul.slick-dots,.wpcp-carousel-section ul.slick-dots li,.wpcp-carousel-section ul.slick-dots li button{line-height:1!important}.wpcp-carousel-section ul.slick-dots li button:focus{outline:0}.wpcp-carousel-section ul.slick-dots li.slick-active button{background-color:#666}.wpcpro-row.no-gutters>[class*=wpcpro-col-]{padding-right:0;padding-left:0}.wpcpro-row>[class*=wpcpro-col-]{padding:0 10px;padding-bottom:20px}.wpcpro-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.wpcpro-post-pagination .ajax-page-numbers,.wpcpro-post-pagination .page-numbers{background:#fff;color:#5e5e5e;border:2px solid #bbb;width:38px;height:38px;line-height:38px;font-size:16px;text-align:center;display:inline-block;margin-right:4px;text-decoration:none;font-weight:700;border-radius:3px;-webkit-transition:all .33s;transition:all .33s;-webkit-box-sizing:content-box;box-sizing:content-box}.wpcpro-post-pagination .ajax-page-numbers.current,.wpcpro-post-pagination .page-numbers.current{cursor:auto;color:#fff;background:#178087;border-color:#178087}.wpcpro-post-pagination-number{margin-top:20px}.wpcpro-post-pagination a.page-numbers:hover,.wpcpro-post-pagination span.current,.wpcpro-post-pagination span:hover{color:#fff;background:#178087;border-color:#178087}.wpcp-single-item{direction:ltr}html[dir=rtl] .wpcp-single-item{direction:rtl}.wpcp-carousel-section .wpcp-slide-image{font-size:0}.wpcp-standard:not(.slick-initialized){display:flex;justify-content:space-between;padding:0;margin-left:-20px}.wpcp-standard:not(.slick-initialized)>div:not(.slick-slide){width:calc(100% / 4);min-width:calc(100% / 4);padding-left:20px}
1
+ .wpcp-carousel-wrapper *{word-break:break-word;word-wrap:break-word;box-sizing:border-box}.wpcp-carousel-section.wpcp-standard:not(.wpcp-preloader){display:none}.wpcp-carousel-section.wpcp-standard.slick-initialized:not(.wpcp-preloader){display:block}.wpcp-carousel-wrapper{position:relative}.wpcp-carousel-section.wpcp-preloader{opacity:0}.wpcp-carousel-preloader{position:absolute;left:0;top:0;height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.sp-wpcp-wrapper{margin-bottom:0}.wpcp-carousel-section.wpcp-standard,.wpcp-carousel-section.wpcp-standard .slick-list{overflow:hidden}.wpcp-carousel-section.wpcp-standard{overflow:hidden;padding-right:2px}.wpcp-carousel-section.wpcp-standard.slick-initialized{position:relative}.wpcp-carousel-section .wpcp-single-item{overflow:hidden;display:inline-block;vertical-align:middle;float:none;max-width:100%}.wpcp-all-captions li{list-style:none;margin:0}.wpcp-carousel-section p,.wpcp-carousel-section ul,.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions h2{margin:0}.wpcp-carousel-section.wpcp-video-carousel .wpcp-single-item .wpcp-slide-image{position:relative}.wpcp-carousel-section.wpcp-content-carousel .wpcp-single-item{padding-left:15px;padding-right:15px}.wpcp-carousel-section .wpcp-single-item img[data-lazy]{width:32px}.wpcp-carousel-section .wpcp-single-item img{margin:0 auto;max-width:100%;height:auto;box-shadow:none}.wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions{padding:10px 20px 15px}.wpcp-carousel-section .wpcp-single-item .wpcp-all-captions .wpcp-image-description{margin:6px 0 0}.wpcp-carousel-section .wpcp-single-item .wpcp-slide-image a:focus{outline:0}.wpcp-carousel-section .slick-slide:focus{outline:0}.wpcp-carousel-section.slick-initialized .slick-slide{margin-right:20px;float:none;display:inline-block;vertical-align:middle}.wpcp-carousel-section .slick-list{margin-right:-20px}.wpcp-carousel-section .wpcp-all-captions a,.wpcp-carousel-section a,.wpcp-carousel-section a:hover{text-decoration:none}.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions{padding:15px 20px 0;overflow:hidden}#poststuff h2,.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2{font-size:16px;font-weight:600;margin:0 0 10px}.wpcp-single-item h2 a{color:#444;text-decoration:none}.wpcp-post-carousel .wpcp-single-item .wpcp-all-captions .post-categories{margin:0 0 7px;padding:0;display:block}.wpcp-post-carousel .wpcp-all-captions p{margin-bottom:15px}.wpcp_readmore{border:1px solid;display:inline-block;background:#22afba;margin:0 0 14px;line-height:32px;padding:5px 14px;font-weight:600}.wpcp_readmore,.wpcp_readmore:focus,.wpcp_readmore:hover{color:#fff}.wpcp-single-item .wpcp-all-captions .wpcp-post-meta{margin:0 0 20px;padding:0}.wpcp-post-carousel .wpcp-post-meta li{display:inline-block;margin-right:5px}.wpcp-post-carousel .wpcp-post-meta li:last-child{margin-right:0}.wpcp-post-meta li,.wpcp-post-meta li a{color:#999}.wpcp-carousel-section.detail-on-right .wpcp-single-item .wpcp-all-captions,.wpcp-carousel-section.detail-on-right .wpcp-single-item .wpcp-slide-image{float:left;width:50%;box-sizing:border-box}.wpcp-carousel-section.detail-with-overlay .wpcp-all-captions{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;height:100%}.wpcp-carousel-section.detail-with-overlay.overlay-lower .wpcp-all-captions{top:auto;display:block;height:auto}.wpcp-carousel-section.detail-with-overlay.overlay-on-hover .wpcp-all-captions{visibility:hidden;opacity:0;transition:visibility .3s linear,opacity .3s linear}.wpcp-carousel-section.detail-with-overlay.overlay-on-hover .wpcp-single-item:hover .wpcp-all-captions{visibility:visible;opacity:1}.wpcp-carousel-section.detail-with-overlay .wpcp-single-item{position:relative}.wpcp-carousel-section .wpcp-single-item:focus{outline:0}.wpcp-product-carousel .wpcp-single-item .wpcp-all-captions{padding:15px 20px 0;overflow:hidden;text-align:center}.wpcp-product-carousel .wpcp-single-item .wpcp-product-title{margin:0;font-size:16px;line-height:23px;font-weight:600}.wpcp-product-price{margin-top:5px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button{margin-top:12px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button{background:#ebebeb;color:#545454;border:1px solid #d1d1d1;font-weight:500;padding:0 20px;line-height:38px;display:inline-block;font-size:14px}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button a.add_to_cart_button.added{display:none}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button .added_to_cart{font-size:100%;margin:0;line-height:38px;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:0 20px;font-weight:600;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none;border:1px solid}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button a.button:hover{background:#3f3f3f;border-color:#d1d1d1;color:#fff}.wpcp-carousel-section.wpcp-product-carousel .wpcp-all-captions .wpcp-cart-button .wc-forward::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:-.125em;font:normal normal normal 14px/1 FontAwesome;font-weight:900;line-height:inherit;vertical-align:baseline;content:"\f178";margin-left:.5407911001em}.wpcp-carousel-section .woocommerce-product-rating .star-rating{margin:4px auto;float:none}.wpcp-product-price span{font-weight:700;font-size:14px}.wpcp-carousel-section .slick-next:after,.wpcp-carousel-section .slick-next:before,.wpcp-carousel-section .slick-prev:after,.wpcp-carousel-section .slick-prev:before{display:none}.wpcp-carousel-section .slick-prev{left:0;right:auto}.wpcp-carousel-section .slick-next{right:0;left:auto}.wpcp-carousel-section .slick-next,.wpcp-carousel-section .slick-prev{width:30px;height:30px;line-height:30px;position:absolute;z-index:22;left:auto;top:auto;font-size:30px;-webkit-transition:ease all .3s;-moz-transition:ease all .3s;-ms-transition:ease all .3s;-o-transition:ease all .3s;transition:ease all .3s;margin-top:-15px;cursor:pointer}.wpcp-carousel-section.nav-vertical-center{padding:0 25px}.wpcp-carousel-section .slick-next,.wpcp-carousel-section .slick-next i,.wpcp-carousel-section .slick-prev,.wpcp-carousel-section .slick-prev i{line-height:28px;font-family:fontawesome;color:#000}.wpcp-carousel-section.nav-vertical-center .slick-next,.wpcp-carousel-section.nav-vertical-center .slick-prev{top:50%}.wpcp-carousel-section.nav-vertical-center .slick-prev{left:0;right:auto;text-align:left}.wpcp-carousel-section.nav-vertical-center .slick-next,.wpcp-carousel-section.nav-vertical-center .slick-prev{margin-top:-15px}.wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-next,.wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-prev{margin-top:-35px}.wpcp-carousel-section.nav-vertical-center .slick-next{right:0;text-align:right}.wpcp-carousel-section ul.slick-dots{list-style:none;padding:0!important;margin:0;text-align:center;margin-top:18px;position:relative;bottom:0}.wpcp-carousel-section ul.slick-dots li{display:inline;margin:0}.wpcp-carousel-section ul.slick-dots li button{background-color:#ccc;border:0 solid;border-radius:50%;font-size:0;margin:3px;overflow:hidden;padding:0;text-indent:-999px;width:12px;height:12px;cursor:pointer;display:initial}.wpcp-carousel-section ul.slick-dots,.wpcp-carousel-section ul.slick-dots li,.wpcp-carousel-section ul.slick-dots li button{line-height:1!important}.wpcp-carousel-section ul.slick-dots li button:focus{outline:0}.wpcp-carousel-section ul.slick-dots li.slick-active button{background-color:#666}.wpcpro-row.no-gutters>[class*=wpcpro-col-]{padding-right:0;padding-left:0}.wpcpro-row>[class*=wpcpro-col-]{padding:0 10px;padding-bottom:20px}.wpcpro-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.wpcpro-post-pagination .ajax-page-numbers,.wpcpro-post-pagination .page-numbers{background:#fff;color:#5e5e5e;border:2px solid #bbb;width:38px;height:38px;line-height:38px;font-size:16px;text-align:center;display:inline-block;margin-right:4px;text-decoration:none;font-weight:700;border-radius:3px;-webkit-transition:all .33s;transition:all .33s;-webkit-box-sizing:content-box;box-sizing:content-box}.wpcpro-post-pagination .ajax-page-numbers.current,.wpcpro-post-pagination .page-numbers.current{cursor:auto;color:#fff;background:#178087;border-color:#178087}.wpcpro-post-pagination-number{margin-top:20px}.wpcpro-post-pagination a.page-numbers:hover,.wpcpro-post-pagination span.current,.wpcpro-post-pagination span:hover{color:#fff;background:#178087;border-color:#178087}.wpcp-single-item{direction:ltr}html[dir=rtl] .wpcp-single-item{direction:rtl}.wpcp-carousel-section .wpcp-slide-image{font-size:0}.wpcp-standard:not(.slick-initialized){display:flex;justify-content:space-between;padding:0;margin-left:-20px}.wpcp-standard:not(.slick-initialized)>div:not(.slick-slide){width:calc(100% / 4);min-width:calc(100% / 4);padding-left:20px}
public/js/wp-carousel-free-public.js CHANGED
@@ -12,5 +12,8 @@
12
  nextArrow: '<div class="slick-next"><i class="fa fa-angle-right"></i></div>',
13
  });
14
  }
 
 
 
15
  });
16
  })(jQuery);
12
  nextArrow: '<div class="slick-next"><i class="fa fa-angle-right"></i></div>',
13
  });
14
  }
15
+ $(window).on('resize orientationchange', function () {
16
+ jQuery('#' + carousel_id).slick('resize');
17
+ });
18
  });
19
  })(jQuery);
public/js/wp-carousel-free-public.min.js CHANGED
@@ -1 +1 @@
1
- !function($){"use strict";jQuery("body").find(".wpcp-carousel-section.wpcp-standard").each((function(){var carousel_id=$(this).attr("id"),_this=$(this);jQuery().slick&&!jQuery("#"+carousel_id).hasClass("slick-initialized")&&jQuery("#"+carousel_id).slick({prevArrow:'<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',nextArrow:'<div class="slick-next"><i class="fa fa-angle-right"></i></div>'})}))}(jQuery);
1
+ !function($){"use strict";jQuery("body").find(".wpcp-carousel-section.wpcp-standard").each((function(){var carousel_id=$(this).attr("id"),_this=$(this);jQuery().slick&&!jQuery("#"+carousel_id).hasClass("slick-initialized")&&jQuery("#"+carousel_id).slick({prevArrow:'<div class="slick-prev"><i class="fa fa-angle-left"></i></div>',nextArrow:'<div class="slick-next"><i class="fa fa-angle-right"></i></div>'}),$(window).on("resize orientationchange",(function(){jQuery("#"+carousel_id).slick("resize")}))}))}(jQuery);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://shapedplugin.com/donate
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.5
6
  Tested up to: 6.0.1
7
- Stable tag: 2.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,7 +16,7 @@ The Most Powerful and User-friendly Carousel & Gallery plugin. Create beautiful
16
 
17
  [youtube https://www.youtube.com/embed/videoseries?list=PLoUb-7uG-5jO_zo3exhqUNlZ7h0FQVJTt]
18
 
19
- [__Live Demo__](https://wordpresscarousel.com/) | [__Video Tutorials__](https://www.youtube.com/shapedplugin/) | [__Documentation__](https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/) | [__PRO Features &raquo;__](https://wordpresscarousel.com/#feature)
20
 
21
 
22
  = Overview =
@@ -82,7 +82,7 @@ We believe that you shouldn't be a coder or hire a developer to create a carouse
82
 
83
  = WordPress Carousel Pro =
84
 
85
- [__WordPress Carousel Pro__](https://wordpresscarousel.com/) is the most powerful and user-friendly multi-purpose WordPress Carousel plugin to create beautiful carousels with **images, Posts, WooCommerce Products, Contents (Images, Text, HTML, Shortcodes), Video** etc. The plugin has own image and content management system and also supports **Posts, Pages, Custom Post Type, Taxonomy, Custom Taxonomy, Custom Contents, YouTube, Vimeo, Dailymotion, mp4, WebM, Self-hosted Video with Lightbox.** It's fully responsive, highly customizable and works smoothly on iPhone, iPad, Android, Firefox, Chrome, Safari, Opera and Edge.
86
 
87
  It’s even easier to put images of different height together so the width is dynamic with fixed height so that your site looks pretty. The plugin vastly improves user experience and lets you create different types of beautiful carousels easily and quickly.
88
 
@@ -98,7 +98,7 @@ It’s even easier to put images of different height together so the width is dy
98
 
99
  = WordPress Carousel Pro Features =
100
 
101
- * [__All Sample Carousels__](https://wordpresscarousel.com/) (Live Demo in action).
102
  * Fully Responsive and Touch-friendly.
103
  * Advanced Shortcode Generator.
104
  * **Slide Anything. (e.g. Image, Post, Product, Content, Video, Text, HTML, Shortcodes etc.)**
@@ -172,7 +172,7 @@ It’s even easier to put images of different height together so the width is dy
172
  * Extensive Online docs & Video Tutorials.
173
  * **Fast and friendly support.**
174
  * Any new features we add in the future (which is often).
175
- * [__Full list of PRO features.__](https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1)
176
 
177
 
178
  = Multilingual Ready =
@@ -206,7 +206,7 @@ It’s even easier to put images of different height together so the width is dy
206
 
207
  = Premium Support and Documentation =
208
 
209
- The premium version of the plugin entitles you to get fast, friendly, and priority support with replies posted within 24 hours (without holidays). Please [__submit__](https://shapedplugin.com/ask-question/) a support ticket here. This will create a support thread in our support portal.
210
 
211
  For documentation and tutorials go to our [__Documentation__](https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/).
212
 
@@ -261,7 +261,7 @@ The WordPress codex contains <a href="https://codex.wordpress.org/Managing_Plugi
261
 
262
 
263
  = What types of carousel you can create using WordPress Carousel? =
264
- You can create three (3) types of carousel using **WordPress Carousel** such as: **Image Carousel, Post Carousel, and Product Carousel.** And with the [__Premium Version__](https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1), you can create also **Content Carousel** and **Video Carousel**.
265
 
266
  = Do I need to have coding skills to use WordPress Carousel? =
267
  No. You don’t need any coding skill. No more pain writing any shortcode attributes to display carousel in your site. With just a few clicks, you can amazingly create unlimited Image, Post, and Product Carousels.
@@ -286,13 +286,13 @@ Deactivate all plugins you are using and check if the problem is still occurring
286
 
287
  If none of the previously listed actions helps you solve the problem, then, submit a ticket in the forum and describe your problem accurately, specify WordPress and plugin versions you are using and any other information that might help us solve your problem as quickly as possible.
288
 
289
- Pro version users [__Support__](https://shapedplugin.com/support/) and Free or Lite Version [__Support__](https://shapedplugin.com/support/?user=lite).
290
 
291
  = Where can I report bugs? =
292
  If you find a bug, please report it in our active [support](https://shapedplugin.com/support/?user=lite). You will be replied once the issue is resolved.
293
 
294
  = I’d like access to more features. How can I get them? =
295
- You can get access to more features when you purchase a license of the plugin. Purchasing a license of [__WordPress Carousel Pro__](https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1) gets you to access the full version of WordPress Carousel, automatic lifetime updates, and support.
296
 
297
  =Is WordPress Carousel Multilingual Ready?=
298
  Yes, WordPress Carousel is 100% translation ready and tested with [WPML](https://wpml.org/), [Polylang](https://wordpress.org/plugins/polylang/), [qTranslate-x](https://wordpress.org/plugins/qtranslate-x/), [GTranslate](https://wordpress.org/plugins/gtranslate/), [Google Language Translator](https://wordpress.org/plugins/google-language-translator/), [WPGlobus](https://wordpress.org/plugins/wpglobus/) etc.
@@ -327,6 +327,10 @@ Thank you!
327
 
328
  == Changelog ==
329
 
 
 
 
 
330
  = 2.4.9 – Aug 01, 2022 =
331
  * Fix: The export option does not work properly along with the WP Debugging plugin.
332
  * Tested: WooCommerce 6.7.0 compatibility.
4
  Tags: wordpress carousel, best carousel plugin, image carousel, image slider, post carousel, custom post carousel, custom taxonomy carousel, woocommerce product carousel, content carousel, video carousel, video slider, video lightbox, youtube carousel, video gallery, carousel, slider, responsive slider, responsive carousel, carousel slider, ticker carousel, center mode carousel, slide anything, image gallery, image lightbox, wordpress image gallery, photo gallery, gallery slider, wordpress gallery plugin, gallery, post slider, vimeo slider, self hosted video carousel, content slider, wordpress slider, featured content slider, html slider, horizontal carousel slider, posts content slider, product carousel, woocommerce slider, woocommerce product slider
5
  Requires at least: 4.5
6
  Tested up to: 6.0.1
7
+ Stable tag: 2.4.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  [youtube https://www.youtube.com/embed/videoseries?list=PLoUb-7uG-5jO_zo3exhqUNlZ7h0FQVJTt]
18
 
19
+ [__Live Demo__](https://shapedplugin.com/wp-carousel/wp-carousel-free-demo/) | [__Video Tutorials__](https://www.youtube.com/shapedplugin/) | [__Documentation__](https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/) | [__Upgrade to Pro &raquo;__](https://shapedplugin.com/wp-carousel/pricing/?ref=1)
20
 
21
 
22
  = Overview =
82
 
83
  = WordPress Carousel Pro =
84
 
85
+ [__WordPress Carousel Pro__](https://shapedplugin.com/wp-carousel/?ref=1) is the most powerful and user-friendly multi-purpose WordPress Carousel plugin to create beautiful carousels with **images, Posts, WooCommerce Products, Contents (Images, Text, HTML, Shortcodes), Video** etc. The plugin has own image and content management system and also supports **Posts, Pages, Custom Post Type, Taxonomy, Custom Taxonomy, Custom Contents, YouTube, Vimeo, Dailymotion, mp4, WebM, Self-hosted Video with Lightbox.** It's fully responsive, highly customizable and works smoothly on iPhone, iPad, Android, Firefox, Chrome, Safari, Opera and Edge.
86
 
87
  It’s even easier to put images of different height together so the width is dynamic with fixed height so that your site looks pretty. The plugin vastly improves user experience and lets you create different types of beautiful carousels easily and quickly.
88
 
98
 
99
  = WordPress Carousel Pro Features =
100
 
101
+ * [__All Sample Carousels__](https://shapedplugin.com/wp-carousel/simple-image-carousel/?ref=1) (Live Demo in action).
102
  * Fully Responsive and Touch-friendly.
103
  * Advanced Shortcode Generator.
104
  * **Slide Anything. (e.g. Image, Post, Product, Content, Video, Text, HTML, Shortcodes etc.)**
172
  * Extensive Online docs & Video Tutorials.
173
  * **Fast and friendly support.**
174
  * Any new features we add in the future (which is often).
175
+ * [__Full list of PRO features.__](https://shapedplugin.com/wp-carousel/#features)
176
 
177
 
178
  = Multilingual Ready =
206
 
207
  = Premium Support and Documentation =
208
 
209
+ The premium version of the plugin entitles you to get fast, friendly, and priority support with replies posted within 24 hours (without holidays). Please [__submit__](https://shapedplugin.com/create-new-ticket/) a support ticket here. This will create a support thread in our support portal.
210
 
211
  For documentation and tutorials go to our [__Documentation__](https://docs.shapedplugin.com/docs/wordpress-carousel/introduction/).
212
 
261
 
262
 
263
  = What types of carousel you can create using WordPress Carousel? =
264
+ You can create three (3) types of carousel using **WordPress Carousel** such as: **Image Carousel, Post Carousel, and Product Carousel.** And with the [__Premium Version__](https://shapedplugin.com/wp-carousel/?ref=1), you can create also **Content Carousel** and **Video Carousel**.
265
 
266
  = Do I need to have coding skills to use WordPress Carousel? =
267
  No. You don’t need any coding skill. No more pain writing any shortcode attributes to display carousel in your site. With just a few clicks, you can amazingly create unlimited Image, Post, and Product Carousels.
286
 
287
  If none of the previously listed actions helps you solve the problem, then, submit a ticket in the forum and describe your problem accurately, specify WordPress and plugin versions you are using and any other information that might help us solve your problem as quickly as possible.
288
 
289
+ Pro version users [__Support__](https://shapedplugin.com/create-new-ticket/) and Free or Lite Version [__Support__](https://shapedplugin.com/support/?user=lite).
290
 
291
  = Where can I report bugs? =
292
  If you find a bug, please report it in our active [support](https://shapedplugin.com/support/?user=lite). You will be replied once the issue is resolved.
293
 
294
  = I’d like access to more features. How can I get them? =
295
+ You can get access to more features when you purchase a license of the plugin. Purchasing a license of [__WordPress Carousel Pro__](https://shapedplugin.com/wp-carousel/?ref=1) gets you to access the full version of WordPress Carousel, automatic lifetime updates, and support.
296
 
297
  =Is WordPress Carousel Multilingual Ready?=
298
  Yes, WordPress Carousel is 100% translation ready and tested with [WPML](https://wpml.org/), [Polylang](https://wordpress.org/plugins/polylang/), [qTranslate-x](https://wordpress.org/plugins/qtranslate-x/), [GTranslate](https://wordpress.org/plugins/gtranslate/), [Google Language Translator](https://wordpress.org/plugins/google-language-translator/), [WPGlobus](https://wordpress.org/plugins/wpglobus/) etc.
327
 
328
  == Changelog ==
329
 
330
+ = 2.4.10 – Aug 29, 2022 =
331
+ * Fix: WP Carousel does not works properly inside tab content of WP Tabs Pro.
332
+ * Removed: Unused codes and assets from the plugin.
333
+
334
  = 2.4.9 – Aug 01, 2022 =
335
  * Fix: The export option does not work properly along with the WP Debugging plugin.
336
  * Tested: WooCommerce 6.7.0 compatibility.
wp-carousel-free.php CHANGED
@@ -7,9 +7,9 @@
7
  * @package WP_Carousel_Free
8
  *
9
  * Plugin Name: WordPress Carousel
10
- * Plugin URI: https://shapedplugin.com/plugin/wordpress-carousel-pro/?ref=1
11
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
12
- * Version: 2.4.9
13
  * Author: ShapedPlugin
14
  * Author URI: https://shapedplugin.com/
15
  * License: GPL-2.0+
@@ -17,7 +17,7 @@
17
  * Text Domain: wp-carousel-free
18
  * Domain Path: /languages
19
  * WC requires at least: 4.0
20
- * WC tested up to: 6.7.0
21
  */
22
 
23
  // If this file is called directly, abort.
@@ -119,7 +119,7 @@ class SP_WP_Carousel_Free {
119
  */
120
  public function setup() {
121
  $this->plugin_name = 'wp-carousel-free';
122
- $this->version = '2.4.9';
123
  $this->define_constants();
124
  $this->includes();
125
  $this->load_dependencies();
7
  * @package WP_Carousel_Free
8
  *
9
  * Plugin Name: WordPress Carousel
10
+ * Plugin URI: https://shapedplugin.com/wp-carousel/
11
  * Description: The Most Powerful and User-friendly WordPress Carousel Plugin. Create beautiful carousels in minutes using Images, Posts, WooCommerce Products etc.
12
+ * Version: 2.4.10
13
  * Author: ShapedPlugin
14
  * Author URI: https://shapedplugin.com/
15
  * License: GPL-2.0+
17
  * Text Domain: wp-carousel-free
18
  * Domain Path: /languages
19
  * WC requires at least: 4.0
20
+ * WC tested up to: 6.8.2
21
  */
22
 
23
  // If this file is called directly, abort.
119
  */
120
  public function setup() {
121
  $this->plugin_name = 'wp-carousel-free';
122
+ $this->version = '2.4.10';
123
  $this->define_constants();
124
  $this->includes();
125
  $this->load_dependencies();